.iq-bg-primary {
    background: #e5f2ff !important;
    color: #0084ff !important;
}

.iq-bg-success {
    background: #e5fae5 !important;
    color: #00ca00 !important;
}

.iq-bg-warning {
    background: #fffbe5 !important;
    color: #ffd40 !important;
}

.iq-bg-danger {
    background: #fcecec !important;
    color: #e64141 !important;
}

.audbtns {}

.audbtns .btn {
    padding: 6px 15px !important;
    font-size: 13px !important;
}

.no-hover {}

#client_rejection_template div select {
    text-align: center;
}

#client_rejection_template {
    margin-left: 5px;
}

#meeting_template div :nth-child(2) label {
    margin-left: 5px;
}

@media (min-width: 992px) {
    .no-hover .dropdown-toggle::after {
        display: none;
        opacity: 0;
    }

    .no-hover .dropdown-menu {
        min-width: 250px;
        background: #fff;
        border-radius: 0;
        border: none;
        padding: 0;
        left: auto;
        right: -10px;
        top: 40px;
        -webkit-box-shadow: none;
        box-shadow: none;
        margin-top: 0;
        -webkit-transition: all 400ms ease-out;
        -o-transition: all 400ms ease-out;
        transition: all 400ms ease-out;
        -webkit-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
        transform-origin: 50% 0;
        -webkit-box-shadow: 0 3px 16px 0 rgba(0, 0, 0, .08);
        box-shadow: 0 3px 16px 0 rgba(0, 0, 0, .08);
    }

    .no-hover .dropdown-menu li {
        display: block;
        margin-left: 0px;
    }

    .no-hover .dropdown-menu li a,
    .no-hover .dropdown-menu a {
        padding: 0 20px;
        display: block;
        line-height: 30px;
        color: #263a4f;
        font-family: heebo, sans-serif;
        text-transform: inherit;
        -webkit-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease;
        font-weight: 400;
        font-size: 14px;
    }
}

.sub_menu {
    border-top: 1px solid#ddd;
    /* border-bottom:1px solid#ddd; */
    padding: 0px;
    margin-bottom: 0px;
}

.sub_menu li {
    display: inline-block;
}

.sub_menu li a {
    padding: 12px 20px 10px 20px;
    font-size: 15px;
    display: block;
    font-weight: 500;
    border-left: 1px solid#ddd;
}

.sub_menu li:nth-child(1) a {
    border-left: none;
}

/*.nav_height {
    min-height: 74px;
}*/


/* ===== Client Dashboard  ===== */

#client_dashboard {}

#client_dashboard .col-md-3 .card {
    margin-bottom: 30px;
    border: none;
}

#client_dashboard .col-md-3 .card .card-body {
    padding: 20px 10px;
    padding-bottom: 50px;
    border: none;
    z-index: 5;
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 30px rgba(0, 0, 0, 0.05);
}

#client_dashboard .col-md-3 .card .card-body h5 {
    font-size: 18px;
}

#client_dashboard .col-md-3 .card .card-body span {
    font-size: 36px;
    color: #666;
    z-index: 1;
}

#client_dashboard .col-md-3 .card .card-body img {
    position: absolute;
    bottom: -5px;
    left: 0px;
    z-index: -1;
}

#client_dashboard .table_list {
    padding: 20px;
    border-radius: 10px;
    border: none;
    -webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 30px rgba(0, 0, 0, 0.05);
}

#client_dashboard .table_list .table {}

#client_dashboard .table_list .table .btn {
    font-size: 13px;
    padding: 8px 15px 7px 15px;
    border-radius: 4px;
    font-weight: 500;
}

.client_banner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 4px;
    padding: 30px 15px;
    -webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 30px rgba(0, 0, 0, 0.05);
}

.client_banner img {
    position: absolute;
    bottom: -33px;
    left: -4px;
}

.action_group {}

.action_group ul {
    padding-left: 0px;
    margin-bottom: 0px;
}

.action_group ul li {
    display: inline-block;
}

.action_group ul li.dropdown {
    margin-left: 5px;
}

.action_group ul li.dropdown>a {
    padding: 5px 10px;
}

.action_group ul li .dropdown-toggle::after {
    display: none;
}

