h1 {
    font-size: 24px;
}

h2 {
    font-size: 19px;
}

h3 {
    font-size: 17px !important;
}

h5 {
    font-size: 15px !important;
}

h6 {
    font-size: 14px !important;
}

p {
    font-size: 12px;
}

a {
    font-size: 12px;
}

/* *{
    font-family: 'Roboto', arial !important;
} */

/* .form-select-sm,
.form-control-sm {
    font-size: 12px !important;
} */

#dt-length-0,
#dt-length-1,
#dt-length-2,
#dt-length-3 {
    font-size: 11px !important;
}

.sidebar .nav-link {
    font-size: 13px !important;
}

.btn {
    font-size: 12px !important;
}

label {
    font-weight: bolder !important;
}

.titlePanels {
    cursor: default;
    font-size: 15px !important;
}

.sublista {
    margin-left: 9px !important;
}

.navsublista {
    padding-left: 1px !important;
    padding-top: 4px !important;
    padding-bottom: 4px !important;
}

.containerTabla {
    min-height: 72vh !important;
    height: 78vh !important;
    display: flex;
    flex-direction: column !important;
}

/* Pantallas pequeñas */
@media (max-width: 767px) {
    .containerTabla {
        height: 68vh !important;
    }
}

/* Pantallas medianas y grandes */
@media (min-height: 768px) {
    .containerTabla {
        height: 82vh !important;
    }
}

/* Pantallas muy grandes */
@media (min-height: 1080px) {
    .containerTabla {
        height: 88vh !important;
    }
}

.containerPerfil {
    min-height: 20vh !important;
}

#wrapper {
    display: flex !important;
    flex-direction: column;
    min-height: 100vh;
}

#wrapper #content-wrapper {
    min-height: 100vh !important;
    width: 100% !important;
    display: flex;
    flex-direction: column;
    flex: 1;
}

#wrapper #content-wrapper #content {
    flex: 1 0 auto !important;
}

/* .animated--fade-in {
  -webkit-animation-name: fadeIn !important;
  animation-name: fadeIn !important;
  -webkit-animation-duration: 200ms !important;
  animation-duration: 200ms !important;
  -webkit-animation-timing-function: opacity cubic-bezier(0, 1, 0.4, 1) !important;
  animation-timing-function: opacity cubic-bezier(0, 1, 0.4, 1) !important;
} */

