﻿/*calendarios de ajax*/
.ajax__calendar {
    font-family: 'Arial', sans-serif;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    padding: 10px;
}

.ajax__calendar_container {
    padding: 4px !important;
    cursor: default !important;
    font-size: 11px !important;
    text-align: center !important;
    width: 215px !important;
}

.ajax__calendar_header {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(38,79,145);
    color: white;
    padding: 5px 10px;
    border-radius: 4px;
}

.ajax__calendar_prev, .ajax__calendar_next {
    cursor: pointer;
    background-color: #0056b3;
    border-radius: 50%;
    padding: 5px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 20px;
}

    .ajax__calendar_prev:hover, .ajax__calendar_next:hover {
        background-color: white;
    }

.ajax__calendar_body {
    margin-top: 1px;
    width: 100% !important;
    margin: 0 !important;
}

.ajax__calendar_days {
    width: 100% !important;
}

.ajax__calendar_container TABLE {
    width: 100% !important;
}

.ajax__calendar_title {
    font-size: 14px;
    font-weight: bold;
}

.ajax__calendar_dayname {
    color: #555;
    font-weight: bold;
    width: 100% !important;
}

.ajax__calendar_day {
    display: inline-block;
    margin: 3px;
    border-radius: 50%;
    cursor: pointer !important;
    text-align: center !important;
}

.ajax__calendar_other {
    color: #ccc;
}

.ajax__calendar_day.ui-state-active {
    background-color: #007bff;
    color: white;
}

.ajax__calendar_today {
    border-bottom: 2px solid;
    border-color: rgb(38,79,145) !important;
}

.ajax__calendar_day_hover {
    background-color: #f0f0f0;
}

.ajax__calendar_footer {
    text-align: center;
    margin-top: 10px;
    padding: 5px;
    border-radius: 5px;
    height: 23px !important;
    background: rgb(38,79,145) !important;
    color: white;
}

    .ajax__calendar_footer:hover {
        background: rgba(38,79,145,.9) !important;
        color: black !important;
    }

.ajax__calendar_day {
    border-color: white !important;
}

.ajax__calendar_months, .ajax__calendar_years {
    width: 100% !important;
}

