
/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
    .w-sm-100 {
        width: 100% !important;
    }

    .w-sm-75 {
        width: 75% !important;
    }

    .w-sm-50 {
        width: 50% !important;
    }

    .w-sm-25 {
        width: 25% !important;
    }

    .h-sm-100 {
        height: 100% !important;
    }

    .h-sm-75 {
        height: 75% !important;
    }

    .h-sm-50 {
        height: 50% !important;
    }

    .h-sm-25 {
        height: 25% !important;
    }
}


/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    .w-md-100 {
        width: 100% !important;
    }

    .w-md-75 {
        width: 75% !important;
    }

    .w-md-50 {
        width: 50% !important;
    }

    .w-md-25 {
        width: 25% !important;
    }

    .h-md-100 {
        height: 100% !important;
    }

    .h-md-75 {
        height: 75% !important;
    }

    .h-md-50 {
        height: 50% !important;
    }

    .h-md-25 {
        height: 25% !important;
    }
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    .w-lg-100 {
        width: 100% !important;
    }

    .w-lg-75 {
        width: 75% !important;
    }

    .w-lg-50 {
        width: 50% !important;
    }

    .w-lg-25 {
        width: 25% !important;
    }

    .h-lg-100 {
        height: 100% !important;
    }

    .h-lg-75 {
        height: 75% !important;
    }

    .h-lg-50 {
        height: 50% !important;
    }

    .h-lg-25 {
        height: 25% !important;
    }
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    .w-xl-100 {
        width: 100% !important;
    }

    .w-xl-75 {
        width: 75% !important;
    }

    .w-xl-50 {
        width: 50% !important;
    }

    .w-xl-25 {
        width: 25% !important;
    }

    .h-xl-100 {
        height: 100% !important;
    }

    .h-xl-75 {
        height: 75% !important;
    }

    .h-xl-50 {
        height: 50% !important;
    }

    .h-xl-25 {
        height: 25% !important;
    }
}



/*Menu config*/
.calendar_notify {
    overflow-x: hidden;
    overflow-y:auto; 
    z-index: 1022; 
    max-height:70vh;
}

.sb-sidenav-menu::-webkit-scrollbar,
#horizontalScroll::-webkit-scrollbar,
.calendar_notify::-webkit-scrollbar {
    -webkit-appearance: none;
}

.sb-sidenav-menu::-webkit-scrollbar:vertical,
#horizontalScroll::-webkit-scrollbar:horizontal,
.calendar_notify::-webkit-scrollbar:vertical {
    width:10px;
}

.sb-sidenav-menu::-webkit-scrollbar-button:increment,
.sb-sidenav-menu::-webkit-scrollbar-button,
#horizontalScroll::-webkit-scrollbar-button:increment,
#horizontalScroll::-webkit-scrollbar-button,
.calendar_notify::-webkit-scrollbar-button:increment,
.calendar_notify::-webkit-scrollbar-button {
    display: none;
} 

.sb-sidenav-menu::-webkit-scrollbar:horizontal,
#horizontalScroll::-webkit-scrollbar:horizontal,
.calendar_notify::-webkit-scrollbar:horizontal {
    height: 10px;
}

.sb-sidenav-menu::-webkit-scrollbar-thumb,
#horizontalScroll::-webkit-scrollbar-thumb,
.calendar_notify::-webkit-scrollbar-thumb {
    background-color: #797979;
    border-radius: 20px;
    border: 2px solid #f1f2f3;
}

.sb-sidenav-menu::-webkit-scrollbar-track,
#horizontalScroll::-webkit-scrollbar-track,
.calendar_notify::-webkit-scrollbar-track {
    border-radius: 10px;  
}

/*Nav config*/
.dropdown-toggle { outline: 0; }

.btn-toggle, .btn-nav {
  padding: .25rem .5rem;
/*  font-weight: 600;*/
  width: 100%;
  color: var(--bs-emphasis-color);
  background-color: transparent;
}
.btn-toggle:hover, .btn-nav:hover,
.btn-toggle:focus {
  color: rgba(var(--bs-emphasis-color-rgb), .85);
  background-color: var(--bs-tertiary-bg);
}
  
.nav_active {
  font-weight: 600;
  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%;
  margin-right: 0.5rem;
}

[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-left: 1.25rem;
  margin-bottom: 0.3rem;
  width: calc(100% - 1.25rem);
}
.btn-toggle-nav a:hover,
.btn-toggle-nav a:focus {
  background-color: var(--bs-tertiary-bg);
}

.scrollarea {
  overflow-y: auto;
}












/*# sourceMappingURL=bootstrap.css.map */