* {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

textarea:hover,
input:hover,
select:hover,
textarea:active,
input:active,
select:active,
textarea:focus,
input:focus,
select:focus,
button:focus,
button:active,
button:hover,
label:focus,
.btn:active,
.btn.active,
.btn:focus,
.btn.focus,
*:focus,
*:active,
*:active:focus {
    outline: 0px !important;
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
    appearance: none !important;
    -webkit-box-shadow: none !important;
    -ms-box-shadow: none !important;
    -o-box-shadow: none !important;
    box-shadow: none !important;
}

main>.container {
    padding: 60px 15px 0;
}

.btn-primary {
    background-color: #ffca3a !important;
    border-color: #ffca3a !important;
}

.bg-yellow {
    background-color: #ffca3a;
    color: #f01010;
}

.navbar-brand {
    color: #f01010 !important;
}

a,
a:link,
a:hover,
a:focus,
a:active {
    color: #f01010;
    text-decoration: none;
}

.datepicker-cell.selected,
.datepicker-cell.selected:hover {
    background-color: #ffca3a;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(35, 35, 35, 0.8);
    font-weight: 600;
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: #f01010;
    font-weight: 600;
}

.navbar-dark .navbar-brand {
    font-weight: 600;
}

.bg-grey {
    background-color: #f0f0f0;
}

.bg-transparent-black {
    background-color: rgba(0, 0, 0, 0.7);
}

.search-box {
    background-color: #f0f0f0;
    color: #212529;
    border: solid 2px #878c96;
}

.max-search-box {
    max-width: 800px;
}

.text-muted-light {
    color: #ababab;
}

.text-muted-light a {
    color: #ababab;
    text-decoration: none;
}

.text-10 {
    font-size: 0.7rem;
}

.carousel-caption {
    /* bottom: 3rem; */
    z-index: 10;
    right: 0;
    left: 0;
}

.carousel-item {
    height: 42rem;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center center !important;
}

@media (min-width: 40em) {
    .carousel-caption p {
        margin-bottom: 1.25rem;
        font-size: 1.25rem;
        line-height: 1.4;
    }
}

.cookie-wrapper {
    position: fixed;
    background: rgba(0, 0, 0, 0.8);
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    color: #fff;
    font-size: 0.8rem;
    overflow: hidden;
    z-index: 9999;
}

.cookie-wrapper a {
    color: #fff !important;
    text-decoration: underline;
}

.cookie-wrapper .cookie-button {
    border-radius: 0px !important;
    border: 1px solid #fff !important;
    padding: 5px 8px 5px 8px !important;
    background: transparent !important;
    color: #fff !important;
    margin: 5px;
    outline: none !important;
    line-height: 1rem;
}

.row {
    overflow: hidden;
}