<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.search_contain {
    position: relative;
}

.search input {
    padding-right: 30px !important;
}

.search span {
    top: 26px;
    right: 10px;
}

#noUiSlider {
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 20px;
}

#noUiSlider input {
    width: 100px;
}

.noUi-base {
    width: 95% !important;
    margin: auto !important;
}

.noUi-connect {
    background: #0474ff !important;
}

[disabled] .noUi-connect {
    background: #B8B8B8 !important;
}

#range {
    width: 92%;
    margin: auto;
    margin-top: 60px;
}

.noUi-target {
    border-radius: 10px !important;
}

.noUi-horizontal {
    height: 14px !important;
}

.noUi-horizontal .noUi-handle {
    width: 30px !important;
    height: 30px !important;
    border-radius: 100% !important;
    right: -17px !important;
    left: 4px !important;
    top: -10px !important;
}

.noUi-handle:before {
    left: 12px !important;
    top: 7px !important;
}

.noUi-handle:after {
    left: 15px !important;
    top: 7px !important;
}

.noUi-horizontal .noUi-tooltip {
    font-size: 14px !important;
}

.mentor-filter .filter-heading {
    color: #0699cd;
    margin-bottom: 8px;
    font-weight: bold;
    font-size: 14px;
}

#search {
    margin-bottom: 10px;
}

input#min,
input#max {
    border-radius: 4px;
    border-width: 1px;
    border-color: #ccc;
    line-height: 18px;
    font-size: 14px;
    height: auto;
    padding: 8px 12px;
    vertical-align: middle;
}

.hr-divider {
    margin-top: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 1);
    border-top: 1px solid rgba(0, 0, 0, 0.3);
}

.radio {
    margin: 0.5rem;
    margin-bottom: 1rem;
}

.radio input[type="radio"] {
    position: absolute;
    opacity: 0;
}

.radio label {
    min-height: 20px;
    padding-left: 0px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
    color: #666;
    font-size: 15px;
}

.radio input[type="radio"]+.radio-label:before {
    content: '';
    background: #f4f4f4;
    border-radius: 100%;
    border: 1px solid #b4b4b4;
    display: inline-block;
    width: 1.2em;
    height: 1.2em;
    position: relative;
    top: 0.35rem;
    margin-right: 0.5em;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
}

.radio input[type="radio"]:checked+.radio-label:before {
    background-color: #3197EE;
    box-shadow: inset 0 0 0 4px #f4f4f4;
}

.radio input[type="radio"]:focus+.radio-label:before {
    outline: none;
    border-color: #3197EE;
}

.radio input[type="radio"]:disabled+.radio-label:before {
    box-shadow: inset 0 0 0 4px #f4f4f4;
    border-color: #b4b4b4;
    background: #b4b4b4;
}

.radio input[type="radio"]+.radio-label:empty:before {
    margin-right: 0;
}

/****** Style Star Rating Widget *****/

.rating {
    border: none;
    float: left;
}

.rating&gt;input {
    display: none;
}

.rating&gt;.full:before {
    margin: 5px;
    font-size: 1.5em;
    ;
    font-family: FontAwesome;
    display: inline-block;
    content: "\f005";
}

.rating&gt;.half:before {
    content: "\f089";
    position: absolute;
}

.rating&gt;.full {
    color: #ddd;
    float: right;
}

/***** CSS Magic to Highlight Stars on Hover *****/

.rating&gt;input:checked~.full,
/* show gold star when clicked */
.rating:not(:checked)&gt;.full:hover,
/* hover current star */
.rating:not(:checked)&gt;.full:hover~.full {
    color: #FFD700;
}

/* hover previous stars in list */

.rating&gt;input:checked+.full:hover,
/* hover current star when changing rating */
.rating&gt;input:checked~.full:hover,
.rating&gt;.full:hover~input:checked~.full,
/* lighten current selection */
.rating&gt;input:checked~.full:hover~.full {
    color: #FFED85;
}

.rating-wrapper {
    display: inline-flex;
    justify-content: center;
    width: 100%;
}</pre></body></html>