::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-track {
    background: #888
}

::-webkit-scrollbar-thumb {
    background: #2c304d;
    border-radius: 12px;
}

::-webkit-scrollbar-thumb:hover {
    background: #2c304d
}

* {
    -webkit-user-select: text;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: local('Montserrat Regular'), local('Montserrat-Regular'), url(../../static_assets/fonts/Montserrat400.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    src: local('Montserrat Bold'), local('Montserrat-Bold'), url(../../static_assets/fonts/Montserrat700.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Noto Sans'), local('NotoSans'), url(../../static_assets/fonts/Noto400.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 700;
    src: local('Noto Sans Bold'), local('NotoSans-Bold'), url(../../static_assets/fonts/Noto700.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

.boton_editar {
    background: transparent;
    color: rgba(52, 40, 104, 0.4);
    font-size: 1.6rem;
    padding: .25rem .35rem;
    border: 0;
    height: 32px;
    width: 32px;
    min-height: 32px;
    min-width: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.boton_editar:hover {
    background: rgba(52, 40, 104, 0.8);
    color: #fff;
    border-radius: 50%;
    z-index: 999;
    height: 32px;
    width: 32px;
}

.boton_clonar {
    background: transparent;
    color: rgba(52, 40, 104, 0.4);
    font-size: 1.6rem;
    padding: .5rem;
    border: 0
}

.boton_clonar:hover {
    background: rgba(90, 185, 249, 0.8);
    color: #fff;
    border-radius: 50%
}

.boton_eliminar {
    background: transparent;
    color: rgba(52, 40, 104, 0.4);
    font-size: 1.6rem;
    padding: .25rem .35rem;
    border: 0;
    height: 32px;
    width: 32px;
    min-height: 32px;
    min-width: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.boton_eliminar:hover {
    background: #e76c90;
    color: #fff;
    border-radius: 50%;
    height: 32px;
    width: 32px;
}

.no-sort {
    pointer-events: none !important;
    cursor: default !important
}

.no-sort:before {
    display: none !important
}

.no-sort:after {
    display: none !important
}

.dropdown-item.active {
    background-color: #2c304d
}

.form-group p {
    color: #2c304d;
    font-weight: normal;
    margin-left: 1em
}

.default-sidebar .side-navbar.shrinked ul li #navSprintLider {
    display: flex;
    flex-direction: column;
}

.default-sidebar .side-navbar.shrinked ul li a svg {
    width: 25px;
    height: 25px;
    margin-bottom: 5px;
    align-self: center;
}

.side-navbar.shrinked .list-unstyled .list-unstyled i {
    display: none !important
}

.side-navbar.shrinked .list-unstyled .list-unstyled span {
    display: block !important
}

table.dataTable td,
table.dataTable th {
    text-align: center;
    word-break: break-word
}

.container-fluid {
    margin-bottom: 3em
}

footer.main-footer {
    position: fixed !important;
    width: 100%;
    bottom: 0;
    z-index: 999
}

.modal-body p {
    color: #2c304d;
    text-align: left
}

.go-top {
    padding: .8em
}

.info_mes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    padding: 1.4em;
    padding-bottom: 0
}

.info_mes p {
    font-family: "Noto Sans", sans-serif;
    margin-bottom: 0;
    padding: .5em;
    color: #2c304d;
    font-size: 12px;
    font-weight: normal;
    text-align: center
}

.info_mes .estado {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.info_impreso {
    text-align: center
}

.info_impreso button {
    margin-bottom: 1em
}

.info_impreso p {
    color: #2c304d;
    font-weight: bold
}

.info_impreso .impreso_cantidad {
    font-weight: normal
}

.info_impreso .estado {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

}

.info_impreso .estado p {
    padding: .5em;
    font-size: 12px;
    font-weight: normal;
    text-align: center;
    margin: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%
}

.info_impreso .estado .progress {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-bottom: 1rem;
    height: 2.5rem;

}

.info_impreso .carga_reportero {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.info_impreso .carga_reportero p {
    padding: .5em;
    font-size: 12px;
    font-weight: normal;
    text-align: center;
    margin: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%
}

.info_impreso .carga_reportero .progress {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%
}

.m-l-0 {
    margin-left: 0 !important
}

nav.navbar .avatar {
    background: #2c304d;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (min-width:768px) {
    nav.navbar .avatar {
        padding: .3em
    }

}

@media screen and (max-width:767px) {
    nav.navbar .avatar {
        padding: .2em
    }

}

nav.navbar .avatar i {
    color: #fff;
    font-size: 20px
}

.header_usuario {
    color: #2c304d;
    margin-right: 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.flex-100 {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important
}

.progress {
    background-color: rgba(44, 48, 77, 0.5);
    height: 25px;
    width: 100%;
    margin: 0 auto;
}

.progress .progress-bar span {
    padding: 1em;
    position: absolute;
    text-align: center;
}

.nav-tabs .nav-link.active {
    color: #2c304d;
    font-weight: 700;
    border-bottom: 5px solid #2c304d !important
}

.nav-tabs .nav-link.active:hover {
    color: #2c304d !important
}

.nav-tabs .nav-item {
    width: 50%;
    text-align: center
}

.nav-tabs .nav-item a:after {
    background: #2c304d
}

#renovacion_contenedor,
#cantidad_contenedor,
#fotografia,
#videografia,
#mensaje_contrasenia,
#contenedor_paquete,
#contenedor_servicio {
    display: none
}

.fc-title i {
    font-size: 15px !important;
    vertical-align: 0 !important
}

.calendario_contenedor {
    width: 100%
}

table {
    width: 100%
}

.btn-gradient-01 {
    color: #fff !important
}

.btn-secondary {
    color: #2c304d !important
}

.btn-secondary:hover {
    background-color: #bcc4d2 !important;
    border-color: #bcc4d2 !important;
}

.btn-primary-blue {
    background-color: #2c304d !important;
    color: #fff !important;
}

.btn-primary-blue:hover {
    background-color: #5d5386 !important;
}

.swal2-container.swal2-shown {
    background-color: rgba(0, 0, 0, 0.7) !important;
    z-index: 9999
}

.swal2-container.swal2-shown .swal2-popup .swal2-title {
    font-size: 18px !important
}

.swal2-container.swal2-shown .swal2-popup #swal2-content {
    font-size: 15px;
    max-height: 300px;
    overflow-y: auto
}

.swal2-container.swal2-shown .swal2-popup #swal2-content .campo {
    font-weight: 700;
    font-size: 14px
}

.swal2-container.swal2-shown .swal2-popup .swal2-styled.swal2-confirm {
    background: #2c304d !important;
    border-radius: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.contenedor_revista {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media screen and (max-width:767px) {
    .contenedor_revista {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

}

.contenedor_revista .datos {
    background: #fff;
    padding: 1em
}

@media screen and (min-width:768px) {
    .contenedor_revista .datos {
        width: 100%
    }

}

@media screen and (max-width:767px) {
    .contenedor_revista .datos {
        width: 100%
    }

}

@media screen and (min-width:768px) {
    .contenedor_revista .revista {
        width: 100%
    }

}

@media screen and (max-width:767px) {
    .contenedor_revista .revista {
        width: 100%
    }

}

.reporte_fecha {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 3em
}

@media screen and (max-width:767px) {
    .reporte_fecha {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

}

.reporte_fecha button {
    background: #2c304d;
    border-color: #2c304d;
    color: #fff
}

@media screen and (max-width:767px) {
    .reporte_fecha .columna #titulo {
        margin: 1em;
        margin-right: 1em !important;
        text-align: center
    }

}

#mapa_revista {
    margin-top: 2em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    zoom: 85%
}

#mapa_revista .cuadro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: .5rem;
    border: rgb(146, 146, 146) dashed 1px;
    border-radius: 16px;
    padding: 1% 1%;

}

#mapa_revista .pagina {
    height: 275px;
    width: 200px;
    padding: 1em;
    margin: 0 auto;
    text-align: center;
    border: 1px solid #2c304d;
    cursor: pointer;
    border-bottom-left-radius: .3rem;
    border-bottom-right-radius: .3rem;

}

#mapa_revista .pagina .numero.odd {
    text-align: right
}

#mapa_revista .pagina .numero.even {
    text-align: left
}

#mapa_revista .contenido,
#mapa_revista .defecto {
    background: #fff
}

#mapa_revista .contenido p,
#mapa_revista .defecto p {
    font-size: 12px
}

