body {
    font-family: 'Varela Round', sans-serif;
    background-color: rgba(230, 230, 230, 1);
}

th {
    white-space: nowrap
}

td {
    white-space: nowrap
}

.kaze-card {
    border-radius: 20px;
    padding: 2rem;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(10px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.3);
    transition: all 0.3s ease-in-out;
}

.kaze-card input,
.kaze-card select {
    border: 1px solid #ccc;
    border-radius: 15px;
    font-size: 1rem;
    outline: none;
    transition: 0.3s ease;
}

.kaze-card input:focus,
.kaze-card select:focus {
    border-color: #367c3c;
    box-shadow: 0 0 5px rgba(54, 124, 60, 0.5);
}

.kaze-form-control {
    position: relative;
    margin-bottom: 1.5rem;
}

.kaze-form-control label {
    position: absolute;
    top: 1rem;
    left: 1rem;
    font-size: 1rem;
    color: #888;
    pointer-events: none;
    transition: 0.2s ease all;
    background-color: #fff;
    padding: 0 5px;
    z-index: 1;
}

.kaze-form-control input:focus+label,
.kaze-form-control input:not(:placeholder-shown)+label {
    top: -0.6rem;
    left: 0.8rem;
    font-size: 0.75rem;
    color: #367c3c;
}


@media (max-width: 768px) {
    .kaze-card {
        width: 70%;
        /* Reduce el ancho para dispositivos móviles */
        max-width: 600px;
        /* Mantén el límite superior */
        margin: 1.5rem auto;
        /* Asegura que el margen esté centrado */
    }
}


.kaze-btn {
    display: flex;
    width: 100%;
    padding: 10px 20px;
    border: none;
    border-radius: 30px;
    font-family: inherit;
    text-align: center;
    text-decoration: none;
    height: 2.5rem;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    font-weight: 600;
    letter-spacing: 0.5px;
}

.kaze-btn:hover {
    transform: scale(1.03);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.2);
    filter: brightness(1.05);
}

