:root{
    --cui-body-bg: rgba(188, 186, 186,1);
    --cui-light-rgb: 250, 250, 250!important;
}

.sidebar-brand{
    /* background-color:white!important; */
    background: none!important;
    /* color:#fff!important; */
}


.header-sticky{

    border-bottom: 3px solid #d8dbe0!important;
}


.avatar-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.header.header-sticky {
    z-index: 999999999!important;
}

@media (hover: hover), (-ms-high-contrast: none){
    .sidebar-nav .nav-link:hover:not(.active)  {
        color: var(--cui-sidebar-nav-link-hover-color);
        text-decoration: none;
        background: var(--cui-sidebar-nav-link-hover-bg);
    }
}


.header {
    --cui-header-min-height: 4rem;
    --cui-header-padding-x: 0.5rem;
    --cui-header-padding-y: 0.1rem;
    --cui-header-bg: #fff;
    --cui-header-color: rgba(44, 56, 74, 0.681);
    --cui-header-border-color: #d8dbe0;
    --cui-header-border: 1px solid var(--cui-header-border-color);
    --cui-header-hover-color: rgba(44, 56, 74, 0.95);
    --cui-header-disabled-color: rgba(44, 56, 74, 0.38);
    --cui-header-active-color: rgba(44, 56, 74, 0.95);
    --cui-header-brand-padding-y: 0.3125rem;
    --cui-header-brand-color: #4f5d73;
    --cui-header-brand-hover-color: #475468;
    --cui-header-toggler-padding-x: 0.75rem;
    --cui-header-toggler-padding-y: 0.25rem;
    --cui-header-toggler-bg: transparent;
    --cui-header-toggler-color: rgba(44, 56, 74, 0.681);
    --cui-header-toggler-border-radius: 0.375rem;
    --cui-header-toggler-hover-color: rgba(44, 56, 74, 0.95);
    --cui-header-toggler-icon-bg: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba%2844, 56, 74, 0.681%29' stroke-width='2.25' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
    --cui-header-toggler-hover-icon-bg: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba%2844, 56, 74, 0.95%29' stroke-width='2.25' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
    --cui-header-nav-link-padding-x: 0.5rem;
    --cui-header-nav-link-padding-y: 0.5rem;
    --cui-header-divider-border-color: #d8dbe0;
    --cui-header-divider-border: 1px solid var(--cui-header-divider-border-color);
    --cui-subheader-min-height: 3rem;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    min-height: var(--cui-header-min-height);
    padding: var(--cui-header-padding-y) var(--cui-header-padding-x);
    background: var(--cui-header-bg);
    border-bottom: var(--cui-header-border);
}

