body{
    background-color: #fff;
}
.search__container{
    margin: 0 16px;
    border: 1px solid #cecdcd;
    display: flex;
}
#search_input{
    border: none;
    width: -webkit-fill-available;
    padding: 12px;
    outline: none;
}
.uil-search{
    padding: 12px 0 12px 12px;
    background-color: #fff;
    color: var(--primary-color);
}
.details{
    padding: 50px;
}
#listing__title{
    font-weight: 600;
    font-size: 20px;
}
.uil-filter{
    color: var(--primary-color);
    font-size: 20px;
}
.filter{
    display: flex;
    justify-content: space-between;
}

#employment__type{
    display:inline-block;
    color:#c67438;
}
/* .job__container span{
    display: block;
} */
.uil-expand-arrows-alt{
    text-shadow: 1px 1px black;
}
.job__anchor{
    text-decoration: none;
}
.job__title{
    color: var(--primary-color);
    font-size: 24px;
    display: block;
    font-weight: 500;
}
.title__big{
    color: var(--primary-color);
    font-size: 24px;
    display: block;
    font-weight: 400;
    margin-top: 16px;
}
.wb_spaces{
    white-space: break-spaces;
    word-break: break-word;
}
.job__image__background{
   text-align: right;
}
.company__name{
    width: 180px;
    display: block;
    margin-left: auto;
    text-align: center;
    margin-top: 8px;
    font-weight: 600;
}
.job__image{
    border-radius: 8px;
    background-color: #EBEBEB;
    width: 180px;
    height: 135px;
}
.job__image img{
    width: 100%;
}
.clickable__content{
    padding: 0 16px;
}
.location{
    display: block;
}
.schedule__grid{
   display:flex;
   align-items: center;
   margin: 16px 0;
}
.set__schedule__container{
    display: inline-block;
    margin-right: 12px;
    width: 300px;
    cursor: pointer;
}
#set__schedule{
    padding: 8px;
    border-radius: 8px;
    background-color: var(--primary-color);
    color: #fff;
    width: -webkit-fill-available;
    display: block;
    text-align: center;
}
#login__favorite,#add__favorite{
    font-size: 32px;
    cursor: pointer;
    border-radius: 8px;
    border: 2px solid var(--primary-color);
    padding: 6px 8px;
    color: #c52309;
}
#remove__favorite{
    font-size: 32px;
    cursor: pointer;
    border-radius: 8px;
    border: 2px solid var(--primary-color);
    padding: 6px 8px;
    color:#c52309;
}
@media screen and (max-width: 768px)
{
    .swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
        font-size: 26px !important;
    }
    .swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
        font-size: 26px !important;
    }
}
.web_swiper img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.fullscreen-btn {
    top: 24px;
    position: absolute;
    z-index: 9999;
    color: #fff;
    right: 24px;
    font-size: 12px;
    display: block;
    background-color: rgba(255, 255, 255, 0.34);
    border-radius: 3px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: grayscale() blur(10px);
    padding: 5px 10px;
}
.fullscreen-btn, .gallery-image-counter {
    box-shadow: 1px 2px 3px 0px #312d2d;
}

.fullscreen-btn {
    top: 24px;
    position: absolute;
    z-index: 9999;
    color: #fff;
    right: 24px;
    font-size: 16px;
    background-color: rgba(255, 255, 255, 0.34);
    border-radius: 3px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: grayscale() blur(10px);
    padding: 5px 10px;
}
.salary{
    color: var(--primary-color);
    font-size: 20px;
    display: block;
    font-weight: 500;
}
.fullscreen .gallery-top .swiper-slide{
    cursor: default;
    background-size: contain;
}
.fullscreen .gallery-top .slider-background {
    -webkit-filter: blur(9px) !important;
    filter: blur(9px) !important;
}
.slider-background {
    background-position: center !important;
    background-size: cover !important;
}
.gallery-top {
    height: 510px;
    /* height: 400px; */
    cursor: pointer;
    position: relative;
}
.fullscreen {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #161418;
    z-index: 9999 !important;
}
.fullscreen .close-button{
    display: block;
    box-shadow: 1px 2px 3px 0px #312d2d;
    text-shadow: 1px 1px black;
}
.close-button {
    background-color: rgba(255, 255, 255, 0.34);
    border-radius: 3px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: grayscale() blur(10px);
    display: none;
    right: 24px;
    color: #fff;
    position: fixed;
    top: 24px;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    z-index: 9999;
    padding: 5px 10px
}
.job__line__height{
    line-height:2;
}
.swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white{
    color:var(--primary-color);
}

