﻿/*--------------------------------------------------------------
# Admin - Left Navigation
--------------------------------------------------------------*/
.sidebar {
    width: 240px;
    background: var(--white);
    arrow-box-shadow: 5px 0px 18px 1px rgb(0 0 0 / 13%);
}
.toggled #menu-toggle {
    cursor: pointer;
    transform: rotate( 181deg );
}
span.text-blue.sub-f-14.f-500 {
    font-size: 14px;
    position: relative;
    top: -3px;
}

.sidebar .active {
    color: var(--black) !important;
}
/* Start logo inp slidebar*/
.sclogo-icon, .displyInVerysmallScreen {
    display: none;
}
.hidelogoTa .sclogo-logo {
    display: block;
}
.hidelogoTa p.sclogo-icon {
    display: block;
    text-align: left;
    margin-left: 12px;
}
.sc-logo-hide img {
    margin-bottom: 17px;
    position: relative;
    top: 12px;
    text-align: center;
}
.toggled .hidelogoTa {
    display: none;
}
.toggled .mlm {
    margin-left: 10px !important;
}
.sc-logo-hide {
    display: none;
}
.toggled .sc-logo-hide {
    display: block;
    text-align: center;
}
.toggled .sclogo-logo {
    display: none;
}
/* End logo inp slidebar*/
.list-group-item img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
a.list-group-item.list-group-item-action:hover {
    background: var(--gainsboro);
}
.list-group-item.active {
    background: var(--gainsboro);
}
.list-group-item img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
.list-group-item {
    background: transparent;
    border: none;
    padding: 1rem .5rem;
    white-space: normal;
}
.menu-icon-img {
    position: absolute;
    width: 10px!important;
    height: 10px!important;
    margin-right: 10px;
    right:10px;
}
/*--------------------------------------------------------------
# Admin - Left Humberger Menu
--------------------------------------------------------------*/
#menu-toggle {
    cursor: pointer;
}
.toggled .sidebar {
    width: 95px;
}
.toggled #sidebar-wrapper .list-group {
    width: 6rem;
}
.toggled .list-group-item img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    text-align: center;
    margin: 0 auto;
    /*display: block;*/
    position: relative;
    left: 0;
}
.toggled li .list-group-item {
    border-width: 0 0 1px;
    font-size: 0;
    /*text-align: center;*/
    margin: 0 auto;
    padding: 1.5rem 0.5rem;
    padding-left: 0;
}
.toggled .sidebar .dropdown-toggle.arrow-m-0::after {
    margin-top: 5px;
}
.sidebar .dropdown-toggle.indicators.arrow-m-0::after {
    margin-top: 0;
}
.toggled .sidebar .dropdown-toggle.arrow-m-0::after {
    margin-left: 0.255em;
}
.toggled a.nav-link.dropdown-toggle.arrow-m-0 img {
    margin-right: 6px !important;
}
.toggled li .list-group-item p {
    border-width: 0 0 1px;
    font-size: 0;
    text-align: center;
    margin: 0 auto;
}
#wrapper.toggled #sidebar-wrapper {
    margin-left: 0;
}
.fw-600 {
    font-weight: 600;
}
.fw-700 {
    font-weight: 700;
}
/*--------------------------------------------------------------
# Admin - Top Navigation
--------------------------------------------------------------*/
.admin-nav {
    arrow-box-shadow: 0px 1px 19px 6px rgb(0 0 0 / 5%);
    background: var(--white);
    padding: 12px 11px;
    width: 97%;
    margin: 0px auto;
    margin-top:10px;
}
.back_btn_img {
    width: 20px;
    margin-right: 5px;
}
.dropdown-item.userprofile img {
    width: 33px;
    margin-right: 10px;
}
.user-profile span {
    display: block;
    font-size: 14px;
    font-weight: 500;
}
.company_name {
    font-weight: 500;
}
.dropdown-menu.show hr {
    margin: 8px;
}
.btn-toggle {
    margin: 0 4rem;
    padding: 0;
    position: relative;
    border: none;
    height: 1.5rem;
    width: 3rem;
    border-radius: 1.5rem;
    color: #6b7381;
    background: #bdc1c8;
}
    .btn-toggle:focus,
    .btn-toggle:focus.active,
    .btn-toggle.focus,
    .btn-toggle.focus.active {
        outline: none;
    }
   .btn-toggle:before,
    .btn-toggle:after {
        line-height: 1.5rem;
        width: 4rem;
        text-align: center;
        font-weight: 600;
        font-size: .75rem;
        text-transform: uppercase;
        letter-spacing: 2px;
        position: absolute;
        bottom: 0;
        transition: opacity .25s;
    }
    .btn-toggle:before {
        content: 'Off';
        left: -4rem;
    }
 .btn-toggle:after {
      content: 'On';
        right: -4rem;
        opacity: .5;
    }
    .btn-toggle > .handle {
        position: absolute;
        top: 0.1875rem;
        left: 0.1875rem;
        width: 1.125rem;
        height: 1.125rem;
        border-radius: 1.125rem;
        background: var(--white);
        transition: left .25s;
    }
.btn-toggle.active {
        transition: background-color .25s;
    }

    .btn-toggle.active {
        background-color: #29b5a8;
    }

        .btn-toggle.active > .handle {
            left: 1.6875rem;
            transition: left .25s;
        }

        .btn-toggle.active:before {
            opacity: .5;
        }

        .btn-toggle.active:after {
            opacity: 1;
        }

.subscription-count {
    display: flex;
    justify-content: space-between;
}
/*--------------------------------------------------------------
# Pricing table styles start here
--------------------------------------------------------------*/
.adminContent-section {
    padding: 6px 11px;
    width: 98%;
    margin: 7px auto;
}
.rowmargin {
    margin-left: -3px;
    margin-right: -2px;
}
.price-arrow-box {
    border-radius: 1rem !important;
}

    .price-arrow-box .card-header {
        border-radius: 1rem 1rem 0 0 !important;
    }

    .price-arrow-box .card-footer {
        border-radius: 0 0 1rem 1rem !important;
        background: transparent;
        border-top: none;
    }

    .price-arrow-box h1 small {
        color: var(--drakblack);
        font-size: 13px;
    }

    .price-arrow-box ul li {
        /*padding: 5px 0;*/
    }
