@import url('https://fonts.googleapis.com/css?family=Poppins:400,600,700&display=swap');

body {
    font-family: 'Poppins', sans-serif;
    background: linear-gradient(135deg, #5352ED 0%, #0b0b0b 100%);
    margin: 0;
    padding: 0;
}

a, button {
    cursor: pointer;
    text-decoration: none;
    transition: all 0.3s ease;
}

#main-content {
  flex: 1; /* ocupa o espaço restante */
  display: flex;
  flex-direction: column;
}

#hero-modern {
    position: relative;
    padding: 100px 0;
    overflow: hidden;
    min-height: 550px;
    display: flex;
    align-items: center;
}


#hero-modern .container {
    position: relative;
    z-index: 2;
}

#hero-modern h1 {
    font-size: 3.2rem;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.2;
}

#hero-modern .lead {
    font-size: 1.25rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.85);
}

.hero-actions .btn {
    border-radius: 15px;
    padding: 12px 30px;
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.btn-cta-primary {
    background-color: #5352ed !important; 
    border: 2px solid #5352ed !important;
    color: #f8f8f8 !important;
}

.btn-cta-primary:hover {
    background-color: #5352ED !important;
    border-color: #5352ED !important;
    color: #ffffff !important;
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(83, 82, 237, 0.6);
}

.btn-cta-secondary {
    background-color: transparent !important;
    border: 2px solid #ffffff !important;
    color: #ffffff !important;
}

.btn-cta-secondary:hover {
    background-color: rgba(83, 82, 237, 0.2) !important;
    border-color: #5352ED !important;
    transform: translateY(-2px);
}

.hero-character-wrap {
    transform: translateY(-50px);
}

.hero-character-wrap .character-image {
    max-height: 400px;
    filter: drop-shadow(0 15px 30px rgba(0, 0, 0, 0.3));
}

@media (max-width: 991.98px) {
    #hero-modern {
        padding: 80px 0;
        min-height: auto;
    }
    #hero-modern h1 {
        font-size: 2.5rem;
    }
    #hero-modern .lead {
        font-size: 1rem;
    }
    .hero-actions {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }
    .hero-actions .btn-lg {
        width: 80%;
        margin-right: 0 !important;
        margin-bottom: 15px !important;
    }
}

@media (max-width: 980px) {
    #content {
        margin-top: 2vh;
    }
}

#content .rating .card {
    align-items: center;
    text-align: center;
    box-shadow: none;
    padding: 15px;
    border-radius: 15px;
    background-color: #5352ED;
    color: #F8F8F8;
}

#content .rating .card .header {
    margin-bottom: 1vh;
}

#content .rating .card .header h2 {
    color: #F8F8F8;
    font-weight: 700;
}

#content .rating .card .body .image {
    margin-bottom: 3vh;
}

#content .rating .card .body .image img{
    border-radius: 15px;
    border: 3px solid #F8F8F8;
}

#content .feature .card {
    border: none;
    box-shadow: none;
    background: #5352ED;
    padding: 15px;
    border-radius: 15px;
}

@media (max-width: 768px) {
    #content .feature .card {
        border: none;
        box-shadow: none;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
}

#content .feature .card .header h3 {
    color: #F8F8F8;
    font-weight: 700;
}

#content .feature .card .body ul {
    list-style: none;
    padding-inline-start: 0px;
}

#content .feature .card .body li {
    margin-bottom: 2vh;
}

#content .feature .card .body .icon {
    background: #2827ff;
    -moz-border-radius: 12px;
    border-radius: 12px;
    color: #fff;
    font-size: 26px;
    line-height: 56px;
    padding: 10px 15px;
    text-align: center;
    margin-top: 1vh;
}

#content .feature .card .body .icon.seguranca {
    padding: 10px 16.63px;
}

@media (max-width: 768px) {
    #content .feature .card .body .icon {
        background: #0b0b0b;
        -moz-border-radius: 12px;
        border-radius: 12px;
        color: #fff;
        font-size: 26px;
        line-height: 56px;
        text-align: center;
        margin-top: 1vh;
    }
}

#content .feature .card .body .text {
    margin-left: -8%;
}

@media (max-width: 980px) {
    #content .feature .card .body .text {
        margin-left: 0vh;
    }
}

#content .feature .card .body .text p {
    color: white;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: -0.1rem;
}

#content .feature .card .body .text small {
    color: #C8C8C8;
    font-size: 90%;
    font-weight: 300;
}

#content .feature .card .body .btn-primary {
    color: #F8F8F8;
    background-color: #2827ff!important;
    border-radius: 15px;
}

#content .feature .card .body .btn-primary i {
    color: #F8F8F8;
}

#content .servers {
    margin-top: 40px;
}

@media (max-width: 980px) {
    #content .servers {
        margin-top: 1vh;
    }
}

#content .servers p {
    color: #F8F8F8;
    text-align: center;
    margin-top: 0;
    margin-bottom: 3vh;
}

#content .servers .header {
    text-align: center;
    margin-bottom: 3vh;
}

#content .servers .header h2 {
    color: #F8F8F8;
    font-weight: 600;
}

#content .servers .card {
    background: #F2F2F2;
    align-items: center;
    border-radius: 20px;
    padding: 0 10px;
}

@media (max-width: 980px) {
    #content .servers .card {
        background: #F2F2F2;
        align-items: center;
        margin-bottom: 5vh;
    }
}

#content .servers .card .image {
    margin-top: 3vh;
}

.font-weight-light {
    color: #f8f8f8 !important;
}
#content .servers .card .image img {
    width: 100px;
    height: 100px;
    padding: 5px;
    border-radius: 24px;
}

#content .servers .card .body a {
    text-decoration: none;
}

#content .servers .card .body h4 {
    margin-top: 1vh;
    text-align: center!important;
    color: #0080FF;
    font-weight: 700;
}

#content .servers .card .body p {
    color: #A8A8A8;
}

.items .item i.fas {
  margin-right: 10px;   
}

.feature .card {
  border-radius: 15px;
  overflow: hidden;     
}

.feature .btn-primary {
  background-color: #2827ff !important; 
  border-color: #2827ff !important;
  border-radius: 6px;   
  padding: 10px 20px;
}

#page {
    padding-top: 35px;
}

#page .mid {
    position: relative; 
    margin-top: 0;
    transform: none; 
    width: 100%;
    padding-top: 80px;
}

#page .mid .container .row {
    margin-left: 0;
    margin-right: 0;
}

#page h1 {
    color: #F8F8F8;
    font-weight: 700;
    margin-bottom: 0;
}

#page p {
    color: #F8F8F8;
    font-size: 16px;
    font-weight: 300;
    margin-top: 2vh;
    margin-left: 3vh;
}

#page .plugins-nav {
    display: flex;
    flex-direction: row;
    -webkit-box-pack: start;
    justify-content: flex-start;
}

@media (max-width: 980px) {
    #page .plugins-nav .plugins-recent {
        display: none;
    }
}

#page .plugins-nav .plugins-button {
    margin-left: 20px;
}

@media (max-width: 980px) {
    #page .plugins-nav .plugins-button {
        margin-left: 20px;
        margin-bottom: 10px;
    }
}

#page .plugins-nav .dropdown {
    z-index: 1;
}

#page .plugins-nav .dropdown-menu{
    -webkit-box-shadow: 0 1px 15px 1px rgb(69 65 78 / 8%)!important;
    -moz-box-shadow: 0 1px 15px 1px rgba(69,65,78,.08)!important;
    box-shadow: 0 1px 15px 1px rgb(69 65 78 / 8%)!important;
}