#mapa_revista .defecto .pHidden {
    display: none;

}

#mapa_revista .ventas p {
    font-size: 12px
}

#mapa_revista .ventas .pHidden {
    display: none;

}

#mapa_revista .ventas .pWhite {
    color: #fff;

}

#mapa_revista .ventas .anuncio {
    font-style: italic
}

.btn_nuevo {
    margin: 0 15px 30px 15px
}

.ventas {
    background: #2c304d !important;

    .seccion {
        color: #fff;
    }

    .paginacion {
        color: #fff;
    }

    p {
        color: #fff;

    }
}

small {
    display: block;
    padding-top: 1em
}

.table-responsive .dataTables_wrapper .row div[class^="col-"] {
    padding: 0
}

#mensaje_carga {
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 9999;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

#mensaje_carga p {
    font-size: 18px
}

.table thead th,
.table td {
    text-align: center;
    word-break: break-word
}

.table tbody th {
    text-align: center;
    border-top: none
}

.default-sidebar .side-navbar ul li:hover {
    background: #f9f9f9
}

.default-sidebar .side-navbar ul li:hover a {
    color: #2d304d
}

.default-sidebar .side-navbar ul li:hover a:hover i {
    color: #2d304d
}

.default-sidebar .side-navbar ul li a svg {
    width: 15px;
    height: 15px;
    margin-right: 5px;
}

