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: 30px;
    padding: 1rem;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    background-color: rgb(235, 235, 235);
    /* Agrega otros estilos según tus
    
    necesidades */
}

@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;
    /* margin: 0.5rem; */
    border: none;
    border-radius: 30px;
    background-position: right center;
    font-family: inherit;
    text-align: center;
    text-decoration: none;
    /* box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.4); */
    height: 2.5rem;
    cursor: pointer;
    align-items: center;
    justify-content: center;
}

/* 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;
}

.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;
}