.flatpickr-months .flatpickr-month, .flatpickr-current-month .flatpickr-monthDropdown-months, .flatpickr-weekdays {
    background: linear-gradient(#081F5B, #081f5cE6,rgb(0, 102, 160)) !important;
}

.flatpickr-weekday {
    background: linear-gradient(#081F5B, #081f5cE6,rgb(0, 102, 160)) !important;
    color: white !important;
}

.flatpickr-day.selected {
    background: linear-gradient(#081F5B, #081f5cE6,rgb(0, 102, 160)) !important;
}

.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
    background-color: rgb(0, 102, 160) !important;
}
/*fin calendarios*/
/*dropdown con flecha*/
.dropdown-icon {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    pointer-events: none;
    color: #6c757d;
    transition: transform 0.3s ease;
}

    .dropdown-icon.rotate {
        transform: translateY(-50%) rotate(180deg);
    }
/*fin*/
/*details y summary (details con details dentro como en el moduloo de administracion)*/
details {
    width: 100%;
}

summary {
    display: inline-block;
    width: 100%;
    padding: 1rem;
    font-weight: bold;
    background: linear-gradient(0.1turn, rgb(0, 102, 160), #081f5c, #081f5cE6);
    /*background: linear-gradient(to right,#081f5cD9,#334eacD9);*/
    color: white;
    border-radius: 0.5rem;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-bottom: 0.5%;
    text-align: center;
}

.parentDetail[open] > summary {
    width: 40%;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 66px;
    text-align: left;
}

.parentDetail > summary:hover {
    background: linear-gradient(0.1turn, #081f5cE6, #081f5cE6, #081f5cCC);
}
/*fin*/
/*titulos*/
h2 {
    background: linear-gradient(to right,rgb(38,79,145),rgb(29,60,135));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    font-family: 'Arial Unicode MS';
}
/*fin*/
.modal-body-large {
    max-height: 80vh;
    overflow-y: auto;
}
/* botones aceptar cancelar y cargar/descargar*/
.buttonAceptar {
    background: linear-gradient(0.1turn, rgb(0, 102, 160), #081f5c, #081f5cE6);
    color: white !important;
    border: 0;
}

    .buttonAceptar:hover {
        background: linear-gradient(155deg,rgba(38,79,145,.9) 50%,rgba(29,60,135,.9) 50%);
    }

.buttonCancelar {
    background: linear-gradient(0.1turn,rgb(211, 40, 63),rgb(132, 0, 44 ) );
    border-color: rgb(188, 52, 70);
    color: white !important;
}

    .buttonCancelar:hover {
        background: linear-gradient(155deg,rgba(211, 40, 63, 0.9) 50%,rgba(188, 52, 70, 0.9 ) 50%);
        border-color: rgb(188, 52, 70);
    }

.buttonActualizar {
    background: linear-gradient(0.1turn,rgba(30, 168, 42, 1),rgba(7, 115, 54, 1));
    color: white !important;
    border: 0;
}

    .buttonActualizar:hover {
        background: linear-gradient(0.1turn,rgba(30, 168, 42, 0.7),rgba(7, 115, 54, 0.7));
    }

.buttonCargarDescargar {
    background: linear-gradient(to right,#081f5c,#334eac);
    border-color: rgb(38,79,145);
    color: white !important;
}

    .buttonCargarDescargar:hover {
        background: linear-gradient(to right,#081f5cD9,#334eacD9);
        border-color: black;
        color: white;
    }

/*fin botones aceptar cancelar y cargar/descargar*/

/*navbar*/
.navbar-nav .nav-item:hover {
    background-color: rgb(0, 115, 160) !important;
}

a[id*="HeadLoginStatus"] {
    color: white !important;
    margin-left: 32%;
}

    a[id*="HeadLoginStatus"]:hover {
        text-decoration: none;
    }
/*fin*/
/*menus como en la bandeja de pendiente,(tabs)*/
.menu > li > input[type=radio] {
    display: none;
}

.menu {
    width: 100%;
    float: none;
    list-style: none;
    position: relative;
    padding: 0;
}

    .menu > li {
        float: left;
        margin-left: 1px;
    }

menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 20px;
    background-color: #004080;
}

.menu > li > label { /*no seleccionada*/
    display: block;
    padding: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-right-radius: 10px;
    border: 1px solid rgba(0, 102, 160,1);
    border-bottom: none;
    /*background-color: rgba(0, 102, 160,1) !important;*/
    background-color: white !important;
    color: black;
    cursor: pointer;
    position: relative;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

    .menu > li > label:hover {
        background: linear-gradient(155deg,rgba(38,79,145,.9) 50%,rgba(29,60,135,.9) 50%);
    }

[id^=tab]:checked + label {
    background: linear-gradient(155deg,rgb(38,79,145) 50%,rgb(29,60,135) 50%);
    color: white;
    border: 1px solid black !important;
    border-bottom: none;
}

[id^=tab]:checked ~ [id^=tab-content] {
    display: block;
}

[id^=tab-content] {
    border: 1px solid black;
    border-radius: 5px;
    moz-border-radius: 5px;
    webkit-border-radius: 5px;
    border-color: rgb(0,102,160);
    padding: 10px;
}

.tab-content {
    z-index: 2;
    display: none;
    text-align: left;
    width: 100%;
    position: absolute;
    left: 0;
    box-sizing: border-box;
    -webkit-animation-duration: 0.5s;
    -o-animation-duration: 0.5s;
    -moz-animation-duration: 0.5s;
    animation-duration: 0.5s;
}

/*fin menu*/

.div_opt {
    padding: 20px;
    text-align: center;
}

.button-container {
    display: grid;
    grid-template-columns: repeat(6, 120px); /* 6 columnas de 120px fijos */
    justify-content: center;
    gap: 16px;
}

    .button-container .list-group {
        width: 120px;
        height: 120px;
        text-align: center;
    }

    .button-container .list-group-item {
        background-color: #f8f9fa;
        border: 1px solid #dee2e6;
        border-radius: 8px;
        height: 100%;
        width: 100%;
        padding: 10px;
        box-shadow: 0 1px 4px rgba(0,0,0,0.1);
        transition: transform 0.2s ease, box-shadow 0.2s ease;
        cursor: pointer;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

        .button-container .list-group-item:hover {
            transform: translateY(-3px);
            box-shadow: 0 3px 10px rgba(0,0,0,0.15);
        }

        .button-container .list-group-item a {
            text-decoration: none;
            color: #333;
            font-size: 13px;
            flex-direction: column;
            align-items: center;
        }

        .button-container .list-group-item img {
            height: 35px;
            margin-bottom: 5px;
            transition: transform 0.2s ease;
        }

        .button-container .list-group-item:hover img {
            transform: scale(1.05);
        }

@media (max-width: 1200px) {
    .button-container {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 768px) {
    .button-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

.custom-radio-group {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-top: 0.5rem;
    align-items: center;
}

.custom-radio {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    font-size: 16px;
    user-select: none;
}

    .custom-radio input[type="radio"] {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

    .custom-radio .radio-btn {
        position: absolute;
        left: 0;
        top: 2px;
        height: 18px;
        width: 18px;
        background-color: #fff;
        border: 2px solid #081f5c;
        border-radius: 50%;
        transition: background-color 0.2s ease;
    }

    .custom-radio input[type="radio"]:checked ~ .radio-btn {
        background-color: rgb(0, 102, 160);
    }

    .custom-radio .radio-btn::after {
        content: "";
        position: absolute;
        display: none;
        left: 4.6px;
        top: 4px;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: white;
    }

    .custom-radio input[type="radio"]:checked ~ .radio-btn::after {
        display: block;
    }



.activo {
    background-color: rgba(184,227,233, 0.7)
}

.inactivo {
    background-color: rgba(199,21,133, 0.1)
}

.customInformationBox {
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    box-sizing: border-box;
    word-break: break-word;
}





#left {
    width: 20px;
    height: 100%;
    position: fixed;
    outline: 1px solid;
    background: #f2f2f2;
}

.ticket_table th {
    border-style: none;
    width: 100px;
}

.ImgRendonda {
    /*position:absolute;*/
    width: 50px;
    height: 50px;
    border-radius: 40px;
    border: 2px solid #666;
    z-index: -1;
}

.estado {
    position: absolute;
    background-color: red;
    width: 10px;
    height: 10px;
    top: 40px;
    left: 99%;
    border-radius: 6px;
    z-index: 1;
}

.Preg_Freq_Normal {
    right: 0px;
    width: 6%;
    height: 10%;
    position: fixed;
    text-align: center;
    top: 0%;
    border-radius: 1em 1em 1em 1em;
    background-repeat: no-repeat;
    /*background-image: url(Styles/img/preguntas-frecuentes.png);*/
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAACACAMAAAD04JH5AAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAA2UExURUxpcb/kd8PmeNJWWs3MdPN2Z/9kZMPmeP9lZP1kZP9kZP///6bXbt9bXvv488noiN2Fduy7uzSvuGYAAAAKdFJOUwDJ//8OG0hxkvOS0x/FAAADxUlEQVR42u2a25aDIAxFa6QUrSj8/8/OeKmKEEgq1hfOy3R11urZJuEi4fEoKioqKioqKipKSzzlU9zjLJVSTdOOapr/z/KXHE+pWl9KPn/jrpoWU6MuZxCqjetaBBF5+i0K11WDTNtPCPKi5NPsJ4TnfY9/WRAwf/0jAr/4ta43aZ9DXervuCMMOUfDwd93XxiuioEi2fsIuQgk1d5DkPnHf8rfJcgyHzj+NUWZCRTX3yFQWQvAczLGWmtMjOB0GTSov7b9e1ZvNUrQ5AvAwcR87GcEtBJlrgDow+O/XR2CsBE0Ik8FHn5/ffztA0Zwpg5FgxSAXQJvdK3NUgs9UgZnQiCRABg36ks+LBICmSMDgQQYj8iEQ6AylKD2E2BTX+nzI1FGAnDI+BwUHQ6BzJwB44c7+KU+nYNYBo5zn46VYTXqxdA8cJ6RMdh783/vAWw56EYBR5XAS2ACsB6AzQoAIHYloP10G0oE1hyYLwAqHKC2vR+A7ADwwgFCCg2NcwDVBkDZBQWHxkmAhgFg3qHKdKqQCwAcAH91yAFA34vOuyNb3xSBZTXuzT0AZtmcBfzPApBGgXnj/udGAZDmgag/cx4YvgHocXsmwNC/+4ENYCL2PIBh2uW4ADI9DoPz3zer4TAPZBcA25AkV2Y+wOx/TAEhB1EAegaC/oDuCd0puE9nIAUQ9gd8T+aUYX06A4g/OK+mNV+aCID5Q+TdlOdvvvMHZ1/MD0FLCwDuDw9SCAw5AAPTHx6EEIyjwJAC4M+0KX84npGx5oHWDUAHfcgo6g+JM6IogPYqwAas4v7gHRPq4GbI6qj/EoCQWcIfvFOaYAx04rR2HQKeXcofAieVmjkDLP5dyDDpD6GzWs30N/s5wLEc3il/CByVUSakFvN3CAj+gPTrNL1dsE+AS0DxB7RjqIn2nv9GQPGHSM9SU+wD/h8Ckj9Eu4Ze28xv3HXBRWglSPpDsm+p9YQx/gm0LjtkEVwI0v5wvDbQcmQ6dBEeepo/pJunX/kDsjCmARjt665L7MJo74Zf3V/YHp//NpoEiF8gOdif9gf+HZbx/kY2ewxgusTTIO5SiHz+EL/G1Pju03/y+QOrpf5p0Yps9kkAl2DtEedynw6LGQQrQPVDgD3BCvDKBvBi9XS2Nn31uwDsCTYAkYegEry+1v6iwutH8XcI3JsS4tiE2kWF3rNiESSuauzykv+unSIA7AguuOw3EiR/diW44rahVITm7Ifgnku4O4L7ABaCGwFmgjsBRoLqca/Eo6ioqKioqKioiK4/nDCsKTvfUIoAAAAASUVORK5CYII=");
    background-size: 70px;
    background-position: center;
    /*background-color: white;*/
    cursor: pointer;
}

.Preg_Freq_Open {
    text-align: center;
    border-radius: 0em 0em 0em 0em;
    background-size: 70px;
    background-position: center;
    background-color: white;
    border: 1px solid black;
}

.Instrucciones {
    right: 0px;
    width: 6%;
    height: 10%;
    position: fixed;
    text-align: center;
    top: 15%;
    border-radius: 1em 0em 0em 1em;
    background-repeat: no-repeat;
    /*background-image: url(Styles/img/jarvis-4.gif);*/
    background-position: center;
    background-color: white;
    cursor: pointer;
}

.Solicitudes {
    right: 0px;
    width: 6%;
    height: 10%;
    position: fixed;
    text-align: center;
    top: 26%;
    border-radius: 1em 0em 0em 1em;
    /*background-image: url(Styles/img/jarvis-4.gif);*/
    background-position: center;
    background-color: white;
    cursor: pointer;
}

.SolicitudImg {
    width: 100%;
    height: 100%;
}


.progressBackgroundFilter {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    background-color: #000;
    filter: alpha(opacity=60);
    -moz-opacity: 0.60;
    -khtml-opacity: 0.60;
    opacity: 0.60;
    z-index: 1000;
}

.mdialogo_faq {
    width: 80%;
    height: 500px;
    position: fixed;
    text-align: center;
    top: 8%;
    left: 12%;
    z-index: 1002;
    display: inline-block;
    vertical-align: middle;
}

    .mdialogo_faq > div {
        width: 100%;
        border: solid 0px #000;
        height: 480px;
    }

.item {
    text-align: left;
    background-color: #d6d6c29e;
}

.fondoBlog {
    text-align: center;
    background-color: #d6d6c29e;
}

/***********************************************************************/
.tabla_Pregunta_Analistas {
    width: 100%;
    text-align: center;
    font-size: 11px;
}

    .tabla_Pregunta_Analistas td {
        border: 1px solid #00000054;
        border-radius: 2em 2em 2em 2em;
        padding: 3px;
    }

    .tabla_Pregunta_Analistas th {
        border: 1px solid #00000054;
        border-radius: 2em 2em 2em 2em;
        padding: 3px;
        background-color: #201f6691;
        color: white;
    }

.tabla_Respuesta_Analistas {
    border: 1px solid #00000054;
    border-radius: 1em 1em 1em 1em;
    padding: 3px;
    background-color: #d6ddda7d;
    color: black;
    height: 100px;
}
/***********************************************************************/

.tabla_FAQS {
    width: 100%;
    text-align: center;
    font-size: 11px;
}

    .tabla_FAQS tr:nth-child(odd) {
        background-color: white;
    }

    .tabla_FAQS tr:nth-child(even) {
        background-color: #dedede;
    }

    .tabla_FAQS th {
        background-color: rgb(0,102,160);
        color: white;
        position: sticky;
        top: 0;
        font-size: 10px;
        width: auto;
    }
/*.tabla_FAQS tr:hover{
            background-color: #cc825785;
        }*/
.search {
    width: 12% !important;
    box-sizing: border-box !important;
    border-radius: 10px !important;
    font-size: 12px !important;
    background-color: white !important;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAgxJREFUeNrsmF1OwkAQxwvxHeIFwBPADQongBu4vvtQ303AxHdr4rtwAuUG5QZ4A7yAaU+As8nfZDNZlv0qRWWSSZvS3f11ZnZmltZut0tOWdrJicsZ8AzYtFz4DHp8+RrSZUo60vz8LvX+9nIbA7DlkmYITELlpD2L19ekGYFuagcksC5dFqQTjzUeCHJeGyDgCtIB++kT0NJCJWmf9Mf13MJLghR1AUq4lIEJWrAwjMnoIq3WUR4/05gsKiAtJBeZKY8+5MaghUqLsOhjw6iWH5s+zCnNwLWZD5wU7GLp7kp57ByLpjwomIumtnAMUv3IFCkqGqAa5F55jcYtELe6eYMAByz5hshCuQ+3oMYNRSCgOj6NYcEuc1OZNCS/tpvZHHC5q/RZog8DhEvViUaBgNN9Hx/iYjWwM18yVJSJb0ZoW6aGHsqej+TKfRUNEDVzrTyaEaRwtB5v0XLXjHBoFwtWS1/RqRxs0QB3zedz3XA27ZYM8DdNLzhHa1+yeBOI2Y5h2huUwGgdtUAs6RatsDNTx9i0grQ+k8A1uSPIEjkw9YW0riTy8EMq8+GYdGV4tQLYFdr8jMVxwmJaRDvV7bGqWre3urYM7xWGuNxrydax/t2ygLwjyLyxZgHn4yGODjp5arybgftHBsjm2y3kTWvIRvpBBXKFcrpmZfX4m+TfddRnwD8D+C3AABeq3KXdgVL5AAAAAElFTkSuQmCC') !important;
    background-repeat: no-repeat !important;
    padding: 4px 9px 2px 28px !important;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
    background-size: 20px 20px;
    background-position-x: 5px;
    border-left: 1px solid #C0CBF9 !important;
    border-bottom: 1px solid #C0CBF9 !important;
    border-right: 1px solid #C0CBF9 !important;
    border-top: 1px solid #C0CBF9 !important;
}

    .search:focus {
        width: 30% !important;
    }

.fullScreen {
    width: 100%;
}

.halfScreen {
    width: 50%;
}

.hiddenScreen {
    width: 0%;
}

@supports (-webkit-appearance: none) or (-moz-appearance: none) {
    .checkbox-wrapper-14 input[type=checkbox] {
        --active: rgb(0, 102, 160);
        --active-inner: #fff;
        --focus: 2px rgba(39, 94, 254, .3);
        --border: #BBC1E1;
        --border-hover: #275EFE;
        --background: #fff;
        --disabled: #F6F8FF;
        --disabled-inner: #E1E6F9;
        -webkit-appearance: none;
        -moz-appearance: none;
        height: 21px;
        outline: none;
        display: inline-block;
        vertical-align: top;
        position: relative;
        margin: 0;
        cursor: pointer;
        border: 1px solid var(--bc, var(--border));
        background: var(--b, var(--background));
        transition: background 0.3s, border-color 0.3s, box-shadow 0.2s;
    }

        .checkbox-wrapper-14 input[type=checkbox]:after {
            content: "";
            display: block;
            left: 0;
            top: 0;
            position: absolute;
            transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s);
        }

        .checkbox-wrapper-14 input[type=checkbox]:checked {
            --b: var(--active);
            --bc: var(--active);
            --d-o: .3s;
            --d-t: .6s;
            --d-t-e: cubic-bezier(.2, .85, .32, 1.2);
        }

        .checkbox-wrapper-14 input[type=checkbox]:disabled {
            --b: var(--disabled);
            cursor: not-allowed;
            opacity: 0.9;
        }

            .checkbox-wrapper-14 input[type=checkbox]:disabled:checked {
                --b: var(--disabled-inner);
                --bc: var(--border);
            }

            .checkbox-wrapper-14 input[type=checkbox]:disabled + label {
                cursor: not-allowed;
            }

        .checkbox-wrapper-14 input[type=checkbox]:hover:not(:checked):not(:disabled) {
            --bc: var(--border-hover);
        }

        .checkbox-wrapper-14 input[type=checkbox]:focus {
            box-shadow: 0 0 0 var(--focus);
        }

        .checkbox-wrapper-14 input[type=checkbox]:not(.switch) {
            width: 21px;
        }

            .checkbox-wrapper-14 input[type=checkbox]:not(.switch):after {
                opacity: var(--o, 0);
            }

            .checkbox-wrapper-14 input[type=checkbox]:not(.switch):checked {
                --o: 1;
            }

        .checkbox-wrapper-14 input[type=checkbox] + label {
            display: inline-block;
            vertical-align: middle;
            cursor: pointer;
            margin-left: 4px;
        }

        .checkbox-wrapper-14 input[type=checkbox]:not(.switch) {
            border-radius: 7px;
        }

            .checkbox-wrapper-14 input[type=checkbox]:not(.switch):after {
                width: 5px;
                height: 9px;
                border: 2px solid var(--active-inner);
                border-top: 0;
                border-left: 0;
                left: 7px;
                top: 4px;
                transform: rotate(var(--r, 20deg));
            }

            .checkbox-wrapper-14 input[type=checkbox]:not(.switch):checked {
                --r: 43deg;
            }

        .checkbox-wrapper-14 input[type=checkbox].switch {
            width: 45%;
            border-radius: 11px;
            margin-right: 2%;
        }

            .checkbox-wrapper-14 input[type=checkbox].switch:after {
                left: 2px;
                top: 1px;
                border-radius: 50%;
                width: 16px;
                height: 16px;
                background: var(--ab, var(--border));
                transform: translateX(var(--x, 0));
            }

            .checkbox-wrapper-14 input[type=checkbox].switch:checked {
                --ab: var(--active-inner);
                --x: 21px;
            }

            .checkbox-wrapper-14 input[type=checkbox].switch:disabled:not(:checked):after {
                opacity: 0.6;
            }
}

.checkbox-wrapper-14 * {
    box-sizing: inherit;
    display: flex;
    justify-content: flex-start;
    margin-top: 6%;
}

    .checkbox-wrapper-14 *:before,
    .checkbox-wrapper-14 *:after {
        box-sizing: inherit;
    }


hr {
    color: rgb(0, 102, 160);
}
.table-hover > tbody > tr:hover > * {
    --bs-table-bg-state: rgba(184,227,233, 0.7) !important;
    cursor:pointer;
}