.bg-gradient-primary {
    background-color: #0f9d58 !important;
    background-image: linear-gradient(270deg, #0f9d58 1%, #052d1a 100%) !important;
    background-size: cover !important;
}

.imageLogin {
    width: 100%;
    height: 632px !important;
    background-size: cover;
}

.logo {
    max-width: 147px !important;
    max-height: 68px !important;
}

.btn-primary {
    border-radius: 3px;
    background: var(--Botones-Azul,
            linear-gradient(0deg, #0b5ed7 0%, #0d6efd 100%)) !important;
    border: none;
    cursor: pointer !important;
    color: white !important;
}

.btn-primary:hover {
    background: var(--Botones-Azul,
            linear-gradient(0deg, #0d6efd 0%, #0b5ed7 100%)) !important;
}

.btn-secondary {
    border-radius: 3px;
    background: var(--Botones-Azul,
            linear-gradient(0deg, #5c636a 0%, #6c757d 100%)) !important;
    border: none;
    cursor: pointer !important;
    color: white !important;
}

.btn-secondary:hover {
    background: var(--Botones-Azul,
            linear-gradient(0deg, #6c757d 0%, #5c636a 100%)) !important;
}

.btn-success {
    border-radius: 3px;
    background: var(--Botones-Verde,
            linear-gradient(0deg, #0d864c 0%, #0f9d58 100%)) !important;
    border: none;
    cursor: pointer !important;
    color: white !important;
}

.btn-success:hover {
    background: var(--Botones-Verde,
            linear-gradient(0deg, #0f9d58 0%, #0d864c 100%)) !important;
}

.btn-warning {
    border-radius: 3px;
    background: var(--Botones-Amarillo,
            linear-gradient(0deg, #c49406 0%, #ffc107 100%)) !important;
    border: none;
    cursor: pointer !important;
    color: white !important;
}

.btn-danger {
    border-radius: 3px;
    background: var(--Botones-Rojo,
            linear-gradient(0deg, #b02a37 0%, #dc3545 100%)) !important;
    border: none;
    cursor: pointer !important;
    color: white !important;
}

.btn-danger:hover {
    background: var(--Botones-Verde,
            linear-gradient(0deg, #dc3545 0%, #b02a37 100%)) !important;
}

.btn-info {
    border-radius: 3px;
    background: var(--Botones-Azul,
            linear-gradient(0deg, #2b99af 0%, #0dcaf0 100%)) !important;
    border: none;
    cursor: pointer !important;
    color: white !important;
}

.btn-info:hover {
    background: var(--Botones-Azul-hover,
            linear-gradient(0deg, #0dcaf0 0%, #2b99af 100%)) !important;
}

.dt-search,
.dt-buttons {
    display: none !important;
}

.dt-length {
    margin-bottom: 8px;
}

.dt-info {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
}

/* .page-item .active{
  background-color: #0f9d58;
} */

.containerChart {
    width: 90%;
    height: 300px;
    overflow: auto;
}

.tablaRanking {
    height: 290px;
    overflow: auto;
}

body {
    min-height: 100vh;
    min-height: -webkit-fill-available;
    font-size: 12px !important;
}

html {
    height: -webkit-fill-available;
}

main {
    height: 100dvh;
    overflow-y: hidden !important;
    overflow-x: hidden !important;
    flex: 1;
}

/* móviles */
@media (max-width: 767px) {
    main {
        height: 68dvh;
    }
}

/* pantallas grandes */
@media (min-width: 1080px) {
    main {
        height: 88dvh;
    }
}


.dropdown-toggle {
    outline: 0;
}

.btn-toggle {
    padding: .25rem .5rem;
    font-weight: 600;
    color: var(--bs-emphasis-color);
    background-color: transparent;
}

.btn-toggle:hover,
.btn-toggle:focus {
    color: rgba(var(--bs-emphasis-color-rgb), .85);
    background-color: var(--bs-tertiary-bg);
}

.btn-toggle::before {
    width: 1.25em;
    line-height: 0;
    content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%280,0,0,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
    transition: transform .35s ease;
    transform-origin: .5em 50%;
}

[data-bs-theme="dark"] .btn-toggle::before {
    content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%28255,255,255,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
}

.btn-toggle[aria-expanded="true"] {
    color: rgba(var(--bs-emphasis-color-rgb), .85);
}

.btn-toggle[aria-expanded="true"]::before {
    transform: rotate(90deg);
}

.btn-toggle-nav a {
    padding: .1875rem .5rem;
    margin-top: .125rem;
    margin-left: 1.25rem;
}

.btn-toggle-nav a:hover,
.btn-toggle-nav a:focus {
    background-color: var(--bs-tertiary-bg);
}

.scrollarea {
    overflow-y: auto;
}

.enlace-dinamico .nav-link {
    color: white !important;
}

.activarUsuario,
.activarPerfil,
.inactivarPerfil,
.inactivarCriterio,
.activarCriterio {
    cursor: pointer;
}

.cardTitle {
    position: relative;
    overflow: hidden;
}

.bg-image-holder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: top;
    z-index: 1;
}

.bg-image-profile {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: end;
    z-index: -1;
}

.cardtitle-body {
    position: relative;
    z-index: 2;
}

.pagination .page-link {
    font-size: 11px !important;
    color: #0f9d58;
    /* Cambia el color del texto */
    background-color: white;
    /* Cambia el color de fondo */
    border: 1px solid #0f9d58;
    /* Cambia el color del borde */
}

.pagination .page-item.active .page-link {
    font-size: 11px !important;
    background-color: #076633;
    /* Cambia el color de fondo del elemento activo */
    border-color: #076633;
    /* Cambia el color del borde del elemento activo */
    color: white;
    /* Cambia el color del texto del elemento activo */
}

.pagination .page-link:hover {
    font-size: 11px !important;
    background-color: #076633;
    /* Cambia el color de fondo al pasar el cursor */
    color: white;
    /* Cambia el color del texto al pasar el cursor */
}

.btn-float {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 99;
}

.addTicket {
    background-color: #b6ffd8;
    color: white;
    border-radius: 50%;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: visible;
    font-size: 22px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
}

/* Efecto de ondas */
.addTicket::after {
    content: '';
    position: absolute;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    border: 3px solid rgba(7, 102, 51, 0.4);
    top: 0;
    left: 0;
    animation: ripple 1.8s infinite;
}

@keyframes ripple {
    0% {
        transform: scale(1);
        opacity: 0.9;
    }

    100% {
        transform: scale(1.8);
        opacity: 0;
    }
}

/* Hover mejorado */
.addTicket:hover {
    transform: translateY(-5px) scale(1.08);
    box-shadow: 0 8px 20px rgba(7, 102, 51, 0.6);
    background-color: #099243;
    color: white;
}

/* Efecto adicional de brillo suave al hover */
.addTicket::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.25) 0%, transparent 70%);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.addTicket:hover::before {
    opacity: 1;
}

.star {
    cursor: pointer;
    color: #0a8343;
}

.swal-wide {
    width: 800px !important;
}

.timeline {
    position: relative;
    padding: 0;
    margin: 20px 0;
    list-style: none;
}

.timeline::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 4px;
    background: #dee2e6;
    left: 20px;
    margin-right: -2px;
}

.timeline-item {
    position: relative;
    margin: 10px 0;
    padding-left: 40px;
}

.timeline-item .timeline-icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 38px;
    height: 37px;
    text-align: center;
    border-radius: 50%;
    background: #0d6efd;
    color: white;
}

.timeline-item .timeline-icon i {
    font-size: 1.5rem;
    line-height: 40px;
}

.timeline-item .timeline-content {
    padding: 10px 15px;
    background: #f8f9fa;
    border-radius: 0.25rem;
}

.timeline-item .timeline-content .time {
    display: block;
    font-size: 0.875rem;
    color: #6c757d;
}

.sidebar {
    width: 260px;
    max-width: 250px;
    background-color: #343a40;
    color: white;
    max-height: 100vh !important;
    overflow-y: auto;
    /* Elimina el scroll predeterminado */
    overflow-x: hidden;
    /*     position: relative;
    transition: width 0.3s; */
}

.sidebar .nav-link {
    color: white;
}

.nav-link:hover {
    background-color: #495057;
}

/* Estilo del thumb (parte que se arrastra) */
.simplebar-scrollbar:before {
    background-color: #0b924a;
    /* Cambia este valor al color que prefieras */
}


.arrow {
    transition: transform 0.3s ease;
}

/* Rotación de la flecha cuando el submenú está expandido (abierto) */
.collapsed .arrow {
    transform: rotate(180deg);
}

.nav-pills {
    --bs-nav-pills-border-radius: var(--bs-border-radius);
    --bs-nav-pills-link-active-color: #fff;
    --bs-nav-pills-link-active-bg: #076633;
}

/* sidenav */
#sidenav.collapsed {
    width: 0px;
    padding: 0px !important;
}

#sidenav.collapsed .sidenav-text {
    display: none;
}

#sidenav.collapsed .nav-link {
    justify-content: center;
}

.dt-column-title {
    cursor: default;
}

.notify {
    position: relative;
    top: -34px;
    right: -9px;
}

.notify2 {
    position: relative;
}

.heartbit {
    position: absolute;
    top: -20px;
    right: -4px;
    height: 26px;
    width: 26px;
    z-index: 10;
    border: 5px solid #F6BB42;
    border-radius: 70px;
    -moz-animation: heartbit 1s ease-out;
    -moz-animation-iteration-count: infinite;
    -o-animation: heartbit 1s ease-out;
    -o-animation-iteration-count: infinite;
    -webkit-animation: heartbit 1s ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

/* .notify .point {
  width: 6px;
  height: 6px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background-color: #F6BB42;
  position: absolute;
  right: 6px;
  top: -10px;
} */

/* .notify2 .heartbit {
  position: absolute;
  top: -20px;
  right: -4px;
  height: 26px;
  width: 26px;
  z-index: 10;
  border: 5px solid #F6BB42;
  border-radius: 70px;
  -moz-animation: heartbit 1s ease-out;
  -moz-animation-iteration-count: infinite;
  -o-animation: heartbit 1s ease-out;
  -o-animation-iteration-count: infinite;
  -webkit-animation: heartbit 1s ease-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
} */

/* .notify2 .point {
  width: 6px;
  height: 6px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background-color: #7bcb4d;
  position: absolute;
  right: 6px;
  top: -10px;
} */

/* .notify1 {
  position: relative;
  top: -34px;
  right: -14px;
} */

/* .notify1 .heartbitonline {
  position: absolute;
  top: -20px;
  right: -4px;
  height: 26px;
  width: 26px;
  z-index: 10;
  border: 5px solid #00A400;
  border-radius: 70px;
  -moz-animation: heartbit 1s ease-out;
  -moz-animation-iteration-count: infinite;
  -o-animation: heartbit 1s ease-out;
  -o-animation-iteration-count: infinite;
  -webkit-animation: heartbit 1s ease-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
} */

/* .notify1 .pointonline {
  width: 6px;
  height: 6px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background-color: #00A400;
  position: absolute;
  right: 6px;
  top: -10px;
} */

/* .notify1 .heartbitoffline {
  position: absolute;
  top: -20px;
  right: -4px;
  height: 26px;
  width: 26px;
  z-index: 10;
  border: 5px solid #FA383E;
  border-radius: 70px;
  -moz-animation: heartbit 1s ease-out;
  -moz-animation-iteration-count: infinite;
  -o-animation: heartbit 1s ease-out;
  -o-animation-iteration-count: infinite;
  -webkit-animation: heartbit 1s ease-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
} */

/* .notify1 .pointoffline {
  width: 6px;
  height: 6px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background-color: #FA383E;
  position: absolute;
  right: 6px;
  top: -10px;
} */

.notifyx {
    position: relative;
    top: -34px;
    right: -9px;
}

.notifyx .heartbitx {
    position: absolute;
    top: -3px;
    right: 5px;
    height: 26px;
    width: 26px;
    z-index: 10;
    border: 5px solid #076633;
    border-radius: 70px;
    -moz-animation: heartbit 1s ease-out;
    -moz-animation-iteration-count: infinite;
    -o-animation: heartbit 1s ease-out;
    -o-animation-iteration-count: infinite;
    -webkit-animation: heartbit 1s ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.notifyx .pointx {
    width: 6px;
    height: 6px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background-color: #076633;
    position: absolute;
    right: 15px;
    top: 8px;
}

/* .notifyx .heartbity {
  position: absolute;
  top: -3px;
  right: 5px;
  height: 26px;
  width: 26px;
  z-index: 10;
  border: 5px solid #F23B6B;
  border-radius: 70px;
  -moz-animation: heartbit 1s ease-out;
  -moz-animation-iteration-count: infinite;
  -o-animation: heartbit 1s ease-out;
  -o-animation-iteration-count: infinite;
  -webkit-animation: heartbit 1s ease-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
} */

/* .notifyx .pointy {
  width: 6px;
  height: 6px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background-color: #F23B6B;
  position: absolute;
  right: 16px;
  top: -10px;
} */

@-moz-keyframes heartbit {
    0% {
        -moz-transform: scale(0);
        opacity: 0.0;
    }

    25% {
        -moz-transform: scale(0.1);
        opacity: 0.1;
    }

    50% {
        -moz-transform: scale(0.5);
        opacity: 0.3;
    }

    75% {
        -moz-transform: scale(0.8);
        opacity: 0.5;
    }

    100% {
        -moz-transform: scale(1);
        opacity: 0.0;
    }
}

@-webkit-keyframes heartbit {
    0% {
        -webkit-transform: scale(0);
        opacity: 0.0;
    }

    25% {
        -webkit-transform: scale(0.1);
        opacity: 0.1;
    }

    50% {
        -webkit-transform: scale(0.5);
        opacity: 0.3;
    }

    75% {
        -webkit-transform: scale(0.8);
        opacity: 0.5;
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 0.0;
    }
}

.very-weak {
    background-color: red !important;
}

.weak {
    background-color: orange !important;
}

.medium {
    background-color: yellow !important;
}

.strong {
    background-color: lightgreen !important;
}

.very-strong {
    background-color: green !important;
}

.btn-individual {
    width: 80px !important;
}

.btn-eliminarIndividual,
.eliminarMasivo {
    width: 55px !important;
}

.btn-carga,
.btn-ver {
    width: 120px !important;
}

.drop-zone {
    border: 2px dashed #007bff;
    padding: 20px;
    text-align: center;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.drop-zone.dragover {
    background-color: #e9ecef;
}

/* .enlace-dinamico{
  width: 100% !important;
  min-width: 186.93px !important;
} */

/* access denegado */

.message {
    font-family: 'Poppins', sans-serif;
    font-size: 50px;
    color: white;
    font-weight: 500;
}

.message2 {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    color: white;
    font-weight: 300;
}

.neon {
    text-align: center;
    width: 100%;
    font-family: 'Varela Round', sans-serif;
    font-size: 170px;
    color: #5BE0B3;
    letter-spacing: 3px;
    text-shadow: 0 0 5px #6EECC1;
    animation: flux 2s linear infinite;

}

.trash {
    width: 170px;
    height: 220px;
    background-color: #585F67;
    top: 300px;
}

.can {
    width: 190px;
    height: 30px;
    background-color: #6B737C;
    border-radius: 15px 15px 0 0;
}

.door-frame {
    height: 495px;
    width: 295px;
    border-radius: 90px 90px 0 0;
    background-color: #8594A5;
    display: flex;
    justify-content: center;
    align-items: center;
}

.door {
    height: 450px;
    width: 250px;
    border-radius: 70px 70px 0 0;
    background-color: #A0AEC0;
}

.eye {
    top: 15px;
    left: 25px;
    height: 5px;
    width: 15px;
    border-radius: 50%;
    background-color: white;
    animation: eye 7s ease-in-out infinite;
    position: absolute;
}

.eye2 {
    left: 65px;
}

.window {
    height: 40px;
    width: 130px;
    background-color: #1C2127;
    border-radius: 3px;
    margin: 80px auto;
    position: relative;
}

.leaf {
    height: 40px;
    width: 130px;
    background-color: #8594A5;
    border-radius: 3px;
    margin: 80px auto;
    animation: leaf 7s infinite;
    transform-origin: right;
}

.handle {
    height: 8px;
    width: 50px;
    border-radius: 4px;
    background-color: #EBF3FC;
    position: absolute;
    margin-top: 250px;
    margin-left: 30px;
}

.rectangle {
    height: 70px;
    width: 25px;
    background-color: #CBD8E6;
    border-radius: 4px;
    position: absolute;
    margin-top: 220px;
    margin-left: 20px;
}

@keyframes leaf {
    0% {
        transform: scaleX(1);
    }

    5% {
        transform: scaleX(0.2);
    }

    70% {
        transform: scaleX(0.2);
    }

    75% {
        transform: scaleX(1);
    }

    100% {
        transform: scaleX(1);
    }
}

@keyframes eye {
    0% {
        opacity: 0;
        transform: translateX(0)
    }

    5% {
        opacity: 0;
    }

    15% {
        opacity: 1;
        transform: translateX(0)
    }

    20% {
        transform: translateX(15px)
    }

    35% {
        transform: translateX(15px)
    }

    40% {
        transform: translateX(-15px)
    }

    60% {
        transform: translateX(-15px)
    }

    65% {
        transform: translateX(0)
    }
}

@keyframes flux {

    0%,
    100% {
        text-shadow: 0 0 5px #00FFC6, 0 0 15px #00FFC6, 0 0 50px #00FFC6, 0 0 50px #00FFC6, 0 0 2px #B9FFE8, 2px 2px 3px #12E29C;
        color: #4BFFEF;
    }

    50% {
        text-shadow: 0 0 3px #00B58D, 0 0 7px #00B58D, 0 0 25px #00B58D, 0 0 25px #00B58D, 0 0 2px #00B58D, 2px 2px 3px #006A60;
        color: #63D3AE;
    }
}

/* end acceso denegado */

#top {
    background: #eee;
    border-bottom: 1px solid #ddd;
    padding: 0 10px;
    line-height: 40px;
    font-size: 12px;
}

.fc-event {
    cursor: pointer !important;
}

.contact {
    background-image: url(../images/fondoCards.jpg);
    background-size: cover;
    width: 100%;
}

.fondoBotones {
    background-image: url(../images/consolidado.PNG);
    background-size: cover;
    height: 100%;
    width: 100%;
}

.process ul li {
    display: inline-block;
    width: 32.6%;
    vertical-align: top;
    position: relative;
    text-align: center;
}

#process1,
#processSuccess1 {
    margin-left: 146px !important;
}

#process2,
#processSuccess2 {
    margin-left: 227px !important;
}

#process3,
#processSuccess3 {
    margin-left: 221px !important;
}

.chkSuccess {
    color: #076633 !important;
}

.custom-popover .popover-body {
    font-size: 11px !important;
    padding: 0px !important;
}

.popover-header {
    font-size: 12px !important;
}

.am5-layer-30 {
    display: none !important;
}

textarea {
    font-size: 11px !important;
}

select {
    font-size: 11px !important;
}

input {
    font-size: 11px !important;
}

.festivo {
    color: red !important;
    font-weight: bold !important;
    /* Negrita */
}

.select2-selection__rendered {
    font-size: 11px !important;
}

.btn-outline-primary {
    border-radius: 3px;
    background: transparent !important;
    border: 1px solid #0d6efd !important;
    color: #0d6efd !important;
    cursor: pointer;
}

.btn-outline-primary:hover {
    background: var(--Botones-Azul,
            linear-gradient(0deg, #0b5ed7 0%, #0d6efd 100%)) !important;
    color: white !important;
}

.btn-outline-secondary {
    border-radius: 3px;
    background: transparent !important;
    border: 1px solid #6c757d !important;
    color: #6c757d !important;
    cursor: pointer;
}

.btn-outline-secondary:hover {
    background: var(--Botones-Azul,
            linear-gradient(0deg, #5c636a 0%, #6c757d 100%)) !important;
    color: white !important;
}

.btn-outline-success {
    border-radius: 3px;
    background: transparent !important;
    border: 1px solid #0f9d58 !important;
    color: #0f9d58 !important;
    cursor: pointer;
}

.btn-outline-success:hover {
    background: var(--Botones-Verde,
            linear-gradient(0deg, #0d864c 0%, #0f9d58 100%)) !important;
    color: white !important;
}

.btn-outline-warning {
    border-radius: 3px;
    background: transparent !important;
    border: 1px solid #ffc107 !important;
    color: #ffc107 !important;
    cursor: pointer;
}

.btn-outline-warning:hover {
    background: var(--Botones-Amarillo,
            linear-gradient(0deg, #c49406 0%, #ffc107 100%)) !important;
    color: white !important;
    /* contraste legible */
}

.btn-outline-danger {
    border-radius: 3px;
    background: transparent !important;
    border: 1px solid #dc3545 !important;
    color: #dc3545 !important;
    cursor: pointer;
}

.btn-outline-danger:hover {
    background: var(--Botones-Rojo,
            linear-gradient(0deg, #b02a37 0%, #dc3545 100%)) !important;
    color: white !important;
}

.btn-outline-info {
    border-radius: 3px;
    background: transparent !important;
    border: 1px solid #0dcaf0 !important;
    color: #0dcaf0 !important;
    cursor: pointer;
}

.btn-outline-info:hover {
    background: #0dcaf0 !important;
    color: white !important;
}

.table-success {
    --bs-table-bg: #09753b !important;
    --bs-table-color: white !important;
}

td.selected {
    background-color: #076633 !important;
}

.dropdown-item {
    cursor: pointer !important;
}

.input-group-text {
    font-size: 11px !important;
}

.btn-index {
    min-width: 200px !important;
}

.btn-index:hover {
    background-color: #0f9d58 !important;
    color: white !important;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
    transform: translateY(-2px);
}

.welcome-container {
    min-height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 3rem 1rem;
    text-align: center;
    border-radius: 1rem;
}

.fondoDefault {
    background:
        linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)),
        url('../images/backgroud_1.png');
    background-size: cover;
    background-position: center;
    min-height: 100% !important;
}

.fondoCumple {
    background:
        linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)),
        url('../images/backgroud_3.jpg');
    background-size: cover;
    background-position: center;
    min-height: 72vh !important;
}

.fondoHalloween {
    background:
        linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)),
        url('../images/backgroud_4.jpg');
    background-size: cover;
    background-position: center;
    min-height: 72vh !important;
}

.fondoNavidad {
    background:
        linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)),
        url('../images/backgroud_5.jpg');
    background-size: cover;
    background-position: center;
    z-index: 99;
    min-height: 72vh !important;
}

.welcome-icon {
    font-size: 3.5rem;
    color: #0d6efd;
    margin-bottom: 1rem;
}

.welcome-title {
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.welcome-subtitle {
    font-size: 1rem;
    color: #6c757d;
    max-width: 600px;
}

.tabOpcionesActive {
    background-color: #198754 !important;
}

.tabOpciones {
    color: #198754 !important;
}

.tabOpciones:hover {
    color: #e9ecef !important;
}

.tabOpcionesActive {
    color: #e9ecef !important;
}

#content {
    flex: 1 0 auto;
    /* ocupa todo el espacio disponible */
}

/* Estilos para la nueva interfaz */
.worker-card {
    transition: all 0.2s ease;
    border-left: 4px solid #198754 !important;
}

.worker-card:hover {
    transform: translateY(-1px);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.step-content {
    animation: fadeIn 0.3s ease-in;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.avatar {
    font-weight: bold;
}

/* Responsive */
@media (max-width: 768px) {
    .worker-card .row>div {
        margin-bottom: 0.5rem;
    }

    .time-inputs {
        display: flex;
        gap: 0.25rem;
    }

    .time-inputs input {
        flex: 1;
    }
}

/* Estructura base para que el footer quede abajo */
html,
body {
    height: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
}

/* Footer siempre al final */
/* footer {
  background: #1c1f26;
  color: #e9ecef;
  text-align: center;
  padding: 8px 0;
  width: 100%;
  flex-shrink: 0;
  position: relative;
  
} */
footer {
    background: #1c1f26;
    color: #e9ecef;
    text-align: center;
    padding: 8px 0;
    width: 100%;
    margin-top: auto;
    /* 👈 empuja el footer al final del contenedor */
    flex-shrink: 0;
    position: relative;
}

footer p {
    margin: 0;
    font-size: 12px;
    letter-spacing: 0.4px;
    color: #adb5bd;
}

footer p strong {
    color: #00c46b;
}

footer::before {
    content: "";
    position: absolute;
    top: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, transparent, #07c400, transparent);
    animation: lineFlow 3s linear infinite;
}

@keyframes lineFlow {
    0% {
        background-position: -100px;
    }

    100% {
        background-position: 100px;
    }
}

.operation-card {
    cursor: pointer;
    transition: all 0.25s ease;
    border: 2px solid transparent;
    border-radius: 10px;
    background-color: #f8f9fa;
}

.operation-card:hover {
    transform: scale(1.03);
    border-color: #198754;
    background-color: #e9f7ef;
}

.operation-card.selected {
    border-color: #198754;
    background-color: #d1f3db;
}

.operation-checkbox {
    display: none;
}

.operation-name {
    font-weight: 600;
    font-size: 11px;
}

.input-with-fa-spinner {
    position: relative;
}

.spinner-icon {
    position: absolute;
    right: 12px;
    top: 30%;
    transform: translateY(-50%);
    color: #0f9d58;
}

.spinner-icon.active {
    display: block;
}

.operacion-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15) !important;
}


/* new Secction Login */

:root {
    /*     --primary-color: #0f9d58;
    --primary-dark: #0d8549;
    --primary-light: #34a853;
    --secondary-color: #fff;
    --text-dark: #333;
    --text-light: #666;
    --shadow-sm: 0 2px 4px rgba(0, 0, 0, 0.08);
    --shadow-md: 0 4px 12px rgba(0, 0, 0, 0.12);
    --shadow-lg: 0 10px 30px rgba(0, 0, 0, 0.15); */
    --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.login-container {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background: linear-gradient(135deg, #0f9d58 0%, #0d8a4d 100%);
    min-height: 100vh;
}

.login-container {
    padding: 2rem 1rem;
}

.login-card {
    border-radius: 20px;
    box-shadow: var(--shadow-md);
    overflow: hidden;
    border: none;
    max-height: 632px !important;
    /* ocupa toda la altura visible de la pantalla */
    height: 100vh !important;
    /* opcional: fuerza la altura completa */
    display: flex;
    flex-direction: column;
}

/* Si el contenido interno puede desbordar, añade esto */
.login-card .card-body {
    overflow-y: auto;
    /* scroll interno si el contenido es muy largo */
    flex: 1;
    /* hace que el contenido crezca y ocupe el espacio disponible */
}

.carousel-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    position: relative;
}

.carousel,
.carousel-inner,
.carousel-item {
    height: 100%;
}

.carousel-item img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.form-section {
    background: #ffffff;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.logo-section {
    text-align: center;
}

.logo-section img {
    width: 260px;
    height: auto;
}

.title-login {
    font-size: 1.75rem;
    font-weight: 700;
    color: var(--text-dark);
    margin: 0;
    line-height: 1.3;
}

.subtitle {
    color: #0f9d58;
    font-size: 0.95rem;
    text-align: center;
}

.form-label {
    color: #495057;
    margin-bottom: 0.5rem;
    display: block;
}

/* .form-control {
    border-radius: 8px;
    padding: 0.75rem 1rem;
    border: 1.5px solid #dee2e6;
    transition: var(--transition);
    font-size: 0.95rem;
}

.form-control:focus {
    border-color: #0f9d58;
    box-shadow: 0 0 0 0.2rem rgba(15, 157, 88, 0.15);
    outline: none;
}

.form-control.is-invalid {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.15);
} */

.password-wrapper {
    position: relative;
}

#togglePassword:hover {
    color: var(--primary-color);
}

.btn-google {
    background-color: #ffffff;
    border: 1.5px solid #dadce0;
    border-radius: 8px;
    font-weight: 600;
    color: #3c4043;
    transition: var(--transition);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    padding: 0.55rem 1rem;
    font-size: 0.95rem;
}

.btn-google:hover {
    background-color: #f8f9fa;
    border-color: #c1c3c5;
    box-shadow: var(--shadow-sm);
    transform: translateY(-1px);
}

.divider {
    display: flex;
    align-items: center;
    text-align: center;
}

.divider::before,
.divider::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid #dee2e6;
}

.divider span {
    padding: 0 1rem;
    color: #6c757d;
    font-size: 0.875rem;
    background: white;
}

.form-check-label {
    font-size: 0.9rem;
    color: #495057;
    cursor: pointer;
}

.links-section {
    margin-top: 1rem;
    text-align: center;
}

.links-section a {
    color: #6c757d;
    text-decoration: none;
    font-size: 0.875rem;
    transition: color 0.2s;
    margin: 0 0.5rem;
}

.links-section a:hover {
    color: var(--primary-color);
}

.copyrights {
    margin-top: 0.5rem;
    padding-top: 0.5rem;
    border-top: 1px solid #dee2e6;
    text-align: center;
    color: #6c757d;
    font-size: 0.875rem;
}

.alert {
    border-radius: 8px;
    border: none;
    padding: 0.75rem 1rem;
}

.loading-spinner {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    border: 2px solid transparent;
    border-top: 2px solid currentColor;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
    margin-right: 0.5rem;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.fade-in {
    animation: fadeIn 0.5s ease-in;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive adjustments */
@media (max-width: 767.98px) {
    .login-container {
        padding: 1rem;
    }

    .form-section {
        padding: 2rem 1.5rem;
    }

    .title-login {
        font-size: 1.5rem;
    }
}

@media (max-width: 575.98px) {
    .form-section {
        padding: 1.5rem 1rem;
    }

    .logo-section img {
        width: auto !important;
    }
}

.acceso-directo-card {
    width: 157px;
    height: 90px;
    border-radius: 15px;
    background: linear-gradient(135deg, #0f9d58, #085731);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.acceso-directo-card:hover {
    transform: translateY(-5px) scale(1.03);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}

.acceso-directo-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: -50%;
    width: 200%;
    height: 200%;
    background: rgba(255, 255, 255, 0.15);
    transform: rotate(45deg);
    transition: opacity 0.4s ease;
    opacity: 0;
}

.acceso-directo-card:hover::before {
    opacity: 1;
}

.acceso-content {
    z-index: 2;
}

.icon-wrapper {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.icon-wrapper i {
    color: #fff;
    transition: transform 0.3s ease;
}

.acceso-directo-card:hover i {
    transform: scale(1.15);
}

@media (max-width: 576px) {
    .acceso-directo-card {
        width: 160px;
        height: 110px;
    }

    .icon-wrapper {
        width: 45px;
        height: 45px;
    }
}

.scrollable-body {
    max-height: calc(88vh - 200px);
    overflow-y: auto;
    background: none;
}

.note-toolbar .note-btn {
    padding: 0.25rem 0.4rem !important;
    font-size: 0.8rem !important;
    border-radius: 4px;
}

.chekboxVer,
.chekboxCrear,
.chekboxEditar,
.chekboxEliminar,
.chekboxRevisar,
.chekboxDecidir {
    margin-top: 6px;
}

.indexTrabajador {
    cursor: pointer !important;
}

.popover-body {
    padding: 3px !important;
    font-size: 11px !important;
}

.popover-header {
    font-size: 12px !important;
    padding: 3px !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.popover-help {
    font-size: 13px;
}

.popover-help p {
    margin: 4px 0;
}

.popover-help ul {
    padding-left: 18px;
    margin: 0;
}

.popover-help ul li {
    font-size: 12px;
    padding: 2px 0;
}

.popover-header {
    background: #2d2d2d;
    color: #fff;
    font-weight: 600;
}

.btn-detalles {
    min-width: 85px !important;
    padding-bottom: 2px !important;
}

/* .modal-content {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
}

.modal-header {
    background: rgba(34, 197, 94, 0.25) !important;
    backdrop-filter: blur(20px) !important;
    -webkit-backdrop-filter: blur(20px) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
    box-shadow: 0 4px 12px 0 rgba(34, 197, 94, 0.2) !important;
}

.btn-close {
    filter: brightness(0) invert(1);
}

.modal-footer {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
} */