@font-face {
    font-family: 'Almarai ExtraBold';
    src: local('Almarai ExtraBold'), local('Almarai Regular'), local('Almarai-Regular'), url(Almarai-ExtraBold.ttf) format('ttf');
}

/*body { font-family: 'Almarai ExtraBold' }*/

.blink_me {
  animation: blinker 2s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0.4;
  }
}

td.details-control {
    cursor: pointer;
}

.table-details tr {
	border-bottom: 1px solid #B6B6B6;
}
.table-details thead {
	font-weight: bold;
}

div.test {
    height: auto;
    width: auto;
    overflow-y: scroll;
}


.noaccordion {
    color: #183d83;
    font-size: 15px;
    font-weight: bold;
    transition: 0.4s;
    margin-bottom: 0.1rem;
}

.accordion {
    color: #183d83;
    font-size: 15px;
    font-weight: bold;
    transition: 0.4s;
    margin-bottom: 0.1rem;
}

.subAccordion {
    color: #183d83;
    font-size: 15px;
    font-weight: bold;
    transition: 0.4s;
    padding: 0.6rem 6.4rem 0.6rem 1.3rem;
}


.panel {
    display: none;
    background-color: transparent;
    overflow: hidden;
}

.loader-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 9999;
    justify-content: center;
    align-items: center;
    display: none;
}

.loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #fc6c2c; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.spinner {
    width: 44px;
    height: 44px;
    animation: spinner-y0fdc1 2s infinite ease;
    transform-style: preserve-3d;
}

    .spinner > div {
        background-color: rgba(247, 197, 159,.1);
        height: 100%;
        position: absolute;
        width: 100%;
        border: 2px solid #fc6c2c;
    }

    .spinner div:nth-of-type(1) {
        transform: translateZ(-22px) rotateY(180deg);
    }

    .spinner div:nth-of-type(2) {
        transform: rotateY(-270deg) translateX(50%);
        transform-origin: top right;
    }

    .spinner div:nth-of-type(3) {
        transform: rotateY(270deg) translateX(-50%);
        transform-origin: center left;
    }

    .spinner div:nth-of-type(4) {
        transform: rotateX(90deg) translateY(-50%);
        transform-origin: top center;
    }

    .spinner div:nth-of-type(5) {
        transform: rotateX(-90deg) translateY(50%);
        transform-origin: bottom center;
    }

    .spinner div:nth-of-type(6) {
        transform: translateZ(22px);
    }

@keyframes spinner-y0fdc1 {
    0% {
        transform: rotate(45deg) rotateX(-25deg) rotateY(25deg);
    }

    50% {
        transform: rotate(45deg) rotateX(-385deg) rotateY(25deg);
    }

    100% {
        transform: rotate(45deg) rotateX(-385deg) rotateY(385deg);
    }
}

i.livicon-evo,
span.livicon-evo {
    display: inline-block;
}

.liviconevoo_menu{
    width:10px;
}


.menu_dbeks {
    padding: 0 1.7rem 1.7rem;
    width: 30rem;
}

.divAccesoRapido {
    margin-bottom: 6px;
    border-radius: 1px;
    box-shadow: 0 0 0 1px rgba(20, 20, 31, .05), 0 1px 3px 0 rgba(20, 20, 31, .15);
}

.menuAccesoRapidospan {
    display: flex;
    align-items: center;
    color: black;
    transition: 0.3;
    border-radius: 4px;
    /*border: 1px solid;*/
    border-color: #a9a9a9;
    margin: 4px 1px 1px 1px;
    padding: .375rem .75rem;
    /*font-family: 'Segoe UI';*/
    font-family: -apple-system, BlinkMacSystemFont, Fira Sans, Helvetica Neue, Apple Color Emoji, sans-serif;
    font-size: .675rem;
    font-weight: bold;
}

.menuAccesoRapidobutton {
    display: flex;
    align-items: center;
    color: black;
    transition: 0.3;
    background: #f5f5f5;
    padding: 5px 15px;
    border-radius: 4px;
    border: 1px solid;
    border-color: #a9a9a9;
    margin: 4px 1px 1px 1px;
    /*font-family: 'Segoe UI';*/
    font-family: -apple-system, BlinkMacSystemFont, Fira Sans, Helvetica Neue, Apple Color Emoji, sans-serif;
    font-size: .675rem;
    font-weight: bold;
}

    .menuAccesoRapidobutton option {
        font-family: -apple-system, BlinkMacSystemFont, Fira Sans, Helvetica Neue, Apple Color Emoji, sans-serif;
        font-size: .675rem;
        font-weight: bold;
    }

