button::-webkit-focus-ring,
.btn::-webkit-focus-ring {
    outline: none !important;
}

a:focus,
a:active {
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
    background: transparent !important;
}

.app-navbar a,
.app-navbar a:focus,
.app-navbar a:active,
.app-navbar a:visited,
.app-navbar a:hover,
.navbar-label {
    text-decoration: none !important;
    color: #fff !important;
}

.pagination .active a {
    background: #ffc107;
    color: #23253a !important;
    border-radius: 4px;
    font-weight: bold;
    border: 1px solid #ffc107;
}


.navbar-services   { 
    color: #ff0000b2!important; 
    font-size: 1.5rem;
}
.navbar-orders     { 
    color: #28a745!important; 
    font-size: 1.5rem;
}
.navbar-home       { 
    color: #ff9800!important; 
    font-size: 2rem;
}
.navbar-addfunds   { 
    color: #17a2b8!important; 
    font-size: 1.5rem;
}
.navbar-logout     { 
    color: #ff4d4f!important; 
    font-size: 1.5rem; 
}


/* Adicione em style.css ou new.css */

.btn.btn-square {
  padding: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 8px;
}


@media (max-width: 600px) {
  .btn.btn-square {
    width: 40px;
    height: 40px;
    font-size: 1.1rem;
    min-width: 32px;
    min-height: 32px;
  }
  .btn.btn-square i {
    font-size: 1.5rem;
  }
}

.btn-square i {
  margin: 0;
  font-size: 20px; /* ou 2.2rem, ajuste como preferir */
  margin: 0;
  color: #fff;
}

.bs-2, .bs-3 {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

.bs-3 i {
  color: #ff6370 !important; /* vermelho ou a cor desejada */
}

.bs-4 {
  background: #c5008a !important;
  border: 1px solid #ffffff !important;
  box-shadow: 4px 4px 8px 0px #000000 !important;
  color: #ffffff !important;
}


/* Galeria de imagens */
.gallery-btn {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
}

.gallery-img {
    width: 40px;
    height: 40px;
    object-fit: cover;
}

.image-gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.category-item {
    flex: 1 1 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Collapse */
.collapsed-content {
    display: none;
}

.collapsed-header {
    cursor: pointer;
    background-color: #770729;
    padding: 10px;
    border: 1px solid #ffffff;
    border-radius: 5px;
    margin-bottom: 2px;
    box-shadow: 4px 4px 8px 0px #000000;
}

.collapsed-header.open {
    border-radius: 10px 10px 0 0;
    border: 2px solid #ffffff;
    border-bottom: none;
    background-color: #7e0318;
    color: #ffffff;
    font-weight: bold;

}

.collapsed-header:hover {
    background-color: #7e0318;
}

.new-dhead-body {
  background-color: #202020; /* Cor de fundo */
  border-radius: 0 0 10px 10px; /* Cantos arredondados */
  padding: 10px; /* Espaçamento interno */
  border: 2px solid #ffffff; /* Borda */
  border-top: none; /* Remove a borda superior */
  box-shadow: 4px 4px 8px 0px #000000; /* Sombra */
  margin-bottom: 25px; /* Espaçamento inferior */
}

.text-descricao-oculta {
    background-color: #c44800; /* Cor de fundo */
    border: 2px solid #ffffff; /* Borda */
    border-radius: 10px; /* Cantos arredondados */
    padding: 10px; /* Espaçamento interno */
    font-weight: bold;
}

/* Adicione no seu arquivo CSS principal */
.loader-tela {
    position: fixed;
    top: 0; left: 0;
    width: 100vw;
    height: 100vh;
    background: url('/images/style-panel/backimg.webp') center center / cover no-repeat;
    color: #fff;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 1.5em;
}
.loader-tela-text {
    padding: 10px;
    text-align: center;
    font-weight: bold;
    font-size: 1.3em;
    letter-spacing: 1px;
}

.loader-logo {
    display: block;
    margin: 0 auto 18px auto;
    max-width: 300px;   /* aumente para 180px ou mais */
    width: 40vw;        /* ocupa até 40% da largura da tela */
    min-width: 80px;    /* garante tamanho mínimo */
    height: auto;
}
@media (max-width: 800px) {
    .loader-logo {
        max-width: 200px; /* maior no mobile */
        width: 70vw;
        margin-bottom: 12px;
    }
}

.button-description {
    background: linear-gradient(90deg, #9c3f00 0%, #dd9700 100%);
    color: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 10px;
    padding: 10px 15px;
    cursor: pointer;
    font-size: 14px;
    text-align: center;
    width: 100%;
    box-shadow: 4px 4px 8px 0px #000000; /* Sombra */
}

.help-block {
    font-size: 15px;
    color: #02b82a;
    margin-top: 5px;
    font-weight: bold;
}

/* Aumenta o tamanho do checkbox padrão */
.custom-control-input[type="checkbox"] {
    width: 22px;
    height: 22px;
    min-width: 22px;
    min-height: 22px;
}

.control-label.has-depends {
  display: flex;
  align-items: center;
  gap: 1px; /* espaço entre checkbox e texto */
}
.control-label.has-depends input[type="checkbox"] {
  margin-right: 8px;
}

/* Serviço */
.service-id {
    background-color: pink;
    border: 1px solid white;
    border-radius: 5px;
    padding: 2px 5px;
    margin-right: 5px;
}

.service-item {
    display: flex;
    align-items: center;
    width: 100%;
}

.service-name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex-grow: 1;
    text-align: center;
}

.service-price {
    background-color: yellow;
    border: 1px solid white;
    border-radius: 5px;
    padding: 2px 5px;
    margin-left: 5px;
    flex-shrink: 0;
}

/* Botão de ordenação */
.sort-button,
#sort-button {
    background-color: #1e1d2b;
    border: 1px solid rgb(44, 43, 43);
    border-radius: 4px;
    color: white;
    padding: 5px 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    margin-left: 10px;
    flex: 0 0 auto;
}

/* Select2 */
.select2-container {
    width: 100% !important;
    min-width: 0 !important;
}

.select2-container--default .select2-selection--single {
    background-color: #202020;
    border: 2px solid #ffffff;
    height: 45px;
    border-radius: 10px;
    display: flex;
    align-items: center;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #ffffff;
    display: flex !important;
    align-items: center !important;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 12px;
}

.select2-container--default .select2-selection--single:focus {
    border-color: #00ff2a;
}

.select2-container .select2-results__option {
    min-height: 36px !important;
    height: auto !important;
    display: flex;
    align-items: center;
    border-top: 1px solid #ff000038;
    border-bottom: 1px solid #ff000038;
}

/* Alinha imagem e texto no select2 */
.select2-selection__rendered img {
    vertical-align: middle !important;
    margin-right: 6px;
    width: 24px;
    height: 24px;
    position: relative;
    top: -2px;
}

/* Overlay escuro para o fundo do dropdown mobile */
.select2-mobile-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(12, 12, 12, 0.863);
    z-index: 3000;
    transition: opacity 0.2s;
}

.select2-container--default .select2-dropdown {
    background-color: #202020 !important;
    color: #fff !important;
    border: 2px solid #ffffff !important;
    border-radius: 0 0 10px 10px !important;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.5) !important;
    min-height: 300px !important;
}

.select2-container--default .select2-results {
    flex: 1 1 auto !important;
    display: flex !important;
    flex-direction: column !important;
    min-height: 300px !important;
}

.select2-container--default .select2-results__options {
    flex: 1 1 auto !important;
    display: flex !important;
    flex-direction: column !important;
    min-height: 300px !important;
}

/* Responsividade select2 */
@media (max-width: 600px) {
    .select2-container--default .select2-selection--single {
        height: 44px;
        font-size: 14px;
    }
    .select2-selection__rendered img {
        width: 18px;
        height: 18px;
    }
}

.select2-container--default .select2-dropdown .select2-results__option[aria-selected="true"],
.select2-container--default .select2-dropdown .select2-results__option--selected {
    background-color: #ff008000 !important;
    color: #eeff00 !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}
.select2-container--default .select2-dropdown .select2-results__option--highlighted,
.select2-container--default .select2-dropdown .select2-results__option--highlighted[aria-selected="true"] {
    background-color: #0057ff !important;
    color: #fff !important;
}

.select-heart-row {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 8px;
}

.select-heart-row select {
    flex: 1 1 0;
    min-width: 0;
}

.favorite-heart {
    font-size: 1.7em;
    height: 45px;
    cursor: pointer;
    user-select: none;
    margin-left: 8px;
    transition: filter 0.2s;
    background: #202020;      /* Cor de fundo */
    border: 2px solid #ffffff;/* Borda */
    border-radius: 10px;       /* Deixa arredondado */
    display: flex;
    align-items: center;
    justify-content: center;
}

.favorite-heart:hover,
.favorite-heart:focus {
    filter: brightness(1.3);
}

.favorite-heart:empty {
    display: none;
}

/* Barra de progresso */
.progress-container {
    background: linear-gradient(135deg, rgb(0, 0, 0) 0%, rgb(129, 1, 86) 200%);
    margin-top: 20px;
    text-align: center;
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    padding: 8px;
    border-radius: 10px;
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.678);
    font-weight: bold;
}

.progress-title {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: bold;
}

.progress{
  border-radius: 10px !important;
}