.popup {
    display: none;
    position: fixed;
    padding: 5px 19px;
    width: 50%;
    left: 50%;
    margin-left: -27px;
    height: auto;
    top: 45%;
    margin-top: -70px;
    background: var(--greenlight);
    z-index: 20;
    border: 1px solid #33A571;
    arrow-box-shadow: 0px 7px 15px rgb(0 0 0 / 17%);
    border-radius: 4px;
    font-weight: 500;
}
    .popup:after {
        content: "";
        width: 12px;
        height: 12px;
        position: absolute;
        background: var(--greenlight);
        border-top: 1px solid #33A571;
        border-right: 1px solid #33A571;
        top: -6px;
        left: 52%;
        margin: 0 auto;
        transform: rotate( 315deg);
    }
/*--------------------------------------------------------------
# Your subscriptions / Admin
--------------------------------------------------------------*/
.field-icon {
    float: right;
    margin-left: -25px;
    margin-top: -28px;
    position: relative;
    z-index: 2;
    left: -8px;
    color: var(--richblack);
}

.cancel-sub-form .modal-dialog {
    max-width: 600px;
    margin: 1.75rem auto;
}
/*--------------------------------------------------------------
# Biling Invoice / Admin
--------------------------------------------------------------*/
.billing-tbl {
    background: var(--white);
    box-shadow: inset 0px -1px 1px rgb(0 0 0 / 12%);
    border-radius: 0px 0px 6px 6px;
}

    .billing-tbl thead tr th {
        background: var(--lavender);
        box-shadow: none;
        border-radius: 0px;
    }
/*
    .billing-tbl tr:last-child {
        border-bottom: none !important;
    }*/

.dataTables_wrapper div.dataTables_length select {
    width: 50% !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    border: 1px solid transparent !important;
}
/*--------------------------------------------------------------
# Dashboard / Admin
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Dashboard / Header style start here
--------------------------------------------------------------*/
.menu-search img {
    position: absolute;
    top: 10px;
    left: 11px;
}

.menu-search {
    position: relative;
}

    .menu-search input::placeholder {
        font-size: 13px;
        padding-left: 27px;
    }

    .menu-search .form-control {
        padding: 4px 5px;
        border-radius: 6px;
        background-color: var(--autismbluelight);
    }

.btn-lightgreen {
    border: 1px solid var(--green);
    color: var(--green);
    height: 34px;
    padding: 0 15px;
}

.fontbg-gray {
    background: var(--lightgray);
}
/*--------------------------------------------------------------
# Indicator Dashboard / Indicator Page style start here
--------------------------------------------------------------*/
.sidebar {
    background: var(--white);
    height: 100vh;
    position: fixed;
    position: -webkit-sticky; /* Safari */
    top: 0px;
    left: 0;
    overflow: auto;
    z-index: 9;
}

    .sidebar .dropdown-toggle::after {
        display: inline-block;
        margin-left: 0.255em;
        vertical-align: 0.255em;
        content: "";
        border-top: 0.3em solid;
        border-right: 0.3em solid transparent;
        border-bottom: 0;
        border-left: 0.3em solid transparent;
        float: right;
        margin-top: 8px;
    }

    .sidebar .dropdown-toggle[aria-expanded="true"]::after {
        border-top: 0;
        border-bottom: 0.3em solid;
    }

    .sidebar .dropdown-toggle.indicators[aria-expanded="true"]::after {
        margin-top: 0px;
    }

#page-content-wrapper {
    margin-left: 240px;
    width: calc(100vw - 257px) !important;
}

#wrapper.toggled #page-content-wrapper {
    margin-left: 95px;
    width: calc(100vw - 115px) !important;
}

.indicator-count p {
    color: var(--blacklight) !important;
    margin-top: 10px;
}

ul.dropdown-menu.btn-blue.upload-jobs-dropsown.show a:hover {
    background: transparent;
}

.billing-tbl.table > :not(caption) > * > * {
    border-bottom-width: 1px !important;
}

.billing-tbl.dataTable thead th, table.dataTable thead td {
    padding: 8px 10px;
    border-bottom: 1px solid var(--lightgreyborder) !important;
}

table.dataTable tbody th, table.dataTable tbody td {
    word-break: break-word;
}

.billing-tbl.dataTable.no-footer {
    border-bottom: 1px solid var(--lightgreyborder) !important;
}

.submenu-dropdown li a {
    padding-left: 28px;
}

.toggled .submenu-dropdown li a {
    padding-left: 12px;
}

.toggled .submenu-dropdown li a {
    padding-left: 15px;
}

.close-sidebar {
    display: none;
}

.toggled .submenu-dropdown li a img {
    margin-left: 13px;
}

.toggled .sidebar .dropdown-toggle::after {
    /*margin-top: -14px;*/
    font-size: 20px;
    /*margin-right: -4px;*/
    position: absolute;
    right: 10px;
    top: 14px;
}

/*.toggled a.nav-link.dropdown-toggle.list-group-item img {
    margin-right: 19px;
}*/
.toggled a.nav-link.dropdown-toggle.list-group-item img {
    /*margin-right: 40px;*/
}
    .toggled a.nav-link.dropdown-toggle.list-group-item img.img-fluid.mlm {
        position: relative;
        left: 5px;
    }
.sc-logo-hide img {
    margin-bottom: 17px;
    position: relative;
    top: 12px;
    text-align: center;
    left: -17px;
}
.toggled a.nav-link.dropdown-toggle.list-group-item img.img-fluid.candicate-lst-icon-img, .toggled .candicate-lst-icon-img {
    margin-left: 13px;
}
    .toggled a.nav-link.dropdown-toggle.list-group-item img.img-fluid.Community-Icon-img {
        position: relative;
        left: 5px;
    }
.toggled img.img-fluid.Community-Icon-img {
    position: relative;
    left: 7px;
}
/*--------------------------------------------------------------
# Indicator Dashboard  / Welcome style start here
    --------------------------------------------------------------*/
.badge-img img {
    margin-top: -15px;
    width: 94px;
    margin-bottom: 10px;
}

/*.last-revenue {
    position: relative;
    left: 42px;
}
*/
.progress-bar-vertical {
    width: 10px;
    min-height: 100px;
    display: flex;
    align-items: flex-end;
    margin-right: 23px;
    float: left
}

    .progress-bar-vertical .progress-bar {
        width: 100%;
        height: 0;
        -webkit-transition: height 0.6s ease;
        -o-transition: height 0.6s ease;
        transition: height 0.6s ease;
    }

.job-order-progress .progress-bar {
    background-color: #FFAB00;
}

.sourecec-abled-content {
    justify-content: space-between;
}

.progressbar-orange-blue .progress {
    background-color: #00CFE8;
    border-radius: 1rem;
    height: 10px;
}

