:root {
    --header-height: 3rem;
    --nav-width: 68px;
    --first-color: #000;
    --first-color-light: #000;
    --white-color: #000;

    --z-fixed: 100
}

*, ::before, ::after {
    box-sizing: border-box
}

body {
    position: relative;
    margin: var(--header-height) 0 0 0;
    padding: 0 1rem;
    transition: .5s
}

a {
    text-decoration: none
}

.header {
    width: 100%;
    /* height: var(--header-height); */
    position: fixed;
    top: 0;
    left: 0;
    /* display: flex; */
    /* align-items: center;
    justify-content: space-between;
    padding: 0 1rem;     */
    background-color: white;
    transition: .5s
}

.header_toggle {
    color: var(--first-color);
    font-size: 1.5rem;
    cursor: pointer
}

.header_img {
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    border-radius: 50%;
    overflow: hidden
}

.header_img img {
    width: 40px
}

.l-navbar {
    position: fixed;
    top: 0;
    left: -30%;
    width: var(--nav-width);
    height: 100vh;
    padding: .5rem 1rem 0 0;
    transition: .5s;
    z-index: var(--z-fixed)
}

.nav {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden
}

.nav_logo, .nav_link {
    display: grid;
    grid-template-columns: max-content max-content;
    align-items: center;
    column-gap: 1rem;
    padding: .5rem 0 .5rem 1.5rem
}

.nav_logo {
    margin-bottom: 2rem
}

.nav_logo-icon {
    font-size: 1.25rem;
    /* color: var(--white-color) */
}

.nav_logo-name {
    /* color: var(--white-color); */
    font-weight: 700
}

.nav_link {
    position: relative;
    color: var(--first-color-light);
    margin-bottom: 8px;
    transition: .3s
}

.nav_link:hover {
    color: var(--white-color)
}

.nav_icon {
    font-size: 20px
}

.show {
    left: 0
}

.body-pd {
    padding-left: calc(var(--nav-width) + 1rem)
}

.active {
    color: #000;
    font-weight: bold;
}

.active::before {
    content: '';
    position: absolute;
    left: 0;
    width: 2px;
    height: 32px;
    background-color: var(--white-color)
}

.height-100 {
    height: 90vh;
    border-radius: 1rem;
}

@media screen and (min-width: 768px) {
    body {
        margin: calc(var(--header-height) + 1rem) 0 0 0;
        padding-left: calc(var(--nav-width) + 2rem)
    }

    .header {
        height: calc(var(--header-height) + 1rem);
        padding: 0 2rem 0 calc(var(--nav-width) + 2rem)
    }

    .header_img {
        width: 40px;
        height: 40px
    }

    .header_img img {
        width: 45px
    }

    .l-navbar {
        left: 0;
        padding: 1rem 1rem 0 0
    }

    .show {
        width: calc(var(--nav-width) + 156px)
    }

    .body-pd {
        padding-left: calc(var(--nav-width) + 188px)
    }
}

/**
    .scrollarea

    Se encarga de asigar el scroll al sidebar
*/
.scrollarea {
    height: 60vh;
    overflow-y: auto;
    width: 100%;
}

@media screen and (min-width: 991px) {
    .scrollarea {
        height: 85vh;
    }
}

/* width */
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.scrollareaDropdown {
    height: 40vh;
    overflow-y: auto;
}

.text-left {
    text-align: right;
}

.bxlImage {
    max-width: 214px;
}

@media screen and (min-width: 400px) {
    .bxlImage {
        width: 100%;
    }
}

.margin-left-42 {
    margin-left: 42px;
    list-style: none;
}

.selectHidden:hover {
    font-weight: bold;
}

.margin-left-42 a {
    font-size: 14.08px;
}

.nav_name {
    font-size: 14.08px;
}

/**
notificaciones
*/