.progress-bar {
    width: 100%;
    background-color: #e0e0e0;
    border-radius: 10px;
    overflow: hidden;
    height: 20px;
    position: relative;
}

.progress-fill {
    height: 100%;
    background-color: #40ca2e;
    width: 0%;
    transition: width 0.5s ease-in-out;
}

.progress-text {
    margin-top: 10px;
    font-size: 14px;
    color: #555;
}

/* Modal extras */
.extras-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.extras-modal-content {
    background-color: #1e1d2b;
    border: 2px solid #fff;
    border-radius: 8px;
    padding: 20px;
    max-width: 400px;
    width: 90%;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.5);
    text-align: center;
    color: #fff;
}

.extras-modal-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #f1f1f1;
}

/* Limita a altura do conteúdo do modal de extras e ativa rolagem */
.extras-modal-body {
    margin-bottom: 15px;
    text-align: left;
    color: #d1d1d1;
    max-height: 350px;      /* limite de altura */
    overflow-y: auto;       /* rolagem vertical */
}

/* Para telas pequenas, diminua um pouco a altura máxima */
@media (max-width: 600px) {
    .extras-modal-body {
        max-height: 200px;
    }
}
.extras-modal-body p {
    margin: 5px 0;
    font-size: 14px;
    line-height: 1.5;
}

#globalModal .modal-dialog {
  max-width: 500px; /* ajuste conforme necessário */
}

#globalModal .modal-body {
  text-align: center;
  max-height: 90vh; /* altura máxima do conteúdo */
  overflow-y: auto; /* ativa rolagem vertical */
}

#globalModal .modal-body img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#globalModal .progress {
  margin-left: auto;
  margin-right: auto;
  width: 80%; /* Ajuste conforme necessário */
}

/* Fundo do modal */
#globalModal .modal-content {
    background: 
        linear-gradient(135deg, #2d2e44 0%, #141431 100%);
    border-radius: 14px;
    border: 2.5px solid #3a2a4d;
    color: #e6e6fa;
    box-shadow: 0 8px 32px 0 #000000c0, 0 2px 8px 0 #3a2a4d80;
    max-height: 80vh;
    overflow: hidden;
    transition: box-shadow 0.3s, border 0.3s;
}

/* Cabeçalho do modal */
#globalModal .modal-header {
    background: linear-gradient(90deg, #2a255c 0%, #23243a 100%);
    color: #fff;
    border-bottom: 2px solid #3a2a4d;
    border-radius: 14px 14px 0 0;
    font-weight: bold;
    letter-spacing: 1px;
    box-shadow: 0 2px 8px #00000040;
}

/* Título do modal */
#globalModal .modal-title {
    color: #ffd700;
    font-size: 1.25em;
    font-weight: 700;
    letter-spacing: 1px;
}

/* Corpo do modal */
#globalModal .modal-body {
    background: transparent;
    color: #e6e6fa;
    border-radius: 0 0 14px 14px;
    padding: 24px 18px;
    font-size: 1.08em;
    box-shadow: none;
}

/* Rodapé do modal */
#globalModal .modal-footer {
    background: #23243a;
    color: #fff;
    border-radius: 0 0 14px 14px;
    border-top: 2px solid #3a2a4d;
}

/* Botões do modal */
#globalModal .btn {
    background: linear-gradient(90deg, #3a2a4d 0%, #23243a 100%);
    color: #ffd700;
    border: 2px solid #3a2a4d;
    border-radius: 8px;
    font-weight: bold;
    padding: 10px 24px;
    box-shadow: 0 2px 8px #00000040;
    transition: background 0.2s, color 0.2s, border 0.2s;
}
#globalModal .btn:hover, #globalModal .btn:focus {
    background: #ffd700;
    color: #23243a;
    border: 2px solid #ffd700;
    outline: none;
}

/* Scrollbar custom para modal */
#globalModal .modal-body {
    scrollbar-width: thin;
    scrollbar-color: #3a2a4d #18182a;
}
#globalModal .modal-body::-webkit-scrollbar {
    width: 8px;
    background: #18182a;
}
#globalModal .modal-body::-webkit-scrollbar-thumb {
    background: #3a2a4d;
    border-radius: 8px;
}

/* Rodapé do modal */
#globalModal .modal-footer {
  background: #2c003e;
  color: #fff;
}

.modal-line {
    margin-bottom: 14px;
}


/* Modal fundo */
#paymentModal .modal-content {
    background: #18182a; /* cor de fundo */
    color: #fff;         /* cor do texto */
    border-radius: 16px;
    border: 2px solid #ffffff;
}


/* Header do modal */
#paymentModal .modal-header {
    background: #2a255c;
    color: #fff;
    border-bottom: 2px solid #eb0693;
    border-radius: 16px 16px 0 0; /* Cantos arredondados no topo */
    font-weight: bold;
}

/* Título do modal */
#paymentModal .modal-title {
    color: #ffffff;
}

/* Corpo do modal */
#paymentModal .modal-body {
    background: linear-gradient(135deg, rgb(0, 0, 0) 0%, rgb(105, 0, 70) 250%);
    color: #fff;
    border-radius: 0 0 16px 16px; /* Cantos arredondados na parte inferior */
}

/* Botões dentro do modal */
#paymentModal .btn-primary {
    background: #0059ff;
    border: 2px solid #ffffff;
    border-radius: 8px;
    padding: 10px;
    box-shadow: 4px 4px 10px 0px #000000;
}

#paymentModal .btn-secondary {
    background: #af0000;
    border: 2px solid #ffffff;
    border-radius: 8px;
    box-shadow: 4px 4px 10px 0px #000000;
    font-weight: bold;
}

#paymentModal .btn-secondary1 {
    background: #009908;
    border: 2px solid #ffffff;
    border-radius: 8px;
    box-shadow: 4px 4px 10px 0px #000000;
    color: #ffffff;
    font-weight: bold;
}





.neworder-card {
    font-size: 1.40rem; /* ajuste o valor conforme desejar */
    font-weight: bold;
}

.copy-button,
.close-button {
    margin: 5px;
    padding: 8px 15px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
}

.copy-button {
    background-color: #4caf50;
    color: #fff;
}

.copy-button:hover {
    background-color: #45a049;
}

.close-button {
    background-color: #555;
    color: #fff;
}

.close-button:hover {
    background-color: #444;
}

/* Modal de alerta */
.alert-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.alert-modal-content {
    background-color: #1e1d2b;
    border-radius: 8px;
    padding: 20px;
    max-width: 400px;
    width: 90%;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.5);
    text-align: center;
    color: #fff;
    border: 2px solid #ffffff; /* Borda branca */
}

.alert-modal-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #f1f1f1;
}

.alert-modal-body {
    margin-bottom: 15px;
    text-align: center;
    color: #d1d1d1;
}

.alert-modal-body p {
    margin: 5px 0;
    font-size: 14px;
    line-height: 1.5;
}

.copy-button-extra,
.green-button-global {
    padding: 5px 30px;
    background-color: #2ca328;
    color: #fff;
    border-radius: 5px;
    border: 1px solid #fff;
    margin-top: 60px;
    text-decoration: none;
}

.close-button-alert,
.close-button-extra,    
.red-button-global {
    padding: 5px 30px;
    background-color: #ca2828;
    color: #fff;
    border-radius: 5px;
    border: 1px solid #fff;
    margin-top: 60px;
}

.refill-button {
    padding: 5px;
    background-color: #00bd10;
    color: #fff;
    border-radius: 10px;
    border: 1px solid #fff;
    font-weight: bold;
    border: 2px solid #fff;
}


.button-actions {
    padding: 5px;
    background-color: #ff0000;
    color: #fff;
    border-radius: 10px;
    border: 1px solid #fff;
    font-weight: bold;
    border: 2px solid #fff;
}

/* Popup de cópia */
.copy-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #007bff;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    font-size: 14px;
    z-index: 1000;
    animation: fadeInOut 3s ease;
}

.copy-popup2 {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #007bff;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    font-size: 14px;
    z-index: 1000;
    animation: fadeInOut 3s ease;
}

.no-wrap {
    white-space: nowrap;
}

.link-cell, .service-name-cell {
    min-width: auto;
    max-width: auto;
    width: 1%;
}
.table-orders td {
    border: none !important;
    /* Outras colunas ficam inteiras */
    width: auto;
}

.table-header-custom th {
    background: #202020 !important; /* azul exemplo */
    font-weight: bold!important;
    border: none !important;
    padding: 10px 5px !important;
}

.table-orders {
    border: none !important;
}

/* Cor de fundo alternada (zebra) para toda a td da coluna serviço */
.table-orders-new tr:nth-child(even) .service-name-cell {
    background: #2b2a2a !important;   /* cor sim */
    color: #fff !important;
    padding: 5px;
}

.table-orders-new tr:nth-child(odd) .service-name-cell {
    background: #4a4a4b !important;   /* cor não */
    color: #fff !important;
    padding: 5px;
}

.table-orders-new {
    background: #202020;
    border-radius: 0 0 10px 10px;
    border: 2px solid #ffffff;
}






/* Cor de fundo alternada (zebra) para toda a td da coluna serviço */
.table-orders-dripfeed tr:nth-child(even) .service-name-cell {
    background: #2b2a2a !important;   /* cor sim */
    color: #fff !important;
}

