﻿
/* ----------------Estilos Generales ---------------------*/

.safe-area {
    margin-top: 150px;
}

a, a:visited, a:hover, a:active {
    text-decoration: none;
    color: white;
}

.btn-icon-split .icon {
    background-color: transparent !important;
    color: white !important;
}



/* ----------------Estilos Menus y Top Bar ---------------------*/

.oraculus-topbar {
    background: linear-gradient(90deg, #e55b15 0%, #ff9f5a 100%) !important;
    color: white !important;
    border-bottom: none !important;
}



.oraculus-sidebar {
    background: linear-gradient(180deg, #e55b15 0%, #ff9f5a 100%) !important;
    background-repeat: no-repeat;
    color: white;
}

.sidebar.oraculus-sidebar .nav-link,
.sidebar.oraculus-sidebar .collapse-item {
    color: white !important;
}

    .sidebar.oraculus-sidebar .nav-link:hover,
    .sidebar.oraculus-sidebar .collapse-item:hover {
        background-color: rgba(255, 255, 255, 0.08);
        color: #fff !important;
        transition: background-color 0.2s ease-in-out;
    }

body.sidebar-toggled .sidebar .collapse-inner {
    background-color: #ff9f5a !important;
}

body.sidebar-toggled .sidebar .collapse-inner {
    background-color: #ff9f5a !important;
}

body.sidebar-toggled #menu-image {
    height: 20px; /* o el tamaño reducido que prefieras */
}

/* === Corrige fondo de collapse-inner para mantener contraste === */
.sidebar.oraculus-sidebar .collapse-inner {
    background-color: transparent !important;
    padding-left: 0.5rem;
}

/* === Mejora visibilidad de los collapse items === */
.sidebar.oraculus-sidebar .collapse-item {
    padding: 0.5rem 1rem;
    display: block;
    font-weight: 500;
    border-radius: 0.375rem;
}

/* === Logo en modo claro (ajustable si es oscuro) === */
.sidebar.oraculus-sidebar .sidebar-brand-icon img {
    filter: brightness(0) invert(1); /* Solo si el logo es oscuro */
}

/* === Botón del sidebar toggle (solo topbar) === */
#sidebarToggleTop {
    color: white;
}


.sidebar .collapse-item {
    color: white !important;
    padding: 0.5rem 1rem;
    border-radius: 6px;
    transition: background-color 0.2s ease, color 0.2s ease;
}

    /* Hover: ligeramente más claro */
    .sidebar .collapse-item:hover {
        background-color: rgba(255, 255, 255, 0.2) !important;
        color: white !important;
    }

    /* Item activo (seleccionado) */
    .sidebar .collapse-item.active {
        background-color: rgba(255, 255, 255, 0.2) !important;
        color: white !important;
    }

#menu-image {
    filter: grayscale(1) brightness(1.2);
}


/* Aplica transparencia solo a los íconos del sidebar */
.oraculus-sidebar i {
    opacity: 0.7;
    transition: opacity 0.3s ease;
}

/* Al pasar el ratón, los íconos recuperan opacidad */
.oraculus-sidebar .nav-item:hover i,
.oraculus-sidebar .nav-link:hover i {
    opacity: 1;
}

/* Estilo del dropdown de usuario */
.dropdown-menu[aria-labelledby="userDropdown"] {
    background: #ff9f5a;
    border: none;
    border-radius: 0.75rem;
    padding: 0.5rem 0;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.2);
    min-width: 200px;
}



    /* Estilo de cada opción del menú */
    .dropdown-menu[aria-labelledby="userDropdown"] .dropdown-item {
        color: #ffffff !important;
        font-weight: 500;
        padding: 0.75rem 1.25rem;
        font-size: 0.8rem;
        transition: background-color 0.2s ease;
    }

        /* Iconos dentro de cada opción */
        .dropdown-menu[aria-labelledby="userDropdown"] .dropdown-item i {
            color: #ffffff !important;
            margin-right: 0.5rem;
        }

    /* Divider en blanco semitransparente */
    .dropdown-menu[aria-labelledby="userDropdown"] .dropdown-divider {
        border-top: 1px solid rgba(255, 255, 255, 0.4);
        margin: 0.25rem 1rem;
    }

    /* Hover efecto */
    .dropdown-menu[aria-labelledby="userDropdown"] .dropdown-item:hover {
        background-color: rgba(255, 255, 255, 0.2) !important;
        color: white !important;
    }