.action_group ul li.dropdown .dropdown-menu {
    border-radius: 4px;
    left: auto !important;
    right: 7px;
    padding: 0px;
    border-color: #eef0f4;
    -webkit-box-shadow: 0px 15px 30px 0px rgb(233 237 244);
    -moz-box-shadow: 0px 15px 30px 0px rgba(233, 237, 244, 1);
    box-shadow: 0px 15px 15px 0px rgb(107 107 107 / 40%);
}

.action_group ul li.dropdown .dropdown-menu li {
    display: block !important;
}

.action_group ul li.dropdown .dropdown-menu li:last-child a {
    border-bottom: 0px;
}

.action_group ul li.dropdown .dropdown-menu a {
    display: block;
    padding: 8px 10px;
    border-bottom: 1px solid#ddd;
}

.running_jobs {}

.project-tab {
    padding: 0px !important;
    margin: 0px !important;
}




/* ===== Client Profile  ===== */

#client_profile .card {
    display: block;
    padding: 20px;
    border-radius: 4px;
    border: none;
    margin-bottom: 40px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 10px;
}


/* ===== Audititions  ===== */

#audititions {}

.calendar_page {}

.calendar_page .col-lg-7 {
    box-shadow: 5px 0 18px -3px rgb(0 0 0 / 15%);
    position: relative;
}

.calendar_page .col-lg-7:after {
    content: '';
    position: absolute;
    top: -14px;
    width: 100%;
    background: #fff;
    z-index: 99;
    height: 20px;
    left: 0px;
}

.calendar_page .col-lg-7:before {
    content: '';
    position: absolute;
    left: -2px;
    background: #fff;
    z-index: 99;
    width: 20px;
    height: 100%;
}

.calendar_page .col-lg-5 {}

.calendar_page .col-lg-5 #available_time_slot {
    background: #fbfbfb;
}

.calendar_page .col-lg-5 #available_time_slot .card {
    background: none;
    box-shadow: none;
    border: 0px;
}

.calendar_page .col-lg-5 #available_time_slot .btn-light {
    background: #eae7f3;
    border-color: #c9c4d9;
}

#audititions .available_time_slot {}

#audititions .available_time_slot .btn-light {}

#audititions .time_slot_lst {}

#audititions .time_slot_lst hr {
    margin: 8px 0;
}

#audititions .time_slot_lst .col-lg-8 {
    padding-right: 5px;
}

#audititions .time_slot {
    padding: 0px;
    clear: both;
    width: 100%;
    text-align: center;
    margin-bottom: 3px;
    min-height: 34px;
}

#audititions .time_slot_lst li {
    list-style: none;
    float: left;
    padding-top: 6px;
    font-size: 14.5px;
    text-align: left;
}

#audititions .time_slot_lst li:nth-child(1) {
    width: 30%;
}

#audititions .time_slot_lst li:nth-child(2) {
    width: 10%;
}

#audititions .time_slot_lst li:nth-child(3) {
    width: 30%;
}

#audititions .time_slot_lst li:nth-child(4) {
    width: 20%;
    text-align: right;
}

#audititions .time_btn {
    margin-bottom: 3px;
    padding-left: 5px;
}

#audititions .time_btn .btn {
    padding: 6px 10px;
    border-radius: 4px;
    font-size: 15px;
}

#audititions .time_btn .btn-primary {
    padding: 6px 15px;
}


/* === === */

#add_audition_form {}

#add_audition_form {}

#add_audition_form #create_audition_batch {}

#add_audition_form #create_audition_batch .row {
    padding: 0 5px;
}

#add_audition_form #create_audition_batch .row>div {
    padding: 0 10px;
}

#add_audition_form #create_audition_batch .row>div .col-lg-3 {}

#add_audition_form #create_audition_batch .row .col-lg-2 .btn-warning {
    border-radius: 4px;
    text-align: left;
    background: #d1d1d1;
    border-color: #d1d1d1;
    color: #666;
}

#add_audition_form #create_audition_batch .row .audi_action_btn {
    padding-top: 32px;
}

#add_audition_form #create_audition_batch .row .audi_action_btn .btn,
#add_audition_form .duplicate_btn {
    display: inline-block;
    padding: 8px 15px;
    border-radius: 6px;
}

.add_location {
    background: rgb(0 0 0 / 82%);
}

.add_location .modal-dialog {}

#sidebarToggler {
    display: none;
}


/* === === */

.auditition_sec {}

.auditition_sec .audi_box {}

