body {
    font-family: 'Inter-VariableFont_opsz' !important;
    font-size: 13px;
}

.bg-theme {
    background-color: #454d55 !important;
    line-height: 1 !important;
}

.shadowlogo {
    -webkit-filter: drop-shadow(0px 0px 0px grey) drop-shadow(0px 0px 0px grey);
    filter: drop-shadow(0px 0px 0px grey) drop-shadow(0px 0px 0px grey);
}

.fondomac {
    background-image:url(../img/background/login.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
  
.ticket_alerta {
    color: red;
    font-size: 13px;
}
  
.span_error {
    color: red !important;
}

.negritas {
    font-weight: bold;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    padding-bottom: 10px !important;
}

.select2-container--default .select2-blue .select2-selection--multiple .select2-selection__choice, .select2-blue .select2-container--default .select2-selection--multiple .select2-selection__choice {
    padding: 7px;
}

.alerta {
    color: red;
    font-size: 13px;
}

.errorx {
    border: red solid 2px !important;
}

.errory {
    border-bottom: red solid 2px !important;
}

.ocultar {
    display: none;
}

.galeria_contenedor {
    width: 100%;
    display: inline-block;
}

.avatarPhotoMenu {
    height: 80px;
    width: 80px;
    background-size: 100%;
    border-radius: 60px;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    margin-bottom: 10px;
}

.galeria {
    width: 30px;
    height: 30px;
    display: inline-block;
    padding: 0px;
    margin: 3px;
    margin-top: 0px;
    background-color: white;
}

.dentro_gallery {
    position: relative;
    width: 50px;
    height: 50px;
    min-height: 50px;
    border: 1px solid #e1e1e1;
    overflow: hidden;
}

.gallery {
    float: left;
    position: relative;
    margin: 0 20px 30px 0;
    padding: 10px;
    border: 1px solid #e1e1e1;
    border-radius: 3px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.06);
    -moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.06);
    box-shadow: 0px 0px 3px rgba(0,0,0,0.06);
}

.borralo {
    color: red;
    cursor: pointer;
    font-size: 16px !important;
    float: right;
    margin-top: 10px;
}

.white-grad {
    border: 3px solid transparent;
    border-radius: 30px;
    display: inline-block;
    background: linear-gradient(57deg, #090979, #00d4ff) border-box;
    background-size: 400%;
    animation: animatedgradient 3s linear infinite;
    animation-direction: alternate;
}

@keyframes animatedgradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.removing_file {
    z-index: 100;
    color: red;
    cursor: pointer;
    left: -14%;
    top: 4px;
    position: relative;
    float: right;
    font-size: 17px;
}

.palabra_block {
    display: block;
    width: 100%;
    word-wrap: break-word;
}

.numberCircle {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    padding-top: 4px;
    background: #fff;
    border: 1px solid #666;
    color: #666;
    text-align: center;
    font-size: 13px;
    margin-right: 5px;
}

.fondo_normal {
    background-image: url(../img/trans/transpBlue10.png);
}

.fondo_azul {
    background-image: url(../img/trans/transpBlue75.png);
}

.fondo_verde {
    background-image: url(../img/trans/green.png);
}

.fondo_rojo {
    background-image: url(../img/trans/transpRed50.png);
}

.fondo_blanco {
    background-image: url(../img/trans/bg-white.png);
}

.fondo_amarillo {
    background-image: url(../img/trans/transpOrange50.png);
}

.fondo_negro {
    background-image: url(../img/trans/transpBlack50.png);
}

.fondo_green {
    background-color: rgba(0, 0, 0, 0.7);
    background-image: url(../img/trans/green.png);
}

.fondo_red {
    background-color: rgba(0, 0, 0, 0.7);
    background-image: url(../img/trans/transpRed50.png);
}

.fondo_opaco {
    background-color: rgba(0, 0, 0, 0.7);
}

.columna {
    border: 1px solid #c3c3c3;
    word-break: break-word;
    padding-top: 6px;
    padding-left: 15px;
    width: 10%;
}

.columnax {
    border: 1px solid #c3c3c3;
    word-break: break-word;
    padding-top: 6px;
    width: 10%;
    padding-bottom: 6px;
}

.y_anterior, .y_siguiente, .m_siguiente, .m_anterior {
    cursor: pointer;
    color: #007fcc !important;
    font-weight: bolder;
}

.cargando {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(220, 220, 220, 0.5);
    backdrop-filter: blur(3px);
    z-index: 99999;
}

.ocultando {
    display: none;
}

.navegador_primario:hover {
    z-index: 999;
}

.centrado {
    position: absolute;
    top: 40%;
    left: 38%;
    margin-top: 0px;
    margin-left: 0px;
}

.centrado2 {
    position: relative;
    margin-top: 400px;
}

#slidecaption {
    -webkit-animation-name: spinner;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 2s;
    animation-name: spinner;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-duration: 2s;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

@-webkit-keyframes spinner {
    from {
        -webkit-transform: rotateY(0deg);
    }
    to {
        -webkit-transform: rotateY(-360deg);
    }
}
    
@keyframes spinner {
    from {
        -moz-transform: rotateY(0deg);
        -ms-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
    to {
        -moz-transform: rotateY(-360deg);
        -ms-transform: rotateY(-360deg);
        transform: rotateY(-360deg);
    }
}

.blur3 {
    filter: blur(5px);
}

.realtime_red {
    background-color: red;
    color: white;
}

.realtime_yellow {
    background-color: #f3f100;
    color: black;
}

.realtime_green {
    background-color: #349a4d;
    color: white;
}

.realtime_black {
    background-color: black;
    color: yellow;
}

.box_estilo_cd {
    width: 70px;
    display: inline-block;
    margin-right: 10px;
    font-family: Arial;
    margin-bottom: 10px;
    border-radius: 5px;
    font-size: 13px;
}

.fondo_cd_gris {
    background-color: #efefef;
}

.superior {
    background: #f7f9fa;
    border: 1px solid #e4e5e7;
    border-radius: 1px;
    width: 200px;
    height: 100px;
    margin: 0;
    padding: 19px;
    margin-right: 6px;
    padding-top: 10px;
    display: inline-block;
}

.box_estilo {
    width: 70px;
    display: inline-block;
    padding: 0px;
    margin: 10px;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
    font-size: 15px;
}

.span_clase1, .color_blanco {
    color: white;
}

.color_gris {
    color: gray;
}

.color_rojo {
    color: red;
}

.color_azul {
    color: blue;
}

.color_verde {
    color: green;
}

.color_rosa {
    color: pink;
}

.color_negro {
    color: black;
}

.color_amarillo {
    color: yellow;
}

.main_btn_all {
    margin: 8px;
    padding: 0;
    height: 100%;
}

.rotacionx {
    -webkit-animation: spin 4s linear infinite;
    -moz-animation: spin 4s linear infinite;
    animation: spin 4s linear infinite;
}

@-moz-keyframes spin { 
    100% { 
        -moz-transform: rotate(360deg); 
    } 
}

@-webkit-keyframes spin { 
    100% { 
        -webkit-transform: rotate(360deg); 
    } 
}

@keyframes spin { 
    100% { 
        -webkit-transform: rotate(360deg); 
        transform: rotate(360deg); 
    } 
}

.girapng {
    -webkit-animation-name: spinner;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 2s;
    animation-name: spinner;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-duration: 2s;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

@-webkit-keyframes spinner {
    from {
        -webkit-transform: rotateY(0deg);
    }
    to {
        -webkit-transform: rotateY(-360deg);
    }
 }
    
 @keyframes spinner {
    from {
        -moz-transform: rotateY(0deg);
        -ms-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
    to {
        -moz-transform: rotateY(-360deg);
        -ms-transform: rotateY(-360deg);
        transform: rotateY(-360deg);
    }
}

.tdzoomable:hover {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.sort_icon_selected {
    float: right;
    margin-top: -16px;
    cursor: pointer;
    color: green;
}

.sort_icon {
    float: right;
    margin-top: -16px;
    cursor: pointer;
}

.sort_red {
    color: red;
}

.sort_black {
    color: black;
}

.inbound_single, .outbound_single, .outbound_single_doc, .outbound_single_in {
    cursor: pointer;
    color: #337ab7;
}

.welldone {
    border: 1px solid #E7EAEC;
    box-shadow: none;
    margin-top: 10px;
    margin-bottom: 5px;
    padding: 10px 20px;
    line-height: 16px;
    background: #f7f9fa;
    min-height: 20px;
    border-radius: 4px;
}

.box_estilo_dd {
    display: inline-block;
    font-family: Arial;
    margin-bottom: 10px;
    border-radius: 5px;
    font-size: 13px;
    margin-right: 50px;
}

.alertaxz {
    color: red;
    font-size: 11px;
    display: none;
}

.overlayx {
    position: absolute;
    bottom: 0;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.5);
    color: #f1f1f1;
    width: 75%;
    transition: .5s ease;
    opacity: 0;
    height: -webkit-fill-available;
    color: white;
    font-size: 20px;
    padding: 20px;
    text-align: center;
}

.pxfirmax:hover .overlayx {
    opacity: 1;
}

.alternativo_panel_oculto {
    display: none;
}

div#snow {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    filter: blur(0px);
    background-color: white;
    position: absolute;
    animation: fall 7s linear infinite;
    top: -50px;
}

@keyframes fall {
    100% {
        top: 100%;
    }
}

.snowflake {
    position: absolute;
    width: 10px;
    height: 10px;
    background: linear-gradient(white, white); /* Workaround for Chromium's selective color inversion */
    border-radius: 50%;
    filter: drop-shadow(0 0 10px white);
}

.fade-in-image {
    animation: fadeIn 4s;
}

@keyframes fadeIn {
    0% { 
        opacity: 0; 
    }
    100% { 
        opacity: 1; 
    }
}

.xmas_trans_login {
    background-image: url(../img/trans/trans_blur_white.png);
    border-radius: 25px;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    box-shadow: 2px 2px 20px #5e5e5e;
}

.panel_body_xmas {
    padding: 20px;
    position: relative;
}

.hpanel_xmas {
    border: none;
    box-shadow: none;
    margin-bottom: 25px;
}

.hshadow {
    box-shadow: 2px 2px 14px #4d4d4d !important;
}

/****************************/
.shine-container {
    overflow: hidden;
}

.shine-container::before {
    content: "";
    position: absolute;
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
    background: radial-gradient(circle, rgba(255, 255, 255, 1), transparent);
    opacity: 0;
    transition: opacity 0.1s ease-in-out;
    pointer-events: none;
}

.shine-container:hover::before {
    animation: shine 1s ease-in-out 0.2s forwards;
}

@keyframes shine {
    0% {
        transform: translate(150%, -35%);
        opacity: 0.3;
    }
    100% {
        transform: translate(-150%, 35%);
        opacity: 0.8;
    }
}

/**************************************************************************
CALENDARIO DE VACACIONES
**************************************************************************/
.logovacaciones {
    margin-top: 18%;
    margin-left: -70%;
    margin-bottom: -50%;
    margin-right: -50%;
}

.disponible {
    cursor: pointer;
    background-image:url(../img/trans/bg-white.png);
}

.nodisponible {
    background-color: rgba(0, 0, 0, 0.5);
}

.completo {
    background-image:url(../img/trans/transpBlue75.png);
    cursor: pointer;
}

.completo_hover {
    background-image:url(../img/trans/transpBlue50.png);
    cursor: pointer;
}

.mediodia {
    cursor: pointer;
    background: linear-gradient(315deg, #4154af 50%, #0861aac2 50%);
}

.leyaprobada {
    background-color: green;
}

.aprobada_mediodia {
    cursor: pointer;
    background: linear-gradient(315deg, #41af8c 50%, green 50%);
}

.leyrechazada {
    background-color: #f25d5d;
}

.leypendiente {
    background-color: #4154af;
}

.goceaprobada {
    background-color: #006428;
}

.relaxaprobada {
    background-color: #4d9790;
}

.login-container {
    padding: 23px;
    margin-top: 5%;
    left: 50%;
}

.logoimg {
    padding-top: 40px;
    margin-bottom: 20px;
}

.panellogin {
    box-shadow: 2px 2px 14px #4d4d4d !important;
}

.organigrama * {
    margin: 0px;
    padding: 0px;
}

.organigrama ul {
    padding-top: 20px;
    position: relative;
}

.organigrama li {
    float: left;
    text-align: center;
    list-style-type: none;
    padding: 20px 5px 0px 5px;
    position: relative;
}

.organigrama li::before, .organigrama li::after {
    content: '';
    position: absolute;
    top: 0px;
    right: 50%;
    border-top: 1px solid rgb(0, 132, 255);
    width: 50%;
    height: 20px;
}

.organigrama li::after {
    right: auto;
    left: 50%;
    border-left: 1px solid rgb(0, 157, 255);
}

.organigrama li:only-child::before, .organigrama li:only-child::after {
    display: none;
}

.organigrama li:only-child {
    padding-top: 0;
}

.organigrama li:first-child::before, .organigrama li:last-child::after {
    border: 0 none;
}

.organigrama li:last-child::before {
    border-right: 1px solid rgb(0, 149, 255);
    -webkit-border-radius: 0 5px 0 0;
    -moz-border-radius: 0 5px 0 0;
    border-radius: 0 5px 0 0;
}

.organigrama li:first-child::after {
    border-radius: 5px 0 0 0;
    -webkit-border-radius: 5px 0 0 0;
    -moz-border-radius: 5px 0 0 0;
}

.organigrama ul ul::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    border-left: 1px solid rgb(0, 157, 255);
    width: 0;
    height: 20px;
}

.organigrama li a {
    border: 1px solid rgb(0, 149, 255);
    padding: 1em 0.75em;
    text-decoration: none;
    color: #333;
    background-color: rgba(255,255,255,0.5);
    font-family: arial, verdana, tahoma;
    font-size: 0.85em;
    display: inline-block;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    transition: all 500ms;
}

.organigrama li a:hover {
    border: 1px solid #fff;
    color: white;
    background-color: rgba(0, 107, 131, 0.7);
    display: inline-block;
}

.organigramahover {
    border: 1px solid #fff !important;
    color: white !important;
    background-color: rgba(0, 107, 131, 0.7) !important;
    display: inline-block !important;
}

.organigrama > ul > li > a {
    font-size: 1em;
    font-weight: bold;
}

.organigrama > ul > li > ul > li > a {
    width: 20em;
}

#wizard-progress {
    width: 100%;
    margin: 20px auto 0 auto;
}

#wizard-progress .step-indicator {
    border-collapse: separate;
    display: table;
    margin-left: 0px;
    position: relative;
    table-layout: fixed;
    text-align: center;
    vertical-align: middle;
    padding-left: 0;
}

#wizard-progress .step-indicator li {
    display: table-cell;
    position: relative;
    float: none;
    padding: 0;
    width: 1%;
}

#wizard-progress .step-indicator li:after {
    background-color: #ccc;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    width: 100%;
    top: 32px;
}

