.h-100vh {
    height: 100vh;
}

body {
    background: #f0f0f0;
}

.sidebar-nav .dropdown-menu.show {
    margin-left: 1em !important;
    z-index: 999999999;
}

.simplebar-wrapper {
    overflow: visible !important;
}

.left-sidebar .scroll-sidebar {
    overflow: visible;
}

.help-block {
    color: var(--bs-red);
}

.ui-menu {
    position: absolute;
    z-index: 9999999 !important;
    display: none;
    min-width: 10rem;
    padding: .5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
}

.ui-menu .ui-menu-item {
    display: block;
    width: 100%;
    padding: .25rem 1rem;
    clear: both;
    font-weight: 400;

    color: #212529;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    font-size: 0.9em;


}

.ui-menu .ui-menu-item .ui-menu-item-wrapper {
    cursor: pointer;

}

/*.ui-menu .ui-menu-item:not(:last-child) .ui-menu-item-wrapper{*/
/*    border-bottom: 1px solid black ;*/
/*}*/
.ui-helper-hidden-accessible {
    display: none;
}

.form-group {
    margin-bottom: 1rem !important;
}

.control-label {
    margin-bottom: .5rem;
}

.kv-grid-table .select2-container--bootstrap .select2-selection {
    background: transparent !important;
}

.select2-container--bootstrap .select2-selection--single {
    height: 39px !important;
}

.kv-grid-table tbody tr td {
    min-height: 100vh !important;

    line-height: 30px;
    height: 100%;
}

.scroll-to-top {
    display: none;
    position: fixed;
    bottom: 50px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    cursor: pointer;
}

.alert-dismissible {
    padding-right: 3rem;
    width: 30vw;
    position: absolute;
    z-index: 999999;
    right: 10px;
}

.dropdown-menu[data-bs-popper] {

    left: unset !important;

}

.notification-line {
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
}


@keyframes blink-animation {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
    }
}

.blink {
    animation: blink-animation 1s infinite;
}

.btn:not(:disabled):not(.disabled) {
    cursor: text;
}

.notification-dropdown {
    max-height: 40vh;
    overflow-y: auto;
    width: 400px;
    margin-left: -200px
}

.notification-dropdown::-webkit-scrollbar {
    width: 8px; /* For vertical scrollbars */
}

.notification-dropdown::-webkit-scrollbar-thumb {
    background: #888; /* Color of the scroll thumb */
}

.notification-dropdown::-webkit-scrollbar-thumb:hover {
    background: #555; /* Color of the scroll thumb on hover */
}
body.d-flex {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}


.kv-file-content img{
    height: 100%;
}

.fc-timegrid-col-frame,.fc-day{
    width: 95%;
}