@font-face {
    font-family: ProximaNova-Regular;
    src: url("../fonts/ProximaNova/ProximaNova-Regular.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: ProximaNova-Bold;
    src: url("../fonts/ProximaNova/ProximaNova-Bold.otf") format("opentype");
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: ProximaNova-SemiBold;
    src: url("../fonts/ProximaNova/ProximaNova-Semibold.ttf") format("truetype");
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: ProximaNova-Light;
    src: url("../fonts/ProximaNova/ProximaNova-Light.otf") format("opentype");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Poppins;
    src: url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap")
}

.v2Title {
    font-family: ProximaNova-Bold;
    font-size: 24px
}

.v2SubTitle,
.v2Title {
    color: #430a26 !important
}

.v2SubTitle {
    font-size: 18px;
    font-weight: 600
}

a:focus,
a:hover {
    text-decoration: none
}

html {
    height: 100vh
}

html * {
    outline: none !important
}

html body {
    height: 100%;
    margin: 0;
    color: #6d6e6e;
    font-size: 14px;
    font-family: ProximaNova-Regular
}

html body.nav-show {
    overflow: hidden !important
}

html body.nav-show .sidebar-nav-btn .close-btn {
    display: block !important
}

html body.nav-show .sidebar-nav-btn .open-btn {
    display: none !important
}

html body.nav-show .sidebar-nav {
    opacity: 1;
    visibility: visible
}

html body.nav-show .sidebar-nav .inner {
    left: 0 !important
}

html .page-content {
    padding: 0 32px 80px
}

@media screen and (max-width:350px) {
    html .page-content {
        padding: 0 15px 65px
    }
}

html .page-content.candidate-listing-page-wrapper {
    background: #fff;
    height: calc(100vh - 160px);
    overflow: scroll
}

html .page-content.candidate-listing-page-wrapper.scroll-list {
    height: calc(100vh - 160px);
    overflow: auto
}

@media only screen and (max-width:390px) {
    html .page-content .job-listing-page .row .col-sm-12 {
        padding: 0 7px
    }
}

html .nav-appbar {
    padding: 7px 14px 7px 21px;
    text-align: center;
    height: 57px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: sticky;
    width: 100%;
    left: 0;
    top: 0;
    background: #fff !important;
    z-index: 1000
}

html .nav-appbar.right-to-left .right-btn {
    left: 15px !important
}

html .nav-appbar.right-to-left .left-btn {
    right: 15px !important;
    left: auto !important
}

html .nav-appbar .search-box {
    background: #f8f8fa;
    border-radius: 5px !important
}

html .nav-appbar .search-box .form-control {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent
}

html .nav-appbar .search-box .input-group-addon {
    background-color: transparent;
    border: none;
    color: #ccc
}

html .nav-appbar.nav-static {
    position: relative !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

html .nav-appbar.transparent-white {
    position: sticky !important;
    background: #fff !important
}

html .nav-appbar h1,
html .nav-appbar h2 {
    width: 100%;
    font-size: 20px;
    margin: 0 0 0 50px;
    text-align: left;
    color: #430a26
}

html .nav-appbar a {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none !important
}

html .nav-appbar a.sidebar-nav-btn .close-btn {
    display: none
}

html .nav-appbar a svg path {
    fill: #2b2f33 !important
}

html .nav-appbar a.backBtn,
html .nav-appbar a.left-btn {
    left: 25px
}

html .nav-appbar a.right-btn {
    right: 25px
}

html .nav-appbar a i {
    font-size: 20px;
    color: #585b5f
}

.img-viw-full {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.pagination>li:first-child>a,
.pagination>li:last-child>a {
    font-size: 20px !important
}

.pagination>li>a {
    font-size: 13px;
    padding: 0;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    width: 21px;
    height: 20px;
    border: none;
    justify-content: center;
    align-items: center
}

.pagination>li>a,
.pagination>li>a:focus,
.pagination>li>a:hover {
    background-color: #fce9f2;
    color: #430a26;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover {
    background-color: #e2378c;
    border-color: #e2378c;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.pagination>li.paginate_button,
.pagination>li.paginate_button:active,
.pagination>li.paginate_button:focus,
.pagination>li.paginate_button:hover {
    padding: 6px !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.mb-20 {
    margin-bottom: 20px !important
}

.p-0 {
    padding: 0 !important
}

.bg-grey {
    background: #f7f7fa
}

.bg-light-grey {
    background: #fdfdfd
}

.bg-dark-grey {
    background: #f2f2f2
}

[data-clone] {
    display: none
}

.date-field input[type=date] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0
}

.select2-container .select2-results__options,
.select2-container .select2-selection__rendered {
    text-transform: capitalize
}

.sidebar-nav {
    position: fixed;
    left: 0;
    top: 57px;
    height: calc(100% - 50px);
    z-index: 1000;
    background: rgba(0, 0, 0, .36);
    opacity: 0;
    visibility: hidden
}

.sidebar-nav,
.sidebar-nav .inner {
    width: 100%;
    -webkit-transition: .3s;
    transition: .3s
}

.sidebar-nav .inner {
    height: 100%;
    max-width: 75%;
    background: #fff !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    left: -100%;
    overflow: auto
}

@media only screen and (min-width:600px) {
    .sidebar-nav .inner {
        max-width: 335px !important
    }
}

.sidebar-nav .inner ul.dropdown-menu {
    padding: 0 !important
}

.sidebar-nav .inner ul.dropdown-menu li:first-child a {
    border-top: none !important
}

.sidebar-nav .inner ul {
    margin: 30px 0 0;
    list-style: none !important;
    padding-left: 0
}

.sidebar-nav .inner ul+ul {
    margin-top: 0 !important
}

.sidebar-nav .inner ul li {
    padding: 0 24px
}

@media only screen and (max-width:350px) {
    .sidebar-nav .inner ul li {
        padding: 0 18px
    }
}

.sidebar-nav .inner ul li a {
    font-size: 16px;
    text-decoration: none !important;
    color: #2b2f33;
    padding: 10px 0;
    font-family: ProximaNova-SemiBold;
    width: 100%
}

.sidebar-nav .inner ul li a span.img {
    width: 25px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-transform: translateY(3px);
    transform: translateY(3px)
}

.sidebar-nav .inner ul li.show {
    background: #f7f7fa !important;
    padding: 0
}

.sidebar-nav .inner ul li.show a {
    padding: 15px 24px
}

.sidebar-nav .inner ul li.show ul li a {
    padding: 6px 15px 6px 59px
}

.sidebar-nav .inner .body {
    height: 100%
}

.sidebar-nav .inner .foot ul li a {
    padding: 0 0 45px
}

.p-025 {
    padding: 0 25px
}

.btn-info {
    background: #38ada9 !important;
    border-color: #38ada9 !important
}

.btn-primary {
    background-color: #353c68 !important;
    border: none !important;
    color: #fff;
    -webkit-transition: .3s;
    transition: .3s
}

.btn-primary:hover {
    color: #fff
}

@media screen and (min-width:769px) {
    .btn-primary:hover {
        background-color: rgba(53, 60, 104, .7) !important
    }
}

.btn-secondary {
    background-color: #d53966 !important;
    border: none !important;
    color: #fff !important;
    -webkit-transition: .3s;
    transition: .3s
}

.btn-secondary:hover {
    color: #fff
}

@media screen and (min-width:769px) {
    .btn-secondary:hover {
        background-color: rgba(213, 57, 102, .7) !important
    }
}

.btn-empty1 {
    border: 1px solid #a5a5a5 !important;
    background-color: #fff !important;
    color: #6d6e6e !important;
    -webkit-transition: .3s;
    transition: .3s
}

@media screen and (min-width:769px) {

    .btn-empty1.select,
    .btn-empty1:active,
    .btn-empty1:focus,
    .btn-empty1:hover {
        border: 1px solid #353c68 !important
    }
}

.btn-white-theme {
    border: 1px solid #fff !important;
    background-color: #fff !important;
    color: #46c1be !important;
    -webkit-transition: .3s;
    transition: .3s
}

@media screen and (min-width:769px) {

    .btn-white-theme:active,
    .btn-white-theme:focus,
    .btn-white-theme:hover {
        border: 1px solid #fff !important;
        background-color: #46c1be !important;
        color: #fff !important
    }
}

.btn-empty2 {
    border: 1px solid #a5a5a5 !important;
    background-color: #fff !important;
    color: #6d6e6e !important;
    -webkit-transition: .3s;
    transition: .3s
}

@media screen and (min-width:769px) {

    .btn-empty2.select,
    .btn-empty2:active,
    .btn-empty2:focus,
    .btn-empty2:hover {
        border: 1px solid #d53965 !important
    }
}

.btn-default {
    background-color: #9b9999 !important;
    border: none !important;
    color: #fff !important;
    -webkit-transition: .3s;
    transition: .3s
}

.btn-default:hover {
    color: #fff
}

@media screen and (min-width:769px) {
    .btn-default:hover {
        background-color: hsla(0, 1%, 60%, .7) !important
    }
}

.btn-pink {
    background-color: #c81d72 !important;
    border: 1px solid #c81d72 !important;
    border-radius: 4px !important
}

.btn-lightpink,
.btn-pink {
    color: #fff !important;
    padding: 15px 20px;
    cursor: pointer;
    font-size: 14px
}

.btn-lightpink {
    background-color: #e2378c !important;
    border: 1px solid #e2378c !important;
    border-radius: 4px !important
}

.btn-pink-default {
    border: 1px solid #c81d72 !important;
    background-color: #fff;
    padding: 15px 20px;
    border-radius: 4px !important
}

.btn-pink-default,
.btn-pink-text {
    color: #c81d72 !important;
    cursor: pointer;
    font-size: 14px
}

.btn-pink-text {
    border: none !important;
    background-color: transparent;
    padding: 0;
    font-family: ProximaNova-SemiBold;
    border-radius: 4px !important
}

.btn-primary-blue {
    color: #fff;
    background-color: #353c68 !important;
    padding: 15px 20px;
    font-size: 14px;
    border: 1px solid #353c68;
    border-radius: 4px !important
}

.btn-primary-blue:focus,
.btn-primary-blue:hover {
    color: #fff
}

.btn-orange {
    color: #fff;
    background-color: #ff6a83 !important;
    padding: 15px 20px;
    font-size: 14px;
    border: 1px solid #ff6a83;
    border-radius: 4px !important
}

.btn-text {
    background-color: transparent !important;
    border: none !important;
    outline: none !important
}

.filter-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 10px 15px;
    padding: 20px 10px 0
}

@media screen and (max-width:390px) {
    .filter-box {
        padding: 20px 0 0
    }
}

@media screen and (max-width:350px) {
    .filter-box {
        padding: 20px 10px 0
    }
}

.filter-box.bgWhite {
    background: #fff !important;
    border-bottom: none !important
}

.filter-box .filters {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: auto
}

.filter-box .btn {
    padding: 0 15px;
    font-size: 13px;
    border-radius: 15px;
    height: 30px !important
}

.filter-box .btn+.btn {
    margin-left: 10px
}

.filter-box .v2Input {
    height: 53px;
    margin-right: 12px
}

.j-detail .d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 3px
}

@media screen and (max-width:350px) {
    .j-detail .d-flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.j-detail .d-flex span.location {
    margin-left: 15px
}

@media screen and (max-width:350px) {
    .j-detail .d-flex span.location {
        margin-left: 0
    }
}

.j-detail span {
    color: #777
}

.v2mobSpan span {
    width: 66px;
    padding: 9px;
    border-radius: 6px;
    border: none;
    background-color: #fce9f2
}

.v2mobSpan input {
    border-left: 1px solid #ddd;
    border-radius: 0 6px 6px 0
}

.select2-container--default .select2-selection--multiple,
.select2-container--default .select2-selection--single {
    height: 52px !important;
    padding-top: 8px !important
}

.select2-container--default .select2-selection {
    border: none !important;
    background-color: #fce9f2 !important
}

.select2-container--default .select2-selection .select2-selection__arrow {
    top: 12px !important;
    right: 9px !important
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #c81d72;
    color: #fff !important
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #c81d72 !important
}

.select2-container--default .select2-results__option {
    background-color: #fce9f2
}

.theme-form .form-group {
    margin-bottom: 13px
}

.theme-form .form-group .control-label {
    color: #4a4a4a;
    font-size: 16px;
    line-height: 19px;
    font-family: ProximaNova-Regular;
    font-weight: 400
}

.theme-form .form-group .form-control {
    color: #4a4a4a;
    font-size: 14px;
    line-height: 19px;
    font-family: ProximaNova-Light;
    font-weight: 400;
    padding-left: 10px
}

.theme-form .form-group .control-label {
    margin-bottom: 5px
}

.theme-form .form-group .form-control {
    border-radius: 5px;
    background-color: #f7f7f7;
    min-height: 40px;
    border-color: #ddd;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    padding: 7px
}

@media only screen and (min-width:768px) {
    .theme-form .form-group .form-control {
        min-height: 50px !important;
        font-size: 18px
    }
}

.theme-form .form-group .form-control::-webkit-input-placeholder {
    color: #ddd
}

.theme-form .form-group .form-control::-moz-placeholder {
    color: #ddd
}

.theme-form .form-group .form-control::-ms-input-placeholder {
    color: #ddd
}

.theme-form .form-group .form-control::placeholder {
    color: #ddd
}

.theme-form .select2-container .select2-selection {
    min-height: 40px;
    border-color: #d1d1d1 !important;
    border-radius: 5px !important
}

@media only screen and (min-width:768px) {
    .theme-form .select2-container .select2-selection {
        min-height: 50px !important;
        font-size: 18px
    }
}

.theme-form .select2-container .select2-selection .select2-selection__rendered {
    padding-left: 11px !important;
    font-family: ProximaNova-Light
}

@media only screen and (min-width:768px) {
    .theme-form .select2-container .select2-selection .select2-selection__rendered {
        line-height: 50px !important
    }
}

.theme-form .select2-container .select2-selection .select2-selection__arrow {
    height: 39px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media only screen and (min-width:768px) {
    .theme-form .select2-container .select2-selection .select2-selection__arrow {
        min-height: 49px !important
    }
}

.theme-form .select2-container .select2-selection .select2-selection__arrow b {
    border: none !important;
    position: relative;
    top: 0;
    left: 0;
    height: 15px;
    width: 15px
}

.theme-form .select2-container .select2-selection .select2-selection__arrow b:before {
    content: "";
    position: absolute;
    top: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid #c81d72
}

.select2-dropdown {
    border-color: #ddd !important
}

.input-group {
    position: relative;
    width: 100%
}

.input-group .form-control {
    border-radius: 3px !important
}

.input-group.icon-group .form-control {
    padding-right: 40px
}

.input-group.right .form-control {
    padding-right: 50px
}

.input-group.left .form-control {
    padding-left: 50px
}

.jconfirm .jconfirm-box {
    padding: 20px 25px 15px !important;
    position: relative
}

.jconfirm .jconfirm-box:not(.loading) {
    overflow: visible
}

.jconfirm .jconfirm-box .jconfirm-buttons {
    padding: 0 !important;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.jconfirm .jconfirm-box .jconfirm-buttons button {
    width: 100%;
    padding: 9px 12px;
    font-size: 16px !important;
    font-weight: 100 !important;
    margin: 0 !important
}

.jconfirm .jconfirm-box.jconfirm-type-dark .jconfirm-title-c .jconfirm-icon-c {
    background: transparent !important
}

.jconfirm .jconfirm-box .jconfirm-title-c {
    text-align: center;
    padding-bottom: 0 !important;
    color: #c81d72;
    margin-bottom: -10px
}

.jconfirm .jconfirm-box .jconfirm-title-c .jconfirm-icon-c .icon {
    width: 30px;
    height: 27px;
    display: inline-block;
    margin: 0 auto
}

.jconfirm .jconfirm-box .jconfirm-title-c .jconfirm-icon-c .icon.icon-check {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/checkmark-round.png") !important
}

.jconfirm .jconfirm-box .jconfirm-title-c .jconfirm-title {
    padding-top: 8px !important;
    display: block !important;
    font-size: 22px !important
}

.jconfirm .jconfirm-box .jconfirm-content-pane {
    margin: 0 !important
}

.jconfirm .jconfirm-box .jconfirm-content-pane .jconfirm-content {
    text-align: center;
    font-size: 16px;
    padding: 30px 0 15px !important;
    font-family: ProximaNova-Light
}

.jconfirm .jconfirm-holder {
    margin: 15px
}

.jconfirm.file-container-modal .jconfirm-box-container {
    max-width: 600px;
    width: 100%;
    margin: 0 auto
}

@media screen and (max-width:650px) {
    .jconfirm.file-container-modal {
        padding: 0 10px
    }
}

.jconfirm.file-container-modal .jconfirm-box {
    padding: 0 20px !important
}

.jconfirm.file-container-modal .jconfirm-box label.error {
    margin: 0;
    color: #ee6275;
    display: block;
    font-size: 14px !important
}

.jconfirm.file-container-modal .dropify-wrapper {
    min-height: 270px
}

@media screen and (max-width:650px) {
    .jconfirm.file-container-modal .dropify-wrapper {
        min-height: 150px
    }
}

.jconfirm.file-container-modal .dropify-wrapper .dropify-filename-inner {
    display: none !important
}

.jconfirm.file-container-modal .dropify-wrapper .dropify-message span.file-icon {
    margin-bottom: 33px !important
}

.jconfirm.file-container-modal .dropify-wrapper .dropify-message p {
    font-weight: 400;
    color: #353c68
}

@media screen and (max-width:650px) {
    .jconfirm.file-container-modal .dropify-wrapper .dropify-message p {
        font-size: 20px
    }
}

.jconfirm.file-container-modal .dropify-wrapper .dropify-message p .ext-details {
    font-size: 16px;
    color: #8a8787;
    margin-top: 14px;
    display: block
}

@media screen and (max-width:650px) {
    .jconfirm.file-container-modal .dropify-wrapper .dropify-message p .ext-details {
        font-size: 14px
    }
}

.jconfirm.file-container-modal .jconfirm-buttons {
    position: relative !important;
    bottom: 0 !important;
    padding: 10px 0 !important
}

.jconfirm.file-container-modal .jconfirm-buttons .btn {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    height: auto !important;
    width: auto !important;
    font-size: 16px !important;
    font-family: ProximaNova-Light;
    font-weight: 400;
    text-transform: inherit !important;
    border-radius: 25px !important;
    border-width: 0 !important;
    padding: 6px 30px !important
}

.jconfirm.file-container-modal .jconfirm-buttons .btn+.btn {
    margin-left: 10px !important
}

.detail-popup {
    padding: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    -webkit-transition: .3s;
    transition: .3s;
    z-index: 10000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    opacity: 0;
    visibility: hidden
}

.detail-popup .select2-container--default .select2-selection--single {
    height: 44px !important;
    padding-top: 7px !important
}

.detail-popup .select2-container--default .select2-selection .select2-selection__arrow {
    top: 7px !important;
    right: 7px !important
}

.detail-popup.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 300px;
    height: 100%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.detail-popup.right .modal-content {
    height: 100%;
    width: 100%;
    overflow-y: auto
}

.detail-popup.right.fade .modal-dialog {
    right: -320px;
    -webkit-transition: opacity .3s linear, right .3s ease-out;
    transition: opacity .3s linear, right .3s ease-out
}

.detail-popup.right.fade.in .modal-dialog {
    right: 0
}

.detail-popup.show-popup {
    opacity: 1;
    visibility: visible
}

.detail-popup.show-popup .inner {
    right: -45px !important
}

@media screen and (max-width:430px) {
    .detail-popup.show-popup .inner {
        right: -40px !important
    }
}

@media screen and (max-width:360px) {
    .detail-popup.show-popup .inner {
        right: -35px !important
    }
}

.detail-popup.show-popup .inner .box .row {
    margin: 0
}

.detail-popup.show-popup .inner .select2-container--default .select2-selection--multiple {
    height: auto !important;
    max-height: 77px;
    overflow: auto
}

.detail-popup.show-popup .inner .table-detail tbody td,
.detail-popup.show-popup .inner .table-detail tbody th {
    font-family: ProximaNova-Regular
}

.detail-popup .pLabel {
    color: #2b2f33;
    font-size: 16px;
    margin-bottom: 15px;
    font-family: ProximaNova-SemiBold
}

.detail-popup .inner {
    background: #fff;
    right: -100%;
    -webkit-transition: .75s;
    transition: .75s;
    padding: 25px;
    width: 90%;
    height: 100%;
    position: relative
}

.detail-popup .inner h3 {
    margin: 0 0 25px
}

.detail-popup .inner .loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.detail-popup .inner .closeModal {
    position: absolute;
    right: 15px;
    top: 15px
}

.detail-popup .inner .content {
    overflow: auto;
    height: 100%
}

.detail-popup .inner .content .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.detail-popup .inner .content .job-listing hr {
    margin-top: 5px !important
}

.detail-popup .inner .content .form-control {
    -webkit-box-shadow: none;
    box-shadow: none
}

.detail-popup .inner .content .form-control.v2Input {
    height: 50px
}

.detail-popup .inner .content .box+.box {
    margin-top: 16px
}

.detail-popup .inner .content .box hr {
    margin: 5px 0 14px
}

.detail-popup .inner .content .box label {
    text-transform: capitalize;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 0 !important;
    word-break: break-all;
    font-weight: 100;
    font-size: 14px
}

.detail-popup .inner .content .box label input {
    margin-top: 0;
    margin-right: 5px
}

.detail-popup .inner .content .control-label {
    font-size: 15px;
    color: #1d2226;
    width: 100%;
    line-height: 30px;
    color: #2b2f33;
    margin-bottom: 0 !important
}

.detail-popup .inner .content label {
    margin-bottom: 0 !important
}

.detail-popup .inner .content input[type=checkbox] {
    height: 15px;
    width: 15px;
    margin-right: 9px
}

.detail-popup .inner .content .applyButton {
    text-align: center;
    margin-top: 35px;
    margin-bottom: 35px
}

.detail-popup .inner .content .applyButton button {
    width: 100%
}

.detail-popup .inner .content .applyButton button+button {
    margin-top: 9px
}

.detail-popup .inner .content .applyButton button.btn-pink {
    height: 50px
}

.detail-popup .inner .content .row .col-xs-6 {
    margin-bottom: 5px;
    padding-left: 0
}

@media screen and (max-width:380px) {
    .detail-popup .inner .content .row .col-xs-6 {
        width: 100%
    }
}

.grecaptcha-badge {
    display: none !important
}

.floating-action {
    position: fixed;
    width: 100%;
    bottom: 15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.floating-action:not(.p-0) {
    padding: 0 15px
}

.floating-action .inner {
    overflow: hidden;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 25px !important
}

.floating-action .inner .shortlist-btn {
    background: #f8f8fa !important;
    color: #4a4a4a !important;
    border: 1px solid #f3f3f3 !important
}

.floating-action .inner .shortlist-btn input {
    display: none
}

.floating-action .inner .shortlist-btn.active i {
    color: #c81d72 !important
}

.floating-action .inner .shortlist-btn.active i:before {
    content: "\F004" !important
}

.floating-action .inner .btn {
    text-transform: uppercase;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-radius: 0;
    min-height: 50px;
    font-size: 16px;
    line-height: 37px;
    margin: 0;
    border: none !important
}

.mp-custom-date-picker {
    position: fixed;
    background: rgba(0, 0, 0, .5);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .3s;
    transition: .3s
}

.mp-custom-date-picker.show-picker {
    opacity: 1;
    visibility: visible
}

.mp-custom-date-picker .inner {
    padding: 20px 20px 100px;
    background: #fff;
    width: 100%;
    min-height: 300px;
    border-radius: 8px;
    font-size: 14px;
    max-width: 80%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.mp-custom-date-picker .inner .close-icon {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 100
}

.mp-custom-date-picker .inner .item {
    width: 100%;
    display: none;
    text-align: center;
    position: relative;
    padding-top: 60px
}

.mp-custom-date-picker .inner .item.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.mp-custom-date-picker .inner .item h3 {
    position: absolute;
    top: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 18px;
    margin: 0 0 10px;
    text-transform: capitalize
}

.mp-custom-date-picker .inner .item.select-year .form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
    min-height: 70px;
    font-size: 26px;
    text-align: center;
    max-width: 100px;
    margin: 0 auto
}

.mp-custom-date-picker .inner .item ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    padding-left: 0;
    margin: -6px
}

.mp-custom-date-picker .inner .item ul li {
    padding: 3px
}

.mp-custom-date-picker .inner .item ul li span {
    display: block;
    padding: 10px 5px;
    border: 1px solid #f3f3f3;
    border-radius: 5px
}

.mp-custom-date-picker .inner .item ul li.active span {
    background: #c81d72;
    border-color: #c81d72;
    color: #fff
}

.mp-custom-date-picker .inner .item.select-month li {
    width: 33.33333%
}

.mp-custom-date-picker .inner .item.select-day li {
    width: 14.28571%
}

.mp-custom-date-picker .inner .item.select-day li span {
    padding: 6px 5px !important
}

.mp-custom-date-picker .inner .foot {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    padding-bottom: 30px;
    text-align: center
}

.mp-custom-date-picker .inner .foot .btn {
    border: 1px solid #f3f3f3
}

.mp-custom-date-picker .inner .foot .btn+.btn {
    margin-left: 10px
}

.jconfirm .jconfirm-holder {
    padding: 0 !important;
    margin: 0 !important
}

.jconfirm .jconfirm-holder .jc-bs3-row .jconfirm-box-container.bottomalert {
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: 0;
    width: 100%
}

.jconfirm .jconfirm-holder .jc-bs3-row .jconfirm-box-container.bottomalert .jconfirm-box {
    background: -webkit-gradient(linear, left top, left bottom, from(#e863a5), to(#bf2d76));
    background: linear-gradient(180deg, #e863a5, #bf2d76);
    border-radius: 10px 10px 0 0;
    padding: 50px 70px 70px !important;
    color: #fff
}

.jconfirm .jconfirm-holder .jc-bs3-row .jconfirm-box-container.bottomalert .jconfirm-box .jconfirm-title-c {
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    line-height: 40px
}

.jconfirm .jconfirm-holder .jc-bs3-row .jconfirm-box-container.bottomalert .jconfirm-box .jconfirm-content-pane .jconfirm-content {
    text-transform: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px
}

.jconfirm .jconfirm-holder .jc-bs3-row .jconfirm-box-container.bottomalert .jconfirm-box .jconfirm-content-pane .jconfirm-content .form-group .form-control {
    height: 50px
}

.jconfirm .jconfirm-holder .jc-bs3-row .jconfirm-box-container.bottomalert .jconfirm-box .jconfirm-content-pane .jconfirm-content .detail-list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: rgba(67, 10, 38, .2);
    border-radius: 5px;
    padding: 15px
}

.jconfirm .jconfirm-holder .jc-bs3-row .jconfirm-box-container.bottomalert .jconfirm-box .jconfirm-content-pane .jconfirm-content .detail-list-item ._box {
    border: none !important;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.jconfirm .jconfirm-holder .jc-bs3-row .jconfirm-box-container.bottomalert .jconfirm-box .jconfirm-content-pane .jconfirm-content .detail-list-item ._box .content {
    margin-left: 17px;
    text-align: left !important
}

.jconfirm .jconfirm-holder .jc-bs3-row .jconfirm-box-container.bottomalert .jconfirm-box .jconfirm-content-pane .jconfirm-content .detail-list-item ._box .content h3 {
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    margin: 0
}

.jconfirm .jconfirm-holder .jc-bs3-row .jconfirm-box-container.bottomalert .jconfirm-box .jconfirm-content-pane .jconfirm-content .detail-list-item ._box .detail span {
    font-weight: 400;
    font-size: 12px;
    line-height: 30px;
    color: #fff;
    margin: 0;
    padding-right: 7px
}

.jconfirm .jconfirm-holder .jc-bs3-row .jconfirm-box-container.bottomalert .jconfirm-box .jconfirm-content-pane .jconfirm-content .detail-list-item ._box .detail span+span {
    padding-left: 7px;
    border-left: 1px solid #e3dfdf
}

.jconfirm .jconfirm-holder .jc-bs3-row .jconfirm-box-container.bottomalert .jconfirm-box .jconfirm-content-pane .jconfirm-content .detail-list-item+.detail-list-item {
    margin-top: 10px
}

.jconfirm .jconfirm-holder .jc-bs3-row .jconfirm-box-container.bottomalert .jconfirm-box .jconfirm-content-pane .jconfirm-content .btn {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    letter-spacing: .3px;
    height: 50px;
    text-transform: capitalize
}

.jconfirm .jconfirm-holder .jc-bs3-row .jconfirm-box-container.bottomalert .jconfirm-box .jconfirm-content-pane .jconfirm-content .btn+.btn {
    margin-top: 15px !important
}

.jconfirm .jconfirm-holder .jc-bs3-row .jconfirm-box-container.bottomalert .jconfirm-box .jconfirm-content-pane .jconfirm-content .btn.btn-white {
    background: #fff;
    color: #e2378c
}

.jconfirm .jconfirm-holder .jc-bs3-row .jconfirm-box-container.bottomalert .jconfirm-box .jconfirm-buttons .btn {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    letter-spacing: .3px;
    height: 50px;
    text-transform: capitalize
}

.jconfirm .jconfirm-holder .jc-bs3-row .jconfirm-box-container.bottomalert .jconfirm-box .jconfirm-buttons .btn.min-130 {
    min-width: 135px
}

.jconfirm .jconfirm-holder .jc-bs3-row .jconfirm-box-container.bottomalert .jconfirm-box .jconfirm-buttons .btn.btn-white {
    background: #fff;
    color: #e2378c
}

.jconfirm .jconfirm-holder .jc-bs3-row .jconfirm-box-container.bottomalert .jconfirm-box .jconfirm-buttons .btn.btn-white-outlined {
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
    margin-right: 5px !important
}

.jconfirm .jconfirm-holder .jc-bs3-row .jconfirm-box-container.bottomalert .jconfirm-box .jconfirm-buttons .btn.btn-default {
    color: #fff !important;
    border: 1px solid #fff !important;
    background: transparent !important;
    margin-right: 5px !important
}

.jconfirm .jconfirm-holder .jc-bs3-row .jconfirm-box-container.bottomalert .jconfirm-box .jconfirm-buttons .btn.btn-hide {
    display: none
}

.jconfirm .jconfirm-holder .jc-bs3-row .jconfirm-box-container.bottomalert .jconfirm-box .jconfirm-buttons .btn+.btn {
    margin-left: 10px !important
}

.jconfirm .jconfirm-holder .jc-bs3-row .jconfirm-box-container.jobs-list .jconfirm-box {
    padding: 50px 45px 70px !important
}

.modal.edit-modal .modal-dialog {
    margin: 0
}

.modal.edit-modal .modal-dialog .modal-content {
    border-radius: 0;
    width: 85%;
    float: right;
    height: 100vh;
    -webkit-box-shadow: rgba(0, 0, 0, .4) 0 30px 90px;
    box-shadow: 0 30px 90px rgba(0, 0, 0, .4);
    border: none;
    padding: 53px 0 50px
}

.modal.edit-modal .modal-dialog .modal-content .modal-header {
    padding: 0 33px 0 45px;
    border: none
}

.modal.edit-modal .modal-dialog .modal-content .modal-header h4.modal-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 40px;
    color: #430a26;
    margin: 0 0 5px
}

.modal.edit-modal .modal-dialog .modal-content .modal-header .btn {
    background: transparent;
    border: none;
    float: right;
    position: absolute;
    top: 20px;
    right: 30px
}

.modal.edit-modal .modal-dialog .modal-content .modal-body {
    padding: 0 33px 0 45px;
    height: calc(100vh - 251px);
    overflow: scroll
}

.modal.edit-modal .modal-dialog .modal-content .modal-body #openRequirementSelectionModal {
    margin-bottom: 15px
}

.modal.edit-modal .modal-dialog .modal-content .modal-body .dropdownDatePicker-wrapper table {
    width: 100%
}

.modal.edit-modal .modal-dialog .modal-content .modal-body .dropdownDatePicker-wrapper table th {
    font-size: 12px;
    font-weight: 400
}

.modal.edit-modal .modal-dialog .modal-content .modal-body .dropdownDatePicker-wrapper table tbody td+td {
    padding-left: 5px !important
}

.modal.edit-modal .modal-dialog .modal-content .modal-body .dropdownDatePicker-wrapper select {
    display: block;
    width: 100%;
    height: 50px;
    padding: 6px 0;
    font-size: 14px;
    line-height: 1.42857143;
    color: #999;
    background-color: #fce9f2;
    background-image: none;
    border-radius: 4px
}

.modal.edit-modal .modal-dialog .modal-content .modal-body .dropdownDatePicker-wrapper table td+td,
.modal.edit-modal .modal-dialog .modal-content .modal-body .dropdownDatePicker-wrapper table th+th {
    padding-left: 5px
}

.modal.edit-modal .modal-dialog .modal-content .modal-body .dropdownDatePicker-wrapper.no-second table td:last-child,
.modal.edit-modal .modal-dialog .modal-content .modal-body .dropdownDatePicker-wrapper.no-second table th:last-child {
    display: none
}

.modal.edit-modal .modal-dialog .modal-content .modal-body .jsRapDateTimePicker select {
    width: 100%;
    height: 51px;
    background-color: #fce9f2;
    border: none
}

.modal.edit-modal .modal-dialog .modal-content .modal-body .tickBoxes .btn-info {
    background-color: #fce9f2 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: text;
    min-height: 48px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: none;
    border-radius: 25px
}

.modal.edit-modal .modal-dialog .modal-content .modal-body .tickBoxes .btn-info p {
    white-space: break-spaces;
    margin: 0 0 0 9px;
    text-align: left;
    font-size: 13px;
    color: #777
}

.modal.edit-modal .modal-dialog .modal-content .modal-body .tickBoxes .btn-info+.btn-info {
    margin-top: 10px
}

.modal.edit-modal .modal-dialog .modal-content .modal-body .form-group .control-label {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: .3px;
    color: #430a26;
    margin-bottom: 3px
}

.modal.edit-modal .modal-dialog .modal-content .modal-body .form-group .select2-container--default .select2-selection--multiple {
    overflow: auto
}

.modal.edit-modal .modal-dialog .modal-content .modal-body .form-group label.error {
    color: red
}

.modal.edit-modal .modal-dialog .modal-content .modal-body .form-group .form-control {
    background: #fce9f2;
    border-radius: 5px;
    height: 50px;
    border: none
}

.modal.edit-modal .modal-dialog .modal-content .modal-body .form-group .input-group {
    max-height: 50px
}

.modal.edit-modal .modal-dialog .modal-content .modal-body .form-group .input-group.icon-group .input-group-addon {
    background: #fce9f2;
    border: none
}

.modal.edit-modal .modal-dialog .modal-content .modal-body .form-group p.info {
    margin-top: 10px;
    color: red
}

.modal.edit-modal .modal-dialog .modal-content .modal-body .form-group .toggleChecks {
    display: inline-block
}

.modal.edit-modal .modal-dialog .modal-content .modal-body .form-group .toggleChecks .custom-control-label {
    border: 1px solid #fce9f2;
    border-radius: 25px;
    padding: 9px 15px;
    background: #fff;
    width: 100%;
    text-align: center
}

.modal.edit-modal .modal-dialog .modal-content .modal-body .form-group .toggleChecks .custom-control-label:hover {
    background: #c81d72
}

.modal.edit-modal .modal-dialog .modal-content .modal-body .form-group .toggleChecks .custom-control-label:after,
.modal.edit-modal .modal-dialog .modal-content .modal-body .form-group .toggleChecks .custom-control-label:before {
    top: auto;
    left: 0;
    right: 0;
    bottom: 16px;
    margin: auto
}

.modal.edit-modal .modal-dialog .modal-content .modal-body .form-group .toggleChecks input[type=checkbox] {
    display: none
}

.modal.edit-modal .modal-dialog .modal-content .modal-body .form-group .toggleChecks input[type=checkbox]:checked~.custom-control-label {
    background: #c81d72;
    color: #fff
}

.modal.edit-modal .modal-dialog .modal-content .modal-body .form-group .toggleChecks input[type=checkbox]:not(:checked)~.custom-control-label {
    background: #fff
}

.modal.edit-modal .modal-dialog .modal-content .modal-body .form-group .toggleChecks+.skillTick {
    margin: 5px
}

.modal.edit-modal .modal-dialog .modal-content .modal-body .select2-container--default .select2-selection--single {
    height: 52px !important;
    padding-top: 11px !important
}

.modal.edit-modal .modal-dialog .modal-content .modal-body .select2-container--default .select2-selection--multiple {
    padding-top: 11px !important;
    height: 50px !important
}

.modal.edit-modal .modal-dialog .modal-content .modal-body .select2-container--default .select2-selection {
    border: none;
    background-color: #fce9f2
}

.modal.edit-modal .modal-dialog .modal-content .modal-body .select2-container--default .select2-selection .select2-selection__arrow {
    top: 12px;
    right: 9px
}

.modal.edit-modal .modal-dialog .modal-content .modal-footer {
    padding: 20px 33px 50px 45px;
    position: absolute;
    bottom: 0;
    width: 100%;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.modal.edit-modal .modal-dialog .modal-content .modal-footer .btn {
    border-radius: 5px;
    height: 50px
}

.modal.edit-modal .modal-dialog .modal-content .modal-footer .btn.btn-pink-outlined {
    color: #e2378c;
    background: #fff;
    border: 1px solid #e2378c
}

.modal.edit-modal .modal-dialog .modal-content .modal-footer .btn+.btn {
    margin-top: 0;
    margin-left: 5px
}

.modal.full-page-modal .modal-dialog {
    margin: 0
}

.modal.full-page-modal .modal-dialog .modal-content {
    border-radius: 0;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.modal.full-page-modal .modal-dialog .modal-content .modal-header {
    border: none;
    padding: 24px 15px
}

.modal.full-page-modal .modal-dialog .modal-content .modal-header .modal-title {
    text-align: left;
    padding-left: 55px;
    font-weight: 500;
    font-size: 20px;
    line-height: 40px;
    color: #430a26
}

.modal.full-page-modal .modal-dialog .modal-content .modal-header .close {
    float: left
}

.modal.full-page-modal .modal-dialog .modal-content .modal-header h4 {
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #430a26
}

.modal.full-page-modal .modal-dialog .modal-content .modal-body {
    padding: 0 30px
}

.modal.full-page-modal .modal-dialog .modal-content .modal-body.otp-content {
    max-width: 500px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto
}

.modal.full-page-modal .modal-dialog .modal-content .modal-body .img_wrapper {
    width: 186px;
    height: 186px;
    margin: 0 auto;
    border-radius: 50%;
    position: relative
}

.modal.full-page-modal .modal-dialog .modal-content .modal-body .img_wrapper>img,
.modal.full-page-modal .modal-dialog .modal-content .modal-body .img_wrapper>img.profileImage {
    width: 186px;
    height: 186px;
    border-radius: 50%
}

.modal.full-page-modal .modal-dialog .modal-content .modal-body .img_wrapper .small {
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    position: relative;
    top: 27px;
    text-align: center;
    color: #777
}

.modal.full-page-modal .modal-dialog .modal-content .modal-body .img_wrapper .small svg {
    margin-right: 5px
}

.modal.full-page-modal .modal-dialog .modal-content .modal-body .img_wrapper .editBtn {
    background: #fff;
    padding: 0;
    border: 2px solid #fff;
    border-radius: 50%;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: absolute;
    bottom: -16px;
    right: 45%
}

.modal.full-page-modal .modal-dialog .modal-content .modal-body .img_wrapper .editBtn img {
    height: 29px;
    width: 29px
}

.modal.full-page-modal .modal-dialog .modal-content .modal-body .sample-images {
    margin-top: 75px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.modal.full-page-modal .modal-dialog .modal-content .modal-body .sample-images h6 {
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: .3px;
    margin: 0 0 14px;
    color: #430a26
}

.modal.full-page-modal .modal-dialog .modal-content .modal-body .sample-images .images_ {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5px
}

.modal.full-page-modal .modal-dialog .modal-content .modal-body .form-content .form-group label.error {
    color: red
}

.modal.full-page-modal .modal-dialog .modal-content .modal-body .form-content .form-group .form-label {
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: .3px;
    color: #430a26;
    margin-bottom: 18px
}

.modal.full-page-modal .modal-dialog .modal-content .modal-body .form-content .form-group .form-control {
    margin-bottom: 50px;
    height: 64px
}

.modal.full-page-modal .modal-dialog .modal-content .modal-body .form-content .form-group .otp-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.modal.full-page-modal .modal-dialog .modal-content .modal-body .form-content .form-group .otp-group input {
    width: 100%;
    height: 61px;
    max-width: 70px !important;
    background: #fce9f2;
    border-radius: 5px;
    border: none !important;
    text-align: center;
    font-size: 20px
}

@media screen and (max-width:411px) {
    .modal.full-page-modal .modal-dialog .modal-content .modal-body .form-content .form-group .otp-group input {
        max-width: 55px
    }
}

@media screen and (min-width:423px) {
    .modal.full-page-modal .modal-dialog .modal-content .modal-body .form-content .form-group .otp-group input {
        height: 70px
    }
}

.modal.full-page-modal .modal-dialog .modal-content .modal-body .form-content .form-group .otp-group input+input {
    margin-left: 3px
}

.modal.full-page-modal .modal-dialog .modal-content .modal-body .form-content .btn-pink {
    margin-top: 50px
}

.modal.full-page-modal .modal-dialog .modal-content .modal-body .form-content h5 {
    color: #430a26;
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    margin: 12px 0 0
}

.modal.full-page-modal .modal-dialog .modal-content .modal-body .form-content h5 a {
    text-decoration: none;
    color: #e2378c
}

.modal.full-page-modal .modal-dialog .modal-content .modal-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    border: none;
    height: 85px;
    background: #fff
}

.modal#otpPage .modal-footer {
    position: revert !important;
    bottom: revert
}

.modal.bottom-modal {
    padding-left: 0 !important;
    -webkit-animation: animatebottom .5s;
    animation: animatebottom .5s
}

@-webkit-keyframes animatebottom {
    0% {
        bottom: -500px;
        opacity: 0
    }

    to {
        bottom: 0;
        opacity: 1
    }
}

@keyframes animatebottom {
    0% {
        bottom: -500px;
        opacity: 0
    }

    to {
        bottom: 0;
        opacity: 1
    }
}

.modal.bottom-modal .modal-dialog {
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: 0;
    width: 100%
}

.modal.bottom-modal .modal-dialog .modal-content {
    border-radius: 10px 10px 0 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#e863a5), to(#bf2d76));
    background: linear-gradient(180deg, #e863a5, #bf2d76);
    padding: 50px 70px 70px !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    text-align: center;
    border: none
}

.modal.bottom-modal .modal-dialog .modal-content .modal-header {
    border: none;
    padding: 0
}

.modal.bottom-modal .modal-dialog .modal-content .modal-header .modal-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 40px
}

.modal.bottom-modal .modal-dialog .modal-content .modal-body {
    padding: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px
}

.modal.bottom-modal .modal-dialog .modal-content .modal-body .form-group {
    margin: 30px 0
}

.modal.bottom-modal .modal-dialog .modal-content .modal-body .form-group .form-control {
    height: 50px
}

.modal.bottom-modal .modal-dialog .modal-content .modal-body .form-group .intl-tel-input {
    width: 100%
}

.modal.bottom-modal .modal-dialog .modal-content .modal-body .form-group .intl-tel-input .selected-flag {
    padding-left: 3px
}

.modal.bottom-modal .modal-dialog .modal-content .modal-body .form-group .intl-tel-input .selected-dial-code {
    color: #e2378c
}

.modal.bottom-modal .modal-dialog .modal-content .modal-body .form-group label.error {
    color: #fff
}

.modal.bottom-modal .modal-dialog .modal-content .modal-footer {
    padding: 0;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.modal.bottom-modal .modal-dialog .modal-content .modal-footer .btn {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    letter-spacing: .3px;
    height: 50px;
    text-transform: capitalize
}

.modal.bottom-modal .modal-dialog .modal-content .modal-footer .btn.btn-white-outlined {
    color: #fff;
    background: transparent;
    border: 1px solid #fff;
    margin-right: 5px !important
}

.modal.bottom-modal .modal-dialog .modal-content .modal-footer .btn.btn-white {
    background: #fff;
    color: #e2378c
}

.modal.bottom-modal .modal-dialog .modal-content .modal-footer .btn+.btn {
    margin-top: 0
}

.hire-now {
    padding-bottom: 60px
}

.skills-grp li.list-group-item span {
    padding-left: 0 !important
}

.auth-wrapper.subscription-page-wrapper {
    background: #f2f2f2
}

.auth-wrapper .head {
    background-color: #ff6a83;
    padding: 55px 25px 170px;
    color: #fff;
    margin-top: -50px
}

.auth-wrapper .head h2 {
    font-size: 49px;
    font-weight: 400;
    font-family: ProximaNova-Regular;
    margin: 0 0 3px
}

@media only screen and (min-width:768px) {
    .auth-wrapper .head h2 {
        font-size: 70px
    }
}

.auth-wrapper .head h5 {
    font-size: 12px;
    font-weight: 400;
    font-family: ProximaNova-Regular;
    margin: 0
}

@media only screen and (min-width:768px) {
    .auth-wrapper .head h5 {
        font-size: 20px
    }
}

.auth-wrapper .body.pt-0 {
    padding: 0 25px 100px
}

.auth-wrapper .body .footer-btns {
    margin-top: 125px
}

.auth-wrapper .body .footer-btns .btn-blue {
    background: #4372f2;
    color: #fff
}

.auth-wrapper .body .footer-btns .btn-blue-default {
    color: #4372f2 !important;
    background: transparent !important;
    border: 1px solid #4372f2
}

.auth-wrapper .body .footer-btns .btn {
    padding: 0;
    min-height: 45px;
    width: 100%;
    font-size: 18px;
    line-height: 22px;
    font-family: ProximaNova-Regular
}

.auth-wrapper .body .footer-btns .btn+.btn {
    margin-top: 7px
}

.auth-wrapper .body .inner {
    max-width: 455px;
    width: 100%;
    padding-top: 20px;
    background-color: #fff;
    margin: 0 auto
}

.auth-wrapper .body .inner h1 {
    color: #430a26;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    margin: 0 0 30px;
    font-weight: 400;
    font-family: ProximaNova-Regular
}

.auth-wrapper .body .inner p {
    color: #430a26;
    font-size: 15px
}

.auth-wrapper .body .inner .wrapContent {
    padding-top: 150px
}

.auth-wrapper .body .inner .wrapContent .mobile-input-field {
    margin: 20px 0
}

.auth-wrapper .body .inner .wrapContent .submit-btn {
    margin-top: 20px
}

.auth-wrapper .body .inner #form1 {
    margin-top: 25px
}

.auth-wrapper .body .form-group {
    position: relative
}

.auth-wrapper .body .form-group:not(.mb-0) {
    margin-bottom: 20px
}

.auth-wrapper .body .form-group.date-field {
    position: relative
}

.auth-wrapper .body .form-group .control-label span {
    color: red !important
}

.auth-wrapper .body .form-group .form-control {
    min-height: 42px;
    border-color: #d1d1d1 !important;
    border-radius: 5px !important;
    background-color: #fff !important
}

.auth-wrapper .body .form-group .form-control::-webkit-input-placeholder {
    color: #6d6e6e
}

.auth-wrapper .body .form-group .form-control::-moz-placeholder {
    color: #6d6e6e
}

.auth-wrapper .body .form-group .form-control::-ms-input-placeholder {
    color: #6d6e6e
}

.auth-wrapper .body .form-group .form-control::placeholder {
    color: #6d6e6e
}

.auth-wrapper .body .form-group .mobile-input-field,
.auth-wrapper .body .form-group .mobile-input-field .input-group-addon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.auth-wrapper .body .form-group .mobile-input-field .input-group-addon {
    width: 65px !important;
    height: 50px !important;
    border-radius: 6px 0 0 6px;
    background-color: #fce9f2;
    border: none;
    border-right: 1px solid #d1d1d1 !important;
    color: #999 !important
}

.auth-wrapper .body .form-group .mobile-input-field .v2Input {
    border-radius: 0 6px 6px 0
}

.auth-wrapper .body .form-group .upload-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.auth-wrapper .body .form-group .upload-image .form-control {
    padding-left: 15px;
    padding-right: 30px !important;
    color: #ddd !important;
    overflow: hidden;
    white-space: nowrap;
    word-break: break-all;
    text-overflow: ellipsis;
    width: 100%
}

@media only screen and (min-width:768px) {
    .auth-wrapper .body .form-group .upload-image .form-control {
        padding: 15px 30px 15px 40px !important;
        min-height: 50px !important
    }
}

.auth-wrapper .body .form-group label.error {
    font-size: 12px;
    color: #ee6275;
    font-weight: 400;
    margin: 2px 0;
    display: block;
    position: absolute;
    bottom: -20px
}

.auth-wrapper .body .submit-btn .btn+.btn {
    margin-top: 10px
}

.auth-wrapper .body .select2-container .select2-selection--multiple .select2-selection__rendered li {
    line-height: 27px
}

.auth-wrapper .body .select2-container .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
    background: #c81d72;
    border-color: #c81d72;
    color: #fff !important
}

.auth-wrapper .body .select2-container .select2-selection--multiple .select2-selection__rendered .select2-selection__choice__remove {
    color: #fff !important
}

.auth-wrapper .body .select2-multiple {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #d1d1d1 !important;
    border-radius: 5px !important
}

.auth-wrapper .body .select2-multiple .input-group-addon {
    border: none !important;
    border-right: none !important;
    left: 0 !important;
    position: inherit !important;
    background: #fff !important;
    top: inherit !important;
    -webkit-transform: inherit !important;
    transform: inherit !important;
    display: inline-block !important;
    height: 40px !important;
    padding: 10px 13px !important;
    width: 40px !important
}

.auth-wrapper .body .select2-multiple .select2-selection {
    border: none !important
}

.auth-wrapper .body .select2-multiple .select2-selection .select2-selection__rendered {
    padding-left: 0 !important
}

.auth-wrapper .body .select2-multiple .select2-search__field {
    width: 120px !important
}

.auth-wrapper .body .r-l-text {
    text-align: center;
    font-size: 14px !important;
    margin: 0
}

.auth-wrapper .body .r-l-text a {
    color: #e2378c;
    font-family: ProximaNova-SemiBold;
    text-decoration: none
}

@media screen and (max-width:340px) {
    .auth-wrapper .body .r-l-text a {
        margin-top: 30px;
        display: inline-block
    }
}

.LangForm .select2-container {
    width: 100% !important
}

.empRegisterWrap {
    padding: 0 25px 25px
}

.empRegisterWrap .inner p {
    margin: 0 0 30px
}

.empRegisterWrap .inner form .submit-btn {
    margin: 40px 0 20px
}

@media screen and (max-width:769px) {
    .empRegisterWrap .inner .intl-tel-input {
        width: 100%
    }

    .empRegisterWrap .inner .form-group.d-none {
        display: none
    }

    .empRegisterWrap .inner .form-group#mobileNumber .flag-container {
        pointer-events: none !important;
        -webkit-user-select: none !important;
        -moz-user-select: none !important;
        -ms-user-select: none !important;
        user-select: none !important
    }

    .empRegisterWrap .inner .form-group#mobileNumber .flag-container .iti-flag {
        -webkit-user-select: none !important;
        -moz-user-select: none !important;
        -ms-user-select: none !important;
        user-select: none !important;
        display: none
    }

    .empRegisterWrap .inner .form-group#mobileNumber .flag-container .selected-dial-code {
        -webkit-user-select: none !important;
        -moz-user-select: none !important;
        -ms-user-select: none !important;
        user-select: none !important;
        padding-left: 15px
    }
}

@media screen and (max-width:769px) {
    .candidateRegistration .form-group .intl-tel-input {
        width: 100%
    }

    .candidateRegistration .form-group#mobileNumber #mobile_number {
        width: 100% !important
    }

    .candidateRegistration .form-group#mobileNumber .flag-container {
        pointer-events: none !important;
        -webkit-user-select: none !important;
        -moz-user-select: none !important;
        -ms-user-select: none !important;
        user-select: none !important
    }

    .candidateRegistration .form-group#mobileNumber .flag-container .iti-flag {
        -webkit-user-select: none !important;
        -moz-user-select: none !important;
        -ms-user-select: none !important;
        user-select: none !important;
        display: none
    }

    .candidateRegistration .form-group#mobileNumber .flag-container .selected-dial-code {
        -webkit-user-select: none !important;
        -moz-user-select: none !important;
        -ms-user-select: none !important;
        user-select: none !important;
        padding-left: 15px
    }
}

