#headermessage-container {
    height: 100px;
    width: 100%;
    background-color: black;
    position: fixed;
    top: 0;
    left: 0;
    width: calc(100% - 8px);
    z-index: 100;
    color: white;
    font-weight: 500;
}

#close_headermessage {
    height: 100%;
    float: right;
    color:white;
    font-weight:700;
    margin-top: 10px;
    margin-right: 10px;
}

#text_headermessage{
    height: 100%;
    display:flex;
    flex-flow: row wrap;
    align-content: center;
    justify-content:center;
    align-items:center;
}
#country_select {
    -webkit-appearance:menulist;
    width: 100%;
    min-width: 15ch;
    max-width: 30ch;
    border: 1px solid var(--select-border);
    border-radius: 0.25em;
    padding: 0.25em 0.5em;
    font-size: 1rem;
    cursor: pointer;
    line-height: 1;
    background-color: #fff;
    background-image: linear-gradient(to top, #f9f9f9, #fff 33%);
    margin: 10px;
}
#btn_country_select {
    color: white;
    background: #FF6457;
    font-size: 1rem;
    padding: 8px;
    font-weight: 500;
    border: 0px;
    border-radius: 14px;
    outline: none;
    cursor: pointer;
}

#header-container {
    top: 100px;
}
#blur-overlay {
    height: calc(100% - 165px);
}
#blur-overlay-mob {
    height: calc(100% - 180px);
}
#site {
    padding-top: 100px;
}
#side-menu  {
    height: calc(100vh - 165px);
}
.sticky {
    top: 160px !important;
}

@media only screen and (max-width: 880px) {
    #header-container-mob {
        top: 130px;
    }
    #headermessage-container {
        height: 130px;
    }
    #site {
        padding-top: 130px;
    }
    .mob-options {
        padding-bottom: 195px;
    }
    .sticky {
        top: 180px !important;
    }
}

@media only screen and (min-width: 0) and (max-width: 47.9375rem) {
    .nav__btns.nav__fixed {
        top: 130px !important;
        height: calc(100% - 130px) !important;
    }
    .load__filter:not(#playlist-load) {
        top: 130px !important;
        height: calc(100% - 130px) !important;
    }
}