.sidebar {
    --cui-sidebar-width: 18rem;
    --cui-sidebar-bg: #fff;
    --cui-sidebar-padding-x: 0;
    --cui-sidebar-padding-y: 0;
    --cui-sidebar-color: rgba(255, 255, 255, 0.87);
    --cui-sidebar-border-width: 0;
    --cui-sidebar-border-color: transparent;
    --cui-sidebar-brand-color: rgba(255, 255, 255, 0.87);
    --cui-sidebar-brand-height: 4rem;
    --cui-sidebar-brand-bg: rgba(43, 44, 44, 0.2);
    --cui-sidebar-header-height: 4rem;
    --cui-sidebar-header-bg: rgba(43, 44, 44, 0.2);
    --cui-sidebar-header-padding-x: 1rem;
    --cui-sidebar-header-padding-y: 0.75rem;
    --cui-sidebar-footer-bg: rgba(43, 44, 44, 0.2);
    --cui-sidebar-footer-height: auto;
    --cui-sidebar-footer-padding-x: 1rem;
    --cui-sidebar-footer-padding-y: 0.75rem;
    --cui-sidebar-toggler-bg: rgba(255, 255, 255, 1);
    --cui-sidebar-toggler-height: 3rem;
    --cui-sidebar-toggler-indicator: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 14'%3E%3Cpath fill='%238a93a2' d='M9.148 2.352l-4.148 4.148 4.148 4.148q0.148 0.148 0.148 0.352t-0.148 0.352l-1.297 1.297q-0.148 0.148-0.352 0.148t-0.352-0.148l-5.797-5.797q-0.148-0.148-0.148-0.352t0.148-0.352l5.797-5.797q0.148-0.148 0.352-0.148t0.352 0.148l1.297 1.297q0.148 0.148 0.148 0.352t-0.148 0.352z'/%3E%3C/svg%3E");
    --cui-sidebar-toggler-indicator-width: 4rem;
    --cui-sidebar-toggler-indicator-height: 3rem;
    --cui-sidebar-toggler-hover-bg: rgba(43, 44, 44, 0.3);
    --cui-sidebar-toggler-indicator-hover: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 14'%3E%3Cpath fill='rgba%28255, 255, 255, 0.87%29' d='M9.148 2.352l-4.148 4.148 4.148 4.148q0.148 0.148 0.148 0.352t-0.148 0.352l-1.297 1.297q-0.148 0.148-0.352 0.148t-0.352-0.148l-5.797-5.797q-0.148-0.148-0.148-0.352t0.148-0.352l5.797-5.797q0.148-0.148 0.352-0.148t0.352 0.148l1.297 1.297q0.148 0.148 0.148 0.352t-0.148 0.352z'/%3E%3C/svg%3E");
    --cui-sidebar-narrow-width: 4rem;
    --cui-sidebar-nav-title-padding-x: 1rem;
    --cui-sidebar-nav-title-padding-y: 0.75rem;
    --cui-sidebar-nav-title-margin-top: 1rem;
    --cui-sidebar-nav-title-color: rgba(43, 44, 44, 0.6);
    --cui-sidebar-nav-link-padding-x: 1rem;
    --cui-sidebar-nav-link-padding-y: 0.3445rem;
    --cui-sidebar-nav-link-color: rgba(43, 44, 44, 1);
    --cui-sidebar-nav-link-bg: transparent;
    --cui-sidebar-nav-link-border-color: transparent;
    --cui-sidebar-nav-link-border: 0 solid var(--cui-sidebar-nav-link-border-color);
    --cui-sidebar-nav-link-border-radius: 0;
    --cui-sidebar-nav-link-active-color: rgba(255, 255, 255, 1);
    --cui-sidebar-nav-link-active-bg: rgba(43, 44, 44, 1);
    --cui-sidebar-nav-link-active-icon-color: rgba(255, 255, 255, 0.87);
    --cui-sidebar-nav-link-disabled-color: rgba(255, 255, 255, 0.38);
    --cui-sidebar-nav-link-disabled-icon-color: rgba(43, 44, 44, 0.6);
    --cui-sidebar-nav-link-hover-color: rgba(0,0,0, 1);
    --cui-sidebar-nav-link-hover-bg: rgba(235, 239, 239, 1);
    --cui-sidebar-nav-link-hover-icon-color: rgba(0, 0, 0, 0.87);
    --cui-sidebar-nav-icon-width: 4rem;
    --cui-sidebar-nav-icon-height: 1.25rem;
    --cui-sidebar-nav-icon-font-size: 1.25rem;
    --cui-sidebar-nav-link-icon-color: rgba(43, 44, 44, 0.6);
    --cui-sidebar-nav-group-bg: rgba(43, 44, 44, 0.2);
    --cui-sidebar-nav-group-items-padding-y: 0;
    --cui-sidebar-nav-group-items-padding-x: 0;
    --cui-sidebar-nav-group-indicator: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgba%2843, 44, 44, 0.6%29'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --cui-sidebar-nav-group-indicator-hover: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgba%28255, 255, 255, 0.87%29'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --cui-sidebar-nav-group-toggle-show-color: rgba(43, 44, 44, 0.6);
    position: relative;
    display: flex;
    flex: 0 0 var(--cui-sidebar-width);
    flex-direction: column;
    order: -1;
    width: var(--cui-sidebar-width);
    padding: var(--cui-sidebar-padding-y) var(--cui-sidebar-padding-x);
    color: var(--cui-sidebar-color);
    background: var(--cui-sidebar-bg);
    box-shadow: none;
    transition: margin-left 0.15s, margin-right 0.15s, box-shadow 0.075s, transform 0.15s, width 0.15s, z-index 0s ease 0.15s;
}

.footer {
    --cui-footer-min-height: 3rem;
    --cui-footer-padding-x: 1rem;
    --cui-footer-padding-y: 0.5rem;
    --cui-footer-color: rgba(44, 56, 74, 0.95);
    --cui-footer-bg: #232323;
    --cui-footer-border-color: #232323;
    --cui-footer-border: 1px solid var(--cui-footer-border-color);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    min-height: var(--cui-footer-min-height);
    padding: var(--cui-footer-padding-y) var(--cui-footer-padding-x);
    color: var(--cui-footer-color);
    background: var(--cui-footer-bg);
    border-top: var(--cui-footer-border);
    margin-top:2rem;
}

