@font-face {
    font-family: "Eina01-Bold";
    src: url("../fonts/Eina01-Bold.ttf")
}
@font-face {
    font-family: "Eina01-Regular";
    src: url("../fonts/Eina01-Regular.ttf")
}
@font-face {
    font-family: "Eina01-SemiBold";
    src: url("../fonts/Eina01-SemiBold.ttf")
}

body .jobboard-form.register-form {
    max-width: 100% !important;
    padding: 50px 0px !important;
}
body .elementor-section-wrap section{
    width: 100% !important;
}
footer a {
    color: #616161 !important;
    font-size: 14px !important;
}
footer li {
    list-style-type: none !important; 
}
.user_header_dropdown {
    position: relative;
    cursor: pointer;
    display: inline-block;
}
.next_item_dropdown {
    position: absolute;
    display: none;
    background-color: #fff;
    padding: 10px;
    border-radius: 4px;
}
.first_item_dropdown {
    display: flex;
    align-items: center;
}
.first_item_dropdown img {
    width: 40px;
    margin-right: 10px;
}
.first_item_dropdown_name {
    margin-right: 10px;
    font-family: Eina01-SemiBold;
    font-size: 14px;
    line-height: 16px;
    text-transform: capitalize;
    color: #171725;
}
.first_item_dropdown i {
    font-size: 28px;
}
.next_item_dropdown a {
    cursor: pointer;
    color: #171725;
}
.next_item_dropdown a:hover {
    color: #f4c137;
}
.elementor .elementor-hidden-phone {
    /* display: block !important; */
}
.dropdown_item {
    padding: 5px 0;
    font-weight: bold;
    font-size: 14px;
    font-family: Eina01-SemiBold;
    color: #171725;
}
@media (max-width: 767px) and (min-width: 250px) {
    body .elementor-section.elementor-top-section.elementor-element.elementor-element-da92980.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default .elementor-container.elementor-column-gap-default > .elementor-row {
        flex-wrap: nowrap;
    }

    body .first_item_dropdown_name { 
        display: none;
    }
    body .user_header_dropdown {
        margin-top: 9px;
    }
    body .hfe-nav-menu.hfe-layout-horizontal.hfe-nav-menu-layout.horizontal.hfe-pointer__none {
        width: 60px;
        margin-right: -23px;
    }
    body .hfe-site-logo-container > img {
        width: 150px;
    }
    body .hfe-site-logo-container {
        text-align: left !important;
    }
    body .first_item_dropdown img {
        max-width: 40px !important;
    }
    body .first_item_dropdown {
        margin-right: 20px;
    }
    body .hfe-site-logo {
        width: 550px;
    }
    body .next_item_dropdown {
        left: -30px;
    }
}
@media (max-width: 659px) and (min-width:620px) {
    body .hfe-site-logo {
        width: 470px;
    }
}

@media (max-width: 619px) and (min-width:551px) {
    body .hfe-site-logo {
        width: 400px;
    }
}

@media (max-width: 550px) and (min-width:501px) {
    body .hfe-site-logo {
        width: 350px;
    }
}
@media (max-width: 500px) and (min-width:451px) {
    body .hfe-site-logo {
        width: 300px;
    }
}
@media (max-width: 450px) and (min-width:401px) {
    body .hfe-site-logo {
        width: 250px;
    }
}
@media (max-width: 400px) and (min-width:351px) {
    body .hfe-site-logo {
        width: 200px;
    }
}
@media (max-width: 350px) and (min-width:250px) {
    body .hfe-site-logo {
        width: 150px;
    }
}

/* Register popup */
.job-page-popup {
    max-width: 750px;
    max-height: 100%;
    z-index: 100001;
    position: fixed;
    top: 0;
    left: 10px;
    bottom: 0;
    right: 10px;
    display: none;
    overflow-y: auto;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.content-popup {
    padding: 15px 30px 37px 30px;
    background-color: #FFFFFF;
    width: 100%;
    position: relative;
}
.popup-fields {
    display: flex;
    flex-wrap: wrap;
}
.popup-title h1{
    font-family: 'Eina01-Regular', sans-serif;
    font-size: 24px;
    line-height: 28px;
    text-transform: capitalize;
    color: #4F585F;
    margin-bottom: 0px;
}
.field-item {
    display: flex;
    flex-direction: column;
    width: 50%;
    margin-top: 35px;
}
.field-item:nth-child(2n) {
    padding-left: 16px;
}
.field-item input[type='text'], .field-item input[type='email'], .field-item input[type='tel'] {
    background: #FAFAFB;
    border: 1px solid #E1E1E1;
    box-sizing: border-box;
    border-radius: 5px;
    
}
.field-item label {
    font-family: 'Eina01-Regular', sans-serif;
    font-size: 16px;
    text-transform: capitalize;
    color: #171725;
    padding-bottom: 10px;
}
.field-item input[type='text']::placeholder, .field-item input[type='email']::placeholder, .field-item input[type='tel']::placeholder {
    font-family: 'Eina01-Regular', sans-serif;
    font-size: 14px;
    line-height: 16px;
    color: #85858B;
}
.upload-block {
    background: #FAFAFB;
    border: 1px solid #E1E1E1;
    box-sizing: border-box;
    border-radius: 5px;
    height: 50px;
}
#job-file-register:hover {
    cursor: pointer;
}
.popup-cv-field {
    margin-top: 35px;
    font-family: 'Eina01-Regular', sans-serif;
    font-size: 16px;
    line-height: 19px;
    text-transform: capitalize;
    position: relative;
}
.popup-cv-field input{
    position: absolute;
    height: 50px;
    width: 100%;
    z-index: 2000;
    opacity: 0;
    top: 25px;
    left: 0;
}
.popup-cv-field label {
    padding-bottom: 10px;
}
body .popup-btn-apply {
    margin-top: 30px;
    font-family: 'Eina01-SemiBold';
    font-size: 14px;
    line-height: 16px;
    text-transform: capitalize;
    color: #FFFFFF;
    background: #F4C137;
    border-radius: 4px;
    padding: 9px 45px;
}

