@import url('https://rsms.me/inter/inter.css');

:root {
    --tblr-font-sans-serif: Inter, -apple-system, BlinkMacSystemFont, San Francisco, Segoe UI, Roboto, Helvetica Neue, sans-serif;
}

.mg1 {
    margin-left: 25px !important;
    margin-top: 20px !important;
}

.logoutbtn {
    color: rgba(255,255,255,.7);
    align-items: start;
    justify-content: left;
    margin-left: 0px !important;
}

.logoutbtninside {
    background-color: transparent;
    border: transparent;
    color: rgba(255,255,255,.7);
    align-items: start;
    justify-content: left;
    margin-top: 0px !important;
    margin-left: -25px !important;
}
.dropdown-menu-demo {
    display: inline-block;
    width: 100%;
    position: relative;
    top: 0;
    margin-bottom: 1rem !important;
}
.selected-left-menu-custom {
    background-color: rgba(97,104,118,0.04);    
}
.navbar-vertical.navbar-expand-lg .navbar-collapse .dropdown-menu .dropdown-item {
    margin-left: 27px !important;
}
table.dataTable.no-footer {
     border-bottom: 0px solid rgba(0, 0, 0, 0.2) !important;
}