.table-orders-dripfeed tr:nth-child(odd) .service-name-cell {
    background: #4a4a4b !important;   /* cor não */
    color: #fff !important;
    
}

/* Adicione ao seu CSS */
.table-orders-dripfeed {
    width: 100% !important;
    table-layout: fixed;
}
.table-orders-dripfeed th, .table-orders-dripfeed td {
    word-break: break-word;
}

/* Borda arredondada e sombra */
.service-name-cell {
    font-weight: bold !important;
    border: none !important;
}

.table-orders-dripfeed tr:nth-child(even) .service-name-cell-ID {
    background: #2b2a2a !important;   /* cor sim */
    color: #fff !important;
}

.table-orders-dripfeed tr:nth-child(odd) .service-name-cell-ID {
    background: #4a4a4b !important;   /* cor não */
    color: #fff !important;
    
}

.service-name-cell-ID {
    padding: 0 0 0 12px!important;
    font-weight: bold !important;
    border: none !important;
}

.execucoes-link {
    color: #ffffff !important;      /* Cor do texto */
    text-decoration: none;     /* Risco embaixo */
    background: #e26601;            /* Fundo escuro */
    padding: 5px;               /* Espaçamento interno */
    border-radius: 6px;             /* Bordas arredondadas */
    font-weight: bold;              /* Negrito */
    transition: background 0.2s;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Sombra */
    border: 1px solid #ffffff; /* Borda branca */
}

.execucoes-link:hover {
    background: #00d1ff;            /* Fundo ao passar mouse */
    color: #23253a !important;      /* Texto ao passar mouse */
    text-decoration: none;          /* Remove risco ao passar mouse */
}


/* Animação para o popup */
@keyframes fadeInOut {
    0% {
        opacity: 0;
        transform: translateX(-50%) translateY(-10px);
    }
    10% {
        opacity: 1;
        transform: translateX(-50%) translateY(0);
    }
    90% {
        opacity: 1;
        transform: translateX(-50%) translateY(0);
    }
    100% {
        opacity: 0;
        transform: translateX(-50%) translateY(-10px);
    }
}

.badge {
  display: inline-block;
  min-width: 18px;
  padding: 6px 6px;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  background: #b62836;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  right: 8px;
  z-index: 10;
}

.badge-notify {
  position: absolute;
  top: 0;
  right: 1px;
  font-size: 0.90em;
  padding: 3px 6px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.918);
}

.badge-notify-cart {
  position: absolute;
  top: 0;
  right: 1px;
  font-size: 0.90em;
  padding: 3px 6px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.918);
}

.balance-display {
  font-size: 18px;
    background-color: rgb(5, 141, 12); /* Fundo verde */
    border: 2px solid white; /* Borda branca */
    border-radius: 10px; /* Borda arredondada */
    padding: 8px; /* Espaçamento interno */
    color: white; /* Cor do texto */
    display: inline-block; /* Exibir como bloco inline */
}

.smmspot-sb-dd-search-new {
    background-color: #242323; /* Substitua pela cor desejada */
    border-radius: 15px;
}



.smmspot-sb-dd-inputnew {
    background-color: #272727; /* Cor de fundo escura */
    color: #ffffff; /* Cor da fonte branca */
    border: 1px solid #444; /* Borda cinza escura */
    border-radius: 15px; /* Cantos arredondados */
    padding: 10px; /* Espaçamento interno */
    width: 100%; /* Ocupa toda a largura do contêiner */
    transition: background-color 0.3s ease, border-color 0.3s ease; /* Transição suave */
}

.smmspot-sb-dd-inputnew-Q {
    background-color: #272727; /* Cor de fundo escura */
    color: #ffffff; /* Cor da fonte branca */
    border-radius: 15px; /* Cantos arredondados */
    padding: 10px; /* Espaçamento interno */
    width: 100%; /* Ocupa toda a largura do contêiner */
    transition: background-color 0.3s ease, border-color 0.3s ease; /* Transição suave */
}

.smmspot-sb-dd-inputnew:focus {
    background-color: #1b1b1b; /* Fundo levemente mais claro ao focar */
    color: #ffffff; /* Cor da fonte branca */
    border: 1px solid #007bff; /* Borda azul ao focar */
    border-radius: 20px; /* Mantém os cantos arredondados */
    
   
}



.smmspot-sb-dd-list {
    margin-top: 10px; /* Adiciona um espaço de 5px entre a barra de pesquisa e a lista */
    background-color: #242323; /* Cor de fundo padrão */
    border: 1px solid #333; /* Borda ao redor da lista */
    border-radius: 8px; /* Cantos arredondados */
    padding: 0; /* Remove o espaçamento interno */
    list-style: none; /* Remove os marcadores da lista */
    max-height: 200px; /* Define uma altura máxima para a lista */
    overflow-y: auto; /* Adiciona rolagem se o conteúdo ultrapassar a altura máxima */
}

.smmspot-sb-dd-list li:hover {
    background-color: #333333; /* Cor de fundo ao passar o mouse */
    color: #f1f1f1; /* Cor do texto ao passar o mouse */
}

.alert-danger-signup {
    background-color: #df3030 !important; /* Cor de fundo vermelha */
    color: #ffffff !important; /* Cor do texto branca */
    padding: 10px !important; /* Espaçamento interno */
    border-radius: 8px !important; /* Bordas arredondadas */
    margin-bottom: 15px !important; /* Espaçamento inferior */
    text-align: center !important; /* Centraliza o texto */
    font-size: 16px !important; /* Tamanho da fonte */
    font-weight: bold !important; /* Texto em negrito */
    border: 2px solid #ffffff !important; /* Borda vermelha mais escura */
}

.alert-success-signup {
    background-color: #40ca2e !important; /* Cor de fundo verde */
    color: #ffffff !important; /* Cor do texto branca */
    padding: 10px !important; /* Espaçamento interno */
    border-radius: 8px !important; /* Bordas arredondadas */
    margin-bottom: 15px !important; /* Espaçamento inferior */
    text-align: center !important; /* Centraliza o texto */
    font-size: 16px !important; /* Tamanho da fonte */
    font-weight: bold !important; /* Texto em negrito */
    border: 2px solid #ffffff !important; /* Borda branca */
}

.alert-danger-global {
    background-color: #df3030 !important; /* Cor de fundo vermelha */
    color: #ffffff !important; /* Cor do texto branca */
    padding: 10px !important; /* Espaçamento interno */
    border-radius: 8px !important; /* Bordas arredondadas */
    margin-bottom: 15px !important; /* Espaçamento inferior */
    text-align: center !important; /* Centraliza o texto */
    font-size: 16px !important; /* Tamanho da fonte */
    font-weight: bold !important; /* Texto em negrito */
    border: 2px solid #ffffff !important; /* Borda vermelha mais escura */
}

.alert-success-global {
    background-color: #40ca2e !important; /* Cor de fundo verde */
    color: #ffffff !important; /* Cor do texto branca */
    padding: 10px !important; /* Espaçamento interno */
    border-radius: 8px !important; /* Bordas arredondadas */
    margin-bottom: 15px !important; /* Espaçamento inferior */
    text-align: center !important; /* Centraliza o texto */
    font-size: 16px !important; /* Tamanho da fonte */
    font-weight: bold !important; /* Texto em negrito */
    border: 2px solid #ffffff !important; /* Borda branca */
}

.alert-success-leftText {
    background-color: #40ca2e !important; /* Cor de fundo verde */
    color: #ffffff !important; /* Cor do texto branca */
    padding: 10px !important; /* Espaçamento interno */
    border-radius: 8px !important; /* Bordas arredondadas */
    margin-bottom: 15px !important; /* Espaçamento inferior */
    text-align: left !important; /* Alinha o texto à esquerda */
    font-size: 16px !important; /* Tamanho da fonte */
    font-weight: bold !important; /* Texto em negrito */
    border: 2px solid #ffffff !important; /* Borda branca */
}

.profile-avatar {
    width: 100px;
    height: 100px;
    max-width: 120px;
    max-height: 120px;
    border: 3px solid #ffffff; /* Borda branca */
    object-fit: cover;
    border-radius: 50%;
    display: block;
    margin: 0 auto;
    box-shadow: 0 5px 10px 0 rgb(0, 0, 0); /* Sombra projetada */
}

.mobile-only {
  display: none;
}

.custom-dropdown-menu {
  display: none;
  position: fixed; /* Centralizado na tela */
  left: 50%;
  top: 30%;
  transform: translate(-50%, -50%);
  background: #1e1d2b; /* Tema escuro */
  border-radius: 12px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.25);
  min-width: 300px;
  z-index: 9999;
  padding: 18px 0;
  border: 2px solid #fff; /* Borda branca */
}
.custom-dropdown-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.custom-dropdown-menu li {
  padding: 0;
  margin: 0;
}
.custom-dropdown-menu a {
  display: block;
  padding: 14px 28px;
  color: #fff;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
  font-size: 16px;
}
.custom-dropdown-menu a:hover {
  background: #242323;
  color: #ffd700;
}

