@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');

html, body{
    font-family: "Inter", sans-serif;
    background-color: #f3f9ff !important;
    overflow-x: hidden !important;
}
@media (min-width: 991.98px) {
    main,
    header,
    #main-navbar {
        padding-left: 240px;
    }
}

.divider:after,
.divider:before {
    content: "";
    flex: 1;
    height: 1px;
    background: #eee;
}

/* Sidebar */
.sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    padding: 58px 0 0; /* Height of navbar */
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 5%), 0 2px 10px 0 rgb(0 0 0 / 5%);
    width: 240px;
    z-index: 600;
}

@media (max-width: 991.98px) {
    .sidebar {
        width: 100%;
    }
}
.sidebar .active {
    border-radius: 5px;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
}

.sidebar-sticky {
    position: relative;
    top: 0;
    height: calc(100vh - 48px);
    padding-top: 0.5rem;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}

.subitemheader{
    font-size: 12px;
}

.modal-top-right{
    top: 0 !important;
    right: 0 !important;
}

.modal-top-right .modal-content{
    border-radius: 0 0 0 24px;
}

.pac-container{
    z-index: 9999 !important;
}