#page-details {
    position: relative;
    height: 100px;
    padding-top: 35px;
}

#buscarID,
#buscarID:hover,
#buscarID:focus,
.input-group #buscarID,
.input-group #buscarID:focus {
  background-color: #2827ff !important;
  background: #fff !important;   
  color: #111 !important;
  opacity: 1 !important;
  border-color: #ced4da !important;
  box-shadow: none !important;   
}

.dark #buscarID,
.dark #buscarID:focus {
  background-color: #2827ff !important; 
  color: #e5e7eb !important;
  border-color: #374151 !important;
}

#buscarID:focus {
  background-image: none !important;
  -webkit-appearance: none;
  appearance: none;
}


#page-cart {
    position: relative;
    height: 130px;
    padding-top: 35px;
}

#term{
    position: relative;
}

#terms {
    position: relative;
    height: 250px;
}

#terms .mid {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    padding-top: 40px;
    text-align: center;
}

#term .termos {
    margin-top: -90px!important;
}

#terms h1 {
    color: #0080FF;
    font-weight: 600;
    margin-bottom: 0;
}

#term .card {
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0px 3px 12px -3px rgba(0, 0, 0, 0.2);
}

#term button {
    margin-left: auto;
    margin-bottom: 3vh;
    margin-top: 50px!important;
}

#term .btn-primary {
    background: #0080FF!important;
    color: #fff;
    border-radius: 12px;
}

#term .btn-primary:hover {
    background: #0080FF!important;
    color: #fff;
    border-radius: 12px;
}

#term .btn-primary:focus {
    background: #0080FF!important;
    color: #fff;
    border-radius: 12px;
}

.menu {
    font-family: 'Poppins', sans-serif;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    padding: 20px 0;
    background: transparent;
    border-radius: 0;
    border-bottom: none;
    z-index: 10;
    transition: background 0.3s ease;
}

.menu .nav-item {
    padding: 0 10px;
}

.menu .nav-link {
    color: #ffffff;
    font-weight: 500;
    text-transform: capitalize;
    padding: 8px 12px;
    border-radius: 8px;
}

.menu .nav-link:hover {
    color: #F8F8F8;
    background-color: rgba(255, 255, 255, 0.1);
}

.menu .client {
    margin-left: 15px;
    background: #5352ED; 
    border: 2px solid #5352ED; 
    border-radius: 15px; 
    transition: all ease .2s;
    padding: 0; 
    box-shadow: 0 4px 10px rgba(83, 82, 237, 0.4); 
}


.menu .client:hover {
    background: rgba(83, 82, 237, 0.2);
    border-color: #5352ED;
}

.menu .client .nav-link {
    color: #fff;
    padding: 8px 20px;
    background: transparent !important;
}

.dropdown-toggle::after {
    display: inline-block;
    vertical-align: middle;
    margin-left: .5em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

.menu .nav-item:hover .dropdown-toggle::after,
.menu .nav-item.show .dropdown-toggle::after {
    color: #5352ED;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    z-index: 1000;
    display: none;
    padding: 5px;
    margin-top: 10px;
    font-size: 1rem;
    color: #C8C8C8;
    text-align: left;
    list-style: none;
    background-color: #fff;
    border: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    border-radius: 12px;
    z-index: 999;
}

.dropdown-item {
    color: #0b0b0b !important;
    background-color: #fff;
    padding: 10px 15px;
    border-radius: 8px;
    transition: background-color ease .2s;
}

.dropdown-item:hover {
    background-color: #f0f0f5;
    border-radius: 8px;
}

a.dropdown-item {
    color: #0b0b0b !important;
}

@media (max-width: 991.98px) {
    #hero-modern {
        padding: 80px 0;
        min-height: auto;
    }
    #hero-modern h1 {
        font-size: 2.5rem;
    }
    #hero-modern .lead {
        font-size: 1rem;
    }
    .hero-actions {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }
    .hero-actions .btn-lg {
        width: 80%;
        margin-right: 0 !important;
        margin-bottom: 15px !important;
    }
}
a.dropdown-item:hover {
    color: #C8C8C8!important
}

.dashboard-menu {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    padding-top: 10px;
    background: #0b0b0b;
    border-radius: 12px;
    border-bottom: 4px solid rgba(0, 0, 0, .03);
}

.dashboard-menu .nav-item {
    padding: 3px 0px;
}

.dashboard-menu .nav-link {
    color: #F8F8F8;
}

.dashboard-menu .wallet {
    background: #0051FF;
    border-radius: 5px;
    transition: all ease .2s;
    border-radius: 6px;
    padding: 0px 10px;
}

.dashboard-menu .client {
    background: #0051FF;
    border-radius: 5px;
    transition: all ease .2s;
    border-radius: 6px;
    padding: 2px 5px;
    margin-left: 5px;
}

@media (max-width:990px){
    .dashboard-menu .client {
        margin-left: 0;
        margin-top: 5px;
    }
    .menu .client {
        margin-left: 0;
        margin-top: 5px;
    }
}

.dashboard-menu .client:hover {
    background: #004beb;
}

.dashboard-menu .client .nav-link {
    color: #fff;
}

.dashboard-menu .wallet:hover {
    background: #004beb;
}

.dashboard-menu .wallet .nav-link {
    color: #fff;
    margin-top: 2px;
}

.rc-back {
    color: inherit;          /* Mantém a cor do texto original */
    text-decoration: none;   /* Remove o sublinhado */
    cursor: pointer;         /* Mantém o cursor de link */
}

.rc-back:hover {
    color: inherit;          /* Mantém a cor ao passar o mouse */
}

.dashboard .home h2 {
    font-weight: 700;
    color: #C8C8C8;
    margin-bottom: 3vh;
}

.dashboard .home .infos .card {
    display: flex;
    padding: 30px 20px;
    background: #313131;
    border-radius: 12px;
    box-shadow: none;
    border-bottom: 4px solid rgba(0, 0, 0, .03);
    width: 100%; /* aumenta a largura para ocupar o máximo do container */
    align-items: center; /* centraliza verticalmente o emoji e o texto */
    gap: 10px; /* espaçamento entre emoji e texto */
    white-space: nowrap; /* impede quebra de linha */
}

.dashboard .home .infos .card .title {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #fff;
}

.dashboard .home .infos .card .amount {
    font-size: 36px;
    line-height: 36px;
    font-weight: 600;
    color: #F8F8F8;
}

.dashboard .home .btn-primary {
    background: #0080FF!important;
    color: #fff;
    border-radius: 12px;
    padding: 5px 10px;
}

.dashboard .home .btn-primary:hover {
    background: #0080FF!important;
    color: #fff;
    border-radius: 12px;
}

.dashboard .home .btn-primary:focus {
    background: #0080FF!important;
    color: #fff;
    border-radius: 12px;
}