.auditition_sec .audi_box .btn {
    padding: 8px 20px;
    font-size: 15px;
    border-radius: 4px;
    text-transform: capitalize;
}

.auditition_sec .audi_box .prof_detail {
    float: none;
    margin: 0px;
    padding-left: 5px;
}

.auditition_sec .audi_box .prof_detail p {
    font-size: 14px;
    line-height: 23px;
}

.rating {
    color: #f37317;
}

.rating .fa {
    color: #f37317;
}

.rating_wrap {
    padding-left: 0px;
}

.rating_wrap li {
    display: inline-block;
    vertical-align: middle;
    color: #f37317;
}

.rating {
    width: 126px;
}

.rating label {
    float: right;
    position: relative;
    cursor: pointer;
    display: inline-block;
    font-family: FontAwesome;
}

.rating label:not(:first-of-type) {
    padding-right: 2px;
}

.rating label:before {
    /* content: "\2605"; font-size: 42px; color: #ccc; line-height: 1; */
}

.rating label:before {
    content: "\f005";
    font-size: 24px;
    color: #ccc;
    line-height: 1;
}

.rating input {
    display: none;
}

.rating input:checked~label:before,
.rating:not(:checked)>label:hover:before,
.rating:not(:checked)>label:hover~label:before {
    color: #f9df4a;
}

.filter_menu {
    width: 100%;
    display: block;
    margin-bottom: 20px;
    padding-left: 0px;
}

.filter_menu li {
    display: block;
    list-style: none;
}

.filter_menu a {
    display: block;
    font-size: 15px;
    color: #666;
    border-bottom: 1px solid#ddd;
    padding: 16px 15px;
    cursor: pointer;
}

.filter_menu a:hover,
.filter_menu a.active {
    background: #f7d694;
    border-color: #d8b97b;
    color: #fff;
}

#cand_app {}

#cand_app .col-md-6 {
    margin-bottom: 20px;
}

#cand_app .prof_detail {
    float: none;
    margin: 0px;
    padding-left: 5px;
}

#cand_app .prof_detail p {
    font-size: 15px;
}

#cand_app .prof_detail .btn-audition {
    color: #666;
    padding: 6px 5px;
    margin-bottom: 6px;
}

#cand_app .prof_detail .btn-audition img,
#cand_app .prof_detail .btn-audition svg {
    width: 26px;
    height: 26px;
    margin-top: -4px;
}

#cand_app .action_btns .btn {
    font-size: 15px;
    text-transform: capitalize;
    border: 1px solid#ddd;
    margin-bottom: 3px;
    padding: 8px 18px;
    border-radius: 4px;
    color: #666;
}

#cand_app .action_btns .btn:hover {
    background: #f5f5f5;
}

#cand_app .talent_listing .badge_wrap {
    margin: -8px 0 4px 0;
    min-height: 18px;
}

#cand_app .talent_listing .post_thumb {
    background: none;
    position: relative;
}

#cand_app .talent_listing .post_thumb:after {
    content: '';
    background: url(../img/shadow.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 160px;
}

#cand_app .talent_listing .post_details {
    position: relative;
}

#cand_app .talent_listing .post_details .hi_re_btn {
    background: #fff;
    border-radius: 10px;
    padding: 10px;
    width: 70%;
    margin: -44px auto 16px auto;
    -webkit-box-shadow: 0 1px 30px rgb(0 0 0 / 5%);
    -moz-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 30px rgb(0 0 0 / 5%);
}

#cand_app .talent_listing .post_details .hi_re_btn .btn {
    background: #ff7854;
    border-radius: 50%;
    padding: 10px;
    width: 50px;
    height: 50px;
    line-height: 29px;
    margin: 0 6px;
    /* background: linear-gradient(262deg, #ff7854, #fd267d); */
    color: #fff;
    border: none;
}

#cand_app .talent_listing .post_details .hi_re_btn .btn svg {
    fill: #fff;
    width: 22px;
    height: 22px;
}

#cand_app .talent_listing .post_details .hi_re_btn .close_btn {
    background: #ffba25;
}

#cand_app .talent_listing .post_details .hi_re_btn .close_btn svg {
    fill: #fff;
    width: 16px;
    height: 16px;
}

#cand_app .talent_listing .post_details .btn {
    border: 1px solid#ddd;
    color: #666;
    border-radius: 4px;
    font-weight: 500;
    margin-bottom: 4px;
    font-size: 14px;
    padding: 8px 16px 6px 16px;
}