.default-sidebar .side-navbar ul li:hover a:hover svg g {
    fill: #2d304d
}

.default-sidebar .side-navbar ul ul {
    background: #f9f9f9;
    margin: 0;
    border-radius: 0
}

.default-sidebar .side-navbar ul ul a {
    font-weight: 700;
    padding-left: 28px
}

.default-sidebar .side-navbar ul ul li:hover {
    background: #2d304d
}

.default-sidebar .side-navbar ul ul li:hover a {
    color: #f9f9f9 !important
}

.default-sidebar .side-navbar ul ul li:hover i {
    color: #f9f9f9 !important
}

.default-sidebar .side-navbar a[aria-expanded="true"] {
    background: #f9f9f9;
    font-weight: 700;
    color: #2d304d;
    margin: 0;
    border-radius: 0
}

.default-sidebar .side-navbar a[aria-expanded="true"] i {
    color: #2d304d
}

.cat {
    margin: 4px;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #2c304d;
    overflow: hidden;
    float: left;

}

.cat label {
    float: left;
    line-height: 3.0em;
    width: 8.0em;
    height: 3.0em;

}

.cat label span {
    text-align: center;
    padding: 3px 0;
    display: block;
    cursor: pointer;

}

.cat label input {
    position: absolute;
    display: none;
    color: #fff !important;

}

.cat label input+span {
    color: #2c304d;

}

.cat input:checked+span {
    color: #fff;

}

.cat input:checked+span {
    background-color: #2c304d;

}

.copyPag {
    margin: 4px;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #2c304d;
    overflow: hidden;
    float: left;

}

.copyPag label {
    float: left;
    line-height: 3.0em;
    width: 35px;
    height: 40px;

}

.copyPag label span {
    text-align: center;
    padding: 3px 0;
    display: block;

}