.tempo-medio-wrapper {
    width: 100%;
    text-align: left;      /* Alinha o texto à esquerda */
    margin-bottom: 24px;
}
.tempo-medio-label {
    font-weight: 600;
    font-size: 1.1rem;
    margin-bottom: 6px;
    color: #fff;
    text-align: left;      /* Garante alinhamento à esquerda */
}
.tempo-medio-box {
    background: linear-gradient(90deg, #6a11cb 0%, #2575fc 100%);
    color: #fff;
    border-radius: 10px;
    border: 2px solid #ffd700; /* Borda branca */
    padding: 5px 24px;    /* 8px altura, 24px laterais */
    font-size: 1.1rem;
    font-weight: 500;
    width: auto;          /* Só o tamanho do texto */
    box-shadow: 4px 4px 8px 0px #000000; /* Sombra */
    letter-spacing: 1px;
    display: inline-flex; /* Para alinhar com outros elementos se necessário */
    align-items: center;
    justify-content: flex-start;
}

.info-tooltip {
    position: relative;
    display: inline-block;
    cursor: pointer;
    color: #ffd700; /* cor do ícone */
    margin-left: 6px;
}

.info-tooltip .tooltip-text {
    visibility: hidden;
    opacity: 0;
    width: 220px;
    background: #23243a;
    color: #fff;
    text-align: left;
    border: 2px solid #ffffff;
    border-radius: 6px;
    padding: 8px 12px;
    position: absolute;
    z-index: 10;
    bottom: 125%; /* acima do ícone */
    left: 50%;
    transform: translateX(-50%);
    transition: opacity 0.2s;
    font-size: 0.95em;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    pointer-events: none;
}

.info-tooltip:hover .tooltip-text,
.info-tooltip:focus .tooltip-text {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}

.smmspot-tabs {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 1rem;
    border-radius: 0 0 18px 18px;
    overflow: hidden;
    background: transparent;
}

.smmspot-tab-btn {
    flex: 1 1 0;
    background: #00880c;
    border: none;
    color: #fff;
    padding: 14px 0;
    font-size: 1rem;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
    border-radius: 0 0 18px 18px;
    outline: none;
}

.smmspot-tab-btn1 {
    flex: 1 1 0;
    background: #b95c05;
    border: none;
    color: #fff;
    padding: 14px 0;
    font-size: 1rem;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
    border-radius: 0 0 18px 18px;
    outline: none;
}

.smmspot-tab-btn:not(:last-child) {
    border-right: 1px solid #35365a;
}

.smmspot-tab-btn.active {
    background: linear-gradient(90deg, #6a11cb 0%, #2575fc 100%);
    color: #fff;
    font-weight: bold;
}

.smmspot-tab-btn:focus {
    outline: none !important;
    box-shadow: none !important;
    /* Se quiser, pode manter a cor igual ou diferente */
}

/* Adicione no seu CSS principal */
.custom-dropdown-backdrop {
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0, 0, 0, 0.747);
    z-index: 1040; /* abaixo do dropdown, acima do resto */
    display: none;
}

.top10-list {
    padding-left: 0;
    padding-right: 0;
    margin: 0;
    width: 100%;
}


.top10-list li {
    background: #202020;
    border: 2px solid #ffffff;
    border-radius: 8px;
    margin-bottom: 12px;
    padding: 16px 12px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    box-sizing: border-box;
    box-shadow: 0px 8px 9px 0px #000000ea;
}

.frgpass {
    color: rgb(72, 255, 0);
    text-decoration: none;
}

.checkbox label {
    display: flex;
    align-items: center;
    gap: 1px; /* espaço entre checkbox e texto */
    font-size: 1rem;
}
.checkbox input[type="checkbox"] {
    width: 15px;
    height: 15px;
    min-width: 15px;
    min-height: 15px;
    margin-right: 8px;
    accent-color: #1eff00; /* cor do check, opcional para navegadores modernos */
    border-radius: 4px; /* cantos arredondados */
}

.log-bottom {
  color: #ffffff;
}

.log-bottom a {
    color: rgb(72, 255, 0) !important;
    text-decoration: none;
}

/* Muda a cor do link dentro do checkbox */
.checkbox label a {
    color: #1eff00 !important; /* ou a cor desejada */
    text-decoration: none; /* opcional */
}

.register-title-box {
    width: 100%;
    background: #700167;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    border-radius: 12px;
    border: 2px solid #ffffff; /* cor da borda, ajuste se quiser */
    padding: 15px 50px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.15);
    letter-spacing: 1px;
    text-decoration: none;
    margin-top: 60px;
    margin-bottom: 20px;
}

/* Tabela do histórico com fundo escuro */
.table-historico {
    background: #18182a;
    color: #fff;
    overflow: hidden;
    font-size: 16px;
}

/* Cabeçalho */
.table-historico th {
    background: #2a255c;
    color: #eb0638;
    font-weight: 700;
    border: none;
}

/* Linhas pares */
.table-historico tr:nth-child(even) td {
    background: #333333;
    color: aquamarine;
}

/* Linhas ímpares */
.table-historico tr:nth-child(odd) td {
    background: #202020;
    color: #ffffff;
}

.hlb-header {
  color: #ffffff;
  font-weight: bold;
  font-size: 1.0rem;
}

.form-check-label {
  color: #ffffff;
}

/* Responsivo para celular */
@media (max-width: 600px) {
    .table-historico, .table-historico thead, .table-historico tbody, .table-historico th, .table-historico td, .table-historico tr {
        display: block;
        width: 100%;
    }
    .table-historico thead {
        display: none;
    }
    .table-historico td {
        padding: 12px;
        border-bottom: 1px solid #2a255c;
        position: relative;
    }
    .table-historico td:before {
        content: attr(data-label);
        font-weight: bold;
        color: #eb0638;
        display: block;
        margin-bottom: 6px;
    }
}

.accordion-toggle {
    background: #202020!important;      /* cor de fundo do botão fechado */
    color: #fff !important;   /* cor da letra branca */
    border: 2px solid #ffffff!important;
    border-radius: 16px;
    font-weight: 700;
    font-size: 1.1em;
    padding: 12px;
    width: 100%;
    text-align: left;
    transition: background 0.2s, color 0.2s;
}

.accordion-toggle.open {
    background: #700167;      /* cor diferente quando aberto */
    color: #ffd700 !important;
}

.accordion-content {
    background: linear-gradient(135deg, rgb(0, 0, 0) 0%, rgb(165, 0, 110) 200%) !important; /* Cor de fundo do conteúdo aberto */
    color: #fff !important;         /* Cor do texto */
    border-radius: 0 0 16px 16px;
    padding: 16px;
    margin-top: 0;
    margin-bottom: 20px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    border: 2px solid #ffffff !important;
}

.search-order {
    background: #007bff;
    color: #fff;
    border: 2px solid #ffffff;
    border-radius: 10px;
    padding: 10px 20px;
    font-size: 14px;
    cursor: pointer;
    transition: background 0.3s;
    height: 45px;

}

.search-order:hover {
    background: #0056b3;
}

.status-all, .service-all      { 
    background: #1302d4;
    padding: 10px 15px;
    border: 2px solid #ffffff;
}
.status-pending, .service-preco-alto  { 
    background: #ff9800; 
    padding: 10px 15px;
    border: 2px solid #ffffff;
}
.status-inprogress { 
    background: #2196f3; 
    padding: 10px 15px;
    border: 2px solid #ffffff;
}
.status-completed, .service-preco-baixo  { 
    background: #4caf50; 
    padding: 10px 15px;
    border: 2px solid #ffffff;
}
.status-partial, .service-atualizado   { 
    background: #9c27b0; 
    padding: 10px 15px;
    border: 2px solid #ffffff;
}
.status-processing, .service-ativado { 
    background: #00bcd4; 
    padding: 10px 15px;
    border: 2px solid #ffffff;
}
.status-canceled, .service-canceled { 
    background: #f44336; 
    padding: 10px 15px;
    border: 2px solid #ffffff;
}

.order-navs li {
    color: #fff;
    border-radius: 10px;
    margin-right: 8px;
    padding: 1px 1px;
    transition: background 0.2s;
}


.extras-icon {
    background: #ad0090;      /* cor de fundo */
    color: #ffffff;           /* cor do ícone/texto */
    border-radius: 10px;
    line-height: 1.2;
    padding: 0 5px;
    transition: background 0.2s;
    border: 2px solid #ffffff;
    margin-right: 5px; /* Espaçamento à direita */
}

.extras-icon .fa-clipboard {
    color: #ffffff;           /* cor do ícone específico */
}

.modal-label {
    color: #ffd600;
    font-weight: bold;
    font-size: 1.04em;
    letter-spacing: 0.01em;
}
.orders-modal-body h4 {
    color: #00e676;
    font-size: 1.2em;
    margin-bottom: 10px;
    font-weight: bold;
}
.orders-modal-body {
    line-height: 1.7;
    font-size: 1.05em;
    text-align: left;
    word-break: break-all;
    white-space: normal;
    overflow-wrap: anywhere;
}

.orders-modal-body a,
.extras-modal-body a {
    background: #202020;
    border-bottom: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    padding: 2px 4px;
    border-radius: 6px;
    box-shadow: 0 2px 8px rgba(255, 0, 0, 0.356);
    color: #ffd600;
    text-decoration: none;
    cursor: pointer;
    pointer-events: auto;
    z-index: 10001;
}

.service_id {
    background: #383535;
    border: 1px solid #ffffff;
    border-radius: 6px;
    padding: 1px 3px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.356);
    color: #ffd600!important;
    font-weight: bold;
}