#cand_app .talent_listing .post_details .popover_btn {
    border: none;
    color: #fff;
    margin-top: 6px;
    font-size: 14px;
    padding: 2px;
    text-shadow: 2px 2px 2px #000;
}

#cand_app .talent_listing .post_details .hi_re_btn .btn-info {
    background: #11b0b8 !important;
    line-height: 34px;
}

#cand_app .talent_listing .post_details .hi_re_btn .btn-info .fa {
    font-size: 18px;
}

#cand_app .talent_listing .option_3 {}

#cand_app .talent_listing .option_3 .title_1 a,
#cand_app .talent_listing .post_thumb .talent_name_det a {
    color: #fff;
}

#cand_app .talent_listing .option_3 .title_1 p,
#cand_app .talent_listing .post_thumb .talent_name_det p {
    color: #fff;
}

#cand_app .talent_listing .post_thumb {
    overflow: hidden;
}

#cand_app .talent_listing .post_thumb .talent_name_det {
    position: absolute;
    margin-top: -28px;
    display: block;
    color: #fff;
    text-align: left;
    margin-left: 10px;
    z-index: 99;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

#cand_app .talent_listing .post_thumb .talent_name_det .rating .btn {
    padding: 0 5px;
}

#cand_app .talent_listing .col-lg-4 .card:hover .talent_name_det {
    margin-top: -99px;
}

#rating_comment_popup {
    background: #0a433b;
}

.my_job_details {}

.my_job_details>.card.shade {
    padding-right: 0px;
}

.my_job_details .job_ti .text-right {}

.my_job_details .job_ti .text-right .btn {
    font-size: 14px;
    border-radius: 4px;
    padding: 8px 16px;
    font-weight: 500;
}

.my_job_details .job_ti {
    background: #fff2b1;
    padding: 20px 20px;
    margin: -20px -0px 0px -20px;
    border-radius: 6px 6px 0 0;
}

.job_scroll {
    max-height: 700px;
    overflow-x: hidden;
    overflow-y: scroll;
    padding-right: 20px;
}


/* Scroll Bar */

.job_scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background: #fff;
    border-radius: 8px;
}

.job_scroll::-webkit-scrollbar {
    width: 10px;
    background: #fff;
    border-radius: 8px;
}

.job_scroll::-webkit-scrollbar-thumb {
    background: #ede1a5;
    border-radius: 8px;
}

.no_data {
    padding: 150px 0;
}

.after_audi {}

.auditition_sec .audi_box .after_audi .btn {
    padding: 6px 13px;
    margin-bottom: 3px;
}

.btn-otp {
    padding: 2px 10px;
    font-style: italic;
    color: #126eb6;
    font-size: 15px;
    font-weight: 500;
    text-decoration: underline;
}

.popover {
    max-width: 320px !important;
    width: 320px !important;
    border-radius: 0px;
    border: none;
    -webkit-box-shadow: 0px 0px 17px -1px rgb(0 0 0 / 18%);
    -moz-box-shadow: 0px 0px 17px -1px rgba(0, 0, 0, 0.18);
    box-shadow: 0px 0px 17px -1px rgb(0 0 0 / 18%);
}

.popover-header {
    border: none;
    background: none;
    border-bottom: 1px solid#ddd;
    padding: 16px 15px;
    margin-bottom: 8px;
    color: #666;
}

.popover-body {
    padding: 0 10px;
}

.popover-body p {
    margin-bottom: bottom: border-bottom: 1px solid#ddd;
}

.popover-body p span {
    display: block;
    float: left;
    padding: 4px 6px;
}

.popover-body p span:nth-child(1) {
    width: 44%;
}

.popover-body p span:nth-child(2) {
    width: 10%;
    text-align: center;
}

.popover-body p span:nth-child(3) {
    width: 46%;
}

.popover-body p {
    font-size: 14px;
    line-height: 24px;
}

.popover .close_btn {
    position: absolute;
    top: 4px;
    right: 0px;
    font-size: 17px !important;
    cursor: pointer;
}

.location_pin li .hover .btn,
.popover .btn {
    letter-spacing: 0px;
    font-size: 13px;
    padding: 6px 9px;
    box-shadow: none;
}

.location_pin li .hover .btn {
    margin-top: 10px;
    padding: 6px 9px !important;
}