@media (min-width: 768px) {
    html:not([dir=rtl]) .sidebar.hide:not(.sidebar-end) {
        margin-left: -11.4rem!important;
        font-size: 0.85rem;
        padding-left: 9.8rem!important;
        /* display:none!important; */
    }

    .sidebar.hide > ul > .wide-sidebar{
        display:none;
    }

    .sidebar.hide > ul > .short-sidebar{
        display:block;
    }

    .sidebar.hide > ul > li > a{
        padding-bottom: 10px;
        padding-top: 10px;
    }

    .sidebar.hide > ul > li > a > .sidebar_icon{
        width: 40px;
        height: 40px;
        /* position: relative;
        bottom: 0.5rem;
        left: 2rem */
    }

    .sidebar.hide > ul > li > a > .sidebar_menu_text{
        /* position: relative;
        top: 2rem;
        left: -1rem; */
        margin-top:1rem;
    }

    *[dir=rtl] .sidebar.hide:not(.sidebar-end) {
        margin-right: -6rem!important;
        font-size: 0.85rem;
        padding-left: 86px!important;
        /* display:none; */
    }
    .sidebar.hide:not(.sidebar-end) ~ * {
        --cui-sidebar-occupy-start: 6.4rem;
    }
}

.sidebar:not(.sidebar-end) ~ * {
    --cui-sidebar-occupy-start: 18rem;
}

@media (min-width: 768px) {
    .sidebar.sidebar-fixed {
        position: fixed;
        top: 5rem;
        bottom: 0;
        z-index: 1030;
        }
    }

.short-sidebar{
    display:none;
}

.sidebar-nav .nav-link {
    font-weight: 600;
    font-size:0.95rem;
}

.short-padding{
    padding-top:1rem;
    padding-bottom:1rem;
}

.new-next, .new-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: 0;
    background: 0 0;
}

@media (min-width: 576px){
    .modal {
        --cui-modal-margin: 11.75rem!important;
        --cui-modal-box-shadow: 0 0.5rem 1rem rgba(0, 0, 21, 0.15)!important;
        z-index: 9999999!important;
        overflow: hidden;
    }
}
.toast {
    --cui-toast-zindex: 99999999999!important;
}

.select2-container--open {
    z-index: 9999999999999
}

.select2-selection { overflow: hidden!important; }
.select2-selection__rendered { white-space: normal!important; word-break: break-all!important; }
.select2-dropdown--below, .select2-dropdown--above {
    width: 84%!important;
}
/* .select2-container--open{
    width: 20%!important;
} */

.calendar_images{
    width: 100px;
    height: 60px;
    margin-right: 10px;
    margin-top: 4px;
}

.modal-header{
    background-color:#222831;
    color:white
}

.subsidebar-nav{
    position: relative;
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 0;
    margin-bottom: 0;
    overflow-x: hidden;
    overflow-y: auto;
    list-style: none;
    margin-left: -1.2rem;
}

.subsidebar-nav  .nav-link {
    font-weight: 450;
    font-size: 0.95rem;
}

/*Menu de móvil
*/

@media only screen and (max-width: 767px) {
    /* Your styles here */
    html:not([dir=rtl]) .sidebar:not(.sidebar-end) {
        position: fixed;
        z-index: 999999999999;
        overflow-y: auto;
        height: 100vh;
        top: 47px;
        padding-top: 1rem;
        width: 13rem;
    }
}

/*
    Estilos Biblioteca
*/

.mainlibrary{
    padding-top: 42px;
    padding-left: 32px;
    padding-right: 32px;
}
.main_div_library {
    flex-direction: column;
}

.bEWIfN {
    display: flex;
    margin-bottom: 27px;
}
.main_div_library_behive_position {
    -webkit-box-align: center;
    align-items: center;
}
.main_div_library_behive {
    display: flex;
}
.kjeOye {
    line-height: 110%;
    margin-right: 32px;
}
.ciNDAJ {
    font-size: 32px;
    letter-spacing: 0.01em;
    font-weight: bold;
    line-height: 120%;
}

.library_titles {
    max-width: 624px;
    width: 100%;
    display: flex;
}
.duzEBB {
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}