.copyPag label input {
    position: absolute;
    display: none;
    color: #fff !important;

}

.copyPag input:checked+span {
    color: #fff;

}

.copyPag input:checked+span {
    background-color: #129a3f;

}

.containerCheckbox {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

}

.containerCheckbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmarkSpan {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #d9d9d9;
    border-radius: 5px;

}

.containerCheckbox:hover input~.checkmarkSpan {
    background-color: rgb(130, 130, 130);

}

.containerCheckbox input:checked~.checkmarkSpan {
    background-color: #2c304d;

}

.checkmarkSpan:after {
    content: "";
    position: absolute;
    display: none;

}

.containerCheckbox input:checked~.checkmarkSpan:after {
    display: block;

}

.containerCheckbox .checkmarkSpan:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.nota {
    border: 2px solid #2c304d;
    border-radius: 5px;
    width: 11rem;
    height: 15rem;
    background-color: #ffffff;
    text-align: center;
    grid-template-areas: 'editar espacio boton' 'nota nota nota';
    gap: 10px;
    padding: 10px;

}

.boton_eliminar_nota {
    color: rgba(52, 40, 104, 0.4);
    font-size: 1.6rem;
    padding: .25rem .35rem;
    border: 0;
    border-radius: 50%;
    background-color: unset;
    margin-left: .5rem;
}

.boton_eliminar_nota:hover {
    background: #b72323;
    color: #fff;
    border-radius: 50%
}

.boton_editar_nota {
    background: #2c304d;
    color: #fff;
    font-size: 1.2rem;
    padding: .25rem;
    border: 0;
    border-radius: 50%
}

.boton_editar_nota:hover {
    background: rgba(52, 40, 104, 0.8);
    color: #fff;
    border-radius: 50%
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;

}

input[type=number] {
    -moz-appearance: textfield;

}

.btnVerDoc {
    background-color: #2c304d;
    border: 2px solid transparent;
    padding: 10px 20px;
    border-radius: 60px;
    transition: all 0.2s ease-in-out;
    position: relative;
    overflow: hidden;
    font-size: .85rem;
    font-weight: 600 !important;
    line-height: 1.25;

}

.btnVerDoc:hover {
    background-color: #5d5386;
    color: #fff;
}

.btnRemove {
    border-color: transparent;
    background-color: transparent;
    color: #bf0b0b;
    font-weight: bolder;

}

.btnRemove:hover {
    transform: scale(1.5);
    transition: all 0.3s ease;

}

.boton_descargarBrief {
    background: transparent;
    color: rgba(52, 40, 104, 0.4);
    font-size: 1.6rem;
    padding: .5rem;
    border: 0
}

.boton_descargarBrief:hover {
    background: rgba(28, 136, 14, 0.8);
    color: #fff;
    border-radius: 50%
}

.boton_noDescargar {
    background: transparent;
    color: rgba(52, 40, 104, 0.4);
    font-size: 1.6rem;
    padding: .5rem;
    border: 0
}

.boton_noDescargar:hover {
    background: #bf0b0bc1;
    color: #fff;
    border-radius: 50%
}

.nav-link.active {
    background-color: #2c304d !important;
    color: #fff !important;

}

.nav-link:hover {
    background-color: #2c304db5 !important;
    color: #fff !important;

}

.btn-default {
    background: #eaeaea;
    color: #2c304d;

}

.btn-default:hover {
    background: #d0d0d0;

}

.btn-square:hover {
    background-color: #5d5386;
    border-color: #5d5386;
    color: #FFF;

}

#user:hover {
    background-color: transparent !important;
    color: #fff !important;

}

.navPillUnselected {
    border: 1px solid #2c304d;
    margin: 0 10px 5px 0;

}

.dt-wrap {
    word-break: break-word !important;
    overflow-wrap: anywhere !important;
    white-space: break-spaces !important;
    min-width: 100px;
}