.progressbar-orange-blue .progress-bar {
    background-color: #FFAB00;
    transition: width .6s ease;
}

.sidebar .dropdown-item:hover {
    color: var(--blacksecondary);
}

.hire {
    margin-left: -20px;
    padding: 7px 5px;
}
/*.btn.btn-blue:hover {
    background: #4ba16e !important;
    transition: 0.3s;
}*/

/*--------------------------------------------------------------
# Indicator Dashboard  / Table style start here
    --------------------------------------------------------------*/
.number-space {
    display: flex;
    justify-content: space-around;
}

.img-square_bg img {
    background: #f8f8f8;
    padding: 10px;
}

.gray-img-bg {
    background: rgba(115, 103, 240, 0.12) !important;
}

.green-img-bg {
    background: rgba(40, 199, 111, 0.12) !important;
}

.orange-img-bg {
    background: rgba(255, 159, 67, 0.12) !important;
}

.btn-outline-secondary:hover {
    color: var(--white);
    background-color: #6c757d;
    border-color: #6c757d;
}

/*--------------------------------------------------------------
# External Jobs Dashboard  / Table style start here
    --------------------------------------------------------------*/
.search-container {
    display: block;
    margin: 0 auto;
    position: relative;
}

input#search-bar {
    margin: 0 auto;
    width: 100%;
    height: 45px;
    padding: 0 20px;
    font-size: 1rem;
    border: 1px solid var(--lightgreyborder);
    outline: none;
}

.search-bar {
    /*margin: 0 auto;
    width: 100%;
    height: 45px;
    padding: 0 10px;
    outline: none;*/
    font-weight: 500;
    color: var(--black);
    border: 1px solid var(--border-blue);
    border-radius: .25rem;
    padding: 5px 5px;
    line-height: 25px;
    width: 100%;
    /*height: 37px;*/
}

.show-score-btn {
    border: 1px solid var(--lightgreyborder);
    background: var(--ghostwhite);
    width: 115px;
    text-align: center;
    line-height: 44px;
}

.search-icon {
    position: absolute;
    float: right;
    width: 20px;
    height: 20px;
    top: 50%;
    transform: translateY(-50%);
    right: 11px;
}
.date-icon {
    position: absolute;
    top: 8px;
    right: 10px;
}
/*.date-icon {
    position: absolute;
    float: right;
    width: 23px;
    height: 37px;
    top: 37px;
    right: -1px;
}*/
.emp-note .search-icon {
    top: -16px;
}

.emp-note .search-bar {
    height: 41px;
}

.middle-text {
    justify-content: end;
    align-items: center
}

/*.external-tbl th, td {
    padding-left: 38px !important;
}*/

.external-tbl td {
    padding-left: 24px !important;
    font-weight: normal;
}
/*--------------------------------------------------------------
# External Jobs Dashboard  / Upload Jobs Pop UP Style STart Here
    --------------------------------------------------------------*/
.middle-content {
    border: 1px dashed;
    border-radius: 8px;
    border: 1px dashed;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 200px;
}

.browse-content {
    width: 100%;
    margin: 5px;
    text-align: center;
}

.progressbar-green {
    background: var(--green) !important;
}

.jobsupload-job th, .jobsupload-job td {
    border-right: 1px solid var(--gainsboro);
    width: 50%;
}

.jobsupload-job td {
    margin-top: 20px;
}

.jobsupload-job .dropdown-arrow-img button {
    text-align: left;
    padding-left: 15px !important;
}

    .jobsupload-job .dropdown-arrow-img button img {
        float: right;
        margin-top: 8px;
    }

.jobsupload-job .modal-dialog {
    max-width: 700px !important;
    margin: 1.75rem auto;
}

.modal-footer-sticky.divJobOutput {
    padding: 5px 0px 5px 14px;
}

.lbl-error-img {
    position: absolute;
    margin-left: -22px;
    margin-top: -33px;
}

    .lbl-error-img img {
        width: 18px;
    }

.indicator-alert-popup .modal-dialog {
    max-width: 700px;
    margin: 1.75rem auto;
}

.admin-pagination li {
    margin-left: 10px;
}

    .admin-pagination li a {
        color: var(--blacksecondary) !important;
    }
.admin-pagination .page-link.active {
    background: var(--mercury) !important;
    color: var(--blacksecondary) !important;
}
.select-height {
    height: 46px;
}
/*--------------------------------------------------------------
# Indicator Dashboard  / All Candidates Dashboard Page
    --------------------------------------------------------------*/
/*--------------------------------------------------------------
Arrow Box style start here
 --------------------------------------------------------------*/
.arrow-box-bg {
    background-image: url(../../imgs/Rectangle-shape.png);
    background-size: 100% 100%;
    height: 50px;
    padding: 11px;
    background-repeat: no-repeat;
}
.arrow-bg-active {
    background-image: url(../../imgs/Rectangle-darkblue.png);
    background-size: 100% 100%;
    height: 50px;
    padding: 4px 10px 4px 6px;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}
.arrow-bg-active span {
        color: var(--white) !important;
    }
.arrow-box {
    width: 95%;
    height: 46px;
    background: var(--lavender);
    text-align: left;
    position: relative;
    display: table;
    padding-left: 1rem;
    /* border: 1px solid var(--lavenderblue)*/
}

.view_job_arrow .arrow-box {
    width: 94%;
}
.arrow-box span {
    line-height: 50px;
    vertical-align: middle;
}
.arrow-box .sub-f-14 {
    font-size: 0.875rem !important;
    font-weight: normal;
    position: relative;
    top: -2px;
}
.arrow-box:before,
.arrow-box:after {
    content: '';
    position: absolute;
}
.arrow-box:after {
    border-left: 25px solid var(--lavender);
    border-right: 25px solid transparent;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    right: -50px;
    top: 0px;
    width: 0;
    height: 0;
    display: block;
}
/*--------------------------------------------------------------
Arrow Box style Ends here
 --------------------------------------------------------------*/
/*--------------------------------------------------------------
Filterable Activities Tabs
 --------------------------------------------------------------*/