body {
    margin: 0;
    padding: 0;
    font-family: "Nunito", sans-serif;
}

.sidenav {
    height: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    width: 200px;
}

    .sidenav a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 25px;
        color: #818181;
        display: block;
        transition: 0.3s;
    }

        .sidenav a:hover {
            color: #f1f1f1;
        }

    .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
    }




@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

        .sidenav a {
            font-size: 18px;
        }
}


@media (max-width: 766px) {
    .sidebar.oraculus-sidebar .nav-item .collapse .collapse-inner {
        background-color: #f9a26b !important;
    }
    #taskDropdown .task-text {
        display: none !important;
    }
}



/* ---------------- Estilos Login  ---------------------*/

body.login {
    background-color: transparent;
}

.login-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('/Content/img/login.jpg');
    background-size: cover;
    background-position: center;
    filter: blur(8px);
    z-index: -1;
}

.login-container {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.login-box {
    width: 100%;
    max-width: 400px;
    background-color: #ffffff;
    border-radius: 10%;
    box-shadow: 0 0 40px 8px rgba(229, 91, 21, 0.5);
    padding: 2rem;
    text-align: center;
}

.login-logo {
    max-width: 180px;
    margin-bottom: 1.5rem;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
}

.login-input {
    min-width: 90%;
    max-height: 20%;
    border-radius: 15px;
    border: 1px solid #e55b15;
    padding: 8px 15px;
    font-size: 1rem;
    color: #808080;
    background-color: #ffffff;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

    .login-input:focus {
        border-color: #cf4f12;
        box-shadow: 0 0 8px rgba(229, 91, 21, 0.5);
        outline: none;
    }

.login-btn {
    width: 70%;
    min-width: 25%;
    font-size: 2dvh;
    font-weight: bold;
    padding: 10px 30px;
    border: none;
    border-radius: 15px;
    cursor: pointer;
    background-color: #cf4f12;
    color: white;
}

    .login-btn:hover {
        background-color: #f9ae75;
    }

.login-link {
    color: #d86831;
    font-weight: normal;
    text-decoration: none;
}

    .login-link:hover {
        color: #cf4f12;
        text-decoration: underline;
    }

    .login-link:visited {
        color: #cf4f12;
    }

@media (max-width: 300px) {
    .login-btn {
        width: 70%;
        min-width: 25%;
        font-size: 1dvh;
        font-weight: bold;
        padding: 10px 30px;
        border: none;
        border-radius: 15px;
        cursor: pointer;
        background-color: #cf4f12;
        color: white;
    }

    .login-link {
        font-size: 1dvh;
    }
}

/* ---------------- Estilos Fichar  ---------------------*/

.oraculus-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50vh;
    background: transparent;
}

#textControl {
    align-items: center;
    display: flex;
    justify-content: center;
    font-size: 2em;
    text-align: center;
    font-weight: bold;
    color: #212020;
}

.oraculus-box {
    border: 3px solid #e55b15;
    padding: 3rem;
    padding-bottom: 3rem;
    margin-bottom: 5rem;
    border-radius: 2rem;
    background-color: transparent;
    box-shadow: 0 0 40px 3px rgba(229, 91, 21, 0.5);
    display: inline-block;
    text-align: center;
}


.oraculus-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.start-btn,
.pause-btn,
.stop-btn {
    font-weight: bold;
    padding: 10px 30px;
    margin-left: 1rem;
    border: none;
    border-radius: 1.2rem;
    color: white;
    cursor: pointer;
    font-size: 2em;
}

    .start-btn:hover,
    .pause-btn:hover,
    .stop-btn:hover {
        filter: brightness(1.5);
    }

.pause-btn {
    background-color: #f18109;
}

.stop-btn {
    background-color: #e12e07;
}

.start-btn {
    background-color: #2f8d19;
}