.login-page-wrapper-sm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: calc(100vh - 58px);
    padding: 17px 30px 57px
}

.login-page-wrapper-sm h4 {
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: .3px;
    color: #430a26;
    margin: 0;
    padding-right: 23px
}

.login-page-wrapper-sm .form-content .form-group label.error {
    color: red
}

.login-page-wrapper-sm .form-content .form-group .intl-tel-input {
    width: 100%
}

.login-page-wrapper-sm .form-content .form-group .form-label {
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: .3px;
    color: #430a26
}

.login-page-wrapper-sm .form-content .form-group .form-control {
    margin-bottom: 50px;
    height: 64px
}

.login-page-wrapper-sm .form-content .form-group #mobile_num {
    border-radius: 0 5px 5px 0 !important;
    border-left: 1px solid #fce9f2
}

.login-page-wrapper-sm .form-content .form-group .otp-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.login-page-wrapper-sm .form-content .form-group .otp-group input {
    width: 58px;
    height: 64px;
    background: #fce9f2;
    border-radius: 5px;
    border: none !important;
    text-align: center;
    font-size: 20px
}

.login-page-wrapper-sm .form-content .form-group .otp-group input+input {
    margin-left: 3px
}

.login-page-wrapper-sm .form-content .form-group .input-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-height: 50px
}

.login-page-wrapper-sm .form-content .form-group .input-group .input-group-prefix {
    background-color: #fce9f2;
    height: 50px;
    padding: 15px 10px;
    border-radius: 5px 0 0 5px
}

.login-page-wrapper-sm .form-content h5 {
    color: #430a26;
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    margin: 12px 0 0
}

.login-page-wrapper-sm .form-content h5 a {
    text-decoration: none;
    color: #e2378c
}

.login-page-wrapper-sm .btn {
    height: 64px;
    border-radius: 5px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700
}

.login-page-wrapper-sm .btn.btn-pink {
    margin-top: 50px
}

.login-page-wrapper-sm .btn.btn-pink-outlined {
    border: 1px solid #e2378c;
    background: #fff;
    color: #e2378c
}

.modal-width-300 {
    margin: 0 auto;
    width: 100%;
    max-width: 350px
}

.mt-15 {
    margin-top: 15px
}

.main-page {
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: auto
}

.main-page .mt-40 {
    margin-top: 40px
}

.main-page .box {
    padding: 20px;
    text-align: center;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%
}

.main-page .box h1 {
    font-size: 49px;
    margin: 0 0 10px;
    line-height: 57px;
    font-family: ProximaNova-Bold;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.main-page .box small {
    margin: 0 0 10px;
    font-family: ProximaNova-Regular;
    font-size: 25px;
    line-height: 55px
}

.main-page .box .btn-default,
.main-page .box a.btn {
    min-width: auto;
    min-height: 40px;
    color: #fff !important;
    font-size: 16px;
    line-height: 20px;
    border-radius: 3px;
    padding: 10px 30px;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16)
}

.main-page .box.job-tab {
    background-image: url("../images/HalaExpats/mobile/dashboard-pic-1.png?v=1.1");
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover
}

.main-page .box.job-tab h1,
.main-page .box.job-tab small {
    color: #353c68
}

.main-page .box.job-tab .btn {
    background: #353c68
}

