/*
 Theme Name:   Superio Child
 Theme URI:    https://themeforest.net/item/superio-real-estate-wordpress-theme/26372986
 Description:  Superio Child Theme
 Author:       ApusTheme
 Author URI:   http://apusthemes.com
 Template:     superio
 Version:      1.0.0
 Text Domain:  superio-child
*/

input.regular-text[type='date'] {
    margin: 0 !important;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border: 1px solid #F0F5F7;
    padding: 5px 20px;
    font-size: 15px;
    background: #F0F5F7;
    width: 100% !important;
    color: #696969;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 50px;
}

@media (min-width: 1200px) {
    input.regular-text[type='date'] {
        height: 60px;
    }
}

.form-error {
    color: red;
}

.get_otp_link {
    color: #1967d2;
}

.otp_success {
    color: green;
}

.send_again {
    color: #1967d2;
    padding-left: 5px;
}

.verify_otp_button {
    background-color: #1967d2;
    border: none;
}

.verify_otp_button:hover {
    background-color: #1451a4;
}

.verify_otp_modal .modal-header .close {
    margin-top: -20px;
}

.disable_click {
    pointer-events: none;
}

[class*="detail-video"] .content-bottom video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.wp-job-board-pro-uploaded-file-name video {
    max-width: 100%;
    height: auto;
}

.custom_detail_blocks span.bold {
    font-weight: bold !important;
}


.my_resume_eduarea.color-purple .circle {
    background: rgba(180, 130, 237, 0.15);
    color: #5211DF;
}

.my_resume_eduarea.color-purple .year,
.my_resume_eduarea.color-purple .edu_center {
    color: #5211DF;
}

.my_resume_eduarea.color-purple .content:after {
    border-left: 2px dashed rgba(139, 119, 253, 0.15);
}

.my_resume_eduarea.color-green .circle {
    background: rgba(130, 237, 141, 0.15);
    color: #17DF11;
}

.my_resume_eduarea.color-green .year,
.my_resume_eduarea.color-green .edu_center {
    color: #17DF11;
}

.my_resume_eduarea.color-green .content:after {
    border-left: 2px dashed rgba(113, 251, 117, 0.15);
}

.my_resume_eduarea .content:last-child {
    padding-bottom: 0;
}

.my_resume_eduarea .content:last-child:after {
    border: 0;
}

.wp-job-board-pro-uploaded-file-name .wp-job-board-pro-remove-uploaded-file {
    margin-left: 10px !important;
}

span.wp-job-board-pro-uploaded-file-preview+div.wp-job-board-pro-uploaded-file-name.flex-middle {
    margin-top: 10px;
}

form.cmb-form input[type="text"][readonly='true'] {
    cursor: default;
    background: #F0F5F7;
}

.sort-following-employer-form.sortby-category .select2.select2-container {
    min-width: 17.5rem !important;
    max-width: 30rem !important;
}

h1.hc-reform+p {
    clear: both;
}

select[name='filter-category[]']+.select2.select2-container .select2-selection__clear, select[name='filter-add_industry[]']+.select2.select2-container .select2-selection__clear{
    display: none;
}

.following-employer-main {
    display: flex;
}

.following-employer-main .sortby-form.sortby-category {
    padding-top: 20px;
    width: 30% !important;
    margin-bottom: 20px;
    padding: 20px;
    background: #fff;
    border: 1px solid #ECEDF2;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    -webkit-box-shadow: 0 6px 15px 0 rgba(64, 79, 104, 0.05);
    box-shadow: 0 6px 15px 0 rgba(64, 79, 104, 0.05);
    padding: 30px;
    margin-bottom: 30px;
}

.following-employer-main .inner-list {
    width: 100% !important;
}

.following-employer-main label.heading-label {
    margin: 0 0 20px;
    line-height: 1;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    color: #202124;
}

.dont-show-item {
    display: none !important;
}


p.cmb2-metabox-description {
    letter-spacing: .1rem !important;
    line-height: 1.5 !important;
}

/* Candidate resume page start */
.profile-wrapper {
    background: #fff;
    border: 1px solid #ECEDF2;
    box-shadow: 0 6px 15px 0 rgba(64, 79, 104, 0.05);
    border-radius:8px;
    width: 100%;
    padding: 20px 30px;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.profile-img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 100%;
}
.profile-body-wrap {
    display: flex;
    border-top: 1px solid #e4e4e4;
    width: 100%;
    padding-top: 10px;
}
.profile-top-header h5 {
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    font-family: var(--superio-main-font), Helvetica, Arial, sans-serif;
}
.profile-top-header {
    display: flex;
    justify-content: space-between;
}
.dashboard-wrapper-v2 .before-group-row {
    margin-bottom: 10px;
}
.profile-top-header p {
    font-weight: 400;
    font-size: 14px;
    font-family: var(--superio-main-font), Helvetica, Arial, sans-serif;
}
.profile-body-wrap ul {
    margin: 0;
    padding: 0;
}
.profile-body-wrap ul li {
    margin-bottom: 10px;
    list-style: none;
    color:#696969;
    padding: 0;
    font-size: 14px;
    color:#000;
    line-height: 20px;
    font-family: var(--superio-main-font), Helvetica, Arial, sans-serif;
}
.profile-top-header .candidate-job {
    margin-bottom: 5px;
    font-size: 14px;
    color: #000000;
    font-weight: 400;
    text-transform: capitalize;
}
.profile-body-wrap i {
    margin-right: 10px;
}
.profile-right-col {
    padding-left: 30px;
    width: 100%;
}
.profile-body-right-col {
    padding-left: 20px;
}
.profile-body-left-col {
    padding-right: 40px;
    padding-top: 0px;
    border-right: 1px solid #e4e4e4;
}
.box-dashboard-wrapper {
    padding: 10px 10px 0;
}
#_candidate_resume_front .active {
    border: solid 1px var(--superio-theme-color);
}
.user-short-profile-top.is_candidate {
    display: none;
}
.skill-percents {
    display: none;
}
.user_short_profile .menu-heading {
    margin: 0 0 10px 0;
    font-size: 18px;
    padding-left: 20px;
    font-weight: 600;
}
.menu_short_profile li a {
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 500;
    color: #344054;
}
form.cmb-form .cmb2-metabox-title {
    font-size: 16px;
    font-weight: 600;
}
.box-dashboard-wrapper > .title {
    font-size: 18px;
    display: none;
}
/* Candidate resume page end */

@media(max-width:1100px) {

    .following-employer-main {
        display: block;
    }

    .following-employer-main .sortby-form.sortby-category {
        width: 100% !important;
    }
}

@media screen and (max-width:576px){
    .profile-wrapper {
        flex-direction: column;
    }
    .profile-img {
        width: 100px;
        height: 100px;
    }
    .profile-right-col {
        padding-left: 0px;
        margin-top:15px;
    }
    .profile-wrapper {
        padding: 20px 15px;
    }
}
.nsl-container.nsl-container-block.nsl-container-embedded-login-layout-below {
    text-align: center;
}

.nsl-container.nsl-container-block {
    display: flex ;
    justify-content: center;
}
div.nsl-container[data-align="left"] {
    text-align: left !important;
}