/*--------------------------------------------------------------
    TAbs style start here
--------------------------------------------------------------*/
.tabs-program .nav-link.active {
    background-color: transparent;
    border-bottom: 3px solid var(--black) !important;
    border-top: none;
    border-left: none;
    border-right: none;
    color: var(--back) !important;
}
.tabs-program.programdashboard-tab .nav-link.active {
    border-bottom: 3px solid var(--black) !important;
}
.tabs-program .nav-link:hover {
    border-color: transparent;
    border-bottom: 3px solid var(--blue);
    color: var(--blue) !important;
}
.tabs-program .nav-tabs .nav-link {
    color: var(--blue);
    font-weight: 500;
    font-size: 24px;
}
/*--------------------------------------------------------------
    TAbs style Ends here
--------------------------------------------------------------*/
/*--------------------------------------------------------------
    Calendar List start here
--------------------------------------------------------------*/
ul.inline-list.filter-calendar {
    display: flex;
    margin: 0;
    padding: 0 13px;
    text-align: center;
    border: 1px solid #ced4da;
    border-radius: 8px;
    background: var(--white);
}

    ul.inline-list.filter-calendar li {
        float: left;
        padding: 6px 10px;
    }
/*--------------------------------------------------------------
   #Job-Details Page style
--------------------------------------------------------------*/
.blue_btn {
    border: 1px solid var(--navyblue) !important;
    color: var(--navyblue) !important;
    background: var(--alice-blue);
}
/*  Toggle Switch  */

.toggleSwitch span span {
    display: none;
}
.toggleSwitch {
    display: inline-block;
    height: 18px;
    position: relative;
    overflow: visible;
    padding: 0 22px;
    margin-right: 22px;
    cursor: pointer;
    width: 40px;
    margin-top: 5px;
}

    .toggleSwitch * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .toggleSwitch label,
    .toggleSwitch > span {
        line-height: 20px;
        height: 20px;
        vertical-align: middle;
    }

    .toggleSwitch input:focus ~ a,
    .toggleSwitch input:focus + label {
        outline: none;
    }

    .toggleSwitch label {
        position: relative;
        z-index: 3;
        display: block;
        width: 100%;
    }
    .toggleSwitch input {
        position: absolute;
        opacity: 0;
        z-index: 5;
    }
    .toggleSwitch > span {
        position: absolute;
        left: -53px;
        width: 100%;
        margin: 0;
        padding-right: 50px;
        text-align: left;
        white-space: nowrap;
    }

        .toggleSwitch > span span {
            position: absolute;
            top: 0;
            left: 0;
            z-index: 5;
            display: block;
            width: 50%;
            margin-left: 50px;
            text-align: left;
            font-size: 0.9em;
            width: 100%;
            left: 15%;
            top: -1px;
            opacity: 0;
        }
    .toggleSwitch a {
        position: absolute;
        right: 50%;
        z-index: 4;
        display: block;
        height: 100%;
        padding: 0;
        left: 0px;
        width: 18px;
        background-color: var(--white);
        border: 1px solid #CCC;
        border-radius: 100%;
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
        margin-top: -1px;
    }
    .toggleSwitch > span span:first-of-type {
        color: #737373;
        opacity: 1;
        left: 45%;
    }
    .toggleSwitch > span:before {
        content: '';
        display: block;
        width: 116%;
        height: 100%;
        position: absolute;
        left: 50px;
        top: -2px;
        background-color: #fafafa;
        border: 1px solid #ccc;
        border-radius: 30px;
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
    }

    .toggleSwitch input:checked ~ a {
        border-color: var(--white);
        left: 100%;
        margin-left: -8px;
        margin-top: -1px;
    }

    .toggleSwitch input:checked ~ span:before {
        border-color: #0B5FFF;
        box-shadow: inset 0 0 0 30px #0B5FFF;
    }

    .toggleSwitch input:checked ~ span span:first-of-type {
        opacity: 0;
    }

    .toggleSwitch input:checked ~ span span:last-of-type {
        opacity: 1;
        color: var(--white);
    }

.share-submenu {
    position: absolute;
    right: 0;
    top: 100%;
    display: none;
    width: 200px;
    text-align: left;
    list-style: none;
    background-color: var(--white);
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0.25rem;
    padding: 0.25rem 1rem;
}

/*  End Toggle Switch  */
.modal-footer-sticky {
    left: 1px;
    width: 100%;
    background: var(--lilywhite);
    z-index: 99;
    bottom: 0;
    position: absolute;
    padding: 2px 16px 8px;
}
.offcanvas-header {
    background: var(--lilywhite);
}
table.dataTable tbody tr, table.dataTable tbody td {
    background-color: var(--white);
    border-bottom: 1px solid #dee2e6 !important;
}
/*--------------------------------------------------------------
   #manage team Page style
--------------------------------------------------------------*/
.icon-middle {
    position: relative;
    top: 38px;
}
.manage-tbl td {
    padding-left: 10px !important;
    width: 25%;
}
.manage-tbl th, .manage-tbl td {
    width: 25%;
}
.addfiled-items-body {
    height: 81vh !important;
}
.w-40 {
    width: 40%;
}
.w-55 {
    width: 55%;
}
.empty-space-39 {
    width: 39px;
}
.w-35 {
    width: 35%;
}
.offcanvascustom.w-42 {
    width: 42% !important;
}

.offcanvas form#frm {
    overflow-y: auto;
}
/*--------------------------------------------------------------
   #Right slide alert style
--------------------------------------------------------------*/
.sliderbggrey {
    display: none;
    width: 100%;
    height: 100vh;
    position: fixed;
    opacity: 0.5;
    background: #222;
    z-index: 9;
    top: 0;
    left: 0;
    overflow: hidden;
    animation-name: fadeIn_Container;
    animation-duration: 1s;
}
.offcanvascustom {
    display: none;
    top: 0;
    width: 50%;
    animation-name: fadeIn_Modal;
    animation-duration: 0.8s;
    visibility: visible;
    z-index: 9;
    position: fixed;
    background: var(--white);
    right: 0;
    height: 100vh;
}
/****ANIMATIONS****/
@keyframes fadeIn_Modal {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}
@keyframes fadeIn_Container {
    from {
        opacity: 0;
    }

    to {
        opacity: 0.5;
    }
}
/*.offcanvas-body {
    height: 78vh;
}*/
.successmsg-text {
    font-weight: 500;
    position: relative;
    top: 55px;
}

/*.offcanvas-body form {
    height: 100vh;
    margin-bottom: 50px;
}*/

.offcanvas-body {
    height: calc(100vh - 61px);
    padding-bottom: 100px !important;
}

#modalJobEntry .offcanvas-body {
    padding-bottom: 130px !important;
}