.main-page .box.job-tab .btn-default {
    color: #353c68 !important;
    background: transparent !important;
    border: 1px solid #353c68
}

.main-page .box.worker-tab {
    background-image: url("../images/HalaExpats/mobile/dashboard-pic-2.png?v=1.1");
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover
}

.main-page .box.worker-tab h1,
.main-page .box.worker-tab small {
    color: #d53966
}

.main-page .box.worker-tab .btn {
    background: #d53966
}

.main-page .box.worker-tab .btn-default {
    color: #d53966 !important;
    background: transparent !important;
    border: 1px solid #d53966
}

.main-page .green-ribbon {
    background-color: #46c1be;
    color: #fff;
    font-family: Poppins, sans-serif;
    font-weight: 400;
    font-size: 14px;
    min-height: 150px
}

.main-page .green-ribbon .text-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.main-page .green-ribbon .green-ribbon-text {
    border-bottom: 1px solid;
    width: 80%;
    margin: auto;
    padding: 10px
}

.main-page .green-ribbon .green-ribbon-text span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.main-page .green-ribbon .green-ribbon-text img {
    width: 18px;
    height: 18px;
    -webkit-transform: translate(2px, -2px);
    transform: translate(2px, -2px)
}

.main-page .green-ribbon .green-ribbon-text:last-child {
    border-bottom: 1px solid transparent
}

.main-page .green-ribbon.second {
    height: 102px;
    padding: 0;
    color: #343535
}

.main-page .green-ribbon.second .image-rounded {
    width: 91pt;
    height: 91pt;
    margin-top: 54pt
}

.main-page .green-ribbon.second h2 {
    font-size: 20px;
    margin-bottom: 30px
}

.main-page .green-ribbon.second p {
    font-size: 14px;
    font-weight: 300;
    float: right;
    line-height: 25px;
    padding: 0 20px 50px
}

.main-page .green-ribbon.third {
    height: 100%;
    padding: 0 !important
}

.main-page .green-ribbon.third h2 {
    font-size: 24px
}

.main-page .green-ribbon.third h2 img {
    width: 31px;
    height: 31px
}

.main-page .green-ribbon.third p {
    font-size: 24px;
    font-weight: 400;
    margin: 0 28px
}

.main-page .green-ribbon.third button {
    font-size: 15px;
    min-width: 44%;
    height: 36px;
    margin: 5px 10px;
    max-width: 202px
}

.main-page .intersected {
    font-family: Poppins, sans-serif;
    background-color: #fff;
    color: #343535
}

.main-page .intersected .header {
    font-size: 18px;
    font-weight: 700;
    margin-top: 50pt
}

.main-page .intersected .header img {
    -webkit-transform: translate(-10px, -10px);
    transform: translate(-10px, -10px);
    width: 40px;
    height: 37px
}

.main-page .intersected .row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.main-page .intersected .content .m-25 {
    margin: 25px
}

.main-page .intersected .content .img-icons {
    width: 59px;
    height: 59px
}

.main-page .intersected .content .image-rounded {
    width: 200px;
    height: 200px;
    margin: 0 20px 0 100px
}

.main-page .intersected .content .image-rounded.second {
    margin: 0 0 0 -50px;
    -ms-flex-item-align: self-end;
    align-self: self-end
}

.main-page .intersected .content h2 {
    font-size: 18px;
    font-weight: 500;
    margin: 9px 0 5px
}

.main-page .intersected .content span {
    font-size: 14px
}

.main-page .intersected.second {
    color: #585858;
    height: 695px
}

.main-page .intersected.second .content p {
    font-size: 18px;
    font-weight: 300;
    padding: 0 12px
}

.main-page .cards {
    background: #f0f2f4;
    height: 100%;
    padding-bottom: 25px;
    font-family: Poppins, sans-serif !important
}

.main-page .cards .card {
    background: #fff;
    margin: 15px 0 0;
    padding: 20px;
    max-width: 548px
}

.main-page .cards .card .card-content {
    text-align: justify
}

.main-page .cards .card .card-content p {
    font-size: 12px;
    color: #343535;
    font-weight: 400
}

.main-page .cards .card .card-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.main-page .cards .card .card-footer .photo {
    width: 81px;
    height: 81px
}

.main-page .cards .card .card-footer .detail {
    text-align: left;
    margin-left: 10px;
    color: #1a1a1a
}

.main-page .cards .card .card-footer .detail h6 {
    font-size: 18px;
    font-weight: 500
}

.main-page .cards .card .card-footer .detail span {
    font-size: 14px;
    font-weight: 300
}

.main-page .cards .card .card-footer .rating {
    -ms-flex-item-align: center;
    align-self: center;
    color: #46c1be;
    text-align: end;
    width: 100%
}

@media only screen and (min-width:768px) {
    .main-page .box h1 {
        font-size: 70px
    }

    .main-page .box h1 small {
        font-size: 40px
    }

    .main-page .box .btn {
        font-size: 28px
    }
}

.page-loader {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 10000
}

.page-loader svg {
    margin: -30px auto 0
}

.employee_dropdown_btn.show,
.employer_dropdown_btn.show {
    background: #f7f7fa !important;
    padding: 0 20px !important
}

.employee_dropdown_btn ul li a,
.employer_dropdown_btn ul li a {
    padding: 15px 24px !important
}

.employee_dropdown_btn .btn,
.employer_dropdown_btn .btn {
    width: 80%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #fff !important;
    padding: 6px 12px !important
}

@media screen and (max-width:390px) {

    .employee_dropdown_btn .btn,
    .employer_dropdown_btn .btn {
        width: 90%
    }
}

@media screen and (max-width:360px) {

    .employee_dropdown_btn .btn,
    .employer_dropdown_btn .btn {
        width: 100%
    }
}

.employee_dropdown_btn .dropdown-menu,
.employer_dropdown_btn .dropdown-menu {
    left: auto !important;
    top: auto !important
}

.job-listing-page {
    min-height: calc(100vh - 110px)
}

a {
    display: inline-block
}

.listing-table,
.listing-table thead {
    border: none !important
}

.listing-table thead {
    display: none !important
}

.listing-table tbody td {
    border: none !important;
    padding: 0 !important
}

.listing-table tbody tr+tr .list-box {
    border-top: 5px solid #f2f2f2
}

.listing-table tbody tr:last-child .last-child {
    border-bottom: 5px solid #f2f2f2
}

.listing-table .dataTables_empty {
    padding: 30px 0 !important
}

.candidate-listing-page tr {
    background-color: transparent !important;
    display: inline
}

@media screen and (max-width:769px) {
    .candidate-listing-page tr {
        display: revert
    }
}

.candidate-listing-page tr+tr .list-box {
    border-top: none !important
}

.candidate-listing-page tr .list-box {
    min-width: 150px;
    position: relative;
    padding: 20px 0 10px
}

@media screen and (max-width:350px) {
    .candidate-listing-page tr .list-box {
        min-width: unset
    }
}

.candidate-listing-page tr .list-box .img-wrapper {
    width: 150px;
    height: 150px;
    min-width: 150px;
    border-radius: 12px !important;
    overflow: hidden;
    margin-right: 15px
}

@media screen and (max-width:350px) {
    .candidate-listing-page tr .list-box .img-wrapper {
        width: 140px;
        height: 140px;
        min-width: 140px
    }
}

.candidate-listing-page tr .list-box .img-wrapper img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.candidate-listing-page tr .list-box .head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.candidate-listing-page tr .list-box .inner-details {
    width: 100%;
    position: relative;
    margin-top: -27px
}

.candidate-listing-page tr .list-box .inner-details h3 {
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    color: #1d2226;
    font-family: ProximaNova-SemiBold
}

.candidate-listing-page tr .list-box .inner-details h5 {
    margin: 0;
    line-height: 20px;
    font-size: 13px;
    font-weight: 400
}

.candidate-listing-page tr .list-box .j-detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.candidate-listing-page tr .list-box .j-detail:not(.p-0) {
    padding-left: 62px
}

.candidate-listing-page tr .list-box .j-detail span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.candidate-listing-page tr .list-box .j-detail span+span {
    margin-left: 35px !important
}

.candidate-listing-page tr .list-box .btn {
    min-height: 35px;
    background: #ff6a83;
    color: #fff;
    width: 150px;
    position: relative;
    bottom: 35px;
    border-radius: 0 0 12px 12px;
    opacity: .9
}

@media screen and (max-width:350px) {
    .candidate-listing-page tr .list-box .btn {
        width: 140px
    }
}

.candidate-listing-page tr .list-box+.list-box {
    border-top: 1px solid #f0f2f4
}

.profile-detail-page {
    padding-top: 20px;
    position: relative;
    overflow: scroll
}

.profile-detail-page:not(.cn-my-profile) {
    height: calc(100vh - 55px)
}

.profile-detail-page .btn#shareProfileBtn {
    border: 1px solid #c81d72 !important;
    color: #e2378c !important;
    background: #fff;
    position: absolute;
    right: 10px;
    font-size: 11px
}

.profile-detail-page .text-pink-pointer {
    color: #e2378c !important;
    cursor: pointer;
    font-size: 13px !important;
    margin: 10px 0 !important
}

.profile-detail-page.employer_profile_Detail_xs #contact-details {
    margin-top: 20px
}

.profile-detail-page.employer_profile_Detail_xs .page-content .details .welcome_profile_box {
    padding: 0 20px 20px;
    margin-bottom: 0
}

.profile-detail-page.employer_profile_Detail_xs .page-content .details .head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 30px 30px 0;
    padding-bottom: 25px;
    border-bottom: 1px solid #0000001a
}

.profile-detail-page.employer_profile_Detail_xs .page-content .details .head .img-wrapper {
    height: 110px;
    width: 110px;
    border: 1px solid #0000001a;
    border-radius: 80px
}

.profile-detail-page.employer_profile_Detail_xs .page-content .details .head .head-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 0 0 30px
}

.profile-detail-page.employer_profile_Detail_xs .page-content .details .head .head-details h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    color: #16030d
}

.profile-detail-page.employer_profile_Detail_xs .page-content .details .head .sub-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px
}

.profile-detail-page.employer_profile_Detail_xs .page-content .details .head .sub-details .country,
.profile-detail-page.employer_profile_Detail_xs .page-content .details .head .sub-details .profession {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 10px
}

.profile-detail-page.employer_profile_Detail_xs .page-content .details .head .sub-details .country p,
.profile-detail-page.employer_profile_Detail_xs .page-content .details .head .sub-details .profession p {
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    color: #777;
    margin: 0
}

.profile-detail-page.employer_profile_Detail_xs .page-content .details .body {
    margin: 0 20px;
    margin-top: 10px;
    border-top: 1px solid #0000001a
}

.profile-detail-page.employer_profile_Detail_xs .page-content .details .contactBox:not(.bg-none) {
    background-image: url("../images/v2/contact-bg.png");
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 180px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain
}

.profile-detail-page.employer_profile_Detail_xs .page-content .details .contactBox.bg-none #contact-details {
    padding: 0 20px
}

.profile-detail-page.employer_profile_Detail_xs .page-content .details .contactBox.bg-none #contact-details ul li {
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 7px 0
}

.profile-detail-page.employer_profile_Detail_xs .page-content .details .contactBox.bg-none #contact-details ul li span.verified {
    display: inline-block;
    height: 15px;
    width: 15px;
    margin-left: 5px;
    border-radius: 25px;
    background: #9cc75c
}

.profile-detail-page.employer_profile_Detail_xs .page-content .details .contactBox.bg-none #contact-details ul li span.verified:before {
    content: "\2713";
    color: #fff;
    font-size: 12px;
    padding: 5px
}

.profile-detail-page.employer_profile_Detail_xs .page-content .details .contactBox.bg-none #contact-details ul li span.not-verified {
    display: inline-block;
    height: 15px;
    width: 15px;
    margin-left: 5px;
    border-radius: 25px;
    content: "";
    background: red
}

.profile-detail-page.employer_profile_Detail_xs .page-content .details .contactBox.bg-none #contact-details ul li span.not-verified:before {
    content: "\2715";
    color: #fff;
    padding: 3px;
    font-size: 11px;
    position: relative;
    bottom: 2px
}

.profile-detail-page.employer_profile_Detail_xs .page-content .details .contactBox.bg-none #contact-details ul #download_btn {
    display: none !important;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.profile-detail-page.employer_profile_Detail_xs .page-content .details .contactBox button {
    padding: 9px 21px;
    min-width: 200px
}

.profile-detail-page.employer_profile_Detail_xs .page-content .inner {
    padding: 0 !important;
    position: sticky;
    bottom: 0;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr
}

.profile-detail-page.employer_profile_Detail_xs .page-content .inner .btn-lightpink {
    border-radius: 0 !important;
    width: 100%;
    display: inline-block;
    text-align: center;
    font-weight: 100;
    font-size: 16px
}

.profile-detail-page.employer_profile_Detail_xs .page-content .inner .btn-primary-blue {
    width: 100%;
    font-size: 16px;
    text-transform: capitalize;
    border-radius: 0 !important
}

.profile-detail-page.employer_profile_Detail_xs .page-content .inner label {
    margin: 0
}

.profile-detail-page.employer_profile_Detail_xs .skills-box {
    border-radius: 12px;
    -webkit-box-shadow: rgba(99, 99, 99, .2) 0 2px 8px 0;
    box-shadow: 0 2px 8px 0 rgba(99, 99, 99, .2);
    padding: 20px 20px 10px;
    margin-bottom: 1px
}

.profile-detail-page .page-content {
    padding: 0 !important;
    background: transparent !important
}

.profile-detail-page .page-content .welcome_profile_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 20px;
    margin-bottom: 20px
}

.profile-detail-page .page-content .welcome_profile_box .img_wrapper {
    position: relative
}

.profile-detail-page .page-content .welcome_profile_box .img_wrapper .profileImage {
    height: 110px;
    width: 110px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover
}

@media screen and (max-width:360px) {
    .profile-detail-page .page-content .welcome_profile_box .img_wrapper .profileImage {
        height: 85px;
        width: 85px
    }
}

.profile-detail-page .page-content .welcome_profile_box .img_wrapper .editBtn {
    position: absolute;
    bottom: 0;
    right: 9px;
    padding: 0;
    border: none;
    background: none
}

.profile-detail-page .page-content .welcome_profile_box .content {
    margin: auto 18px
}

.profile-detail-page .page-content .welcome_profile_box .content h4 {
    color: #16030d;
    font-size: 18px;
    font-family: ProximaNova-SemiBold;
    margin: 0 0 9px
}

.profile-detail-page .page-content .welcome_profile_box .content .profile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end
}

.profile-detail-page .page-content .welcome_profile_box .content .profile span {
    color: #777;
    font-size: 13px;
    margin-left: 6px
}

.profile-detail-page .page-content .welcome_profile_box .content .profile+.profile {
    margin-top: 9px
}

.profile-detail-page .page-content .top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 25px
}

.profile-detail-page .page-content .top .mail {
    margin: 9px 0 0;
    font-size: 14px;
    color: #430a26
}

.profile-detail-page .page-content .top .contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.profile-detail-page .page-content .top .contacts div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.profile-detail-page .page-content .top .contacts div span {
    font-size: 13px;
    color: #430a26;
    margin-left: 5px
}

.profile-detail-page .page-content .top .contacts .call {
    margin-right: 20px
}

.profile-detail-page .page-content .top .head {
    margin-bottom: 25px;
    text-align: center
}

.profile-detail-page .page-content .top .head h3 {
    margin: 0 0 15px;
    font-size: 28px;
    line-height: 17px;
    color: #1d2226;
    font-family: ProximaNova-Bold
}

.profile-detail-page .page-content .top .head span {
    background: #fce9f2;
    padding: 5px 15px;
    border-radius: 30px;
    color: #777;
    font-size: 13px
}

.profile-detail-page .page-content .top .head .btn {
    line-height: 19px;
    border-radius: 25px;
    padding: 6px 20px
}

.profile-detail-page .page-content .top .cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 25px 0 5px
}

.profile-detail-page .page-content .top .cards div {
    padding: 9px 16px;
    border-radius: 9px;
    text-align: center;
    color: #fff
}

@media only screen and (max-width:360px) {
    .profile-detail-page .page-content .top .cards div {
        padding: 9px
    }
}

.profile-detail-page .page-content .top .cards div span {
    font-size: 24px;
    line-height: 24px;
    font-family: ProximaNova-Bold
}

.profile-detail-page .page-content .top .cards div p {
    margin: 0;
    color: #fff;
    font-size: 12px
}

.profile-detail-page .page-content .top .cards .hiring {
    background-color: #e2378c
}

.profile-detail-page .page-content .top .cards .applied {
    background-color: #353c68;
    margin: 0 9px
}

.profile-detail-page .page-content .top .cards .saved {
    background-color: #ff6a83
}

.profile-detail-page .page-content .details .header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.profile-detail-page .page-content .details .header h3 {
    margin: 0;
    font-size: 16px;
    color: #430a26;
    font-family: ProximaNova-SemiBold
}

.profile-detail-page .page-content .details .employeeProfile {
    padding: 0;
    margin: 0
}

.profile-detail-page .page-content .details .employeeProfile li {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 15px
}

.profile-detail-page .page-content .details .employeeProfile li:last-child {
    margin-bottom: 0
}

.profile-detail-page .page-content .details .employeeProfile li .title {
    font-size: 13px;
    color: #777
}

.profile-detail-page .page-content .details .employeeProfile li .text-pink-pointer {
    margin: 0 !important
}

.profile-detail-page .page-content .details .employeeProfile li .info {
    font-size: 14px;
    color: #430a26;
    font-family: ProximaNova-SemiBold
}

.profile-detail-page .page-content .details .body .box {
    border-bottom: 2px solid #f7f7f7;
    margin-top: 20px
}

.profile-detail-page .page-content .details .body .box:last-child {
    border-bottom: none !important
}

.profile-detail-page .page-content .details .body .box .box-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
    margin-bottom: 9px
}

.profile-detail-page .page-content .details .body .box .box-head .btn {
    background: transparent;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0
}

.profile-detail-page .page-content .details .body .box h4 {
    color: #430a26;
    font-size: 18px;
    font-family: ProximaNova-Bold;
    margin: 0 0 12px
}

.profile-detail-page .page-content .details .body .box ul.list-group {
    padding: 0;
    margin-bottom: 10px
}

.profile-detail-page .page-content .details .body .box ul.list-group.skills-grp .list-group-item {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.profile-detail-page .page-content .details .body .box ul.list-group .list-group-item {
    padding: 0 0 12px !important;
    border: none;
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #888
}

.profile-detail-page .page-content .details .body .box ul.list-group .list-group-item span {
    text-align: right;
    color: #430a26;
    font-family: ProximaNova-SemiBold;
    padding-left: 20px
}

.profile-detail-page .page-content .details .body .box ul.list-group .list-group-item+.list-group-item {
    padding-top: 5px !important
}

.profile-detail-page .page-content .details .body .box ul.list-group .list-group-item button {
    background: transparent;
    border: none;
    color: #e2378c;
    padding: 0;
    font-family: ProximaNova-SemiBold
}

.profile-detail-page.dashboard-pages .page-content {
    padding: 0 20px 40px !important;
    margin-top: 0 !important
}

.profile-detail-page.dashboard-pages .page-content .details .head {
    padding: 0 15px
}

.profile-detail-page.dashboard-pages .page-content .head-image {
    margin-bottom: 20px;
    position: relative;
    display: inline-block
}

.profile-detail-page.dashboard-pages .page-content .head-image .user-img img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    -webkit-box-shadow: rgba(99, 99, 99, .2) 1px 2px 7px 0;
    box-shadow: 1px 2px 7px 0 rgba(99, 99, 99, .2)
}

.profile-detail-page.dashboard-pages .page-content .head-image button.edit {
    border: none;
    background: transparent;
    position: absolute;
    bottom: 9px;
    right: 9px
}

.j-detail.d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media screen and (max-width:400px) {
    .j-detail.d-flex {
        display: block
    }
}

.j-detail span {
    display: block;
    white-space: nowrap;
    font-size: 12px;
    line-height: 20px
}

.j-detail span svg {
    margin-right: 5px
}

.j-detail span+span {
    margin-left: 9px
}

@media screen and (max-width:400px) {
    .j-detail span+span {
        margin-left: 0
    }
}

.select2-container .selection .select2-selection--multiple ul.select2-selection__rendered li.select2-selection__choice {
    border-radius: 20px;
    background-color: #e2378c;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 6px 6px 4px 12px;
    margin: 0 0 6px 6px;
    border: none !important;
    color: #fff;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

label.error {
    color: red
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #e2378c;
    cursor: pointer;
    background-color: #fff;
    font-family: ProximaNova-SemiBold;
    border-radius: 50%;
    font-size: 16px;
    margin-left: 5px;
    width: 15px;
    padding: 3px 0 0;
    height: 15px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #e2378c
}

.add-job-sm .RequirementSelection-wrapper .btn-lightpink {
    padding: 10px 20px !important;
    font-size: 16px !important
}

.add-job-sm .section5 .checkBoxes {
    margin: 40px 20px !important;
    display: grid !important;
    grid-template-columns: 1fr 1fr
}

.add-job-sm .section5 .checkBoxes .form-group {
    width: 100% !important;
    max-width: 125px
}

.add-job-sm .requires {
    min-height: 40px !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    border-radius: 25px !important
}

.add-job-sm .tickBoxes .btn-info {
    background-color: #fce9f2 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: text;
    min-height: 48px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: none;
    border-radius: 25px
}

.add-job-sm .tickBoxes .btn-info p {
    white-space: break-spaces;
    margin: 0 0 0 9px;
    text-align: left;
    font-size: 13px;
    color: #777
}

.add-job-sm .tickBoxes .btn-info+.btn-info {
    margin-top: 10px
}

.j-date {
    font-family: ProximaNova-Light;
    font-size: 11px;
    color: #84b6e2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.j-date .applied {
    background: #4bb51f !important;
    display: inline-block;
    padding: 2px 6px !important;
    color: #fff !important;
    border-radius: 3px !important;
    margin-right: 5px
}

.status-wrapper {
    min-height: calc(100vh - 100px) !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.status-wrapper .status-box {
    max-width: 320px;
    text-align: center;
    border-radius: 12px;
    margin: 0 20px;
    border: 1px solid #c81d72;
    padding: 20px;
    margin-bottom: 30px
}

.status-wrapper .status-box .icon {
    width: 45px;
    margin: 0 auto 9px
}

.status-wrapper .status-box .icon img {
    display: block;
    width: 100%
}

.status-wrapper .status-box .detail .headerd img {
    width: 100%
}

.status-wrapper .status-box .detail h3 {
    font-size: 25px;
    font-weight: 700;
    margin: 5px 0 9px
}

.status-wrapper .status-box .detail p {
    margin: 15px 0
}

.status-wrapper .status-box .btn,
.status-wrapper .status-box .btn:hover {
    background-color: #c81d72;
    color: #fff
}

.job-listing-page.available-jobs-page .listing-table tbody tr {
    background: transparent
}

.job-listing-page.available-jobs-page .listing-table tbody tr td .list-box {
    padding: 9px 9px 0;
    background: #fff;
    border-radius: 6px
}

.job-listing-page.available-jobs-page .listing-table tbody tr td .list-box .row {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    margin-right: 0 !important
}

.job-listing-page.available-jobs-page .listing-table tbody tr td .list-box .col-sm-3 {
    padding-right: 9px;
    width: auto
}

@media screen and (max-width:400px) {
    .job-listing-page.available-jobs-page .listing-table tbody tr td .list-box .col-sm-3 {
        padding-right: 12px
    }
}

@media screen and (max-width:430px) {
    .job-listing-page.available-jobs-page .listing-table tbody tr td .list-box .j-detail span.location {
        max-width: 165px;
        overflow: hidden;
        text-overflow: ellipsis
    }
}

@media screen and (max-width:400px) {
    .job-listing-page.available-jobs-page .listing-table tbody tr td .list-box .j-detail span.location {
        max-width: unset
    }
}

.job-listing-page.available-jobs-page .listing-table tbody tr td .btn {
    min-width: 75px
}

.job-listing-page.available-jobs-page .listing-table#jobListingTable .list-box {
    border-top: 0 !important
}

.job-listing-page .list-box h3 {
    font-size: 15px;
    margin: 0 0 5px;
    color: #1d2226;
    text-transform: capitalize;
    font-family: ProximaNova-SemiBold;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.job-listing-page .dataTable-footer-row {
    padding: 0 !important
}

.job-listing-page .dataTable-footer-row .dataTables_paginate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.job-listing-page .dataTable-footer-row .pagination {
    margin: 0 !important
}

.job-listing-page .dataTable-footer-row .pagination .paginate_button {
    padding: 0 !important
}

.job-listing-page .dataTable-footer-row .pagination .paginate_button a {
    padding: 3px 12px !important
}

.job-listing-page .dataTable-footer-row .pagination .paginate_button a+a {
    margin-left: 7px
}

.job-listing-page .dataTable-footer-row .pagination .paginate_button.active>a {
    background: #c81d72 !important;
    border-color: #c81d72 !important
}

a:active,
a:focus,
a:hover {
    text-decoration: none !important
}

.noBtn {
    padding: 0 !important;
    border: none !important;
    background-color: transparent !important
}

.jobDetailsPage .jobDetails {
    max-width: 85%;
    margin: 0 auto
}

.jobDetailsPage .jobDetails .top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px
}

.jobDetailsPage .jobDetails .top .left {
    border-radius: 7px
}

.jobDetailsPage .jobDetails .top .left .jobImg {
    width: 75px;
    height: 75px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 7px
}

.jobDetailsPage .jobDetails .top .right {
    margin-left: 20px
}

.jobDetailsPage .jobDetails .top .right h3 {
    color: #16030d;
    font-size: 16px;
    margin: 6px 0
}

.jobDetailsPage .jobDetails .top .right .rightInfo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 6px
}

.jobDetailsPage .jobDetails .top .right .rightInfo div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.jobDetailsPage .jobDetails .top .right .rightInfo div span {
    font-size: 12px;
    color: #777;
    margin-left: 5px
}

.jobDetailsPage .jobDetails .top .right .rightInfo .exp {
    margin-left: 15px
}

.jobDetailsPage .jobDetails .top .right .rightInfo .exp img {
    -webkit-transform: translateY(1px);
    transform: translateY(1px)
}

.jobDetailsPage .jobDetails .top .right .posted {
    font-size: 10px;
    color: #777;
    margin: 0
}

.jobDetailsPage .jobDetails .btnInfos {
    border-top: 1px solid #ddd;
    padding-top: 20px;
    margin: 15px 0
}