/* Adaptación para pantallas pequeñas */
@media (max-width: 766px) {
    #textControl {
        align-items: center;
        display: flex;
        justify-content: center;
        font-size: 1dvh;
        text-align: center;
        font-weight: bold;
        color: black
    }

    .oraculus-box {
        padding: 4vw;
        border-width: 2px;
        box-shadow: 0 0 20px 2px rgba(229, 91, 21, 0.4);
        width: 90%;
        display: block;
        margin: 0 auto;
    }

    .start-btn,
    .pause-btn,
    .stop-btn {
        font-size: 1dvh;
        font-weight: bold;
        padding: 10px 30px;
        border: none;
        border-radius: 30px;
        color: white;
        cursor: pointer;
    }
}


/* ---------------- Estilos Calendars  ---------------------*/

.btn-group > .btn {
    color: black;
    font-weight: bold;
}

#lnb {
    width: 22%;
    padding: 12px 10px;
    background: #fafafa;
    float: left;
    height: 800px;
    border-right: black solid 1px;
}

.lnb-new-schedule #btn-new-schedule {
    height: 100%;
    font-size: 14px;
    background-color: #e55b15;
    color: #ffffff;
    border: 0;
    border-radius: 25px;
    padding: 10px 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

.lnb-calendars > div {
    padding: 12px 16px;
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    font-weight: normal;
}

.lnb-calendars-item {
    min-height: 14px;
    line-height: 14px;
    padding: 8px 0;
}

#calendar {
    float: right;
}

.tui-full-calendar-section-detail, .tui-full-calendar-popup-detail-date {
    color: black;
    font-weight: 500;
}

#content-wrapper {
    background-image: url() !important;
    background-color: #ffffff !important;
}

#calendarList::-webkit-scrollbar {
    width: 0.2em;
}

#calendarList::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

#calendarList::-webkit-scrollbar-thumb {
    background-color: #e55b15;
}

[class*="tui-view-"] > .tui-full-calendar-popup:not(.tui-full-calendar-popup-detail) {
    display: none;
}

.calendar-circle {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 2px solid;
    margin-right: 6px;
    vertical-align: middle;
    transition: background-color 0.2s ease, border-color 0.2s ease;
}

/* ---------------- Estilos Jumbotron Personalizado ---------------------*/

.jumbotron {
    background: white;
    color: black;
    border-radius: 1rem;
    padding: 3rem 2rem;
    box-shadow: 0 8px 30px rgba(249, 169, 78, 0.4) !important;
    text-align: center;
    margin-bottom: 2rem;
    position: relative;
    overflow: hidden;
}

    .jumbotron h1, .jumbotron p {
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
    }

    .jumbotron:hover {
        box-shadow: 0 10px 40px rgba(249, 169, 78, 0.6);
        transition: box-shadow 0.3s ease;
    }


/* ---------------- Botones ---------------------*/

/* ---------------- Estilo personalizado para btn-primary ---------------------*/