.location_pin li .hover .arrow {
    width: 20px;
    height: 39px;
    background: url(../img/arrow.png) no-repeat;
    background-size: cover;
    position: absolute;
    left: -20px;
    top: 40%;
}

.select2-container .select2-selection--single {
    height: 43px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #666 !important;
    ;
    line-height: 44px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 7px !important;
}


/* ===== My Jobs ===== */

#my_jobss {}

#my_jobss .badge {
    padding: 6px 12px;
    font-size: 12px;
    font-weight: normal;
}

#my_jobss .badge.bg-danger {
    background-color: #fc6170 !important;
}

.custom-checkbox {
    position: relative;
}

.custom-checkbox label {
    width: 100%;
}

.custom-checkbox label span {
    position: absolute;
    top: 1px;
    right: 2px;
}

.job_head {}

.job_head h5 {
    padding-top: 9px;
    margin-bottom: 2px;
}

.job_head .btn {
    padding: 6px 15px;
    font-weight: 500;
}

.job_head .btn-deactive {
    color: #7f4523 !important;
}

.job_head .btn-deactive:hover {
    color: #95532c !important;
}


/* ===== My Favourite List ===== */

#my-favourite_list {}

#my-favourite_list .table {}

#my-favourite_list .table .btn {
    padding: 8px 15px;
    font-size: 13px;
    color: #fff;
}

.tal_thumb {
    width: 80px;
}


/* ===== My Job ===== */

#my_job {}

#my_job .job_cat {}

#my_job .job_cat a {
    padding: 20px 10px;
    display: inline-block;
    margin-right: 5px;
    font-size: 18px;
    border-bottom: 6px solid transparent;
}

#my_job .job_cat a:hover,
#my_job .job_cat a.active {
    border-bottom: 6px solid#007bff;
}

#my_job .job_cat a .badge {
    background: #ddd;
    padding: 6px;
    margin-left: 5px;
}

#my_job .job_cat .line {
    border-top: 6px solid#ddd;
    display: block;
    margin-bottom: 20px;
    margin-top: -5px;
}

#my_job .job_bt {
    padding-top: 20px;
}

#my_job .job_bt p,
#my_job .job_bt a {
    display: inline-block;
    margin-left: 15px;
}

#my_job .job_bt p {
    font-weight: 500;
}

#my_job .job_bt a {
    border-radius: 26px;
    padding: 10px 40px;
}

#my_job .job_bt a.btn-border {
    border-color: #007bff;
}

#my_job .job_bt a.btn-close {
    padding: 10px 10px;
}

#my_job .job_lst {
    margin: 14px -15px;
}

.ajax-loading {
    padding: 200px 0;
}

.ajax-loading>img {
    width: 60px;
    opacity: 0.5;
}


/* ===== Responsive Media Screens ===== */

@media (max-width:1650px) {}

@media (max-width:1450px) {}

@media (max-width:1400px) {}

@media (max-width:1300px) {}

@media (max-width:1100px) {}

@media (max-width:993px) {}

@media (max-width:800px) {}

@media only screen and (min-width:710px) and (max-width:766px) {
    #post_job .nav {
        grid-template-columns: 1fr 1fr 1fr;
    }

    #post_job .nav li:last-child {
        grid-column: 3/3;
    }

    .sub_menu li {
        display: inline-block !important;
    }

}

@media only screen and (max-width:767px) {
    .sub_menu li {
        display: inline-block !important;
        text-align: left;
        border-bottom: 1px solid #ccc;
    }

    .sub_menu li a {
        border-left: none !important;
    }

    input.form-control,
    .custom-select {
        height: 35px;
    }

    .my_projects_sec_right {
        margin-top: 25px;
    }

    .my_projects_sec_right_single .dropdown.show {
        display: block !important;
    }

    .new_drop_sec .drop_sec {
        width: 190px !important;
    }

    .sub_menu li a {
        font-size: 12px;
    }


}

@media only screen and (min-width:250px) and (max-width:319px) {
    .sub_menu li {
        display: inline-block !important;
    }

    .information_div {
        left: -170px;
    }

    .new_client_set_inner {
        width: 90%;
    }

    .right_cont_form {
        right: 0 !important;
        position: relative !important;
        margin-top: 15px !important;
        display: inline-block !important;
        width: 100% !important;
    }

    .information_div {
        left: -40px;
    }





}