@keyframes bubble1 {
    0% {
        transform: translate(0, 0) scale(1);
        opacity: 0.7;
    }
    100% {
        transform: translate(-20px, -20px) scale(1.5);
        opacity: 0;
    }
}

@keyframes bubble2 {
    0% {
        transform: translate(0, 0) scale(1);
        opacity: 0.7;
    }
    100% {
        transform: translate(20px, -20px) scale(1.5);
        opacity: 0;
    }
}

@keyframes bubble3 {
    0% {
        transform: translate(0, 0) scale(1);
        opacity: 0.7;
    }
    100% {
        transform: translate(0, -30px) scale(1.5);
        opacity: 0;
    }
}

.animate-bubble1 {
    animation: bubble1 1.5s ease-in-out infinite;
}

.animate-bubble2 {
    animation: bubble2 1.8s ease-in-out infinite;
}

.animate-bubble3 {
    animation: bubble3 1.6s ease-in-out infinite;
}

/* Select2 Custom Styling */
.select2-container--default .select2-selection--single {
    height: 38px !important;
    padding: 6px !important;
    border-color: rgb(209 213 219) !important;
    border-radius: 0.5rem !important;
    font-size: 12px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px !important;
    font-size: 12px;
}

.select2-dropdown {
    border-color: rgb(209 213 219) !important;
    border-radius: 0.5rem !important;
    font-size: 12px;
}

.select2-search__field {
    border-radius: 0.375rem !important;
    padding: 0.5rem !important;
    font-size: 12px;
}

.select2-results__option--highlighted {
    background-color: #2563eb !important;
}

.divider {
    width: 100%;
    border-top: 1px solid #e5e7eb;
    margin: 0; /* Remove qualquer margem lateral */
    padding: 0; /* Evita espaçamentos internos */
}

/* estilo padrão tabelas */
.text-14px-uppercase {
    font-size: 12px;
    text-transform: uppercase;
}

.text-modal {
    font-size: 12px;
    /*text-transform: uppercase; */
}

.text-px-filtro {
    font-size: 12px;
    /*text-transform: uppercase; */
}

.text-px-sidebar {
    font-size: 12px;
    text-transform: uppercase;
}

.text-px-titulomodal {
    font-size: 18px;
    text-transform: uppercase;
}

.text-px-btnenviarModal {
    font-size: 12px;
    text-transform: uppercase;
}

.info-container {
    display: flex;
    gap: 20px; /* Espaçamento entre os itens */
    flex-wrap: wrap; /* Permite quebrar em telas menores */

}

.info-item {
    min-width: 110px; /* Define uma largura mínima para alinhar */
    white-space: nowrap; /* Evita quebra de linha no texto */
    font-weight: bold;
    /* <-- Centraliza horizontalmente */
}

/* Reduz a largura do calendário */
.flatpickr-calendar {
    width: 220px !important;
}

/* Ajusta o container dos dias */
.flatpickr-days,
.dayContainer {
    width: 220px !important;
    min-width: 220px !important;
    max-width: 20px !important;
}

/* Tamanho dos quadrados dos dias */
.flatpickr-day {
    max-width: 28px !important;
    height: 28px !important;
    line-height: 28px !important;
    font-size: 10px !important;
}

/* Tamanho dos dias da semana (Dom, Seg, etc.) */
span.flatpickr-weekday {
    font-size: 10px !important;
}

/* Cabeçalho (Mês e Ano) */
.flatpickr-current-month {
    font-size: 12px !important;
}

/* Setas de navegação */
.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
    width: 10px !important;
    height: 10px !important;
}

.text-px-descricao {
    font-size: 13px;
    /*text-transform: uppercase; */
}

.limitar-quatro-linhas {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.text-px-nomeacolhidosmd {
    font-size: 14px;
    /*text-transform: uppercase; */
}

.corbtnabrirmodal {
    color: #ffffff;
    border: 1px solid #16a34a;
    background-color: #16a34a;
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
    transition: all 0.2s ease;
    font-weight: bold;
}

.corbtnabrirmodal:hover {
    background-color: #15803d;
    border-color: #15803d;
}

/* Adicione ao seu arquivo CSS */
.flex::-webkit-scrollbar {
    height: 4px;
}

.flex::-webkit-scrollbar-thumb {
    background-color: #cbd5e0;
    border-radius: 2px;
}


.text-px-aviso {
    font-size: 18px;
    text-transform: uppercase;
}

.corbtnlimpar {
    color: #ffffff;
    background-color: #EAB308;
    border: 1px solid #EAB308;
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
    transition: all 0.2s ease;
    font-weight: bold;
}

.corbtnlimpar:hover {
    background-color: #d97706;
    border-color: #d97706;
}

/* Select equipe em maiúsculo */
.select2-selection__rendered {
    text-transform: uppercase;
}

.select2-results__option {
    text-transform: uppercase;
}

.text-px-nomeUsu {
    font-size: 16px;
    text-transform: uppercase;
}

.text-conteudo-filtro {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    color: #4B5563;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.text-px-conteudo-com-back {
    font-size: 12px;
    text-transform: uppercase;
}

/* AÇÕES RÁPIDAS */
.action-btn {
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    position: relative;
    overflow: hidden;
    transform-style: preserve-3d;
    perspective: 1000px;
}

.action-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
            90deg,
            transparent,
            rgba(255, 255, 255, 0.1),
            rgba(255, 255, 255, 0.3),
            rgba(255, 255, 255, 0.1),
            transparent
    );
    transition: 0.6s;
    transform: rotateY(15deg);
}

.action-btn:hover::before {
    left: 100%;
    transform: rotateY(0deg);
}

.action-btn:hover {
    transform: translateY(-4px) scale(1.02);
    z-index: 10;
}

.icon-wrapper {
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    transform-style: preserve-3d;
}

.action-btn:hover .icon-wrapper {
    transform: scale(1.2) rotateY(15deg);
    filter: drop-shadow(0 0 8px currentColor);
}