.menuAccesoRapidobutton:disabled{
    opacity:0.5;
}

    .menuAccesoRapidobutton .iconMen{
        font-size: 12px;
    }

    .menuAccesoRapidobutton:hover {
        box-shadow: inset 0 0 0 2px #a9a9a9;
    }

    .menuAccesoRapidobutton:focus, .menuAccesoRapidobutton:active {
        display: flex;
        align-items: center;
        color: black;
        transition: 0.3;
        background: white;
        padding: 5px 15px;
        border-radius: 4px;
        border: 1px solid;
        border-color: #f3f3f3;
        margin: 4px 1px 1px 1px;
        font-family: -apple-system, BlinkMacSystemFont, Fira Sans, Helvetica Neue, Apple Color Emoji, sans-serif;
        font-size: .675rem;
        font-weight: bold;
    }

/*#region CHECKBOX PERSONALIZADOS*/
/* From Uiverse.io by SelfMadeSystem */
/* Hide the default checkbox */
.checkOpacity {
    opacity: 0.5;
}
.containerCheckbox input {
    display: none;
}

.containerCheckbox {
    display: block;
    position: relative;
    cursor: pointer;
    font-size: 20px;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

/* Create a custom checkbox */
.checkmarkBlue {
    position: relative;
    top: 0;
    left: 0;
    height: 1.05em;
    width: 1.05em;
    background-color: #2196F300;
    border-radius: 0.25em;
    transition: all 0.25s;
}

/* When the checkbox is checked, add a blue background */
.containerCheckbox input:checked ~ .checkmarkBlue {
    background-color: #2196F3;
}

/*si el checkbox es disabled*/
.containerCheckbox input:disabled ~ .checkmarkBlue {
    opacity: 0.5;
    cursor: not-allowed;
}

/* Create the checkmarkBlue/indicator (hidden when not checked) */
.checkmarkBlue:after {
    content: "";
    position: absolute;
    transform: rotate(0deg);
    border: 0.1em solid black;
    left: 0;
    top: 0;
    width: 1.05em;
    height: 1.05em;
    border-radius: 0.25em;
    transition: all 0.25s, border-width 0.1s;
}

/* Show the checkmarkBlue when checked */
    .containerCheckbox input:checked ~ .checkmarkBlue:after {
        left: 0.45em;
        top: 0.25em;
        width: 0.25em;
        height: 0.5em;
        border-color: #fff0 white white #fff0;
        border-width: 0 0.15em 0.15em 0;
        border-radius: 0em;
        transform: rotate(45deg);
    }


/* Create a custom checkbox */
.checkmarkAmbar {
    position: relative;
    top: 0;
    left: 0;
    height: 1.05em;
    width: 1.05em;
    background-color: #F2BB220D;
    border-radius: 0.25em;
    transition: all 0.25s;
}
/* When the checkbox is checked, add a Ambar background */
.containerCheckbox input:checked ~ .checkmarkAmbar {
    background-color: #F2BB22;
}

/* Create the checkmarkBlue/indicator (hidden when not checked) */
.checkmarkAmbar:after {
    content: "";
    position: absolute;
    transform: rotate(0deg);
    border: 0.1em solid black;
    left: 0;
    top: 0;
    width: 1.05em;
    height: 1.05em;
    border-radius: 0.25em;
    transition: all 0.25s, border-width 0.1s;
}

/* Show the checkmarkBlue when checked */
.containerCheckbox input:checked ~ .checkmarkAmbar:after {
    left: 0.45em;
    top: 0.25em;
    width: 0.25em;
    height: 0.5em;
    border-color: #fff0 white white #fff0;
    border-width: 0 0.15em 0.15em 0;
    border-radius: 0em;
    transform: rotate(45deg);
}

/* Create a custom checkbox */
.checkmarkRed {
    position: relative;
    top: 0;
    left: 0;
    height: 1.05em;
    width: 1.05em;
    background-color: #F222220D;
    border-radius: 0.25em;
    transition: all 0.25s;
}
/* When the checkbox is checked, add a Ambar background */
.containerCheckbox input:checked ~ .checkmarkRed {
    background-color: #F22222;
}

/* Create the checkmarkBlue/indicator (hidden when not checked) */
.checkmarkRed:after {
    content: "";
    position: absolute;
    transform: rotate(0deg);
    border: 0.1em solid black;
    left: 0;
    top: 0;
    width: 1.05em;
    height: 1.05em;
    border-radius: 0.25em;
    transition: all 0.25s, border-width 0.1s;
}

/* Show the checkmarkBlue when checked */
.containerCheckbox input:checked ~ .checkmarkRed:after {
    left: 0.45em;
    top: 0.25em;
    width: 0.25em;
    height: 0.5em;
    border-color: #fff0 white white #fff0;
    border-width: 0 0.15em 0.15em 0;
    border-radius: 0em;
    transform: rotate(45deg);
}
  
/*#endregion*/

/*#region: FLOTANTE*/
.flotante {
    position: fixed;
    top: 90px;
    z-index: 999;
    box-shadow: 0 2px 8px rgba(0,0,0,0.3);
}
/*#endregion: FLOTANTE*/

.labelBread {
    display: flex;
    overflow-x: auto;
    flex-wrap: nowrap;
    white-space: nowrap;
    /*transition: box-shadow 0.3s ease;*/
}

    .labelBread.flotante2 {
        position: fixed;
        top: 60px;
        z-index: 999;
        box-shadow: 0 4px 8px rgba(0,0,0,0.1);
        min-height: 2rem;
    }
    /* Asegúrate de que las columnas no se achiquen */
    .labelBread .col {
        flex: 0 0 auto; /* no permitir que se ajusten */
        min-width: 250px; /* puedes ajustarlo según necesidad */
    }

.imgAPP {
    width: 50px;
}
/*.table-responsive {
    max-height: calc(110vh - 200px);  ajusta según tus headers 
    overflow-y: auto;
}*/


/*#barra {
    position: sticky;
    top: 0;
    z-index: 100;
}

#contenedor-cards {
    position: sticky;
    top: 50px;*/ /* altura debajo de la barra */
    /*z-index: 99;
}*/
.ajusteCelda {
    overflow-wrap: break-word; /* o word-break: break-all; */
    width: 150px; /* O el ancho que necesites */
}

/***** SUBMENÚ A LA DERECHA *****/
.dropdown-menu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-left: .1rem;
    margin-right: .1rem;
}

