<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */

.custom-search-input-2 select {
    border: 0;
    height: 50px;
    padding-left: 15px;
    border-right: 1px solid #d2d8dd;
    font-weight: 500;
}

@media (max-width: 991px) {
    .custom-search-input-2 select {
        border: none;
    }
}

.custom-search-input-2 select:focus {
    box-shadow: none;
    border-right: 1px solid #d2d8dd;
}

@media (max-width: 991px) {
    .custom-search-input-2 select:focus {
        border-right: none;
    }
}

.mask-layer {
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* billboard */

.billboard {
    /*position: absolute;
    left: 0;
    bottom: 0;
    z-index: 999;
    padding: 25px 0 20px 0;
    color: #fff;
    font-size: 13px;*/
    background: -webkit-linear-gradient(top,transparent,#000);
    background: linear-gradient(to bottom,transparent,#000);
    /*width: 100%;*/
}

/* validation */

.validation {
    color: darkred;
    font-weight: bold;
}

/* theme colors */

a.btn_1_disabled, .btn_1_disabled {
    background: #333;
}</pre></body></html>