.service-recommended {
    color: #fff;
    border: 1px solid #ffffff;
    background: #1a611e;
    display: inline-block;
    padding: 1px 2px;
    border-radius: 4px;
    font-size: 0.75em;
    font-weight: bold;
    margin-top: 4px;
    letter-spacing: 1px;
}

.alert-icon {
    background: #1859bb;      /* cor de fundo */
    color: #ffffff;           /* cor do ícone/texto */
    border-radius: 10px;
    padding: 2px;
    transition: background 0.2s;
    border: 2px solid #ffffff;
    margin-right: 5px; /* Espaçamento à direita */
}

.alert-icon .fa-clipboard {
    font-size: 1.1em; /* Tamanho do ícone */
    color: #fffb00;          /* cor do ícone específico */

}

.new-order {
    background: #270707;      /* cor de fundo */
    color: #ffffff;           /* cor do ícone/texto */
    border-radius: 10px;
    padding: 2px;
    transition: background 0.2s;
    border: 2px solid #ffffff;
    margin-right: 5px; /* Espaçamento à direita */
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}

.new-order .fa-shopping-cart {
    font-size: 1.0em!important; /* Tamanho do ícone */
    color: #fffb00!important;          /* cor do ícone específico */

}

.alert-button {
 background: transparent;
 text-align: center;
 padding: 10px 20px;
}

.btn-compact {
    padding: 2px 8px !important; /* ajuste conforme necessário */
    font-size: 1.1em;
}

.product-icon {
    display: flex;
    align-items: center;    /* centraliza verticalmente */
    justify-content: center;/* centraliza horizontalmente */
    height: 50px;           /* ajuste conforme necessário */
    width: auto;            /* ajuste conforme necessário */
    background: #860f7c;    /* exemplo de fundo */
    border: 2px solid #ffffff; /* borda branca */
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    border-radius: 8px;
    margin: 0 8px;
    padding: 0 10px;
}
.product-icon img {
    display: block;
    margin: 0 auto;
    max-width: 32px;
    max-height: 32px;
    animation: wiggle 1s infinite;
}

.order-fields {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 12px; /* Espaço entre os blocos */
    justify-content: flex-start; /* Alinha tudo à esquerda */
}

.container-register {
    background: linear-gradient(135deg, rgb(0, 0, 0) 0%, rgb(155, 0, 103) 200%);
    border-radius: 10px;
    border: 2px solid #ffffff;
    padding: 20px;
}

.btn-refill-custom {
  font-weight: bold !important;
  font-size: 14px !important;
  line-height: 10px !important;
  color: #fff !important;
  padding: 12px 2px !important;
  background: #1beb00 !important;
  border-radius: 9px !important;
  text-align: center !important;
  border: 2px solid #ffffff !important;
}
.btn-refill-custom.disabled, .btn-refill-custom:disabled {
  font-weight: bold !important;
  font-size: 14px !important;
  line-height: 10px !important;
  color: #fff !important;
  padding: 12px 2px !important;
  background: #1beb00 !important;
  border-radius: 9px !important;
  text-align: center !important;
  border: 2px solid #ffffff !important;
}

.btn-cancel-custom {
  font-weight: bold !important;
  font-size: 14px !important;
  line-height: 10px !important;
  color: #fff !important;
  padding: 12px 2px !important;
  background: #ff3300 !important;
  border-radius: 9px !important;
  text-align: center !important;
  border: 2px solid #ffffff !important;
}
.btn-cancel-custom.disabled, .btn-cancel-custom:disabled {
  font-weight: bold !important;
  font-size: 14px !important;
  line-height: 10px !important;
  color: #fff !important;
  padding: 12px 2px !important;
  background: #ff3300 !important;
  border-radius: 9px !important;
  text-align: center !important;
  border: 2px solid #ffffff !important;
}



.align-fields {
    display: flex;
    flex-wrap: nowrap;
    gap: 12px;
}
.chid-item {
    flex: 1 1 0;
    min-width: 0;
}

@media (max-width: 600px) {
  .co-hidden {
    display: none;
  }
  .co-hidden.show {
    display: block;
  }
}

.link-container {
    margin-bottom: 20px;
}

.order-link {
    max-width: 350px;         /* largura máxima */
    min-width: 100%;         /* largura mínima */
    background: #23253a;      /* cor de fundo */
    border: 2px solid #ffffff; /* borda branca */
    border-radius: 10px;      /* borda arredondada */
    padding: 8px 16px;        /* espaçamento interno */
    display: flex;
    align-items: center;
    height: 48px;             /* altura fixa */
    box-shadow: 0 2px 8px rgba(0,0,0,0.10);
    margin-right: 12px;       /* espaço à direita */
}

.order-link .order-input {
    width: 100%;
    display: flex;
    align-items: center;
}