.job__type{
    display: block;
}
.gallery-image-counter {
    top: 24px;
    position: absolute;
    z-index: 9999;
    color: #fff;
    right: 75px;
    font-size: 16px;
    background-color: rgba(255, 255, 255, 0.34);
    border-radius: 3px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: grayscale() blur(10px);
    padding: 5px 10px;
    display:none;
}
.gallery-image-counter {
    text-shadow: 1px 1px black;
}
.avatar-upload .avatar-preview {
    width: 180px;
    height: 101.25px;
    position: relative;
    box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 10%);
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
}
.avatar-upload .avatar-preview > div {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
/*TABS*/
.tabset > input[type="radio"] {
    position: absolute;
    left: -200vw;
  }
  
  .tabset .tab-panel {
    display: none;
  }
  
  .tabset > input:first-child:checked ~ .tab-panels > .tab-panel:first-child,
  .tabset > input:nth-child(3):checked ~ .tab-panels > .tab-panel:nth-child(2),
  .tabset > input:nth-child(5):checked ~ .tab-panels > .tab-panel:nth-child(3),
  .tabset > input:nth-child(7):checked ~ .tab-panels > .tab-panel:nth-child(4),
  .tabset > input:nth-child(9):checked ~ .tab-panels > .tab-panel:nth-child(5),
  .tabset > input:nth-child(11):checked ~ .tab-panels > .tab-panel:nth-child(6) {
    display: block;
  }
  
  .tabset > label {
    position: relative;
    display: inline-block;
    padding:8px 40px;
    border: 1px solid transparent;
    border-bottom: 0;
    cursor: pointer;
    font-weight: 600;
  }
  
  
  .tabset > label:hover,
  .tabset > input:focus + label {
    color: var(--primary-color);
  }
  
  .tabset > label:hover::after,
  .tabset > input:focus + label::after,
  .tabset > input:checked + label::after {
    background: var(--primary-color);
  }
  
  .tabset > input:checked + label {
    /* border-color: #ccc; */
    border-bottom: 2px solid var(--primary-color);
    margin-bottom: -1px;
  }
  
  .tab-panel {
    padding: 16px;
    /* border-top: 1px solid #ccc; */
  }
  
.tabset{
    text-align: center;
  }
  .tab-panels{
    text-align: left;
  }
  .swiper-wrapper.disabled {
    transform: translate3d(0px, 0, 0) !important;
}
.swiper-pagination.disabled {
    display: none;
}
/*END OF TABS*/
.detail__title{
    display: block;
    font-size: 24px;
    display: block;
    font-weight: 500;
}
.details__title__grid{
    margin-bottom: 20px;
    display: grid;
    grid-template-columns: 65% 30%;
    justify-content: space-around;
}
.title__salary {
    display: flex;
    align-items: center;
    font-size: 28px;
    font-weight: 600;
}
.salary_type {
    font-size: 20px;
}
.mobile_salary{
    margin-bottom: 0;
}
.divider {
    margin: 0 6px;
    font-size: 19px;
}

.contact-owner-modal-window {
    position: fixed;
    background-color: rgb(0 0 0 / 55%);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 8888;
    margin-left: 0;
}
.contact-owner-modal-window-open {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}
.contact-owner-modal-window .guest__customer {
    width: 340px;
}
.contact-owner-modal-window > div {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 100%);
    padding: 1em;
    background: #ffffff;
    width: 400px;
    border-radius: 3px;
    transition: all 300ms;
}
.contact-owner-modal-window .guest__customer {
    width: 340px;
}
.social--btn {
    width: 100%;
    border-radius: 3px;
    font-size: 16px;
    color: inherit;
    background: none;
    cursor: pointer;
    padding: 12px 0;
    display: inline-block;
    letter-spacing: 1px;
    outline: none;
    position: relative;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
}
.icon-phone:before {
    width: 25px;
    height: 25px;
    content: '';
    background: url(/images/icon/continue_mobi.svg) no-repeat center center/cover;
    position: absolute;
    top: 10px;
    left: 17px;
}
.btn-3 {
    background: #fff;
    color: #383838;
    border: 2px solid #383838;
    font-weight: 600;
}
.apply__fullname {
    display: block;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
}
.apply__information {
    display: none;
    padding: 16px;
}
.apply__contact {
    position: relative;
    display: flex;
    text-align: center;
    margin: 16px 0;
    justify-content: center;
}
.verified-badge {
    margin-left: 4px;
    color: #4caf50;
}
.verified-badge::before {
    background-color: #4caf50;
}
.verified-badge::after {
    right: -20px !important;
    border-top: 5px solid #4caf50 !important;
}
[data-tooltip] {
    position: relative;
    z-index: 2;
    cursor: pointer;
}
[data-tooltip]:before, [data-tooltip]:after {
    visibility: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    pointer-events: none;
}
[data-tooltip]:before {
    position: absolute;
    bottom: 95%;
    /* left: 50%; */
    margin-bottom: 5px;
    /* margin-left: -80px; */
    padding: 7px;
    /* width: 160px; */
    word-wrap: break-word;
    border-radius: 3px;
    background-color: #000;
    background-color: hsla(0, 0%, 20%, 0.9);
    color: #fff;
    content: attr(data-tooltip);
    text-align: center;
    font-size: 14px;
    line-height: 1.2;
}

.attached__label {
    font-size: 14px;
    display: block;
    text-align: center;
}
.file-input {
    display: inline-block;
    text-align: left;
    background: #eee;
    padding: 16px;
    width: -webkit-fill-available;
    position: relative;
    border-radius: 3px;
    margin: 16px 0;
}
.file-input > [type='file'] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 10;
    cursor: pointer;
}
.file-input > .button {
    display: inline-block;
    cursor: pointer;
    background: #fff;
    padding: 8px 16px;
    border-radius: 2px;
    margin-right: 8px;
}
.file-input > .label {
    color: #333;
    white-space: nowrap;
    opacity: .3;
}
#apply__now {
    padding: 8px;
    border-radius: 8px;
    background-color: var(--primary-color);
    color: #fff;
    width: -webkit-fill-available;
    display: block;
    text-align: center;
    cursor: pointer;
}
.d-flex{
  display: grid;
  grid-template-columns: 45% 50%;
  justify-content: space-between;
  align-items: center;
}