/**
<
content-notification-icon" 
id="notifications-container">
                                bxl-notifications 
                                notifications
                                show-notifications
                                 data-bs-toggle="dropdown" 
                                 aria-haspopup="false" 
                                 aria-expanded="false"
                                            label-notifications 
                                            notification-comp 
                                            badge"
                                        
                                            dropdown-menu 
                                            dropdown-notification 
                                            animated fadeInDown" 
                                            aria-labelledby="show-notifications" 
                                            id="dropdown-menu-container"
                                            <p class="m-0" id="no-notifications">No hay notificaciones...</p>
                                        </div>
                                    </div>
*/
.topbar .navbar-nav.top-nav-item li>.content-notification-icon .notifications span.label-notifications {
    padding: 0px 4px !important;
    min-width: 1rem;
    color: #fff !important;
    font-family: "CircularStd" !important
}

.topbar .navbar-nav.top-nav-item li>.content-notification-icon .notifications span.label-notifications:hover {
    text-decoration: none
}

span.label-notifications.badge.notification-comp.badge-img {
    display: inline-block;
    font-family: "CircularStd"
}

.label-badge {
    height: 1.5rem;
    border-radius: 0.75rem;
    background-color: #00a6f5;
    color: #fff;
    font-size: 0.75rem;
    text-transform: uppercase;
    padding: 0.25rem 1.25rem;
    line-height: 1rem
}

.label-notifications {
    height: 1rem;
    border-radius: 0.5rem;
    color: #fff;
    background-color: #DE4063;
    font-size: 0.688rem;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 0.625rem;
    font-family: "CircularStd Bold";
    position: absolute
}

.bxl-notifications::before, .icon-setting::before {
    font-size: 1.625rem;
    color: #495E75;
    display: inline-block;
    position: absolute
}


.dropdown-menu.dropdown-notification {
    width: 230px;
    top: 2rem !important;
    left: -190px !important;
    border-radius: 0.438rem;
    overflow: hidden;
    padding: 1rem
}

.dropdown-menu.dropdown-notification .content-notification:first-child {
    margin-bottom: .625rem
}

.dropdown-menu.dropdown-notification .content-notification>div>div>span.bxl-notifications::before {
    font-size: 1.125rem;
    color: #354759;
    margin: 3px 11px 9px
}

.content-notification-icon .dropdown-menu.show {
    box-shadow: none !important;
    border: 1px #CCD8E3 solid;
    margin-top: 0.625rem !important
}

.notifications {
    font-size: 20px
}

.content-notification {
    padding: .25rem
}

.p-notifications {
    color: #001E30;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 14px;
    font-family: "CircularStd";
}

.s-notifications {
    color: #718192;
    font-size: 0.60rem;
    font-weight: 400;
    line-height: 24px;
    font-family: "CircularStd";
}

#no-notifications {
    color: #718192
}

.bxl-notifications:before {
    content: "\e958";
    color: #4a4a4a
}

.bxl-notifications::before, .icon-setting::before {
    font-size: 19px;
    color: #495E75
}

.bxl-notifications::before {
    margin: 11px
}

.bxl-notifications::before, .icon-setting::before {
    font-size: 1.625rem;
    color: #495E75;
    display: inline-block;
    position: absolute
}

.content-notification-icon {
    position: relative;
    width: 2.5rem;
    height: 2.8rem;
    content: normal;
    cursor: pointer
}

.content-avatar-notifications {
    width: auto;
    height: auto;
    margin-right: 0.5rem;
    position: relative;
    content: normal;
    cursor: pointer
}

.content-avatar-notifications img .notifications[class^="avatar-"], .content-avatar-notifications img .notifications[class*=" avatar-"] {
    position: absolute
}

.content-avatar-notifications span.label-notifications.badge-img {
    position: absolute;
    display: inline-block;
    padding: 0.25em 0.5em;
    text-align: center;
    vertical-align: baseline;
    font-family: "CircularStd";
    font-weight: 400;
    font-size: 0.688rem
}

.content-avatar-notifications [class^="avatar-"], .content-avatar-notifications [class*="avatar-"] {
    margin-right: 0
}

.content-avatar-notifications>.avatar-xl+span.label-notifications.badge-img {
    top: 0;
    left: 50px
}