/***** Evitar que desaparezca *****/
.dropdown-menu.show {
    display: block;
}

.Bloqueo {
    pointer-events: none;
    cursor: default;
    color: gray;
}

.td-clickable {
    cursor: pointer;
    transition: background-color 0.15s ease-in-out;
}

    .td-clickable:hover {
        background-color: #f1f5f9; /* color sutil de hover */
    }


.letra_formularios {
    font-size: 18px;
}

/* Contenedor */
#calendar {
    background: #ffffff;
    padding: 15px;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0,0,0,.06);
}

/* Cabecera */
.fc-toolbar-title {
    font-size: 1.3rem;
    font-weight: 600;
    color: #2f3e52;
}

/* Botones */
.fc .fc-button {
    background-color: #f4f6f9;
    border: none;
    color: #2f3e52;
    font-weight: 500;
    border-radius: 8px;
    padding: 6px 14px;
}

    .fc .fc-button:hover {
        background-color: #e9edf3;
    }

.fc .fc-button-primary:not(:disabled).fc-button-active {
    background-color: #4c6fff;
    color: #fff;
}

/* Celdas de días */
.fc-theme-standard td,
.fc-theme-standard th {
    border-color: #eef1f6;
}

.fc-daygrid-day-number {
    color: #8a94a6;
    font-weight: 500;
}

/* Día actual */
.fc-day-today {
    background-color: #f0f5ff !important;
}

/* Eventos */
.fc-event {
    border-radius: 999px;
    border: none;
    padding: 2px 10px;
    font-size: .75rem;
    font-weight: 500;
}

    /* Hover evento */
    .fc-event:hover {
        opacity: .85;
        cursor: pointer;
    }

/* Hora (vista semanal) */
.fc-timegrid-slot-label {
    color: #8a94a6;
    font-size: .75rem;
}


/*ESTILO PARA JQUERY DATATABLE PAGINADO*/
.th-ordenable:hover {
    background-color: rgba(0, 123, 255, 0.05);
}

/* Header ordenable */
.th-sortable {
    cursor: pointer;
    user-select: none;
    white-space: nowrap;
    transition: background-color 0.15s ease;
}

    .th-sortable:hover {
        background-color: rgba(0, 123, 255, 0.06);
    }

.th-sortable--active {
    background-color: rgba(0, 123, 255, 0.1);
    color: #007bff;
}

/* Contenedor interno del th */
.th-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.th-label {
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.04em;
}

/* Íconos de orden */
.sort-icon {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 1px;
    opacity: 0.3;
    font-size: 0.55rem;
    line-height: 1;
    transition: opacity 0.15s ease;
}

.th-sortable:hover .sort-icon {
    opacity: 0.6;
}

.sort-icon--active {
    opacity: 1 !important;
    color: #007bff;
    font-size: 0.65rem;
}