body {
    padding: 0;
    margin: 0;
}

#logo {
    position: fixed;
    z-index: 1;
    top: 0px;
    left: 0px;
    width: 300px;
    padding-top: 96px; 
    background: #0b2a63 url("logo.webp") no-repeat;
    background-position: 44px 17px;
    background-size: 212px 62px;
}

#logo select {
    width: 280px;
    padding: 3px;
    margin: 0 10px 10px 10px;
}

#logo select option {
    text-transform: capitalize;
}

.menu-content {
    top: 132px !important;
    height: calc(100vh - 132px) !important;
}

.no-select {
    top: 96px !important;
    height: calc(100vh - 96px) !important;
}