.content-avatar-notifications>.avatar-lg+span.label-notifications.badge-img {
    top: 0;
    left: 33px
}

.content-avatar-notifications>.avatar-md+span.label-notifications.badge-img {
    top: 0;
    left: 28px
}

.content-avatar-notifications>.avatar-sm+span.label-notifications.badge-img {
    top: 0;
    left: 22px
}

.content-avatar-notifications>.avatar-xs+span.label-notifications.badge-img {
    top: 0;
    left: 17px
}

span.label-notifications.badge {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "CircularStd";
    left: 23px;
    bottom: 23px
}

span.label-notifications.badge.notification-comp.badge-img {
    display: inline-block;
    font-family: "CircularStd"
}

span.label-notifications.badge:hover {
    text-decoration: none
}

.badge {
    display: inline-block;
    float: right;
    padding: 0.25em 0.5em
}

.badge:empty {
    display: none !important
}

.dropdown-menu.show {
    border: none;
    margin-top: 0.625rem;
    border-radius: 0.438rem;
    -webkit-box-shadow: 0px 1px 5px #DBE2EB;
    box-shadow: 0px 1px 5px #DBE2EB;
    overflow: hidden
}

.dropdown-menu.show>.btn-secondary.dropdown-toggle {
    background-color: #fff !important;
    color: #495E75
}

.dropdown-menu.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: none
}


.section-right-container {
    position: relative
}

.bxl-section-right {
    background-color: #ffffff;
    min-height: 100%;
    max-height: 100%;
    z-index: 2000;
    position: fixed;
    right: 0;
    top: 0;
    animation: animateRight 0.4s;
    display: none;
    overflow-y: scroll !important;
    overflow-x: hidden !important;
    padding-left: 10px;
}

.bxl-section-right>div>div>h6, .bxl-section-right>div>div>.h6 {
    padding: 1rem;
    margin-bottom: 1.25rem
}

.bxl-section-right>div>div a#close-sidebar-right {
    display: none !important;
    cursor: pointer
}

.bxl-section-right .content-notification>div>div>span.bxl-notifications::before {
    font-size: 20px;
    color: #354759;
    margin: 3px 11px 11px
}

.bxl-section-right .content-notification:nth-child(3) {
    margin-bottom: 1.25rem
}

@keyframes animateRight {
    from {
        right: -300px;
        opacity: 0
    }

    to {
        right: 0;
        opacity: 1
    }
}


.user-avatar-container {
    position: relative;
    list-style-type: none;
    margin-top: 9px;
}

.url-dropdown {
    font-weight: 700;
    font-size: 14.08px;
    font-style: normal;
    line-height: 20px;
    color: #495E75;
}

.url-dropdown:hover {
    color: #232e3a;
}

/*Init Tooltip custom */
.custom-tooltip {
    --bs-tooltip-bg: white;
    --bs-tooltip-color: #495E75;
    --bs-tooltip-opacity: 1;
    --bs-tooltip-border-radius: 3px;
    width: auto;
    font-family: "CircularStd";
    font-weight: 400;
    font-size: 12.8px;


}

.tooltip-inner {
    border: 1px solid #CCD8E3;
}

.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
    border-top-color: #CCD8E3 !important;
}

.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
    border-right-color: #CCD8E3 !important;
}

.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
    border-bottom-color: #CCD8E3 !important;
}

.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
    border-left-color: #CCD8E3 !important;
}

/* End Tooltip custom */

.bxl-flex-container {
    display: flex;
}

.bxl-flex-container>div {
    padding-top: 10px;
    padding-right: 32px;
    font-family: "CircularStd"
}

.initialName {
    border-radius: 100%;
    background: black;
    font-size: 10px;
    color: white;
    text-align: center;
    font-family: Circularstd;
    font-style: normal;
    padding: 5px;
    font-weight: bold;
    margin-bottom: 0px;
    width: 26px;
}

.dd-cerrar-sesion{
    cursor: pointer;
}