/*
 Theme Name:   YOOtheme Child
 Template:     yootheme
 Author:       Just WEBdesign Berlin
 Description:  YOOtheme Child Theme
 Version:      1.0.0
 Text Domain:  yootheme-child
*/



/* #searchBtn:disabled {
    background-color: #b96666;
    cursor: not-allowed;
    color: #fff;
} */
.loader-parent {
    position: relative;
}
.loading {
    display: none;
    cursor: not-allowed;
    height: 0;
    width: 0;
    padding: 5px;
    border: 6px solid #91153e;
    border-right-color: #888;
    border-radius: 22px;
    -webkit-animation: rotate 1s infinite linear;
    position: absolute;
    right: 4%;
    top: 20%;
    z-index: 1;
}
@-webkit-keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

.search-job-district-box {
    position: absolute;
    z-index: 1;
    background: #fff;
    width: 270px;
    display: none;
    max-height: 360px;
    overflow: auto;
}
.search-job-district-box ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.search-job-district-box ul li {
    padding: 5px 10px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    font-size: 18px;
}
.count-span-job {
    color: #D1D727;
    font-weight: 600;
}
.count-span {
    display: none;
}
.lat, .long {
    display: none;
}
.search-job-district-box ul li:hover {
    background-color: rgb(40, 116, 252);
    color: #fff;
}
/* .suggestion-box ul li:hover a {
    color: #fff;
} */
.search-job-district-box ul li a {
    text-decoration: none;
    color: #000;
    display: flex;
}