.jobDetailsPage .jobDetails .btnInfos,
.jobDetailsPage .jobDetails .btnInfos div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.jobDetailsPage .jobDetails .btnInfos div {
    width: 33.33333%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.jobDetailsPage .jobDetails .btnInfos div span {
    font-size: 12px;
    color: #777;
    margin-top: 6px
}

.jobDetailsPage .jobDetails .btnInfos div h6 {
    font-size: 14px;
    font-family: ProximaNova-SemiBold;
    color: #16030d;
    margin: 4px 0 0
}

@media screen and (max-width:350px) {
    .jobDetailsPage .jobDetails .btnInfos div h6 {
        font-size: 12px
    }
}

.jobDetailsPage .jobDetails .tab-content {
    height: calc(100vh - 475px);
    overflow: auto
}

.jobDetailsPage .jobDetails .btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 25px 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.jobDetailsPage .jobDetails .btns button.btn {
    background-color: transparent;
    border: none;
    height: 54px
}

.jobDetailsPage .jobDetails .btns button.btn span {
    font-size: 17px
}

.jobDetailsPage .jobDetails .btns button.btn+.btn {
    margin-top: 0;
    margin-left: 10px
}

.jobDetailsPage .jobDetails .btns button.btn-pink-light {
    opacity: .5
}

.jobDetailsPage .jobDetails .btns button.btn-blue-light {
    opacity: .7
}

.jobDetailsPage .jobDetails .btns button.btn-reject {
    background: #ff6a83;
    color: #fff
}

.jobDetailsPage .jobDetails .btns button.btn-primary-blue {
    width: 100%;
    margin-left: 10px
}

.jobDetailsPage .footer-btns {
    width: 100%;
    position: absolute;
    bottom: 30px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 30px 0 0;
    padding: 0 25px
}

.jobDetailsPage .footer-btns .btn {
    height: 52px;
    width: 100%
}

.jobDetailsPage .footer-btns .btn+.btn {
    margin-left: 5px
}

.jobDetailsPage .footer-btns .btn-pink-outlined {
    border: 1px solid #c81d72;
    color: #c81d72;
    background: #fff;
    border-radius: 3px
}

.w-100 {
    width: 100% !important
}

.job-apply-page {
    padding-top: 27px
}

.job-apply-page .head {
    padding-bottom: 20px
}

.job-apply-page .head h3 {
    font-size: 18px;
    font-family: ProximaNova-SemiBold;
    margin: 0 0 5px;
    color: #1d2226
}

.job-apply-page .head h4 {
    font-size: 12px;
    line-height: 20px;
    color: #6d6e6e;
    margin: 0
}

.job-apply-page .body .btn {
    min-height: 40px;
    font-size: 16px;
    line-height: 21px
}

.subscription-mobile-page {
    position: relative;
    bottom: 175px
}

.subscription-mobile-page .inner {
    margin: 0 !important
}

.subscription-mobile-page .nav-pills {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: auto
}

.subscription-mobile-page .nav-pills li {
    background: transparent !important;
    border-radius: 0
}

.subscription-mobile-page .nav-pills li a {
    border-radius: 5px 5px 0 0 !important;
    background: #e2e2e2 !important;
    color: #47484a !important;
    font-size: 16px !important;
    line-height: 17px !important;
    padding: 12px 25px !important;
    border-bottom: 1px solid #fff !important;
    text-transform: capitalize
}

.subscription-mobile-page .nav-pills li.active a {
    background: #fcfcfc !important;
    color: #c81d72 !important;
    border-bottom-color: #c81d72 !important
}

.subscription-mobile-page .inner {
    border-radius: 0 3px 3px 3px !important
}

.subscription-mobile-page .inner .tab-content .card .card-body .list-group {
    margin-bottom: 40px;
    border: none !important
}

.subscription-mobile-page .inner .tab-content .card .card-body .list-group li {
    border: none !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #6d6e6e;
    padding: 15px 10px 15px 0
}

.subscription-mobile-page .inner .tab-content .card .card-body .list-group li+li {
    border-top: 1px solid #f3f3f3 !important
}

.subscription-mobile-page .inner .tab-content .card .card-body .list-group li h2 {
    font-family: ProximaNova-Bold;
    font-size: 16px;
    margin: 0;
    color: #000 !important
}

.subscription-mobile-page .inner .tab-content .card .card-body .list-group li span {
    color: #38ada9
}

.subscription-mobile-page .inner .tab-content .card .card-body .card-footer {
    text-align: center;
    padding-bottom: 20px
}

.subscription-mobile-page .inner .tab-content .card .card-body .card-footer a {
    font-size: 20px;
    padding: 10px 44px;
    color: #fff !important;
    background-color: #c81d72;
    border-radius: 3px
}

.subscription-mobile-page .inner .tab-content .card.active .card-header {
    background-color: #c81d72
}

.subscription-mobile-page .inner .tab-content .card.active .card-body h2 {
    color: #c81d72 !important
}

.subscription-mobile-page .inner .tab-content .card.active .card-body .card-footer a {
    background-color: #c81d72 !important
}

.requirement-page-wrapper .requirement-page .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.requirement-page-wrapper .requirement-page .stepper {
    font-size: 14px;
    position: relative;
    counter-reset: step 0;
    width: 100%;
    padding: 20px 0 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    gap: 0;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    background: #fff !important
}

.requirement-page-wrapper .requirement-page .stepper>.step {
    position: relative;
    counter-increment: step;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.requirement-page-wrapper .requirement-page .stepper>.step:nth-child(3):before {
    left: 0 !important;
    width: 50%
}

.requirement-page-wrapper .requirement-page .stepper>.step:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 5px;
    background: #eee;
    left: 50%;
    top: 1.1rem
}

.requirement-page-wrapper .requirement-page .stepper>.step .step-description {
    font-size: 14px;
    color: #2a2e33;
    font-weight: 600;
    overflow-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    text-align: center;
    margin-top: 11px
}

.requirement-page-wrapper .requirement-page .stepper>.step .step-label {
    position: relative;
    width: 25px;
    height: 25px;
    line-height: 25px;
    background: #eee;
    color: #777;
    text-align: center;
    border-radius: 50%;
    margin: 0 auto;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' viewBox='0 0 25 25'%3E%3Cg transform='translate(-480 -315)'%3E%3Ccircle cx='12.5' cy='12.5' r='12.5' transform='translate(480 315)' fill='%23f0f2f4'/%3E%3Cpath d='M496.366 323.323a1.035 1.035 0 1 1 1.478 1.449l-5.508 6.885a1.035 1.035 0 0 1-1.49.028l-3.649-3.648a1.035 1.035 0 1 1 1.462-1.462l2.889 2.887 4.791-6.1a.326.326 0 0 1 .028-.03z' fill='%23fff' fill-rule='evenodd'/%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat
}

.requirement-page-wrapper .requirement-page .stepper>.step .step-label:before {
    content: "";
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' viewBox='0 0 25 25'%3E%3Cg transform='translate(-480 -315)'%3E%3Ccircle cx='12.5' cy='12.5' r='12.5' transform='translate(480 315)' fill='%2338ad57'/%3E%3Cpath d='M496.366 323.323a1.035 1.035 0 1 1 1.478 1.449l-5.508 6.885a1.035 1.035 0 0 1-1.49.028l-3.649-3.648a1.035 1.035 0 1 1 1.462-1.462l2.889 2.887 4.791-6.1a.326.326 0 0 1 .028-.03z' fill='%23fff' fill-rule='evenodd'/%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat
}

.requirement-page-wrapper .requirement-page .stepper>.step.active .step-label {
    font-weight: 700
}

.requirement-page-wrapper .requirement-page .stepper>.step.active .step-label,
.requirement-page-wrapper .requirement-page .stepper>.step.completed .step-label {
    background: #38ad57;
    color: #f9f9f9;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' viewBox='0 0 25 25'%3E%3Cg transform='translate(-480 -315)'%3E%3Ccircle cx='12.5' cy='12.5' r='12.5' transform='translate(480 315)' fill='%2338ad57'/%3E%3Cpath d='M496.366 323.323a1.035 1.035 0 1 1 1.478 1.449l-5.508 6.885a1.035 1.035 0 0 1-1.49.028l-3.649-3.648a1.035 1.035 0 1 1 1.462-1.462l2.889 2.887 4.791-6.1a.326.326 0 0 1 .028-.03z' fill='%23fff' fill-rule='evenodd'/%3E%3C/g%3E%3C/svg%3E")
}

.requirement-page-wrapper .requirement-page .stepper>.step.completed:before {
    background: #38ad57
}

.requirement-page-wrapper .requirement-page .stepper>.step.active>.step-description,
.requirement-page-wrapper .requirement-page .stepper>.step.completed>.step-description {
    color: #444
}

.requirement-page-wrapper .requirement-page .stepper>.step.active>.step-description {
    font-weight: 700
}

.requirement-page-wrapper .requirement-page .card-deck {
    max-width: 1450px;
    margin: 0 auto;
    width: 100%
}

.requirement-page-wrapper .requirement-page .card-deck .card .card-body .card-footer a,
.requirement-page-wrapper .requirement-page .card-deck .card .card-header {
    background-color: #c81d72 !important
}

.requirement-page-wrapper .requirement-page .card-deck .card {
    margin: 0 0 30px
}

.requirement-page-wrapper .requirement-page .card-deck .card .card-header {
    font-size: 22px;
    line-height: 30px;
    color: #fff !important;
    padding: 12px 10px;
    background-color: #9b9999;
    text-transform: capitalize
}

.requirement-page-wrapper .requirement-page .card-deck .card #prevbtn {
    margin: 10px
}

.requirement-page-wrapper .requirement-page .card-deck .card .card-body .mt {
    margin: 20px 0 30px
}

.requirement-page-wrapper .requirement-page .card-deck .card .card-body #endForm {
    overflow: auto
}

.requirement-page-wrapper .requirement-page .card-deck .card .card-body #endForm .table>tbody>tr>td,
.requirement-page-wrapper .requirement-page .card-deck .card .card-body #endForm .table>tbody>tr>th,
.requirement-page-wrapper .requirement-page .card-deck .card .card-body #endForm .table>tfoot>tr>td,
.requirement-page-wrapper .requirement-page .card-deck .card .card-body #endForm .table>tfoot>tr>th,
.requirement-page-wrapper .requirement-page .card-deck .card .card-body #endForm .table>thead>tr>td,
.requirement-page-wrapper .requirement-page .card-deck .card .card-body #endForm .table>thead>tr>th {
    word-break: break-word
}

.requirement-page-wrapper .requirement-page .card-deck .card .card-body .list-group {
    margin-bottom: 50px;
    border: none !important
}

.requirement-page-wrapper .requirement-page .card-deck .card .card-body .list-group li {
    border: none !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #6d6e6e;
    padding: 15px 10px 15px 0
}

.requirement-page-wrapper .requirement-page .card-deck .card .card-body .list-group li+li {
    border-top: 1px solid #f3f3f3 !important
}

.requirement-page-wrapper .requirement-page .card-deck .card .card-body .list-group li h2 {
    font-family: ProximaNova-Bold;
    font-size: 16px;
    margin: 0;
    color: #000 !important
}

.requirement-page-wrapper .requirement-page .card-deck .card .card-body .list-group li span {
    color: #38ada9
}

.requirement-page-wrapper .requirement-page .card-deck .card .card-body .card-footer {
    text-align: center;
    padding-bottom: 20px
}

.requirement-page-wrapper .requirement-page .card-deck .card .card-body .card-footer a {
    font-size: 20px;
    padding: 10px 44px;
    color: #fff !important;
    background-color: #9b9999;
    border-radius: 3px
}

.requirement-page-wrapper .requirement-page .card-deck .card.active .card-header {
    background-color: #c81d72
}

.requirement-page-wrapper .requirement-page .card-deck .card.active .card-body h2 {
    color: #c81d72 !important
}

.requirement-page-wrapper .requirement-page .card-deck .card.active .card-body .card-footer a {
    background-color: #c81d72 !important
}

.requirement-page-wrapper .requirement-page .section-1 {
    background: #fff;
    padding: 0 20px
}

.requirement-page-wrapper .requirement-page .section-1 .form_Boxmob {
    margin-bottom: 15px
}

.requirement-page-wrapper .requirement-page .section-3 {
    background: #fff;
    padding: 21px 12px;
    text-align: center
}

.requirement-page-wrapper .requirement-page .section-3 button {
    margin-top: 20px
}

.requirement-page-wrapper .requirement-page .section-2 .table-responsive {
    padding: 23px 15px;
    background: #fff !important;
    border: none
}

.requirement-page-wrapper .requirement-page .section-2 h4 {
    margin: 0 0 12px;
    font-size: 16px;
    font-weight: 600
}

.requirement-page-wrapper .requirement-page .btn {
    font-size: 20px;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .06);
    box-shadow: 0 3px 6px rgba(0, 0, 0, .06)
}

.requirement-page-wrapper .requirement-page .confirmbtn {
    margin: 10px 0 20px
}

.requirement-page-wrapper .requirement-page .mt-20 {
    margin: 20px 0 0 !important
}

.requirement-page-wrapper .requirement-page .p-0 {
    padding: 0 !important
}

.requirement-page-wrapper .requirement-page #savebtn:active .form-group {
    -webkit-animation: animateright .4s;
    animation: animateright .4s
}

.requirement-page-wrapper .requirement-page .form-group {
    position: relative;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    transition: -webkit-transform .6s ease;
    -webkit-transition: -webkit-transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease, -webkit-transform .6s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    left: 0
}

.requirement-page-wrapper .requirement-page .form-group.fadeIn {
    -webkit-animation-name: fade-in;
    -webkit-animation-duration: .5s
}

@-webkit-keyframes fade-in {
    0% {
        opacity: .4;
        left: 10%
    }

    to {
        opacity: 1;
        left: 0
    }
}

@keyframes fade-in {
    0% {
        opacity: .4;
        left: 10%
    }

    to {
        opacity: 1;
        left: 0
    }
}

.requirement-page-wrapper .requirement-page .form-group.fadeOut {
    -webkit-animation-name: fade-out;
    -webkit-animation-duration: .5s
}

@-webkit-keyframes fade-out {
    0% {
        opacity: .4;
        left: -10%
    }

    to {
        opacity: 1;
        left: 0
    }
}

@keyframes fade-out {
    0% {
        opacity: .4;
        left: -10%
    }

    to {
        opacity: 1;
        left: 0
    }
}

.requirement-page-wrapper .requirement-page .form-group label {
    font-size: 14px;
    color: #1a1a1a;
    margin: 15px 0 7px !important;
    font-weight: 400
}

.requirement-page-wrapper .requirement-page .form-group .form-control[readonly] {
    background-color: #fff !important
}

.requirement-page-wrapper .requirement-page .form-group .select2-container--default .select2-selection {
    min-height: 40px !important;
    border: 1px solid #ccc;
    background: #fff;
    max-height: 100px;
    overflow: auto;
    line-height: 35px !important;
    text-align: left;
    padding: 0 0 0 12px
}

.requirement-page-wrapper .requirement-page .form-group.has-error .form-control,
.requirement-page-wrapper .requirement-page .form-group.has-error .input-group-addon,
.requirement-page-wrapper .requirement-page .form-group.has-error .select2-container .select2-selection {
    border: 1px solid red !important
}

.requirement-page-wrapper .requirement-page .form-group .select2-container--default .select2-selection .select2-selection__clear {
    margin-right: -27px !important
}

.requirement-page-wrapper .requirement-page .form-group .select2-container--default .select2-selection .select2-selection__arrow b {
    border-width: 6px 5px 0 !important
}

.requirement-page-wrapper .requirement-page .form-group .select2-container--default .select2-selection .select2-selection__arrow {
    height: 32px !important;
    right: 12px !important;
    display: none
}

.requirement-page-wrapper .requirement-page .form-group .select2-container--default .select2-selection .select2-selection__placeholder,
.requirement-page-wrapper .requirement-page .form-group .select2-container--default .select2-selection .select2-selection__rendered {
    font-weight: 400 !important;
    font-size: 16px
}

.requirement-page-wrapper .requirement-page .form-group .select2-container--default .select2-selection .select2-selection__rendered {
    line-height: 35px !important;
    text-align: left;
    padding: 0 40px 0 0
}

.requirement-page-wrapper .requirement-page .form-group .select2-container--default .select2-selection.select2-selection--multiple .select2-selection__rendered {
    line-height: 22px !important
}

.requirement-page-wrapper .requirement-page .form-group .select2-container--default.select2-container--open .select2-selection__arrow b {
    border-width: 0 5px 6px !important
}

.requirement-page-wrapper .requirement-page .form-group .select2-dropdown {
    border: 1px solid #9b9999 !important;
    border-top: none !important
}

.requirement-page-wrapper .requirement-page .form-group .select2-dropdown li {
    font-size: 16px !important
}

.requirement-page-wrapper .requirement-page .table {
    margin-bottom: 0 !important
}

.requirement-page-wrapper .requirement-page .table tr td,
.requirement-page-wrapper .requirement-page .table tr th {
    border: none !important
}

.requirement-page-wrapper .requirement-page .table tr td .description_edit,
.requirement-page-wrapper .requirement-page .table tr th .description_edit {
    background: transparent;
    border: none
}

.requirement-page-wrapper .requirement-page .table tr td.label_td,
.requirement-page-wrapper .requirement-page .table tr th.label_td {
    color: #2a2e33;
    font-size: 14px;
    padding: 0 0 5px;
    vertical-align: middle !important
}

.requirement-page-wrapper .requirement-page .table tr td.label_td span,
.requirement-page-wrapper .requirement-page .table tr th.label_td span {
    color: red
}

.requirement-page-wrapper .requirement-page .table tr td.data_td,
.requirement-page-wrapper .requirement-page .table tr th.data_td {
    padding: 0 0 19px;
    font-size: 14px;
    color: #6d6e6e;
    vertical-align: middle !important
}

.requirement-page-wrapper .requirement_header_image {
    margin-bottom: 28px
}

.requirement-page-wrapper .requirement_header_image img {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.detail-list-item ._box {
    padding: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    border-radius: 5px;
    border: 1px solid #ffd2e7
}

.detail-list-item ._box .list-status {
    position: absolute;
    top: 6px;
    right: 47px;
    padding: 0 6px;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16)
}

.detail-list-item ._box .action-btn {
    position: absolute;
    top: 5px;
    right: 15px;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 27px;
    width: 27px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.detail-list-item ._box .img-wrapper {
    border-radius: 6px;
    width: 53px;
    height: 53px;
    overflow: hidden;
    margin-right: 24px
}

.detail-list-item ._box .img-wrapper img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.detail-list-item ._box .number {
    height: 74px;
    width: 74px
}

.detail-list-item ._box .number span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 35px;
    width: 35px;
    min-width: 35px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #eee;
    border-radius: 6px;
    margin-right: 24px
}

.detail-list-item ._box .number img {
    width: 74px;
    height: 74px
}

.detail-list-item ._box .content p {
    font-size: 12px;
    margin: 5px 0 0;
    color: #777
}

.detail-list-item ._box .content .infoBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.detail-list-item ._box .content .infoBox .detail {
    margin: 5px 0 0
}

.detail-list-item ._box .content .infoBox .detail span {
    font-size: 12px;
    color: #777
}

.detail-list-item ._box .content .infoBox .detail+.detail {
    margin-left: 15px
}

.detail-list-item ._box .content h4 {
    margin: 0;
    font-size: 16px;
    color: #16030d;
    font-family: ProximaNova-SemiBold;
    line-height: 21px !important;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.detail-list-item ._box .content h5 {
    margin: 0;
    font-size: 14px;
    color: #888;
    line-height: 19px;
    font-family: ProximaNova-Regular;
    font-weight: 400
}

.detail-list-item ._box .content h6 {
    margin: 0;
    font-size: 12px;
    line-height: 16px;
    color: #888;
    font-family: ProximaNova-Regular;
    font-weight: 400
}

.detail-list-item ._box .content .detail {
    margin: 5px 0 0
}

.detail-list-item ._box .content .detail span {
    font-size: 14px;
    color: #888;
    line-height: 19px
}

.detail-list-item ._box .content .detail span i {
    margin-right: 5px
}

.detail-list-item ._box .content .detail span+span {
    margin-left: 15px
}

.detail-list-item ._box+._box {
    margin-top: 12px
}

.detail-list-item .no-item-found {
    padding-top: 15%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 20px;
    line-height: 30px
}

.detail-list-item .no-item-found .btn {
    margin-top: 15px
}

.candidate-listing-page .no-item-found {
    padding-top: 15%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 20px;
    line-height: 30px;
    height: calc(100vh - 200px)
}

.candidate-listing-page .no-item-found .btn {
    margin-top: 15px
}

.popup-detail-wrapper .company_details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    padding-right: 0
}

.popup-detail-wrapper .company_details .img_wrapper img {
    height: 94px;
    width: 94px;
    border-radius: 12px;
    -o-object-fit: cover;
    object-fit: cover
}

.popup-detail-wrapper .company_details h3 {
    color: #7b7b7b;
    font-family: ProximaNova-Bold;
    font-size: 17px;
    line-height: 22px;
    margin: 0 0 0 15px
}

.popup-detail-wrapper .company_details h4 {
    color: #b6b6b6;
    font-size: 16px;
    line-height: 20px;
    margin: 0
}

.popup-detail-wrapper .job-description {
    font-size: 16px;
    line-height: 22px;
    color: #47484a;
    margin-bottom: 20px
}

.popup-detail-wrapper h3 {
    margin: 0 0 14px;
    font-size: 22px;
    line-height: 30px;
    font-family: ProximaNova-Bold;
    color: #7b7b7b
}

.popup-detail-wrapper .footer-btn {
    margin-top: 50px;
    text-align: center
}

.popup-detail-wrapper .footer-btn .btn {
    height: 35px;
    padding: 8px 15px;
    font-size: 14px;
    line-height: 19px;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16)
}

.popup-detail-wrapper .footer-btn .btn input {
    display: none
}

.popup-detail-wrapper .footer-btn .btn+.btn {
    margin-left: 2px
}

.popup-detail-wrapper .profile-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    margin-bottom: 20px
}

.popup-detail-wrapper .profile-box .img-wrapper {
    border-radius: 6px;
    width: 94px;
    height: 94px;
    overflow: hidden;
    margin-right: 19px
}

.popup-detail-wrapper .profile-box .img-wrapper img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.popup-detail-wrapper .profile-box .detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.popup-detail-wrapper .profile-box .detail a {
    color: #7b7b7b;
    display: block;
    margin-top: 10px
}

.popup-detail-wrapper .profile-box .detail h4 {
    font-size: 22px;
    font-family: ProximaNova-Bold;
    line-height: 30px;
    margin: 0;
    color: #7b7b7b
}

.popup-detail-wrapper .profile-box .detail h5 {
    font-size: 16px;
    font-family: ProximaNova-Regular;
    font-weight: 400;
    line-height: 21px;
    margin: 0;
    color: #7b7b7b
}

.popup-detail-wrapper .table-detail tbody tr td,
.popup-detail-wrapper .table-detail tbody tr th {
    border-top: none;
    font-size: 14px;
    font-weight: 400;
    font-family: ProximaNova-Light;
    line-height: 19px;
    padding: 12px 0
}

.popup-detail-wrapper .table-detail tbody tr td {
    text-align: right
}

.popup-detail-wrapper .table-detail tbody tr+tr td,
.popup-detail-wrapper .table-detail tbody tr+tr th {
    border-top: 1px solid #d3d4d6
}

.status-label-wrapper-mobile label {
    display: block
}

.dashboard-pages .cn-detail {
    padding-top: 15px
}

.dashboard-pages .cn-detail .cn-img {
    width: 100%;
    max-width: 350px;
    height: 228px;
    overflow: hidden;
    margin: 0 auto;
    border-radius: 12px
}

.dashboard-pages .cn-detail .cn-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.dashboard-pages .cn-detail .content {
    padding: 15px 0;
    text-align: center
}

.dashboard-pages .cn-detail .content h3 {
    margin: 0 0 10px;
    font-size: 28px;
    font-family: ProximaNova-Bold;
    color: #47484a
}

.dashboard-pages .cn-detail .content h4 {
    margin: 0;
    font-size: 16px;
    font-family: ProximaNova-Light;
    color: #47484a
}

.dashboard-pages .detail-page-header {
    padding: 15px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.dashboard-pages .detail-page-header h4 {
    padding-left: 10px;
    color: #c81d72;
    margin: 0;
    font-size: 16px;
    line-height: 21px;
    font-family: ProximaNova-Bold
}

.dashboard-pages .detail-page-header .btn {
    padding: 6px 12px;
    font-size: 14px;
    border-radius: 9px !important
}

.dashboard-pages .dashboard-menus {
    padding: 10px 0 30px
}

.dashboard-pages .dashboard-menus .row {
    margin: 0 -7.5px
}

.dashboard-pages .dashboard-menus .row [class*=col-] {
    padding: 0 7.5px
}

.dashboard-pages .dashboard-menus .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none !important;
    font-size: 16px;
    line-height: 21px;
    color: #6d6e6e;
    background: #fff;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .06);
    box-shadow: 0 3px 6px rgba(0, 0, 0, .06);
    border-radius: 10px;
    padding: 40px 10px;
    margin-bottom: 15px;
    text-align: center
}

.dashboard-pages .dashboard-menus .item svg {
    margin-bottom: 13px
}

.has-error .dropify-wrapper,
.has-error .form-control,
.has-error .input-group-addon:first-child,
.has-error .input-group-addon:last-child,
.has-error .select2-container .select2-selection {
    border-color: red !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.floating-bar {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 99
}

.floating-bar a {
    min-height: 60px;
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #46a135
}

.floating-bar a span {
    margin-left: 9px;
    font-size: 21px;
    color: #fff
}

.floating-bar a img {
    width: 30px;
    display: block
}

.edit-profile.emp-edit-profile .footer-btn {
    position: relative !important;
    padding: 0 !important;
    margin-top: 15px
}

.edit-profile .head {
    margin-bottom: 30px !important
}

.edit-profile .body {
    padding-bottom: 20px
}

.edit-profile .body .box h4 {
    padding-left: 0 !important
}

.edit-profile .body .box .dropify-wrapper {
    width: 111px;
    height: 110px !important;
    background: #f7f7f7 !important
}

.edit-profile .body .box .dropify-wrapper.has-preview {
    height: 138px !important
}

.edit-profile .body .box .dropify-wrapper .dropify-preview {
    background: transparent !important
}

.edit-profile .body .box .dropify-wrapper .dropify-infos {
    display: none
}

.edit-profile .body .box .dropify-wrapper .dropify-clear {
    bottom: 6px;
    left: 50%;
    padding: 0 6px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.edit-profile .body .box .dropify-wrapper .dropify-message {
    padding: 7px 0;
    top: 0
}

.edit-profile .body .box .dropify-wrapper .dropify-message p {
    font-size: 12px;
    line-height: 16px;
    color: #929292
}

.edit-profile .body .box .dropify-wrapper .dropify-message span.file-icon {
    color: #929292;
    font-size: 40px
}

.edit-profile .body .box .control-label {
    font-family: ProximaNova-Regular;
    padding-left: 0 !important
}

.edit-profile .body .box .control-label span {
    color: red
}

.edit-profile .body .box .form-control {
    min-height: 35px !important
}

.edit-profile .body .box .select2-container .select2-selection {
    min-height: 35px !important;
    line-height: 0 !important;
    border-color: #ddd
}

.edit-profile .body .box .select2-container .select2-selection .select2-selection__rendered {
    padding-left: 11px !important;
    line-height: 33px !important
}

.edit-profile .body .box .select2-container .select2-selection .select2-selection__rendered li .select2-search__field {
    margin-top: 0 !important
}

.edit-profile .body .box .select2-container .select2-selection .select2-selection__arrow {
    height: 33px !important
}

.edit-profile .body .box .select2-container .select2-selection .select2-selection__choice {
    padding: 0 9px !important;
    line-height: 25px;
    color: #fff !important;
    background: #c81d72;
    border-color: #c81d72
}

.edit-profile .body .box .select2-container .select2-selection .select2-selection__choice .select2-selection__choice__remove {
    color: #fff !important
}

.edit-profile .body .box label.error {
    color: #ee6275;
    margin: 0;
    display: block;
    font-weight: 400
}

.edit-profile .body .box .upload-cv,
.edit-profile .body .box .upload-image {
    position: relative
}

.edit-profile .body .box .upload-cv [type=file],
.edit-profile .body .box .upload-image [type=file] {
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0;
    z-index: 10
}

.edit-profile .body .box .input-group .input-group-addon {
    background-color: #f7f7f7;
    border-color: #ddd
}

.edit-profile .footer-btn {
    width: 100%;
    background: #fff
}

.edit-profile .footer-btn:not(.not-fixed) {
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 0 15px 10px;
    z-index: 100
}

.edit-profile .footer-btn .btn {
    padding: 15px;
    font-size: 14px;
    line-height: 19px;
    text-transform: uppercase
}

.edit-profile .form-container {
    margin: 0 15px;
    -webkit-box-shadow: 0 15px 3px rgba(0, 0, 0, .16);
    box-shadow: 0 15px 3px rgba(0, 0, 0, .16)
}

.dashboard-pages .page-content p {
    font-size: 16px;
    margin: 26px 0 36px;
    color: #430a26
}

.tabsBox .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: 1px solid #ffd2e7;
    border-radius: 10px;
    padding: 5px;
    margin-bottom: 30px
}

.tabsBox .nav .active a {
    border-radius: 8px
}

.tabsBox .nav .active a,
.tabsBox .nav .active a:focus,
.tabsBox .nav .active a:hover {
    background-color: #e2378c
}

.tabsBox .nav .active a span {
    color: #fff
}

.tabsBox .nav li {
    width: 50%
}

.tabsBox .nav li a {
    text-align: center;
    width: 100%;
    display: inline-block
}

.tabsBox .nav li a span {
    color: #2b2f33;
    font-size: 16px;
    font-family: ProximaNova-SemiBold
}

.tabsBox .tab-content .tab-pane .infoCard {
    border: 1px solid;
    padding: 20px;
    border: 1px solid #ffd2e7;
    border-radius: 12px;
    position: relative;
    color: #430a26
}

.tabsBox .tab-content .tab-pane .infoCard .priceInfo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 2px solid #ddd;
    margin-bottom: 9px;
    padding-bottom: 9px
}