#canvascreatealertId .offcanvas-body {
    height: 81vh;
}
.multi-select-menu .multiselect-container.dropdown-menu {
    top: 57px;
    width: 100% !important;
}
.multi-select-menu button.multiselect.dropdown-toggle.custom-select {
    text-align: left !important;
    padding: 0.75rem 0.75rem;
    background: transparent;
    border-radius: 6px;
    border: 1px solid;
}
.multi-select-menu .multiselect {
    width: 100%;
    text-align: left !important;
}
.multi-select-menu .btn-group {
    width: 100%;
}
/*div#ProgramDashboard {
    padding-left: 0;
}*/
/*.tooltip > .tooltip-arrow:before {
    border-bottom: 8px solid var(--green);
}*/

.tooltip > .tooltip-inner {
    background: var(--floralwhite);
    color: #000;
    border: 1px solid #E39600;
    width: auto !important;
}
.tooltip-inner {
    text-align: left;
}
.adminskipcontent .skiptomaincontentstyle {
    left: 63% !important;
    top: 16px;
}
/*a.text-decoration-none.ms-xxl-5.ps-xxl-3 {
    color: var(--navyblue) !important;
}*/
.boxshadow {
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.24);
}
td.dt-body-center.highlight a {
    color: var(--navyblue) !important;
}
/*--------------------------------------------------------------
   #Job Details Page
--------------------------------------------------------------*/
.blue_btn {
    border: 1px solid var(--blue) !important;
    color: var(--blue) !important;
    background: var(--lavender);
}
.candidates-arrows .arrow-box {
    width: 86%;
}
    .candidates-arrows .arrow-box.bg-navyblue {
        width: auto;
    }
/*.arrow-box {
    width: 90%;
    height: 46px;
    background: var(--libertyblue);
    text-align: left;
    position: relative;
    display: table;
    padding-left: 1rem;
}*/
.arrow-box.bg-navyblue:after {
    border-left: 25px solid var(--navyblue);
}
.bd-links .btn::before {
    width: 1.25em;
    line-height: 0;
    content: "";
    transform-origin: 0.5em 50%;
    background-image: url(../imgs/my-job-orders/select-box-arrowup.svg);
    background-repeat: no-repeat;
    height: 20px;
    margin-top: 4px;
    float: right;
}

.bd-links .btn[aria-expanded="true"]::before {
    transform: rotate( 180deg );
    margin-top: -5px;
}
.bd-sidebar .form-check-input:checked[type=checkbox] {
    background-image: url(../imgs/my-job-orders/check-mark-red.svg);
    background-color: transparent;
    border-color: #CE2B2B;
    background-repeat: no-repeat;
    background-size: 10px 43px;
}
.black-active .nav-link.active {
    border-bottom: 3px solid var(--black) !important;
    border-top: none;
    border-left: none;
    border-right: none;
    color: var(--black) !important;
}
/*--------------------------------------------------------------
   #Messages Page
--------------------------------------------------------------*/
.user-mng-tbl th {
    padding-left: 35px;
}
.user-mng-tbl.action-tbl th {
    padding-left: 30px;
}
p.review-text {
    margin-left: 0px;
    margin-top: 14px;
    margin-bottom: 7px;
}
::placeholder {
    color: black !important;
  
}
aria-placeholder {
    color: black !important;
}
tags.tagify.form-control.input-lg.h-40.tagify--noTags {
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border: 1px solid var(--border-blue);
}
tags.tagify.form-control.input-lg.tagify--noTags.tagify--empty {
    border: 1px solid var(--border-blue);
}
    tags.tagify.form-control.input-lg.h-40 .tagify--noTags .tagify__tag {

        font-size: 12px;
    }
.tagify__tag {

    font-size: 12px;
}
.tblm {
    position: relative;
    left: -7px;
}
.user-mng-tbl .timelinebar.progress-bar {
    margin-left: -12px;
}
.delete-btn-p {
    padding: 9px;
}

.movejob-tab-accordion .accordion-item .accordion-button {
    border-radius: 7px !important;
    margin-bottom: 10px;
    padding: 7px;
}
.movejob-tab-accordion .accordion-button::after {
    background: none;
}
.checkbox-tiber .form-check-input:checked {
    background-color: var(--tiber);
    border-color: var(--tiber);
}
.resize-none {
    resize: none;
    border: 1px solid #ced4da !important;
}
.bg-blue {
    /*background: #186ca3;*/
    padding: 10px 0px;
}
.row-margin {
    margin: 0 20px;
    padding: 10px 0px;
}
.arrow-box.bg-navyblue:after {
    border-left: 25px solid var(--navyblue);
}

/*--------------------------------------------------------------
#job candidares list Page
--------------------------------------------------------------*/
.movejob-tab-accordion .accordion-item .accordion-button {
    border-radius: 7px !important;
    margin-bottom: 10px;
    padding: 7px;
}

.movejob-tab-accordion .accordion-button::after {
    background: none;
}

.checkbox-tiber .form-check-input:checked {
    background-color: var(--tiber);
    border-color: var(--tiber);
}

.resize-none {
    resize: none;
    border: 1px solid var(--border-blue) !important;
}

.bg-blue {
    background: #186ca3;
    padding: 10px 0px;
}

.row-margin {
    margin: 0 20px;
    padding: 10px 0px;
}

.bd-links .btn::before {
    width: 1.25em;
    line-height: 0;
    content: "";
    transform-origin: 0.5em 50%;
    background-image: url(../../imgs/joborders/select-box-arrowup.svg);
    background-repeat: no-repeat;
    height: 20px;
    margin-top: 4px;
    float: right;
}

.bd-links .btn[aria-expanded="true"]::before {
    transform: rotate( 180deg );
    margin-top: -5px;
}
.candidates_listcheckmark {
    position: relative;
    top: 0px;
}
#ApplyCandidate .modal-dialog {
    max-width: 697px;
    margin: 1.75rem auto;
}
.bd-sidebar .form-check-input:checked[type=checkbox] {
    background-image: url(../../imgs/joborders/check-mark-red.svg);
    background-color: transparent;
    border-color: #CE2B2B;
    background-repeat: no-repeat;
    background-size: 10px 43px;
}
.candidates_listcheckmark .bd-sidebar .form-check-input:checked[type=checkbox] {
    background-image: url(../../imgs/greentickmark-icon.svg);
    background-color: transparent;
    border-color: var(--green);
    background-repeat: no-repeat;
    background-size: 10px 43px;
}
input[type="range"] {
    width: 100%;
}
/*--------------------------------------------------------------
#summary Page
--------------------------------------------------------------*/
.summary-tbl th {
    border-width: 0 0px;
}

.summary-tbl td {
    border-width: 0 0px;
}

.summary-tbl th {
    font-weight: 300;
}

.summary-tbl {
    border: 1px solid #dee2e6;
}
    .summary-tbl .form-check-input:checked {
        background-color: var(--tiber);
        border-color: var(--tiber);
    }

