.menu-toggle, .mobile-header {
    display: none;
}

.sidenav {
    height: 100%;
    width: 250px;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgb(250, 250, 250);
    padding-top: 20px;
    box-sizing: border-box;
    overflow-y: auto;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    padding: 10px 20px;
}

.sidenav-link {
    color: #005aaa;
}

.sidenav-link:hover {
    color: #003b6e;
}

.sv-tab-active {
    border-left: 5px var(--sidenav-blue) solid;
    margin-left: 10px;
    color: var(--sidenav-blue) !important;
    background: rgb(240, 240, 255);
}

.logo {
    font-family: 'Inter';
    color: var(--sidenav-black);
    font-weight: bold;
    font-size: 1.5em;
    margin-bottom: 50px;
    padding-left: 20px;
}

.nav-link {
    display: flex;
    align-items: center;
    color: var(--sidenav-black);
    text-decoration: none;
    padding: 10px 0px;
    padding-left: 20px;
    font-family: 'Inter';
    font-size: 13px;
    border-radius: 7px;
    transition: 0.2s;
}

.navlink_semp {
    margin: 10px 20px;
    border-bottom: 1px solid rgb(220, 220, 220);
}

.nav-link span {
    padding-right: 10px;
}

.nav-link:hover {
    background-color: #eef2fd;
    color: #1b1b1b;
}

.quit-link {
    color: tomato;
}

.copyrightfooter {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: #1b1b1b;
    font-family: 'Inter';
    font-size: 13px;
}

.main {
    margin-left: 250px;
    height: 100vh;
}

iframe {
    width: 100%;
    height: 100%;
    border: none;
    overflow: none;
}

.tabs-title {
    color: #005aaa;
}