#wizard-progress .step-indicator li:after {
    left: 50%;
}

#wizard-progress .step-indicator li:last-child:after {
    display: none;
}

#wizard-progress .step-indicator li.active .step {
    border-color: #2ca8ff;
    color: #2ca8ff;
}

#wizard-progress .step-indicator li.active .caption {
    color: #2ca8ff;
}

#wizard-progress .step-indicator li.complete:after {
    background-color: #05ae0e;
}

#wizard-progress .step-indicator li.complete .step {
    border-color: #05ae0e;
    color: #05ae0e;
}

#wizard-progress .step-indicator li.complete .caption {
    color: #05ae0e;
}

#wizard-progress .step-indicator .step {
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #ccc;
    color: #ccc;
    font-size: 24px;
    height: 64px;
    line-height: 64px;
    margin: 0 auto;
    position: relative;
    width: 64px;
    z-index: 1;
}

#wizard-progress .step-indicator .step:hover {
    cursor: pointer;
}

#wizard-progress .step-indicator .caption {
    color: #ccc;
    padding: 11px 16px;
}

.navi_bg_active {
    background-color: #1a71b3 !important;
    color: #ffffff;
}

.navi_bg_available {
    background-color: #acacac !important;
    color: #ffffff;
}

.navi_bg_complete {
    background-color: #1ab394 !important;
    color: #ffffff;
}

#chart-container {
    font-family: Arial;
    height: 420px;
    border-radius: 5px;
    overflow: auto;
    text-align: center;
}

#github-link {
    position: fixed;
    top: 0px;
    right: 10px;
    font-size: 3em;
}

/**********************************************/

#wrapper1 {
    position: relative;
}

.branch {
    position: relative;
    margin-left: 250px;
}

.branch:before {
    content: "";
    width: 50px;
    border-top: 1px solid rgb(0, 157, 255);
    position: absolute;
    left: -100px;
    top: 50%;
    margin-top: 1px;
}

.entry {
    position: relative;
    min-height: 60px;
}

.entry:before {
    content: "";
    height: 100%;
    border-left: 1px solid rgb(0, 157, 255);
    position: absolute;
    left: -50px;
}

.entry:after {
    content: "";
    width: 50px;
    border-top: 1px solid rgb(0, 157, 255);
    position: absolute;
    left: -50px;
    top: 50%;
    margin-top: 1px;
}

.entry:first-child:before {
    width: 10px;
    height: 50%;
    top: 50%;
    margin-top: 2px;
    border-radius: 10px 0 0 0;
}

.entry:first-child:after {
    height: 10px;
    border-radius: 10px 0 0 0;
}

.entry:last-child:before {
    width: 10px;
    height: 50%;
    border-radius: 0 0 0 10px;
}

.entry:last-child:after {
    height: 10px;
    border-top: none;
    border-bottom: 1px solid rgb(0, 157, 255);
    border-radius: 0 0 0 10px;
    margin-top: -9px;
}

.entry.sole:before {
    display: none;
}

.entry.sole:after {
    width: 50px;
    height: 0;
    margin-top: 1px;
    border-radius: 0;
}

.labelx {
    display: block;
    min-width: 150px;
    padding: 5px 10px;
    line-height: 20px;
    text-align: center;
    border: 1px solid rgb(0, 157, 255);
    border-radius: 5px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -15px;
    color: black;
}

.labelx:hover {
    background-color: #1a71b3;
    color: white;
}

.tree {
    display: flex;
    flex-direction: row;
    padding: 5%;
    justify-content: center;
}

.spanx {
    background: #171717;
    border: 1px solid #666;
    color: #ccc;
    border-radius: 8px;
    padding: 8px 20px;
    display: flex;
    margin: 20px;
    align-items: center;
    position: relative;
    justify-content: center;
    line-height: 1.2;
}

.p, .np {
    display: flex;
    align-content: center;
}

.first, .second, .third {
    display: flex;
    flex-direction: column;
}

.spanx:before {
    content: "";
    width: 40px;
    height: 1px;
    background-color: #666;
    position: absolute;
    left: -41px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.first > .p > .spanx:before {
    display: none;
}

.spanx {
    min-width: 200px;
    max-width: 200px;
}

.spanx:hover {
    background: #222;
}

.spanx:hover + .second .spanx {
    background: #222;
}

.spanx:hover + .third .spanx {
    background: #222;
}

.chart-row, .chart-col {
    display: flex;
    gap: 1em;
}

.chart-row {
    flex-direction: row;
}

.chart-col {
    flex-direction: column;
}

.chart-pill, .chart-rect {
    padding: 1em;
    text-align: center;
    border: 1px solid #3561b3;
}

.chart-rect-green {
    padding: 1em;
    text-align: center;
    border: 1px solid green;
}

.chart-rect-gray {
    padding: 1em;
    text-align: center;
    border: 1px solid grey;
}

.chart-rect-complete {
    padding: 1em;
    text-align: center;
    border: 1px solid green;
}

.chart-pill {
    flex: 1;
    border-radius: 1em;
}

.chart-rect {
    flex: 0;
    margin: auto 0;
    background: #3561b3;
    color: white;
    border-radius: 5px;
    cursor: pointer;
}

.chart-rect-green {
    flex: 0;
    margin: auto 0;
    background: green;
    color: white;
    border-radius: 5px;
    cursor: pointer;
}

.chart-rect-complete {
    flex: 0;
    margin: auto 0;
    color: green;
    border-radius: 5px;
    cursor: pointer;
}

.chart-rect-green:hover {
    transform: scale(1.1); 
}

.chart-rect-gray {
    flex: 0;
    margin: auto 0;
    background: gray;
    color: white;
    border-radius: 5px;
    cursor: pointer;
}

.chart-shadow:hover {
    box-shadow: #a7a7a7 1px 1px 4px;
    border-radius: 5px;
}

.chart-line-h {
    height: 1px;
    min-width: 3em;
    background: #3561b3;
    margin: auto -1em;
}

.chart-in {
    display: inline;
    margin-right: 10px;
}

.foot-dest {
    display: inline;
    margin-right: 10px;
}

.puesto_actual {
    background-color: #3561b3;
    border-color: #3561b3;
    color: white;
    height: 25px;
    font-size: 10px;
    border-radius: 3px;
}

.puesto_disponible {
    background-color: green;
    border-color: green;
    color: white;
    height: 25px;
    font-size: 10px;
    border-radius: 3px;
}

.puesto_completo {
    border-color: green;
    color: green;
    height: 25px;
    font-size: 10px;
    border-radius: 3px;
    border: 1px solid green;
}

.puesto_bloqueado {
    background-color: gray;
    border-color: gray;
    color: white;
    height: 25px;
    font-size: 10px;
    border-radius: 3px;
}

.btn1 {
    display: inline-block;
    padding: 6px 5px;
    margin-bottom: 0;
    font-size: 9px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border-radius: 4px;
}

#right-sidebarx {
    backdrop-filter: blur(5px) !important;
    -webkit-backdrop-filter: blur(5px) !important;
    background: rgb(47 47 47 / 80%) !important;
    position: fixed;
    top: 0;
    color: white;
    width: 350px !important;
    z-index: 99999;
    bottom: 0;
    right: 0;
    display: none;
    overflow: auto;
}