.desc-height {
    height: auto;
}

.two-videos {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
}

.job-desc .modal-dialog {
    max-width: 920px;
    margin-top: 62px;
}

/*--------------------------------------------------------------
#View Timesheet
--------------------------------------------------------------*/
.viewtimesheet-tbl th, .viewtimesheet-tbl td {
    width: 19%;
}

.grand-bg {
    background-color: #EDF1F0 !important;
}

.bg-turbo {
    background: rgba(251, 195, 22, 0.4);
}

/*--------------------------------------------------------------
#Delegate Timesheet
--------------------------------------------------------------*/
.checkmark-blue .form-check-input:checked {
    background-color: var(--mortar);
    border-color: var(--mortar);
    border: 1px solid var(--navyblue);
}

    .checkmark-blue .form-check-input:checked[type=radio] {
        background-image: none;
    }

.checkmark-blue .form-check-input {
    border: 1px solid var(--navyblue);
}

/*--------------------------------------------------------------
    Calendar List start here
--------------------------------------------------------------*/
.filter-calendar {
    display: flex;
    margin: 0;
    text-align: center;
    border: 1px solid #ced4da;
    border-radius: 8px;
    background: var(--white);
}

ul.inline-list.filter-calendar li {
    float: left;
    padding: 6px 10px;
}

.filter-calendar li a {
    display: block;
    line-height: 47px;
    padding-right: 16px;
    padding-left: 10px;
    color: var(--blacksecondary) !important;
}

.filter-calendar li .active {
    background: var(--hawkesblue) !important;
    display: block;
    line-height: 47px;
    padding-right: 16px;
    font-weight: 600;
}

ul.timeline {
    list-style-type: none;
    position: relative;
}

    ul.timeline:before {
        content: ' ';
        background: #c0c0c0;
        display: inline-block;
        position: absolute;
        left: 29px;
        width: 2px;
        height: 73%;
        z-index: 400;
    }

    ul.timeline > li {
        margin: 20px 0;
        padding-left: 20px;
    }

        ul.timeline > li:before {
            content: ' ';
            background: white;
            display: inline-block;
            position: absolute;
            border-radius: 50%;
            left: 20px;
            width: 20px;
            height: 20px;
            z-index: 400;
            background-image: url(/imgs/deletemark.svg);
        }

    ul.timeline > .cehckmarkgreen:after {
        content: ' ';
        background: white;
        display: inline-block;
        position: absolute;
        border-radius: 50%;
        left: 20px;
        width: 20px;
        height: 20px;
        z-index: 400;
        top: 0;
        background-image: url(/imgs/form-checkmark.svg);
    }

    ul.timeline > .cehckmarkgreen-2:after {
        content: ' ';
        background: white;
        display: inline-block;
        position: absolute;
        border-radius: 50%;
        left: 20px;
        width: 20px;
        height: 20px;
        z-index: 400;
        top: 92px;
        background-image: url(/imgs/form-checkmark.svg);
    }

    ul.timeline > .checkmarkorange-2:after {
        content: ' ';
        background: #fff;
        display: inline-block;
        position: absolute;
        border-radius: 50%;
        left: 18px;
        width: 25px;
        height: 24px;
        z-index: 400;
        top: 90px;
        background-image: url(/imgs/in-progress-icon.svg);
    }
    ul.timeline > .cehckmarkgreen-3:after {
        content: ' ';
        background: white;
        display: inline-block;
        position: absolute;
        border-radius: 50%;
        left: 20px;
        width: 20px;
        height: 20px;
        z-index: 400;
        top: 184px;
        background-image: url(/imgs/form-checkmark.svg);
    }

    ul.timeline > .crossmark-red:after {
        content: ' ';
        background: white;
        display: inline-block;
        position: absolute;
        border-radius: 50%;
        left: 20px;
        width: 20px;
        height: 20px;
        z-index: 400;
        bottom: 52px;
        background-image: url(/imgs/deletemark.svg);
    }

.resize-none {
    resize: none;
}

.timeline input {
    border: 1px solid #ced4da !important;
}

.schedule-form select {
    border: 1px solid var(--black) !important;
}

.skills-list li {
    float: left;
}

div#btnCsvImportCancel {
    padding: 2px 23px 8px;
}

.offcanvas-header-help {
    background: var(--lilywhite);
}

.scanned-job-tbl p.mb-2.text-blackseconday.f-600:hover {
    color: var(--navyblue) !important;
    cursor: pointer;
}

table.table.table-borderless.billing-tbl.external-tbl.dataTable.no-footer.fixedHeader-floating {
    margin-top: 0 !important;
}

.scanned-job-tbl tr:hover {
    background-color: whitesmoke !important;
    cursor: pointer;
}

.scanned-job-tbl td.dt-body-left.sorting_1 {
    text-align: left !important;
}

.job-review-tbl {
    border-radius: 5px !important
}

.scanned-job-tbl td {
    width: auto;
    vertical-align: middle;
}

.scanned-job-tbl tbody th, .scanned-job-tbl tbody td {
    padding: 8px 10px;
    width: 9%;
}

.scanned-job-tbl td.dt-body-center.highlight {
    padding-left: 0 !important;
}

a.btn.btn-light.add-deprt {
    padding: 0 10px;
}

.cursor-pointer {
    cursor: pointer;
}

span.tox-statusbar__branding {
    display: none;
}

.candidates-arrow .arrow-box {
    width: auto;
}
/*.approve-icon {
    border: 1px solid;
    border-radius: 50%;
    padding: 5px;
}*/
.arrow-box.w-88 {
    width: 86%;
}

.inter-confirmed-text {
    position: relative;
    left: 11px;
}

.border-box {
    border: 1px solid #D1CDDD;
}

ul.dropdown-menu.btn-blue.upload-jobs-dropsown.show li a:hover {
    /* background: var(--seance);*/
    background: #4ba16e;
}

.dropdown-item:hover {
    /*background: var(--seance);*/
    background: #4ba16e;
    transition: 0.3s;
    color: var(--white);
}

.job-seekerdrop-down .dropdown-item:hover {
    transition: 0.3s;
    background-color: #e9ecef;
    color: var(--black);
}

.admin-nav .navbar-nav .dropdown-item:hover {
    background-color: #e9ecef;
    color: var(--black);
}

.jobordr_tbl td, th {
    width: auto;
}

.interview-canlendar .fc-left div h2 {
    width: auto;
    float: left;
}

