.searcher-container {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 2px 2px 11px 0 rgba(14, 38, 62, 0.17);
}

.searcher-container .nav-tabs {
    border: 0;
}

.find-your-boat-container, .searcher-container .nav-item .nav-link {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    color: #0E263E;
    background-color: #fff;
}

.find-your-boat-container {
    font-size: 33px;
    margin: 0 -14px;
    bottom: 12px;
    padding: 1.6rem 0;
    z-index: 25;
}

.find-your-boat-container, .searcher-container .nav-item .nav-link.active {
    position: relative;
    border-radius: 8px;
    box-shadow: 2px 2px 11px 0 rgba(14, 38, 62, 0.17);
}

.searcher-container .nav-item .nav-link:hover, .searcher-container .nav-item .nav-link:focus {
    border: 0;
}

.searcher-container .nav-item .nav-link.active {
    padding: 26px 0 16px 0;
    bottom: 18px;
}

.find-your-boat-container span, .searcher-container .nav-item span{
    border-bottom: solid 3px #b69f72;
    padding-bottom: .6rem;
    text-align: center;
}

.searcher-container .nav-item {
    width: 50%;
}

.searcher-container .tab-content {
    padding: 0 1.4rem;
}

.searcher-container .filter-title {
    font-size: 16px;
    color: #0E263E;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
}

.searcher-container i {
    color: #0E263E;
}

.custom-control-input:hover ~.custom-control-label {
    color: #b69f72;
}

.custom-checkbox .custom-control-input ~ .custom-control-label::before {
    border: solid 1px #b69f72;
    background-color: #f5f5f7;
}

.custom-control-input:not(:disabled):active~.custom-control-label {
    color: #b69f72;
}

.custom-control-input:not(:disabled):active~.custom-control-label::before {
    background-color: #b69f72;
    border-color: #b69f72;
}

.custom-control-input:checked ~.custom-control-label {
    color: #b69f72;
    font-weight: bold;
}


.custom-control-input:focus:not(:checked)~.custom-control-label::before {
    border-color: #b69f72;
}

.searcher-container .filter-slider h5, .searcher-container .filter-slider img {
    margin-bottom: 1.5rem !important;
}

.searcher-container .slider.slider-horizontal {
    height: 26px;
}

.searcher-container .slider.slider-horizontal .slider-track {
    height: 4px;
}

.searcher-container .slider.slider-horizontal .slider-handle {
    box-shadow: 2px 2px 14px 0 rgba(14, 38, 62, 0.72);
    border-width: 1px;
}

.searcher-container .filter-slider .slider-indicator {
    color: #0E263E;
    font-size: 14px;
    font-weight: bold;
}

.searcher-container #btn-filter {
    border-radius: 25px;
    background-color: #b69f72;
    margin-bottom: 2rem;
    margin-top: 3rem;
}

.searcher-container #btn-filter:hover {
    color: #fff;
}

/*
****************************   LIST   ****************************
*/

#filter_sidebar {
    height: fit-content;
    min-width: 374px;
}

#filter_sidebar .find-your-boat-container {
    margin-left: -30px;
    margin-right: -30px;
}

.title-background-container {
    position: relative;
}

.title-background {
    height: 94px;
    width: 100vw;
    background-color: #f3f3f3;
    position: absolute;
    top: 0;
    margin-left: -15px;
    margin-right: -15px;
}

.filters-container {
    height: auto;
}

.filters-container button, #select-list-order {
    color: #0e263e;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 2px 2px 11px 0 rgba(14, 38, 62, 0.17);
    height: 70px;
}

.btn-list:disabled {
    color: #0e263e;
}

#custom-arrow-select {
    right: 20px;
    top: calc(50% - 17px);
}

#btn-list-boats-modal:focus, #select-list-order:focus {
    box-shadow: 0 0 0 0.2rem #B69F72;
}

#select-list-order:hover {
    color: #B69F72;
}

@media (max-width: 991.98px) {
    .title-background{
        margin-left: -10px;
        margin-right: -10px;
    }
}