.fvARzz {
    display: flex;
    margin-left: auto;
}
.boxes_option_div {
    width: 25%;
    height: 30px;
    border-radius: 2px;
    border: 1px solid rgb(235, 239, 239);
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    margin-right: 8px;
    cursor: pointer;
}
.library_route_unselected {
    background-color: transparent;
    display: flex;
}
.library_route_selected {
    background-color: rgb(17, 17, 17);
    display: flex;
}
.library_route_selected div {
    color:#fff;
}
.library_options_boxes {
    font-size: 10px;
    font-weight: 700;
    line-height: 15px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.library_route_selected a {
    color:white;
    text-decoration: none;
}

.library_route_unselected a {
    color:rgb(17, 17, 17);
    text-decoration: none;
}

.library_route_selected_color {
    color: rgb(255, 255, 255);
}
.duzEBB {
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}
.lnZWvE {
    width: 40px;
    height: 40px;
    display: flex;
}
.elSDya {
    background: none;
    border: 0px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding: 0px;
    width: 22px;
    height: 22px;
}
.library_title_h1 {
    color: rgb(17, 17, 17);
    display: flex;
    height: 100%;
    overflow: hidden;
}
.library_title_h1_size {
    font-size: 32px;
    letter-spacing: 0.01em;
    font-weight: bold;
    line-height: 110%;
    margin-right: 32px;
}

.bg-newwarning {
    color: rgb(255 255 255)!important;
    background: #bb4fac!important;
}

.footer_layout{
    display: grid;
    justify-content: center;
    align-items: center;
}

.footer_layout h1{
    color: #3279fa;
    font-size: 1.3rem;
    line-height: 1.5;
    text-align: center;
}

.footer_layout .socicon{
    font-size: 1.3rem;
    line-height: 1.5;
}


.footer_layout a{
    color: #ffffff;
    text-decoration: none;
}

.svg_icon{
    filter:invert(1);
}

/* //FILTROS */

.filter_1 {
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
}

.filter_1_1 {
    grid-template-columns: repeat(1, 1fr);
    gap: 8px;
}

.filter_2 {
    display: grid;
    margin-top: 16px;
}
.filter_3 {
    cursor: pointer;
    border: 1.5px solid rgb(235, 239, 239);
    border-radius: 2px;
    color: rgb(17, 17, 17);
}
.filter_3active {
    cursor: pointer;
    border: 1.5px solid rgb(17, 17, 17);
    border-radius: 2px;
    background: rgb(17, 17, 17);
    color: rgb(255, 255, 255);
}
.filter_3:hover {
    background: rgb(235, 239, 239);
}
.filter_4 {
    -webkit-box-align: center;
    align-items: center;
}
.filter_5 {
    height: 32px;
    display: flex;
    padding: 8px;
}
.filter_6 {
    margin-bottom: 32px;
}
.filter_7 {
    flex-direction: column;
}

.filter_8 {
    display: flex;
}
.filter_9 {
    width: 100%;
    height: 100%;
    margin-bottom: 8px;
}
.filter_10 {
    padding: 24px;
}

.filterlabel {
    display:flex;
    cursor: pointer;
    border: 1.5px solid rgb(235, 239, 239);
    border-radius: 2px;
    color: rgb(17, 17, 17);
    height: 32px;
    padding: 8px;
    font-weight: bold;
    font-size: 9px;
    line-height: 15px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
.filterlabel:hover {
    background: rgb(235, 239, 239);
    color: #000;
}

.filterlabelview {
    display:flex;
    cursor: pointer;
    border: 1.5px solid rgb(235, 239, 239);
    border-radius: 2px;
    color: rgb(17, 17, 17);
    height: 32px;
    padding: 8px;
    font-weight: bold;
    font-size: 9px;
    line-height: 15px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    justify-content: center;
}

.filterlabelview.active {
    background: rgb(17, 17, 17);
    color: #ffffff;
}

.filterlabelview:hover {
    background: rgb(235, 239, 239);
    color: #000;
}

.filterinput[type=checkbox] {
    display: none;
}

.filterinput[type=radio] {
    display: none;
}

.filterlabel:checked + label:before {
    /* content: "✓ "; */
}

.filterinput:checked + .filterlabel {
    cursor: pointer;
    border: 1.5px solid rgb(17, 17, 17);
    border-radius: 2px;
    background: rgb(17, 17, 17);
    color: rgb(255, 255, 255);
}
.filter_scroll{
    overflow: auto;
    height: 32rem;
    width: 100%;
}
.filter_scroll::-webkit-scrollbar {
    width: 5px;
    background: transparent;
}

.filter_scroll::-webkit-scrollbar-thumb {
    background: rgb(188, 186, 186);
}
.modal-dialog {
    height: 101%;
}

.progress {
    --cui-progress-height: 0.8rem!important;
    --cui-progress-font-size: 0.55rem!important;
    --cui-progress-border-radius: 0.275rem!important;
}

#toast-container {
    z-index: 999999999999999999999!important;
}