.ranking-container {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

@media (max-width: 980px) {
    .ranking-container {
        display: unset;
        flex-direction: none;
        align-items: none;
    }
}

.ranking-btn {
    float: right;
}

@media (max-width: 980px) {
    .ranking-btn {
        float: none;
        margin-top: 10px;
    }
}
.dashboard .home .ranking li {
    position: relative;
    margin: 0;
    padding-bottom: 36px;
    list-style: none;
}

.dashboard .home .ranking img {
    border-radius: 12px;
}

.dashboard .home .ranking .info {
    margin-left: 1vh;
}

.dashboard .home .ranking .info p {
    color: #F8F8F8;
    margin-bottom: -5px;
}

.dashboard .home .ranking .info small {
    color: #C8C8C8;
}

.dashboard .home .ranking .licences {
    float: right;
}

.dashboard .home .ranking .licences {
    background: #0080FF;
    color: #fff;
    margin-top: -1vh;
    height: -webkit-fill-available;
    border-radius: 12px;
    width: 175px;
    padding: 2px;
    text-align: center;
}

.dashboard .home .updates .card {
    margin-top: 3vh;
    box-shadow: 0px 3px 12px -3px rgba(0, 0, 0, 0.2);
    border-radius: 12px;
    padding: 25px 20px;
    background: #313131;
}

.dashboard .home .updates .card .update ul {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: rgba(0, 0, 0, .85);
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5715;
    -webkit-font-feature-settings: "tnum";
    font-feature-settings: "tnum";
    margin: 0;
    padding: 0;
    list-style: none;
}

.dashboard .home .updates .card .update li {
    position: relative;
    margin: 0;
    font-size: 14px;
    list-style: none;
}

.dashboard .home .updates .card .update .tail {
    position: absolute;
    top: 10px;
    left: 4px;
    height: calc(100% - 80px);
    border-left: 2px solid #f0f0f0;
}

.dashboard .home .updates .card .update .head {
    color: #0080FF;
    border-color: #0080FF;
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #fff;
    border: 2px solid;
    border-radius: 100px;
}

.dashboard .home .updates .card .update .content {
    position: relative;
    top: -50px;
    margin: 0 0 0 26px;
    word-break: break-word;
    margin-bottom: -70px;
    overflow: hidden;
}

.dashboard .home .updates .card .update .content .version {
    background: #0080FF;
    color: #fff;
    border-radius: 6px;
    padding: 0px 7px;
}

.dashboard .home .updates .card .update .content p {
    font-weight: 300;
}

.attcol{
    margin-bottom: 20px;
}

.divider {
    background: #0b0b0b;
    height: 5px;
    border-radius: 5px;
    width: 210px;
    margin-top: 10px;
}

.text-primary {
    color: #0080FF!important;
}

.feature-card {
    margin-top: 25px;
    padding: 35px;
    border-radius: 8px;
    background: rgb(82, 7, 92);
    background: linear-gradient(52deg, rgba(113, 6, 128, 1) 0%, rgba(153, 3, 173, 1) 50%, rgba(189, 2, 214, 1) 100%);
}

.feature-card i {
    color: rgba(255, 255, 255, 1);
    font-size: 48px;
}

.products .modal .modal-content {
    border: none;
    border-radius: 24px;
}

.plugincol:nth-child(n+10){
    display: none;
}

.products .modal .modal-content .modal-body img {
    margin-top: -3vh;
}

.products .product {
    position: relative;
    padding: 10px 35px;
    background: #EBEBEB;
    border-radius: 12px;
    text-align: center;
    margin-bottom: 35px;
}

@media (max-width: 980px) {
    .products .product {
        position: relative;
        padding: 10px 35px;
        background: #EBEBEB;
        border-radius: 12px;
        text-align: center;
        margin-bottom: 35px;
    }
}

.products .product img {
    max-width: 120px;
    margin-top: -2.5vh;
}

.products .product .product-title {
    font-size: 22px;
    font-weight: 600;
    margin-top: 15px;
    color: #121212;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.products .product .product-version {
    color: #616161;
    font-size: 12px;
    letter-spacing: 1px;
    margin-bottom: 5px;
}

.products .product .product-price {
    color: #0080FF;
    font-size: 26px;
    margin-bottom: 15px;
}

.products .product .product-buttons a {
    color: #0080FF!important;
    text-decoration: none!important;
    font-size: 23px;
}

.products .product .product-buttons a:hover {
    color: #0080FF!important;
    text-decoration: none!important;
    font-size: 23px;
}

.products .product .product-btn {
    background: #0080FF;
    width: 100%;
    padding: 3px;
    border-radius: 12px;
    border: none;
    color: #fff;
}

.category h3 {
    color: #F8F8F8;
    font-weight: 700;
    text-align: center;
}

.category .card {
    background: #2827ff;
    box-shadow: none;
    border-radius: 15px;
    margin-bottom: 35px;
}

.category .card .card-body {
    padding: 10px;
    background: #2827ff;
    border-radius: 15px;
    color: #F8F8F8;
}

.category .card .card-body ul {
    list-style: none;
    padding-inline-start: 0;
}

.category .card .card-body li {
    margin-bottom: 2vh;
    color: #F8F8F8;
}

.category .card .card-body .active {
    background: #0080FF;
    color: #fff;
    padding: 5px 10px;
    border-radius: 12px;
}

.category .card .card-body a {
    color: #F8F8F8;
    text-decoration: none!important;
    font-size: 18px;
}

.category .card .card-body a:hover {
    color: #F8F8F8;
    text-decoration: none!important;
    font-size: 18px;
}

.category .card .card-body .active a {
    color: #fff;
    text-decoration: none!important;
    font-size: 18px;
}

.category .card .card-body .active a:hover {
    color: #fff;
    text-decoration: none!important;
    font-size: 18px;
}

button:focus {
    outline: none!important;
}

.owl-carousel button.owl-dot {
    background: rgba(255, 116, 2, 0.664)!important;
    color: inherit;
    border: none;
    padding: 0!important;
    width: 18px;
    height: 4px;
    border-radius: 5px!important;
    transition: all ease .3s;
}

.owl-carousel button.owl-dot.active {
    background: #0080FF!important;
    color: inherit;
    border: none;
    padding: 0!important;
    width: 40px;
    height: 4px;
    border-radius: 5px!important;
    margin: 0 5px;
    transition: all ease .3s;
}

.owl-carousel .owl-dots {
    margin-left: 35px;
}

.owl-nav {
    display: none;
}

::selection {
    background-color: rgba(34, 34, 34, 0.801);
    color: white;
}

.page-item.disabled .page-link {
    color: #fff;
    pointer-events: none;
    cursor: auto;
    background-color: rgb(56, 56, 56);
    border-color: transparent;
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #0080FF;
    background-color: #e2e2e2;
    border: none;
    margin: 0 5px;
    border-radius: 50px!important;
    transition: all ease .2s;
}

.page-link:hover {
    color: #0080FF;
    background-color: #e2e2e2;
}

.page-item.active .page-link {
    background: #0080FF!important;
    color: #fff!important;
}

.form-control:focus,
.btn:focus {
    outline: none;
    box-shadow: none;
    background: rgba(0, 0, 0, 0.02)!important;
}

.input-group-prepend {
    background: rgba(0, 0, 0, 0.02);
    border: none;
}

.input-group-text {
    background: rgba(0, 0, 0, 0.02);
    border: none;
}

.note-group-select-from-files {
    display: none!important;
}

.btn {
    border: none!important;
    padding: 10px;
    transition: all ease .2s;
}

.custom-control-input {
    box-shadow: none!important;
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #0080FF;
    background-color: #5352ED;
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
    box-shadow: none!important;
}

.sugg {
    color: #ccc;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    padding: 0;
}

.eac-input-wrap {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}

/*
 * OTIMIZAÇÃO GERAL: Garante que a página (.auth-page) ocupe 100% da viewport e sem rolagem.
 */
.auth-page {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* Garante altura total da viewport sem rolagem */
    height: 100vh !important; 
    min-height: 100vh;
    width: 100%;
    
    /* Estilos de Background */
    background-color: #0d0d0d;
    background-image: linear-gradient(135deg, rgba(15, 15, 15, 0.9), rgba(26, 26, 26, 0.95)),
                      url('/app/templates/site/assets/images/background.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    
    /* Centraliza o card de login (o mais curto) */
    justify-content: center; 
    
    /* Remove todo o padding para que o card use o espaço máximo */
    padding: 0 !important; 
    
    /* IMPEDE A ROLAGEM NA PÁGINA */
    overflow-y: hidden !important; 
    box-sizing: border-box;
}

/* * OTIMIZAÇÃO DO CARD (.login-card):
 * Max-height para controle e padding mínimo.
 */
.auth-page .login-card {
    display: flex;
    flex-direction: column;
    justify-content: flex-start; 
    
    width: 90%;
    max-width: 450px;
    height: auto; 
    
    /* Max-height mantida para 90vh (padrão) */
    max-height: 90vh !important; 
    
    background: #121212;
    border-radius: 16px;
    
    /* Padding vertical reduzido (10px) */
    padding: 10px 35px; 

    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.6);
    color: #fff;
    transition: transform 0.3s, box-shadow 0.3s;
    margin: auto; 
    box-sizing: border-box;

    /* CRUCIAL: Permite rolagem INTERNA, caso o conteúdo ainda seja muito longo. */
    overflow-y: auto !important; 
}

/* AJUSTES FINAIS DE ESPAÇAMENTO: REDUÇÃO MÁXIMA PARA REGISTRO */

/* Espaço abaixo do parágrafo de instrução */
.auth-page .login-card p.text-muted {
    /* REDUÇÃO CHAVE: Espaço mínimo abaixo do "Preencha os campos abaixo" */
    margin-bottom: 5px !important; 
}

/* Espaço abaixo dos form-groups (inputs) */
.auth-page .login-card .form-group {
    /* Mínima margem inferior entre inputs */
    margin-top: 5px !important; 
    margin-bottom: 0px !important; /* Margem ZERO aqui */
}

/* Espaço abaixo da label de input */
.auth-page .login-card .form-group label {
    display: block; /* Para garantir que o margin-bottom funcione */
    margin-bottom: 2px; /* Espaço mínimo entre o rótulo e o campo */
}

/* Input (Mantido) */
.auth-page .login-card input {
    width: 100%;
    padding: 12px 15px;
    border: none;
    border-radius: 10px;
    background: #1f1f1f;
    color: #fff;
    outline: none; 
}

/* Espaço do Botão e Link de Rodapé (Mantido) */
.auth-page .login-card #submit-register { margin-top: 20px !important; margin-bottom: 10px !important; padding: 12px 0; background: #6C47FF; border: none; border-radius: 10px; color: #fff; font-weight: bold; cursor: pointer; transition: background 0.3s, transform 0.2s; outline: none; }
.auth-page .login-card a.btn-link { margin-top: 5px !important; margin-bottom: 5px; }


/* ... (Outras Media Queries e estilos mantidos) ... */


.form-control {
  background: rgba(0, 0, 0, 0.08);
  border: solid 2px transparent;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  padding: 15px!important;
}
.form-control:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: none;
  background: rgba(0, 0, 0, 0.05);
  border-color: #5352ed;
}