.tabsBox .tab-content .tab-pane .infoCard .priceInfo .price {
    font-size: 35px;
    font-family: ProximaNova-Bold;
    color: #e2378c
}

.tabsBox .tab-content .tab-pane .infoCard .priceInfo span {
    font-size: 15px
}

.tabsBox .tab-content .tab-pane .infoCard ul {
    margin: 0;
    padding-left: 25px
}

.tabsBox .tab-content .tab-pane .infoCard ul li {
    margin-bottom: 7px
}

.tabsBox .tab-content .tab-pane .infoCard ul li::marker {
    color: #e2378c;
    font-size: 22px
}

.tabsBox .tab-content .tab-pane .infoCard .labelSpan {
    color: #fff;
    padding: 5px 10px;
    border-radius: 15px 0 0 15px;
    font-family: ProximaNova-SemiBold;
    font-size: 12px;
    text-transform: uppercase;
    position: absolute;
    top: 15px;
    right: 0;
    background: #e762a4;
    background: -webkit-gradient(linear, left top, left bottom, from(#e762a4), to(#bf2d76));
    background: linear-gradient(180deg, #e762a4, #bf2d76)
}

.tabsBox .tab-content .tab-pane .infoCard.eliteCard {
    background: #353c68;
    background: -webkit-gradient(linear, left top, left bottom, from(#353c68), to(#1a1e3a));
    background: linear-gradient(180deg, #353c68, #1a1e3a);
    border: 1px solid #353c68;
    color: #fff
}

.tabsBox .tab-content .tab-pane .infoCard.eliteCard ul li::marker {
    color: #fff
}

.tabsBox .tab-content .tab-pane .infoCard.eliteCard .priceInfo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 2px solid #ddd;
    margin-bottom: 9px;
    padding-bottom: 9px
}

.tabsBox .tab-content .tab-pane .infoCard.eliteCard .priceInfo .price {
    font-size: 35px;
    font-family: ProximaNova-Bold;
    color: #fff
}

.tabsBox .tab-content .tab-pane .infoCard.eliteCard .priceInfo span {
    font-size: 15px
}

.tabsBox .tab-content .tab-pane .infoCard.eliteCard .labelSpan {
    color: #353c68;
    right: -1px;
    background: #fff
}

.tabsBox .tab-content .tab-pane .requireList ul {
    padding: 0;
    margin: 0
}

.tabsBox .tab-content .tab-pane .requireList ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fce9f2;
    border-radius: 25px;
    padding: 10px 20px;
    margin-bottom: 10px
}

@media screen and (max-width:769px) {
    .tabsBox .tab-content .tab-pane .requireList ul li {
        border-radius: 35px
    }
}

.tabsBox .tab-content .tab-pane .requireList ul li:last-child {
    margin-bottom: 0
}

.tabsBox .tab-content .tab-pane .requireList ul li p {
    font-size: 13px;
    color: #16030d;
    margin: 0 0 0 15px
}

@media screen and (max-width:380px) {
    .tabsBox .tab-content .tab-pane .requireList ul li p {
        margin: 0 0 0 6px;
        font-size: 12px
    }
}

.tabsBox .tab-content .tab-pane .benefitList ul {
    margin: 0;
    padding: 0
}

@media screen and (max-width:769px) {
    .tabsBox .tab-content .tab-pane .benefitList ul {
        display: grid;
        grid-template-columns: 1fr 1fr
    }
}

.tabsBox .tab-content .tab-pane .benefitList ul li {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 12px
}

.tabsBox .tab-content .tab-pane .benefitList ul li:last-child {
    margin-bottom: 0
}

.tabsBox .tab-content .tab-pane .benefitList ul li .title {
    font-size: 12px;
    color: #999
}

.tabsBox .tab-content .tab-pane .benefitList ul li .info {
    font-size: 14px;
    font-family: ProximaNova-SemiBold;
    color: #430a26
}

#notifyPop.fade.in {
    background: #00000075;
    padding-right: 0 !important
}

#notifyPop .modal-dialog {
    margin: 0 0 0 auto
}

#notifyPop .modal-dialog .modal-content {
    border-radius: 0
}

#notifyPop .modal-dialog .modal-content .modal-header {
    border-bottom: none !important;
    padding: 17px 70px
}

#notifyPop .modal-dialog .modal-content .modal-header h5 {
    font-size: 22px;
    font-family: ProximaNova-SemiBold;
    color: #430a26
}

#notifyPop .modal-dialog .modal-content .modal-header button {
    position: absolute;
    left: 15px;
    top: 15px;
    background: transparent;
    border: none !important;
    padding: 0
}

#notifyPop .modal-dialog .modal-content .modal-body .notifications .notifyCard {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #e5e5e5
}

#notifyPop .modal-dialog .modal-content .modal-body .notifications .notifyCard .check {
    padding-top: 3px
}

#notifyPop .modal-dialog .modal-content .modal-body .notifications .notifyCard .check span {
    display: block;
    width: 10px;
    height: 10px;
    background-color: #e2378c;
    border-radius: 20px
}

#notifyPop .modal-dialog .modal-content .modal-body .notifications .notifyCard .text {
    margin: 0 12px 12px
}

#notifyPop .modal-dialog .modal-content .modal-body .notifications .notifyCard .text h2 {
    font-size: 15px;
    color: #430a26;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

#notifyPop .modal-dialog .modal-content .modal-body .notifications .notifyCard .text .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 12px
}

#notifyPop .modal-dialog .modal-content .modal-body .notifications .notifyCard .text .info p {
    font-size: 12px;
    margin: 0
}

#notifyPop .modal-dialog .modal-content .modal-body .notifications .notifyCard .text .info p.name {
    border-right: 1px solid #e5e5e5;
    margin-right: 15px;
    padding-right: 15px
}

#notifyPop .modal-dialog .modal-content .modal-body .notifications .notifyCard .img img {
    width: 42px;
    height: 42px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%
}

#notifyPop .modal-dialog .modal-content .modal-footer {
    border-top: none !important
}

#notifyPop .modal-dialog .modal-content .modal-footer .btn-pink {
    position: relative;
    right: 33%;
    bottom: 0
}

#notifyPop.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 100%;
    height: 100%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

#notifyPop.right .modal-content {
    height: 100%;
    width: 100%;
    overflow-y: auto
}

#notifyPop.right.fade .modal-dialog {
    right: -320px;
    -webkit-transition: opacity .3s linear, right .3s ease-out;
    transition: opacity .3s linear, right .3s ease-out
}

#notifyPop.right.fade.in .modal-dialog {
    right: 0
}

.m-0 {
    margin: 0 !important
}

.job-index-page .page-content {
    padding: 28px 20px
}

.job-index-page .page-content .links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    border-radius: 18px;
    padding: 24px 22px;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .06);
    box-shadow: 0 3px 6px rgba(0, 0, 0, .06);
    text-decoration: none !important
}

.job-index-page .page-content .links+.link-btn,
.job-index-page .page-content .links+.links {
    margin-top: 10px
}

.job-index-page .page-content .links div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #6d6e6e;
    font-size: 16px;
    line-height: 21px
}

.job-index-page .page-content .links div svg {
    height: 20px;
    width: 20px;
    margin-right: 13px
}

.job-index-page .page-content .link-btn {
    background: #c81d72 !important
}

.job-index-page .page-content .link-btn svg path {
    fill: #fff !important
}

.job-list-page.saved-jobs-page .page-content .detail-list-item ._box .content {
    margin-left: 7px
}

.job-list-page.saved-jobs-page .page-content .detail-list-item ._box .content h4 {
    line-height: 20px
}

.job-list-page.saved-jobs-page .page-content .detail-list-item ._box .content h5 {
    line-height: 17px;
    font-size: 13px;
    text-transform: lowercase
}

.job-list-page.saved-jobs-page .page-content .detail-list-item ._box .content .detail span {
    font-family: ProximaNova-Regular !important;
    color: #6d6e6e !important;
    font-size: 12px !important;
    line-height: 20px !important
}

.job-list-page.saved-jobs-page .page-content .detail-list-item ._box .content .posted_on {
    color: #84b6e2;
    font-size: 10px;
    line-height: 20px;
    font-family: ProximaNova-Light
}

.job-list-page.saved-jobs-page .page-content .detail-list-item ._box a {
    max-height: 35px;
    position: absolute;
    right: 9px;
    top: 9px;
    padding: 3px 12px;
    min-width: unset;
    font-size: 12px
}

.job-list-page.applied-jobs-page .page-content .detail-list-item ._box .action-btn {
    top: 7px;
    right: 7px;
    height: unset;
    width: unset
}

.job-list-page.applied-jobs-page .page-content .detail-list-item ._box .action-btn .btn {
    min-width: unset !important;
    border-radius: 50px;
    font-size: 12px;
    padding: 3px 12px
}

.job-list-page.applied-jobs-page .page-content .detail-list-item ._box .content {
    margin-left: 9px
}

.job-list-page.applied-jobs-page .page-content .detail-list-item ._box .content h4 {
    line-height: 20px !important;
    color: #47484a;
    margin-bottom: 3px;
    font-size: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.job-list-page.applied-jobs-page .page-content .detail-list-item ._box .content p.posted {
    font-size: 10px;
    margin: 5px 0 0;
    color: #999
}

.job-list-page.applied-jobs-page .page-content .detail-list-item ._box .content .detail-info-btm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 5px
}

.job-list-page.applied-jobs-page .page-content .detail-list-item ._box .content .detail-info-btm .detail-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 15px
}

.job-list-page.applied-jobs-page .page-content .detail-list-item ._box .content .detail-info-btm .detail-info span {
    color: #7b7b7b;
    font-size: 12px;
    margin-left: 5px
}

.job-list-page.applied-jobs-page .page-content .detail-list-item ._box .content .detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.job-list-page.applied-jobs-page .page-content .detail-list-item ._box .content .detail span {
    font-family: ProximaNova-Regular;
    line-height: unset !important;
    color: #7b7b7b;
    font-size: 12px;
    margin-left: 7px
}

.job-list-page.applied-jobs-page .page-content .detail-list-item ._box .content .contentInfo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end
}

.job-list-page.employer_applicants_page .page-content .detail-list-item ._box {
    padding: 0;
    border-radius: 15px
}

.job-list-page.employer_applicants_page .page-content .detail-list-item ._box .action-btn {
    top: 25px;
    right: 36px
}

.job-list-page.employer_applicants_page .page-content .detail-list-item ._box .number {
    height: 80px;
    width: 80px;
    border-radius: 12px;
    margin-right: 16px
}

.job-list-page.employer_applicants_page .page-content .detail-list-item ._box .number img {
    height: 80px;
    width: 80px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 12px
}

.job-list-page.employer_applicants_page .page-content .detail-list-item ._box .content {
    margin: auto 0
}

.job-list-page.employer_applicants_page .page-content .detail-list-item ._box .content h4 {
    margin: 0;
    font-size: 16px;
    line-height: 20px;
    font-family: ProximaNova-SemiBold;
    color: #1d2226
}

.job-list-page.employer_applicants_page .page-content .detail-list-item ._box .content h5 {
    margin: 0;
    font-size: 13px;
    line-height: 20px;
    font-family: ProximaNova-Regular;
    color: #6d6e6e
}

.job-list-page.employer_applicants_page .page-content .detail-list-item ._box+._box {
    margin-top: 12px
}

.job-list-page.employer-job-listing-page {
    height: calc(100vh - 131px);
    overflow: scroll
}

.job-list-page.employer-job-listing-page .page-content .detail-list-item ._box {
    padding: 9px
}

.job-list-page.employer-job-listing-page .page-content .detail-list-item ._box+._box {
    margin-top: 15px
}

.job-list-page.employer-job-listing-page .page-content .detail-list-item ._box.no-action {
    opacity: .5
}

.job-list-page.employer-job-listing-page .page-content .detail-list-item ._box .action-btn {
    top: 7px;
    right: 21px
}

.job-list-page.employer-job-listing-page .page-content .detail-list-item ._box .action-btn .btn {
    min-width: unset;
    font-size: 12px;
    padding: 3px 12px
}

.job-list-page.employer-job-listing-page .page-content .detail-list-item ._box .number img {
    height: 75px;
    width: 75px;
    -o-object-fit: cover;
    object-fit: cover
}

.job-list-page.employer-job-listing-page .page-content .detail-list-item ._box .content {
    margin-left: 12px
}

.job-list-page.employer-job-listing-page .page-content .detail-list-item ._box .content h4 {
    margin: 0;
    font-size: 16px;
    color: #16030d;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.job-list-page.employer-job-listing-page .page-content .detail-list-item ._box .content .detail {
    margin-top: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
}

@media screen and (max-width:370px) {
    .job-list-page.employer-job-listing-page .page-content .detail-list-item ._box .content .detail {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline
    }
}

.job-list-page.employer-job-listing-page .page-content .detail-list-item ._box .content .detail div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.job-list-page.employer-job-listing-page .page-content .detail-list-item ._box .content .detail div span {
    font-size: 12px;
    margin-left: 6px;
    color: #777
}

.job-list-page.employer-job-listing-page .page-content .detail-list-item ._box .content .detail div img {
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px)
}

.job-list-page.employer-job-listing-page .page-content .detail-list-item ._box .content .detail .type {
    margin-right: 15px
}

.job-list-page.employer-job-listing-page .page-content .detail-list-item ._box .content .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media screen and (max-width:370px) {
    .job-list-page.employer-job-listing-page .page-content .detail-list-item ._box .content .info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline
    }
}

.job-list-page.employer-job-listing-page .page-content .detail-list-item ._box .content .info p {
    font-size: 11px
}

.job-list-page.employer-job-listing-page .page-content .detail-list-item ._box .content .info p.posted {
    margin-right: 20px
}

.job-list-page.hired-candidate-page-xs .page-content .detail-list-item ._box {
    padding: 0;
    border-radius: 15px
}

.job-list-page.hired-candidate-page-xs .page-content .detail-list-item ._box+._box {
    margin-top: 9px
}

.job-list-page.hired-candidate-page-xs .page-content .detail-list-item ._box .action-btn {
    top: 25px;
    right: 36px
}

.job-list-page.hired-candidate-page-xs .page-content .detail-list-item ._box .img-wrapper {
    width: 80px;
    height: 80px;
    border-radius: 12px;
    margin-right: 16px
}

.job-list-page.hired-candidate-page-xs .page-content .detail-list-item ._box .img-wrapper img {
    width: 80px;
    height: 80px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 12px
}

.job-list-page.hired-candidate-page-xs .page-content .detail-list-item ._box .content {
    margin: auto 0
}

.job-list-page.hired-candidate-page-xs .page-content .detail-list-item ._box .content h4 {
    margin: 0;
    font-size: 16px;
    line-height: 20px;
    font-family: ProximaNova-SemiBold;
    color: #1d2226
}

.job-list-page.hired-candidate-page-xs .page-content .detail-list-item ._box .content h5 {
    margin: 0;
    font-size: 14px;
    line-height: 17px;
    font-family: ProximaNova-Regular;
    color: #6d6e6e
}

.job-list-page.shortlisted-candidate-xs .page-content .detail-list-item ._box {
    padding: 0;
    border-radius: 15px
}

.job-list-page.shortlisted-candidate-xs .page-content .detail-list-item ._box+._box {
    margin-top: 9px
}

.job-list-page.shortlisted-candidate-xs .page-content .detail-list-item ._box .action-btn {
    top: 25px;
    right: 36px
}

.job-list-page.shortlisted-candidate-xs .page-content .detail-list-item ._box .img-wrapper {
    width: 80px;
    height: 80px;
    border-radius: 12px;
    margin-right: 16px
}

.job-list-page.shortlisted-candidate-xs .page-content .detail-list-item ._box .img-wrapper img {
    width: 80px;
    height: 80px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 12px
}

.job-list-page.shortlisted-candidate-xs .page-content .detail-list-item ._box .content {
    margin: auto 0
}

.job-list-page.shortlisted-candidate-xs .page-content .detail-list-item ._box .content h4 {
    margin: 0;
    font-size: 16px;
    line-height: 20px;
    font-family: ProximaNova-SemiBold;
    color: #1d2226
}

.job-list-page.shortlisted-candidate-xs .page-content .detail-list-item ._box .content h5 {
    margin: 0;
    font-size: 14px;
    line-height: 17px;
    font-family: ProximaNova-Regular;
    color: #6d6e6e
}

.job-list-page .page-content {
    padding: 15px 0 35px
}

.job-list-page .page-content .detail-list-item {
    margin: 0 20px
}

.job-list-page .page-content .detail-list-item ._box .btn {
    color: #fff;
    border-radius: 20px;
    font-size: 14px;
    line-height: 17px;
    min-width: 79px
}

.job-list-page .page-content .detail-list-item ._box .btn.btn-accept {
    background: #38ada9
}

.job-list-page .page-content .detail-list-item ._box .btn.btn-reject {
    background: #ee6275
}

.job-list-page .page-content .detail-list-item ._box .number img {
    height: 72px;
    width: 72px;
    border-radius: 9px;
    -o-object-fit: cover;
    object-fit: cover
}

.job-list-page .page-content .detail-list-item ._box .content .detail {
    margin-top: 0
}

.job-list-page .page-content .detail-list-item ._box .content .detail span {
    color: #777;
    font-size: 12px
}

.job-list-page.hiring-request-page {
    height: calc(100vh - 137px);
    overflow: scroll
}

.job-list-page.hiring-request-page.sm-tabs {
    padding: 0 30px
}

.job-list-page.hiring-request-page.sm-tabs .nav-tabs {
    border: 1px solid #fce9f2;
    padding: 6px;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    margin-bottom: 23px
}

.job-list-page.hiring-request-page.sm-tabs .nav-tabs li {
    width: 33.33333%;
    text-align: center
}

.job-list-page.hiring-request-page.sm-tabs .nav-tabs li .nav-link {
    height: 48px;
    width: 100%;
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    color: #2b2f33;
    border: none;
    background: #fff;
    -webkit-box-shadow: none;
    box-shadow: none
}

.job-list-page.hiring-request-page.sm-tabs .nav-tabs li.active .nav-link {
    background: #e2378c;
    border-radius: 8px;
    color: #fff
}

.show_Jobmob h5 {
    color: #2a2e33;
    font-size: 14px;
    padding: 0 0 5px;
    margin: 0
}

.show_Jobmob span {
    color: red
}

.show_Jobmob p#show_job_description {
    margin: 9px 0;
    font-size: 13px;
    word-wrap: break-word;
    height: 90px;
    overflow-y: auto;
    max-width: 95%
}

.hiring-request-popup .company_details {
    margin-bottom: 20px
}

.hiring-request-popup .company_details .img_wrapper img {
    height: 82px;
    width: 82px;
    -o-object-fit: cover;
    object-fit: cover
}

.hiring-request-popup .company_details h3 {
    color: #47484a;
    font-size: 18px;
    line-height: 22px;
    margin: 0 0 0 15px
}

.hiring-request-popup .company_details h4 {
    color: #b6b6b6;
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 0 15px
}

.hiring-request-popup .table-detail tbody tr td,
.hiring-request-popup .table-detail tbody tr th {
    font-family: ProximaNova-Regular
}

.hiring-request-popup .footer-btn .btn {
    color: #fff;
    border-radius: 20px;
    font-size: 14px;
    line-height: 17px;
    min-width: 79px
}

.hiring-request-popup .footer-btn .btn.btn-info {
    background: #38ada9
}

.hiring-request-popup .footer-btn .btn.btn-danger {
    background: #ee6275
}

.candidate_dashboard_xs {
    padding: 15px 15px 75px;
    height: calc(100vh - 135px);
    overflow: scroll
}

.candidate_dashboard_xs .content-header {
    margin: 24px 0 12px;
    font-size: 20px;
    font-family: ProximaNova-SemiBold;
    color: #16030d
}

.candidate_dashboard_xs .dashboard_head {
    background: #353c68;
    border-radius: 5px;
    color: #fff;
    padding: 15px;
    cursor: pointer !important;
    position: relative
}

.candidate_dashboard_xs .dashboard_head .img_arrow {
    position: absolute;
    right: 18px;
    top: 36px
}

.candidate_dashboard_xs .dashboard_head .col-sm-3 {
    width: auto;
    padding-right: 3px
}

.candidate_dashboard_xs .dashboard_head .col-sm-3 .img_wrapper {
    border-radius: 50%;
    height: 68px;
    width: 68px;
    border: 1px solid #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.candidate_dashboard_xs .dashboard_head .col-sm-3 .img_wrapper img {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover
}

.candidate_dashboard_xs .dashboard_head .text-right span {
    font-size: 13px;
    line-height: 16px;
    font-family: ProximaNova-Regular
}

.candidate_dashboard_xs .dashboard_head h5 {
    color: #fff;
    font-size: 15px;
    margin: 9px 0 0;
    font-family: ProximaNova-Light
}

.candidate_dashboard_xs .dashboard_head h4 {
    color: #fff;
    font-size: 20px;
    margin: 9px 0 0;
    font-family: ProximaNova-SemiBold
}

.candidate_dashboard_xs .jobs-type-list .job_box {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #fff;
    padding: 12px;
    border-radius: 9px;
    cursor: pointer
}

.candidate_dashboard_xs .jobs-type-list .job_box,
.candidate_dashboard_xs .jobs-type-list .job_box .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.candidate_dashboard_xs .jobs-type-list .job_box .title {
    font-size: 16px;
    line-height: 20px;
    font-family: ProximaNova-Regular
}

.candidate_dashboard_xs .jobs-type-list .job_box .title .img {
    width: 35px
}

.candidate_dashboard_xs .jobs-type-list .job_box .count {
    font-size: 30px;
    line-height: 35px;
    font-family: ProximaNova-SemiBold
}

.candidate_dashboard_xs .jobs-type-list .job_box.yellow {
    background: #ffc423
}

.candidate_dashboard_xs .jobs-type-list .job_box.teal {
    background: #35d6aa
}

.candidate_dashboard_xs .jobs-type-list .job_box.blue {
    background: #3b9dff
}

.candidate_dashboard_xs .jobs-type-list .job_box.pink {
    background: #dea943
}

.candidate_dashboard_xs .jobs-type-list .job_box+.job_box {
    margin-top: 10px
}

.candidate_dashboard_xs .featured_jobs_list .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.candidate_dashboard_xs .featured_jobs_list .title a {
    color: #e2378c;
    font-family: ProximaNova-SemiBold;
    font-size: 15px
}

.candidate_dashboard_xs .featured_jobs_list .featured_jobs_box {
    padding: 9px;
    border-radius: 5px;
    position: relative;
    border: 1px solid #ffcde5
}

.candidate_dashboard_xs .featured_jobs_list .featured_jobs_box+.featured_jobs_box {
    margin-top: 12px
}

.candidate_dashboard_xs .featured_jobs_list .featured_jobs_box .job_details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.candidate_dashboard_xs .featured_jobs_list .featured_jobs_box .job_details .company_image img {
    height: 65px;
    width: 65px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 9px
}

.candidate_dashboard_xs .featured_jobs_list .featured_jobs_box .job_details .job_title {
    margin-left: 9px
}

.candidate_dashboard_xs .featured_jobs_list .featured_jobs_box .job_details .job_title h4 {
    font-size: 15px;
    font-family: ProximaNova-SemiBold;
    color: #47484a;
    margin-top: 0;
    margin-bottom: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.candidate_dashboard_xs .featured_jobs_list .featured_jobs_box .job_details .job_title h3 {
    font-size: 13px;
    line-height: 17px;
    font-family: ProximaNova-Regular;
    color: #47484a;
    margin: 0 0 9px;
    text-transform: lowercase
}

.candidate_dashboard_xs .featured_jobs_list .featured_jobs_box .job_details .job_title .job_posted_details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.candidate_dashboard_xs .featured_jobs_list .featured_jobs_box .job_details .job_title .job_posted_details span {
    font-size: 12px;
    color: #6d6e6e
}

.candidate_dashboard_xs .featured_jobs_list .featured_jobs_box .job_details .job_title .job_posted_details .locate {
    margin-left: 20px
}

.candidate_dashboard_xs .featured_jobs_list .featured_jobs_box .job_details .job_title p {
    font-size: 10px;
    color: #999;
    margin: 3px 0 0
}

.listing-pages-candidate {
    position: relative;
    height: calc(100% - 151px);
    overflow: scroll
}

.dash_Viewbtn {
    position: absolute;
    top: 7px;
    right: 7px;
    padding: 3px 12px;
    font-size: 13px;
    border-radius: 50px
}

.employer_dashboard_xs {
    padding: 20px 20px 40px;
    height: calc(100vh - 140px);
    overflow: auto
}

.employer_dashboard_xs .content-header {
    margin: 25px 0 15px;
    font-size: 20px;
    font-family: ProximaNova-SemiBold;
    color: #16030d
}

.employer_dashboard_xs .dashboard_head {
    background: #353c68;
    border-radius: 7px;
    color: #fff;
    padding: 17px 21px;
    cursor: pointer !important;
    position: relative
}

.employer_dashboard_xs .dashboard_head .img_arrow {
    position: absolute;
    right: 20px;
    top: 30px
}

.employer_dashboard_xs .dashboard_head .col-sm-3 {
    width: auto;
    padding-right: 3px
}

.employer_dashboard_xs .dashboard_head .col-sm-3 .img_wrapper img {
    height: 60px;
    width: 60px;
    border-radius: 50%
}

.employer_dashboard_xs .dashboard_head .text-right span {
    font-size: 13px;
    line-height: 16px;
    font-family: ProximaNova-Regular
}

.employer_dashboard_xs .dashboard_head h4 {
    font-size: 12px;
    margin: 12px 0 6px
}

.employer_dashboard_xs .dashboard_head h5 {
    font-size: 16px;
    font-family: ProximaNova-SemiBold;
    margin: 0
}

.employer_dashboard_xs .jobs-type-list .job_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #fff;
    padding: 15px 25px;
    border-radius: 5px;
    margin-bottom: 10px;
    cursor: pointer
}

.employer_dashboard_xs .jobs-type-list .job_box .title {
    font-size: 16px;
    margin: 0
}

.employer_dashboard_xs .jobs-type-list .job_box .count {
    font-size: 21px;
    font-family: ProximaNova-Bold
}

.employer_dashboard_xs .jobs-type-list .job_box ._Box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.employer_dashboard_xs .jobs-type-list .job_box ._Box span {
    display: inline-block;
    width: 35px
}

.employer_dashboard_xs .jobs-type-list .job_box.yellow {
    background: #ffc423
}

.employer_dashboard_xs .jobs-type-list .job_box.teal {
    background: #35d6aa
}

.employer_dashboard_xs .jobs-type-list .job_box.blue {
    background: #3b9dff
}

.employer_dashboard_xs .jobs-type-list .job_box.dark-blue {
    background: #353c68
}

.employer_dashboard_xs .jobs-type-list .job_box.red {
    background: #c74c61
}

.employer_dashboard_xs .jobs-type-list .job_box.grey {
    background: #777
}

.employer_dashboard_xs .jobs-type-list .job_box.pink {
    background: #e2378c
}

.employer_dashboard_xs .featured_jobs_list .featured_jobs_box {
    background: #fff;
    padding: 0;
    border-radius: 15px
}