.btn-primary {
    background-color: #f9a94e !important;
    border-color: #f9a94e !important;
    color: #ffffff !important;
    font-weight: 600;
    border-radius: 0.5rem;
    padding: 0.5rem 1.5rem;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

    .btn-primary:hover,
    .btn-primary:focus {
        background-color: #e55a15 !important;
        border-color: #f9a94e !important;
        color: #ffffff !important;
        box-shadow: 0 0 10px rgba(229, 91, 21, 0.4);
    }

/* ---------------- Estilo personalizado para btn-secondary ---------------------*/

.btn-secondary {
    background-color: #fe675b !important;
    border-color: #fe675b !important;
    color: #ffffff !important;
    font-weight: 600;
    border-radius: 0.5rem;
    padding: 0.5rem 1.5rem;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

    .btn-secondary:hover,
    .btn-secondary:focus {
        background-color: #f51300 !important;
        border-color: #f51300 !important;
        color: #ffffff !important;
        box-shadow: 0 0 10px rgba(229, 91, 21, 0.4);
    }

/* ---------------- Estilo personalizado para btn-group con rounded-pill --------------------- */

.btn-group.rounded-pill > .btn,
.btn-group.rounded-pill > .btn:first-child,
.btn-group.rounded-pill > .btn:last-child {
    border-radius: 50rem !important;
}

    .btn-group.rounded-pill > .btn:not(:first-child):not(:last-child) {
        border-radius: 0 !important;
    }

/* ---------------- Estilo para <span class="rounded-pill"> --------------------- */

span.rounded-pill {
    display: inline-block;
    padding: 0.5rem 1.5rem;
    border-radius: 50rem;
    background-color: #f9a94e;
    color: white;
    font-weight: 600;
    font-size: 0.9rem;
    line-height: 1.5;
    vertical-align: middle;
    white-space: nowrap;
}


/* ---------------- Estilo personalizado para btn dropdown-toggle --------------------- */

.btn.dropdown-toggle {
    background-color: #f9a94e;
    border-color: #f9a94e;
    color: white;
    font-weight: 600;
    padding: 0.5rem 1.5rem;
    font-size: 0.9rem;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    border-radius: 1rem 1rem 0 0; /* parte superior redondeada */
}

    .btn.dropdown-toggle:hover,
    .btn.dropdown-toggle:focus {
        background-color: #e55a15;
        border-color: #f9a94e;
        color: white;
        box-shadow: 0 0 10px rgba(229, 91, 21, 0.4);
    }

/* Si está dentro de un btn-group pill */
.btn-group.rounded-pill .btn.dropdown-toggle {
    border-radius: 50rem;
}


/* ---------------- Estilo general para el menú desplegable --------------------- */

.dropdown-menu {
    background: #f9a94e;
    border: none;
    border-radius: 0 0 1rem 1rem;
    padding: 0.5rem 0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    min-width: 100%;
    margin-top: 0;
    transform: translateY(2px);
    z-index: 1050;
}

/* Ítems del menú */
.dropdown-item {
    color: white;
    font-weight: 600;
    padding: 0.6rem 1.25rem;
    font-size: 0.9rem;
    transition: background-color 0.2s ease;
    border-radius: 0;
}

    .dropdown-item:hover,
    .dropdown-item:focus {
        background-color: #e55b15 !important;
        color: #fff !important;
    }

    .dropdown-item + .dropdown-item {
        border-top: 1px solid rgba(255, 255, 255, 0.1);
    }

.oraculus-button-group {
    display: inline-flex;
    border-radius: 50rem;
    overflow: hidden;
    box-shadow: 0 0 8px rgba(229, 91, 21, 0.2);
}

    .oraculus-button-group .btn {
        background-color: #f9a94e;
        color: white;
        font-weight: 600;
        padding: 0.5rem 1.2rem;
        border: none;
        border-radius: 0; /* elimina redondeos individuales */
        transition: background-color 0.3s ease;
    }

        .oraculus-button-group .btn:hover {
            background-color: #e55a15;
        }

        /* Opcional: separador visual fino entre botones */
        .oraculus-button-group .btn:not(:last-child) {
            border-right: 1px solid rgba(255, 255, 255, 0.2);
        }


/* ---------Estilo específico para los datetimepicker---------- */
.bootstrap-datetimepicker-widget.dropdown-menu {
    background-color: #ffffff !important;
    border: 1px solid #ddd !important;
    border-radius: 0.75rem !important;
    padding: 1rem !important;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.2) !important;
    color: #333 !important;
    min-width: auto !important;
    font-size: 0.9rem;
    z-index: 1060;
}

/* Corrige los elementos internos si quieres estilizar también botones, celdas, etc. */
.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
    background-color: #e55b15 !important;
    color: white !important;
    border-radius: 0.5rem;
}

.bootstrap-datetimepicker-widget table td:hover {
    background-color: #ffe1cb !important;
    color: black;
}

/* ---------------- Modals ---------------------*/
/* ---------------- Estilos personalizados para los modales ---------------------*/

.modal-content.oraculus-modal {
    border-radius: 1rem;
    border: none;
    background-color: #ffffff;
    box-shadow: 0 8px 30px rgba(249, 169, 78, 0.4) !important;
    padding: 1.5rem;
    color: #e55a15 !important;
}