button {
    cursor: pointer;
}

ul {
    list-style: none;
    padding-inline-start: 10px;
}

.content {
    padding: 45px 0;
}

.mt--35 {
    margin-top: -45px;
}

.btn-primary {
    background: #0b0b0b!important;
    border: red !important;
}

.btn-primary:hover {
    background: #0b0b0b!important;
    border: red !important;
}

.btn-primary:focus {
    background: #0b0b0b!important;
    border: red !important;
}

a {
    color: #0080FF;
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    color: #0080FF;
}

pre {
    background: rgba(0, 0, 0, .05);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 15px 0;
}

pre pre {
    background: none;
    padding: 0;
}

.btn-no-animation {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

.btn-no-animation:hover {
    margin-top: 0;
}

.addpluginbtn{
    text-align: center;
    width: 160px;
}

.plugin {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #EBEBEB;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 15px;
}

.plugin .title {
    color: #009FFF;
    font-weight: 600;
    font-size: 20px;
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: absolute;
}

.plugin .subtitle {
    color: #303030;
    font-size: 14px;
    margin-top: 30px;
}

.plugin .version {
    color: white; 
    font-size: 12px; 
    background: #009FFF; 
    padding: 1px 10px 1px 10px; 
    border-radius: 20px;
    margin-top: 30px;
}

.plugin button {
    border: none;
    background: #fff;
    color: rgba(0, 0, 0, 0.7);
    padding: 10px 15px;
    font-size: 14px;
    font-weight: 600;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    z-index: 200;
}

.plugin.disabled {
    background: #009FFF;
}

.license {
    background: rgba(0, 0, 0, 0.03);
    padding: 15px;
    border-radius: 8px;
    margin-top: 20px;
}

.settings .card {
    margin-top: 3vh;
    box-shadow: 0px 3px 12px -3px rgba(0, 0, 0, 0.2);
    border-radius: 12px;
    background: #FBFBFB;
}

.settings .btn-primary {
    background: #0080FF!important;
    color: #fff;
    border-radius: 6px;
}

.settings .btn-primary:hover {
    background: #0080FF!important;
    color: #fff;
    border-radius: 6px;
}

.settings .btn-primary:focus {
    background: #0080FF!important;
    color: #fff;
    border-radius: 6px;
}

.tickets .items{
    padding-left: 0; 
    margin-top: 15px;
}

.tickets .items .item .col.marginedcol{
    margin-right: -60%!important;
}

.tickets .items .item .col .icon {
    width: 60px; 
    height: 60px; 
    border-radius: 50%; 
    text-align: center; 
    margin-left: 10px;
}

.tickets .items .item .col .icon svg{
    margin-top: 11px; 
    font-size: 35px;
}

.tickets .items .item.active.mb-4 .icon {
    background: white;
}

@media (max-width:768px){
    .tickets .items .item .blockrow{
        display: block;
    }
    
    .tickets .info{
        margin-left: 10px!important;
    }
}

.tickets .btn-primary {
    background: #0080FF!important;
    color: #fff;
    border-radius: 6px;
}

.tickets .btn-primary:hover {
    background: #0080FF!important;
    color: #fff;
    border-radius: 6px;
}

.tickets .btn-primary:focus {
    background: #0080FF!important;
    color: #fff;
    border-radius: 6px;
}

.tickets a {
    text-decoration: none;
    color: none!important;
    background-color: none!important;
}

.tickets a:hover {
    text-decoration: none;
    color: none!important;
    background-color: none!important;
}

.tickets li {
    position: relative;
    margin: 0;
    padding-bottom: 36px;
    list-style: none;
}

.tickets .badge {
    margin-left: 1vh;
}

.tickets img {
    border-radius: 12px;
}

.tickets .info {
    margin-top: 2vh;
    margin-left: 10px;
}

.tickets .info p {
    margin-top: -1vh;
    margin-bottom: -0.50rem;
    color: #0080FF;
    font-size: 120%;
}

.tickets .info small {
    color: #2E2E2E;
}

.tickets .card {
    box-shadow: 0px 3px 12px -3px rgba(0, 0, 0, 0.2);
    border-radius: 12px;
    background: #242323;
}

.bg-success { 
    background-color: #1E1E1E !important; 
}


.tickets .identify {
    margin-top: -30px;
}

.tickets .card .active {
    background: #0080FF;
    padding: 10px 0px;
    border-radius: 12px;
}

.tickets .active .info p {
    margin-top: -1vh;
    margin-bottom: -0.50rem;
    color: #fff;
    font-size: 120%;
}

.tickets .active .info small {
    color: #fff;
}

/* PALETA FINAL
   - Fundo Principal: #0F1116 
   - Elementos/Cartões: #1A1C25 
   - Cor Primária (Neon): #00D0FF 
   - Cor de Sucesso/Crédito: #4CAF50 
   - Cor de Perigo/Débito: #FF5722 
   - Texto Principal: #FFFFFF
   - Texto Secundário: #9AA0A6
*/

/* -------------------------------------- */
/* CORREÇÃO DE ALINHAMENTO GERAL */
/* -------------------------------------- */

.credits-container.dashboard-layout {
    background-color: #0B0B0B; 
    color: #FFFFFF; 
    min-height: 90vh;
}

.list-group-item.text-center.text-muted.py-4 {
    background-color: #fff;
        box-shadow: 
        0 0 12px rgba(255, 255, 255, 0.4); /* Brilho Neon mais intenso */
}

.card > .list-group:last-child .list-group-item:last-child:hover {
    background-color: transparent !important;
}

.btn.btn-action-primary.btn-block.mb-2 {
    color: #fff;
}

.btn.btn-action-secondary.btn-block[name="gateway"][value="paypal"] {
    color: #fff;
    transform: translateY(-2px);
}

.btn.btn-action-transfer.btn-block.btn-send-submit.mt-2 {
    color: #fff;
    background-color: #212529;
    border: #00D0FF solid 4px;
}

.list-group-item.text-center.text-muted.py-4 {
    background-color: #0B0B0B;
}

.credits.refined-spacing {
    /* Adiciona padding interno ao container de créditos para evitar que o título grude */
    padding-left: 15px;
    padding-right: 15px;
}

.credits .page-title-irrecognizible {
    color: #fff; 
    padding-bottom: 15px;
    border-bottom: 1px solid #2A2C38; 
    font-size: 2rem;
    font-weight: 200 !important;
    margin-bottom: 40px !important; /* Mais espaço após o título */
}

/* Títulos de Seção */
.section-title-alt {
    color: #fff;
    font-weight: 700;
    font-size: 1.35rem;
    margin-bottom: 25px;
    padding-left: 10px;
    /* Transição suave para o título */
    transition: color 0.3s; 
}
.section-title-alt:hover {
    color: #fff;
}

/* -------------------------------------- */
/* ESTILO BASE DOS CARTÕES (NEUMORFISMO SUTIL REFINADO) */
/* -------------------------------------- */
.credits .card {
    border-radius: 12px;
    background: #252525; 
    border: none;
    /* Sombra Externa (Profundidade) e Interna (Borda sutil) */
    box-shadow: 
        0 8px 20px rgba(0, 0, 0, 0.5), /* Sombra externa mais profunda */
        inset 0 0 0 1px #2A2C38; 
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1); /* Curva de animação mais agradável */
}