.adminDiv {
    margin: unset;
    text-align: center;

}

@media screen and (max-width:600px) {
    .adminDiv {
        margin: unset;
    }
}

.hoverText:hover {
    cursor: pointer;
    scale: 1.05;
}

.d-flex {
    display: flex;
}

.s-between {
    justify-content: space-between;

}

.s-evenly {
    justify-content: space-evenly;

}

.s-around {
    justify-content: space-around;

}

.j-center {
    justify-content: center;

}

.bordered-div {
    border: 1px solid #2c304d;
    min-height: 8rem;
    border-radius: 1rem;

}

.grey-pill {
    background-color: #dfdfdf;
    border-radius: 15px;
    padding: .25rem .5rem .25rem .5rem;
    margin: .5rem;
    cursor: pointer;

}

.btn-with-tooltip {
    position: relative;
    display: inline-block;
}

.btn-with-tooltip[data-tooltip]:hover::after {
    content: attr(data-tooltip);
    position: absolute;
    bottom: calc(100% + 10px);
    /* Más separación del botón */
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(51, 51, 51, 0.95);
    color: white;
    padding: 8px 12px;
    border-radius: 6px;
    white-space: nowrap;
    z-index: 10000;
    /* Z-index muy alto */
    font-size: 12px;
    font-weight: normal;
    min-width: 120px;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.btn-with-tooltip[data-tooltip]:hover::before {
    content: "";
    position: absolute;
    bottom: calc(100% + 5px);
    /* Flecha más cerca del tooltip */
    left: 50%;
    transform: translateX(-50%);
    border: 5px solid transparent;
    border-top-color: rgba(51, 51, 51, 0.95);
    z-index: 10001;
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

/* Estado inicial (oculto) */
.btn-with-tooltip[data-tooltip]::after,
.btn-with-tooltip[data-tooltip]::before {
    opacity: 0;
    visibility: hidden;
}

.tooltiptext {
    visibility: hidden;
    width: 15rem;
    background-color: #333333d4;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    transform: translate(-20%, -75%);
    opacity: 0;
    transition: opacity 0.3s;

}

.participantSpan:hover .tooltiptext,
.tooltipBtn:hover .tooltiptext {
    visibility: visible;
    opacity: 1;

}

.participantSpanFiltered:hover .tooltiptext {
    visibility: visible;
    opacity: 1;

}

.tooltiptextbtn {
    visibility: hidden;
    width: 25rem;
    background-color: #333333d4;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    font-size: 10pt;
    transform: translateY(50%);
    transform: translate(-50%, -150%)
}

.btnToolTip:hover .tooltiptextbtn {
    visibility: visible;
    opacity: 1;

}

.button-container {
    display: grid;
    grid-template-areas: 'auto auto' 'auto auto';
    gap: 1rem;

}

.content-input input,
.content-select select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;

}

.content-input input {
    visibility: hidden;
    position: absolute;
    right: 0;

}

.content-input {
    position: relative;
    padding: 0 2rem;
    display: block;

}

.content-input input+i {
    background: #fefefe;
    border: 2px solid rgba(0, 0, 0, 0.2);
    position: absolute;
    left: 0;
    top: 0;

}

.content-input input[type=radio]+i {
    height: 1.5rem;
    width: 1.5rem;
    border-radius: 100%;

}

.content-input input[type=radio]+i:before {
    content: '';
    display: block;
    height: 1.25rem;
    width: 1.25rem;
    background: #2c304d;
    border-radius: 100%;
    position: absolute;
    z-index: 1;
    transition: all 0.25s ease;
    transform: scale(0);
    opacity: 0;

}

.content-input input[type=radio]:checked+i:before {
    transform: scale(1);
    opacity: 1;

}

.content-input:hover input[type=radio]:not(:checked)+i {
    background: #1f2a79aa;

}

.div-productos>div {
    border: solid 1px #2c304d57;
    padding: .5rem 0rem .5rem 0rem;
    border-radius: 1rem;
}

.div-productos p,
.div-productos h4 {
    margin: 0;
}

.div-productos {
    display: flex;
    column-gap: 1rem;
    margin: 1rem;

}

.divZona {
    background-color: #2c304d;
    text-align: center;
    padding: 0 0 .05rem 0;
    cursor: pointer;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
    height: 2rem
}

.text-wrap:hover .tooltiptext {
    visibility: visible;
    opacity: 1;

}

.text-wrap .tooltiptext {
    visibility: hidden;
    background-color: #333333d4;
    color: #fff;
    text-align: center;
    border-radius: 1rem;
    padding: .5rem;
    min-width: 20rem;
    transform: translate(-75%, -145%)
}

.scaleHover:hover {
    scale: 1.05;
    transition: all 0.25s ease;
    cursor: pointer;
}

.divIntegracion {
    width: 3.5rem;
    height: 2rem;
    border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.spanContainerDiv {
    border: 1px dashed #2c304d;
    width: 100%;
    border-radius: 10px;
    max-height: 15rem;
    overflow-y: auto;
    min-height: 4rem;
    margin: 0 1rem 0 1rem;
    padding: .5rem;
    align-self: center;

}

.roundedGraySpan {
    background-color: #dfdfdf;
    border-radius: 15px;
    padding: .25rem .5rem .25rem .5rem;
    margin: .5rem;

}

.responsibleContainer {
    border: 1px dashed #2c304d;
    border-radius: 10px;
    overflow-y: auto;
    min-height: 12rem;
    min-width: 10rem;

}

.porcesoSemana {
    display: flex;
    justify-content: space-evenly;
    overflow-x: auto;

}

.divSemanaProceso {
    min-width: 15rem;
    margin: 1rem 1rem;
    text-align: center;

}

.divContainerSemana {
    background-color: #2c304d;
    border-radius: 10px;
    padding: 1rem;

}

.divContainerSemana h4 {
    color: #fff;

}

.rounded-border {
    border-radius: 10px;

}

.divSecciones {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    flex-wrap: wrap;

}

.divSeccion {
    background-color: #2C304D;
    border-radius: 1rem;
    padding: 0 0 .5rem 0;
    display: flex;
    justify-content: space-evenly;
    cursor: pointer;
    margin: 1rem;
    flex-direction: column;
    min-width: 15rem;

}

.divSeccion:hover {
    scale: 1.1;
    transition: .5s all ease;

}

.sectionRightTitle {
    background-color: #fff;
    border: 3px solid #2c304d;
    width: 100%;
    border-top-right-radius: 10px;
    text-align: center;
    height: 2.5rem;
    padding: .25rem;

}

.sectionLeftTitle {
    border: 3px solid #2c304d;
    border-right: transparent;
    width: 100%;
    border-top-left-radius: 10px;
    text-align: center;
    height: 2.5rem;
    padding: .25rem;

}

.sectionTitle {
    width: 100%;

}

.sectionContent {
    display: flex;
    padding: 1rem;
    gap: 1rem;
    align-items: center;

}

.quantity {
    position: relative;

}

.year-input::-webkit-inner-spin-button,
.year-input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;

}

.quantity input {
    width: 10rem;
    height: 3rem;
    line-height: 1.65;
    font-size: 15pt;
    float: left;
    display: block;
    padding: 0;
    margin: 0;
    padding-left: 20px;
    border: 1px solid #2c304d;

}

.quantity input:focus {
    outline: 0;

}

.quantity-nav {
    float: left;
    position: relative;
    height: 42px;

}

.quantity-button {
    position: relative;
    cursor: pointer;
    border: 1px solid #2c304d;
    width: 2rem;
    text-align: center;
    color: #2c304d;
    font-size: 12pt;
    font-family: "Trebuchet MS", Helvetica, sans-serif !important;
    line-height: 1.25;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;

}

.quantity-button.quantity-up {
    position: absolute;
    height: 50%;
    top: 0;
    border-bottom: 1px solid transparent;

}

.quantity-button.quantity-down {
    position: absolute;
    bottom: -.5px;
    height: 55%;
    border-bottom: 1px solid transparent;
}

.btn-rounded-blue {
    color: #fff;
    background-color: #2c304d;
    border: unset;
    border-radius: 25px;
    padding: .25rem 2rem;
    max-height: 3rem;
    align-items: center;
    position: relative;
    overflow: visible;
    /* Permitir que el tooltip salga del botón */
}

.btn-rounded-white {
    color: #2c304d;
    background-color: #fff;
    border: unset;
    border-radius: 25px;
    padding: .25rem 2rem;
    max-height: 3rem;
    align-items: center;
    position: relative;
    overflow: visible;
    /* Permitir que el tooltip salga del botón */
}

.btn-rounded-orange {
    color: #fff;
    background-color: #f59c3d;
    border: #f59c3d solid 2px;
    border-radius: 25px;
    padding: .25rem 2rem;
    max-height: 3rem;
}

.btn-rounded-orange.active {
    background-color: #4d4d4d;
    border: #4d4d4d solid 2px;
    scale: 1.15;
}

.btn-rounded-gray {
    color: #fff;
    background-color: #777;
    border: #777 solid 2px;
    border-radius: 25px;
    padding: .25rem 2rem;
    max-height: 3rem;
}

.btn-rounded-red {
    color: #fff;
    background-color: #c40000;
    border: #c40000 solid 2px;
    border-radius: 25px;
    padding: .25rem 2rem;
}

.btn-rounded-orange:hover,
.btn-rounded-gray:hover,
.btn-rounded-blue:hover,
.btn-rounded-red:hover {
    transition: .5s all ease;
    color: #fff;
}

.div-note-btns {
    display: flex;
    gap: .5rem;
}

.btn-blue-icon {
    color: #fff;
    background-color: #2c304d;
    border: unset;
    border-radius: 25px;
    padding: .5rem 1rem;
    height: 2rem;
    display: flex;
    align-items: center;
}

.btn-blue-icon:hover {
    color: #fff;
    cursor: pointer;
}

.alt-table th {
    padding: .5rem;
    background-color: #2C304D;
    color: #fff;
}

.alt-table th:first-child {
    border-top-left-radius: 1rem;
}

.alt-table th:last-child {
    border-top-right-radius: 1rem;
}

.alt-table td {
    padding: .5rem 1.5rem;
    font-size: 16pt;
    border: #2C304D solid 1px;
}

.input-group-text {
    display: -ms-flexbox;
    display: flex;
    -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: #ffffff;
    border: 1px solid #2c304d;
    border-radius: 0;
    border-left: transparent;
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
}

.input-group-text-first {
    display: -ms-flexbox;
    display: flex;
    -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: #ffffff;
    border: 1px solid #2c304d;
    border-radius: 0;
    border-right: transparent;
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
}

.signline {
    width: 100%;
    height: 2px;
    background-color: #000;
}

.datePicker {
    background-color: #fff !important;
    cursor: pointer;
}

.contenidoMuestraAbsolute {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-42%, -50%);
    display: none;
    z-index: 9;
}