.modal-header.oraculus-modal {
    background: linear-gradient(90deg, #e55b15 0%, #ff9f5a 100%);
    color: white;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    border-bottom: none;
}

.modal-title {
    color: #e55a15;
    font-family: 'Roboto', Helvetica, Arial, sans-serif;
    font-weight: bold;
    text-align: center;
    width: 100%;
}

.modal-footer.oraculus-modal {
    border-top: none;
    justify-content: flex-end;
    padding-top: 1rem;
}

/* ---------------- Estilos personalizados para tarjetas Bootstrap ---------------------*/

.card {
    border: none;
    border-radius: 1rem;
    box-shadow: 0 8px 30px rgba(249, 169, 78, 0.3) !important;
    background-color: #ffffff;
    padding: 1rem;
    margin-bottom: 2rem;
    transition: box-shadow 0.3s ease, transform 0.2s ease;
}

    .card:hover {
        box-shadow: 0 12px 40px rgba(249, 169, 78, 0.5);
    }

    .card .card-header {
        background: linear-gradient(90deg, #e55b15 0%, #ff9f5a 100%);
        color: white;
        font-weight: bold;
        border-top-left-radius: 1rem;
        border-top-right-radius: 1rem;
        padding: 1rem;
    }

    .card .card-body {
        color: #333;
        font-family: 'Roboto', Helvetica, Arial, sans-serif;
    }

    .card .card-title {
        font-size: 1.25rem;
        color: #e55b15;
        font-weight: 700;
    }

    .card .card-text {
        font-size: 1rem;
        color: #555;
    }

/* ---------------- Estilo moderno y limpio para tablas Oraculus --------------------- */

.table-responsive.oraculus-table {
    overflow: auto;
    padding: 1rem;
    margin-bottom: 2rem;
}

/* Tabla base */
.table.oraculus-table {
    width: 100%;
    border-spacing: 0;
    background-color: white;
    font-family: 'Roboto', sans-serif;
    font-size: 0.95rem;
    color: #333;
    table-layout: auto; /* permite que se ajuste automáticamente */
    word-wrap: break-word; /* permite romper palabras largas */
    white-space: normal; /* permite salto de línea */
}
    /*---------------Head------------------------------------------------*/
    /* Cabecera moderna con degradado Oraculus */
    .table.oraculus-table thead {
        background: #ff9f5a;
        color: white;
        font-weight: bold;
    }

        .table.oraculus-table thead th {
            padding: 1rem;
            text-align: center;
            border-bottom: none;
        }
    /*-----------------------Celdas-------------------------------------*/
    /* Celdas sin bordes visibles */
    .table.oraculus-table td {
        padding: 0.75rem 1rem;
        text-align: center;
        border-top: none;
        border-bottom: 1px solid #ff9f5a;
        background-color: white;
    }

    /*------------------------------------ Rows -------------------------------*/
    /* Hover suave por fila */
    .table.oraculus-table tbody > tr {
        transition: background-color 0.2s ease-in-out !important;
    }

        .table.oraculus-table tbody > tr:hover > td {
            background-color: #feeade !important;
        }

    .table.oraculus-table thead th:first-child {
        border-top-left-radius: 1rem;
    }

    .table.oraculus-table thead th:last-child {
        border-top-right-radius: 1rem;
    }

    /*-------------------------- Footer ------------------------------*/
    .table.oraculus-table tfoot td {
        text-align: center !important;
        font-weight: bold;
        background-color: #ffe7d4;
        color: #333;
    }

/* Scroll estilizado si es necesario */
.table-responsive.oraculus-table::-webkit-scrollbar {
    height: 6px;
}

.table-responsive.oraculus-table::-webkit-scrollbar-thumb {
    background-color: #e55b15;
    border-radius: 10px;
}

/* ---------------- Estilo personalizado para paginación de DataTables --------------------- */

.dataTables_wrapper {
    width: 100% !important;
    clear: both;
}

    .dataTables_wrapper .dataTables_paginate.paging_simple_numbers {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        margin-top: 1rem;
        gap: 8px;
        font-weight: bold;
        padding-right: 1rem;
    }


        .dataTables_wrapper .dataTables_paginate.paging_simple_numbers a:hover {
            background-color: #f9a26b;
            color: white !important;
        }


    /* Página activa */
    .dataTables_wrapper .dataTables_paginate .page-item.active .page-link {
        background-color: #b43c00 !important;
        color: white !important;
        border: 1px solid #b43c00 !important;
        border-radius: 0.5rem;
        font-weight: bold;
    }

    /* Estilo general de botones del paginador */
    .dataTables_wrapper .dataTables_paginate .page-link {
        color: #e55b15 !important;
        background-color: #fff3eb;
        border: 1px solid #f9a26b;
        padding: 6px 12px;
        margin-left: 0.2rem;
        border-radius: 0.5rem;
        transition: background-color 0.2s ease, color 0.2s ease;
        font-size: 0.9rem;
        text-decoration: none;
    }

        /* Hover */
        .dataTables_wrapper .dataTables_paginate .page-link:hover {
            background-color: #f9a26b;
            color: white !important;
        }

    /* ---------------- Estilo personalizado para el filtro de búsqueda de DataTables --------------------- */

    .dataTables_wrapper .dataTables_filter {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        margin-bottom: 1rem;
        gap: 0.5rem;
        font-weight: 500;
        font-size: 0.95rem;
        padding-right: 1rem;
    }

        .dataTables_wrapper .dataTables_filter label {
            display: flex;
            align-items: center;
            gap: 0.5rem;
            color: #e55b15;
            font-weight: bold;
        }

        .dataTables_wrapper .dataTables_filter input {
            border: 1px solid #f9a26b;
            border-radius: 0.5rem;
            padding: 6px 12px;
            font-size: 0.9rem;
            color: #333;
            background-color: #fff3eb;
            transition: border-color 0.3s ease, box-shadow 0.3s ease;
        }

            .dataTables_wrapper .dataTables_filter input:focus {
                border-color: #e55b15;
                outline: none;
                box-shadow: 0 0 4px rgba(229, 91, 21, 0.4);
            }

/* ---------------- Estilos para filas de la tabla con estado --------------------- */

.table.oraculus-table tbody tr.is-accepted td {
    background-color: #d5f5e3 !important; /* Verde claro */
    color: #1e4620;
    font-weight: 500;
}

.table.oraculus-table tbody tr.is-denied td {
    background-color: #fdecea !important; /* Rojo claro */
    color: #a94442;
    font-weight: 500;
}

.table.oraculus-table tbody tr.is-pending td {
    background-color: #fff8e1 !important; /* Amarillo suave */
    color: #8a6d3b;
    font-weight: 500;
}

/* ---------------- Estilos para texto en tabla --------------------- */

.no-register {
    background-color: #fdecea !important; /* Rojo claro */
    color: #a94442 !important;
    font-weight: bold;
}

.late-register {
    background-color: #ffe0c9 !important;
    color: orange !important;
    font-weight: bold;
}

.ok-register {
    color: green !important;
}


/* ---------------- Estilos para Workdays --------------------- */

.workday-btn-check {
    position: absolute;
    clip: rect(0,0,0,0);
    pointer-events: none;
}

    .workday-btn-check:checked + .workday-btn-label {
        background-color: #f9a94e;
        color: white;
        border-color: #d86831;
    }

.modo-btn {
    border-color: #d86831;
    color: #d86831;
    background-color: white;
    font-weight: 500;
}

    /* Botón activo */
    .modo-btn.active {
        background-color: #f9a94e;
        color: white;
        font-weight: bold;
    }

/* ---------------- State Selector --------------------- */
.table-responsive.oraculus-table select.selectorState,
#stateSelector {
    border: 1px solid #f9a26b !important;
    background-color: #fff3eb !important;
    border-radius: 8px !important;
    padding: 6px 12px !important;
    color: #333 !important;
    box-sizing: border-box !important;
    height: 36px !important;
    width: 260px !important;
}

.table-responsive.oraculus-table {
    color: #e55b15 !important;
}

#dataTable_wrapper .dataTables_filter input {
    box-sizing: border-box !important;
    height: 36px !important;
    width: 260px !important;
}

#dataTable_wrapper .dataTables_filter {
    justify-content: flex-end;
    padding-right: 1rem;
}

/* Alinear bordes derechos de SELECT y BUSCADOR */
#dataTable_wrapper .dataTables_filter {
    padding-right: 16px; /* DataTables */
}

.table-responsive.oraculus-table .d-flex.justify-content-end.align-items-center {
    padding-right: 16px; /* Tu fila "Mostrar tipo" */
}