.credits .card:hover {
    transform: translateY(-5px); 
    box-shadow: 
        0 15px 30px rgba(0, 0, 0, 0.7), /* Sombra maior ao hover */
        0 0 12px rgba(255, 255, 255, 0.4); /* Brilho Neon mais intenso */
}

#send-tab {
    color: #fff !important;
    border-bottom: none; /* remove a linha de baixo */
}

#send-tab {
    color: #fff !important;
}

.nav-tabs .nav-link {
    color: #f8f8f8 !important;
}

#send-tab.nav-link.active {
    color: #0b0b0b !important; /* coloque a cor que quiser */
}
.nav-tabs .nav-link.active {
    color: #0b0b0b !important; /* cor do texto */
}


#value-send {
    color: #fff !important;
}

#username {
    color: #fff !important;
}

.input-group-text {
    background-color: #007bff; /* escolha a cor do fundo */
    color: #fff;              /* texto branco */
}

#value-recharge {
    background-color: #007bff; /* cor de fundo */
    color: #fff;              /* texto branco */
}


/* -------------------------------------- */
/* CARTÃO LATERAL (SALDO) */
/* -------------------------------------- */
.sidebar-balance-card {
    background: linear-gradient(160deg, #000000 0%, #333333 80%, #ffffff 100%);
    border: 1px solid #fff; 
    border-radius: 15px;
    box-shadow: 0 0 20px rgba(247, 247, 247, 0.5); 
    position: sticky; 
    top: 50px;
}

/* Botão de Detalhes no Saldo */
.btn-balance-details {
    background-color: #2A2C38;
    color: #00D0FF;
    border: 1px solid #00D0FF;
    font-weight: 600;
    border-radius: 8px;
    transition: all 0.3s;
}
.btn-balance-details:hover {
    background-color: #00D0FF;
    color: #1A1C25;
    transform: scale(1.02);
}

/* -------------------------------------- */
/* INPUTS E BOTÕES DE AÇÃO */
/* -------------------------------------- */
/* Refinamento dos Inputs */
.input-style-group {
    border-radius: 8px; /* Aumenta a curvatura */
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.6); 
    border: 1px solid transparent; /* Adiciona uma borda transparente para a transição */
    transition: border-color 0.3s;
}
.input-style-group:focus-within {
    border-color: #00D0FF; /* Borda neon ao focar */
}

.input-group-prepend .input-group-text {
    background-color: #2A2C38;
    border-radius: 8px 0 0 8px; /* Arredonda o prefixo */
}

.input-style {
    background-color: #2A2C38 !important; 
    border-radius: 0 8px 8px 0 !important; /* Arredonda o campo */
    border: none !important;
}

/* Botões com Transições */
.btn-action-primary, .btn-action-secondary, .btn-action-transfer {
    font-weight: 700 !important;
    border-radius: 8px;
    transition: all 0.3s;
}

.btn-action-primary:hover {
    box-shadow: 0 0 15px rgba(0, 208, 255, 0.5);
    transform: translateY(-2px);
}

/* -------------------------------------- */
/* HISTÓRICO DE TRANSAÇÕES (LISTA) */
/* -------------------------------------- */
.activity-list-card .list-group-item {
    border-color: #2A2C38;
}

.activity-list-card .list-group-item:hover {
    background-color: rgba(0, 208, 255, 0.08) !important; /* Aumenta um pouco o brilho ao hover */
    box-shadow: 0 0 5px rgba(0, 208, 255, 0.1);
}

.activity-icon-container {
    background: #2A2C38;
    box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.8); /* Sombra interna mais forte no ícone */
}

.activity-details small.text-muted {
    color: #9AA0A6 !important;
    font-size: 0.85rem; /* Aumenta ligeiramente a fonte da data */
}