.employer_dashboard_xs .featured_jobs_list .featured_jobs_box+.featured_jobs_box {
    margin-top: 12px
}

.employer_dashboard_xs .featured_jobs_list .featured_jobs_box .job_details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.employer_dashboard_xs .featured_jobs_list .featured_jobs_box .job_details .candidate_image {
    height: 80px;
    width: 80px;
    border-radius: 12px
}

.employer_dashboard_xs .featured_jobs_list .featured_jobs_box .job_details .candidate_image img {
    height: 80px;
    width: 80px;
    border-radius: 12px;
    -o-object-fit: cover;
    object-fit: cover
}

.employer_dashboard_xs .featured_jobs_list .featured_jobs_box .job_details .job_title {
    margin: auto 17px
}

.employer_dashboard_xs .featured_jobs_list .featured_jobs_box .job_details .job_title h4 {
    font-size: 16px;
    line-height: 20px;
    font-family: ProximaNova-SemiBold;
    color: #47484a;
    margin: 0
}

.employer_dashboard_xs .featured_jobs_list .featured_jobs_box .job_details .job_title h5 {
    margin: 0;
    font-size: 13px;
    line-height: 20px;
    font-family: ProximaNova-Regular;
    color: #6d6e6e
}

.employer_dashboard_xs .featured_jobs_list .featured_jobs_box .job_details .job_title .job_posted_details {
    white-space: nowrap
}

@media screen and (max-width:400px) {
    .employer_dashboard_xs .featured_jobs_list .featured_jobs_box .job_details .job_title .job_posted_details {
        max-width: 250px;
        overflow: hidden;
        text-overflow: ellipsis
    }
}

@media screen and (max-width:350px) {
    .employer_dashboard_xs .featured_jobs_list .featured_jobs_box .job_details .job_title .job_posted_details {
        max-width: 225px;
        overflow: hidden;
        text-overflow: ellipsis
    }
}

.employer_dashboard_xs .featured_jobs_list .featured_jobs_box .job_details .job_title .job_posted_details span {
    font-size: 12px;
    line-height: 20px;
    color: #6d6e6e
}

.employer_dashboard_xs .featured_jobs_list .featured_jobs_box .job_details .job_title .job_posted_details span svg {
    margin-right: 7px
}

.employer_dashboard_xs .featured_jobs_list .featured_jobs_box .job_details .job_title .job_posted_details span+span {
    margin-left: 6px
}

.employer_dashboard_xs .featured_jobs_list .featured_jobs_box .job_details .job_title p {
    font-size: 10px;
    line-height: 20px;
    margin: 5px 0 0;
    font-family: ProximaNova-Light;
    color: #84b6e2
}

.employer_dashboard_xs .featured_jobs_list .featured_jobs_box a.btn {
    border-radius: 20px;
    min-width: 79px
}

.employer_dashboard_xs .view_all_section {
    padding: 12px 16px 0
}

.employer_dashboard_xs .view_all_section a {
    text-decoration: none;
    font-size: 16px;
    line-height: 20px;
    color: #47484a
}

.bottom-nav-bar {
    background: #fff;
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 10px 10px 0;
    border-top: 1px solid #e7e3e3;
    z-index: 3
}

.bottom-nav-bar ul {
    padding-left: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.bottom-nav-bar ul li {
    list-style-type: none;
    text-align: center
}

.bottom-nav-bar ul li a {
    text-decoration: none;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: #430a26
}

.bottom-nav-bar ul li a .fa {
    background: -webkit-gradient(linear, left top, left bottom, from(#e863a5), to(#bf2d76));
    background: linear-gradient(180deg, #e863a5, #bf2d76);
    -moz-osx-font-smoothing: grayscale;
    padding: 10px;
    color: #fff;
    border-radius: 50%;
    height: 46px;
    width: 46px;
    font-size: 20px;
    padding: 14px 7px
}

.bottom-nav-bar ul li a img {
    margin-bottom: 5px
}

.job-posted-popup .company_details {
    margin-bottom: 20px;
    padding-right: 0
}

.job-posted-popup .company_details .img_wrapper img {
    height: 94px;
    width: 94px;
    border-radius: 12px;
    -o-object-fit: cover;
    object-fit: cover
}

.job-posted-popup .company_details h3 {
    color: #47484a;
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 0 15px
}

.job-posted-popup .company_details h4 {
    color: #b6b6b6;
    font-size: 16px;
    line-height: 20px;
    margin: 0
}

.job-posted-popup .job-description {
    font-size: 16px;
    line-height: 22px;
    font-family: ProximaNova-Regular;
    color: #47484a
}

.job-posted-popup .table-detail tbody tr td,
.job-posted-popup .table-detail tbody tr th {
    font-family: ProximaNova-Regular
}

.hired-candidate-popup .profile-box {
    margin-bottom: 20px
}

.hired-candidate-popup .profile-box .img-wrapper,
.hired-candidate-popup .profile-box .img-wrapper img {
    border-radius: 12px
}

.hired-candidate-popup .profile-box .detail h4 {
    line-height: 27px
}

.hired-candidate-popup .profile-box .detail h5 {
    font-family: ProximaNova-SemiBold;
    line-height: 20px !important
}

.hired-candidate-popup .table-detail tbody tr th {
    width: 60%;
    font-family: ProximaNova-Regular
}

.hired-candidate-popup .table-detail tbody tr td {
    font-family: ProximaNova-Regular
}

.contact-form {
    background: #f5f7f8;
    padding: 55px 0
}

@media screen and (max-width:769px) {
    .contact-form {
        padding: 30px 0
    }
}

.contact-form .inner-details {
    padding: 0 80px
}

@media screen and (max-width:769px) {
    .contact-form .inner-details {
        padding: 0 10px
    }

    .contact-form .inner-details>.row>.col-lg-6 img {
        max-height: 150px;
        margin: 0 auto
    }
}

.contact-form .form-title {
    text-align: left;
    color: #6e6b70;
    font-size: 20px;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 17px
}

.contact-form .form-group {
    margin-bottom: 27px !important
}

.contact-form .form-control {
    min-height: 40px !important;
    font-size: 16px;
    padding: 9px 16px;
    border-color: #ccc;
    border-radius: 3px;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .06);
    box-shadow: 0 3px 6px rgba(0, 0, 0, .06)
}

.contact-form button {
    min-width: 160px;
    min-height: 40px;
    padding: 8px 30px;
    font-size: 18px;
    font-family: ProximaNova-Regular !important;
    font-weight: 400 !important
}

.contact-map-details {
    background: #fff !important;
    text-align: center
}

@media screen and (max-width:769px) {
    .contact-map-details {
        padding: 20px 0 70px !important
    }
}

.contact-map-details>.container>.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media screen and (max-width:769px) {
    .contact-map-details>.container>.row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .contact-map-details>.container>.row>[class*=col-] {
        width: 100%
    }
}

.contact-map-details .map {
    height: 380px;
    width: 100%
}

@media screen and (max-width:769px) {
    .contact-map-details .map {
        height: 180px;
        margin-bottom: 20px
    }
}

@media screen and (min-width:769px) {
    .contact-map-details .inner-details {
        padding-right: 80px
    }
}

.contact-map-details .inner-details .operation-details {
    border-top: .5px solid #6d6e6e !important
}

@media screen and (max-width:769px) {
    .contact-map-details .inner-details .operation-details {
        margin-top: 20px;
        padding-top: 15px
    }
}

.contact-map-details .inner-details .contact-details h4 {
    color: #6e6b70;
    font-size: 20px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 7px;
    line-height: 36px;
    font-family: ProximaNova-Bold !important;
    font-weight: 400
}

@media screen and (max-width:769px) {
    .contact-map-details .inner-details .contact-details h4 {
        font-size: 18px
    }
}

.contact-map-details .inner-details .contact-details ul {
    list-style: none;
    padding-left: 0
}

.contact-map-details .inner-details .contact-details ul li {
    font-size: 16px;
    line-height: 30px;
    color: #6e6b70
}

@media screen and (max-width:769px) {
    .contact-map-details .inner-details .contact-details ul li {
        font-size: 14px;
        line-height: 28px
    }
}

.contact-map-details .inner-details .contact-details ul li a {
    color: #6e6b70
}

.footer_content {
    background-color: #6f103f;
    padding: 60px 0 0;
    color: #ddd
}

.footer_content .desktop-only {
    display: none
}

.footer_content .mobile-only {
    display: block
}

.footer_content .contentBox {
    padding: 0 30px
}

.footer_content .contentBox .about img {
    width: 224px
}

.footer_content .contentBox .findWorkers,
.footer_content .contentBox .quickLinks,
.footer_content .contentBox .socialContact,
.footer_content .contentBox .socialContact .socials {
    margin-bottom: 30px
}

.footer_content .contentBox .socialContact .contacts {
    padding-bottom: 30px
}

.footer_content .contentBox p.text {
    line-height: 35px;
    margin: 30px 0 0;
    color: #ddd;
    max-width: 320px
}

@media screen and (max-width:480px) {
    .footer_content .contentBox p.text {
        max-width: unset;
        margin: 20px 0
    }
}

.footer_content .contentBox h5 {
    font-size: 17px;
    margin: 0 0 18px;
    color: #fff;
    line-height: 35px;
    font-family: ProximaNova-SemiBold
}

@media screen and (max-width:480px) {
    .footer_content .contentBox h5 {
        display: inline-block
    }
}

.footer_content .contentBox h5:after {
    content: "";
    width: 30px;
    height: 3px;
    display: block;
    background-color: #ddd;
    border-radius: 25px
}

.footer_content .contentBox ul {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.footer_content .contentBox ul li {
    margin-bottom: 10px;
    max-width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%
}

.footer_content .contentBox ul li a {
    font-size: 14px;
    color: #ddd !important
}

.footer_content .contentBox ul li a:hover {
    text-decoration: none !important
}

@media screen and (max-width:300px) {
    .footer_content .contentBox ul li {
        max-width: 80%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
        flex: 0 0 80%
    }
}

.footer_content .copyright_details {
    border-top: 2px solid #8a3e63;
    padding: 22px 0 20px;
    text-align: center
}

.footer_content .copyright_details p {
    font-size: 13px;
    margin: 0 auto;
    width: 57%
}

@media screen and (max-width:450px) {
    .footer_content .copyright_details p {
        width: 47%
    }
}

@media screen and (max-width:430px) {
    .footer_content .copyright_details p {
        width: 49%
    }
}

@media screen and (max-width:410px) {
    .footer_content .copyright_details p {
        width: 52%
    }
}

@media screen and (max-width:380px) {
    .footer_content .copyright_details p {
        width: 56%
    }
}

@media screen and (max-width:355px) {
    .footer_content .copyright_details p {
        width: 60%
    }
}

@media screen and (max-width:330px) {
    .footer_content .copyright_details p {
        width: 65%
    }
}

body.iti-mobile {
    overflow-x: hidden;
    max-width: 100%
}

#candidateLoginModal .modal-dialog,
#employerLoginModal .modal-dialog {
    margin: 12% auto
}

.closeModal {
    cursor: pointer
}

.v2Input {
    padding: 15px;
    border: none;
    border-radius: 6px;
    background-color: #fce9f2;
    color: #430a26;
    font-weight: 100;
    font-family: ProximaNova-Light
}

.v2Input::-webkit-input-placeholder {
    color: #999;
    font-family: ProximaNova-Light
}

.v2Input::-moz-placeholder {
    color: #999;
    font-family: ProximaNova-Light
}

.v2Input::-ms-input-placeholder {
    color: #999;
    font-family: ProximaNova-Light
}

.v2Input::placeholder {
    color: #999;
    font-family: ProximaNova-Light
}

.tableBtn {
    background-color: #e2378c;
    color: #fff !important;
    width: 99px !important;
    height: 30px !important;
    padding: 8px 12px;
    border-radius: 5px;
    font-size: 13px
}

@media screen and (max-width:1280px) {
    .tableBtn {
        font-size: 12px;
        padding: 6px 9px
    }
}

.availableJobs .data-table .find_jobs_table thead th {
    font-size: 20px !important;
    font-weight: 600 !important;
    color: #430a26 !important
}

@media screen and (max-width:1440px) {
    .availableJobs .data-table .find_jobs_table thead th {
        font-size: 16px !important
    }
}

@media screen and (max-width:1200px) {
    .availableJobs .data-table .find_jobs_table thead th {
        font-size: 14px !important
    }
}

@media screen and (max-width:1000px) {
    .availableJobs .data-table .find_jobs_table thead th {
        font-size: 13px !important
    }
}

.availableJobs .data-table .find_jobs_table tbody td {
    vertical-align: middle;
    cursor: auto;
    padding: 12px !important
}

@media screen and (max-width:1440px) {
    .availableJobs .data-table .find_jobs_table tbody td {
        font-size: 14px !important
    }
}

@media screen and (max-width:1200px) {
    .availableJobs .data-table .find_jobs_table tbody td {
        font-size: 13px !important;
        padding: 9px !important
    }
}

.availableJobs .data-table .find_jobs_table tbody td .img_wrapper {
    text-align: center
}

.availableJobs .data-table .find_jobs_table tbody td .img_wrapper .jobImage {
    width: 75px;
    height: 50px
}

@media screen and (max-width:1200px) {
    .availableJobs .data-table .find_jobs_table tbody td .img_wrapper .jobImage {
        width: 60px;
        height: 40px
    }
}

@media screen and (max-width:900px) {
    .availableJobs .data-table .find_jobs_table tbody td .img_wrapper .jobImage {
        width: 50px;
        height: 35px
    }
}

@media screen and (max-width:768px) {
    #requirements-addBtn img {
        width: 36px
    }
}

.passView span {
    font-size: 15px;
    color: #430a26;
    display: block;
    width: 150px;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis
}

.codeSpan {
    border-radius: 6px 0 0 6px;
    border-right: 1px solid #ddd;
    color: #bbb
}

.viewPass {
    background-color: transparent;
    border: none !important
}

.ml-15 {
    margin-left: 15px !important
}

.employer_my_profile_edit_content .formBox {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 10px 30px;
    margin: 30px 0
}

@media screen and (max-width:1440px) {
    .employer_my_profile_edit_content .formBox {
        grid-template-columns: 1fr 1fr 1fr
    }
}

@media screen and (max-width:1080px) {
    .employer_my_profile_edit_content .formBox {
        grid-template-columns: 1fr 1fr
    }
}

@media screen and (max-width:768px) {
    .employer_my_profile_edit_content .formBox {
        grid-template-columns: 1fr
    }
}

.employer_my_profile_edit_content .form-group .control-label {
    font-size: 16px;
    color: #430a26 !important
}

.employer_my_profile_edit_content .form-group .input-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.employer_my_profile_edit_content .form-group .input-group span {
    border-radius: 6px 0 0 6px !important;
    border-right: 1px solid #ddd;
    color: #bbb;
    width: 75px
}

.employer_my_profile_edit_content .form-group .input-group .v2Input {
    border-radius: 0 6px 6px 0;
    height: 50px
}

.employer_my_profile_edit_content .form-group .v2Input {
    width: 100%;
    height: 50px
}

.employer_my_profile_edit_content .form-group .select2-container--default .select2-selection {
    min-height: 50px !important;
    padding-top: 0 !important;
    border: none !important;
    background: #fce9f2 !important
}

.profileBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 15px 5px
}

@media screen and (max-width:1160px) {
    .profileBox {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.profileBox .profileImg {
    width: 25%;
    text-align: center;
    border-radius: 10px 0 0 10px;
    padding: 30px 40px;
    border: 1px solid #ffcce5;
    border-right: none !important;
    height: 321px;
    background-color: #fce9f2
}

@media screen and (max-width:1660px) {
    .profileBox .profileImg {
        width: 35%
    }
}

@media screen and (max-width:1360px) {
    .profileBox .profileImg {
        padding: 30px 20px
    }
}

@media screen and (max-width:1160px) {
    .profileBox .profileImg {
        border-radius: 10px 10px 0 0;
        width: 100%
    }
}

.profileBox .profileImg h2 {
    margin: 20px 0
}

@media screen and (max-width:1360px) {
    .profileBox .profileImg h2 {
        font-size: 21px
    }
}

.profileBox .personInfo {
    width: 75%;
    border: 1px solid #ffcce5;
    border-radius: 0 10px 10px 0;
    padding: 30px 40px;
    height: 321px
}

@media screen and (max-width:1360px) {
    .profileBox .personInfo {
        padding: 30px 20px
    }
}

@media screen and (max-width:1160px) {
    .profileBox .personInfo {
        width: 100%;
        border-radius: 0 0 10px 10px
    }
}

#contactInfo .modal-dialog,
#signIn .modal-dialog {
    margin: 0;
    position: fixed;
    width: 100%;
    bottom: 0;
    -webkit-transition: opacity .3s ease-out, bottom .3s ease-out;
    transition: opacity .3s ease-out, bottom .3s ease-out
}

#contactInfo .modal-dialog .modal-content,
#signIn .modal-dialog .modal-content {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    border-radius: 15px 15px 0 0;
    padding: 5px 0 25px;
    background: #e762a4;
    background: -webkit-gradient(linear, left top, left bottom, from(#e762a4), to(#bf2d76));
    background: linear-gradient(180deg, #e762a4, #bf2d76)
}

#contactInfo .modal-dialog .modal-content .modal-body p,
#signIn .modal-dialog .modal-content .modal-body p {
    font-family: ProximaNova-Light;
    font-size: 16px;
    margin: 0;
    text-align: center
}

#contactInfo .modal-dialog .modal-content .modal-header,
#signIn .modal-dialog .modal-content .modal-header {
    border-bottom: none;
    padding-bottom: 0
}

#contactInfo .modal-dialog .modal-content .modal-header h2,
#signIn .modal-dialog .modal-content .modal-header h2 {
    font-size: 20px;
    text-align: center
}

#contactInfo .modal-dialog .modal-content .modal-header button,
#signIn .modal-dialog .modal-content .modal-header button {
    padding: 0;
    border: none;
    background: transparent;
    position: absolute;
    right: 15px;
    top: 15px
}

#contactInfo .modal-dialog .modal-content .modal-footer,
#signIn .modal-dialog .modal-content .modal-footer {
    border-top: none;
    text-align: center
}

#contactInfo .modal-dialog .modal-content .modal-footer a,
#signIn .modal-dialog .modal-content .modal-footer a {
    width: 75%;
    color: #c81d72;
    background-color: #fff;
    font-size: 16px;
    border-radius: 7px;
    padding: 9px;
    border: none;
    font-family: ProximaNova-SemiBold
}

#contactInfo .modal-footer {
    border-top: none;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px
}

#contactInfo .modal-footer a {
    color: #c81d72;
    background-color: #fff;
    font-size: 16px;
    border-radius: 7px;
    padding: 10px 30px;
    border: none;
    font-family: ProximaNova-SemiBold
}

#contactInfo .modal-footer a.btn {
    color: #fff !important;
    background-color: transparent !important;
    border: 1px solid #fff !important
}

.headBox {
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.headBox .searchBox {
    position: relative
}

.headBox .searchBox input {
    border-radius: 7px;
    padding: 9px 18px;
    width: 220px
}

.headBox .searchBox input::-webkit-input-placeholder {
    color: #f5bcd9
}

.headBox .searchBox input::-moz-placeholder {
    color: #f5bcd9
}

.headBox .searchBox input::-ms-input-placeholder {
    color: #f5bcd9
}

.headBox .searchBox input::placeholder {
    color: #f5bcd9
}

.headBox .searchBox .fa {
    position: absolute;
    left: 190px;
    font-size: 13px;
    top: 13px;
    color: #e2378c
}

.headBox .btnsGrp a {
    margin-left: 5px
}

.headBox .btn-pink {
    margin-left: 15px;
    padding: 7px 21px
}

.select2-search--dropdown {
    padding: 5px;
    background-color: #fce9f2
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #c81d72;
    background-color: #fce9f2
}

.select2-container--default .select2-selection .select2-selection__arrow {
    top: 4px
}

.select2-container--default .select2-selection .select2-selection__arrow b {
    border-width: 5px 4px 0 !important;
    border-color: #e75a9f transparent transparent
}

.has-error input.v2Input {
    border: 1px solid red !important
}

.has-error.input-group-Mobile-number span {
    border: 1px solid red;
    border-right: none !important
}

.has-error .select2-container--default .select2-selection {
    border: 1px solid red !important
}

.dropify-wrapper .dropify-message p {
    font-size: 20px;
    font-family: ProximaNova-SemiBold;
    color: #430a26
}

.dropify-wrapper .dropify-message h6 {
    font-family: ProximaNova-SemiBold;
    font-size: 16px;
    margin: 15px 0
}

.dropify-wrapper {
    border: 1px dashed #e75a9f
}

#hired-candidates-table tbody tr td,
#shortlisted-candidates-table tbody tr td {
    padding: 9px
}

.visaSide ul {
    margin: 0 !important
}

.visaSide a {
    color: #000 !important;
    text-transform: capitalize;
    font-family: ProximaNova-SemiBold
}

.visaSide li:first-child a {
    border-top: 1px solid #ddd;
    padding-bottom: 5px !important
}

.candSide ul {
    margin: 0 !important
}

.candSide a {
    color: #e2378c !important;
    text-transform: capitalize;
    font-family: ProximaNova-SemiBold
}

.candSide li:first-child a {
    border-top: 1px solid #ddd;
    padding-bottom: 5px !important
}

.candSide li:last-child a {
    border-bottom: 1px solid #ddd
}

.empSide ul {
    margin: 0 !important
}

.empSide a {
    color: #353c68 !important;
    text-transform: capitalize;
    font-family: ProximaNova-SemiBold
}

.empSide li:first-child a {
    padding-bottom: 5px !important
}

.jobListBtn,
.jobListBtnn {
    width: 100%;
    margin-bottom: 10px;
    border-radius: 5px;
    border: 1px solid #fce9f2
}

@media screen and (max-width:350px) {

    .jobListBtn,
    .jobListBtnn {
        width: 93%;
        margin-left: 12px
    }
}

@media screen and (max-width:335px) {

    .jobListBtn,
    .jobListBtnn {
        margin-left: 9px
    }
}

.candidateRegistration {
    padding: 5px 0
}

.candidateRegistration h1 {
    font-size: 20px
}

.candidateRegistration #checkout-progress {
    width: 80%;
    margin: 0 auto;
    position: relative
}

.candidateRegistration #checkout-progress:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    height: 2px;
    width: 100%;
    background-color: #ccc;
    -webkit-transform: translateY(-50%) perspective(1000px);
    transform: translateY(-50%) perspective(1000px)
}

.candidateRegistration #checkout-progress:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    height: 2px;
    width: 100%;
    background-color: #e2378c;
    -webkit-transform: scaleX(0) translateY(-50%) perspective(1000px);
    transform: scaleX(0) translateY(-50%) perspective(1000px);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    transition: -webkit-transform .5s ease;
    -webkit-transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease
}

.candidateRegistration #checkout-progress .progressBar {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 24px;
    height: 100px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.candidateRegistration #checkout-progress .progressBar .step {
    z-index: 2;
    position: relative
}

.candidateRegistration #checkout-progress .progressBar .step .step-label {
    position: absolute;
    top: calc(100% + 10px);
    left: 50%;
    -webkit-transform: translateX(-50%) perspective(1000px);
    transform: translateX(-50%) perspective(1000px);
    font-size: 10px;
    text-align: center;
    font-family: ProximaNova-Light;
    font-weight: 100;
    color: #ccc;
    -webkit-transition: .3s ease;
    transition: .3s ease
}

.candidateRegistration #checkout-progress .progressBar .step span {
    color: #ccc;
    font-size: 10px;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    display: block;
    -webkit-transform: translateZ(0) scale(1) perspective(1000px);
    transform: translateZ(0) scale(1) perspective(1000px)
}

.candidateRegistration #checkout-progress .progressBar .step .fa-check {
    font-size: 10px;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transition: -webkit-transform .3s ease;
    -webkit-transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    -webkit-transform: translate3d(-50%, -50%, 0) scale(0) perspective(1000px);
    transform: translate3d(-50%, -50%, 0) scale(0) perspective(1000px)
}

.candidateRegistration #checkout-progress .progressBar .step:after {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) perspective(1000px);
    transform: translate(-50%, -50%) perspective(1000px);
    width: 20px;
    height: 20px;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #ccc;
    -webkit-transition: .3s ease;
    transition: .3s ease
}

.candidateRegistration #checkout-progress .progressBar .step.active span {
    color: #e2378c
}

.candidateRegistration #checkout-progress .progressBar .step.active .step-label {
    color: #430a26;
    font-family: ProximaNova-SemiBold
}

.candidateRegistration #checkout-progress .progressBar .step.active:after {
    border: 2px solid #e2378c
}

.candidateRegistration #checkout-progress .progressBar .step.valid .fa-check {
    -webkit-transform: translate3d(-50%, -50%, 0) scale(1) perspective(1000px);
    transform: translate3d(-50%, -50%, 0) scale(1) perspective(1000px)
}

.candidateRegistration #checkout-progress .progressBar .step.valid span {
    color: #e2378c;
    -webkit-transform: translateZ(0) scale(2) perspective(1000px);
    transform: translateZ(0) scale(2) perspective(1000px)
}

.candidateRegistration #checkout-progress .progressBar .step.valid .step-label {
    color: #e2378c !important
}

.candidateRegistration #checkout-progress .progressBar .step.valid:after {
    background-color: #e2378c;
    border: 5px solid #e2378c
}

.candidateRegistration #checkout-progress.step-2:after {
    -webkit-transform: scaleX(.166) translateY(-50%) perspective(1000px);
    transform: scaleX(.166) translateY(-50%) perspective(1000px)
}

.candidateRegistration #checkout-progress.step-3:after {
    -webkit-transform: scaleX(.4) translateY(-50%) perspective(1000px);
    transform: scaleX(.4) translateY(-50%) perspective(1000px)
}

.candidateRegistration #checkout-progress.step-4:after {
    -webkit-transform: scaleX(.6) translateY(-50%) perspective(1000px);
    transform: scaleX(.6) translateY(-50%) perspective(1000px)
}

.candidateRegistration #checkout-progress.step-5:after {
    -webkit-transform: scaleX(.8) translateY(-50%) perspective(1000px);
    transform: scaleX(.8) translateY(-50%) perspective(1000px)
}
.candidateRegistration #checkout-progress.step-6:after {
    -webkit-transform: scaleX(1) translateY(-50%) perspective(1000px);
    transform: scaleX(1) translateY(-50%) perspective(1000px)
}

.candidateRegistration .button-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    margin: 30px auto
}

.candidateRegistration .button-container button {
    width: 45%
}

.candidateRegistration .button-container button+button {
    margin-left: 15px
}

.candidateRegistration .form-group .input-group input {
    border-radius: 6px 0 0 6px !important
}

.candidateRegistration .form-group .input-group .input-group-addon {
    border-radius: 0 6px 6px 0;
    background-color: #fce9f2;
    border: none;
    color: #430a26
}

.candidateRegistration .btn-dd {
    float: right;
    position: absolute;
    top: 5px;
    right: 5px;
    background: transparent
}

.candidateRegistration .btn-dd[data-toggle=dropdown] {
    padding: 0
}

.candidateRegistration .btn-dd[data-toggle=dropdown] img {
    height: 25px;
    width: 25px;
    border-radius: 50%
}

.candidateRegistration .dropdown-menu#sm-logout {
    position: absolute;
    top: 30px;
    right: 0;
    left: revert;
    min-width: auto !important;
    max-width: 120px !important
}

.candidateRegistration .tickBoxes .btn-info {
    background-color: #fce9f2 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: text;
    min-height: 48px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: none;
    border-radius: 25px
}

.candidateRegistration .tickBoxes .btn-info p {
    white-space: break-spaces;
    margin: 0 0 0 9px;
    text-align: left;
    font-size: 13px;
    color: #777
}

.candidateRegistration .tickBoxes .btn-info+.btn-info {
    margin-top: 10px
}

.candidateRegistration .dropdownDatePicker-wrapper table {
    width: 100%
}