.lang_main {
    display: inline-block;
}

.lang_second {
    display: inline-block;
    cursor: pointer;
}

.lang_class {
    margin-right: 10px;
}

.lang_class2 {
    padding-right: 20px;
}

.gris_total {
    filter: grayscale(1);
}

.btn-default {
    background-color: #fff;
    border-color: #e4e5e7;
    color: #6a6c6f;
    height: 34px;
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.sidebar_dev {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    border-top: 0;
    z-index: 10000;
    font-size: 14px;
    color: #ffffff;
    text-align: left;
    line-height: 1;
    letter-spacing: normal;
    direction: ltr;
    background: rgb(33 33 33 / 80%);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

div.phpdebugbar * {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: normal;
    text-decoration: none;
    clear: initial;
    width: auto;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

dl.phpdebugbar-widgets-kvlist dt {
    width: 200px;
    min-height: 20px;
    padding: 7px 5px;
    line-height: 20px;
}

dl.phpdebugbar-widgets-kvlist dt {
    float: left;
    padding: 5px;
    border-top: 1px solid #d8d8d8;
    font-weight: bold;
    clear: both;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

dl.phpdebugbar-widgets-kvlist dd {
    min-height: 20px;
    margin-left: 210px;
    line-height: 20px;
}

dl.phpdebugbar-widgets-kvlist dd {
    margin-left: 160px;
    padding: 5px;
    border-top: 1px solid #d8d8d8;
    cursor: pointer;
    min-height: 17px;
}

div.phpdebugbar {
    font-size: 13px;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
    direction: ltr;
    text-align: left;
}

div.phpdebugbar-header {
    min-height: 30px;
    line-height: 28px;
}

div.phpdebugbar-header .phpdebugbar-tab {
    padding: 5px 6px;
}

div.phpdebugbar-header > div > * {
    font-size: 13px;
}

a.phpdebugbar-tab i {
    display: none;
    vertical-align: middle;
}

.phpdebugbar-indicator {
    border-right: 1px solid #ddd;
    border: groove;
}

.btnx {
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.5rem 0.75rem;
    line-height: 1.25;
    border-radius: 0.25rem;
    transition: all 0.15s ease-in-out;
    background-color: rgb(227, 227, 227);
    cursor: pointer;
}

.btnx:hover {
    background-color: rgb(202, 202, 202);
}

.fxindicador {
    padding: 4px;
    height: 30px;
    border-right: 1px solid #ddd;
    border: groove;
    cursor: pointer;
}

.btny {
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.5rem 0.75rem;
    line-height: 1.25;
    border-radius: 0.25rem;
    transition: all 0.15s ease-in-out;
    background-color: rgb(255, 75, 75);
    cursor: pointer;
}

.btny:hover {
    background-color: red;
}

.btna {
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.5rem 0.75rem;
    line-height: 1.25;
    border-radius: 0.25rem;
    transition: all 0.15s ease-in-out;
    cursor: pointer;
}

.btna_white {
    background-color: rgb(237, 237, 237);
}

.btna_blue {
    background-color: #44499b;
}
  
.btna_red {
    background-color: #e74c3c;
}
  
.btna_blue:hover {
    background-color: blue;
}
  
.cardix {
    box-shadow: 3px 3px 7px #bbbbbb;
    border-radius: 7px;
}
  
input:focus::placeholder {
    opacity: 0;
}
  
input:focus {
    outline: none;
}
  
select:focus::placeholder {
    opacity: 0;
}
  
select:focus {
    outline: none;
}
  
.nomuestra {
    display:none;
}
  
.floatlabel {
    position: absolute;
    left: .75rem;
    font-size: 12px;
    top: -1px;
    background: white;
    padding-inline: 0.7em;
    opacity: 1 !important;
    color: #6b6b6b;
    transition: transform 200ms;
    pointer-events: none;
    transform-origin: left;
    translate: -.3em;
    font-weight: bold;
}
  
.floatingSelect {
    position: absolute;
    left: .75rem;
    top: -0.5em;
    font-size: 10px;
    background: white;
    padding-inline: 0.7em;
    opacity: 1 !important;
    color: #6b6b6b;
    transition: transform 200ms;
    pointer-events: none;
    transform-origin: left;
    translate: -.3em;
    font-weight: bold;
}
  
.form-floating input:placeholder-shown + label {
    position: absolute;
    left: .75rem;
    top: 17px;
    opacity: 0.5;
    transition: transform 200ms;
}
  
.form-floating select:placeholder-shown + label {
    position: absolute;
    left: .75rem;
    top: 17px;
    opacity: 0.5;
    transition: transform 200ms;
}
  
.form-floating select:placeholder-shown + label {
    position: absolute;
    left: .75rem;
    top: 17px;
    opacity: 0.5;
    transition: transform 200ms;
}
  
input:focus + label, input:not(:placeholder-shown) + label {
    transition: transform 200ms;
}
  
.login_input_text {
    border: none;
    border-bottom: 1px solid #777777;
    border-radius: 0;
    padding: 5px 0;
    background-color: transparent;
    outline: none;
    transition: border-color 0.3s ease;
    /*font-family: 'Poppins-Light';*/
    margin: auto;
}
  
.login_input_text:focus {
    border-bottom: 2px solid #37393b;
}
  
.wrap-input101 {
    align-items: flex-end;
    width: 100%;
    height: 80px;
    position: relative;
    border-radius: 10px;
    margin-bottom: 10px;
}
  
.errory::-webkit-input-placeholder {
    color: red;
}
  
.login_input_text {
    width: 90%;
    font-size: 15px;
}
  
.txt1 {
    font-size: 15px;
}
  
.login100-form-btn {
    font-size: 14px;
}
  
.login100-form-title {
    font-size: 17px;
}
  
.alertawx {
    color: red;
    font-size: 12px;
    width: 90%;
}
  
.formselect {
    padding-bottom: 15px;
}
  
.formatcontrol {
    width: 100%;
    overflow: auto;
}
  
.formwith {
    width: 100%;
}
  
.inputdisabletext {
    background-color: #f7f7f7;
}
  
.footer_copyright {
    position: fixed;
    font-size: 10px;
    left: 0%;
    width: 100%;
    top: 96%;
    bottom: 0;
}
  
@media screen and (min-width: 600px) {
    .footer_copyright {
        position: sticky;
        font-size: 13px;
        left: 0;
        width: 100%;
        top: 96%;
        bottom: 0;
    }
  
    .txt1 {
        font-size: 17px;
    }
  
    .login100-form-btn {
        font-size: 17px;
    }
  
    .login100-form-title {
        font-size: 20px;
    }
  
    .alertawx {
        color: red;
        font-size: 12px;
        margin-left: 20px;
        width: 450px;
        margin-top: 10px;
    }
}
  
.ocultar1 {
    display:none;
}
  
.opaco_fx {
    opacity: 0.4;
}

/****************** AMARILLO ***************************/
.skin-yellow .navbar {
    background-color: #f39c12 !important;
}

.skin-yellow .nav-link {
    color: #fff !important;
}

.skin-yellow .logo {
    background-color: #e08e0b;
    color: #fff;
    border-bottom: 0 solid transparent;
}

.skin-yellow .main-sidebar {
    background-color: #f39c12 !important;
}

/****************** ROJO ***************************/
.skin-red .navbar {
    background-color: #d73925 !important;
}

.skin-red .nav-link {
    color: #fff !important;
}

.skin-red .logo {
    background-color: #d73925;
    color: #fff;
    border-bottom: 0 solid transparent;
}

.skin-red .main-sidebar {
    background-color: #aa2412 !important;
}

/****************** AZUL ***************************/
.skin-blue .navbar {
    background-color: #367fa9 !important;
}

.skin-blue .nav-link {
    color: #fff !important;
}

.skin-blue .logo {
    background-color: #367fa9;
    color: #fff;
    border-bottom: 0 solid transparent;
}

.skin-blue .main-sidebar {
    background-color: #165478 !important;
}

/****************** MORADO ***************************/
.skin-purple .navbar {
    background-color: #555299 !important;
}

.skin-purple .nav-link {
    color: #fff !important;
}

.skin-purple .logo {
    background-color: #555299;
    color: #fff;
    border-bottom: 0 solid transparent;
}

.skin-purple .main-sidebar {
    background-color: #403e71 !important;
}

/****************** VERDE ***************************/
.skin-green .navbar {
    background-color: #008d4c !important;
}

.skin-green .nav-link {
    color: #fff !important;
}

.skin-green .logo {
    background-color: #008d4c;
    color: #fff;
    border-bottom: 0 solid transparent;
}

.skin-green .main-sidebar {
    background-color: #007840 !important;
}

.cialogo {
    margin-top: 15px; 
    margin-bottom: 15px;
}

.skin-black-light .nav-link>a {
    color: #000;
    background: #585858;
}

.skin-black-light .nav-legacy.nav-sidebar>.nav-item>.nav-treeview {
    background-color: unset !important;
}

/*.skin-black-light .nav-treeview>.nav-item>a:hover {
    background-color: #dddddd !important;
}*/

.skin-black-light .wrapper, .skin-black-light .main-sidebar, .skin-black-light .left-side {
    background-color: #f5faff;
    color: black;
}

.skin-black-light .nav-header {
    color:black !important;
}

.skin-black-light .nav-link>i {
    color: #ffffff;
}

.skin-black-light .form-control-sidebar {
    background-color: #ffffff !important;
    border: 1px solid #adadad !important;
    color: #2e2e2e !important;
}

.fixed-table-loading {
    display: none;
}

.fixed-table-toolbar .search {
    margin-bottom: 10px;
}

.pagination-info {
    font-size: 13px;
}

/*.logo_main {
    margin-bottom: 30px;
}*/

.content-header {
    padding: 20px 1.5rem !important;
}

.content-wrapper>.content {
    padding: 0px 1.5rem !important;
}

.skin-black-light .nav-legacy.nav-sidebar>.nav-item>.nav-link.active {
    background-color: rgb(239 239 239);
}

.content-wrapper {
    overflow-y: auto !important; 
    height: auto !important; 
    min-height: auto !important;
}

.skin-black-light .main-sidebar {
    background-color: #44499b !important;
}

.CodeMirror {
    height: 600px !important; 
    width: 100% !important;  
    border: 1px solid #ccc;  
}

.nav-itemxx {
    border-bottom: 1px solid #d9d9d9;
}

.fidex_color {
    color: white !important;
}

.fidex_navbar_color {
    color: black !important;
}

.company_logo {
    width: 70px;
    padding-top: 7px;
}

.skin-black-light .content-wrapper {
    background-color: #f5faff !important;
}

.dropdown-divider {
    width: 90% !important;
    border-top: 1px solid #9f9f9f !important;
}

.layout-navbar-fixed.layout-fixed .wrapper .sidebar {
    margin-top: 0px !important;
}

.card {
    box-shadow: 0 0 5px rgba(0, 0, 0, .150), 4px 5px 5px rgba(0, 0, 0, .2) !important;
    margin-bottom: 1rem;
}

.login_transparente {
    backdrop-filter: blur(6px) !important;
    -webkit-backdrop-filter: blur(10px) !important;
    background: rgb(255 255 255 / 90%) !important;
}

.cialogo {
    cursor: pointer;
}

.login-logo {
    margin-bottom: 15px !important;
}

.login-page, .register-page {
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    background-color: #e9ecef !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: row !important;
    height: 100vh !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: end !important;
    margin-right: 5% !important;
}

.hr_menu {
    width: 80%;
    margin: 0px auto;
    margin-top: 10px;
    margin-bottom: 10px;
    border-top: 1px solid #959595 !important;
    margin-right: 12px;
}

.lenguaje {
    cursor:pointer;
    font-size:11px;
}

.dropdown-menu-lg {
    max-width: 207px !important;
    min-width: 207px !important;
}

.menu_user svg {
    fill: currentColor; 
}

.login-box, .register-box {
    width: 450px !important;
}

.logomac {
    width: 240px;
}

@media only screen and (max-width: 600px) {
    .logomac {
        width: 70%;
    } 
}

@media (max-width: 576px) {
    .login-box, .register-box {
        margin-top: -30% !important;
        width: 90%;
    }
}

.hr_card {
    width: 90%;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: black;
}

.btn_cardsx {
    position: relative;
    width: 100%;
    padding-right: 8px;
    padding-left: 14px;
    margin-top: -1em;
}

.card-footerx:last-child {
    border-radius: 0 0 calc(.25rem - 0) calc(.25rem - 0);
}

.card-footerx {
    padding: .75rem 1.25rem;
    border-top: 0 solid rgba(0, 0, 0, .125);
}

.cardz {
    border: 1px solid rgb(0 0 0 / 16%) !important;
}

.cardz_disabled {
    background-color: #e3e3e3 !important;
}

.lang_menu_a {
    color: white;
    cursor: pointer;
    font-weight: bold;
    text-decoration: underline;
}

.lang_menu_b {
    color: white;
    cursor: pointer;
}

.menu_primario {
    box-shadow: 2px 3px 7px #bcbcbc;
    height: min-content;
}

@media (max-width: 767.98px) {
    .main-sidebar, .menu_primario::before {
        box-shadow: 2px 3px 7px #bcbcbc !important;
        margin-left: -250px;
        height: min-content;
    }
}

.main-footer {
    background-color: #ffffff !important;
    color: #626262 !important;
}

.style_3 {
    color: white !important;
}

#footer.style_3 .footer-top .socials ul li a {
    width: 45px;
    height: 45px;
    display: inline-block;
    border-radius: 50%;
    color: #fff;
    background-color: rgba(255, 255, 255, .1);
    text-align: center;
    line-height: 45px;
    transition: .3s;
}

@media (min-width: 768px) {
    #footer.style_3 .footer-top .socials ul {
        justify-content: flex-end;
    }
}

#footer.style_3 .footer-top .socials ul {
    margin: 0;
    padding: 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
}

#footer.style_3 .footer-top .socials li a i {
    line-height: 45px;
}