/* -------------------------------------- */
/* RESPONSIVIDADE (Ajuste Final para Mobile) */
/* -------------------------------------- */
@media (max-width: 991.98px) {
    .credits.refined-spacing {
        padding-left: 0;
        padding-right: 0;
    }
    .credits .page-title-irrecognizible {
        margin-left: 15px; /* Adiciona padding na esquerda do título em mobile */
        margin-right: 15px;
    }
    .panel-actions, .activity-history-panel .card {
        margin-left: 15px;
        margin-right: 15px;
    }
    
    .input-style-group {
        border-radius: 8px !important;
    }

    .input-group-prepend {
        display: none; /* Esconde R$ para simplificar mais no mobile */
    }
    
    .input-style {
        border-radius: 8px !important;
    }
}

.ips .card {
    padding: 0px 8vh;
}

@media (max-width: 980px) {
    .ips .card {
        padding: 0px 0vh;
    }
}

.add-ip {
    text-align: center;
}

.ips .card h4 {
    color: #fff;
}

.details-plugins h2 {
    color: #0080FF;
}

.details-plugins .card {
    padding: 20px;
    background: #FBFBFB;
    box-shadow: 0px 3px 12px -3px rgba(0, 0, 0, 0.2);

}

.details-plugins .card iframe {
    width: 100%;
    height: 420px;
}

.details-plugins .card img{
    max-width: 100%;
}

@media (max-width: 980px) {
    .details-plugins .card {
        margin-top: 20px;
    }
}

.details-plugins .card .details {
    align-content: center;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.details-plugins .card .details img {
    max-width: 120px;
    margin-top: -4.0vh;
}

.details-plugins .card .details h3 {
    margin-top: 1vh;
    color: #0080FF;
    font-weight: 700;
}

.details-plugins .card .details .downloads {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 0.85rem;
    --text-opacity: 1;
    color: #0080FF;
    border-radius: 3px;
    --border-opacity: 1;
    border: 1px solid #0080FF;
    border-color: rgba(239,238,238,var(--border-opacity));
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255,255,255,var(--bg-opacity));
    line-height: 20px;
    margin-right: 4px;
    margin-left: 4px;
}

.details-plugins .card .details .versions {
    margin-top: 5px;
}

.details-plugins .card .details .versions p {
    margin-top: 0;
    margin-bottom: 0.3rem;
}

.details-plugins .card .details .versions .version {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 0.85rem;
    --text-opacity: 1;
    color: #6e6e6e;
    border-radius: 3px;
    --border-opacity: 1;
    border: 1px solid #efeeee;
    border-color: rgba(239,238,238,var(--border-opacity));
    margin-top: 10px;
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255,255,255,var(--bg-opacity));
    line-height: 20px;
    margin-right: 4px;
    margin-left: 4px;
}

.details-plugins .card .details ul {
    margin-top: 10px;
}

.details-plugins .card .details li {
    margin-bottom: 3px;
}

.cart h3 {
    color: #0080FF;
    margin-bottom: 10px;
}

.cart .total-items {
    color: #393939;
    font-size: 20px;
    font-weight: 700;
    background: #B2D9FF;
    border-radius: 6px;
    padding: 3px 13px;
    margin-bottom: -20px;
    width: fit-content;
    z-index: 999;
    position: relative;
}

.cart .packages .card {
    padding: 50px 20px;
    background: #FBFBFB;
    border-radius: 12px;
}

.cart .total .card {
    padding: 50px 20px;
    background: #F6FBFF;
    border-radius: 12px;
}

.cart .packages li {
    margin-bottom: 1vh;
}

.cart .packages .package .info {
    margin-top: 3.5vh;
}

.cart .packages .package .info h3 {
    color: #000000;
    font-weight: 800;
    margin-bottom: 0;
}

.cart .packages .package .info a {
    color: #434343;
    font-size: 80%;
    text-decoration: none!important;
}

.cart .packages .package .info a:hover {
    color: #434343;
    font-size: 80%;
    text-decoration: none!important;
}

.cart .packages .package .price {
    background: #0080FF;
    color: #fff;
    margin-top: -6vh!important;
    padding: 2px 10px;
    border-radius: 6px;
    width: fit-content;
    float: right;
}

.cart .total .card {
    padding: 30px 40px;
    border-radius: 12px;
}

.cart .discount {
    margin-bottom: 20px;
}

.cart .discount .btn {
    padding: 0;
    padding-right: 15px;
    margin-top: -2px;
    font-size: 30px;
    color: #0080FF;
}

.cart .total .payments .gateway {
    margin-left: 15px;
    margin-top: 18px;
    margin-right: -5px;
    z-index: 99;
}

.cart .total .payments img {
    max-height: 32px;
    max-width: 131px;
}

.cart .total .subtotal {
    margin-top: 20px;
}

.cart .total .subtotal h5 {
    color: #5A5A5A;
}

.cart .total .subtotal h3 {
    color: #393939!important;
}

.cart .empty .card {
    padding: 200px 200px;
    background: #FBFBFB;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
}

.server-logo input {
    padding: 10vh 1vh!important;
    background: #EFEFEF!important;
}

.server-logo input[type="file"] {
    display: none!important;
}

.upload-logo {
    background: #EFEFEF;
    padding: 13vh;
    border-radius: 6px;
}

.faqs {
    margin-top: 3vh;
}

.faqs .card h3 {
    color: #0080FF;
    font-weight: 700;
}

.balls-3 {
    position: relative;
}

#voucher .vouchers {
    margin-top: -250px!important;
    padding: 0 150px!important;
}

@media (max-width: 980px) {
    #voucher .vouchers {
        margin-top: 0px!important;
        padding: 0 0px!important;
    }
}

@media (max-width: 980px) {
    .balls-3 {
        display: none;
    }
}

.balls-4 {
    margin-top: 60rem;
    position: relative;
    float: right;
}

@media (max-width: 980px) {
    .balls-4 {
        display: none;
    }
}

.balls-5 {
    position: relative;
    margin-top: 4px;
}

@media (max-width: 980px) {
    .balls-5 {
        display: none;
    }
}

.balls-6 {
    position: relative;
    margin-top: -4rem;
}

@media (max-width: 980px) {
    .balls-6 {
        display: none;
    }
}

.balls-7 {
    position: relative;
    float: right;
    margin-top: -4rem!important;
    margin-bottom: 3rem!important;
}

@media (max-width: 980px) {
    .balls-7 {
        display: none;
    }
}

.balls-8 {
    position: relative;
}

@media (max-width: 980px) {
    .balls-8 {
        display: none;
    }
}

.balls-9 {
    position: relative;
    margin-top: -150px;
    float: right;

}

@media (max-width: 980px) {
    .balls-9 {
        display: none;
    }
}

.balls-10 {
    position: relative;
    margin-top: -150px;
}

@media (max-width: 980px) {
    .balls-10 {
        display: none;
    }
}

.pluginpage{
    height: unset!important; 
    z-index: 1!important;
}

@media (max-width: 494px){
    .pluginpage .mid .container .row p{
        margin-left: 0!important;
    }
}

@media (max-width: 483px){
    .pluginpage .plugins-nav .plugins-button{
        margin-left: 5px!important;
    }
}

.pluginball{
    margin-top: -9rem!important;
    position: absolute!important;
}

/* Este é o novo wrapper que você precisa para alinhar os 3 grupos no topo */
.plugins-header-controls {
    display: flex;
    flex-wrap: wrap; 
    gap: 15px;
    align-items: center; 
    margin-top: 20px;
    width: 100%;
}

/* Garante que o input-group de busca ocupe o espaço restante */
.plugins-search {
    flex-grow: 1; 
    min-width: 200px; 
}