.files-container {
    flex-wrap: wrap;
    gap: 2rem;
}

.file-header {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.file-name {
    word-wrap: break-word;
    word-break: break-all;
    margin: .5rem;
}

.item-preview {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.file-preview-complete {
    background-color: #ececec;
    border-radius: 12px;
    padding: .5rem;
    max-width: 15rem;
    max-height: 22rem;
}

.dummy-file {
    width: 14rem;
    height: 11rem;
    margin-bottom: 1rem;
    background-color: #c8c8c8;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
}

.dummy-file i {
    color: #8d8d8d;
}

.iframe-content {
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
    margin-bottom: 1rem;
}

.iframe-content::-webkit-scrollbar {
    display: none;
}

.file-buttons {
    display: flex;
    justify-content: space-around;
}

.container-registros {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}

.container-registros-div {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    overflow-y: auto;
    gap: 1rem;
    height: 35dvh;
    padding-bottom: 1rem;
}

.register-admin-div {
    border: #2C304D solid 1px;
    min-height: 3rem;
    padding: .25rem;
    width: 70%;
    border-radius: 1rem;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.register-admin-div i {
    font-size: 18pt;
}

.register-admin-div p {
    font-size: 12pt;
}

.register-div {
    border: #2C304D solid 1px;
    min-height: 3rem;
    padding: .5rem;
    width: 70%;
    border-radius: 1rem;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: center;
}

.register-div p {
    font-size: 12pt;
    margin-bottom: 0;
}

.register-div i {
    font-size: 20pt;
}

.pagination-btn {
    margin: .5rem;
    border-radius: .5rem;
    width: 2rem;
    height: 2rem;
    background-color: #fff;
    color: #2C304D;
    border: #2C304D solid 1px;
}

.pagination-btn.active {
    margin: .5rem;
    border-radius: .5rem;
    width: 2rem;
    height: 2rem;
    background-color: #2C304D;
    border: #2C304D solid 2px;
    color: #fff;
}

/* BOTON CHECK IN ANIMADO */
/* Hide the default checkbox */
.animated-btn-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.animated-btn-container {
    display: block;
    position: relative;
    cursor: pointer;
    font-size: 20px;
    user-select: none;
}

/* Create a custom checkbox */
.checkmark-btn {
    position: relative;
    top: 0;
    left: 0;
    color: #2c304d;
    background-color: #fff;
    border: #2c304d solid 2px;
    border-radius: 25px;
    padding: .25rem 1rem;
    transition: 1s;
    font-size: 10pt;
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: center;
    margin: .5rem 1rem;
}

.checkmark-btn:hover {
    scale: 1.1;
}

/* When the checkbox is checked, add a blue background */
.animated-btn-container input:checked~.checkmark-btn {
    box-shadow: none;
    background-color: #28a830;
    border-color: #28a830;
    transform: rotateX(360deg);
}

.animated-btn-container input:checked~.checkmark-btn:hover {
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}


/* Create the checkmark-btn/indicator (hidden when not checked) */
.checkmark-btn:after {
    content: "";
    position: absolute;
    display: none;
}

.bolder {
    font-weight: bold;
}

.bordered-shadow {
    display: flex;
    flex-direction: column;
    border: 1px solid #ccc;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
    padding: 1rem;
    margin: 1rem;
    border-radius: 1rem;
    background-color: #FFF;
}

.card-box-shadow {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    height: 100%;
}


.notifCommentCounter {
    background-color: #fff;
    color: #2c304d;
    border-radius: 50%;
    padding: .25rem .5rem;
    margin-left: 1rem;
}

.cuadro-inner {
    position: relative;
    /* This is critical for absolute positioning of children */
}

.indicator-dot {
    position: absolute;
    color: white;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    font-weight: bold;
    z-index: 1000;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.dot-notas-impreso {
    color: white;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.indicator-rounded-control {
    color: white;
    border-radius: 24px;
    width: auto;
    padding: 0 .5rem;
    height: 15px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    font-weight: bold;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    gap: .5rem;
}

.indicator-rounded {
    position: absolute;
    color: white;
    border-radius: 24px;
    width: 75px;
    height: 25px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    font-weight: bold;
    z-index: 1000;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.indicator-dot.even,
.indicator-rounded.even {
    bottom: 1rem;
    right: 1rem;
}

.indicator-dot.odd,
.indicator-rounded.odd {
    bottom: 1rem;
    left: 1rem;
}

.checklist-item {
    background-color: #eee;
    border-radius: 8px;
}