.sweet-overlay { background-color: rgba(0,0,0,0.95) !important; }
.badge.indicador {
    font-family: 'Inter', sans-serif; font-size: 0.95rem; font-weight: 600;
    padding: .45rem .85rem; border-radius: 2rem;
    background: linear-gradient(45deg, #28a745, #20c997);
    box-shadow: 0 2px 4px rgba(0,0,0,.15); color: #fff;
    display: inline-flex; align-items: center; gap: .45rem;
}
.badge.indicador i { font-size: 1.1rem; }
.bloco-sem-indicador {
    background: #f2f2f2; border: 1px solid #ddd; border-radius: .8rem;
    padding: 1.4rem; margin-top: 1rem;
}
.bloco-sem-indicador h4 { margin: 0 0 .5rem; font-weight: 600; color: #333; }
.bloco-sem-indicador p { margin: 0 0 .8rem; color: #555; }
.bloco-sem-indicador .input-group .form-control { border-radius: .5rem 0 0 .5rem; }
.bloco-sem-indicador .input-group .btn { border-radius: 0 .5rem .5rem 0; }

/* Estilo melhorado para o botão de ajuda */
.btn-ajuda {
    background-color: #6c757d; /* Cor secundária do Bootstrap */
    color: #fff;
    border-radius: 20px;
    padding: 6px 16px;
    font-size: 0.85rem;
    font-weight: 600;
    border: none;
    transition: all 0.2s ease-in-out;
}
.btn-ajuda:hover {
    background-color: #5a6268;
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}
.btn-ajuda:disabled {
    background-color: #e9ecef;
    color: #6c757d;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}
.modal-body .fa {
    margin-right: 8px; /* Espaçamento para ícones */
}

/* Garante centralização vertical e horizontal */
#modalAjudaWhatsApp .modal-dialog {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh; /* ocupa altura total da tela */
  margin: 0 auto;
}
.gray-dark {color:#333333;}
.gray-dark a {color:inherit; font-weight:bold;}

@media (max-width: 768px) {
    .mobile-label {
        display: block !important;
        margin-bottom: 10px;
        font-size: 14px;
        color: #666;
    }
    
    .mobile-label span {
        display: inline-block !important;
    }
    
    /* Ajustar o posicionamento dos elementos em mobile */
    .wrap-input100 {
        flex-direction: column;
    }
    
    .flex-c-m.ab-t-l {
        display: none !important;
    }

    /* Adicione estas novas regras */
    .wrap-input100 {
        position: relative; /* Garante o contexto para o botão */
    }

    .wrap-input100 .respon5 {
        position: absolute;
        top: auto;
        bottom: 10px; /* Ajusta a posição vertical */
        right: 10px; /* Ajusta a posição horizontal */
        width: 40px;
        height: 40px;
    }

    .wrap-input100 .input100 {
        padding-right: 50px; /* Adiciona espaço para o botão não sobrepor o texto */
    }

}

.input100.error {
    border-color: #ff3860;
    box-shadow: 0 0 0 0.125em rgba(255, 56, 96, 0.25);
}
        
/* Estilos para o Novo Modal Moderno */
#modern-modal-content {
    border-radius: 16px;
    border: none;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    padding: 20px;
    font-family: 'Poppins', sans-serif;
}

#modern-modal-content .modal-body {
    padding: 25px 30px;
}

#modern-modal-content .icon-circle {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: linear-gradient(45deg, #28a745, #20c997);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 32px;
    box-shadow: 0 4px 12px rgba(40, 167, 69, 0.4);
}

#modern-modal-content .modal-title {
    font-weight: 700;
    font-size: 24px;
    color: #333;
    margin-bottom: 8px;
}

#modern-modal-content .modal-subtitle {
    font-size: 16px;
    color: #666;
    margin-bottom: 25px;
    line-height: 1.5;
}

.dados-confirmacao {
    background-color: #f8f9fa;
    border-radius: 12px;
    padding: 20px;
    text-align: left;
    border: 1px solid #e9ecef;
}

.dados-confirmacao .info-item {
    display: flex;
    align-items: center;
    margin-bottom: 18px;
}

.dados-confirmacao .info-item:last-child {
    margin-bottom: 0;
}

.dados-confirmacao .info-item i {
    font-size: 24px;
    color: #28a745;
    margin-right: 15px;
    width: 30px;
    text-align: center;
}

.dados-confirmacao .info-text {
    display: flex;
    flex-direction: column;
}

.dados-confirmacao .info-label {
    font-size: 13px;
    color: #888;
    font-weight: 500;
}

.dados-confirmacao .info-value {
    font-size: 16px;
    color: #333;
    font-weight: 600;
}

.modal-footer-buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 30px;
    width: 100%;
}

.btn-secondary-modern, .btn-success-modern {
    width: 100%;
    padding: 12px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 8px;
    border: none;
    transition: all 0.3s ease;
}

.btn-secondary-modern {
    background-color: #e9ecef;
    color: #555;
}

.btn-secondary-modern:hover {
    background-color: #d8dde2;
}

.btn-success-modern {
    background: linear-gradient(45deg, #28a745, #20c997);
    color: #fff;
    box-shadow: 0 4px 12px rgba(40, 167, 69, 0.3);
}

.btn-success-modern:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(40, 167, 69, 0.4);
    color: #fff;
}

.btn-success-modern i {
    margin-right: 8px;
}