.nav-logo {
    background-size: 28px 28px;
    height: 45px;
}

.header-logo {
    background-size: 28px 28px;
    width: 50px;
}

.footer-logo {
    background-size: 100px 100px;
    height: 100px;
}

.theme-light .header .header-logo {
    background-image: url(../images/preload-logo.png);
}

.theme-light .footer-logo {
    background-image: url(../images/preload-logo.png);
}

.theme-light .menu .nav-logo {
    background-image: url(../images/preload-logo.png);
}

.theme-dark .header .header-logo {
    background-image: url(../images/preload-logo.png);
}

.theme-dark .footer-logo {
    background-image: url(../images/preload-logo.png);
}

.theme-dark .menu .nav-logo {
    background-image: url(../images/preload-logo.png);
}

/* Christos changes */

.directions-list {
    font-size: 18px;
    font-weight: bold;
}

.hide-nav-instructions {
    display: none;
}

#mapbox-instructions__toggle-btn {
    position: absolute;
    top: 2%;
    left: 1%;
    z-index: 10000000000;
    background-color: rgba(35, 197, 247, 1.0);
    border-radius: 1000px;
    width: 30px;
    height: 20px;
    cursor: pointer;
    text-align: center;
}

.fa-angle-up {
    color: white;
}

.flip-instructions-hider {
    transform: rotate(-180deg);
}

.no-events {
    pointer-events: none !important;
}

.body-on-break {
    opacity: .1;
}

@supports (filter: blur(0.3rem)) {
    .body-on-break {
        filter: blur(0.3rem);
        opacity: 1;
    }
}

#instruction-text, #weight-text {
    font-size: 1.5em;
}

#add-clients-component {
    padding: 2%;
    width: 45%;
    margin: 10px 2.5%;
    box-shadow: 0px 2px 3px #EBEBEB;
    position: relative;
    transition: all 0.2s ease;
    pointer-events: all;
    background-color: white;
}

.collection-item-wrapper {
    background-color: white;
}

#clients-select {
    color: black;
    padding: 5px;
    background-color: rgb(248, 255, 251);
}

#btn-select {
    background-color: var(--main-color-3);
    border-radius: 1000px;
    padding: 5px 7px;
    color: white;
    font-weight: bold;
    cursor: pointer;
    margin-left: 2%;
}

#label-select {
    display: inline-block;
    font-weight: bold;
    font-size: 15px;
}

#header {
    background-color: var(--main-color-dark);
    color: white;
    padding-top: 25px;
    padding-bottom: 25px;
}

body {
    background-color: var(--main-color-white) !important;
}

@media only screen and (max-width: 700px) {
    #add-clients-component {
        width: 95%;
    }
}