.candidateRegistration .dropdownDatePicker-wrapper table th {
    font-size: 12px;
    font-weight: 400
}

.candidateRegistration .dropdownDatePicker-wrapper table tbody td+td {
    padding-left: 5px !important
}

.candidateRegistration .dropdownDatePicker-wrapper select {
    display: block;
    width: 100%;
    height: 50px;
    padding: 6px 0;
    font-size: 14px;
    line-height: 1.42857143;
    color: #999;
    background-color: #fce9f2;
    background-image: none;
    border-radius: 4px
}

.candidateRegistration .dropdownDatePicker-wrapper table td+td,
.candidateRegistration .dropdownDatePicker-wrapper table th+th {
    padding-left: 5px
}

.candidateRegistration .dropdownDatePicker-wrapper.no-second table td:last-child,
.candidateRegistration .dropdownDatePicker-wrapper.no-second table th:last-child {
    display: none
}

.candidateRegistration .jsRapDateTimePicker select {
    width: 100%;
    height: 51px;
    background-color: #fce9f2;
    border: none
}

.candidateRegistration .select2-container {
    width: 100% !important
}

.candidateRegistration .select2-container--default .select2-selection--single {
    height: 52px !important;
    padding-top: 11px !important
}

.candidateRegistration .select2-container--default .select2-selection--multiple {
    padding-top: 9px !important;
    height: unset !important;
    min-height: 50px !important
}

.candidateRegistration .select2-container--default .select2-selection {
    border: none;
    background-color: #fce9f2
}

.candidateRegistration .select2-container--default .select2-selection .select2-selection__arrow {
    top: 12px;
    right: 9px
}

.candidateRegistration .formSection .formBox,
.candidateRegistration .section5 .fileUp {
    width: 90%;
    margin: auto
}

.candidateRegistration .section5 .sample-images {
    margin-top: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.candidateRegistration .section5 .sample-images h6 {
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: .3px;
    margin: 0 0 14px;
    color: #430a26
}

.candidateRegistration .section5 .sample-images .images_ {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5px
}

.candidateRegistration .section5 .sample-images .small {
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    color: #777
}

.candidateRegistration .section5 .sample-images .small svg {
    margin-right: 5px
}

.candidateRegistration .section5 .img_wrapper {
    width: 186px;
    height: 186px;
    margin: 0 auto;
    border-radius: 50%;
    position: relative
}

.candidateRegistration .section5 .img_wrapper>img,
.candidateRegistration .section5 .img_wrapper>img.profileImage {
    width: 186px;
    height: 186px;
    border-radius: 50%
}

.candidateRegistration .section5 .img_wrapper .editBtn {
    background: #fff;
    padding: 0;
    border: 2px solid #fff;
    border-radius: 50%;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: absolute;
    bottom: -16px;
    right: 43%
}

.candidateRegistration .section5 .img_wrapper .editBtn img {
    height: 29px;
    width: 29px
}

.candidateRegistration .section5 .checkBoxes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    margin: 40px 17%
}

.candidateRegistration .section5 .checkBoxes .form-group {
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 17%
}

.candidateRegistration .tickBoxes .checkBoxes {
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: 75%;
    grid-gap: 15px 0
}

.candidateRegistration .tickBoxes .checkBoxes .langtick,
.candidateRegistration .tickBoxes .checkBoxes .skillTick {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.candidateRegistration .tickBoxes .checkBoxes .langtick label,
.candidateRegistration .tickBoxes .checkBoxes .skillTick label {
    font-size: 14px;
    font-family: ProximaNova-SemiBold;
    margin-bottom: 0;
    color: #1c3957
}

.candidateRegistration .tickBoxes .checkBoxes.skillChecks {
    grid-template-columns: 1fr !important
}

.candidateRegistration p.info {
    font-size: 12px;
    max-width: 50%;
    margin: 20px auto 0;
    color: #e2378c
}

@media screen and (max-width:1360px) {
    .candidateRegistration p.info {
        max-width: 65%
    }
}

@media screen and (max-width:1060px) {
    .candidateRegistration p.info {
        max-width: 75%
    }
}

.candidateRegistration .RequirementSelection-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px
}

.candidateRegistration .RequirementSelection-wrapper .btn-lightpink {
    font-weight: 600;
    font-size: 20px;
    max-width: 320px;
    width: 100%;
    margin-top: 20px
}

.candidateRegistration .RequirementSelection-wrapper .btn-lightpink span {
    display: block;
    font-weight: 100;
    font-size: 10px;
    margin-top: 5px
}

.candidateRegistration .RequirementSelection-wrapper .tickBoxes {
    display: grid;
    margin: 30px 15px 0
}

.candidateRegistration .RequirementSelection-wrapper .tickBoxes .requires {
    background-color: #fce9f2 !important;
    text-align: left;
    margin-bottom: 9px;
    border: 1px solid #ffcbe5;
    padding: 5px 9px;
    font-size: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-radius: 7px
}

.candidateRegistration .RequirementSelection-wrapper .tickBoxes .requires p {
    margin: 0 0 0 5px
}

.candidateRegistration .v2Input {
    width: 100% !important
}

.candidateRegistration .input-group-Mobile-number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.candidateRegistration .input-group-Mobile-number span {
    padding: 15px;
    background-color: #fce9f2;
    border-radius: 6px 0 0 6px;
    border-right: 1px solid #ddd;
    color: #bbb
}

.candidateRegistration .input-group-Mobile-number .mobile_number {
    border-radius: 0 6px 6px 0;
    border: none
}

.has-error input.v2Input,
.has-error textarea {
    border: 1px solid red !important
}

input[type=checkbox]:before {
    position: absolute;
    content: "";
    display: block;
    top: 1px;
    left: 5px;
    width: 6px;
    height: 11px;
    border-style: solid;
    border-color: #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0
}

input[type=checkbox] {
    position: relative;
    width: 17px !important;
    min-width: 17px !important;
    top: -2px;
    margin-right: 7px;
    height: 17px;
    border: none !important;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fce9f2;
    outline: 0;
    cursor: pointer;
    -webkit-transition: .3s cubic-bezier(.1, .1, .25, 1);
    transition: .3s cubic-bezier(.1, .1, .25, 1)
}

input[type=checkbox]:checked {
    color: #fff;
    border-color: #c81d72;
    background: #c81d72
}

input[type=checkbox]:checked:before {
    opacity: 1
}

.dropify-wrapper .dropify-preview .dropify-render img {
    width: 200px
}

.jobRequirements .v2Title {
    margin-bottom: 0;
    text-align: center
}

.jobRequirements #checkout-progress:after {
    -webkit-transform: scaleX(.166) translateY(-50%) perspective(1000px);
    transform: scaleX(.166) translateY(-50%) perspective(1000px)
}

.jobRequirements #section2 {
    margin-top: 25px
}

.jobRequirements #section3 {
    margin: 30px 0 60px
}

.jobRequirements #section3 .v2SubTitle {
    margin: 0 25px 25px
}

.jobRequirements #section4 {
    margin: 30px 0 60px
}

.jobRequirements #section4 .v2SubTitle {
    margin: 0 25px 25px
}

.jobRequirements #section6 {
    margin-top: 30px
}

.jobRequirements #section6 #benefitForm .checkBoxes {
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: 80%;
    margin: 30px auto 0
}

.jobRequirements #section6 #benefitForm .checkBoxes .form-group {
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.jobRequirements #section6 #benefitForm .checkBoxes .form-group label {
    font-family: ProximaNova-SemiBold;
    color: #430a26;
    margin: 0;
    font-size: 12px
}

::-webkit-scrollbar-track {
    background: transparent !important
}

::-webkit-scrollbar-thumb {
    background: #c81d72
}

::-webkit-scrollbar {
    width: 3px !important;
    height: 2px !important
}

html[dir] .dark ::-webkit-scrollbar-thumb {
    background-color: hsla(0, 0%, 100%, .16)
}

#requirementSelectionModal {
    background: #0000006e !important
}

#requirementSelectionModal .modal-dialog {
    float: right;
    margin: 0;
    max-width: 90%
}

#requirementSelectionModal .modal-dialog .modal-content {
    height: 100vh;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0
}

#requirementSelectionModal .modal-dialog .modal-content .modal-header {
    border-bottom: none !important;
    padding-bottom: 0
}

#requirementSelectionModal .modal-dialog .modal-content .modal-header h5 {
    font-family: ProximaNova-SemiBold;
    font-size: 21px;
    color: #430a26;
    max-width: 285px
}

#requirementSelectionModal .modal-dialog .modal-content .modal-header .btn {
    padding: 0;
    position: absolute;
    right: 15px;
    top: 15px
}

#requirementSelectionModal .modal-dialog .modal-content .modal-body {
    padding-bottom: 0;
    height: calc(100vh - 173px);
    overflow: scroll
}

#requirementSelectionModal .modal-dialog .modal-content .modal-body .form-group button {
    padding: 12px 14px;
    position: absolute;
    right: 20px;
    top: 20px
}

@media screen and (max-width:769px) {
    #requirementSelectionModal .modal-dialog .modal-content .modal-body .form-group button {
        top: 17px
    }
}

#requirementSelectionModal .modal-dialog .modal-content .modal-body .collected-pills {
    margin: 20px 0 15px;
    overflow: auto
}

#requirementSelectionModal .modal-dialog .modal-content .modal-body .collected-pills input {
    -ms-flex-item-align: baseline;
    align-self: baseline
}

#requirementSelectionModal .modal-dialog .modal-content .modal-body .collected-pills label {
    white-space: break-spaces;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 0;
    font-size: 12px
}

#requirementSelectionModal .modal-dialog .modal-content .modal-body .collected-pills label p {
    margin: 0 0 0 5px
}

#requirementSelectionModal .modal-dialog .modal-content .modal-body .collected-pills span {
    -ms-flex-item-align: start;
    align-self: flex-start;
    font-size: 20px
}

#requirementSelectionModal .modal-dialog .modal-content .modal-footer {
    border-top: none;
    text-align: center;
    padding-top: 0;
    position: absolute;
    bottom: 0;
    background: #fff;
    width: 100%
}

#requirementSelectionModal .modal-dialog .modal-content .modal-footer button {
    padding: 9px 15px
}

#requirementSelectionModal .modal-dialog .modal-content .modal-footer button p {
    text-align: end;
    font-size: 13px
}

#requirementSelectionModal .modal-dialog .modal-content .modal-footer button[disabled] {
    opacity: .5;
    padding: 9px 15px 0
}

#requirementSelectionModal.right .modal-dialog {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

#requirementSelectionModal.right.fade .modal-dialog {
    right: -320px;
    -webkit-transition: opacity .3s linear, right .3s ease-out;
    transition: opacity .3s linear, right .3s ease-out
}

#requirementSelectionModal.right.fade.in .modal-dialog {
    right: 0
}

.closeModal {
    position: absolute;
    right: 15px;
    top: 15px;
    background: none;
    border: none
}

#choseUser #proceedBtn {
    width: 44%;
    display: inline-block
}

#choseUser .modal-dialog {
    width: 100% !important;
    -webkit-transform: translate(0) !important;
    transform: translate(0) !important;
    height: 100vh
}

#choseUser .modal-dialog .modal-content {
    border-radius: 0;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

#choseUser .modal-dialog .modal-content .modal-header {
    padding: 0
}

#choseUser .modal-dialog .modal-content .modal-header h5 {
    font-size: 22px
}

#choseUser .modal-footer #proceedBtn {
    width: 75%;
    margin-top: 35px
}

#choseUser .grid {
    margin: 15px 0 30px
}

@media screen and (min-width:603px) {
    #choseUser .grid {
        margin: 15px 2px 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

#choseUser .card {
    background-color: #fff;
    border-radius: 5px;
    position: relative
}

#choseUser .card+.card {
    margin-top: 20px
}

@media screen and (min-width:603px) {
    #choseUser .card+.card {
        margin-top: 0;
        margin-left: 10px
    }
}

#choseUser .radio {
    font-size: inherit;
    margin: 0;
    position: absolute;
    left: 20px;
    top: 48px
}

@supports (-webkit-appearance:none) or (-moz-appearance:none) {
    #choseUser .radio {
        -webkit-appearance: none;
        -moz-appearance: none;
        background: #fff;
        border-radius: 50%;
        cursor: pointer;
        height: 25px;
        width: 25px;
        outline: none;
        -webkit-transition: background .2s ease-out;
        transition: background .2s ease-out
    }

    #choseUser .radio:after {
        border: 2px solid #fff;
        border-top: 0;
        border-left: 0;
        content: "";
        display: block;
        height: 14px;
        left: 25%;
        position: absolute;
        top: 45%;
        -webkit-transform: rotate(45deg) translate(-50%, -50%);
        transform: rotate(45deg) translate(-50%, -50%);
        width: 7px
    }

    #choseUser .radio:checked {
        background: #fff
    }

    #choseUser .radio:checked:after {
        border: 2px solid #e2378c;
        border-top: 0;
        border-left: 0
    }
}

#choseUser .plan-details {
    background-color: #fcebf3;
    border-radius: 7px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 300px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 120px;
    padding: 0 0 0 65px !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 1em;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

#choseUser .plan-details h3 {
    font-size: 20px;
    text-align: left;
    margin: 0 0 6px;
    color: #430a26;
    font-family: ProximaNova-Bold
}

#choseUser .plan-details p {
    color: #999 !important;
    margin: 0 !important;
    text-align: left;
    font-size: 14px;
    font-family: ProximaNova-Light
}

#choseUser .radio:checked~.plan-details {
    background-color: #e2378c
}

#choseUser .radio:checked~.plan-details h3 {
    color: #fff
}

#choseUser .radio:checked~.plan-details p {
    color: #fff !important
}

.empConfirm ul {
    padding: 0;
    margin: 0
}

.empConfirm li {
    list-style: none
}

.empConfirm .infoHead {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline
}

.empConfirm .infoHead h5 {
    margin-bottom: 20px;
    margin-top: 0
}

.empConfirm .infoHead li {
    margin-bottom: 12px
}

.empConfirm .infoDetails ul li .title {
    font-size: 12px;
    color: #999
}

.empConfirm .infoDetails ul li .info {
    font-size: 14px;
    font-family: ProximaNova-SemiBold;
    color: #430a26
}

.empConfirm .headBanner {
    background-color: #fce9f2;
    text-align: center;
    padding: 25px 0;
    margin-bottom: 20px
}

.empConfirm .headBanner .v2Title {
    margin: 0
}

.empConfirm .top {
    padding: 0 15px
}

.empConfirm .top .basicInfo,
.empConfirm .top .personalInfo {
    border: 1px solid #e5e5e5;
    border-radius: 9px;
    padding: 15px;
    margin-bottom: 15px
}

.empConfirm .top .basicInfo .infoDetails ul li,
.empConfirm .top .personalInfo .infoDetails ul li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 20px 20px 0
}

.empConfirm .top .langInfo {
    border: 1px solid #e5e5e5;
    border-radius: 9px;
    padding: 15px 25px 0;
    margin-bottom: 15px
}

.empConfirm .top .langInfo .infoHead {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.empConfirm .top .langInfo ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.empConfirm .top .langInfo ul li {
    background-color: #e2378c;
    padding: 6px 18px;
    font-size: 12px;
    color: #fff;
    border-radius: 24px;
    max-width: 99px;
    text-align: center;
    margin: 0 20px 10px 0
}
.empConfirm .top .descInfo {
    border: 1px solid #e5e5e5;
    border-radius: 9px;
    padding: 15px;
    margin-bottom: 15px
}
.empConfirm .top .descInfo ul li .info {
    font-size: 14px;
    font-family: ProximaNova-SemiBold;
    word-wrap: break-word;
    color: #430a26
}

.empConfirm .bottom {
    padding: 0 15px
}

.empConfirm .bottom .requireInfo {
    border: 1px solid #e5e5e5;
    border-radius: 9px;
    padding: 15px;
    margin-bottom: 15px
}

.empConfirm .bottom .requireInfo .infoHead {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.empConfirm .bottom .requireInfo ul {
    grid-gap: 15px 25px;
    max-height: 250px;
    overflow: auto
}

.empConfirm .bottom .requireInfo ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    background: #fce9f2;
    border-radius: 7px;
    padding: 10px;
    margin-bottom: 15px
}

.empConfirm .bottom .requireInfo ul li p {
    margin: 0 0 0 9px;
    font-size: 12px
}

.empConfirm .bottom .benefitInfo {
    border: 1px solid #e5e5e5;
    border-radius: 9px;
    padding: 15px;
    margin-bottom: 15px
}

.empConfirm .bottom .benefitInfo .infoDetails .left {
    margin-bottom: 15px
}

.empConfirm .bottom .benefitInfo .infoDetails .left ul li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 20px 10px 0
}

.empConfirm .bottom .benefitInfo .infoDetails .right ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.empConfirm .bottom .benefitInfo .infoDetails .right ul li .benefitText {
    font-size: 13px;
    font-family: ProximaNova-SemiBold;
    margin: 0 0 0 5px
}

.empConfirm .bottom .benefitInfo .infoDetails .right ul li p {
    margin: 0 0 9px 5px;
    font-size: 13px;
    font-weight: 100
}

#choseUser,
#otpPop {
    background-color: rgba(0, 0, 0, .5)
}

#choseUser .modal-dialog,
#otpPop .modal-dialog {
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    margin: 0
}

#choseUser .modal-header,
#otpPop .modal-header {
    border-bottom: none !important
}

#choseUser .modal-header button,
#otpPop .modal-header button {
    border: none !important;
    background-color: transparent !important;
    padding: 0;
    position: absolute;
    top: 15px;
    right: 15px
}

#choseUser .modal-body,
#otpPop .modal-body {
    padding: 15px !important
}

#choseUser .modal-body #otpForm,
#otpPop .modal-body #otpForm {
    margin: 20px 0
}

#choseUser .modal-body #otpForm #verify_otp_wrap .v2Input,
#otpPop .modal-body #otpForm #verify_otp_wrap .v2Input {
    width: 82%
}

#choseUser .modal-body #otpForm #show_mobile .flag-container,
#otpPop .modal-body #otpForm #show_mobile .flag-container {
    pointer-events: none !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important
}

#choseUser .modal-body #otpForm #show_mobile .flag-container .iti-flag,
#otpPop .modal-body #otpForm #show_mobile .flag-container .iti-flag {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
    display: none
}

#choseUser .modal-body #otpForm #show_mobile .flag-container .selected-dial-code,
#otpPop .modal-body #otpForm #show_mobile .flag-container .selected-dial-code {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
    padding-left: 15px
}

#choseUser .modal-body #otpForm #show_mobile_e .flag-container,
#otpPop .modal-body #otpForm #show_mobile_e .flag-container {
    pointer-events: none !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important
}

#choseUser .modal-body #otpForm #show_mobile_e .flag-container .iti-flag,
#otpPop .modal-body #otpForm #show_mobile_e .flag-container .iti-flag {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
    display: none
}

#choseUser .modal-body #otpForm #show_mobile_e .flag-container .selected-dial-code,
#otpPop .modal-body #otpForm #show_mobile_e .flag-container .selected-dial-code {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
    padding-left: 15px
}

#choseUser .modal-body #otpForm input,
#otpPop .modal-body #otpForm input {
    width: 100%
}

#choseUser .modal-body #otpForm .input-group,
#otpPop .modal-body #otpForm .input-group {
    max-width: 82%;
    margin: 0 auto
}

#choseUser .modal-body #otpForm .input-group .intl-tel-input,
#otpPop .modal-body #otpForm .input-group .intl-tel-input {
    display: block
}

#choseUser .modal-body #otpForm .input-group input,
#otpPop .modal-body #otpForm .input-group input {
    width: 100%;
    border-radius: 6px 0 0 6px !important
}

#choseUser .modal-body #otpForm .input-group .input-group-addon,
#otpPop .modal-body #otpForm .input-group .input-group-addon {
    border-radius: 0 6px 6px 0;
    background-color: #fce9f2;
    border: 1px solid #fce9f2;
    cursor: pointer;
    font-weight: 700;
    color: #c81d72
}

#choseUser .modal-body p,
#otpPop .modal-body p {
    color: #430a26;
    width: 90%;
    margin: 0 auto
}

#choseUser .modal-content,
#otpPop .modal-content {
    text-align: center;
    border: none;
    padding: 15px 0
}

#choseUser .modal-footer,
#otpPop .modal-footer {
    padding-top: 0;
    text-align: center;
    border-top: none !important
}

#choseUser .modal-footer button,
#otpPop .modal-footer button {
    width: 90%;
    padding: 12px 21px;
    font-size: 14px
}

#freeConsultationForm {
    display: inline-block;
    margin: 7px 0
}

#freeConsultationForm .form-group input {
    font-size: 14px
}

#freeConsultationForm .form-group textarea {
    font-size: 14px;
    resize: none
}

#requirements-txt {
    font-family: ProximaNova-SemiBold;
    color: #430a26
}

#requirements-txt::-webkit-input-placeholder {
    color: #430a26;
    font-size: 14px;
    font-family: ProximaNova-SemiBold
}

#requirements-txt::-moz-placeholder {
    color: #430a26;
    font-size: 14px;
    font-family: ProximaNova-SemiBold
}

#requirements-txt::-ms-input-placeholder {
    color: #430a26;
    font-size: 14px;
    font-family: ProximaNova-SemiBold
}

#requirements-txt::placeholder {
    color: #430a26;
    font-size: 14px;
    font-family: ProximaNova-SemiBold
}

.privacyWrap {
    max-width: 90%;
    margin: auto
}

.privacyWrap .policyBox {
    padding: 7px 0
}

.privacyWrap .policyBox h2 {
    font-family: ProximaNova-SemiBold;
    color: #430a26;
    font-size: 18px;
    margin-top: 0
}

.privacyWrap .policyBox p {
    font-size: 14px;
    color: #1c3957
}

.countBlink,
.privacyWrap .policyBox p a {
    color: #c81d72
}

.countBlink {
    background: -webkit-gradient(linear, left top, right top, color-stop(25%, #e2378c), color-stop(50%, #c81d72), color-stop(75%, #ff54a9));
    background: linear-gradient(90deg, #e2378c 25%, #c81d72 50%, #ff54a9 75%);
    width: 65px;
    font-size: 20px;
    background-size: auto auto;
    background-clip: border-box;
    background-size: 200% auto;
    background-clip: text;
    background-size: cover;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-animation: animation-highlight 1.2s linear 0s infinite normal none running;
    animation: animation-highlight 1.2s linear 0s infinite normal none running
}

.countBlink:active,
.countBlink:focus,
.countBlink:focus-visible,
.countBlink:hover {
    color: #c81d72
}

@-webkit-keyframes animation-highlight {
    0% {
        -webkit-filter: drop-shadow(0 0 0 #282d4cb3);
        filter: drop-shadow(0 0 0 #282d4cb3)
    }

    50% {
        -webkit-filter: drop-shadow(0 2px 2px #c81d72);
        filter: drop-shadow(0 2px 2px #c81d72)
    }

    to {
        -webkit-filter: drop-shadow(0 0 0 #282d4cb3);
        filter: drop-shadow(0 0 0 #282d4cb3)
    }
}

@keyframes animation-highlight {
    0% {
        -webkit-filter: drop-shadow(0 0 0 #282d4cb3);
        filter: drop-shadow(0 0 0 #282d4cb3)
    }

    50% {
        -webkit-filter: drop-shadow(0 2px 2px #c81d72);
        filter: drop-shadow(0 2px 2px #c81d72)
    }

    to {
        -webkit-filter: drop-shadow(0 0 0 #282d4cb3);
        filter: drop-shadow(0 0 0 #282d4cb3)
    }
}

@-webkit-keyframes textclip {
    to {
        background-position: 200%
    }
}

@keyframes textclip {
    to {
        background-position: 200%
    }
}

.termswrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.termswrap input[type=checkbox] {
    border: 1px solid #c81d72 !important
}

.text-pink-light {
    color: #e2378c
}

.text-pink-lighta {
    text-decoration: none
}

.text-pink-lighta:hover {
    text-decoration: underline
}

#privacyPolicyModal .modal-dialog,
#tremsandconditionModal .modal-dialog {
    margin: 0
}

#privacyPolicyModal .modal-content,
#tremsandconditionModal .modal-content {
    border-radius: 0
}

#privacyPolicyModal .modal-header,
#tremsandconditionModal .modal-header {
    padding: 15px;
    border-bottom: none;
    position: sticky;
    top: 0;
    z-index: 1;
    background: #fff;
    -webkit-box-shadow: 0 0 3px 0 #0000000f;
    box-shadow: 0 0 3px 0 #0000000f
}

#privacyPolicyModal .modal-header .closeModal,
#tremsandconditionModal .modal-header .closeModal {
    position: absolute;
    left: 15px;
    top: 15px;
    background: none;
    border: none;
    right: unset
}

#privacyPolicyModal .modal-title,
#tremsandconditionModal .modal-title {
    margin: 0;
    font-weight: 500;
    font-size: 20px;
    line-height: 40px;
    color: #430a26
}

#privacyPolicyModal .modal-body,
#tremsandconditionModal .modal-body {
    padding: 0 15px
}

#privacyPolicyModal .panel-group .panel,
#tremsandconditionModal .panel-group .panel {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 1px solid #f5f5f5
}

#privacyPolicyModal .panel-group .fa-chevron-down,
#tremsandconditionModal .panel-group .fa-chevron-down {
    color: #c81d72
}

#privacyPolicyModal .panel-group a.collapsed~.fa-chevron-down:before,
#tremsandconditionModal .panel-group a.collapsed~.fa-chevron-down:before {
    content: "\F077"
}

#privacyPolicyModal .panel-default,
#tremsandconditionModal .panel-default {
    border-color: transparent
}

#privacyPolicyModal .panel-default>.panel-heading,
#tremsandconditionModal .panel-default>.panel-heading {
    background-color: transparent;
    border-color: transparent
}

#privacyPolicyModal .panel-title,
#tremsandconditionModal .panel-title {
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#privacyPolicyModal .panel-group .panel-heading+.panel-collapse>.list-group,
#privacyPolicyModal .panel-group .panel-heading+.panel-collapse>.panel-body,
#tremsandconditionModal .panel-group .panel-heading+.panel-collapse>.list-group,
#tremsandconditionModal .panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: none;
    padding: 0 15px
}

#privacyPolicyModal .panel-body li,
#privacyPolicyModal .panel-body p,
#privacyPolicyModal .privacyWrap .policyBox p,
#tremsandconditionModal .panel-body li,
#tremsandconditionModal .panel-body p,
#tremsandconditionModal .privacyWrap .policyBox p {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #430a26
}

#privacyPolicyModal .panel-body ul,
#privacyPolicyModal .privacyWrap .policyBox ul,
#tremsandconditionModal .panel-body ul,
#tremsandconditionModal .privacyWrap .policyBox ul {
    padding: 0 15px
}

#privacyPolicyModal .panel-body ul.lower-alpha,
#privacyPolicyModal .privacyWrap .policyBox ul.lower-alpha,
#tremsandconditionModal .panel-body ul.lower-alpha,
#tremsandconditionModal .privacyWrap .policyBox ul.lower-alpha {
    list-style: lower-alpha
}

#privacyPolicyModal .panel-body ul .fw-600,
#privacyPolicyModal .privacyWrap .policyBox ul .fw-600,
#tremsandconditionModal .panel-body ul .fw-600,
#tremsandconditionModal .privacyWrap .policyBox ul .fw-600 {
    font-weight: 600
}

#privacyPolicyModal .panel-body ul ul,
#privacyPolicyModal .privacyWrap .policyBox ul ul,
#tremsandconditionModal .panel-body ul ul,
#tremsandconditionModal .privacyWrap .policyBox ul ul {
    list-style: lower-alpha
}

.form-group.has-error .dropdownDatePicker-wrapper .jsRapDateTimePicker select {
    border: 1px solid red !important
}

.detail-list-group {
    padding: 0 20px;
    border: none !important;
    border-radius: 18px;
    background: #fff !important;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .06);
    box-shadow: 0 3px 6px rgba(0, 0, 0, .06)
}