.plugin-container {
    /* Remove margin-top excessivo e z-index negativo */
    margin-top: 50px !important; /* Margem padrão para separar do cabeçalho */
    padding: 0 100px !important;
    z-index: auto; /* Garante que o conteúdo fique visível */
}

@media (max-width: 980px) {
    .plugin-container {
        margin-top: 30px !important;
        padding: 0 15px !important; /* Ajuste para mobile */
    }
    
    /*#page .mid{
        margin-top: 120px;
    }*/
}


/*@media (max-width: 525px) {
    #page .mid{
        margin-top: 150px;
    }
}*/

@media (max-width: 470px) {
    #page .mid{
        margin-top: 120px;
    }
    
    .plugin-container {
        margin-top: 17rem!important;
    }
}

.clients {
    margin-top: 4rem;
    padding: 0px 100px!important;
}

@media (max-width: 980px) {
    .clients {
        margin-top: 0rem!important;
        padding: 0 0px!important;
    }
}

@media (max-width: 980px) {
    .pluginscontainer {
        margin-top: 0rem!important;
        padding: 0 0px!important;
    }
}

@media (max-width: 980px) {
    .servers-container {
        margin-top: 0rem!important;
        padding: 0 0px!important;
    }
}

.ips .card {
    background: #1a1a1a; /* cor de fundo escura */
    /* ou uma imagem de fundo */
    /* background: url('caminho/para/imagem.jpg') no-repeat center center; */
    /* background-size: cover; */
    border-radius: 12px; /* cantos arredondados */
    padding: 20px; /* espaçamento interno */
    box-shadow: 0 4px 8px rgba(0,0,0,0.2); /* sombra */
}

@media (max-width: 980px) {
    .tickets-container {
        margin-top: 0rem!important;
        padding: 0 0px!important;
    }
}

@media (max-width: 980px) {
    .settings-container {
        margin-top: 0rem!important;
        padding: 0 0px!important;
    }
}

.credits-container {
    padding: 0px 100px!important;
}

@media (max-width: 980px) {
    .credits-container {
        margin-top: 0rem!important;
        padding: 0 0px!important;
    }
}

.card {
    border: none;
    box-shadow: 0px 3px 12px -3px rgba(0, 0, 0, 0.2);
    background: #FBFBFB;
}

.card .card-body {
    padding: 35px;
}

.card h5 {
    font-weight: 300;
}

.table td,
.card .table th {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.table.align-items-center td,
.table.align-items-center th {
    vertical-align: middle;
}

.table .thead-light th {
    background-color: #f6f9fc;
    color: #8898aa;
}

.table {
    color: #525f7f!important;
}

.table thead {
    background: rgba(0, 0, 0, .02);
}

.table.table-hover tbody tr:hover {
    background: rgba(0, 0, 0, .01);
}

.apexcharts-toolbar {
    display: none!important;
}

.font-12 {
    font-size: 12px;
}

input {
    border: none!important;
    box-shadow: 0px 3px 12px -3px rgba(0, 0, 0, 0.1);
}

input:focus,
select:focus {
    outline: none;
}

textarea {
    border: none!important;
    box-shadow: 0px 3px 12px -3px rgba(0, 0, 0, 0.2);
}

textarea:focus,
select:focus {
    outline: none;
}

.custom-form-control {
    border: solid 2px #cacaca;
    padding: 10px 15px;
    border-radius: 8px;
    width: 100%;
    transition: all ease .2s;
}

.custom-form-control:focus {
    border-color: #0080FF;
}

.custom-cost {
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
    font-weight: 600;
    font-size: 60px;
    background: #084991;
    color: #fff;
}

.custom-cost-send {
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
    font-weight: 600;
    font-size: 60px;
    background: #eeeeee;
    color: #0078ff;
}

.gateways-col{
    align-self: center;
    margin-top: -15px;
}

@media (max-width:768px){
    .gateways-col{
        margin-top: 0;
    }
}

.custom-cupom {
    padding-right: 45px;
    font-weight: 600;
    font-size: 20px;
}

.custom-span-left {
    position: absolute;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    margin-top: 75px;
    left: 10px;
    transform: translateY(-50%);
}

.custom-span-right {
    position: absolute;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    margin-top: 75px;
    right: 10px;
    transform: translateY(-50%);
}

.chat-height {
    height: 500px;
    overflow-y: auto;
}

.chat-form {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.chat-height::-webkit-scrollbar {
  width: 5px;
}

.chat-height::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.chat-height::-webkit-scrollbar-thumb {
  background: #888;
}

.chat-height::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.chat-form textarea {
    width: 80%;
    background: white;
    border: none;
    padding: 10px;
    border-radius: 5px 0 0 5px;
    resize: none;
    min-height: 68px;
}

.chat-form textarea:focus {
    outline: none;
}

.chat-form button {
    width: 70px;
    background: #0080FF;
    border: none;
    border-radius: 25px;
    color: #fff;
    font-weight: 600;
    margin-left: 10px;
    padding: 10px 0;
}

.chat-form button svg {
    font-size: 35px;
}

.bubble-chat {
    background: #FFFFFF;
    padding: 15px;
    font-size: 14px;
    border-radius: 8px;
    box-shadow: 0px 3px 12px -3px rgba(0, 0, 0, 0.1);
}

.bubble-chat.customer {
    background: #009FFF;
    padding: 15px;
    color: #fff;
    border-radius: 8px;
}

.msgticket{
    margin-bottom: 0;
}

.stars input{
    display: none;
}

input#rate-5:checked ~ label{
    color: #fe7;
    text-shadow: 0 0 20px #952;
}

#rate-1:checked ~ form header:before{
    content: "I just hate it ";
}
#rate-2:checked ~ form header:before{
    content: "I don't like it ";
}
#rate-3:checked ~ form header:before{
    content: "It is awesome ";
}
#rate-4:checked ~ form header:before{
    content: "I just like it ";
}
#rate-5:checked ~ form header:before{
    content: "I just love it ";
}

@media (max-width: 768px){
    .bubble-chat.customer{
        margin-left: auto;
        max-width: 200px;
    }
    
    .msgticket{
        text-align: end;
    }
    
    .bubble-chat{
        max-width: 200px;
    }
}

.site-footer {
  margin-top: auto !important;                  
  background: linear-gradient(135deg, #0A090F, #091726);
  color: #fff;
  border-radius: 20px 20px 0 0;                 
  box-shadow: 0 -6px 20px rgba(0,0,0,0.15);
  overflow: hidden;  
}

.footer-main-logo {
  max-height: 60px;
}

.footer-tagline {
  font-size: 1.1rem;
  font-weight: 500;
  margin-top: 10px;
  color: #f3f4f6;
}

.footer-links {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 25px;
  padding: 0;
}

.footer-links a {
  color: #f3f4f6;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.2s ease;
}

.footer-links a:hover {
  color: #ffd43b; /* amarelo para destacar */
}

.footer-bottom {
  background: #0A090F; /* preto suave */
  padding: 20px;
  margin-top: 30px;
  border-radius: 0 0 20px 20px;
}

.footer-bottom p {
  margin: 0;
  font-weight: 500;
  font-size: 0.95rem;
}

.footer-bottom small {
  color: #9ca3af;
  display: block;
  margin-top: 5px;
  font-size: 0.85rem;
}

/* Mobile */
@media (max-width: 768px) {
  .footer-links {
    justify-content: center;
    margin-top: 20px;
  }
  .footer-tagline {
    text-align: center;
  }
}


@media (max-width: 992px) {
  .footer-links {
    justify-content: center;
    margin-top: 20px;
  }

  .footer-title,
  .footer-subtitle {
    text-align: center;
  }
}


.table-responsive-sm::-webkit-scrollbar {
    -webkit-appearance: none;
}

.table-responsive-sm::-webkit-scrollbar:vertical {
    width: 12px;
}

.table-responsive-sm::-webkit-scrollbar:horizontal {
    height: 12px;
}

.table-responsive-sm::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .5);
    border-radius: 10px;
    border: 2px solid #ffffff;
}