/* Botón Rojo */
/* Botón rojo */
.kaze-btn-lite-red {
    background-image: radial-gradient(circle at 150% 40%, #e4a3a3 50%, #ec8e8e 50%);
    color: #460b0b;
    /* border: 2px solid #900000; */
}

/* Botón azul */
.kaze-btn-lite-blue {
    background-image: radial-gradient(circle at 150% 40%, #d0d0f7 50%, #bcbcec 50%);
    color: #2a3363;
    /* border: 2px solid #4444CC; */
}

/* Botón amarillo */
.kaze-btn-lite-yellow {
    background-image: radial-gradient(circle at 150% 40%, #eaeaaa 50%, #e2e27b 50%);
    color: #22250c;
    /* border: 2px solid #CCBB33; */
}

/* Botón naranja */
.kaze-btn-lite-orange {
    background-image: radial-gradient(circle at 150% 40%, #A64B00 50%, #8B4500 50%);
    color: white;
    /* border: 2px solid #CC7733; */
}

/* Botón celeste */
.kaze-btn-lite-cyan {
    background-image: radial-gradient(circle at 150% 40%, #a5b9b9 50%, #7db1b1 50%);
    color: #1b4d50;
    /* border: 2px solid #33CCCC; */
}

/* Botón magenta */
.kaze-btn-lite-magenta {
    background-image: radial-gradient(circle at 150% 40%, #dfafdf 50%, #de9cde 50%);
    color: #411141;
    /* border: 2px solid #CC33CC; */
}

/* Botón verde */
.kaze-btn-lite-green {
    background-image: radial-gradient(circle at 150% 40%, #98da98 50%, #76c376 50%);
    color: #174615;
    /* border: 2px solid #33CC33; */
}

.kaze-btn-red {
    background-image: radial-gradient(circle at 150% 40%, #e74b4b 50%, #A60000 50%);
    color: white;
    /* border: 2px solid #900000; */
}

/* Botón azul */
.kaze-btn-blue {
    background-image: radial-gradient(circle at 150% 40%, #4747df 50%, #00008d 50%);
    color: white;
    /* border: 2px solid #4444CC; */
}

/* Botón amarillo */
.kaze-btn-yellow {
    background-image: radial-gradient(circle at 150% 40%, #e9e945 50%, #a1a13c 50%);
    color: white;
    /* border: 2px solid #CCBB33; */
}

/* Botón naranja */
.kaze-btn-orange {
    background-image: radial-gradient(circle at 150% 40%, #A64B00 50%, #8B4500 50%);
    color: white;
    /* border: 2px solid #CC7733; */
}

/* Botón celeste */
.kaze-btn-cyan {
    background-image: radial-gradient(circle at 150% 40%, #009999 50%, #008B8B 50%);
    color: white;
    /* border: 2px solid #33CCCC; */
}

/* Botón magenta */
.kaze-btn-magenta {
    background-image: radial-gradient(circle at 150% 40%, #A600A6 50%, #8B008B 50%);
    color: white;
    /* border: 2px solid #CC33CC; */
}

/* Botón verde */
.kaze-btn-green {
    background-image: radial-gradient(circle at 150% 40%, #089908 50%, #007800 50%);
    color: white;
    /* border: 2px solid #33CC33; */
}

/* Botón blanco */
.kaze-btn-white {
    background-image: radial-gradient(circle at 150% 40%, #404040 50%, #333333 50%);
    color: white;
    /* border: 2px solid #BBBBBB; */
}

/* Botón negro */
.kaze-btn-black {
    background-image: radial-gradient(circle at 150% 40%, #000000 50%, #1A1A1A 50%);
    color: white;
    /* border: 2px solid #222222; */
}


/* Botón


/* .kaze-btn:hover::before {
opacity: 1;
} */


/* Clase para botón blanco */


.lighter {
    filter: brightness(1.2);
    /* Hace más oscuro el color de fondo */
}

@keyframes buttonRebound {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.025);
    }

    100% {
        transform: scale(1);
    }
}

.evenlighter {
    filter: brightness(1.5);
    /* Hace más claro el color de fondo */
}

.kaze-form-control {
    position: relative;
    padding-left: 0.3rem;
    padding-right: 0.3rem;

    /* margin-bottom: 20px; */
}

input {
    padding: 0.75rem;
    border-radius: 30px;
    transition: 0.3s;
    border: 2px solid #C4C4C4;
    width: calc(100% - 1.5rem);

}

.kaze-soft {

    color: #7a7a7a;

}

b {
    margin-bottom: 0.5rem
}

textarea {
    padding: 0.75rem;
    border-radius: 30px;
    transition: 0.3s;
    border: 2px solid #C4C4C4;
    width: calc(100% - 1.5rem);

}


input.kaze-non-valid,
select.kaze-non-valid {
    border: 2px solid #f31a1a;
}

select {
    padding: 0.75rem;
    border-radius: 30px;
    transition: 0.3s;
    border: 2px solid #C4C4C4;
    width: 100%;

}

label {
    position: absolute;
    top: 25%;
    left: 1rem;
    font-size: 14px;
    color: #666;
    transition: 0.3s;
    padding-left: 0.3rem;
    padding-right: 0.3rem;
    padding-top: 0.1rem;
    padding-bottom: 0.1rem;

    pointer-events: none;
    background-color: #fff;
    border-radius: 30px;

}

input:focus+label,
textarea:focus+label,
select:focus+label,
select:not(:placeholder-shown)+label,
input:not(:placeholder-shown)+label {
    top: -15%;
    font-size: 12px;
    color: #333;
}

input:focus,
textarea:focus,
select:focus {
    outline: none;
    border-color: #444444;
}

input::placeholder,
textarea::placeholder,
select::placeholder {
    color: transparent;
}

input:focus+.border,
select:focus+.border,
textarea:focus+.border,
input:not(:placeholder-shown)+.border,
select:not(:placeholder-shown)+.border {
    background-color: #999;
}


.kaze-checkbox {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    cursor: pointer;
    font-size: 14px;
}

.kaze-checkbox input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    width: 100%;
    height: 100%;
}

.kaze-checkbox label {
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    background-color: #eee;
    border-radius: 30;
    border: solid 2px #C4C4C4;
}

.kaze-checkbox span {
    padding-left: 35px;
}

.kaze-checkbox input[type="checkbox"]:checked+label {
    background-color: #2196F3;
}

.kaze-checkbox input[type="checkbox"]:checked+label::before {
    content: "\2713";
    display: block;
    color: #fff;
    text-align: center;
    line-height: 18px;
}

.kaze-navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 11rem;
    height: calc(100vh - 4rem);
    background-color: #333;
    background: linear-gradient(120deg, rgba(51, 51, 51, 1) 75%, rgba(84, 84, 84, 1) 75%);
    color: #fff;
    transition: transform 0.3s;
    transform: translateX(0);
    z-index: 999;
    border-radius: 30px;
    padding: 1rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    margin-left: 1rem;
    margin-right: 2rem;
    overflow-y: scroll;
}

.kaze-navbar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(18, 2, 87, 0.3);
    border-radius: 30px;
    background-color: #333333;
}

.kaze-navbar::-webkit-scrollbar {
    width: 10px;
    background-color: #333333;
}

.kaze-navbar::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #919191;
}

.kaze-navbar.hidden {
    transform: translateX(-100%);
    overflow-y: hidden;
}

.kaze-navbar ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.kaze-navbar li {
    padding: 10px;
}

.kaze-navbar li a {
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 0.6rem;
    font-weight: 500;
    padding: 0.6rem 1rem;
    border-radius: 12px;
    transition: background 0.3s ease, transform 0.2s ease;
}

.kaze-navbar li a:hover {
    background-color: rgba(255, 255, 255, 0.1);
    transform: scale(1.05);
}

.kaze-navbar li a .material-symbols-outlined {
    font-size: 20px;
    transition: color 0.3s ease, transform 0.3s ease;
}

.kaze-navbar li a:hover .material-symbols-outlined {
    color: #a2ffa0;
    /* un verde sutil de realce */
    transform: rotate(-5deg);
}

.kaze-content {

    /* width: 100%; */
    box-sizing: border-box;
    padding: 1rem;
    /* margin-top: 2rem; */
    transition: margin-left 0.3s;
    margin-left: 0px;

}

.kaze-content.kaze-expanded {
    margin-left: 200px;
}


@media (max-width: 600px) {
    .kaze-navbar {
        width: 100%;
        border-top-left-radius: 0%;
        border-top-right-radius: 0%;
        border-bottom-left-radius: 30px;
        border-bottom-right-radius: 30px;
        height: auto;
        margin: 0;
        transform: translateY(0);
    }

    .kaze-navbar.hidden {
        transform: translateY(-100%);
    }

    .kaze-content.kaze-expanded {
        margin-left: 0;

    }
}


#kaze-toggle-navbar-button {
    position: fixed;
    top: 10px;
    right: 4rem;
    padding: 0.5rem 1rem 0.5rem 1rem;
    background-color: #333;
    border-radius: 30px;
    color: #fff;
    border: none;
    cursor: pointer;
    z-index: 1000;
    transition: transform 0.3s;
    transform: translateX(0);
}

.material-symbols-outlined {
    font-variation-settings:
        'FILL' 0,
        'wght' 400,
        'GRAD' 200,
        'opsz' 24
}

.kaze-deco-panel {
    position: absolute;
    left: -1rem;
    width: calc(100% + 1rem);
    height: 39%;
    z-index: -1;
    overflow: hidden;
}

.kaze-deco-panel.kaze-red {
    background: linear-gradient(45deg, #a13c3c 50%, #e94545 50%)
}

.kaze-deco-panel.kaze-blue {
    background: linear-gradient(45deg, #3c43a1 50%, #454ae9 50%)
}

.kaze-deco-panel.kaze-green {
    background: linear-gradient(45deg, #3ca16a 50%, #45e97a 50%)
}

.kaze-deco-panel.kaze-cyan {
    background: linear-gradient(45deg, #3ca1a1 50%, #45e9e9 50%)
}

.kaze-deco-panel.kaze-yellow {
    background: linear-gradient(45deg, #a1a13c 50%, #e9e945 50%)
}

.kaze-deco-panel.kaze-magenta {
    background: linear-gradient(45deg, #a13c9d 50%, #e945b3 50%)
}

.kaze-deco-panel.kaze-black {
    background: linear-gradient(45deg, #000000 50%, #1A1A1A 50%)
}

.kaze-modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    /* transition: opacity 0.2s ease-in; */

}

.kaze-modal-content {
    background-color: #fefefe;
    margin: 1.5% auto;
    padding-left: 20px;
    padding-right: 20px;

    border: 1px solid #888;
    border-radius: 30px;

    width: 80%;
    /* max-height: 80%; */

}

.kaze-close-modal {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

.kaze-close-modal:hover,
.kaze-close-modal:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.kaze-glaring {
    position: absolute;
    top: -7rem;
    right: -7rem;
    width: 15rem;
    height: 15rem;
    border-radius: 150%;
    background-color: rgba(255, 255, 255, 0.20);
}

.kaze-glare-card {

    background-size: cover;
    background-repeat: no-repeat;
    /* transform: rotate(45deg); */
    border-radius: 30px;
    background: linear-gradient(90deg, rgba(154, 33, 33, 1) 0%, rgba(204, 69, 69, 1) 100%);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    /*  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.35); */

    overflow: hidden;
}

.kaze-soft-card {

    background-size: cover;
    background-repeat: no-repeat;
    /* transform: rotate(45deg); */
    border-radius: 30px;
    background: linear-gradient(90deg, rgb(255, 172, 172) 0%, rgb(252, 201, 201) 100%);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    /*  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.35); */

    overflow: hidden;
}

.kaze-glare-blue-card {
    background: linear-gradient(90deg, #005cbf, #0094ff);
}


.kaze-glare-cyan-card {
    background: linear-gradient(90deg, #03899d, #00d6ff);
}


.kaze-glare-green-card {
    background: linear-gradient(90deg, #1b8700, #45ab02);
}

.kaze-glare-yellow-card {
    background: linear-gradient(90deg, #bb8000, #ffdf00);
}

.kaze-glare-magenta-card {
    background: linear-gradient(90deg, #a50163, #ff00a7);
}


.kaze-glare-black-card {
    background: linear-gradient(90deg, #000000, #333333);
}

.kaze-glare-orange-card {
    background: linear-gradient(90deg, #e76f00, #ff9400);
}

/* SOFT CARDS */

.kaze-soft-blue-card {
    background: linear-gradient(90deg, #b1cff0, #d6edfd);
}


.kaze-soft-cyan-card {
    background: linear-gradient(90deg, #b1ecf5, #d8f9ff);
}


.kaze-soft-green-card {
    background: linear-gradient(90deg, #bcf0af, #d5eec5);
}

.kaze-soft-yellow-card {
    background: linear-gradient(90deg, #f1dfb8, #faf5d8);
}

.kaze-soft-magenta-card {
    background: linear-gradient(90deg, #eeadd4, #fad3ec);
}


.kaze-soft-black-card {
    background: linear-gradient(90deg, #000000, #333333);
}

.kaze-soft-orange-card {
    background: linear-gradient(90deg, #f5d7bc, #f3e3cd);
}

.kaze-glare-card-content {
    color: white;
    z-index: 2;
    padding: 1rem;
    position: relative;
}

.kaze-soft-card-content {
    color: black;
    z-index: 2;
    padding: 1rem;
    position: relative;
}

.kaze-glare-card h3 {
    margin: 0;
}

.kaze-glare-card p {
    margin: 10px 0;
}

.kaze_popup {
    position: absolute;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 1.5rem;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    border-radius: 30px;
    z-index: 9999;
    max-width: 400px;
    /* Ajusta el ancho según tus necesidades */
}

.bottom-bar {
    background-color: rgb(163, 0, 107);
    height: 100px;
    position: fixed;
    width: 100%;
    bottom: 0;
}

.center-content {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    text-align: center;
}

.password-container {
    position: relative;
}

.toggle-password {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}


#snackbar {
    visibility: hidden;
    min-width: 250px;
    margin-left: -125px;
    background-color: #ff0000;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 1;
    left: 50%;
    bottom: 30px;
    font-size: 17px;
}

#snackbar.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@-webkit-keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}

@keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}

.snackbar-success {
    background-color: green;
}

.snackbar-error {
    background-color: red;
}

/* Estilo Menu Compras Realizadas, Estilo Titulo */
:root {
    --brand: #22c55e;
    --brand-600: #16a34a;
    --ink-900: #0f172a;
    --ink-600: #475569;
    --panel-bg: #ffffff;
    --panel-grad: linear-gradient(180deg, #ffffff, #f8fafc);
}

.page-header {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 18px 22px;
    border-radius: 16px;
    background: var(--panel-grad);
    box-shadow: 0 10px 24px rgba(2, 6, 23, .06);
    border: 1px solid rgba(2, 6, 23, .06);
    overflow: hidden;
}

.page-header::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 6px;
    border-radius: 16px 0 0 16px;
    background: linear-gradient(180deg, var(--brand), var(--brand-600));
}

.page-header::after {
    content: "";
    position: absolute;
    right: -60px;
    top: -60px;
    width: 180px;
    height: 180px;
    background: radial-gradient(closest-side, rgba(34, 197, 94, .12), transparent);
    filter: blur(2px);
}

.ph-left {
    display: flex;
    flex-direction: column;
    gap: .25rem;
}

.ph-eyebrow {
    font-size: .75rem;
    letter-spacing: .08em;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--brand-600);
    background: #ecfdf5;
    border: 1px solid #bbf7d0;
    padding: .25rem .5rem;
    border-radius: 999px;
    width: max-content;
}

.ph-title {
    display: flex;
    align-items: center;
    gap: .6rem;
    margin: 0;
    font-size: clamp(1.35rem, 2vw + .4rem, 1.85rem);
    font-weight: 800;
    color: #0f172a;
    letter-spacing: .2px;
}

.ph-icon {
    font-size: 1.6em;
    line-height: 1;
    color: var(--brand-600);
    background: #eafff1;
    border: 1px solid #bbf7d0;
    border-radius: 12px;
    padding: .35rem;
}

.ph-sub {
    margin: 0;
    color: var(--ink-600);
    font-size: .95rem;
}

.ph-ghost {
    display: inline-flex;
    align-items: center;
    gap: .25rem;
    border: 1px solid #e5e7eb;
    background: #fff;
    border-radius: 10px;
    padding: .5rem .65rem;
}

.ph-ghost:hover {
    background: #f3f4f6;
}

/* Estilos Menu Compras Realizadas */
.select2-container .select2-selection--single {
    height: 42px;
    padding: 6px 10px;
    border-radius: 8px;
    border: 1px solid #ced4da;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 42px;
    right: 8px;
}

.btn-modern-filtrar {
    background: linear-gradient(135deg, #2196F3, #1E88E5);
    color: #fff;
    border: none;
    padding: 10px 20px;
    font-weight: bold;
    border-radius: 8px;
    transition: background .3s, transform .2s
}

.btn-modern-filtrar:hover {
    background: linear-gradient(135deg, #1976D2, #1565C0);
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, .2)
}

table.table-compras {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 2px 12px rgba(0, 0, 0, .05);
    font-family: 'Varela Round', sans-serif
}

table.table-compras thead {
    background: linear-gradient(to right, #4CAF50, #45a049);
    color: #fff
}

table.table-compras th,
table.table-compras td {
    padding: 12px 16px;
    text-align: center;
    vertical-align: middle
}

table.table-compras tbody tr:nth-child(even) {
    background: #f9f9f9
}

table.table-compras tbody tr:hover {
    background: #f1f1f1;
    transition: background-color .3s
}

.estado-select {
    width: 220px;
    padding: 6px 10px;
    font-size: 14px;
    border-radius: 6px
}

.pagination .page-link {
    border-radius: 20px !important;
    margin: 0 4px;
    color: #4CAF50;
    border: 1px solid #4CAF50
}

.pagination .page-link:hover {
    background: #4CAF50;
    color: #fff;
    transition: .3s
}

/* ===== Filtros modernos ===== */
.filters-toolbar{
  display:flex; flex-wrap:wrap; align-items:flex-end; gap:12px;
  padding:14px; margin-bottom:14px;
  background:#fff; border:1px solid #e5e7eb; border-radius:14px;
  box-shadow:0 8px 18px rgba(2,6,23,.04);
}
.ft-field{ display:flex; flex-direction:column; gap:6px; min-width:210px; }
.ft-grow{ flex:1 1 280px; }
.ft-label{
  font-size:.8rem; font-weight:700; letter-spacing:.02em; color:#16a34a;
}
.ft-input .input-group, .ft-input .select2-container--default .select2-selection--single{
  height:44px;
}
.ft-input .input-group-text{
  border-top-left-radius:10px; border-bottom-left-radius:10px;
  background:#f8fafc; border-right:0;
}
.ft-input .form-control{
  border-top-right-radius:10px; border-bottom-right-radius:10px;
}
.select2-container .select2-selection--single{
  height:44px; border-radius:10px; border:1px solid #ced4da; padding:6px 10px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
  line-height:28px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
  height:44px; right:8px;
}

.ft-actions{
  display:flex; gap:10px; margin-left:auto; align-items:center;
}
.ft-btn{
  display:inline-flex; align-items:center; gap:8px; border-radius:10px; font-weight:700;
  padding:10px 14px;
}
.btn-primary{ background:linear-gradient(135deg,#2196F3,#1E88E5); border:none; }
.btn-primary:hover{ filter:brightness(.96); }
.btn-ghost{
  display:inline-flex; align-items:center; gap:6px;
  background:#fff; border:1px solid #e5e7eb; padding:10px 14px; border-radius:10px;
}
.btn-ghost:hover{ background:#f3f4f6; }

.select2-container{ z-index:1100; }
@media (max-width: 576px){
  .filters-toolbar{ padding:10px; }
  .ft-actions{ width:100%; justify-content:flex-start; }
}

.filters-toolbar { 
  position: relative; 
  z-index: 0;         
  clear: both; 
}

.filters-toolbar .ft-field { position: relative; }

.filters-toolbar .ft-label{
  position: static !important;  
  transform: none !important;
  top: auto !important;
  left: auto !important;
  margin: 0 0 2px 2px;
  white-space: nowrap;          
  display: inline-block;
}

.filters-toolbar { overflow: hidden; }