.detail-list-group li {
    border: none !important;
    padding: 25px 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #6d6e6e;
    font-size: 14px
}

.detail-list-group li+li {
    border-top: 1px solid #e0e3e9 !important
}

.cl-dashboard {
    margin-top: -50px;
    padding: 0 !important
}

.cl-dashboard .cl-detail {
    text-align: center;
    background: #c81d72;
    padding: 100px 0 120px;
    color: #fff
}

.cl-dashboard .cl-detail h3 {
    font-size: 36px;
    margin: 0 0 6px;
    font-family: ProximaNova-Bold
}

.cl-dashboard .cl-detail h4 {
    font-size: 16px;
    font-family: ProximaNova-Regular;
    font-weight: 400;
    margin: 0
}

.cl-dashboard .dashboard-menus {
    padding: 10px 20px 30px !important;
    margin-top: -85px
}

.cl-dashboard .dashboard-menus a {
    border-radius: 18px !important
}

.booking_summary_page_content {
    background: #fff;
    height: auto;
    padding: 24px 16px 24px 12px;
    margin: 22px 23px;
    border-radius: 5px
}

.booking_summary_page_content .order_info table {
    margin-bottom: 54px
}

.booking_summary_page_content .order_info table tbody tr td {
    padding-right: 15px;
    font-size: 16px;
    border-top: none
}

.booking_summary_page_content .order_info table tbody tr td+td {
    text-align: right
}

.booking_summary_page_content .order_info table tbody tr td span {
    font-size: 14px;
    line-height: 16px;
    color: #7c7c7c
}

.booking_summary_page_content .order_info table tbody tr:first-child {
    color: #c81d72
}

.booking_summary_page_content .order_info table tbody tr:nth-child(3) td {
    padding-bottom: 20px
}

.booking_summary_page_content .order_info table tbody tr:last-child {
    border-top: 1px solid #707070
}

.booking_summary_page_content .order_info table tbody tr:last-child td {
    padding-top: 16px !important
}

.booking_summary_page_content .order_info table tbody tr:last-child td:first-child {
    display: grid
}

.booking_summary_page_content .btn {
    margin-top: 34px;
    min-height: 42px;
    font-size: 16px;
    line-height: 24px
}

.payment_card_info {
    margin: 22px 20px;
    background: #fff;
    padding: 33px 15px 40px;
    border-radius: 3px
}

.payment_card_info .payment_type_header .cards_wrapper {
    text-align: center;
    margin-bottom: 25px
}

.payment_card_info .payment_type_header .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.payment_card_info .payment_type_header .form-group input[type=radio] {
    height: 16px;
    width: 16px
}

.payment_card_info .payment_type_header .form-group input[type=radio]:checked:before {
    content: "";
    display: block;
    position: relative;
    top: 3px;
    left: 3px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #c81d72
}

.payment_card_info .payment_type_header .form-group label {
    margin-left: 10px;
    color: #000;
    font-weight: 400;
    font-size: 16px
}

.payment_card_info .payment_forms .form-group .control-label {
    color: #47484a !important;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px
}

.payment_card_info .btn {
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    min-height: 42px
}

.redirectWrap {
    background: #e863a5;
    background: -webkit-gradient(linear, left top, left bottom, from(#e863a5), to(#bf2d76));
    background: linear-gradient(180deg, #e863a5, #bf2d76);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100vh;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly
}

.redirectWrap .logo img {
    width: 150px
}

.redirectWrap .store {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.redirectWrap .store img {
    width: 220px
}

.redirectWrap .store .google {
    margin-bottom: 9px
}

.redirectWrap .text img {
    width: 100%;
    display: block
}

.redirectWrap .back a {
    font-family: ProximaNova-SemiBold;
    color: #fff;
    font-size: 18px
}

.empRegister_sm .image_wrapper .dashboard_header {
    height: 360px !important;
    background: none !important
}

.empRegister_sm .image_wrapper .dashboard_header .inner p {
    width: 80%;
    color: #430a26;
    font-family: ProximaNova-SemiBold;
    margin: 9px auto
}

.empRegister_sm .image_wrapper .dashboard_header .inner h3 {
    font-size: 16px;
    color: #430a26;
    margin: 15px 0;
    font-family: ProximaNova-Bold
}

.empRegister_sm .image_wrapper .dashboard_header .inner h3 span {
    color: #e2378c
}

.empRegister_sm .image_wrapper .dashboard_header .d-flex a {
    width: 65%
}

.empRegister_sm .image_wrapper .dashboard_header .d-flex a+a {
    margin-top: 9px
}

.empRegister_sm .how_it_Works_wrapper h2 {
    font-size: 26px;
    font-family: ProximaNova-Bold;
    line-height: 36px;
    margin: 5px 0 45px
}

@media screen and (max-width:350px) {
    .empRegister_sm .how_it_Works_wrapper h2 {
        font-size: 24px
    }
}

.empRegister_sm .testimonials {
    text-align: center;
    padding: 75px 0
}

.empRegister_sm .testimonials h3 {
    margin-top: 0
}

.empRegister_sm .testimonials p.texts {
    color: #430a26
}

.empRegister_sm .testimonials .testimonialsBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    margin: 15px
}

.empRegister_sm .testimonials .testimonialsBox .slick-arrow {
    display: none !important
}

.empRegister_sm .testimonials .testimonialsBox .tests {
    border: 1px solid #e2378c;
    padding: 35px 30px 30px 35px;
    border-radius: 9px;
    margin-right: 35px
}

@media screen and (max-width:720px) {
    .empRegister_sm .testimonials .testimonialsBox .tests {
        margin: 25px
    }
}

@media screen and (max-width:480px) {
    .empRegister_sm .testimonials .testimonialsBox .tests {
        margin: 15px;
        padding: 25px
    }
}

.empRegister_sm .testimonials .testimonialsBox .tests:last-child {
    margin-right: 0
}

.empRegister_sm .testimonials .testimonialsBox .tests p {
    margin: 25px 0 0
}

.empRegister_sm .testimonials .testimonialsBox .tests h6 {
    color: #430a26;
    font-size: 18px;
    margin: 30px 0 0;
    font-family: ProximaNova-SemiBold
}

.empRegister_sm .testimonials .testimonialsBox .tests span {
    color: #777;
    font-size: 14px
}

.empRegister_sm .articles {
    text-align: center;
    padding-top: 75px
}

.empRegister_sm .articles h3 {
    margin-top: 0
}

.empRegister_sm .articles p {
    color: #430a26
}

.empRegister_sm .articles p:first-child {
    font-size: 18px;
    font-family: ProximaNova-SemiBold;
    margin: 0 0 20px
}

.empRegister_sm .articles .articlesBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: left;
    margin: 15px;
    border: 1px solid #e2378c;
    padding: 35px 30px 30px 35px;
    border-radius: 9px
}

.empRegister_sm .articles .articlesBox .slick-arrow {
    display: none !important
}

.empRegister_sm .articles .articlesBox .btn-pink {
    margin: 30px 0 0;
    width: auto;
    background-color: #f9e8f1 !important;
    color: #430a26 !important;
    border: none !important;
    max-width: 140px
}

.empRegister_sm .articles .slick-dots li.slick-active button:before {
    opacity: 1;
    font-size: 15px;
    color: #c81d72 !important
}

.empRegister_sm .articles .slick-dots li button:before {
    font-size: 10px;
    opacity: 1;
    color: #f9e8f1;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.empRegister_sm .about-us-content {
    margin: 45px 0 0;
    background: #f9e8f1;
    padding: 25px 7% 40px
}

.empRegister_sm .about-us-content h3 {
    font-weight: 850;
    color: #430a26 !important;
    font-size: 24px;
    text-align: center;
    margin: 0 0 20px
}

.empRegister_sm .about-us-content p {
    margin: 0;
    font-size: 14px;
    text-align: justify;
    color: #777;
    text-justify: inter-word
}

.empRegister_sm .about-us-content p+p {
    margin-top: 10px
}

.candidateRegisterPage .image_wrapper .dashboard_header {
    background: url("../images/v2/pink-bg-sm.png");
    background-position: top;
    background-repeat: no-repeat;
    height: 600px;
    text-align: center
}

.candidateRegisterPage .image_wrapper .dashboard_header .inner {
    padding: 25px 15px 5px !important;
    height: unset !important
}

.candidateRegisterPage .image_wrapper .dashboard_header .inner.content h1 {
    margin-top: 0;
    font-size: 36px;
    font-family: ProximaNova-Bold;
    color: #430a26 !important
}

@media screen and (max-width:370px) {
    .candidateRegisterPage .image_wrapper .dashboard_header .inner.content h1 {
        font-size: 34px
    }
}

@media screen and (max-width:350px) {
    .candidateRegisterPage .image_wrapper .dashboard_header .inner.content h1 {
        font-size: 32px
    }
}

.candidateRegisterPage .image_wrapper .dashboard_header .inner.content span {
    margin: 4px 0 0;
    font-size: 16px;
    font-family: ProximaNova-Bold;
    letter-spacing: 1.8px;
    color: #67113b;
    display: block
}

@media screen and (max-width:370px) {
    .candidateRegisterPage .image_wrapper .dashboard_header .inner.content span {
        font-size: 14px
    }
}

@media screen and (max-width:350px) {
    .candidateRegisterPage .image_wrapper .dashboard_header .inner.content span {
        font-size: 12px
    }
}

.candidateRegisterPage .image_wrapper .dashboard_header .inner.content h3 {
    font-size: 26px;
    color: #c81d72 !important;
    margin-top: 26px;
    font-family: ProximaNova-Bold
}

@media screen and (max-width:370px) {
    .candidateRegisterPage .image_wrapper .dashboard_header .inner.content h3 {
        font-size: 24px
    }
}

@media screen and (max-width:350px) {
    .candidateRegisterPage .image_wrapper .dashboard_header .inner.content h3 {
        font-size: 22px
    }
}

.candidateRegisterPage .image_wrapper .dashboard_header h2 {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 16px
}

@media screen and (max-width:370px) {
    .candidateRegisterPage .image_wrapper .dashboard_header h2 {
        font-size: 24px
    }
}

@media screen and (max-width:350px) {
    .candidateRegisterPage .image_wrapper .dashboard_header h2 {
        font-size: 22px
    }
}

.candidateRegisterPage .image_wrapper .dashboard_header .d-flex {
    text-align: center
}

.candidateRegisterPage .image_wrapper .dashboard_header .d-flex button {
    width: 65%;
    margin-bottom: 25px
}

.candidateRegisterPage .image_wrapper .dashboard_header .d-flex button+button {
    margin-left: 9px
}

.candidateRegisterPage .image_wrapper .dashboard_header button.btn-pink-text {
    margin-top: 15px
}

.candidateRegisterPage .image_wrapper .dashboard_header .d-flex a {
    min-width: 141px;
    padding: 12px 21px
}

.candidateRegisterPage .image_wrapper .dashboard_header .d-flex a.pd {
    padding: 15px 20px
}

.candidateRegisterPage .image_wrapper .dashboard_header .countBox {
    -webkit-box-shadow: rgba(99, 99, 99, .2) -1px 3px 12px 2px;
    box-shadow: -1px 3px 12px 2px rgba(99, 99, 99, .2);
    border-radius: 9px;
    padding: 25px 0 30px;
    width: 300px;
    margin: 5px auto 30px
}

.candidateRegisterPage .image_wrapper .dashboard_header .countBox a {
    font-size: 14px;
    padding: 9px 24px
}

.candidateRegisterPage .image_wrapper .dashboard_header .countBox .count {
    font-size: 42px;
    font-family: ProximaNova-Bold;
    color: #c81d72
}

.candidateRegisterPage .image_wrapper .dashboard_header .countBox p {
    font-size: 14px;
    color: #430a26;
    font-family: ProximaNova-SemiBold;
    margin: -4px 0 12px
}

.candidateRegisterPage .slick-arrow {
    display: none !important
}

.how_it_Works_wrapper {
    text-align: center;
    max-width: 80%;
    margin: auto
}

.how_it_Works_wrapper .how_it_works_images {
    margin: 35px 0 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 35px 0
}

.how_it_Works_wrapper .how_it_works_images .img-item {
    width: 50%
}

@media screen and (max-width:360px) {
    .how_it_Works_wrapper .how_it_works_images .img-item {
        width: 100%
    }
}

.how_it_Works_wrapper .how_it_works_images .img-item h4,
.how_it_Works_wrapper .how_it_works_images .img-item h5 {
    font-size: 16px;
    margin: 12px 0 4px;
    color: #430a26;
    font-family: ProximaNova-SemiBold
}

.how_it_Works_wrapper .how_it_works_images .img-item span {
    font-size: 13px
}

.frequent_question_list {
    background: #fde9f2;
    text-align: center;
    padding: 30px 0 40px
}

.frequent_question_list h4 {
    margin-bottom: 9px
}

.frequent_question_list p.text {
    margin: 0 auto 30px;
    width: 75%;
    color: #430a26;
    text-align: center;
    font-size: 13px;
    font-family: ProximaNova-SemiBold
}

.frequent_question_list .questions_list .accordion .card {
    max-width: 1220px;
    margin: 0 auto
}

.frequent_question_list .questions_list .accordion .card .question_card {
    border: 1px solid #ddd;
    text-align: left;
    -webkit-transition: all .5s;
    transition: all .5s;
    background: #fff;
    border-radius: 6px
}

.frequent_question_list .questions_list .accordion .card .question_card .card-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px;
    cursor: pointer
}

.frequent_question_list .questions_list .accordion .card .question_card .card-header .fa-plus:before {
    content: "+";
    font-size: 19px;
    color: #707070;
    font-weight: 600
}

.frequent_question_list .questions_list .accordion .card .question_card .card-header .fa-minus:before {
    content: "\2212";
    font-size: 19px;
    color: #707070;
    font-weight: 600
}

.frequent_question_list .questions_list .accordion .card .question_card .card-header.collapsed a {
    font-weight: 400;
    text-decoration: none
}

.frequent_question_list .questions_list .accordion .card .question_card .card-header a.card-title {
    text-decoration: none;
    color: #2a2e33;
    font-family: ProximaNova-SemiBold;
    font-size: 14px;
    max-width: 80%
}

.frequent_question_list .questions_list .accordion .card .question_card .card-body {
    font-family: ProximaNova-Regular;
    font-size: 16px;
    color: #707070
}

.frequent_question_list .questions_list .accordion .card .question_card .card-body p {
    margin: 0 15px 15px;
    color: #430a26;
    font-size: 12px
}

.frequent_question_list .questions_list .accordion .card .question_card+.question_card {
    margin-top: 10px
}

.booking_section {
    background: #f5f5f5;
    text-align: center;
    width: 100%;
    font-family: ProximaNova-SemiBold;
    padding: 60px 0
}

.booking_section p {
    font-size: 20px;
    line-height: 26px;
    max-width: 80%;
    margin: 0 auto 25px;
    color: #430a26
}

.booking_section .btn-bookNow {
    color: #fff;
    background: #e2378c;
    border-radius: 5px;
    border: 1px solid #e2378c;
    padding: 15px 30px;
    font-size: 15px
}

.how_it_Works_steps {
    background-color: #f9e8f1;
    padding: 35px 0 50px
}

.how_it_Works_steps .stepsBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px
}

.how_it_Works_steps h2,
.how_it_Works_steps h3 {
    text-align: center;
    max-width: 85%;
    margin: auto;
    font-size: 26px;
    font-family: ProximaNova-Bold
}

.how_it_Works_steps .step {
    width: 90%
}

.how_it_Works_steps .step h4 {
    margin-top: 0;
    color: #430a26;
    font-size: 20px;
    font-weight: 600
}

@media screen and (max-width:350px) {
    .how_it_Works_steps .step h4 {
        font-size: 18px
    }
}

.how_it_Works_steps .step p {
    font-size: 13px;
    color: #7a7575;
    line-height: 18px
}

@media screen and (max-width:390px) {
    .how_it_Works_steps .step p {
        font-size: 12px
    }
}

.how_it_Works_steps .step1 {
    background: url("../images/v2/one.png");
    background-repeat: no-repeat;
    padding: 50px 30px 65px 70px;
    margin-bottom: 30px
}

@media screen and (max-width:360px) {
    .how_it_Works_steps .step1 {
        padding: 40px 45px 40px 85px
    }
}

.how_it_Works_steps .step2 {
    background: url("../images/v2/two.png");
    background-repeat: no-repeat;
    padding: 50px 45px 40px 85px
}

@media screen and (max-width:350px) {
    .how_it_Works_steps .step2 {
        padding: 30px 30px 40px 85px
    }
}

.how_it_Works_steps .step3 {
    background: url("../images/v2/three.png");
    background-repeat: no-repeat;
    padding: 50px 40px 80px 80px;
    margin-top: 30px
}

.snapshot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 25px 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-bottom: 1px solid #eee
}

.snapshot .left {
    width: 90%
}

.snapshot .left h3 {
    margin-bottom: 3px
}

.snapshot .left p {
    color: #430a26;
    margin: 20px 0;
    font-size: 13px
}

.snapshot .left ul {
    padding-left: 15px
}

.snapshot .left ul li {
    border-bottom: 1px solid #eee
}

.snapshot .left ul li:last-child {
    border-bottom: none
}

.snapshot .left ul li::marker {
    color: #c81d72;
    font-size: 18px
}

.snapshot .left ul li p {
    font-size: 14px;
    font-family: ProximaNova-SemiBold
}

.snapshot .right img {
    display: unset;
    width: 300px
}

@media screen and (max-width:430px) {
    .snapshot .right img {
        width: 100%
    }
}

.find_maid_nanny {
    margin: 45px 0 0;
    padding: 25px 7% 40px
}

.find_maid_nanny h2 {
    font-weight: 850;
    color: #430a26 !important;
    font-size: 24px;
    text-align: center;
    margin: 0 0 20px
}

.find_maid_nanny p {
    margin: 0;
    font-size: 14px;
    text-align: justify;
    color: #777
}

.maidImages {
    padding: 45px;
    background: #f9e8f1
}

.maidImages .imgBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.maidImages .imgBox:after {
    content: "";
    height: 325px;
    width: 375px;
    background-color: #c81d72;
    opacity: .5;
    display: block;
    position: absolute;
    top: 0;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out
}

@media screen and (max-width:480px) {
    .maidImages .imgBox:after {
        width: 325px;
        height: 300px
    }
}

@media screen and (max-width:420px) {
    .maidImages .imgBox:after {
        width: 275px;
        height: 250px
    }
}

@media screen and (max-width:360px) {
    .maidImages .imgBox:after {
        width: 225px;
        height: 200px
    }
}

.maidImages .imgBox:focus:after {
    top: 325px;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out
}

.maidImages .imgBox img {
    display: block;
    width: 375px;
    height: 325px;
    -o-object-fit: cover;
    object-fit: cover
}

@media screen and (max-width:480px) {
    .maidImages .imgBox img {
        width: 325px;
        height: 300px
    }
}

@media screen and (max-width:420px) {
    .maidImages .imgBox img {
        width: 275px;
        height: 250px
    }
}

@media screen and (max-width:360px) {
    .maidImages .imgBox img {
        width: 225px;
        height: 200px
    }
}

.landingPage {
    background: #fff !important;
    height: calc(100vh - 57px)
}

.landingPage .pageContent {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.landingPage .pageContent .findWorker {
    height: 50vh;
    background-color: #f9e8f1;
    padding: 50px 0
}

.landingPage .pageContent .findJob {
    height: 50vh;
    padding: 50px 0
}

.landingPage .pageContent .jobBox,
.landingPage .pageContent .workBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.landingPage .pageContent .jobBox h1,
.landingPage .pageContent .workBox h1 {
    font-size: 30px;
    font-family: ProximaNova-Bold;
    color: #000;
    margin-bottom: 5px;
    margin-top: 0
}

.landingPage .pageContent .jobBox a,
.landingPage .pageContent .workBox a {
    color: #e2378c;
    font-size: 15px;
    font-family: ProximaNova-Bold
}

.landingPage .pageContent .jobBox .jobCount,
.landingPage .pageContent .workBox .jobCount {
    margin: 20px 0 10px
}

.landingPage .pageContent .jobBox .jobCount span,
.landingPage .pageContent .workBox .jobCount span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    background-color: #e2378c;
    color: #fff;
    width: 50px;
    height: 50px;
    font-size: 30px;
    border-radius: 7px;
    font-family: ProximaNova-Bold;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.landingPage .pageContent .jobBox p,
.landingPage .pageContent .workBox p {
    font-family: ProximaNova-SemiBold;
    font-size: 15px;
    color: #430a26;
    margin: 15px 0 0;
    text-transform: capitalize
}

.landingPage .pageContent .btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    margin-top: 50px
}

.landingPage .pageContent .btns a {
    text-align: center;
    width: 40%
}

.contactUs .info {
    border-bottom: 1px solid #eee
}

.contactUs #sendMsg {
    width: 85%;
    margin: 40px auto 30px
}

.contactUs textarea {
    resize: none
}

.contactUs .banner {
    text-align: center;
    background-color: #f9e8f1;
    padding: 10px 0 30px
}

.contactUs .banner h1 {
    margin-bottom: 20px
}

.contactUs .banner p {
    font-size: 13px;
    max-width: 65%;
    margin: auto
}

.contactUs .info {
    padding: 0 20px 15px
}

.contactUs .info h2 {
    margin-bottom: 25px
}

.contactUs .info ul {
    padding: 0;
    margin: 0
}

.contactUs .info ul li {
    list-style: none;
    margin-bottom: 20px
}

.contactUs .info ul li a {
    font-size: 16px;
    margin-left: 8px;
    color: #430a26
}

.v2Input {
    width: 100%
}

.sidebtn {
    border-top: none !important;
    color: #e2378c
}

#candidateListingTable {
    text-align: center
}

.worker-listing .theme-form {
    margin-top: 0 !important
}

@media screen and (max-width:350px) {

    .worker-listing .commitBox .row .col-xs-6,
    .worker-listing .locateBox .row .col-xs-6 {
        width: 100%
    }
}

.profileCard {
    border: 1px solid #ffe2f1;
    border-radius: 7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 5px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 9px;
    width: auto
}

.profileCard .left .profileImg {
    width: 65px;
    height: 75px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 5px
}

.profileCard .right {
    margin-left: 9px;
    width: 100%
}

.profileCard .right .profileName {
    color: #430a26;
    font-size: 16px;
    text-align: left;
    margin: 3px 0 3px 9px;
    font-family: ProximaNova-SemiBold
}

.profileCard .right .profileName .accepted {
    float: right;
    color: #fff;
    background: #c81d72;
    font-size: 12px;
    border-radius: 25px;
    padding: 3px 10px
}

.profileCard .right .profileName .rejected {
    float: right;
    background: #fce9f2;
    font-size: 12px;
    border-radius: 25px;
    padding: 3px 10px
}

.profileCard .right p {
    text-align: center;
    font-size: 15px;
    color: #777
}

.profileCard .right .details {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 9px 18px;
    padding: 5px 10px
}

@media screen and (max-width:350px) {
    .profileCard .right .details {
        grid-template-columns: 1fr
    }
}

.profileCard .right .details .detailBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    text-overflow: ellipsis;
    overflow: auto
}

.profileCard .right .details .detailBox span {
    font-size: 12px;
    margin-left: 5px;
    color: #666;
    text-align: left;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    text-overflow: ellipsis;
    overflow: hidden;
    width: auto
}

@media screen and (max-width:450px) {
    .profileCard .right .details .detailBox span.category {
        text-overflow: ellipsis;
        overflow: auto;
        white-space: nowrap
    }
}

@media screen and (max-width:410px) {
    .profileCard .right .details .detailBox span.category {
        width: 130px
    }
}

@media screen and (max-width:390px) {
    .profileCard .right .details .detailBox span.category {
        width: 110px
    }
}

@media screen and (max-width:370px) {
    .profileCard .right .details .detailBox span.category {
        width: 95px
    }
}

@media screen and (max-width:350px) {
    .profileCard .right .details .detailBox span.category {
        width: 165px
    }
}

.v2para {
    width: 75%;
    color: #430a26;
    text-align: center;
    font-size: 13px;
    font-family: ProximaNova-SemiBold;
    margin: 9px auto
}

#contactPop .modal-dialog .modal-content .modal-header {
    position: relative;
    border-bottom: none
}

#contactPop .modal-dialog .modal-content .modal-header button {
    position: absolute;
    padding: 0;
    right: 12px;
    top: 9px;
    background-color: transparent;
    border: none
}

#contactPop .modal-dialog .modal-content .modal-footer {
    padding: 0 15px 15px;
    border-top: none
}

#testModal .modal-dialog {
    -webkit-transform: translateY(25%);
    transform: translateY(25%)
}

#testModal .modal-dialog .modal-content {
    border-radius: 12px
}

#testModal .modal-dialog .modal-content .modal-header {
    border-bottom: none;
    position: relative
}

#testModal .modal-dialog .modal-content .modal-header h1 {
    text-align: center
}

#testModal .modal-dialog .modal-content .modal-header button {
    position: absolute;
    right: 15px;
    top: 15px;
    padding: 0;
    background: transparent;
    border: none
}

#testModal .modal-dialog .modal-content .modal-body form {
    display: inline-block;
    width: 100%
}

#testModal .modal-dialog .modal-content .modal-body form .form-group {
    margin-bottom: 25px
}

#testModal .modal-dialog .modal-content .modal-body form .form-group .v2Input {
    width: 100%
}

#testModal .modal-dialog .modal-content .modal-body form .form-group textarea {
    resize: none
}

#testModal .modal-dialog .modal-content .modal-footer {
    text-align: center;
    border-top: none;
    padding: 0 0 30px
}

.article-page-sm {
    padding-bottom: 25px
}

.article-page-sm h1 {
    padding: 25px 0 20px;
    text-align: center;
    background: #f9e8f1;
    font-weight: 695;
    font-size: 24px;
    line-height: 48px;
    color: #430a26
}

.article-page-sm h3 {
    color: #5f5f5f;
    font-size: 26px;
    margin: 5px 0 10px !important
}

.article-page-sm h3 a {
    color: #5f5f5f;
    font-weight: 700
}

.article-page-sm .article-short-des {
    text-align: justify
}

.article-page-sm .article-row {
    padding: 0 10px
}

.article-page-sm .article-row+.article-row {
    margin-top: 7px
}

.article-page-sm .article-dot:before {
    color: #e2378c;
    content: ".";
    font-family: times new roman;
    font-size: 40px;
    line-height: 0;
    margin-left: -3px
}

.article-page-sm .article-border {
    border-left: 5px solid #f5f5f5
}

.article-page-sm .article-outer-image {
    margin-top: 10px;
    text-align: right
}

.article-page-sm .article-outer-image img {
    border: 5px solid #f8f8f8;
    width: 300px
}

.article-page-sm .article-date {
    position: absolute;
    left: 30px;
    background-color: #f9e8f1;
    color: #e2378c;
    text-align: right;
    width: 100px;
    margin-top: 9px;
    padding-right: 3px
}

.article-page-sm .post-footer {
    background: #f9e8f1;
    padding: 7px 15px;
    overflow: hidden;
    line-height: 30px;
    margin-top: 20px
}

.article-page-sm .post-footer a {
    color: #e2378c !important
}

.article-page-sm .pagination ul li {
    height: 34px
}

.article-page-sm .pagination ul li.active span {
    background: #e2378c;
    border: 1px solid #e2378c
}

.article-page-sm .pagination ul li a {
    height: 34px;
    padding: 6px 12px;
    font-size: 14px
}

.article-page-sm .pagination ul li+li {
    margin-left: 3px
}

.articles-detail-wrapper-sm {
    padding: 0 15px
}

.articles-detail-wrapper-sm img {
    border-radius: 5px;
    width: 100%;
    height: 200px;
    -o-object-fit: contain;
    object-fit: contain
}

.articles-detail-wrapper-sm h1 {
    font-size: 28px;
    line-height: 35px;
    margin: 5px 0 10px !important;
    color: #5f5f5f;
    font-weight: 700
}