#footer.style_3 .footer-top .socials ul li {
    display: inline-block;
    margin: 0 4px;
}

#footer.style_3 {
    background-color: #304157;
    font-size: 14px;
}

.copyright-wrap {
    color: rgba(255, 255, 255, .5);
    padding: 27px 0;
    border-top: 1px rgba(255, 255, 255, .1) solid;
}

@media (min-width: 1200px) {
    .containers {
        width: 1140px;
    }
}

@media (min-width: 992px) {
    .containers {
        width: 970px;
    }
}

@media (min-width: 768px) {
    .containers {
        width: 750px;
    }
}

.containers {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.copyright-wrap {
    color: rgba(255, 255, 255, .5);
    padding: 10px 0;
    border-top: 1px rgba(255, 255, 255, .1) solid;
}

.copyright-wrap {
    color: white;
    column-gap: 5px;
}

.alinker {
    color: white !important;
}

.textwidget {
    font-size: 11px;
}

.username-header {
    font-weight: bold !important;
}

.card-primary.card-outline {
    border-top: none !important;
}

.card-bodyx {
    padding: 10px !important;
}

.pagina {
    color: rgb(255, 255, 255) !important;
}

.pagina_activa {
   color: #ffffff !important; 
}

.image-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.background-fidex {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.background-gmm {
    background: linear-gradient(to bottom, #8ed3ca 50%, #62c2b6 50%);
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.background-funerarios {
    background: linear-gradient(to bottom, #7c80ba 50%, #44499c 50%);
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.background-gmmenores {
    background: linear-gradient(to bottom, #9698d4 50%, #6a6dc3 50%);
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.background-vida {
    background: linear-gradient(to bottom, #fcd288 50%, #fbc056 50%);
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.background-auto, .background-autos {
    background: linear-gradient(to bottom, #e08b9a 50%, #d35a70 50%);
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.background-cancer {
    background: linear-gradient(to bottom, #ff8bff 50%, #ff5cff 50%);
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.background-dental {
    background: linear-gradient(to bottom, #4dc3bb 50%, #03aa9e 50%);
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.producto_policy {
    display: block;
    margin: auto;
    width: 100%;
}

.textbox1 {
    border-color: #eeeeee !important;
    outline: none !important;
    box-shadow: none !important;
    font-size: 13px !important;
    padding: 0px 6px !important; 
    height: 30px !important; 
    border-radius: 10px !important;
    display: block !important; 
    width: 100% !important; 
    height: calc(1.5em + .75rem + 2px) !important; 
    padding: .375rem .75rem !important; 
    font-size: 1rem !important; 
    font-weight: 400 !important; 
    line-height: 1.5 !important; 
    color: #495057 !important; 
    background-color: #fff !important; 
    background-clip: padding-box !important;
    border: 1px solid #ced4da !important; 
    border-radius: .25rem !important; 
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out !important;
}

.detalle_cuerpo_fx pre {
    color: white !important;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 80% !important;
        margin: 1.75rem auto !important;
    }
}

.detallesx svg {
    margin-left: -2px !important;
}

.modal-backdrop {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    z-index: 99999 !important;
    width: 100vw !important;
    height: 100vh !important;
    background: rgba(0, 0, 0, 0.5) !important;
    backdrop-filter: blur(4px) !important;
    opacity: 1 !important;
}

.login_footery {
    display: inline-flex;
    margin-top: 15%;
}

/**************************** TABLA *********************************/

.bootstrap-table .table {
    margin-bottom: 4px !important;
    border-bottom: none !important;
    border-collapse: collapse !important;
    border-radius: 1px; 
}

.bootstrap-table .table {
    margin-bottom: -1px !important;
    border-bottom: none !important; 
}

.table-bordered {
    border: none !important;
}

.bootstrap-table .table {
    margin-bottom: 0px !important;
    border-bottom: none !important;
    border-collapse: collapse !important;
    border-radius: 1px;
}

.fixed-table-body {
    padding: 14px !important;
}

.fixed-table-container {
    position: relative;
    clear: both;
    border: none !important; 
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.fixed-table-container thead th {
    height: 0;
    padding: 0;
    margin: 0;
    border-left: none !important;
}

.table-bordered td, .table-bordered th {
    border: none !important; 
}

.fixed-table-container thead th .th-inner, .fixed-table-container tbody td .th-inner {
    color: #5E72E4 !important;
    font-size: 14px;
}

.fixed-table-container tbody td {
    border-left: none !important;
}

.table-bordered td, .table-bordered th {
    border: none !important;
}

.table td, .table th {
    padding: .75rem;
    vertical-align: top;
    border-bottom: 1px solid #c9c9c9 !important;
}

.table tr:last-child td {
    border-bottom: none !important;
    padding-bottom: 0px !important;
}

.fixed-table-footer {
    border-top: none !important;
}

.page-item.active .page-link {
    background-color: #5E72E4 !important;
    border-color: #5E72E4 !important;
}

.bootstrap-table .btn-secondary {
    background-color: #5E72E4 !important;
    border-color: #ffffff !important;
}

.tablax {
    font-size: 13px;
}

/**************************** FIN TABLA *****************************/

.removerCondicion {
    color: red;
    cursor: pointer;
    width: 50%;
    padding: 10px;
}

.agregarCondicionAdicional {
    color: green;
    cursor: pointer;
    width: 50%;
    padding: 10px;
}

.btn-primary {
    background-color: #44489b !important;
    border-color: #44489b !important;
}

.cardex {
    border-radius: 30px;
    box-shadow: 3px 3px 19px #3d3d3d;
}

.seccionmenu {
    width: 100%;
    margin: auto;
    padding: 10px;
}

.seccionmenu_titulo {
    color: black;
    font-size: 16px;
    line-height: normal;
}

.rowan {
    box-shadow: 2px 2px 9px #b5b5b5;
    border-radius: 10px;
    padding: 10px;
}

.seccionmenu1 {
    border-right: 1px solid #bfbfbf;
}

@media (max-width: 991.98px) {
    .seccionmenu1 {
        border-right: none !important;
    }
}

.form-control1 {
    font-size: 13px;
    padding: 0px 6px;
    height: 30px;
    border-radius: 10px;
}

.btn-tool {
    margin: 0 !important; 
}

.locked_consola {
    margin: auto;
    width: 50%;
    padding: 10px;
    margin-top: 15%;
}

.sacudir {
    animation: shake 0.2s ease-in-out 0s 2;
}

@keyframes shake {
    0% {
      margin-left: 0rem;
    }
    25% {
      margin-left: 0.5rem;
    }
    75% {
      margin-left: -0.5rem;
    }
    100% {
      margin-left: 0rem;
    }
}

.footer_menu_ul {
    list-style: none;
    padding: 0;
}

.footer_menu_li {
    width: 100%;
    font-size: 13px;
    padding: 4px 0px;
    display: inline-block;
    vertical-align: top;
    border: none;
    background: 0 0;
    font-weight: 400;
}

.btns {
    display: inline-block;
    font-weight: 400;
    color: #5E72E4;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1;
    border-radius: 8px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn_primario {
    background-color: white !important;
}

.login_href {
    text-decoration: underline !important;
    color: grey !important;
    font-family: 'Inter_18pt-Regular' !important;
    font-size: 15px;
}

.login-box-msg {
    font-family: 'Inter_18pt-Regular';
    color: black !important;
    margin-bottom: 15px !important;
    font-size: 17px;
    font-weight: bold;
}

.login_input_text {
    font-family: 'Inter_24pt-Regular' !important;
    font-size: 15px;
}

.login_input_text::placeholder {
    font-family: 'Inter_24pt-Regular' !important;
    font-size: 15px;
}

.btns_entrar, .btns_enviar {
    box-shadow: 1px 4px 12px #878787;
    font-weight: bold;
    font-family: 'Inter_18pt-Regular' !important;
}

.margen2em {
    margin-top: 2em;
}

.no_border_bottom {
    border-bottom: none !important;
}

.btns_small {
    box-shadow: 0px 1px 4px #878787;
    font-weight: bold;
    font-family: 'Inter_18pt-Regular' !important;
}

.btns_sencillo {
    box-shadow: 0px 1px 4px #878787;
    font-weight: bold;
    font-family: 'Inter_18pt-Regular' !important;
    font-size:13px;
    width: 30px;
    height: 30px;
    display: inline-block;
    border-radius: 5px;
    font-size: 13px;
    margin-left: 10px;
    color: #5E72E4;
    border: 1px solid transparent;
}

.jFiler-input-button {
    display: none !important;
}

.jFiler-theme-default .jFiler-input {
    background: white !important;
    border: #c9c9c9 1px solid !important;
    height: 33px !important;
    box-shadow: none !important;
}

.jFiler {
    padding-top: 0.5em;
    display: inline-flex;
    vertical-align: -webkit-baseline-middle;
}

.jFiler-theme-default .jFiler-input {
    width: 400px !important;
}

.custom-width {
    width: 100px;
}

@media (max-width: 768px) {
    .custom-width {
        width: 100%;
    }

    .jFiler-theme-default .jFiler-input {
        width: 100% !important;
    }
}

.navegador_primario {
    z-index: 0;
}

.navbar-nav{
    padding-left: 0px !important;
}

@media (max-width: 991.98px) {
    .navegador_primario {
        z-index:9999;
    }

    .content-wrapper .content {
        margin-left: 0em !important;
    }
}

.nav-treeview>.nav-item>.nav-link {
    color: white !important;
    font-size: 11px;
}

.nuevo_check_login {
    width: 1.3em;
    height: 1.3em;
    background-color: white;
    border-radius: 50%;
    vertical-align: middle;
    border: 1px solid #ddd;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
}

.nuevo_check_login:checked {
    background-color: #44489b;
}

.checax {
    position: relative;
    overflow: hidden;
}
  
.checkbox__input {
    position: absolute;
    top: -100px;
    left: -100px;
    display: none;
}

.checkbox__inner {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #626262;
    background: transparent no-repeat center;
}

.checkbox__input:checked + .checkbox__inner {
    border-color: #44489b;
    background-color: #44489b;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='14px' height='10px' viewBox='0 0 14 10' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 59.1 (86144) - https://sketch.com --%3E%3Ctitle%3Echeck%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='ios_modification' transform='translate(-27.000000, -191.000000)' fill='%23FFFFFF' fill-rule='nonzero'%3E%3Cg id='Group-Copy' transform='translate(0.000000, 164.000000)'%3E%3Cg id='ic-check-18px' transform='translate(25.000000, 23.000000)'%3E%3Cpolygon id='check' points='6.61 11.89 3.5 8.78 2.44 9.84 6.61 14 15.56 5.05 14.5 4'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-size: 14px 10px;
}

.color_fidex {
    color: #44489b;
}

.color_fidex_verde {
    color: #34ada2;
}

.texto_derecha {
    float: right;
}

.color_gris {
    color: #676767;
}

.btn_chico {
    display: inline-block;
    border: none;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 6px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn_color_rojo {
    background-color: #ffd0d0 !important;
    color: red;
}

.btn_color_verde {
    background-color: #c5e9bc !important;
    color: green;
}

.btn_color_amarillo {
    background-color: #ffe77b !important;
    color: #6d6d6d;
}

.jFiler-items {
    display: none;
}

.error-row{
    color: red !important;
}

.btn_primario:disabled {
    background-color: #d5d5d5 !important;
}

.archivosAdjuntables {
    border: 1px solid #d5d5d5;
    width: 99%;
    border-radius: 10px;
}

.alertaxyz {
    color: red;
    font-size: 12px;
    padding-top: 0.7em;
}

.errorxyz {
    border: red solid 2px !important;
}

.adjuntablesNombre {
    padding: 13px;
}

.conteniendo {
    display: flex;
    justify-content: center;
}

.custom-checkbox {
    /*display: flex;*/
    align-items: center;
    gap: 8px;
    cursor: pointer;
    font-size: 18px;
    user-select: none;
    margin: 20px 0;
}

.custom-checkbox input {
    display: none;
}

.checkmark {
    width: 23px;
    height: 23px;
    border: 1px solid #000000;
    border-radius: 6px;
    position: relative;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}

.checkmark .circle {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #4a68f2;
    display: none;
    align-items: center;
    justify-content: center;
}

.checkmark .circle svg {
    width: 12px;
    height: 12px;
}

.checkmark .circle svg path {
    fill: white;
}

.mascota_perro_activo_svg path {
    stroke: white !important;
}

.mascota_perro_inactivo_svg path {
    stroke: #44499c !important;
}

.mascota_gato_activo_svg path {
    fill: white !important;
}

.mascota_gato_inactivo_svg path {
    fill: #44499c !important;
}

.custom-checkbox input:checked + .checkmark .circle {
    display: flex;
}

@media (min-width: 992px) {
    .sidebar-mini.sidebar-collapse .main-sidebar, .sidebar-mini.sidebar-collapse .main-sidebar::before {
        width: 5rem;
    }
}

.btn_primario:hover {
    background-color: #4a68f2 !important;
    color: white !important;
}

.nav-sidebar {
    font-size: 13px !important;
}

.btn_smol {
    box-shadow: 0px 1px 4px #878787;
    font-family: 'Inter_18pt-Regular' !important;
    width: 25px;
    height: 25px;
    border-radius: 12px;
    color: #5E72E4;
    border: 1px solid transparent;
}

.svg_menu {
    width: 25px !important;
    height: 25px !important;
    fill: black !important; 
}

.svg_menu path {
    stroke: none !important;
}

.svg_menu_activo {
    width: 25px !important;
    height: 25px !important;
    fill: #5E72E4 !important; 
}

.svg_menu_activo path {
    stroke: none !important;
}

.color_fidex_font {
    color: #ffffff !important;
    font-weight: bold;
}

.nav-treeview .nav-link.active {
    width: 25px !important;
    height: 25px !important;
    fill: #5E72E4 !important; 
}

.info-widget {
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    text-align: center;
}
  
.widget-image {
    width: 100%;
    height: 200px; 
    overflow: hidden; 
}

.widget-image img {
    width: 100%;
    height: 100%;
    /*object-fit: cover;*/ 
    object-position: center; 
}

.widget-text {
    padding: 15px;
}

.widget-text h5 {
    color: #007BFF; 
    font-size: 1.25rem;
    margin-bottom: 10px;
}

.widget-text p {
    color: #000000;
    font-size: 0.9rem;
    line-height: 1.5;
}

@media (max-width: 767px) {
    .info-widget {
        margin-bottom: 20px;
    }
}

.color_royal_blue {
    color: #3f57de;
}

.color_blue_lotus {
    color: #5e72e4;
}

.color_lavender_blue {
    color: #3f57de;
}

.color_dull_lavender {
    color: #95a3ed;
}

@keyframes rotate-vertical {
	0% {
		transform: rotateY(0deg);
	}
	100% {
		transform: rotateY(360deg);
	}
}

/* Ocultar flechas cuando el menú está colapsado */
body.sidebar-collapse .nav-link .right {
    display: none;
}

/* Mostrar flechas durante el hover (sidebar-is-opening) */
body.sidebar-collapse.sidebar-is-opening .nav-link .right {
    display: block !important;
}

.enlace {
    color: #5e72e4;
    text-decoration: underline;
    cursor: pointer;
    font-weight: bold;
}

.texto-reducido {
    display: inline-block;
    width: auto;
    overflow: hidden; /* Evitar desbordamiento durante la animación */
}

.texto-faltante {
    display: inline-block; /* Asegurar que la animación slide funcione */
}

.texto-reducido .enlace {
    color: #007bff;
    text-decoration: none;
    cursor: pointer;
}

.texto-reducido .enlace:hover {
    text-decoration: underline;
}

.no-break {
    white-space: nowrap; /* Evita saltos de línea */
}

.search-input {
    font-size: 13px !important;
}

.dropdown-item {
    font-size: 13px !important;
    padding: .01rem 1rem !important;
}

.sombra_ligera {
    box-shadow: none;
}

@media (min-width: 992px) {
    .sombra_ligera {
        box-shadow: 1px 4px 8px #9b9b9b;
    }
}

.sombra_oscura {
    box-shadow: 1px 4px 8px #252525;
}

.sombra_ligera_v {
    box-shadow: 4px 0px 15px #9b9b9b;
}

.sombra_oscura_v {
    box-shadow: 6px 5px 6px #252525;
}

.dark-mode p {
    color: white !important;
}

.dark-mode .lenguaje {
    color: white;
}

.username_nav {
    padding-right: 1em;
}

@media (max-width: 767px) {
    .username_nav {
        padding-right: 1em;
        position: relative;
        top: 8px;
    }

    .menuflechas {
        display: block !important;
    }

    .navegador_primario {
        top: 0.2em !important;
        z-index:99990 !important;
    }

    .user-image {
        display:none;
    }

    .jFiler {
        width: 100%; 
    }
}

.swal2-container.swal2-backdrop-show, .swal2-container.swal2-noanimation {
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(5px);
    z-index: 9999999 !important;
}

.sidebar-wrapper {
    display: flex;
    flex-direction: column;
    height: 100%; /* Asume que el padre tiene altura definida (ej. sidebar completa) */
}

.bloque-menu-dinamico {
    flex: 1 1 auto;
    height: 86%;
    overflow-y: auto;
    overflow-x: hidden;
    padding-bottom: 1em;
    border-bottom: 1px solid #ccc;
}

.bloque-menu-inferior {
    flex-shrink: 0;
    padding-top: 0.2em;
}

/*.bordex_menu {
    border-bottom: 1px solid #ccc;
}*/

.btn_primario .flat_ver:hover path {
    fill: white !important;
} 

.card_title_main {
    padding: .75rem 2.4rem !important;
}

.card_title_no_border {
    border-bottom: none !important;
}

.card-header2::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 40px;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.125);
    left: 50%;
    transform: translateX(-50%);
    width: 97%;
    border-bottom: 1px solid #d7d7d7;
}

.nav-sidebar .nav-link.active p {
    color: #ffffff; 
    font-weight: bold;
}

.nav-item:hover .svg_menu svg path {
    fill: #5E72E4 !important;
}

.boxz {
    padding: 10px;
    border-radius: 6px;
    /* margin-bottom: 2em; */
    margin: 2em;
    cursor: pointer;
}

.policy_info_img {
    display: flex;
    flex-direction: column;   
    justify-content: center;  
    align-items: center;      
    height: 200px;            
    text-align: center;       
}

.policy_info_text {
    margin-top: 10px; 
    font-size: 14px;
    color: #333;
}

.boxz:hover {
    transform: translateY(-5px);
}

.nav-sidebar .nav-link p {
    white-space: nowrap !important;
}

.titulo_header {
    font-size: 18px;
    /*font-weight: bold;*/
}

.login_rememberme {
    font-weight: unset !important;
    position: relative;
    top: 1.4em;
    margin-left: 10px;
}

.font25 {
    font-size: 25px;
}

.font22 {
    font-size: 22px;
}

.font21 {
    font-size: 21px;
}

.font20 {
    font-size: 20px;
}

.font19 {
    font-size: 19px;
}

.task-item {
    display: flex;
    justify-content: space-between;
    padding: 5px 0;
}

.task-item:last-child {
    border-bottom: none;
}

/*.task-description {
    color: #333;
}*/

.task-details {
    color: #5E72E4; 
}

/* Responsividad */
@media (max-width: 576px) {
    .task-item {
      flex-direction: column;
    }

    .task-description,
    .task-details {
      margin-bottom: 5px;
    }
}

.showpassword_input{
    position: absolute;
    float: right;
    right: 24px;
    font-size: 22px;
    border-radius: 25px;
    /*backdrop-filter: blur(12px);*/
    z-index: 99999;
    cursor: pointer;
}

.form-control {
    display: block;
    width: 100%;
    height: 37px !important;
    padding: .375rem .75rem;
    font-size: 13px !important;
    font-weight: 400 !important;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    box-shadow: inset 0 0 0 transparent;
    transition: border-color .15sease-in-out, box-shadow .15sease-in-out;
}

.btns:disabled {
    cursor: not-allowed;
}

.mac_form {
    display: block !important;
    width: 100% !important;
    height: calc(1.5em + .75rem + 2px) !important;
    padding: .375rem .75rem !important;
    font-size: 1rem !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    color: #495057 !important;
    background-color: #fff;
    background-clip: padding-box !important;
    border: 1px solid #ced4da !important;
    border-radius: .25rem !important;
    transition: border-color .15sease-in-out, box-shadow .15sease-in-out !important;
    font-size: 13px !important;
    padding: 0px 6px !important; 
    border-radius: 10px !important;
}

.mac_form:disabled {
    background-color: #e9ecef;
    opacity: 1 !important;
    cursor: not-allowed;
}

.select2-container--bootstrap4.select2-container--focus .select2-selection {
    border-color: #dedede !important;
    -webkit-box-shadow: none !important; 
    box-shadow: none !important;
}

.card-last {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.row .cardt:last-child .card-body {
    min-height: unset; 
    height: 100%; 
    display: flex;
    align-items: center;
    justify-content: center;
}

.row .cardt {
    margin: 15px;
    height: 350px; 
}

.header_profile {
    color: #44499b;
    font-size: 19px;
}

.custom-confirm-button {
    border: 0 !important;
    border-radius: 0.25em !important;
    background: initial !important;
    font-size: 1em !important;
    font-weight: bold !important;
    color: #5E72E4 !important;
    text-align: center !important;
    vertical-align: middle !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    margin-right: 15px !important;
    -ms-user-select: none !important;
    user-select: none !important;
    background-color: transparent !important;
    box-shadow: 0px 1px 4px #878787 !important;
    line-height: 1 !important;
    border-radius: 25px !important;
}

.custom-confirm-button:hover {
    color: white !important;
    background-color: #5E72E4 !important;
}

.btn_fidex {
    background-color: #5E72E4 !important;
    color: white !important;
    width: 300px !important;
    height: 2.5em !important;
    border-radius: 10px !important;
}

.btn_fidex:hover {
    background-color: white !important;
    color: #5E72E4 !important;
}

.custom-cancel-button {
    border: 0 !important;
    border-radius: 0.25em !important;
    background: initial !important;
    font-size: 1em !important;
    font-weight: bold !important;
    color: #dc3741 !important;
    text-align: center !important;
    vertical-align: middle !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
    background-color: transparent !important;
    box-shadow: 0px 1px 4px #878787 !important;
    line-height: 1 !important;
    border-radius: 25px !important;
}

.custom-cancel-button:hover {
    color: white !important;
    background-color: #dc3741 !important;
}

.btn-group .btn {
    margin-right: 5px;
}

.jFiler-theme-default .jFiler-input {
    font-size: 13px !important;
    padding-top: 2px !important;
}

@keyframes expandBackground {
    0% {
      background: linear-gradient(to right, #ffffff 0%, #ffffff 100%);
    }
    100% {
      background: linear-gradient(to right, #5E72E4 100%, #5E72E4 0%);
    }
}

@keyframes collapseBackground {
    0% {
      background: linear-gradient(to left, #5E72E4 0%, #5E72E4 100%);
    }
    100% {
      background: linear-gradient(to left, #ffffff 100%, #ffffff 0%);
    }
}

.logo_main {
    display: flex; 
    align-items: center; 
    padding: 10px; 
    width: 100%; 
    padding-left: 1em;
    padding-top: 1px;
}

.nav_menu {
    margin-left: -5px;
    font-size: 24px; 
    cursor: pointer; 
    line-height: 1;
    color: white; 
}

.nav_logo {
    display: flex; 
    align-items: center; 
    margin-left: 0em;
}

.cialogo {
    max-width: 100px; 
    height: auto; 
    vertical-align: middle; 
}

.icono_menu {
    color: white;
    cursor: pointer;
}

.navbar-navx {
    display: block;
}

@media (min-width: 992px) {
    .navbar-navx {
        display: none;
    }
}

.nav-sidebar>.nav-item {
    margin-left: -5px !important;
}

.nav-sidebar .nav-link>.right, .nav-sidebar .nav-link>p>.right {
    top: 1.2rem !important;
}

.logo_main {
    display: flex;
    align-items: center;
    height: 60px; 
    position: relative;
    width: 100%;
    max-width: 300px; 
    margin: 0 auto;
    overflow: hidden;
}

.nav_menu {
    position: absolute;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
    left: 45%; 
    transform: translateX(-5%); 
    transition: transform 0.5s ease-in-out; 
    z-index: 2;
}

.nav_logo {
    position: absolute;
    top: 0;
    left: 0; 
    height: 100%;
    display: flex;
    align-items: center;
    opacity: 0;
    transition: opacity 0.5s ease-in-out; 
    z-index: 1;
    margin-left: 25px;
}

.static-gif {
    width: 50px; 
}

.cialogo {
    max-width: 100px; 
}

.logo_main.menu-expanded .nav_menu {
    transform: translateX(100px); 
}

.logo_main.menu-expanded .nav_logo {
    opacity: 1; 
}

.dark-mode .main-footer {
    background-color: #343a40 !important;
    border-color: #4b545c !important;
}

.btn_primario:hover .svg_btn path {
    fill: #ffffff !important;
}

.dark-mode .widget-text {
    background-color: #343a40 !important;
}

.dark-mode .svg_flat path {
    fill: white !important;
}

.dark-mode .svg_flat rect {
    fill: white !important;
}

.btn_primario:hover {
    background-color: #007BFF; 
}

.btn_primario:hover svg path {
    fill: #ffffff; 
}

.policy-card {
    background: #f8f9fa;
}

.dark-mode .policy-card {
    background: grey;
}

.dark-mode .seccionmenu_titulo {
    color: white;
}

.tarjeta_producto {
    cursor: pointer;
    background-size: cover; 
    background-repeat: no-repeat;
    background-position: center center;
}

.policy-card::before, .policy-card::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.05);
    z-index: 0;
}

.policy-card1::before, .policy-card1::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.05);
    z-index: 0;
}

.policy-card::before {
    width: 120px;
    height: 120px;
}

.policy-card::after {
    width: 160px;
    height: 160px;
}

.policy-icon {
    padding-top: 3em;
}

/* Animación para el círculo ::before */
@keyframes float-before {
    0%   { transform: translate(0, 0) rotate(0deg); }
    25%  { transform: translate(8px, -6px) rotate(5deg); }
    50%  { transform: translate(4px, 4px) rotate(0deg); }
    75%  { transform: translate(-6px, 2px) rotate(-3deg); }
    100% { transform: translate(0, 0) rotate(0deg); }
}
  
/* Animación para el círculo ::after */
@keyframes float-after {
    0%   { transform: translate(0, 0) scale(1); }
    20%  { transform: translate(-4px, 6px) scale(1.05); }
    50%  { transform: translate(6px, -4px) scale(0.95); }
    80%  { transform: translate(-2px, 3px) scale(1.02); }
    100% { transform: translate(0, 0) scale(1); }
}
  
/* Aplicación de animaciones a cada círculo */
.policy-card::before {
    animation: float-before 9s ease-in-out infinite;
}
  
.policy-card::after {
    animation: float-after 11s ease-in-out infinite;
}

.policy-card1::before {
    animation: float-before 9s ease-in-out infinite;
}
  
.policy-card1::after {
    animation: float-after 11s ease-in-out infinite;
}

/* Patrón 1 */
.policy-pattern-1::before { 
    top: -30px; 
    left: -30px;
    filter: blur(2px); 
    z-index:9999;
}

.policy-pattern-1::after  { 
    bottom: -40px; 
    right: -40px; 
    z-index:9999;
}

/* Patrón 2 */
.policy-pattern-2::before { 
    top: -20px; 
    right: -40px;
    filter: blur(2px); 
}

.policy-pattern-2::after  { 
    bottom: -60px; 
    left: -30px; 
}

/* Patrón 3 */
.policy-pattern-3::before { 
    top: 10px; 
    left: -50px; 
    filter: blur(2px);
}

.policy-pattern-3::after  { 
    bottom: -30px; 
    right: -60px; 
}

/* Patrón 4 */
.policy-pattern-4::before { 
    top: -40px; 
    left: 40%;
    filter: blur(2px); 
}

.policy-pattern-4::after  { 
    bottom: -20px; 
    left: 30%; 
}

/* Patrón 5 */
.policy-pattern-5::before {
    top: -60px; 
    left: 50%;
    transform: translateX(-50%);
    filter: blur(2px);
}

.policy-pattern-5::after {
    bottom: -60px; 
    left: 50%;
    transform: translateX(-50%);
}

/* Patrón 6 */
.policy-pattern-6::before {
    top: -40px; 
    right: -50px;
    filter: blur(2px);
}

.policy-pattern-6::after {
    bottom: -30px; 
    left: -50px;
}

/* Patrón 7 */
.policy-pattern-7::before {
    top: -20px; 
    left: 20%;
    filter: blur(2px);
}

.policy-pattern-7::after {
    bottom: -40px; 
    right: 25%;
}

/* Patrón 8 */
.policy-pattern-8::before {
    top: -10px; 
    right: 10%;
    filter: blur(2px);
}

.policy-pattern-8::after {
    bottom: -50px; 
    left: 15%;
}

/* Patrón 9 */
.policy-pattern-9::before {
    top: -45px; 
    left: -45px;
    filter: blur(2px);
}

.policy-pattern-9::after {
    bottom: -45px; 
    right: -45px;
}

/* Patrón 10 */
.policy-pattern-10::before {
    top: -35px; 
    left: 35%;
    filter: blur(2px);
}

.policy-pattern-10::after {
    bottom: -35px; 
    right: 35%;
}

.agrega_dependiente {
    cursor: pointer;
}

input.formDependiente {
    border-color: #eeeeee;
    border-radius: 5px;
    outline: none;
    box-shadow: none !important;
    font-size: 13px;
    color: rgb(55, 55, 55);
    height: 30px !important;
    background-color: #f0f0f0 !important;
}

select.formDependiente {
    border-color: #eeeeee;
    border-radius: 5px;
    outline: none;
    box-shadow: none !important;
    font-size: 11px;
    color: rgb(55, 55, 55);
    height: 30px !important;
    background-color: #f0f0f0 !important;
}

input.formDependiente::placeholder {
    color: black;
}

.tbregresar {
    color:red;
}

.tbregresar:hover {
    color: white;
}

.documentos_formulario .jFiler-theme-default .jFiler-input {
    width: 100% !important;
    border-color: #eeeeee !important;
    border-radius: 5px;
    outline: none;
    box-shadow: none !important;
    font-size: 13px;
    color: rgb(55, 55, 55);
    height: 30px !important;
    background-color: #f0f0f0 !important;
}

.documentos_formulario .jFiler-theme-default .jFiler-input {
    font-size: 12px;
    padding-top: 0px !important;
}

.documentos_formulario .jFiler {
    padding-top: unset !important;
    display: block !important;
    width: 100% !important;
}

.documentos_titulo {
    font-weight: bold;
    font-size: 18px;
}

.documentos_aviso {
    margin-top: 1em;
    margin-bottom: 1em;
    color: gray;
}

.seccionar_uno {
    display: flex;
}

.seccionar_tres {
    width: 100%;    
}

.seccionar_dos .btns_sencillo {
    width: 30px;
    height: 30px;
}

.seccion_documentos {
    padding-left: 0em;
}

.custom-select .custom_select2 .addform .auto_desc {
    width: 93% !important;
}

@media (min-width: 992px) {
    .seccion_documentos {
        padding-left: 5em;
    }

    .custom-select .custom_select2 .addform .auto_desc {
        width: 100% !important;
    }
}

.customcheck .checkmark {
    border-radius: 25px !important;
}

#videoPlayer {
    width: 100%;
    height: 540px;
    display: block;
}
  
.video-js {
    background-color: unset !important;
}

.vjs-custom-logo {
    position: absolute;
    top: 3em;
    left: 3em;
    z-index: 20;
    opacity: 0.4;
    transition: opacity 0.3s ease;
    pointer-events: auto;
}

.vjs-custom-logo:hover {
    opacity: 1;
}

.vjs-custom-logo img {
    width: 70px;
    height: auto;
}

.bootstrap-table .btn-secondary {
    width: 50px;
    height: 38px;
}

.bootstrap-table .dropdown-toggle {
    width: 60px !important;
}

.videoDisplay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(53 53 53 / 85%);
    z-index: 99999;
    overflow: hidden;
    backdrop-filter: blur(2px);
}

.videoCloseBtn {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 24px;
    color: white;
    cursor: pointer;
    z-index: 100000;
    padding: 5px;
    transition: color 0.3s ease;
}

.videoCloseBtn:hover {
    color: #ddd;
}

.modal-bodys.settings_editx1 {
    position: relative;
    width: 100%;
    max-width: 95%;
    max-height: 80vh; 
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    box-sizing: border-box;
    padding: 15px;
    font-size: 13px;
    overflow-y: auto; 
}

.videoDisplay video {
    width: 100%;  
    height: 100%; 
    object-fit: contain; 
}

.custom-modal {
    display: none;
    position: fixed;
    z-index: 999999;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgb(82 82 82 / 90%);
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(4px);
}

.custom-modal.active {
    display: flex;
}

.custom-video-container {
    width: 90vw;
    max-width: 960px;
    aspect-ratio: 16 / 9;
    position: relative;
}

.custom-video-container video {
    width: 100%;
    height: 100%;
    background-color: black;
}

.custom-close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #fff;
    border: none;
    font-size: 18px;
    padding: 6px 12px;
    border-radius: 4px;
    cursor: pointer;
    z-index: 10;
}

.datos_primas {
    margin-top: 0em !important;
}

.table_responsive {
    width: 100%;
    overflow-x: auto;
}

.auto_btns {
    width: 160px;
}

@media (max-width: 600px) {
    .custom-video-container {
        width: 95vw;
    }

    .datos_primas {
        margin-top: 2em !important;
    }

    .auto_btns {
        width: 100%;
    }
}

.seleccionatodo {
    cursor: pointer;
}

.faq_question {
    font-weight: bold;
    line-height: 3em;
}

.faq_answer {
    line-height: 1.5em;
}

.titulo_faq {
    font-weight: bold;
    font-size: 19px;
}

#polizaColectivaIds + .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    padding-bottom: 0px !important;
}

#polizaColectivaIds + .select2-container--default .select2-blue .select2-selection--multiple .select2-selection__choice, .select2-blue .select2-container--default .select2-selection--multiple .select2-selection__choice {
    padding: 3px !important;
}

#polizaColectivaIds ~ .select2-container--default.select2-container--focus .select2-selection--multiple {
    background-color: #f0f0f0 !important;
    border: unset !important;
}

#polizaColectivaIds + .select2-container--default .select2-selection--multiple {
    background-color: #f0f0f0 !important;
    border: unset !important;
    border-radius: 4px;
    cursor: text;
}

.enlaceprod {
    cursor: pointer;
}

.prodclass {
    width: 100%;
}

.list-group-item1 {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    color: white;
}

.list-group-item1 a {
    color: lightblue;
}

.widget-image1 {
    width: 100%;
    overflow: hidden;
}

.input-group-text1 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    font-size: 12px;
}

.linea_hr_prod {
    border-bottom: 1px solid #dedede;
    padding-bottom: 1em;
}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
    padding-top: 1em;
}

.form-check-input {
    margin-top: 0em !important;
}

.dark-mode .card-footer {
    background-color: #343a40 !important;
}

.dark-mode .wfooter {
    position: relative;
    border-top: 1px solid #e1e1e1;
    height: 40px;
    width: 100%;
    bottom: 0;
    background-color: rgba(37, 37, 37, 0.54);
}

.wfooter {
    position: relative;
    border-top: 1px solid #e1e1e1;
    height: 40px;
    width: 100%;
    bottom: 0;
    background-color: rgb(236 236 236 / 54%);
}

.winfo-widget {
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.wfooter_link {
    padding: 13px;
    float: right;
    cursor: pointer;
    color: #007bff;
    font-weight: bold;
}

.table.phoenix-table > thead > tr > th {
    vertical-align: middle !important;
    font-size: 0.8rem;
    text-transform: uppercase;
}

.table.phoenix-table {
    margin-bottom: 0 !important;
}

.fs-9 {
    font-size: 0.8rem !important;
}

.table.phoenix-table > thead > tr > th:first-child {
    padding-left: 0;
}

.table.phoenix-table > tbody > tr > td:first-child {
    padding-left: 0;
}

.table.phoenix-table > tbody > tr > td {
    vertical-align: middle !important;
}

.border-translucent {
    border-color: rgba(203, 208, 221, 0.54) !important;
}

.rounded-2 {
    border-radius: 0.375rem !important;
}

.border {
    border: 1px solid #cbd0dd !important;
}

.select2 .select2-container .select2-container--bootstrap4 {
    width: unset !important;
}

.d-none {
    display: none !important;
}

.position-relative {
    position: relative !important;
}

.cursor-pointer {
    cursor: pointer !important;
}

.h-100 {
    height: 100% !important;
}

.overflow-hidden {
    overflow: hidden !important;
}

.bg-holder {
    position: absolute;
    width: 100%;
    min-height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    will-change: transform, opacity, filter;
    backface-visibility: hidden;
    background-repeat: no-repeat;
    z-index: 0;
}

.justify-content-between {
    justify-content: space-between !important;
}

.d-flex {
    display: flex !important;
}

.flex-1 {
    flex: 1;
}

.align-items-center {
    align-items: center !important;
}

@media (min-width: 768px) {
    .d-md-block {
        display: block !important;
    }
}

@media (min-width: 576px) {
    .d-sm-flex {
        display: flex !important;
    }
}

.align-items-end {
    align-items: flex-end !important;
}

@media (min-width: 992px) {
    .ps-lg-5 {
        padding-left: 2rem !important;
    }
}

.select2 .select2-container .select2-container--bootstrap4 .select2-container--below .select2-container--focus {
    width: 100% !important;
}

@media (min-width: 768px) {
    .ps-md-0 {
        padding-left: 0 !important;
    }
}

@media (min-width: 768px) {
    .border-start-md-0 {
        border-left: 0 !important;
    }
}

.ps-sm-5 {
    padding-left: 2rem !important;
}

@media (min-width: 576px) {
    .ps-sm-5 {
        padding-left: 8rem !important;
    }
}

.mb-0 {
    margin-bottom: 0 !important;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.titulo_auto_1 {
    font-size: 22px;
    margin-bottom: 1em;
}

.subtitulo_auto_1 {
    margin-bottom: 2em;
    line-height: 1.5em;
}

.tabla-coberturas, .tabla-coberturas1, .tabla-coberturas2, .tabla-coberturas3, .tabla-coberturas4 {
    border-collapse: collapse;
    font-size: 12px;
}
  
.tabla-coberturas th:nth-child(2) {
    color: black;
}

.tabla-coberturas td:nth-child(2) {
    color: black;
}

.tabla-coberturas1 th:nth-child(2) {
    background-color: #5554a7;
    color: white;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
}

.tabla-coberturas2 th:nth-child(2) {
    background-color: #24a599;
    color: white;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
}

.td_azul_lv1 {
    background-color: #5554a7;   
}

.td_azul_lv2 {
    background-color: #44499c;   
}

.td_verde_lv1 {
    background-color: #29a499;   
}

.td_verde_lv2 {
    background-color: #269c95;   
}

.tabla_ultimo_color {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.tabla-coberturas tbody tr:last-child td {
    padding: 0.75rem !important;
}

.tabla-coberturas1 tbody tr:last-child td {
    padding: 0.75rem !important;
}

.tabla-coberturas2 tbody tr:last-child td {
    padding: 0.75rem !important;
}
  
.tabla-coberturas th:nth-child(6) {
    background-color: #5ab4a9;
    color: white;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    width: 150px;
}

.tabla-coberturas th:nth-child(4) {
    background-color: #44499c;
    color: white;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    width: 150px;
}

.tabla-coberturas th:nth-child(8) {
    background-color: #5b58ab;
    color: white;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    width: 150px;
}

.tabla-coberturas td, .table th {
    padding: 7px !important;
}

.tabla-coberturas1 td, .table th {
    padding: 7px !important;
}

.tabla-coberturas2 td, .table th {
    padding: 7px !important;
}

.tabla-coberturas td:nth-child(2) {
    background-color: #e8f5e9;
}

/*.tabla-coberturas1 td:nth-child(2) {
    background-color: #e8f5e9;
}*/
  
.tabla-coberturas th, .tabla-coberturas td {
    border: none !important;
}

.tabla-coberturas1 th, .tabla-coberturas1 td {
    border: none !important;
}

.tabla-coberturas2 th, .tabla-coberturas2 td {
    border: none !important;
}
  
.tabla-coberturas .checkmark {
    color: #5ab4a9;
    font-weight: bold;
}
  
.tabla-coberturas .select-btn {
    width: 100%;
    margin-top: 5px; 
}

.tabla-coberturas1 .select-btn {
    width: 100%;
    margin-top: 5px; 
}

.tabla-coberturas2 .select-btn {
    width: 100%;
    margin-top: 5px; 
}

.tabla-coberturas1 {
    width: 90% !important;
    float: right;
}

.tabla-coberturas2 {
    width: 90% !important;
    float: right;
}

.cancer_seccion1 {
    padding-bottom: 0em;
}

.cancer_seccion2 {
    padding-left: 2em;
}

.divider {
    border-right: 1px solid #000;
}

.cancer_padding {
    padding-left: 3em;
}

@media (max-width: 767px) {
    .tabla-coberturas1 {
        width: 100% !important;
        float: right;
    }
    
    .tabla-coberturas2 {
        width: 100% !important;
        float: right;
    }

    .cancer_seccion2 {
        padding-left: 0em;
    }

    .cancer_seccion1 {
        padding-bottom: 2em;
    }

    .divider {
        border-right: unset;
    }

    .cancer_padding {
        padding-left: 1em;
    }
}

.hogar_titulo_1 {
    margin-bottom: 2em !important;
    font-size: 16px;
}

.note-text {
    font-size: 0.8rem;
    color: #6c757d;
    margin-top: 1rem;
}

.cobertura_th_1 {
    font-size: 16px;
}

.resultado_auto_desc {
    font-weight: bold;
}

.btn-primario {
    background-color: #44499c !important;
    border-color: #44499c !important;
    border-radius: 10px !important;
    color: white !important;
}

.btn-secundario {
    background-color: #5ab4a9 !important;
    border-color: #5ab4a9 !important;
    border-radius: 10px !important;
    color: white !important;
}

.alertan {
    color: red;
    font-size: 12px;
    margin-top: 8px;
}

.subtitulo_hogar_x {
    font-size: 13px;
    line-height: 1.5em;
}

.bs-stepper-circle {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 1.5em;
    height: 1.5em;
    padding: 0.2em 0;
    margin: .25rem;
    line-height: 1em;
    color: #ffffff;
    background-color: #868de0;
    border-radius: 1em;
    font-size: 15px;
}

.btn_fidex_hogar_tipo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    width: 100px;
    height: 100px;
    border-radius: 15px;
    background: #ffffff;
    color: #000000;
    letter-spacing: 1px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    border-color: #44499c;
    border: unset;
    font-size: 13px;
    box-shadow: 2px 2px 6px #b9b9b9;
    margin-bottom: 1em;
}

.btn_fidex_pago_tipo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    width: 100px;
    height: 100px;
    border-radius: 15px;
    background: #ffffff;
    color: #000000;
    letter-spacing: 1px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    border-color: #44499c;
    border: unset;
    font-size: 13px;
    box-shadow: 2px 2px 6px #b9b9b9;
    margin-bottom: 1em;
}

.btn_fidex_mascota_tipo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    width: 100px;
    height: 100px;
    border-radius: 15px;
    background: #ffffff;
    color: #000000;
    letter-spacing: 1px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    border-color: #44499c;
    border: unset;
    font-size: 13px;
    box-shadow: 2px 2px 6px #b9b9b9;
    margin-bottom: 1em;
}

.btn_fx_active {
    background: #44499c;
    color: #fff;
}

.btn_fx_active1 {
    background: #24a599;
    color: #fff;
}

.btn_fx_inactive {
    background: #ffffff;
    color: #44499c;  
}

.btn_fx_inactive1 {
    background: #ffffff;
    color: #24a599;  
}

.btn_fidex_hogar_tipo .btn-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.btn_fidex_pago_tipo .btn-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.btn_fidex_mascota_tipo .btn-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
  
.btn_fidex_hogar_tipo .btn-icon {
    width: 30px;
    height: 30px;
    margin-bottom: 0.5rem;
}

.btn_fidex_pago_tipo .btn-icon {
    width: 50px;
    height: 50px;
    margin-bottom: 0.5rem;
}

.btn_fidex_mascota_tipo .btn-icon {
    width: 50px;
    height: 50px;
    margin-bottom: 0.5rem;
}
  
.hogar_secciones {
    margin-top: 2em;
    margin-bottom: 2em;
    font-size: 16px;
}

.total_hogar_asegura {
    font-weight: bold;
    font-size: 15px;
}

.dis_legend {
    margin-top: 2em;
    margin-bottom: 1em;
}

/************ tabla cobertura **************/

.tabla-coberturas3 th:nth-child(2) {
    background-color: #44499c;
    color: white;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
}

.tabla-coberturas3 th:nth-child(4) {
    background-color: #24a599;
    color: white;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
}

.tabla-coberturas3 th:nth-child(2) {
    color: white;
}

.tabla-coberturas3 td:nth-child(2) {
    color: white;
}

.tabla-coberturas3 tbody tr:last-child td {
    padding: 7px !important;
}

.tabla-coberturas3 td, .table th {
    padding: 7px !important;
}

.tabla-coberturas3 th, .tabla-coberturas3 td {
    border: none !important;
}

.tabla-coberturas3 .select-btn {
    width: 100%;
    margin-top: 5px; 
}

.coberturas_totales_color {
    background-color:#eff3f9;
}

.coberturas_totales {
    color: black !important;
    font-weight: bold;
    font-size: 17px;
}

.tabla-coberturas4 tbody tr:last-child td {
    padding: 7px !important;
}

.tabla-coberturas4 td, .table th {
    padding: 7px !important;
}

.tabla-coberturas4 th, .tabla-coberturas4 td {
    border: none !important;
}

.tabla-coberturas4 .select-btn {
    width: 100%;
    margin-top: 5px; 
}

/*********** fintabla cobertura 3 ****************/

.titulo_accidente_seccion_1 {
    color: #44499c;
    margin-bottom: 2em;
    font-weight: bold;
}

.accidentes_subtitulo {
    margin-top: 2em;
    line-height: 1.5em;
    color: #4e4e4e;
}

.tableabc td {
    border-bottom: unset !important;
}

.tableabc th {
    color: #44499c;
}

.tablac3 {
    width: 70% !important;
}

@media (max-width: 767px) {
    .tablac3 {
        width: 100% !important;
    }
}

.dropdown-itemx {
    font-size: 13px !important;
    padding: 0.5rem 1rem !important;
}

.dropdown-itemx {
    display: block;
    width: 100%;
    padding: .25rem 1rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.fixed-nowrap td, 
.fixed-nowrap th {
    white-space: nowrap !important;
    /*overflow: hidden;*/
    text-overflow: ellipsis;
}

.lineales {
    line-height: 1.5em;
}

.cancer_texto {
    line-height: 1.5em;
}

.cancer_subtitulo {
    font-weight: bold;
    color: #44499c;
}

.dark-mode .cobertura_th_2 {
    color: white !important;
}

.tabladex {
    background-color: #eff3f9 !important;
}

.tabladex1 {
    background-color: white !important;
}

.tabladex2 {
    background-color: white !important;
}

.dark-mode .tabladex {
    background-color: #343a40 !important;
}

.dark-mode .tabladex1 {
    background-color: #3f474e !important;
}

.dark-mode .tabladex2 {
    background-color: #3f474e !important;
}

.dark-mode .btn_fidex_hogar_tipo {
    box-shadow: 2px 2px 6px #1f1f1f;
}

.margenxe {
    margin-top: 4em;
}

.btn-groupz {
    display: flex;
    gap: 0.5rem; 
}

/* Media query para pantallas pequeñas */
@media (max-width: 576px) {
 
  .btn-groupz {
    flex-direction: column; /* Botones en columna */
    width: 100%;
  }

}

.table-escalamiento {
    border-collapse: collapse;
    width: 100%;
    background-color: white;
}

.table-escalamiento th {
    background-color: #4c4d99;
    color: white;
    text-align: center;
    padding: 2em !important;
}

.table-escalamiento td {
    padding: 15px;
    vertical-align: top;
    font-size: 14px;
}

.bg-turquesa {
    background-color: #5ab4a9 !important;
    color: white;
    text-align: center;
}

.bg-light-purple {
    background-color: #5641a5;
    color: white;
    text-align: center;
}

.categoria_nombre {
    font-weight: bold;
    color: #6671bb;
}

.contacto-nombre {
    font-weight: bold;
    color: #6671bb !important;
}

.categoria_desc {
    color: black;
}

.contacto-cargo {
    font-weight: bold;
    color: #6671bb !important;
}

@media (max-width: 768px) {
    .table-responsive table {
        font-size: 13px;
    }
}

.table-escalamiento tr:last-child td {
    border-bottom: none !important;
    padding-bottom: 2em !important;
}

.kollect .jFiler {
    width: 100% !important;
}

.tablaindividual td, .tablaindividual th {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; 
}

.fecha_baja_input:invalid {
    color: #999;
    font-style: italic;
}

.fecha_baja_input:invalid::before {
    content: 'dd/mm/YYYY';
}

.sublista {
    list-style-type: disc;
  column-count: 2;
  column-gap: 25px;       /* separación entre columnas */
  list-style-position: inside;
  padding-left: 10px;
  color: black; 
}

.sublista li {
    color: black;   
    margin-bottom: 6px;     /* espacio vertical entre elementos */
}

.listaprinc li {
    margin-bottom: 6px;     /* espacio vertical entre elementos */
}

.cargass3 .jFiler {
    padding-top: unset !important;
}

.select2-borde-existente + .select2-container .select2-selection {
    border: 2px solid #0fcd3a !important; /* Verde éxito */
    transition: border 0.3s ease;
}