.order-link .oi-control {
    color: #fff;              /* cor do texto/link */
    font-size: 1em;
    text-decoration: none;
    background: transparent;
    border: none;
    padding: 0;
    margin-left: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.order-checker {
    width: 20px;
    height: 20px;
    min-width: 20px;
    min-height: 20px;
    accent-color: #007bff; /* cor do check, se quiser */
    margin-right: 8px;
    border-radius: 5px;
  }

.navbar-label {
  display: block;
  font-size: 10px; /* ajuste conforme desejar */
  margin-top: 2px;
  color: #fff;     /* ou a cor que preferir */
  text-align: center;
}

.copy-link {
    color: #ffd000!important;
}

.service-wrapper {
    background: #434347;
    border: 2px solid #ffffff;
    border-radius: 10px;
    padding: 8px 16px;
    display: flex;         /* ocupa todo espaço horizontal */
    align-items: center;
    width: 100%;           /* largura total do container */
    min-width: 0;
    box-shadow: 0 2px 8px rgba(0,0,0,0.10);
    margin-right: 12px;
    color: #ffffff!important;
}

.service-content {
    background-color: transparent;
    border-radius: 8px;
    padding: 5px;
    display: flex;
    align-items: center;
    gap: 10px;
}

/* Cor que envolve apenas o número */
.service-number {
    background-color: #007bff;
    color: #fff;
    font-weight: bold;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 14px;
}

/* Estilo para o texto */
.co-text1 {
    color: #ffffff;
    font-size: 14px;
}


.btn-dark-status {
    background-color: #235e01!important; /* Fundo branco */
    color: #ffffff!important;
    font-weight: bold!important;
    padding: 5px 10px!important;
    border-radius: 5px!important;
    font-size: 14px!important;
    border: 2px solid #ffffff!important; /* Borda branca */
}

.btn-dark-canceled {
    background-color: #b47705!important; /* Fundo branco */
    color: #ffffff!important;
    font-weight: bold!important;
    padding: 5px 10px!important;
    border-radius: 5px!important;
    font-size: 14px!important;
    border: 2px solid #ffffff!important; /* Borda branca */
}

.btn-dark-invite {
    background-color: #b40597!important; /* Fundo branco */
    color: #ffffff!important;
    font-weight: bold!important;
    padding: 5px 10px!important;
    border-radius: 5px!important;
    font-size: 14px!important;
    border: 2px solid #ffffff!important; /* Borda branca */
}


.dashboard-head-wrapper-services {
    border: 2px solid #ffffff;
    border-radius: 10px;
    background-color: #1e1d2b;
    position: relative;
    padding: 20px 20px 5px;
    margin-bottom: 20px;
}

.dashboard-head-wrapper-transfer {
    border: 2px solid #ffffff;
    border-radius: 10px;
    background-color: #1e1d2b;
    position: relative;
    padding: 20px 20px 5px;
    margin-bottom: 20px;
}

.menu-description {
    color: #ffffff;
    border-radius: 10px;
    border: 2px solid #ffffff;
    font-size: 12px;
    padding: 5px 10px;
    background: #21a706;
}

.notification-container {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.close-winner-btn {
  position: absolute;
  right: 12px;
  top: 8px;
  z-index: 10;
}
.winner {
  position: relative;
  /* ...outros estilos... */
}

.winner-container {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    gap: 10px;
}


.winner {
    background: linear-gradient(135deg, #23243a 0%, #3a2a4d 100%);
    color: #e6e6fa;
    padding: 28px 40px;
    border: 2.5px solid #7c4dff;
    font-weight: bold;
    border-radius: 18px;
    box-shadow: 0 6px 24px 0 #000000c0, 0 2px 8px 0 #7c4dff80;
    font-size: 1.25rem;
    max-width: 420px;
    margin: 0 auto;
    word-wrap: break-word;
    opacity: 1;
    transition: opacity 0.5s, box-shadow 0.3s;
    text-align: center;
    letter-spacing: 1px;
    position: relative;
    overflow: hidden;
}
.winner::before {
    content: "";
    position: absolute;
    top: -40px; left: -40px; right: -40px; bottom: -40px;
    background: radial-gradient(circle at 70% 30%, #7c4dff44 0%, transparent 70%);
    z-index: 0;
    pointer-events: none;
}
.winner .winner-title {
    color: #ffd700;
    font-size: 1.5em;
    font-weight: 900;
    margin-bottom: 10px;
    letter-spacing: 2px;
    text-shadow: 0 2px 8px #7c4dff80;
    display: block;
}
.winner .winner-text {
    color: #e6e6fa;
    font-size: 1.1em;
    font-weight: 500;
    margin-bottom: 0;
    z-index: 1;
    position: relative;
}
@media (max-width: 700px) {
    .winner-container {
        top: 15px; /* Menor distância do topo no mobile */
        left: 50%;
        transform: translateX(-50%);
        width: 100vw;
        min-height: unset;
        height: auto;
        align-items: center;
        justify-content: flex-start;
        background: transparent;
    }
    .winner {
        padding: 40px 16px 32px 16px;
        font-size: 1.1rem;
        box-shadow: none;
        margin: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .winner .winner-title {
        font-size: 2em;
        margin-bottom: 18px;
    }
}

.container-orders {
    background: linear-gradient(135deg, rgb(0, 0, 0) 0%, rgb(112, 0, 75) 200%);
    border-radius: 10px;
    border: 2px solid #ffffff;
    padding: 2px 20px 10px;
    margin-bottom: 20px;
    box-shadow: 4px 4px 8px 0px #000000;
}

/* Só mostra no mobile */
@media (min-width: 768px) {
    .container-switch {
        display: none !important;
    }
}

/* Switch visual igual ao mobile */
.tt-switch {
    display: inline-block;
    width: 48px;
    height: 28px;
    background: #222;
    border-radius: 14px;
    position: relative;
    cursor: pointer;
    transition: background 0.2s;
    border: 2px solid #ffffff;
}
.tt-switch[data-selected="true"] {
    background: #0066ff;
}
.tt-switch-slider {
    position: absolute;
    top: 2px;
    left: 4px;
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 50%;
    transition: left 0.2s;
}
.tt-switch[data-selected="true"] .tt-switch-slider {
    left: 24px;
}

.app-rb-content-cart{
    background: #1e1d2b;
    border-radius: 10px;
    border: 2px solid #ffffff;
    padding: 20px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    margin-bottom: 20px;
}

.container-options-switch {
    background: #383738;
    padding: 8px;
    border: 2px solid #ffffff;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}

.container-options-switch .option {
    flex: 1;
    text-align: center;
}

.copy-urlApi {
    background: #007bff;
    color: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 10px;
    padding: 10px;
    font-size: 20px;
    cursor: pointer;
    transition: background 0.3s;
}

.container-optionsPass {
    background: #770729;
    padding: 20px;
    border: 2px solid #ffffff;
    border-radius: 10px;
    margin-bottom: 20px;
}

.btnTelegram {
    background: #0088cc!important;
    color: #ffffff!important;
    border: 2px solid #ffffff!important;
    border-radius: 10px!important;
    padding: 5px!important;
    font-size: 15px!important;
    font-weight: bold!important;
    cursor: pointer!important;
    transition: background 0.3s!important;
}

.container-botTelegram {
    background: 
        linear-gradient(rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.85)), /* overlay escuro */
        url('/images/mkdsajnbdsg873h2c9enfce3fn394.jpg') center center / cover no-repeat;
    padding: 20px;
    border: 2px solid #ffffff;
    border-radius: 10px;
    margin-bottom: 20px;
}

.container-optionsEmail {
    background: #077077;
    padding: 20px;
    border: 2px solid #ffffff;
    border-radius: 10px;
    margin-bottom: 20px;
}

.container-optionsTwo {
    background: #9e5006;
    padding: 20px;
    border: 2px solid #ffffff;
    border-radius: 10px;
    margin-bottom: 20px;
}

.email-atual {
    background: #024e53;
    padding: 20px;
    border: 2px solid #ffffff;
    border-radius: 10px;
    margin-bottom: 20px;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.89);
    font-weight: bold;
}

.two-factorsAdjuster {
margin-top: 40px;
}

.form-check-two {
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.form-check-two input[type="checkbox"] {
    margin-right: 10px;
}

.login-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; /* Para alinhar verticalmente */
}

.buyDirect {
    background: #17920c!important;
    border-radius: 10px!important;
    font-weight: bold!important;
    font-size: 14px!important;
    box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.904)!important;
    border: 2px solid #ffffff!important;
  
}

.addCart {
    background: #d83e0194!important;
    border-radius: 10px!important;
    font-weight: bold!important;
    font-size: 22px!important;
    box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.904)!important;
    border: 2px solid #ffffff!important;
  
}

.btnLogin {
    background: #99069e!important;
    border-radius: 10px!important;
    font-weight: bold!important;
    font-size: 14px!important;
    box-shadow: 5px 5px 6px rgb(0, 0, 0)!important;
    border: 2px solid #ffffff!important;
  
}

/* CSS */
/* Já existe .menu-speed no seu CSS */

#speedMenuButtons {
    display: none;
    position: absolute;
    top: 100%; /* logo abaixo do menu-speed */
    left: 0;
    width: 100%; /* acompanha a largura do menu-speed */
    background: #23243a;
    border-radius: 0 0 10px 10px;
    border: 2px solid #ffffff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    z-index: 101;
    padding: 8px 0;
}

.menu-speed {
    position: fixed;
    top: 16px;
    right: 10px;
    width: 52px;
    height: 42px;
    background: #1e1d2b;
    border-radius: 0 0 10px 10px;
    border: 2px solid #ffffff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    z-index: 100;
    cursor: pointer;
    margin-top: 60px;
}

/* Opcional: estilize o botão do submenu */
.btn-speed {
    width: 52px;
    height: 42px;
    background: transparent;
    color: #fff;
    border: none;
    border-radius: 0 0 8px 8px;
    padding: 10px 0;
    margin: 0;
    font-weight: bold;
    cursor: pointer;
    box-shadow: none;
}
.btn-speed:hover {
    background: #a800a8;
}

/* Adicione ao seu CSS global */
.panel-description a {
    color: #fff !important;
    background: #202020 !important;
    border: 2px solid #fff !important;
    text-decoration: none !important;
    padding: 2px 6px !important;
    border-radius: 4px !important;
    display: inline-block;
}

.introjs-tooltip {
  background: #222 !important;   /* Fundo escuro */
  color: #fff !important;        /* Letras brancas */
  border-radius: 8px !important;
  border: 2px solid #ffffff !important;
}
.introjs-tooltip-title {
  color: #fff !important;
}
.introjs-button:hover, .introjs-skipbutton:hover {
  background: #0056b3 !important;
}
.introjs-arrow {
  border-top-color: #222 !important;
  border-bottom-color: #222 !important;
  border-left-color: #222 !important;
  border-right-color: #222 !important;
}

.introjs-showElement {
  box-shadow: 0 0 0 6px #fff, 0 0 16px 8px #000 !important; /* borda branca e sombra preta */
  border-radius: 8px !important;
  z-index: 99999 !important;
  position: relative !important;
  background: #ffbb00 !important;
}

.introjs-button,
.introjs-skipbutton,
.introjs-prevbutton,
.introjs-nextbutton,
.introjs-donebutton {
  background: #007bff !important; /* Azul */
  border-radius: 8px !important;
  color: #fff !important;
  text-shadow: none !important;
}

.tutorial {
    background: linear-gradient(90deg, #ff00d4 0%, #6a11cb 100%) !important;
    color: #fff !important;
    border-radius: 4px !important;
    border: 2px solid #fff !important;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.733) !important;
    margin-bottom: 24px !important;
    font-size: 1.15rem !important;
    font-family: "Segoe UI", "Arial", sans-serif !important;
    position: relative !important;
    overflow: hidden !important;
}

.no-saldo-link {
    color: #ffffff;           /* cor personalizada */
    background: #202020; /* fundo transparente */
    padding: 6px 12px;      /* espaçamento interno */
    border: 2px solid #ffffff; /* borda branca */
    border-radius: 8px;     /* cantos arredondados */
    display: inline-block;   /* para aplicar padding e border */
    text-decoration: none;    /* remove sublinhado */
    font-weight: bold;        /* opcional: negrito */
}
.no-saldo-link:hover {
    text-decoration: none;
    color: #d35400;
}



.cyberpunk-nivel-modal {
    padding: 0 4px 4px 4px;
    color: #fff;
    font-family: 'Segoe UI', 'Arial', sans-serif;
    font-weight: bold;
}

.cyberpunk-nivel-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.cyberpunk-nivel-title {
    font-size: 1.1em;
    font-weight: bold;
    letter-spacing: 2px;
    color: #00ffe7;
}

.cyberpunk-nivel-badge {
    max-width: 80px;
    filter: drop-shadow(0 0 10px #ff00cc) drop-shadow(0 0 5px #00ffe7);
}

.cyberpunk-nivel-box {
    background: rgba(24, 28, 36, 0.92);
    border: 2px solid #ff00cc;
    border-radius: 14px;
    box-shadow: 0 0 12px #00ffe7, 0 0 4px #ff00cc;
    padding: 16px 14px 10px 14px;
    margin-bottom: 22px;
    margin-top: 0;
    transition: box-shadow 0.3s;
}

.cyberpunk-nivel-next {
    margin-top: 10px;
    margin-bottom: 0;
    box-shadow: 0 0 18px #00ffe7, 0 0 8px #ff00cc;
}

.cyberpunk-label {
    color: #079fc5;
    font-weight: 600;
    letter-spacing: 1px;
    display: inline-block;
    min-width: 120px;
}

.cyberpunk-label.no-min-width {
    min-width: 0 !important;
}

.cyberpunk-value {
    color: #fff;
    font-weight: 400;
    display: inline-block;
}

.cyberpunk-progress-bar {
    background: #222;
    border-radius: 10px;
    margin: 14px 0 2px 0;
    height: 16px;
    box-shadow: 0 0 8px #00ffe7 inset;
    overflow: hidden;
}

.cyberpunk-progress {
    background: linear-gradient(90deg, #ff00cc 0%, #00ffe7 100%);
    height: 100%;
    border-radius: 10px;
    box-shadow: 0 0 12px #ff00cc;
    transition: width 0.5s;
}

.cyberpunk-progress-text {
    text-align: right;
    color: #00ffe7;
    font-size: 1em;
    font-weight: bold;
    margin-top: -6px;
    text-shadow: 0 0 4px #ff00cc;
}

/* Botão de ação para adicionar fundos */
.actionFunds {
    background: linear-gradient(90deg, #ff5100 0%, #ffb300 100%) !important;
    color: #fff !important;
    border-radius: 8px !important;
    font-weight: bold !important;
    font-size: 16px !important;
    box-shadow: 0 4px 16px 0 #ff5100b0, 0 2px 8px 0 #000 !important;
    border: 2.5px solid #fff !important;
    margin-bottom: 24px !important;
    padding: 14px 32px !important;
    min-height: 84px!important;
    letter-spacing: 1px;
    text-shadow: 0 2px 8px #ff5100b0;
    transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
    cursor: pointer;
    outline: none;
    position: relative;
    overflow: hidden;
}
.actionFunds:hover, .actionFunds:focus {
    background: linear-gradient(90deg, #ffb300 0%, #ff5100 100%) !important;
    color: #fff700 !important;
    transform: scale(0.98);
    box-shadow: 0 6px 24px 0 #ff5100e0, 0 2px 8px 0 #000;
}

/* Botão de ação para vencedores */
.actionWinners {
    background: linear-gradient(90deg, #00ff85 0%, #00a8ff 100%) !important;
    color: #fff !important;
    border-radius: 8px !important;
    font-weight: bold !important;
    font-size: 16px !important;
    box-shadow: 0 4px 16px 0 #00a8ffb0, 0 2px 8px 0 #000 !important;
    border: 2.5px solid #fff !important;
    margin-bottom: 24px !important;
    padding: 14px 32px !important;
    min-height: 84px!important;
    letter-spacing: 1px;
    text-shadow: 0 2px 8px #00a8ffb0;
    transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
    cursor: pointer;
    outline: none;
    position: relative;
    overflow: hidden;
}
.actionWinners:hover, .actionWinners:focus {
    background: linear-gradient(90deg, #00a8ff 0%, #00ff85 100%) !important;
    color: #fff700 !important;
    transform: scale(0.98);
    box-shadow: 0 6px 24px 0 #00a8ffe0, 0 2px 8px 0 #000;
}

.mini-pop-overlay {
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(30, 32, 40, 0.55);
    backdrop-filter: blur(4px);
    z-index: 9998;
}
.mini-pop-error {
    position: fixed;
    top: 50%;
    left: 60%;
    transform: translate(-50%, -50%);
    background: #232931;
    color: #ffd369;
    padding: 32px 32px 24px 32px;
    border-radius: 18px;
    box-shadow: 0 8px 32px #000a;
    z-index: 9999;
    min-width: 320px;
    max-width: 90vw;
    text-align: center;
    animation: popShow 0.3s;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.mini-pop-content {
    width: 100%;
    font-size: 1.25em;
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: center;
    letter-spacing: 0.5px;
}
.mini-pop-close {
    background: #e94560;
    color: #fff;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    font-size: 1.6em;
    line-height: 36px;
    cursor: pointer;
    border: none;
    box-shadow: 0 2px 8px #0005;
    position: absolute;
    top: 1px;
    right: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s;
}
.mini-pop-close:hover {
    background: #ff6f91;
}
@keyframes popShow {
    from { opacity: 0; transform: translate(-50%, -60%) scale(0.8);}
    to { opacity: 1; transform: translate(-50%, -50%) scale(1);}
}

/* Centraliza o mini popup no celular */
@media (max-width: 600px) {
    .mini-pop-error {
        left: 50%;
        transform: translate(-50%, -50%);
        min-width: 220px;
        max-width: 95vw;
        padding: 24px 12px 18px 12px;
        align-items: center;
    }
}

.order-status-modern {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: linear-gradient(90deg, #007bff 60%, #00c6ff 100%);
    color: #fff;
    border: none;
    border-radius: 22px;
    padding: 6px 16px;
    font-size: 0.95rem;
    font-weight: 500;
    box-shadow: 0 2px 8px rgba(0,0,0,0.07);
    cursor: pointer;
    transition: background 0.2s, box-shadow 0.2s;
}
.order-status-modern:hover {
    background: linear-gradient(90deg, #0056b3 60%, #0099cc 100%);
    box-shadow: 0 4px 12px rgba(0,0,0,0.12);
}
.order-status-modern i {
    font-size: 1.1em;
}

.christmas-lights-bar {
  position: fixed;
  top: 55px;
  left: 0;
  width: 100vw;
  z-index: 999;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 24px 0 4px 0; /* espaço para fio e base */
  pointer-events: none;
  background: transparent;
}

/* Fio ligando as lâmpadas */
.christmas-lights-bar::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  height: 22px;
  background-repeat: no-repeat;
  background-size: 100% 22px;
  z-index: 1;
  background-image: var(--fio-svg);
}

.christmas-lights-bar .light {
  position: relative;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  opacity: 0.85;
  box-shadow: 0 0 10px 2px #fff;
  animation: blink 1.2s infinite alternate;
  display: inline-block;
  z-index: 2; /* luz acima da base */
  background: currentColor; /* usa a cor definida na classe */
}

.christmas-lights-bar .light {
  animation: blink 1.8s infinite alternate;
}
.christmas-lights-bar .light:nth-child(3n)  { animation-delay: 0.2s; }
.christmas-lights-bar .light:nth-child(4n)  { animation-delay: 0.4s; }
.christmas-lights-bar .light:nth-child(5n)  { animation-delay: 0.6s; }
.christmas-lights-bar .light:nth-child(6n)  { animation-delay: 0.8s; }


/* Exemplo de cor */
.christmas-lights-bar .red    { color: #ff3b3b; }
.christmas-lights-bar .green  { color: #3bff3b; }
.christmas-lights-bar .yellow { color: #fff53b; }
.christmas-lights-bar .blue   { color: #3bbcff; }
.christmas-lights-bar .orange { color: #ffb53b; }
.christmas-lights-bar .purple { color: #b53bff; }

/* Base da lâmpada */
.christmas-lights-bar .light::after {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 10px;
  height: 7px;
  background: #888;
  border-radius: 2px 2px 6px 6px;
  box-shadow: 0 2px 4px #222;
  z-index: 1; /* base abaixo da luz */
  opacity: 0.85;
}

@keyframes blink {
  0%   { opacity: 0.5; box-shadow: 0 0 8px 2px #fff; }
  50%  { opacity: 1;   box-shadow: 0 0 22px 2px #fff; }
  100% { opacity: 0.5; box-shadow: 0 0 8px 2px #fff; }
}

@media (max-width: 600px) {
  .christmas-lights-bar {
    top: 90px; /* desce mais no mobile */
    gap: 8px;
    padding: 12px 0 4px 0;
  }
  .christmas-lights-bar::before {
    top: 1px; /* sobe o fio no mobile (antes estava 18px) */
  }
}

.modal-backdrop.show {
    background-color: rgba(10, 10, 15, 0.97) !important;
}

#snowman-container {
    position: fixed;
    right: 24px;
    bottom: 16px;
    z-index: 99999;
    pointer-events: none;
    width: 80px;
    height: 120px;
}
#snowman {
    position: relative;
    width: 70px;
    height: 105px;
    margin: 0 auto;
    animation: snowman-wave 3s infinite;
    pointer-events: auto; /* Permite clique */
}
.snowman-head {
    position: absolute;
    top: 7px;
    left: 17px;
    width: 35px;
    height: 35px;
    background: #fff;
    border-radius: 50%;
    border: 2px solid #ccc;
    z-index: 2;
}
.snowman-eye {
    position: absolute;
    top: 15px;
    width: 5px;
    height: 5px;
    background: #222;
    border-radius: 50%;
}
.snowman-eye.left { left: 9px; }
.snowman-eye.right { right: 9px; }
.snowman-nose {
    position: absolute;
    top: 21px;
    left: 15px;
    width: 8px;
    height: 5px;
    background: orange;
    border-radius: 50% 50% 50% 50%/60% 60% 40% 40%;
    transform: rotate(20deg);
}
.snowman-mouth {
    position: absolute;
    top: 27px;
    left: 10px;
    width: 14px;
    height: 7px;
    border-bottom: 2px solid #333;
    border-radius: 0 0 14px 14px;
}
.snowman-body {
    position: absolute;
    top: 38px;
    left: 10px;
    width: 50px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    border: 2px solid #ccc;
    z-index: 1;
}
.snowman-base {
    position: absolute;
    top: 76px;
    left: 0px;
    width: 70px;
    height: 35px;
    background: #fff;
    border-radius: 50%;
    border: 2px solid #ccc;
    z-index: 0;
}
.snowman-arm {
    position: absolute;
    top: 48px;
    width: 28px;
    height: 4px;
    background: #a0522d;
    border-radius: 2px;
    transform-origin: left center;
}
.snowman-arm.left {
    left: -21px;
    transform: rotate(-30deg);
    animation: arm-wave-left 2s infinite;
}
.snowman-arm.right {
    right: -21px;
    transform: rotate(30deg);
    animation: arm-wave-right 2s infinite;
}
.snowman-hat {
    position: absolute;
    top: -7px;
    left: 21px;
    width: 28px;
    height: 17px;
    z-index: 3;
}
.hat-top {
    position: absolute;
    top: 0;
    left: 6px;
    width: 16px;
    height: 12px;
    background: #222;
    border-radius: 4px 4px 0 0;
}
.hat-brim {
    position: absolute;
    top: 11px;
    left: 0;
    width: 28px;
    height: 5px;
    background: #222;
    border-radius: 3px;
}
.snowman-scarf {
    position: absolute;
    top: 36px;
    left: 22px;
    width: 25px;
    height: 9px;
    background: #e74c3c;
    border-radius: 5px;
    z-index: 2;
    box-shadow: 0 6px 0 #e74c3c;
}
@keyframes snowman-wave {
    0%, 100% { transform: translateY(0) rotate(-2deg);}
    50% { transform: translateY(-4px) rotate(2deg);}
}
@keyframes arm-wave-left {
    0%, 100% { transform: rotate(-30deg);}
    50% { transform: rotate(-10deg);}
}
@keyframes arm-wave-right {
    0%, 100% { transform: rotate(30deg);}
    50% { transform: rotate(50deg);}
}

/* Adicione ao seu CSS */
.snowman-balloon {
  position: absolute;
  top: -140px;
  transform: translateX(-50%);
  background: #fff;
  color: #3a6cf6;
  font-weight: 600;
  font-size: 1.1em;
  padding: 12px 18px;
  border-radius: 18px;
  box-shadow: 0 2px 8px #232a3b33;
  text-align: center;
  min-width: 220px;
  z-index: 10;
  text-shadow: 0 2px 8px #fff;
}
.snowman-balloon:after {
  content: "";
  position: absolute;
  bottom: -18px;
  left: 65%;
  transform: translateX(-50%);
  border-width: 12px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}



/* Corrigido: CSS puro para popup responsivo no mobile */
@media (max-width: 600px) {
    .service-popup, .copy-popup {
        position: absolute !important;
        left: 10px !important;
        right: auto !important;
        margin-right: 0 !important;
        background: #ffffff !important;
        color: #000000 !important;
        padding: 6px 16px !important;
        border-radius: 6px !important;
        z-index: 9999 !important;
        font-size: 15px !important;
        box-shadow: 0 2px 8px rgba(0,0,0,0.2) !important;
        max-width: 90vw !important;
        min-width: 200px !important;
        white-space: normal !important;
        word-break: break-all !important;
        border: 2px solid #ff5100 !important;
    }
}

@media (max-width: 600px) {
    .copy-popup2 {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: #007bff;
        color: #fff;
        padding: 10px 20px;
        border-radius: 5px;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
        font-size: 14px;
        z-index: 1000;
        animation: fadeInOut 3s ease;
        max-width: 250px;
        white-space: normal;      /* Permite quebra de linha */
        word-break: break-word;   /* Quebra palavras longas */
    }
}


/* Para telas pequenas (celular) */
@media (max-width: 600px) {
    .table-orders-new td a,
    .historico-accordion a {
        max-width: 180px;
        font-size: 13px;
    }

    .table-orders-new .service-name-cell span,
    .historico-accordion .show-full-service + span,
    .historico-accordion [style*="overflow: hidden"] {
        max-width: 180px;
        font-size: 13px;
    }
}
@media (max-width: 600px) {
    .order-id {
        height: auto; /* Permite que a altura se ajuste ao conteúdo */
        width: auto; /* Permite que a largura se ajuste ao conteúdo */
        min-height: 50px; /* Define uma altura mínima */
        min-width: 40px; /* Define uma largura mínima */
        padding: 5px; /* Adiciona espaçamento interno */
        border-radius: 13px;
        font-size: 15px;
        font-family: "Gilroy", sans-serif; /* Define a fonte */
        font-weight: bold; /* Deixa o texto em negrito */
        margin-bottom: 10px; /* Adiciona espaçamento externo */
        display: flex;
        justify-content: center;
        align-items: center;
        word-wrap: break-word; /* Quebra o texto se necessário */
        overflow-wrap: break-word; /* Compatibilidade adicional */
        color: #ffffff;
    }

    .dashboard-head-wrapper {
        margin-top: 10px;
    }

    .dashboard-head-wrapper-services {
        margin-top: 10px;
    }

    .dashboard-head-wrapper-transfer {
        margin-top: 10px;

    }

    .service-wrapper {
        margin-left: 10px;

    }
    
    .card {
        margin-bottom: 30px;
    }

    .order-list {
        margin-bottom: 30px; /* Espaçamento inferior */
    }

    .order-status {
        max-width: 185px;
    }

    .faq-ss-tabs {
        margin-bottom: 30px;
    }
    
}

@media (max-width: 600px) {
  .menu-description-wrapper {
    width: 100%;
    display: block;
  }
  .menu-description {
    width: 100%;
    display: block;
    box-sizing: border-box;
    font-size: 18px; /* opcional, aumenta o ícone */
    padding: 12px 0; /* opcional, aumenta área clicável */
  }
  .tservices-row {
    flex-wrap: wrap;
  }
}

@media (max-width: 600px) {
  .order-checker {
    width: 20px;
    height: 20px;
    min-width: 20px;
    min-height: 20px;
    accent-color: #007bff; /* cor do check, se quiser */
    margin-right: 8px;
    border-radius: 5px;
  }
}


/* Esconde tabela no mobile, mostra accordion */
@media (max-width: 600px) {
    .table-historico { display: none; }
    .historico-accordion { display: block; }
    
}
@media (min-width: 601px) {
    .table-historico { display: table; }
    .historico-accordion { display: none; }
}

@media (max-width: 600px) {
  .order-navs.co-hidden {
    display: none;
  }
  .order-navs.co-hidden.show {
    display: block;
  }
}


@media (max-width: 600px) {
  .top10-list li {
    flex-direction: column;
    align-items: flex-start;
    padding: 14px 10px;
    gap: 8px;
  }
  .top10-list li strong {
    margin-bottom: 4px;
  }
  .top10-list li .btn {
    width: 100%;
    margin: 0;
    margin-top: 8px;
    align-self: stretch;
    text-align: center;
  }
}


@media (min-width: 992px) {
  .custom-dropdown-menu {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .mobile-only {
    display: inline;
  }
}

@media (max-width: 1399px) {
  .profileBox,
  .btn-sb-close {
    display: none !important;
  }
  .sidebar-open .profileBox,
  .sidebar-open .btn-sb-close {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .profileBox {
    display: block !important;
  }
}

.sidebar-toggle-btn {
  display: none;
}

@media (max-width: 1399px) {
  .sidebar-toggle-btn {
    display: inline-block !important;
  }
}

.btn-sb-close {
  display: none !important;
}

@media (max-width: 1399px) {
  .sidebar-open .btn-sb-close {
    display: block !important;
  }
}



@media (max-width: 1400px) {
  .select2-container--open .select2-dropdown {
    position: fixed !important;
    left: 0 !important;
    bottom: 0 !important;
    top: auto !important;
    width: 100vw !important;
    height: 80vh !important;
    max-width: 100vw !important;
    max-height: 80vh !important;
    border-radius: 16px 16px 0 0 !important;
    z-index: 3001 !important;
    background: #202020;
    box-shadow: 0 -4px 24px rgba(0,0,0,0.25);
    padding-top: 56px;
    overflow-y: auto;
    animation: slideUpSelect2 0.3s cubic-bezier(.4,0,.2,1);
  }

  .select2-dropdown .select2-search {
    padding: 16px;
  }

  .select2-dropdown .select2-results,
  .select2-results__options {
    max-height: calc(80vh - 56px) !important;
    height: calc(80vh - 56px) !important;
    overflow-y: auto !important;
    min-height: 0;
  }

  .select2-results__option {
    min-height: 36px !important;
    height: auto !important;
    display: flex;
    align-items: center;
    padding: 8px 12px !important;
  }

  .select2-close-mobile {
    position: absolute;
    top: 10px;
    right: 16px;
    z-index: 3100;
    background: #c90101;
    color: #fff;
    border: 1px solid #ffffff;
    padding: 8px;
    border-radius: 6px;
    font-size: 16px;
  }

  @keyframes slideUpSelect2 {
    from { transform: translateY(100%); }
    to   { transform: translateY(0); }
  }
}

/* Adicione no seu CSS do tema ou em um bloco <style> */
@media (max-width: 600px) {
  .order-navs {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0 0 10px 0;
  }
  
  .order-navs li a {
    display: block;
  }
}


@media (max-width: 600px) {
  .t-head.th-3 {
    margin-bottom: 10px !important;
    padding-bottom: 10px !important;
  }
  .t-head.th-3 .row {
    margin-bottom: 0 !important;
  }
  .col-12 {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
}


@media (max-width: 600px) {
  .select2-selection__rendered {
    white-space: normal !important;
    word-break: break-word !important;
    line-height: 1.3 !important;
    font-size: 15px !important;
    min-height: 38px;
  }
  .select2-container--default .select2-selection--single {
    height: auto !important;
    min-height: 38px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
}