.table-responsive-sm::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #ffffff;
}

.imgModal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.9);
  justify-content: center;
  align-items: center;
}

.imgModal-content {
  margin: auto;
  display: block;
  max-width: 90%;
  max-height: 90%;
  transition: 0.3s;
}

#imgCaption {
  display: block;
  color: #ccc;
  transition: 0.3s;
}

.imgModal-unzoom {
    background-color: transparent!important;
    animation-name: unzoom;
    animation-duration: 0.1s;
}

.imgModal-content, #imgCaption {
  animation-name: zoom;
  animation-duration: 0.1s;
}

.modal-content {
    background-color: #494545;
    border-radius: 8px; /* cantos arredondados, opcional */
    padding: 20px;      /* espaçamento interno, opcional */
    color: #fff;        /* cor do texto para contraste */
    box-shadow: 0 4px 12px rgba(0,0,0,0.3); /* sombra suave, opcional */
}

@keyframes zoom {
  from {opacity: 0;}
  to {opacity: 1;}
}

@keyframes unzoom {
  from {opacity: 1;}
  to {opacity: 0;}
}

.imgClose {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.imgClose:hover,
.imgClose:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

.plugin-table-client {
    max-height: 700px;
    overflow-y: auto;
}

.cart-gateway-img{
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    align-self: center;
    width: 80%;
    height: 50px;
    border-radius: 5px;
}

.cart-gateway-label{
    display: flex;
}

#cupom {
    text-align: center;
}

.servers .owl-stage{
    margin-top: 20px;
    margin-bottom: 20px;
}

.affiliate-info{
    margin-top: 15px;
    padding: 15px;
    background: white;
    border-radius: 6px;
    box-shadow: 0px 3px 12px -3px rgba(0, 0, 0, 0.2);
}

.affiliate-info h4{
    font-weight: 600;
    font-size: 30px;
    text-transform: uppercase !important;
}

.affiliate-info p{
    margin-top: 5px;
    font-weight: 200;
    font-size: 18px;
}

.send-credits{
    align-self: center; margin-top: -24px;
}

.send-credits-user{
    text-align: center;
}

.send-credits-user label{
    color: #0078FF; font-weight: 700;
}

.send-credits-user input{
    text-align: center; background: #eee; margin-bottom: 10px;
}

.send-credits-send{
    justify-content: center; display: flex;
}

.send-credits-send button{
    height: 35px; font-weight: 500; padding: 0; width: 80%;
}

.affiliate-noLevel {
    padding: 30px; background: #eeeeee; border-radius: 30px; margin-top: 30px;
}

.affiliate-noLevel .content {
    text-align: center; opacity: 80%;
}

.affiliate-noLevel .row {
    padding: 0; margin: 0; justify-content: center;
}

.affiliate-noLevel .header .icon {
    font-size: 70px; opacity: 77%; margin-bottom: 50px;
}

.modal-custom .buttons .row{
    justify-content: space-between;
}

.modal-custom .btn{
    width: 45%;
    height: 50px;
    margin: 0 10px;
    padding: 0;
}

@media (max-width: 485px){
    .modal-custom .ipbtn .btn{
        width: 100%;
        margin-bottom: 5px;
    }
}

.modal-custom .conteudo{
    margin-top: 25px;
}

.modal-custom .warn{
    font-size: 12px;
}

.modal-custom .modal-content{
    padding: 40px;
}

.modal-custom span{
    font-weight: 700;
}

.modal-server .closebtn{
    margin-left: 180%;
    float: right;
    display: flex;
}

@media (max-width: 800px){
    .modal-server .image{
        margin-top: 40px;
    }
    
    .modal-server .modalbody{
        width: unset!important;
    }
    
    .modal-server .closebtn{
        margin-left: 95%;
    }
    
    .modal-server .title h4{
        text-align: center;
    }
}

.scrolled-table{
    max-height: 700px; 
    overflow-y: scroll;
}

.scrolled-table::-webkit-scrollbar {
  width: 5px;
}

.scrolled-table::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.scrolled-table::-webkit-scrollbar-thumb {
  background: #888;
}

.scrolled-table::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.plugin .colored svg{
    color: #009FFF;
}

.jq-ry-container{
    z-index: 1;
}

.ratingSec .current .jq-ry-container>.jq-ry-group-wrapper>.jq-ry-group>svg {
    width: 28px;
    height: 28px;
}
    
.ratingSec .current .jq-ry-container, .rate .jq-ry-container {
    padding: 0;
}
    
.dontRating svg{
    width: 28px;
    height: 28px;
    color: gray;
}
    
.content-rate .ratings .ratecol:nth-child(n+4){
    display:none;
}
    
.content-rate .none{
    color: #0080FF; 
    text-align: center; 
    font-weight: 600;
}
    
.content-rate .ratings .ratecol .rate{
    background: rgb(240, 240, 240); 
    margin-top: 20px; 
    padding: 26px 29px;
}
    
.content-rate .ratings .ratecol .rate .username h6{
    font-weight: 600; 
    margin-bottom: 1.3rem; 
    color: rgb(102, 102, 102); 
    font-size: 18px;
}
    
.content-rate .ratings .ratecol .rate .comment p{
    word-break: break-all; 
    color: rgb(102, 102, 102); 
    font-size: 14px; 
    margin-bottom: 0; 
    margin-top: 1.3rem;
}
    
.content-rate .buttonRatings{
    display: flex; 
    justify-content: center; 
    margin-top: 20px;
}
    
.content-rate .buttonRatings #mostrarMais{
    background: transparent; 
    color: #0080FF; 
    border: 2px solid #0080FF; 
    padding: 10px 20px; 
    border-radius: 5px;
}
    
.rateBtn{
    background: transparent; 
    color: #0080FF; 
    border: 2px solid #0080FF; 
    padding: 5px 20px; 
    border-radius: 5px;
}

.tickets-info{
    display: flex; 
    flex-direction: column; 
    align-items: flex-end;
}

.tickets-info .card{
    padding: 20px;
}

.tickets-info h5{
    font-weight: 600; 
    color: #fff;
}

.ticket-icon {
    background: #000000 !important;
    width: 45px !important;
    height: 45px !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-right: 10px !important;
}

@media (max-width: 768px){
    .tickets-info{
        align-items: flex-start;
        margin-top: 50px;
    }
}

#rankWidget .rank-btn{
    position: fixed;
    border: none;
    position: fixed;
    width: 48px;
    height: 48px;
    left: -1.5em;
    top: unset;
    transform: scale(1);
    margin: 2em 2em 10em 0;
    bottom: 1em;
    background-color: #0080FF;
    border-radius: 50%;
    cursor: pointer;
    z-index: 999999;
    padding: 0 0 0 13px;
    box-shadow: 0 2px 4px rgb(0 0 0 / 20%);
    -webkit-transition: background-color 300ms;
    transition: background-color 300ms;
    will-change: transform;
}