:root {
    height: 100%;
}

body {
    background: #F5F8FE !important;
    height: 100%;
}

.logo img {
    height: 40px;
}

.vdm-navbar {
    background-color: white;
    z-index: 1031 !important;
    min-height: 58px;
}

.vdm-navbar .list-group-item {
    box-shadow: none;
    border: none;
}

.vdm-sidemenu .sidebar {
    background-color: #FFFFFF;
    width: 56px;
    overflow-x: hidden;
    overflow-y: scroll;
    padding-top: 100px !important;
    scrollbar-width: none;
}

.vdm-sidemenu {
    min-height: calc(100vh - 98px);
    background: #F5F8FE;
}

.flex-box {
    display: flex;
    flex-direction: column;
}

.flex-description {
    flex: 1;
}

.infobox {
    background: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
    padding: 32px;
    padding-bottom: 32px;
    height: 100%;
}

.container.col {
    max-width: contain !important;
    margin-left: 56px !important;
}

#search-container button i {
    color: #FFFFFF;
}

.container #search-container input {
    height: 48px;
}

.container #search-container .filter-search-submit {
    height: 48.06px;
    width: 48px;
    border-radius: 2px;
    background-color: #D5D6DE;
}

.container #search-container .access-data-btn {
    height: 48px;
    border-radius: 2px;
    background-color: #4B74C1;
}

.collapse.show {
    visibility: visible;
}

.footer {
    background-color: #3D466C;
    color: white;
    height: 40px;
    margin-top: -50px;
}

.footer a, .footer a:hover {
    color: white;
}

.vdm-sidemenu .sidebar::-webkit-scrollbar {
    width: 0px; /* Remove scrollbar space */
    background: transparent; /* Optional: just make scrollbar invisible */
}

.icon-lock {
    font-size: 17px;
}
