.page-item.active .page-link{
    background: #C542D0 !important;
    color: #fff !important;

}
.similar__pagination ul li a{
    border: 2px solid #C848D9;
    border-radius: 15px;
    height: 70px;
    width: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-style: normal;
    font-weight: 600;
    font-size: 21px;
    line-height: 54px;
    text-align: center;
    color: #000000;
}
.pagination li:not(.active) span.page-link, .pagination li a.page-link[rel~=next]{
    font-size: 32px;
    font-weight: 400;
}
.filter-input input{
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    padding: 5px 14px;
    width: 100%;
    color: #000000;
    background: rgba(255, 255, 255, 0.22);
    border: 2px solid #525252;
    box-shadow: 5px 5px 77px rgb(0 0 0 / 7%);
    border-radius: 10px;
}
.filter-input label{
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 160%;
    color: #000000;
    display: block;
    margin-bottom: 7px
}
.header-logo #fly_apply{
    font-size: 15px !important;
    line-height: 20px !important;
    border-radius: 10px !important;
    padding: 12px !important;
}
.wrap-input {
    position: relative;
}

.clear-input{
    position: absolute;
    top: 10px;
    right: 12px;
    cursor: pointer;
    display: none;
}

.ui-autocomplete .ui-menu-item {
    padding: 5px 12px;
}

.ui-autocomplete .ui-menu-item {
    padding: 4px;
    white-space: nowrap;
}
.ui-menu .ui-menu-item {
    margin: 0;
    cursor: pointer;
    list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}
ul.ui-autocomplete {
    z-index: 99999;
}
.ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5;
}
.ui-autocomplete .ui-menu-item:hover, .ui-menu .ui-menu-item-wrapper:hover{
    background-color: #00C8C6 !important;
    color: white;
}
/** Public Job list **/
.content-box {
    display: flex;
    flex-wrap: wrap;
}
.content-box .job-box {
    flex-basis: 100%;
}
.content-box .map-box {
    display: none;
    flex-basis: 65%;
    padding-left: 25px;
}
.content-box .map-box .map-wrapper{
    height: calc(100vh - 70px);
    position: sticky;
    top: 70px;
    margin-bottom: 50px;
}
.content-box .map-box .map-wrapper #map{
    height: 100%;
    width: 100%;
}
.content-box.open-map .job-box{
    flex-basis: 35%;
}
.content-box.open-map .map-box{
    display: block;
}

/*Google maps popups*/
.gmap-popup{
    width: 300px;
    padding-bottom: 15px;
}
.gmap-popup .head-image{
    height: 180px;
}
.gmap-popup .img-wrap{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.gmap-popup .head-image img{
    width: 100%;
    max-height: 180px;
    object-fit: cover;
}
.gmap-popup h2{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 130%;
}
.gmap-popup p {
    font-size: 14px;
    margin-bottom: 15px;
    color: #555;
    line-height: 130%;
}
.gmap-popup .link-row{
    text-align: right;
}
.gmap-popup .link-row a{
    color: white;
    background-color: #C848D9;
    padding: 6px 15px;
    border-radius: 15px;
    font-weight: 500;
    white-space: nowrap;
    transition: all 0.4s ease-in;
    border: none;
    letter-spacing: 0.05em;
}
.gmap-popup .link-row a:hover{
    background-color: #EE52FF;
}
.single__registr__drop .select2-container{
    width: 100% !important;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 32px;
    color: #000000;
    padding: 10px;
    border: 2px solid #00C8C6;
    border-radius: 12px;
}
.single__registr__drop .select2-container--default .select2-selection--multiple, .select2-container--default.select2-container--focus .select2-selection--multiple{
    border: none;
}
.select2-container.select2-container--default.select2-container--open {
    z-index: 1000000;
}
.iti{
display: block !important; /* fix  phone code widget width*/
}
.info-tooltip.reg {
    bottom: 7px;
    position: absolute;
    right: 27px;
    z-index: 1000;
    color: #00C8C6;
}
.error-row{
    color: red;
    font-size: 14px;
    padding-left: 5px;
}
.close-popup{
    position: absolute;
    top: 8px;
    right: 10px;
    z-index: 10;
    color: grey;
    font-weight: bold;
}
.offset-anchor {
    display: block;
    position: relative;
    top: -180px;
    visibility: hidden;
}
.top--220{
    top: -220px !important;
}
.hide{
    display: none !important;
}
.details__content__box ul li::before{
    background-image: url("../../../images/front/green_check.svg");
}
.details__content__box h3{
    margin-top: 20px;
}

.details__area ul{
    margin-bottom: 40px;
}
.details__area p{
    margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
    .content-box.open-map .job-box {
        display: none;
    }
    .content-box.open-map .map-box {
        flex-basis: 100%;
        padding-left: 0;
    }
}
