.datepicker {
    z-index: 99 !important
}

.btn-brand {
    background-color: #6993FF;
    color: #FFFFFF !important;

    transition: filter 0.2s ease;
}

a .btn-brand:hover {
    color: #FFFFFF !important;
}

.btn-brand:hover {
    filter: brightness(0.8)
}

a:hover {
    color: #6993FF;
}

.current-platform-garagehero,
.current-platform-wc,
.current-platform-default {
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    width: 100%;
    height: .4em;
    position: fixed;
    z-index: 99;
}

.current-platform-garagehero {
    background-color: #6993FF;
}

.current-platform-wc {
    background-color: #318087;
}

.current-platform-default {
    background-color: #3a70fb;
}

.box-message-garagehero,
.box-message-wc,
.box-message-default {
    padding: 0.8rem 1.2em;
    border-radius: 5px;
    width: fit-content;
    font-size: 1.2rem;
    text-align: center;
    color: white;
    font-weight: bold;
    position: fixed;
    z-index: 99;
}

.box-message-garagehero {
    background-color: #6993FF;
}

.box-message-wc {
    background-color: #318087;
}

.box-message-default {
    background-color: #3a70fb;
}

@media only screen and (max-width: 768px) {
    .current-platform-garagehero,
    .current-platform-wc,
    .current-platform-default {
        bottom: 0;
    }

    .box-message-garagehero,
    .box-message-wc,
    .box-message-default {
        bottom: 0;
    }
}