.upload-block {
    position: relative;
}
.upload-block p {
    padding-left: 17px;
    margin-top: 15px;
    font-family: 'Eina01-Regular', sans-serif;
    font-size: 14px;
    line-height: 16px;
    color: #85858B;
}
.upload-img {
    background-image: url('../images/Vector.png');
    background-repeat: no-repeat;
    object-fit: cover;
    width: 20px;
    height: 21px;
    position: absolute;
    top: 14px;
    right: 15px;
    z-index: 1000;
}
.content-popup .md-close {
    border: 1px solid #cfd8dc;
    border-radius: 3px;
    font-size: 16px;
    height: 20px;
    line-height: 19px;
    padding: 0;
    position: absolute;
    right: 10px;
    top: 15px;
    width: 20px;
    background-color: #fff;
    color: rgba(0, 0, 0, 0.6);
    text-align: right;
    transition-duration: 0.1s;
    -webkit-transition-duration: 0.1s;
    -moz-transition-duration: 0.1s;
    text-align: center;
}

.popup-btn-apply {
    font-family: 'Eina01-SemiBold', sans-serif;
    font-size: 14px;
    line-height: 16px;
    text-transform: capitalize;
    padding: 11px 45px;
}
.button-reg {
    display: flex;
    justify-content: center;
    padding-bottom: 20px;
}
.md-overlay {
    background-color: rgba(0, 0, 0, 0.6);
}
body .container.job-container {
    max-width: 1180px;
    padding: 10px;
}
body .elementor-button.elementor-size-sm {
    cursor: pointer;
}
body .error_reg {
    padding: 10px;
    background: #ff000091;
    font-size: 16px;
    margin-top: 10px;
    display: none;
}

/* Phone input styles */
body .select2-dropdown {
    z-index: 100051 !important;
}

#single-job-select .input-group.phone {
    position: relative;
}

#single-job-select .phone-select2 {
    position: absolute;
    bottom: 6px;
    left: 6px;
    width: 80px;
    height: 33px;
}

#single-job-select .input-group.phone #phone-code {
    position: absolute;
    bottom: 6px;
    width: 71px;
    height: 33px;
    padding: 0;
    left: 6px;
    padding-left: 10px;
    background-image: url('../../images/my-account-icons/drop-down-arrow\ 1.png');
    background-position: 94% 53%;
    background-size: 7px;
    z-index: 100005;
    background-repeat: no-repeat;
}

#single-job-select .phone-select2 .select2-container {
    width: 80px !important;
}

#single-job-select .select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
}

#single-job-select .input-group.phone .job-input {
    padding-left: 95px;
}

#single-job-select .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #85858B;
    line-height: 16px;
    width: 70px !important;
}
#single-job-select #phone::placeholder {
    color: #85858B;
}
#single-job-select .select2-container--default .select2-selection--single {
    height: 32px;
    background: #FAFAFB;
    border: 1px solid #E1E1E1;
    box-sizing: border-box;
    border-radius: 5px;
    }
#single-job-select #phone {
    background: #FAFAFB;
    border: 1px solid #E1E1E1;
    box-sizing: border-box;
    border-radius: 5px;
}

/* Positions field styles */

body #single-job-positions {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 35px;
}
body #single-job-positions label {
    font-family: 'Eina01-Regular', sans-serif;
    font-size: 16px;
    text-transform: capitalize;
    color: #171725;
    padding-bottom: 10px;
}
body #single-job-positions .select2-container--default .select2-selection--multiple {
    background: #FAFAFB;
    border: 1px solid #E1E1E1;
    box-sizing: border-box;
    border-radius: 5px;
    min-height: 32px;
}
body #single-job-positions .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    margin: 9px 0;
}
body #single-job-positions .selection ul {
    margin: 0 !important;
}

@media screen and (max-width: 815px) {
    body .job-page-popup {
        height: 100%;
        background-color: #fff;
        overflow-y: auto;
    }
    body .content-popup .md-close {
        top: 15px;
    }
    body .content-popup {
        height: 100%;
    }
    body .popup-fields {
        flex-direction: column;
    }
    body .field-item {
        width: 100%;
    }
    body .field-item:nth-child(2n) {
        padding-left: 0px;
    }
}

@media (max-width: 815px) and (min-width: 400px) {
    body .job-page-popup {
        max-height: 830px;
        overflow-y: auto;
    }
}

.lds-ring {
    display: inline-block;
    width: 100px;
    height: 100px;
    z-index: 100000;
    top: -11px;
  }
  .lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 100px;
    height: 100px;
    border: 3px solid #fff;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #F4C137 transparent transparent transparent;
  }
  .lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
  }
  .lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
  }
  .lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
  }
  @keyframes lds-ring {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }

.job-page-popup .loader {
    display: none;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 100000;
    background-color: rgba(128, 128, 128, 0.3);
}



.content-popup .upload-file-label{
    font-size: 14px;
    width: 100%;
    line-height: 19px;
    text-align: center;
    position: static;
    color: grey;
}

.add-space{
    margin-left: 8px;
}