.interview-canlendar .fc-toolbar h2 {
    margin: 0;
    font-size: 1.55rem;
    line-height: 34px;
    padding-right: 13px;
}

.interview-canlendar .fc-left div {
    width: auto;
}

.interview-canlendar .fc-prev-button.fc-state-default, .interview-canlendar .fc-next-button.fc-state-default {
    background-color: #e6e6e6;
}

.interview-canlendar .fc-prev-button.fc-state-hover, .interview-canlendar .fc-next-button.fc-state-hover {
    background-color: #e9dfdf;
}

.interview-canlendar .fc-toolbar .fc-state-active, .interview-canlendar .fc-toolbar .ui-state-active {
    background-color: var(--alizarin);
    color: var(--white);
    border-color: transparent;
}

.interview-canlendar .fc-button {
    text-transform: capitalize;
}

.w-74 {
    width: 74%;
}

.search__btn {
    float: right;
}

.jobststatustbl th > td {
    width: 25%;
}
/*--------------------------------------------------------------
#  Questions - Environment Availability Indicators (fill-out-5-questions)
--------------------------------------------------------------*/
.mx-width {
    max-width: 350px;
}

.mobility-icon {
    width: auto;
    height: 35px;
    margin-right: 10px;
}

.custom_checkbox {
    float: right;
    margin-left: -1.5em;
    border-radius: 50% !important;
    border: 1px solid #000;
    width: 20px;
    height: 20px;
    position: relative;
    box-shadow: none;
}

.survey-list {
    list-style: none;
    display: grid;
    padding-left: 0;
    margin-bottom: 0;
}

    .survey-list li {
        margin: 10px 0;
    }
.review-content{
    overflow-x:hidden;
}
.ck-red:checked {
    background-color: var(--red);
    border: none !important;
}

/*Right Section - Mobility */
.checkbox-list {
    list-style: none;
    display: inline-flex;
    padding-left: 0;
    width: 100%;
}

    .checkbox-list li {
        width: 25%;
        text-align: center;
    }

        .checkbox-list li label {
            display: block;
            height:50px;
        }

.smallnormal-text {
    font-size: 12px;
    font-weight: 500;
    color: var(--blackdark);
}

.form-check-input {
    float: none;
    margin-left: -1.5em;
    display: block;
    margin: 4px auto;
    border-radius: 50%;
    border: 1px solid;
}
.border__right.calendar-menu {
    left: 91px;
}
.green-checkbox {
    width: 38px;
    height: 38px;
    border-radius: 50% !important;
    margin: 13px auto;
}

.form-check-input-ck:checked {
    background: #C6E1DB;
    border: 1px solid #01943C;
    box-sizing: border-box;
}

    .form-check-input-ck:checked[type=checkbox] {
        background-image: url(../../imgs/checked.svg);
        background-color: #C6E1DB !important;
        background-repeat: no-repeat;
        background-position: center;
    }


.form-check-input-x:checked {
    background: #FFEFE5;
    border: 1px solid #FF7B31;
    box-sizing: border-box;
}

    .form-check-input-x:checked[type=checkbox] {
        background-image: url(../../imgs/cross.svg);
        background-color: #FFEFE5 !important;
        background-repeat: no-repeat;
        background-position: center;
    }


.form-check-input-na:checked {
    background: #DEE0E7;
    border: 1px solid #616182;
    box-sizing: border-box;
}

    .form-check-input-na:checked[type=checkbox] {
        background-image: url(../../imgs/elipse.svg);
        background-color: #DEE0E7 !important;
        background-repeat: no-repeat;
        background-position: center;
    }

.indiQueRght_label {
    font-family: 'Poppins';
    font-size: 1.125rem;
    color: var(--black);
    margin-bottom: 0;
    /*line-height: 58px;*/
    line-height: 26px;
    padding: 19px 0;
    font-weight: 700;
}

    .indiQueRght_label span {
        font-family: 'Poppins';
        font-size: 1em;
        font-weight: 500;
        display: block;
    }

.indiQueRght_label_twoline {
    padding: 6px 0;
}

.lbl-error-img {
    position: absolute;
    margin-left: -46px;
    margin-top: 20px;
}

.error-msg-icon {
    width: 20px;
}

.error-msg-label {
    color: var(--red);
}

.getreport_title {
    font-size: 30px;
    font-weight: 400;
    line-height: 45px;
    letter-spacing: 0em;
}

.chosen-container-multi .chosen-choices {
    border: 1px solid var(--border-blue) !important;
}

#yearlyPlan .price-box {
    border: 1px solid var(--border-blue) !important;
}

#monthlyPlan .price-box {
    border: 1px solid var(--border-blue) !important;
}

    #monthlyPlan .price-box .card-header {
        border-bottom: 1px solid var(--border-blue) !important;
    }

#yearlyPlan .price-box .card-header {
    border-bottom: 1px solid var(--border-blue) !important;
}

.profile__iocn img {
    border: 4px solid var(--blue);
    border-radius: 50%;
}

td.dt-body-left.dt-body_center.sorting_1 {
    text-align: center !important;
}

.col-nine {
    width: 11.11111111%;
    padding: 2px;
    cursor: pointer;
}

.arrow-box-bg-active {
    background-image: url(../../imgs/Rectangle-darkblue.png);
    background-size: 100% 100%;
    height: 50px;
    padding: 4px 10px 4px 6px;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}

#formFile::before {
    content: "Browse File";
    position: relative;
    z-index: 2;
    display: block;
    background-color: var(--lavender);
    width: 100%;
    border: none;
    font-size: 22px;
    margin-top: -2px;
    padding: 9px 0 9px 0px;
    text-align: center;
}
.browse__file{
    margin:0 !important;
}
    .browse__file::before {
        content: "Browse File";
        position: relative;
        z-index: 2;
        display: block;
        background-color: var(--lavender);
        width: 100%;
        border: none;
        font-size: 22px;
        margin-top: -2px;
        padding: 9px 0 9px 0px;
        text-align: center;
    }
.status-text {
    position: relative;
    top: -23px;
}
.choose_file-w {
    width: 168px;
    margin: 0 auto;
    padding: 0;
    font-size: 0;
    background-color: var(--lavender) !important;
}

.browser-border-dashed {
    background: var(--white);
    border-radius: 6px;
    border: 1px dashed;
    padding: 50px 0;
}

.w-700 {
    max-width: 700px;
}

.tabs-accordion .accordion-button:not(.collapsed) {
    box-shadow: none;
}

.tabs-accordion .accordion-collapse {
    border: 0;
}

