#Wrapp,
#Wrapp2 {
    top: 0;
    left: 0;
    position: fixed;
    background-color: #000;
    opacity: 0.74;
    width: 100%;
    height: 100%;
    z-index: 10000;
}

#tt,
#tt2 {
    background-color: #fff;
    position: absolute;
    opacity: 1;
    left: 45%;
    top: 10%;
    padding: 12px;
    border: blue solid 1px;
    border-radius: 10px;
}

div.close {
    cursor: pointer;
    position: absolute;
    font-weight: 700;
    color: blue;
    right: 7px;
    top: 2px;
}


/* SLIDERS */

.KA_FilterSalarySlider,
.KA_FilterDistanceSlider {
    height: 10px;
}

.noUi-connect {
    background: #c9c9c9;
}

.noUi-base .noUi-origin .noUi-handle {
    height: 20px;
    width: 20px;
    top: -7px;
    right: -9px;
    /* half the width */
    border-radius: 9px;
}

.noUi-base .noUi-origin .noUi-handle:before,
.noUi-handle:after {
    content: "";
    display: block;
    position: absolute;
    height: 12px;
    width: 1px;
    background: #D9D9D9;
    left: 6px;
    top: 3px;
}

.noUi-base .noUi-origin .noUi-handle:after {
    left: 11px;
}


/* */