.tabs-accordion .accordion-button {
    padding: 0px;
    font-weight: bold;
    border: 0;
    font-size: 18px;
    color: var(--gondola) !important;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

    .tabs-accordion .accordion-button:focus {
        box-shadow: none;
        border: none;
    }

    .tabs-accordion .accordion-button:not(.collapsed) {
        background: none;
        color: #dc3545;
    }

.tabs-accordion .accordion-body {
    padding: 15px;
    background-color: #f6f6f6;
}

.tabs-accordion .accordion-button::before {
    width: 20px;
    height: 20px;
    content: "+";
    font-size: 20px;
    background-image: none;
    font-weight: 500;
    color: #000;
    transform: translateY(-4px);
    background-image: none;
    border: 2px solid #000;
    margin-top: 6px;
    border-radius: 2px;
    margin-right: 10px;
    line-height: 17px;
    text-align:center;
}

.tabs-accordion .accordion-button::after {
    background: none;
}

.tabs-accordion .accordion-button:not(.collapsed)::after {
    background: none;
}

.tabs-accordion .accordion-button:not(.collapsed)::before {
    background-image: none;
    width: 20px;
    height: 20px;
    content: "-";
    font-size: 28px;
    transform: translate(-5px, -4px);
    transform: rotate(0deg);
    background-image: none;
    border: 2px solid #000;
    margin-top: 6px;
    border-radius: 2px;
    margin-right: 10px;
    line-height: 17px;
}
.sr-only {
    position: absolute;
    left: -9999px;
}
.marker {
    color: var(--white);
    text-align: left;
    position: absolute;
    margin-left: -38px;
    border-radius: 50%;
    width: 40.33%;
}

    #divHiringStatus .btn-group {
    margin-left: 50px;
}
.marker.m3.timeline-icon.three {
    width: auto;
}
    #timeline-wrap {
        margin: 5% 0;
        position: relative;
    }

#timeline {
    height: 1px;
    width: 100%;
    background-color: #aabbc4;
    position: absolute;
}

.timeline-content p {
    font-size: 12px;
}

.mfirst {
    top: -10px;
    left: 5%;
}

.m2 {
    top: -11px;
    left: 59.33%;
}

.m3 {
    top: -11px;
    right: -79px;
}

.subscription-content {
    min-height: 219px;
}

span.text-blue.f-12.f-500.ms-1.text-break.mt-1 {
    position: relative;
    top: -1px;
}

span.text-blue.f-12.f-500.ms-1.text-break.mt-2 {
    position: relative;
    top: -3px;
}

.menu-button-links {
    margin: 0;
    font-size: 110%;
}

    .menu-button-links button {
        margin: 0;
        padding: 6px;
        display: inline-block;
        position: relative;
        width: 100%;
        font-size: 16px;
        text-align: left;
        font-family: 'Poppins';
        font-weight: 700;
    }

    .menu-button-links [role="menu"] {
        margin: 0;
        padding-left: 0;
        list-style: none;
        position: relative;
        z-index: 9;
    }

    .menu-button-links [role="menuitem"],
    .menu-button-links [role="separator"] {
        margin: 0;
        display: block;
        width: auto;
        font-family: 'Poppins';
        font-weight: 700;
        border: none;
        color: black;
        font-size: 16px;
    }

    .menu-button-links [role="separator"] {
        padding-top: 3px;
        /*background-image: url("../images/separator.svg");*/
        background-position: center;
        background-repeat: repeat-x;
    }

    .menu-button-links button svg.down {
        padding-left: 0.125em;
        fill: currentcolor;
        stroke: currentcolor;
    }

    .menu-button-links button[aria-expanded="true"] svg.down {
        transform: rotate(180deg);
    }

    /* focus styling */
    .menu-button-links [role="menuitem"]:hover {
        outline: none;
        border: none;
    }

    .menu-button-links [role="menuitem"]:focus-visible {
        outline: none;
    }

    .menu-button-links [role="menuitem"]:hover {
    }

#menubutton .list-group-item-action:hover {
    outline: none;
    border: none;
}

#menubutton .dropdown-item.list-group-item.list-group-item-action:hover {
    outline: none;
    border: none;
}

.menu-button-links button:hover {
    background: var(--gainsboro);
}

.offcanvas-body.pt-3.pb-5.submitedbody {
    height: 78vh;
}

.tagify__input {
    font-size: 12px !important;
}
/*----
interview Scheduled
    ================================
*/
.EditMeetingScheduled .modal-dialog {
    max-width: 700px;
}

#Submitjobfrm .offcanvas-body {
    height: 77vh;
}
input#CandidateOrJobTitle {
    font-size: 12px;
}
.text {
    padding: 6px;
}
.icon-button__badge {
    position: absolute;
    top: -5px;
    right: -10px;
    width: 22px;
    height: 22px;
    background: var(--blue);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 12px;
    color: var(--white);
    font-weight: 700;
}
.icon-button {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    color: #333333;
    background: #dddddd;
    border: none;
    outline: none;
    border-radius: 50%;
}
.savebtnmt{
position:relative;
left:-14px;
}
.modal-footer-sticky.modal-footer-padding {
    padding: 0 10px 0px 13px;
}
.col-md-8 ul.listitems {
    display: flex;
    list-style-type: none;
    height: 28px;
}
ul.listitems {
    display: flex;
    list-style-type: none;
}
.job-desc-text p {
    word-break: break-all;
}
#divClientInfo .form-group.mb-4 {
    margin-bottom: 0.5rem !important;
}
#divJobDescription iframe {
    height: 100vh;
}
img-fluid.user-icon{
    min-width: 72px;
}
.user-profile img {
    min-width: 72px;
}
.user-mng-tbl th {
    background: #F3F2F7 !important;
}
.browse_file_w {
    margin: 0 auto;
    padding: 0;
    font-size: 0;
    background-color: var(--lavender) !important;
    width: 180px;
    border-radius: 6px;
}

    .browse_file_w::before {
        content: "Choose File";
        position: relative;
        z-index: 2;
        display: block;
        background-color: var(--lavender);
        border: none;
        font-size: 19px;
        margin-top: -2px;
        padding: 9px 0 9px 0px;
        text-align: center;
    }

.list-group-item-img {
    width: 10px !important;
    margin-left: 75px
}
.margin-ten {
    margin-left: 10px;
    margin-top: 20px;
}
.btn-grey {
    cursor: not-allowed;
    border-radius: 10px;
    /* color: #fff !important;*/
    background-color: #f2f2f2;
    color: #b3b3b3;
    border: 1px solid #b3b3b3;
}

#avatar.valid:before {
    display: none;
}