/* @font-face {
    font-family: 'gilroybold';
    src: url('../fonts/gilroy-bold-webfont.woff2') format('woff2'),
        url('../fonts/gilroy-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'gilroymedium';
    src: url('../fonts/gilroy-medium-webfont.woff2') format('woff2'),
        url('../fonts/gilroy-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'gilroyblack';
    src: url('../fonts/gilroy-black-webfont.woff2') format('woff2'),
        url('../fonts/gilroy-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'gilroyregular';
    src: url('../fonts/gilroy-regular-webfont.woff2') format('woff2'),
        url('../fonts/gilroy-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

} 

* {
    font-family: 'gilroyregular';
}
*/
html {
    scroll-behavior: smooth;
}

* {
    font-family: 'Sora' !important;
}

a {
    text-decoration: none;
    cursor: pointer;
}

.text-yellow {
    color: #EFC045;
}

.text-red {
    color: #BD0440;
}

.text-dark {
    color: #353444;
}

.text-blue {
    color: #24337D;
}

.text-blue1 {
    color: #24337D;
}

.text-gray2 {
    color: #d9d9d9;
}

.fw-medium {
    font-weight: 500;
}

.fw-semibold {
    font-weight: 600 !important;
}

.fa {
    font-family: "FontAwesome" !important;
}

p,
li {
    font-size: 14px;
    line-height: 26px;
}

.btn {
    font-size: 14px;
    text-transform: capitalize;
}

h1 {
    font-size: 42px;
    line-height: 58px;
    font-family: 'gorditamedium';
}

.h2,
h2 {
    font-size: 1.8rem;
}

.h6,
h6 {
    font-size: 0.95rem;
}

.fs-6 {
    font-size: 0.85rem !important;
}

/* h1 span {
    font-family: 'gorditabold';
} */

.fs-4 {
    font-size: 1.2rem !important;
}

.list-decimal {
    list-style-type: decimal;
}

.form-control:focus,
button:focus:not(:focus-visible) {
    box-shadow: none;
}

nav.bg-light {
    background-color: #FFF !important;
    box-shadow: 0px 6px 12px rgba(0 0 0 /16%);
}

.btn-primary {
    background: #FFF;
    border-radius: 7px;
    padding: 10px 20px;
    color: #353444;
    font-size: 14px;
}

.bg-red {
    background: #BD0440;
}

.bg-gray {
    background-color: #f6f6f6;
}

.bg-blue {
    background-color: #315098;
}

.text-olive {
    color: #A2AD00;
}

body.web {
    padding-top: 0;
}

.web header {
    /* background: url(../img/bannerBg.png) no-repeat center bottom;
    position: static; */
    background: #fff;
}

.navbar .menu .nav-link {
    padding: 0;
}

.navbar .menu .nav-item {
    padding: 0 15px;
}

.navbar .menu .nav-item:last-child {
    padding-right: 0;
}

.bannerLt p {
    width: 60%;
    line-height: 30px;
}

.banner2Cnt h1 {
    font-size: 28px;
    line-height: 48px;
}

.findIntern h2 {
    font-size: 24px;
}

.logos {
    box-shadow: 0px 6px 21px #00000017;
    border-radius: 9px;
}

.features {
    background: url(../img/dot_rect.svg) no-repeat 94% 40px;
}

.features li {
    background: url(../img/disc_blue.svg) no-repeat left 28px;
    padding: 20px 0 0px 25px;
    background-size: 8px;
    font-size: 16px;
}

.featGrid {
    box-shadow: 0px 7px 20px #0000001F;
}

.testimonial .testiTxt,
.desWidth-50 {
    width: 50%;
}

.wayToHire {
    background: #FFF2F6;
}

.hireCnt {
    box-shadow: 0px 15px 25px #0D928B30;
    border-radius: 22px;
}

.hireCnt p {
    padding: 0 20px;
}

.whyChoose li {
    transition: 0.2s ease-out;
}

.whyChoose li:hover {
    background: #FFF;
    box-shadow: 0px 9px 20px #0000000F;
    border-radius: 12px;
    transition: 0.2s ease-out;
}

.appLink {
    background: #141725;
}

footer {
    background-color: #000727;
    padding-top: 30px;
}

.subscribe .form-control {
    padding-left: 40px;
    font-size: 14px;
    background: #FFF url(../img/mail.svg) no-repeat 10px;
}

.footMain {
    border-bottom: 1px solid #FFF;
    padding-bottom: 25px;
}

.mobileApp img {
    z-index: 9;
    top: 40px;
}

.banner2 {
    /* background: url(../img/banner2_bg.png) no-repeat; */
    background: #fff;
}

.btn-outlined {
    border: 1px solid #E7BF07;
    border-radius: 10px;
    padding: 10px 20px;
    font-size: 14px;
    transition: 0.2s ease-in-out;
}

.btn-outlined-blue,
.btn-outlined-none,
.backBtn {
    border: 1px solid #315098;
    color: #315098;
    padding: 7px 30px;
    border-radius: 10px;
    font-size: 14px;
    transition: 0.2s ease-in-out;
}

.btn-outlined-blue:hover,
.btn-outlined-none:hover,
.backBtn:hover {
    background-color: #315098;
    color: #FFF;
}

.btn-outlined-blue:hover img {
    filter: invert(99%) sepia(83%) saturate(2%) hue-rotate(197deg) brightness(150%) contrast(100%);
}

.videoLink {
    color: #353444;
}

.videoLink:hover {
    color: #EFC045;
}

.searchPanel .input-group.location {
    width: 30%;
    background: #E8E8E8;
    padding: 4px 0;
}

/* .searchPanel .input-group.job {
    width: 70%;
} */

.searchPanel {
    border: 1px solid #24337D;
    border-radius: 10px;
    background: #FFF;
}

.searchPanel .input-group .form-control {
    background: transparent;
    border-radius: 7px;
    border: none;
    font-size: 14px;
}

.searchPanel .input-group .input-group-text {
    border: none;
    background-color: transparent;
}

.searchPanel button {
    background: #CCC;
    border-radius: 100% !important;
    width: 44px;
    height: 44px;
}

.searchPanel button:focus {
    box-shadow: none;
}

.cities {
    background: #24337D;
}

.cities li {
    border-radius: 16px;
    min-height: 200px;
}

.cities li:nth-child(odd) {
    min-height: 100px;
}

.cities .owl-stage {
    display: flex;
    align-items: center;
}

.cities .owl-carousel .owl-item img {
    width: 90px;
    display: inline-block;
    object-fit: contain;
    height: 120px;
}

body {
    padding-top: 70px;
    overflow-x: hidden;
}

header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999;
}

body.login {
    /* background: #F5F2EA; */
}

.f-10 {
    font-size: 10px;
    line-height: 20px;
}

.f-11 {
    font-size: 11px;
    line-height: 20px;
}

.f-12 {
    font-size: 12px !important;
    line-height: 20px;
}

.f-13 {
    font-size: 13px !important;
}

.f-14 {
    font-size: 14px;
}

.fs-5,
h5,
.h5 {
    font-size: 1rem !important;
}

.formContent {
    background: url(../img/loginBg.svg) no-repeat center center;
    height: calc(100vh - 70px);
    background-size: 100%;
}

.formSec {
    background: #F9FAE5;
    border-radius: 40px;
    box-shadow: 0px 3px 6px rgba(0 0 0 / 16%);
}

.formSec .form-control,
.formSec .form-control:focus {
    border: 1px solid #315098;
    border-radius: 11px;
    padding: 9px;
    border-left: none;
    font-size: 14px;
}

.formSec .input-group-text {
    background: #FFF;
    border-color: #315098;
    border-radius: 11px;
}

.border-left-0 {
    border-left: none;
}

.border-right-0 {
    border-right: none;
}

.border-bottom,
.border-top {
    border-color: #E5E5E5 !important;
}

.border-bottom.border-bottom-light {
    border-color: #f0f0f0 !important;
}

.form-control:focus {
    border-color: #ececec;
}

.form-control.filledBox:focus {
    background-color: #f6f6f6;
}

.btn-prim,
.btn-prim:hover,
.btn-danger,
.btn-danger:hover,
.btn-gray,
.btn-gray:hover,
.btn-green,
.btn-green:hover,
.btn-orange-lt,
.btn-orange-lt:hover,
.btn-green-lt,
.btn-green-lt:hover,
.btn-prev,
.btn-prev:hover,
.btn-success,
.btn-success:hover,
.btn-orange,
.btn-orange:hover {
    background: #24337D;
    border-radius: 6px;
    padding: 7px 30px;
    color: #FFF;
    transition: 0.2s ease-in-out;
    font-size: 11px;
}

.btn-orange-lt {
    background: #F5BA39;
}

.btn-orange-lt:hover {
    background: #ffce63;
}

.btn-green-lt {
    background: #26BE80;
}

.btn-green-lt:hover {
    background: #5bdda8;
}

.btn-prim:hover {
    background: #526eaf;
}

.btn-danger {
    background: #f99e9e;
    color: #FFF;
    border-color: #f99e9e;
    font-size: 11px !important;
}

.btn-danger:hover {
    background: rgb(240, 106, 109);
    border-color: rgb(240, 106, 109);
}

.chatbox .btn-danger {
    background: #f99e9e;
    color: #FFF;
    border-color: #f99e9e;
    font-size: 14px !important;
}

.btn-gray {
    background: #F3F3F3;
    color: #707070;
}

.btn-gray:hover {
    background: #d9d9d9;
    color: #707070;
}

.btn-sm {
    padding: 3px 15px;
}

.btn-green,
.btn-green:hover,
.btn-prev,
.btn-prev:hover,
.btn-success:hover,
.btn-success {
    background: #19A540;
    padding: 7px 10px;
}

.btn-green:hover,
.btn-prev:hover {
    background-color: #00937b;
}

.btn-prev,
.btn-prev:hover {
    padding: 7px 30px;
}

.text-green,
.text-green:hover {
    color: #19A540 !important;
}

.text-gray {
    color: #353444;
}

.text-gray1 {
    color: #b0b0b0;
}

:root {
    --bs-body-font-size: 0.90rem;
}

.formSec h4 {
    font-size: 17px;
    line-height: 26px;
}


.btn-check:checked+.btn-outline-danger,
.btn-check:checked+.btn-outline-secondary {
    background-color: #24337D;
    border-color: #24337D;
}

.btn-check:focus+.btn-outline-secondary,
.btn-outline-secondary:focus {
    box-shadow: none;
}



/********************** hari's css *******************/
.rounded-50 {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    justify-content: center;
    display: flex;
    align-items: center;
    margin-left: 10px;
}

.bg-primary {
    background: #24337D !important;
}

.notify_count {
    background: #FF7E7E;
    width: 17px;
    height: 17px;
    font-size: 11px;
    color: #fff;
    justify-content: center;
    display: flex;
    align-items: center;
    border-radius: 50px;
    position: absolute;
    top: -5px;
    right: -5px;
}

.page_title {
    color: #24337D;
    font-weight: 600;
    font-size: 26px;
    letter-spacing: 0.3px;
}

.card {
    border: 0;
    filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.08));
    border-radius: 10px;
}

.form h3 {
    font-size: 1.25rem;
    font-weight: 600;
}

.form .form-check {
    margin-bottom: 15px;
}

.nop {
    background: url(../img/no_openings.svg) no-repeat scroll 7px 11px;
    padding-left: 34px;
}

.isd {
    background: url(../img/drop_icon_1.svg) no-repeat scroll 7px 7px;
    padding-left: 34px;
}

.ind {
    background: url(../img/ind.svg) no-repeat scroll 7px 7px;
    padding-left: 34px;
}

.sr {
    background: url(../img/sr.svg) no-repeat scroll 7px 7px;
    padding-left: 34px;
}

.form-check-input:checked {
    background-color: #19A540;
    border-color: #19A540;
}

.form-check-input:focus {
    box-shadow: none;
}

.searchField {
    width: 250px;
}

.searchField .input-group-text {
    background-color: #FFF;
    border-right: none;
}

.searchField .form-control {
    border-left: none;
    font-size: 14px;
    padding-left: 0;
}

.notifyIcon a {
    box-shadow: 0px 4px 12px rgba(0 0 0 / 9%);
}

.filledBox {
    background-color: #f6f6f6;
    height: 34px;
}

.btn-check.green:checked+.btn-outline-danger,
.btn-check.green:checked+.btn-outline-secondary {
    background-color: #19A540;
    border-color: #19A540;
}

ul.ks-cboxtags {
    list-style: none;
    padding: 20px;
}

ul.ks-cboxtags li {
    display: inline;
}

ul.ks-cboxtags li input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

ul.ks-cboxtags li label {
    display: inline-block;
    background-color: #FFF;
    border: 1px solid #c7c7c7;
    border-radius: 25px;
    white-space: nowrap;
    margin: 3px 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    font-weight: 400;
    padding: 3px 15px;
    cursor: pointer;
}

ul.ks-cboxtags li label::after {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "FontAwesome";
    font-weight: 400;
    font-size: 12px;
    padding: 2px 2px 2px 15px;
    content: "\f067";
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

.chosenSkills ul.ks-cboxtags li label {
    border: 1px solid #19A540;
    background-color: #19A540;
    color: #fff;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    padding: 0 12px;
}

.chosenSkills ul.ks-cboxtags li label::after {
    content: "\f00d";
    -webkit-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

.bootstrap-select.filledBox:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%;
}

.bootstrap-select.filledBox .btn-light {
    background: #f6f6f6;
    line-height: 33px;
    height: 34px;
    padding-top: 0;
    padding-bottom: 0;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
    outline: none !important;
    box-shadow: none;
}

.featTile {
    background: #f6f6f6;
    min-height: 100px;
}

.descTxt::before {
    content: '';
    background: url(../img/icon_info.svg) no-repeat left 5px;
    width: 11px;
    height: 31px;
    position: absolute;
    background-size: 7px;
    left: 0;
}

.table>:not(:first-child) {
    border-top: 1px solid #f6f6f6;
}

tbody,
td,
tfoot,
th,
thead,
tr {
    border-color: #f6f6f6;
}

.table>:not(caption)>*>* {
    padding-top: 12px;
    padding-bottom: 12px;
}

.badge-ongoing,
.badge-completed,
.badge-intouch,
.badge-seen,
.badge-gray,
.badge-red,
.badge-invited,
.badge-pending {
    background: #E1FDFF;
    border-radius: 15px;
    color: #17B7C3;
    padding: 7px 15px;
}

.badge-completed {
    background: #D2FFF1;
    color: #3BA784;
}

.badge-pending {
    background: #FFF0E0;
    color: #F7961D;
}

.badge-intouch {
    background: #EAFCFF;
    color: #197BC8;
}

.badge-seen {
    background: #E9F9FB;
    color: #17B7C3;
}

.badge-gray {
    background: #EEF0F4;
    color: #353444;
}

.badge-red {
    background: #FFEBEB;
    color: #F63F41;
}

.btn-filter {
    border-color: #C7C7C7;
    border-radius: 25px;
    padding: 4px 20px;
}

.comLogo,
.profPic {
    background-color: #F0F8F7;
    width: 50px;
    height: 50px;
}

.profPic {
    width: 70px;
    height: 70px;
    border-radius: 100%;
    background-color: #24337D;
}

.progress {
    background-color: #e4e4e4;
    border-radius: 8px;
    height: 10px;
}

.filter ul.ks-cboxtags li input[type="checkbox"],
.filter ul.ks-cboxtags li input[type="radio"] {
    position: absolute;
    opacity: 0;
}

.filter ul.ks-cboxtags li label {
    border: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    display: block;
    cursor: pointer;
    padding: 3px 0;
}

.filter ul.ks-cboxtags li label::after {
    content: none;
}

.filter ul.ks-cboxtags li input[type="checkbox"]:checked+label,
.filter ul.ks-cboxtags li input[type="radio"]:checked+label {
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.filter ul.ks-cboxtags li label::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "FontAwesome";
    font-size: 24px;
    padding: 0;
    content: "\f096";
    color: rgba(0, 0, 0, .2);
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
    position: absolute;
    right: 20px;
    margin-top: 0px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.filter ul.ks-cboxtags li input[type="checkbox"]:checked+label::before {
    content: "\f14a";
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
    color: #19A540;
}

input[type=range] {
    -webkit-appearance: none;
    background: #315098;
    height: 5px;
    border-radius: 5px;
}

input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: 3px solid #fff;
    cursor: pointer;
    background: #315098 content-box;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    box-shadow: 0 0 0 2px #315098;
}

.cCompLogo {
    /* border: 1px solid #e8e8e8; */
    background: #f4f4f4;
    width: 60px;
    height: 60px;
}

.relateIntern .comLogo {
    width: 40px;
    height: 40px;
}

.relateIntern .compName::after {
    /* content: '|';
    margin: 0 10px; */
}

.cInSingle .featTile {
    width: 150px;
}

.empFilter.filter ul.ks-cboxtags li label::before,
.empFilter.filter ul.ks-cboxtags li input[type="checkbox"]:checked+label::before {
    content: none;
}

.empFilter.filter ul.ks-cboxtags li input[type="checkbox"]+label+span {
    background: #dddddd;
    color: #353444;
    border-radius: 100%;
    width: 25px;
    height: 25px;
    font-size: 12px;
    padding: 7px 2px;
    text-align: center;
}

.empFilter.filter ul.ks-cboxtags li input[type="radio"]+label+span {
    background: #dddddd;
    color: #353444;
    border-radius: 100%;
    width: 25px;
    height: 25px;
    font-size: 12px;
    padding: 7px 2px;
    text-align: center;
}

.empFilter.filter ul.ks-cboxtags li input[type="checkbox"]:checked+label+span {
    background-color: #315098;
    color: #FFF;
}

.empFilter.filter ul.ks-cboxtags li input[type="radio"]:checked+label+span {
    background-color: #315098;
    color: #FFF;
}

.empFilter.filter ul.ks-cboxtags li input[type="checkbox"]:checked+label {
    color: #315098;
}

.empFilter.filter ul.ks-cboxtags li input[type="radio"]:checked+label {
    color: #315098;
}

.actFeat .dropdown-toggle::after,
.goAction .dropdown-toggle::after {
    content: none;
}

.actFeat .btn:focus,
.goAction .btn:focus {
    box-shadow: none;
}

.actFeat .dropdown-menu,
.goAction .dropdown-menu {
    border-radius: 12px;
    box-shadow: 0px 7px 13px rgba(0 0 0 / 9%);
}

.actFeat .dropdown-item:focus,
.actFeat .dropdown-item:hover,
.goAction .dropdown-item:focus,
.goAction .dropdown-item:hover {
    background-color: #FFF;
    color: #315098;
}

a i.fa.fa-bookmark-o,
a i.fa.fa-bookmark {
    color: #6C757D;
}


.input-group-text.fillBg {
    background-color: #f6f6f6;
}

.selectField .dropdown-toggle.btn-light {
    background: none;
    /* border: 1px solid #ECECEC; */
}

.form-control,
.input-group-text {
    border-color: #ececec;
}

header ul.dropdown-menu,
.moreoption ul.dropdown-menu {
    box-shadow: 0px 3px 6px rgba(0 0 0 / 11%);
    border-radius: 10px;
    background: #FFF;
    min-width: 12rem;
}

/* header ul.dropdown-menu .dropdown-item {
    color: #FFF;
} */
header ul.dropdown-menu h4.border-bottom {
    border-color: #f8f8f8 !important;
}

header ul.dropdown-menu li:last-child {
    border-top: 1px solid #f8f8f8;
    margin-top: 7px;
}

header ul.dropdown-menu li:hover .dropdown-item,
header ul.dropdown-menu li:hover .dropdown-item,
header ul.dropdown-menu li:hover .dropdown-item i.fa,
.moreoption ul.dropdown-menu li:hover .dropdown-item {
    color: #fff;
    background-color: #24337D;
}

/* .empProfile .card {
    height: calc(100vh - 170px);
    overflow-y: auto;
}    */
.profileLt {
    background: url(../img/profileLtBg.png) no-repeat;
    height: calc(100vh - 70px);
    position: fixed;
    overflow-y: auto;
    transition: 0.2s ease-in;
}

.profileLt.fillHeight {
    height: 100%;
    top: 0;
    transition: 0.2s ease-in;
}

.profileLt .nav-link {
    color: #FFF;
    font-size: 16px;
}

.profileLt .profIcon {
    width: 45px;
    height: 45px;
    background: #FFF;
    border-radius: 100%;
    display: inline-block;
}

.profileLt .nav-pills .nav-link.active,
.profileLt .nav-pills .show>.nav-link {
    color: #315098;
    background-color: #fff;
    border-radius: 35px 0px 0px 35px;
    position: relative;
    font-weight: 600;
}

.profileLt .nav-link.completed .complete {
    display: block !important;
}

.profileLt .nav-link.completed .pending {
    display: none;
}

.profileLt .nav-pills .nav-link.active::before {
    content: "";
    position: absolute;
    background-color: transparent;
    top: -50px;
    height: 50px;
    width: 40px;
    border-top-left-radius: 25px;
    box-shadow: 0 -25px 0 0 #fff;
    transform: rotate(-0.5turn);
    right: 0;
}

.profileLt .nav-pills .nav-link.active::after {
    content: "";
    position: absolute;
    background-color: transparent;
    bottom: -50px;
    height: 50px;
    width: 40px;
    border-top-left-radius: 25px;
    box-shadow: 0 -25px 0 0 #fff;
    right: 0;
    transform: scaleX(-1);
}

.profileLt .nav-pills .nav-link.active .profIcon {
    background: #19a540;
    border: solid 1px #19a540;
    background-clip: content-box;
    padding: 2px;
}

.profileLt .nav-pills .nav-link.active .profIcon img {
    filter: invert(98%) sepia(3%) saturate(10%) hue-rotate(24deg) brightness(177%) contrast(150%);
}

.profileLt .nav-pills li {
    padding-bottom: 30px;
}

.profileLt .nav-pills .nav-link span::after {
    content: '';
    display: inline-block;
    width: 2px;
    height: 50px;
    position: absolute;
    background: #FFF;
    bottom: -50px;
}

.profileLt .nav-pills li:last-child .nav-link span::after {
    content: none;
}

.profileRt {
    margin-left: 25%;
}

.modal-content {
    border-radius: 20px;
}

div.dataTables_wrapper div.dataTables_info {
    padding-top: 6px;
    float: left;
    font-size: 14px;
    color: #7d7d7d;
}

.dataTables_length {
    float: left;
}

div.dataTables_wrapper div.dataTables_length select {
    border: none;
    background: #f6f6f6;
    border-radius: 5px;
    padding: 3px 5px;
}

div.dataTables_wrapper div.dataTables_filter input,
div.dataTables_wrapper div.dataTables_filter input:focus,
div.dataTables_wrapper div.dataTables_filter input:focus-visible {
    margin-left: .5em;
    display: inline-block;
    width: auto;
    border: none;
    background: #f6f6f6 url(../img/search.svg) no-repeat 10px center;
    border-radius: 5px;
    padding: 5px 10px 5px 30px;
    outline: none;
}

.dataTables_paginate a {
    padding: 3px 10px;
    color: #262626;
    cursor: pointer;
}

.dataTables_paginate a.current {
    color: #FFF;
    background: #315098;
    border-radius: 5px;
}

.dataTables_paginate .paginate_button.disabled {
    color: #aaaaaa;
}

.object-fit-cover {
    object-fit: cover;
}

.btnResize,
.btnResize:hover {
    padding: 7px 15px;
    width: 200px;
}

.badge_line {
    border: 1px solid #315098;
    padding: 5px 10px;
    border-radius: 10px;
}

.morecontent span {
    display: none;
}

.textarea-resize {
    height: 100px;
}

.form-control.border-right-0,
.form-control.border-right-0:hover,
.form-control.border-right-0:focus {
    border-right: none;
}

.sessionAlert,
.sessionSuccess {
    border: 1px solid #ff9d9d;
    background: #ffecec;
    padding: 7px 15px;
    margin-bottom: 10px;
    border-radius: 3px;
    text-align: left;
    font-size: 12px;
    color: #e30000;
}

.sessionSuccess {
    border: 1px solid #19A540;
    background: #f1ffec;
    color: #19A540;
}

.sessionAlert i {
    font-size: 14px;
    margin-right: 7px;
}

.mh-58 {
    min-height: 58px;
}

.editAb {
    position: absolute;
    right: 0;
}

/* .badge{
    border-radius: 50px;
    background: #315098;
} */
.table-striped>tbody>tr:nth-of-type(odd)>* {
    --bs-table-accent-bg: #E7EDF8;
}

.icon_hyph {
    color: #889bbd;
    font-size: 12px;
}

.profPic img {
    border-radius: 100%;
}

.bootstrap-select .dropdown-menu {
    max-height: 300px !important;
}

.select2-container--default .select2-selection--single {
    background-color: #f6f6f6;
    border: none;
    height: 34px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #212529;
    line-height: 34px;
    font-size: 14px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 3px;
}

.select2-container--default .select2-results__option[aria-selected=true],
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #315098;
    color: #FFF;
}

:focus-visible {
    outline: none;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #dbdbdb;
    border-radius: 4px;
}

.select2-dropdown {
    border-color: #eaeaea;
}

.select2-container--default .select2-selection--multiple {
    background-color: #f6f6f6;
    border: none;
    min-height: 34px;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    display: block;
    padding: 3px 7px 0px;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #315098;
    border: none;
    margin-top: 2px;
    color: #FFF;
    line-height: 24px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove,
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #FFF;
}

.select2-container .select2-search--inline .select2-search__field {
    /* padding: 0 10px; */
    /* width: 95% !important;
    position: absolute;
    bottom: 4px; */
    margin-top: 0;
}

.autoSearch {
    box-sizing: border-box;
    display: inline-block;
    perspective: 500px;
    position: relative;
    text-align: left;
    /* width: 100%; */
    z-index: 1;
}

.autoSearch .autoComplete {
    left: 0;
    position: absolute;
    top: calc(100% + 5px);
    width: 100%;
}

.autoSearch .autoComplete .item {
    animation: showItem .3s ease forwards;
    background-color: #fff;
    box-shadow: 0 8px 8px -10px rgba(0, 0, 0, .4);
    box-sizing: border-box;
    color: #212529;
    cursor: pointer;
    display: block;
    font-size: 14px;
    opacity: 0;
    outline: none;
    padding: 10px;
    text-decoration: none;
    transform-origin: top;
    transform: translateX(10px);
}

.autoSearch .autoComplete .item:hover,
.autoSearch .autoComplete .item:focus {
    background-color: #24337d;
    color: #FFF;
}

@keyframes showItem {
    0% {
        opacity: 0;
        transform: translateX(10px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.selectWidth .select2-container {
    /* width: 100% !important; */
    display: block;
}

.select2-dropdown {
    z-index: 1;
}

.alertMsg {
    margin-top: -24px;
    font-size: 11px;
    font-weight: 500;
    float: left;
    /* background: #ffcdcd; */
    color: #FF6364;
    padding: 4px 0px 0;
    border-radius: 8px;
    margin-bottom: 2px;
}

.alertMsg i {
    display: none;
}

.offcanvas-header {
    position: absolute;
}

.filledData {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e9e9e9;
}

.filledData:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    float: right;
    margin-right: 0;
    margin-left: 5px;
}

.bootstrap-select .dropdown-item.active,
.bootstrap-select .dropdown-item:active {
    background-color: #24337d;
}

.bootstrap-select .dropdown-menu {
    padding: 0;
    border: 1px solid rgba(0, 0, 0, .15);
}

/* textarea {
    height: 120px;
} */
.profCat .form-check {
    margin-bottom: 0px;
}

textarea.filledBox {
    height: auto;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #f6f6f6;
}

.empProfile .btn-green,
.empProfile .btn-green:hover {
    padding: 4px 10px;
}

.actFeat .dropdown-item {
    cursor: pointer;
}

.dashBanner {
    background: url(../img/dash_banner.svg) no-repeat;
    background-size: 100%;
}

.featBanner {
    background: url(../img/dash_feat.svg) no-repeat;
    background-size: 100%;
    margin-top: 120px;
}

.ourFeat {
    background: #FBEFDF;
    margin-top: -100px;
    margin-bottom: 20px;
    border-radius: 36px;
}

.dashBaloon img {
    width: 160px;
    position: relative;
    top: -40px;
    left: 50px;
}

.dashCnt h4 {
    background: -webkit-linear-gradient(#24337D, #3C7BDB);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
}

.dashCnt p {
    width: 70%;
    display: inline-block;
}

.rounded-25,
.rounded-25:hover {
    border-radius: 25px;
}

.empInternSingle .featTile {
    min-height: 125px;
}

.empActBtn,
.empActBtn:hover {
    border-radius: 5px;
    padding: 7px 15px;
    color: #271111;
    transition: 0.2s ease-in-out;
    display: inline-block;
}

.empActBtn:hover {
    color: #FFF;
}

.empActBtn.notInt,
.notIntO:hover {
    background: #FFB1B1;
}

.empActBtn.shortlist,
.shortlistO:hover {
    background: #8FDEA5;
}

.empActBtn.hire,
.hireO:hover {
    background: #6DA6E8;
}

.empActBtn.notInt:hover {
    background: #d92828;
}

.empActBtn.shortlist:hover {
    background: #2baf4f;
}

.empActBtn.hire:hover {
    background: #317cd2;
}

.bdrHide:last-child {
    border-bottom: none !important;
    margin-bottom: 0 !important;
}

.pagination {
    justify-content: flex-end;
}

.pagination .page-item.active .page-link {
    background-color: #24337D;
    border-color: #24337D;
}

.pagination .page-link {
    padding: 2px 10px;
    color: #24337d;
}

.badge.bg-gray,
.badge.btn-gray {
    background-color: #EAF8F8;
}

.profSingleSpc .filledData:last-child {
    margin-bottom: 0 !important;
}

.noStretch {
    max-height: 100%;
    object-fit: contain;
    height: 40px;
}

.cCompLogo .noStretch {
    height: 60px;
}

.canInSingle {
    background: url(../img/can_single_bg.png) no-repeat center center;
}

.bg-blue-gray {
    background: #f7f8ff;
}

#range {
    width: 100%;
    border: 0;
    height: 5px;
    background: #315098;
    outline: none;
    border-radius: 3px;
}

#range .ui-slider-handle {
    position: absolute;
    margin: -3px 0 0 0px;
    border-radius: 12px;
    background: #315098 content-box;
    border: 3px solid #fff;
    height: 18px;
    width: 18px;
    outline: none;
    cursor: pointer;
    box-shadow: 0 0 0 2px #315098;
}

#range .ui-slider-range {
    background: #e4e4e4;
}

.notIntO {
    border: 1px solid #FFB1B1;
    color: #DB7474;
}

.shortlistO {
    border: 1px solid #8FDEA5;
    color: #69C182;
}

.hireO {
    border: 1px solid #6DA6E8;
    color: #548AC8;
}

.filterPad {
    width: auto;
    padding-right: 15px;
}

.filterH .filterPad:last-child {
    padding-right: 0;
}

.filterH.empFilter.filter ul.ks-cboxtags li input[type="radio"]+label+span {
    border-radius: 5px;
    width: auto;
    padding: 7px;
}

label.form-label {
    font-weight: 500;
    font-size: 14px;
}

.filterPad.cardHighLt .card {
    background: #24337d;
    /* transition: ease-in 2s; */
}

ul.ks-cboxtags li.filterPad.cardHighLt label {
    background-color: transparent;
}

.filter ul.ks-cboxtags li.filterPad.cardHighLt input[type="radio"]:checked+label {
    color: #FFF;
    background: none;
}

.filterH.empFilter.filter ul.ks-cboxtags li input[type="radio"]:checked+label+span {
    background: #FFF;
    color: #315098;
}





#testimonial-area .section-heading h2 {
    font-size: 48px;
    line-height: 58px;
}

.testi-wrap {
    position: relative;
    height: 600px;
    margin-top: -40px;
    background: url(../img/testiBg.png) no-repeat;
    background-size: 100%;
}

.client-single {
    margin-top: 20px;
    text-align: center;
    position: absolute;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.client-info,
.client-comment {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.client-single.inactive .client-comment,
.client-single.inactive .client-info {
    display: none;
}

.client-single.inactive .client-comment,
.client-single.inactive .client-info {
    opacity: 0;
    visibility: hidden;
}

.client-single.position-1 {
    -webkit-transform: scale(0.65);
    transform: scale(0.65);
}

.client-single.position-2 {
    left: -40px;
    top: 105px;
}

.client-single.position-3 {
    left: -60px;
    top: 240px;
    -webkit-transform: scale(0.4) !important;
    transform: scale(0.4) !important;
}

.client-single.position-4 {
    left: 55px;
    top: 380px;
}

.client-single.position-5 {
    top: 30px;
    right: 55px;
}

.client-single.position-6 {
    top: 225px;
    right: -40px;
}

.client-single.position-7 {
    top: 400px;
    right: 45px;
    -webkit-transform: scale(0.4) !important;
    transform: scale(0.4) !important;
}

.client-single.active {
    top: 10%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 10;
    width: 70%;
}

.client-single.active .client-comment,
.client-single.active .client-info {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

.client-single:not(.active) {
    -webkit-transform: scale(0.55);
    transform: scale(0.55);
    z-index: 99;
}

.client-single.active .client-img {
    width: 130px;
    height: 130px;
    margin: 0 auto 24px;
    position: relative;
}

.client-single.active .client-img:before {
    border-radius: 100%;
    content: '';
    background-image: -webkit-gradient(linear-gradient(180deg, #315098 0%, #6f8ac7 100%));
    background-image: linear-gradient(180deg, #315098 0%, #6f8ac7 100%);
    padding: 5px;
    width: 136px;
    height: 136px;
    top: -3px;
    left: -3px;
    position: absolute;
    z-index: -1;
}

.client-single .client-img img {
    width: 130px;
    border-radius: 50%;
    border: 8px solid #d1e9ff;
    cursor: pointer;
    height: 130px;
}

.client-single.active .client-img img {
    max-width: 130px;
    margin: 0 auto 24px;
    border: 0;
    object-fit: cover;
    max-height: 100%;
}

.client-comment {
    padding: 0 30px;
}

.client-comment h3 {
    font-size: 15px;
    line-height: 27px;
    font-weight: normal;
}

.client-comment span i {
    font-size: 40px;
    color: #24337d;
    margin: 20px 0 24px;
    display: inline-block;
}

.client-info h3 {
    color: #000;
    font-weight: 600;
    margin-bottom: 4px;
}

.client-info p {
    text-transform: uppercase;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    #testimonial-area .section-heading h2 {
        font-size: 30px;
    }

    .client-single.active {
        width: 60%;
    }

    .client-single:not(.active) {
        -webkit-transform: scale(0.55);
        transform: scale(0.35);
    }

    .client-single.position-3,
    .client-single.position-7 {
        -webkit-transform: scale(0.3) !important;
        transform: scale(0.3) !important;
    }

    .client-single.active .client-img img {
        max-width: 100px;
    }

    .client-single.active .client-img::before {
        padding: 5px;
        width: 108px;
        height: 108px;
        top: -4px;
        left: 6px;
    }

    .client-single.active .client-img {
        width: 120px;
        height: 100px;
    }

    .testi-wrap {
        height: 750px;
    }

    #testimonial-area {
        padding: 100px 0 0;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    #testimonial-area .section-heading h2 {
        font-size: 30px;
    }

    .client-comment h3 {
        font-size: 14px;
        line-height: 26px;
    }

    .client-single.active {
        width: 60%;
    }

    .client-comment span i {
        font-size: 40px;
    }

    .client-single:not(.active) {
        -webkit-transform: scale(0.55);
        transform: scale(0.35);
    }

    .client-single.position-5,
    .client-single.position-7 {
        right: 0;
    }

    .client-single.position-4 {
        left: 0;
    }

    .client-single.position-3,
    .client-single.position-7 {
        -webkit-transform: scale(0.3) !important;
        transform: scale(0.3) !important;
    }

    .client-single.active .client-img img {
        max-width: 80px;
    }

    .client-single.active .client-img::before {
        padding: 5px;
        width: 88px;
        height: 88px;
        top: -4px;
        left: 16px;
    }

    .client-single.active .client-img {
        width: 120px;
        height: 80px;
    }

    .testi-wrap {
        height: 910px;
    }
}

@media only screen and (min-width: 360px) and (max-width: 479px) {
    #testimonial-area .section-heading h2 {
        font-size: 30px;
        line-height: 40px;
    }

    .client-comment h3 {
        font-size: 14px;
        line-height: 26px;
    }

    .client-single.active {
        width: 80%;
    }

    .client-comment span i {
        font-size: 40px;
    }

    .client-single:not(.active) {
        -webkit-transform: scale(0.25);
        transform: scale(0.25);
    }

    .client-single.position-5,
    .client-single.position-7,
    .client-single.position-6 {
        right: -45px;
    }

    .client-single.position-4,
    .client-single.position-3 {
        left: -45px;
    }

    .client-single.position-3,
    .client-single.position-7 {
        -webkit-transform: scale(0.25) !important;
        transform: scale(0.25) !important;
    }

    .client-single.active .client-img img {
        max-width: 80px;
    }

    .client-single.active .client-img::before {
        padding: 5px;
        width: 88px;
        height: 88px;
        top: -4px;
        left: 16px;
    }

    .client-single.active .client-img {
        width: 120px;
        height: 80px;
    }

    .testi-wrap {
        height: 1050px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 359px) {
    #testimonial-area .section-heading h2 {
        font-size: 30px;
    }

    .client-comment h3 {
        font-size: 14px;
        line-height: 26px;
    }

    .client-single.active {
        width: 80%;
    }

    .client-comment span i {
        font-size: 40px;
    }

    .client-single:not(.active) {
        -webkit-transform: scale(0.25);
        transform: scale(0.25);
    }

    .client-single.position-5,
    .client-single.position-7,
    .client-single.position-6 {
        right: -45px;
    }

    .client-single.position-4,
    .client-single.position-3 {
        left: -50px;
    }

    .client-single.position-3,
    .client-single.position-7 {
        -webkit-transform: scale(0.25) !important;
        transform: scale(0.25) !important;
    }

    .client-single.active .client-img img {
        max-width: 80px;
    }

    .client-single.active .client-img::before {
        padding: 5px;
        width: 88px;
        height: 88px;
        top: -4px;
        left: 16px;
    }

    .client-single.active .client-img {
        width: 120px;
        height: 80px;
    }

    .testi-wrap {
        height: 1200px;
    }
}

.btn-outlined-white {
    border-radius: 5px;
    padding: 3px 10px 0;
    border: 1px solid #FFF;
    font-size: 20px;
}

.btn-outlined-white i.fa.fa-bookmark-o {
    color: #FFF;
}

.btn-outlined-white.bookmarked {
    background: #FFF;
    color: #24337D;
    border: none;
}

.btn-outlined-white.bookmarked i.fa.fa-bookmark-o {
    color: #24337D;
}

.filter ul.ks-cboxtags.preTxt li label {
    padding-right: 30px;
    white-space: pre-wrap;
}

.profileDrop {
    width: 200px;
}

.profileDrop h4,
.profileDrop p {
    white-space: break-spaces;
    overflow-wrap: break-word;
}

.accordion-button:not(.collapsed) {
    color: #24337D;
    background-color: transparent;
    box-shadow: none;
}

.accordion-button::after,
.accordion-button:not(.collapsed)::after {
    background: url(../img/arrow_down.svg) no-repeat 0px center;
    background-size: 70%;
}

.web .dropdown-toggle::after {
    /* content: none; */
    margin-left: 10px;
    margin-top: -1px;
}

.web header ul.dropdown-menu {
    border: none;
    min-width: 10rem;
    margin-top: 10px;
}

.web header ul.dropdown-menu li:last-child {
    margin-top: 0;
}

.z-index-9 {
    z-index: 9;
}

.z-index-99 {
    z-index: 99;
}

.modal .autoSearch .autoComplete {
    max-height: 150px;
    overflow-y: auto;
    overflow-x: hidden;
}

.socialIcons li a {
    width: 32px;
    height: 32px;
    border-radius: 100%;
    text-align: center;
    color: #FFF;
    background: #19A540;
}

.findIntern .owl-carousel .owl-nav button.owl-next,
.findIntern .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 50%;
    width: 35px;
    height: 35px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 100%;
    transform: translateY(-50%);
}

.owl-carousel .owl-nav button span {
    color: transparent;
}

.owl-carousel .owl-nav button::before {
    font-family: 'FontAwesome';
    position: absolute;
    top: -2px;
    left: 12px;
    color: #24337d;
    font-size: 24px;
}

.owl-carousel .owl-nav button.owl-prev {
    left: 20px;
}

.owl-carousel .owl-nav button.owl-next {
    right: 20px;
}

.owl-carousel .owl-nav button.owl-prev::before {
    content: '\f104';
}

.owl-carousel .owl-nav button.owl-next::before {
    content: '\f105';
    left: 15px;
}

.btn-outlined-none {
    border: none;
}

.btn-outlined-none:hover {
    background: #24337D;
}

.btn-outlined-none:hover .hoverWhite {
    filter: invert(98%) sepia(5%) saturate(239%) hue-rotate(225deg) brightness(230%) contrast(200%);
}

.portalHead .navbar-light .navbar-toggler {
    background: none;
    padding: 0px 2px;
    position: absolute;
    right: 70px;
    top: 11px;
    border: 1px solid #24337D;
}

.portalHead .navbar-light .navbar-toggler-icon {
    background-image: url(../img/menu.svg);
    background-size: 75%;
    filter: invert(84%) sepia(94%) saturate(1558%) hue-rotate(215deg) brightness(97%) contrast(91%);
}

.overflow-anywhere {
    overflow-wrap: anywhere;
}

.alert-dismissable {
    /* right: 20px !important; */
    padding: 10px;
}

.alert-success .close {
    font-size: 18px;
    margin-right: 7px;
    color: #0f5132;
}

.share-button.sharer .social.top {
    /* margin-top: 30px !important;
    margin-left: -120px !important; */
    background: #FFF;
    /* border: 2px solid #24337d; */
    padding: 12px 15px;
    border-radius: 10px;
    box-shadow: 0px 7px 18px rgb(0 20 30 / 20%);
    /* width: 290px; */
}

.share-button.sharer .social.top::before {
    content: '';
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #FFF;
    position: absolute;
    top: -8px;
    left: 40px;
}

.stickyFoot {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

.stickyFoot section {
    flex: 1;
    z-index: 1;
}

.appStatus {
    /* margin-top: -10px; */
}

.appStatus .appProgress {
    background: #ffe8a4 !important;
    color: #976800;
    border: 1px solid #976800;
}

.appStatus .appShortlist {
    background: #94d4f86e !important;
    color: #002397;
    border: 1px solid #002397;
}

.appStatus .appHired {
    background: #ccffcd !important;
    color: #049700;
    border: 1px solid #049700;
}

.appStatus .appReject {
    background: #ffa4a4 !important;
    color: #970000;
    border: 1px solid #970000;
}

.badge-highlt {
    background: #d8ffe3;
    border: 1px solid #19A540;
    color: #19A540;
    line-height: 23px;
}

.iconRound {
    background: #077b4c;
    width: 23px;
    height: 23px;
    display: inline-block;
    border-radius: 100%;
    /* padding-top: 4px; */
    padding-left: 0px;
}

.iconRound img {
    margin-top: -2px;
}

.featBorder {
    /* border: 1px solid #FFF; */
    border-radius: 20px;
}

.flash-alert {
    padding: 0.7rem 1rem;
    border-radius: 0.35rem;
}

.flash-alert.alert-success {
    color: #012112;
    background-color: #86e09c;
}

.flash-alert.alert-danger {
    color: #842020;
    background-color: #fbc9c9;
}

#session_alert {
    animation: 5s animateleft;
    -webkit-animation: 5s animateleft;
    -moz-animation: 5s animateleft;
    position: fixed;
    bottom: 40px;
    right: 10px;
    z-index: 99999;
    /* width: 250px; */
    opacity: 0;
}

@keyframes animateleft {
    0% {
        right: -200px;
        opacity: 0;
        overflow: hidden;
    }

    5% {
        right: 70px;
        opacity: 1;
        overflow: hidden;
    }

    10% {
        right: 20px;
        opacity: 1;
        overflow: hidden;
    }

    90% {
        right: 20px;
        opacity: 1;
        overflow: hidden;
    }

    100% {
        right: -200px;
        opacity: 0;
        overflow: hidden;
        transition: 1s ease-in;
    }
}

.alertOff {
    animation: 1s animateright;
}

@keyframes animateright {
    from {
        right: 0px;
        opacity: 1;
        overflow: hidden;
    }

    to {
        right: -200px;
        opacity: 0;
        overflow: hidden;
    }
}


.dropdown-toggle::after {
    margin-left: 10px;
    vertical-align: 2px;
}

table.dataTable td,
table.dataTable th {
    vertical-align: middle;
}

.searchField.headSearchAln .form-control {
    border-left: 1px solid #ececec;
    padding-left: 10px;
}

.searchField.headSearchAln button {
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
}

.badge-completed img,
.badge-ongoing img {
    filter: invert(59%) sepia(50%) saturate(451%) hue-rotate(109deg) brightness(85%) contrast(93%);
}

.badge-red img {
    filter: invert(35%) sepia(49%) saturate(7485%) hue-rotate(341deg) brightness(111%) contrast(95%);
}

.badge {
    margin-right: 5px;
}

/***************** GV Added 10/15/2022 **********/



/* .btm_line:after {
    content: '';
    border-bottom: 5px solid #d7d7d7;
    width: 60px;
    display: block;
    margin-top: 0.3rem;
    border-radius: 50px;
} Sample 1*/

/* .btm_line:after {
    content: '';
    border-bottom: 5px solid #19A540;
    width: 60px;
    display: block;
    margin-top: 0.3rem;
    border-radius: 50px;
} Sample 2 */
.btm_line {
    position: relative;
    display: inline-block;
    align-self: start;
}

/* .btm_line:after {
    content: '';
    height: 3px;
    left: 0;
    right: 0;
    width: 100%;
    display: block;
    margin: auto;
    margin-top: 0.3rem;
    border-radius: 50px;
    background-color: #19A540;
} Sample 3*/

/* .btm_line:after {
    content: '';
    height: 3px;
    left: 0;
    right: 0;
    width: 100%;
    display: block;
    margin: auto;
    margin-top: 0.3rem;
    border-radius: 50px;
    background: linear-gradient(45deg, #19A540, #72ff99);
} Sample 4*/
/* .btm_line:after {
    content: '';
    height: 3px;
    left: 0;
    right: 0;
    width: 50%;
    display: block;
    margin-top: 0.3rem;
    border-radius: 50px;
    background: linear-gradient(45deg, #19A540, #72ff99);
} Sample 5*/

.btm_line:after {
    content: '';
    height: 3px;
    left: 0;
    right: 0;
    width: 30%;
    display: block;
    margin-top: 0.3rem;
    border-radius: 50px;
    background: linear-gradient(45deg, #24337d, #51dcf3);
}

/* .filterPad.cardHighLt .card img.hgWhite {
    filter: invert(100%) sepia(3%) saturate(11%) hue-rotate(52deg) brightness(175%) contrast(100%);
} */
.share-btn {
    position: fixed;
    right: 0;
    top: 150px;
    background: linear-gradient(246deg, #24337d, #51dcf3);
    padding: 10px 15px 10px 20px;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    z-index: 1;
}

.social.socialIcons {
    position: fixed !important;
    top: 220px;
    right: 5px;
    z-index: 1;
}

.hideBr br {
    display: none;
}

.changePass {
    height: calc(100vh - 180px);
}

.relateScroll {
    max-height: 520px;
    /* overflow-y: auto; */
    margin-bottom: 20px;
    height: auto !important;
}

.relateScroll::-webkit-scrollbar {
    display: none;
}

header ul.dropdown-menu.newDrop li:last-child {
    border-top: none;
    margin-top: 0;
}

.compWebLink img {
    margin-bottom: 6px;
}

.divider::before {
    content: '|';
}

.canInSingleMinH {
    /* min-height: 875px; */
}

.mCustomScrollBox {
    overflow-x: inherit;
}

.mCSB_outside+.mCS-minimal-dark.mCSB_scrollTools_vertical {
    right: -20px;
}

.timeClosed {
    background-color: #F63F41;
    color: #FFF;
    border-radius: 5px;
}

.canDashBanner {
    background: #24337D;
    border-radius: 15px;
}

.dashBanRt img {
    position: relative;
    bottom: -15px;
}

.activeStatus {
    border-top: 1px solid #F3F3F3;
}

.activeStatus li {
    background: url(../img/list_tick.svg) no-repeat 0 3px;
    padding-left: 30px;
}

.dashTile img {
    transform: translateX(-50%);
    width: 50px;
}

.dashTile.tile4 img {
    width: 30px;
}

.svgWhite {
    filter: invert(100%) sepia(3%) saturate(11%) hue-rotate(52deg) brightness(175%) contrast(100%);
}

.carousel-indicators [data-bs-target] {
    border-radius: 10px;
    width: 10px;
    height: 10px;
    opacity: 1;
    border: none;
}

.carousel-indicators [data-bs-target].active {
    width: 25px;
}

.carousel-indicators {
    bottom: 10px;
}

.adminTile {
    border-radius: 15px;
    min-height: 140px;
}

.adminTile_1 {
    border-radius: 8px;
    min-height: 40px;
    display: flex;
}

.adTile1 {
    background: linear-gradient(to right, #A14FF3, #D1A7F9);
}

.adTile2 {
    background: linear-gradient(to right, #EE6B45, #FFAC94);
}

.adTile3 {
    background: linear-gradient(to right, #20B170, #47DE9A);
}

.adTile4 {
    background: linear-gradient(to right, #3769D1, #5C89E5);
}

.adTile5 {
    background: linear-gradient(to right, #ec558c, #ff7792);
}



.adminTile_1.adTile1 {
    background: #8a39db;
}

.adminTile_1.adTile2 {
    background: #d2502b;
}

.adminTile_1.adTile3 {
    background: #0b834d;
}

.adminTile_1.adTile4 {
    background: #123f9f;
}

.adminTile_1.adTile5 {
    background: #c0255e;
}





.adminTile h3 {
    /* -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: white; */
    color: #fff;
}

.adminTile .tileImg {
    padding: 10px;
    position: relative;
    border: 2px solid;
    top: -25px;
    border-radius: 10px;
    border-image-slice: 1;
    background: #FFF;
}

.adTile1 .tileImg {
    border-image-source: linear-gradient(to left, #891AE4, #087FF8) !important;
}

.adTile2 .tileImg {
    border-image-source: linear-gradient(to left, #FFAC94, #EE6B45) !important;
}

.adTile3 .tileImg {
    border-image-source: linear-gradient(to left, #47DE9A, #20B170);
}

.adTile4 .tileImg {
    border-image-source: linear-gradient(to left, #5C89E5, #3769D1);
}

.adTile5 .tileImg {
    border-image-source: linear-gradient(to left, #ec558c, #ff7792);
}

.adminTile h6::before {
    content: '';
    width: 5px;
    height: 40px;
    border: 1px solid #FFF;
    display: inline-block;
    border-radius: 10px;
    margin-right: 8px;
}

.nav-tabs .nav-link.highTab {
    border: 1px solid #CFF9E6;
    border-radius: 0px 20px 20px 0;
    border-left: 4px solid #20B170;
}

.nav-tabs .nav-link.active.highTab {
    background-color: #CFF9E6;
}

.nav-tabs .nav-link.idleTab {
    border: 1px solid #FFECDB;
    border-radius: 0px 20px 20px 0;
    border-left: 4px solid #EE6B45;
}

.nav-tabs .nav-link.active.idleTab {
    background-color: #FFECDB;

}

.nav-tabs .nav-link.inactiveTab {
    border: 1px solid #EFE8F7;
    border-radius: 0px 20px 20px 0;
    border-left: 4px solid #ac53f5;
}

.nav-tabs .nav-link.active.inactiveTab {
    background-color: #EFE8F7;
}


.nav-tabs .nav-link span {
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
}

.nav-tabs .nav-link.highTab span {
    background: -webkit-linear-gradient(#47DE9A, #0b824c);
}

.nav-tabs .nav-link.idleTab span {
    background: -webkit-linear-gradient(#FFAC94, #EE6B45);
}

.nav-tabs .nav-link.inactiveTab span {
    background: -webkit-linear-gradient(#D3A4FB, #891AE4);
}

:focus {
    outline: none;
}

.nav-tabs .nav-link.highTab span.badge-high,
.nav-tabs .nav-link.idleTab span.badge-idle,
.nav-tabs .nav-link.inactiveTab span.badge-inactive {
    background: #24B675 !important;
    color: #FFF !important;
    -webkit-text-fill-color: #FFF;
    border-radius: 20px;
    padding: 6px 7px;
    font-weight: 400;
    font-size: 12px;
    margin-left: 10px;
}

.nav-tabs .nav-link.idleTab span.badge-idle {
    background: #EE6B45 !important;
}

.nav-tabs .nav-link.inactiveTab span.badge-inactive {
    background: #ac53f5 !important;
}

.actHigh {
    background: #CFF9E6;
    border-radius: 7px;
    grid-row: span 2;
}

.actHigh h5,
.actIdle h5,
.actInactive h5 {
    background: -webkit-linear-gradient(#47DE9A, #0b824c);
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    font-size: 20px !important;
}

.actIdle {
    border-radius: 7px;
    background: #FFECDB;
}

.actIdle h5 {
    background: -webkit-linear-gradient(#FFAC94, #EE6B45);
}

.actInactive {
    border-radius: 7px;
    background: #FFDCDC;
}

.actInactive h5 {
    background: -webkit-linear-gradient(#FB9797, #EE3333);
}

.gridTemp {
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
}

.accessDb .nav-tabs .nav-link {
    color: #495057;
}

.accessDb .nav-tabs .nav-link:hover {
    border-color: transparent;
}

.accessDb .nav-tabs .nav-link.active,
.accessDb .nav-tabs .nav-link.active:hover {
    color: #24337D;
    background-color: #fff;
    border-color: #24337d #24337d #fff;
}

.accessDb .card {
    filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.0));
    /* border: 1px solid #24337d;
    border-top: none; */
    border-radius: 0 0px 7px 7px;
}

.accessDb .nav-tabs {
    border-bottom: 1px solid #24337d;
}

.filterPad.accessDbTab .form-check {
    border: 1px solid #24337d;
    border-radius: 0 40px 40px 0;
    padding: 8px 0;
    border-left-width: 4px;
}

.filterPad.accessDbTab .form-check-label {
    color: #24337D;
    line-height: 20px;
}

.accessDbTab .accessCount {
    border-radius: 15px !important;
}

.accessDb .nav-tabs .nav-link span.badge {
    background: #dddddd;
    -webkit-background-clip: border-box !important;
    -webkit-text-fill-color: #353444;
    padding: 5px 7px;
    line-height: 14px;
    font-size: 12px;
}

.accessDb .nav-tabs .nav-link.active span.badge {
    background: #24337D;
    -webkit-text-fill-color: #fff;
}

.accessDb .badgeCount {
    background: #3BA784;
    border-radius: 12px;
    color: #FFF;
    padding: 2px 8px;
    font-size: 12px;
}

.accessDb .badge-ongoing .badgeCount {
    background: #17B7C3;
}

.accessDb .badge-red .badgeCount {
    background: #fd7a7b;
}

.accessDb .badge-invited {
    background: #fff3d2;
    color: #c18d00;
}

.accessDb .badge-invited .badgeCount {
    background: #e2b63f;
}

.filterPad.accessDbTab.highLight .form-check {
    background: #24337d;
}

.filterPad.accessDbTab.highLight .form-check-label {
    color: #FFF;
    background: none;
}

.filterPad.accessDbTab.highLight .accessCount {
    background: #FFF !important;
    color: #24337D !important;
}

.filterPad.accessDbTab.highLight img {
    filter: invert(100%) sepia(3%) saturate(11%) hue-rotate(52deg) brightness(175%) contrast(100%);
}

.modal-dialog-centered form {
    width: 100%;
}

.noteInstruct {
    border-radius: 10px;
    background-color: #E1FDFF;
    /* width: 980px; */
}

.noteInstruct li {
    background: url(../img/list_arrow.svg) no-repeat 0px 9px;
    padding-left: 25px;
    background-size: 12px;
}

#closebutton {
    position: absolute;
    top: 15px;
    right: 15px;
}

.folderStruc {
    background: #f4f4f4;
    border-radius: 15px;
}

.chosenSkills ul.ks-cboxtags li.remove_close label::after {
    content: none;
}

.createFolder {
    box-shadow: 0px 1px 8px rgb(0 0 0 / 14%);
    border-radius: 10px;
}

.createFolder #close {
    position: absolute;
    right: 15px;
    cursor: pointer;
}

.accessDb .shortlistO.noBdr,
.accessDb .hireO.noBdr,
.accessDb .notIntO.noBdr,
.accessDb .notInt1O.noBdr {
    border: none;
    padding: 7px 10px;
}

.accessDb .shortlistO {
    color: #0d67ce;
    border-color: #3c8be6;
}

.accessDb .hireO {
    color: #0ba684;
    border-color: #0ba684;
}

.accessDb .notIntO {
    color: #ed9a22;
    border-color: #ed9a22;
}

.accessDb .shortlistO:hover,
.accessDb .hireO:hover,
.accessDb .notIntO:hover,
.accessDb .notInt1O:hover {
    color: #FFF;
}

.accessDb .shortlistO:hover {
    background: #3c8be6;
}

.accessDb .hireO:hover {
    background: #0ba684;
}

.accessDb .notIntO:hover {
    background: #ed9a22;
}

.accessDb .notInt1O {
    color: #e09309;
    border: 1px solid #F9AA1E;
}

.accessDb .notInt1O:hover {
    background: #F9AA1E;
}

.titleUi {
    border-radius: 0 30px 30px 0px;
    /* background-color: #E8E8E8; */
    display: inline-block;
    padding: 12px 20px 5px 15px;
    font-size: 1.2rem;
    border: 1px solid #7c8bd0;
    border-left: 4px solid #24337D;
}

.dateColorHint li::before {
    content: '';
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 100%;
    margin-right: 10px;
}

.dateColorHint li.curDate::before {
    background: #24337D;
}

.dateColorHint li.appDate::before {
    background: #19A540;
}

.dateColorHint li.penDate::before {
    background: #EF9B30;
}

.htOverflow .bootstrap-select .dropdown-menu {
    max-height: 100px !important;
}

.calendar .headMonth {
    position: relative;
}

.calendar .headMonth .simple-calendar-btn.btn-prev {
    background: none;
    padding: 0;
}

.calendar-container {
    border-radius: 10px;
    box-shadow: 0px 4px 13px rgba(0 0 0 / 11%);
}

.titleUi span {
    position: absolute;
    top: -10px;
    font-size: 13px;
    left: 13px;
    color: #212529;
    background: #FFF;
    padding: 1px 3px;
}

.text-blue-cer {
    color: #15579D;
}

.border-bottom-dark {
    border-bottom: 1px solid #2C2C47 !important;
}

.date {
    width: 130px;
}

.signature {
    width: 160px;
}

.canCerName {
    border-bottom: 1px solid #D9D9D9;
}

.certificateBg {
    background: url(../img/certificate_bg_new.png) no-repeat;
    background-size: contain;
    width: 840px;
}

.certificate {
    width: 600px;
}

.nav-tabs.hrInternList {
    border-bottom-color: transparent;
}

.nav-tabs.hrInternList li {
    border-bottom-color: transparent;
    background: #F7F7F7;
    padding: 6px;
}

.nav-tabs.hrInternList li:first-child {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}

.nav-tabs.hrInternList li:last-child {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}

.nav-tabs.hrInternList .nav-link {
    color: #212529;
    position: relative;
}

/* .nav-tabs.hrInternList .nav-item.show .nav-link, .nav-tabs.hrInternList .nav-link.active,.nav-tabs.hrInternList .nav-link.active:focus, .nav-tabs.hrInternList .nav-link.active:hover {
	color: #223383;
	background-color: #fff;
	border-color: #223383 #223383 #fff;
} */
.nav-tabs.hrInternList .nav-item.show .nav-link,
.nav-tabs.hrInternList .nav-link.active,
.nav-tabs.hrInternList .nav-link.active:focus,
.nav-tabs.hrInternList .nav-link.active:hover {
    color: #223383;
    background-color: #fff;
    border-color: transparent;
    border-radius: 30px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
}

.nav-tabs.hrInternList .nav-link:focus,
.nav-tabs.hrInternList .nav-link:hover {
    border-color: transparent;
}

.badge-approve,
.badge-pending {
    background: #DEF9EC;
    color: #19A540;
    font-weight: 500;
    font-size: 13px;
    border-radius: 20px;
    padding: 5px 10px;
}

.badge-pending,
.day.logPending {
    background: #FFF0E0;
    color: #EF9B30;
}

.companyLogo {
    width: 200px;
    height: 100px;
}

.companyLogo img,
.signature img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.signature p {
    height: 50px;
    width: 160px;
}

.cerDefault {
    width: 150px;
}

.cardBg {
    background: #fff0e0;
    filter: none;
}

.cardBdrLt {
    border-left: 4px solid #EFC045;
}

.cardBdrLt::before {
    content: '';
}

.modal .btn-close {
    position: absolute;
    right: 20px;
    top: 20px;
    background-size: 12px;
}

.htOverflow-150 .bootstrap-select .dropdown-menu {
    max-height: 150px !important;
}

.day.logApproved {
    color: #19A540;
}

.table>thead {
    vertical-align: bottom;
    background: #eaeeff;
}

table.dataTable thead th {
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
}

.text-orange,
.text-orange:hover {
    color: #EF9B30;
}

.hrInternList span.newDot {
    width: 8px;
    height: 8px;
    background: #ff7c00;
    display: inline-block;
    -webkit-background-clip: unset !important;
    border-radius: 25px;
    position: absolute;
    top: 18px;
    right: 0;
}

.btn-check:focus+.btn,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.15rem rgb(13 110 253 / 25%);
}

/* input:disabled {
    cursor: url('../img/nocursor.svg'), auto;
} */
.workReport .pagination {
    margin-bottom: 0;
}

.downloadResume {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.resumeLt {
    background: #24337D;
}

.bgRtCurve {
    border-top-right-radius: 80px;
}

.certInfo {
    background: none;
    color: orange;
}

.certUploadField {
    width: 840px;
}

.rate:not(:checked)>input {
    position: absolute;
    top: -9999px;
}

.rate:not(:checked)>label {
    width: 1em;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 26px;
    color: #ccc;
    float: right;
}

.rate:not(:checked)>label:before {
    content: '★ ';
}

.rate>input:checked~label {
    color: #ffc700;
}

.rate:not(:checked)>label:hover,
.rate:not(:checked)>label:hover~label {
    color: #deb217;
}

.rate>input:checked+label:hover,
.rate>input:checked+label:hover~label,
.rate>input:checked~label:hover,
.rate>input:checked~label:hover~label,
.rate>label:hover~input:checked~label {
    color: #c59b08;
}


table.dataTable thead>tr>th.sorting:before,
table.dataTable thead>tr>th.sorting:after,
table.dataTable thead>tr>th.sorting_asc:before,
table.dataTable thead>tr>th.sorting_asc:after,
table.dataTable thead>tr>th.sorting_desc:before,
table.dataTable thead>tr>th.sorting_desc:after,
table.dataTable thead>tr>th.sorting_asc_disabled:before,
table.dataTable thead>tr>th.sorting_asc_disabled:after,
table.dataTable thead>tr>th.sorting_desc_disabled:before,
table.dataTable thead>tr>th.sorting_desc_disabled:after,
table.dataTable thead>tr>td.sorting:before,
table.dataTable thead>tr>td.sorting:after,
table.dataTable thead>tr>td.sorting_asc:before,
table.dataTable thead>tr>td.sorting_asc:after,
table.dataTable thead>tr>td.sorting_desc:before,
table.dataTable thead>tr>td.sorting_desc:after,
table.dataTable thead>tr>td.sorting_asc_disabled:before,
table.dataTable thead>tr>td.sorting_asc_disabled:after,
table.dataTable thead>tr>td.sorting_desc_disabled:before,
table.dataTable thead>tr>td.sorting_desc_disabled:after {
    font-size: 1.4em;
}




/* chat */

.message-area {
    height: 91vh;
    overflow: hidden;
    padding: 30px 0;
    /* background: #fff; */
    background: #e6e8f0
}

.chat-area {
    position: relative;
    width: 100%;
    /* background-color: #f7faff; */
    background: #e6e8f0;
    border-radius: 0.3rem;
    height: 86vh;
    overflow: hidden;
    min-height: calc(100% - 1rem);
    padding: 15px;
}

.chatlist {
    outline: 0;
    height: 100%;
    overflow: hidden;
    width: 300px;
    float: left;
    /* padding: 15px; */
}

.chat-area .modal-content {
    border: none;
    border-radius: 0;
    outline: 0;
    height: 100%;
    /* background-color: transparent; */
    background: #ffffff;
}

.chatbox .modal-content {
    /* background: transparent url(../img/chat_bg.svg) no-repeat;
    background-size: cover; */
}

.chatbox .modal-content .modal-body,
.chatbox .modal-content .send-box {
    /* background-color: #FFF; */
    background: url(../img/chat_areabg.png);
    background-size: 50%;
}

.chat-area .modal-dialog-scrollable {
    height: 100% !important;
}

.chatbox {
    width: auto;
    overflow: hidden;
    height: 100%;
    /* border-left: 1px solid #ccc; */
}

.chatbox .modal-dialog,
.chatlist .modal-dialog {
    max-width: 100%;
    margin: 0;
}

.chat-area .nav-tabs {
    border-bottom: none;
    align-items: center;
    justify-content: space-between;
    flex-wrap: inherit;
    background: #F7F7F7;
    border-radius: 30px;
    padding: 5px;
}

.chat-area .nav-tabs .nav-item {
    width: 100%;
}

.chat-area .nav-tabs .nav-link {
    width: 100%;
    color: #585858;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    background: 0 0;
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.chat-area .nav-tabs .nav-item.show .nav-link,
.chat-area .nav-tabs .nav-link.active {
    color: #24337D;
    background-color: #fff;
    border-color: transparent;
    border-radius: 30px;
    font-weight: 500;
}

.chat-area .nav-tabs .nav-link:focus,
.chat-area .nav-tabs .nav-link:hover {
    border-color: transparent;
    isolation: isolate;
}

.chat-list h3 {
    margin-bottom: 2px;
    font-size: 15px;
}

.chat-list .active {
    display: block;
    content: '';
    clear: both;
    position: absolute;
    bottom: 3px;
    left: 0px;
    height: 10px;
    width: 10px;
    background: #00DB75;
    border-radius: 50%;
    border: 2px solid #fff;
}

.msg-head h3 {
    color: #FFF;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.7;
}

.msg-head p {
    color: #9a9ca9;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
}

.msg-head {
    padding: 7px;
    /* border-bottom: 1px solid #ccc; */
    background: #2b366d;
    margin-bottom: 0px;
    border-radius: 0px 0px 12px 12px;
}

.moreoption {
    display: flex;
    align-items: center;
    justify-content: end;
}

.moreoption .navbar {
    padding: 0;
}

.moreoption li .nav-link {
    color: #222;
    font-size: 16px;
    background: #3f497c;
    border-radius: 7px;
}

.moreoption .dropdown-toggle::after {
    display: none;
}

.moreoption ul.dropdown-menu {
    min-width: 8rem;
    width: 150px;
}

.moreoption .dropdown-menu[data-bs-popper] {
    top: 100%;
    left: auto;
    right: 0;
    margin-top: 0.125rem;
}

.msg-body ul {
    overflow: hidden;
}

.msg-body ul li {
    list-style: none;
    margin: 0px 0 0;
}

.msg-body ul li.sender {
    display: block;
    /* width: 100%; */
    position: relative;
}

.msg-body ul li.sender .assignment,
.msg-body ul li.reply .assignment {
    background-color: #FFF;
    padding: 10px 15px;
    border-radius: 15px;
    border-bottom-right-radius: 0px;
}

.msg-body ul li.sender .assignment {
    border-bottom-right-radius: 15px;
    border-top-left-radius: 0;
}

.msg-body ul li.reply .assignment {
    /* background-color: #ECFCF2;
    border: 1px solid #4bc996; */
    background-color: #ddeaff;
    box-shadow: 0px 3px 3px rgba(32, 38, 55, 0.108);
    padding-bottom: 1rem;
}

.msg-body ul li.sender .assignment {
    background-color: #ffffff;
    box-shadow: 0px 3px 3px rgba(32, 38, 55, 0.108) !important;

}

.msg-body ul li.reply .assignment .cardBg1 {
    /* background: #ECFCF2; */
    background: #ddeaff;
}

.msg-body ul li.sender .assignment .cardBg1 {
    /* background: #ECFCF2; */
    background: #ffffff;
}

.msg-body ul li.sender .msgCnt {
    color: #000;
    padding: 5px 15px;
    background: #fff;
    display: inline-block;
    border-radius: 15px;
    border-top-left-radius: 0px;
    margin-bottom: 0;
    /* border: 1px solid #9fc3ff; */
    box-shadow: 0px 3px 3px rgba(32, 38, 55, 0.108) !important;

}

.msg-body ul li.sender p b {
    display: block;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500;
}

.msg-body ul li.reply {
    display: inline-block;
    width: 100%;
    text-align: right;
    position: relative;
    align-self: flex-end;
}

.msg-body ul li.reply .msgCnt {
    padding: 5px 7px;
    /* background: #f1f5fc; */
    background: #e6f0ff;
    display: inline-block;
    border-radius: 15px;
    border-bottom-right-radius: 0px;
    margin-bottom: 0;
    border: 1px solid rgb(255, 255, 255);
    box-shadow: 0px 3px 3px rgba(32, 38, 55, 0.108) !important;
}

.msg-body ul li .msgCnt p {
    margin-bottom: 0;
    overflow-wrap: anywhere;
}

.msg-body ul li.reply p b {
    display: block;
    color: #061061;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500;
}

.time {
    color: #979797;
    font-size: 11px;
}

li.reply .time {
    margin-right: 20px;
}


.msg-body h6,
.msgDate h6 {
    font-weight: normal;
    font-size: 14px;
    color: #979797;
    display: inline-block;
    margin-bottom: 0;
}

.send-box .form-control {
    padding: 0.375rem 0.75rem;
    font-size: 14px;
    background-color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 7px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    height: 45px;
}

.send-box button {
    border: none;
    background: #2b366d;
    padding: 12px;
    border-radius: 7px;
    margin-left: 10px;
}

.send-btns .button-wrapper {
    position: relative;
    width: 125px;
    height: auto;
    text-align: left;
    margin: 0 auto;
    display: block;
    background: #F6F7FA;
    border-radius: 3px;
    padding: 5px 15px;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
    overflow: hidden;
}

.send-btns .button-wrapper span.label {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    cursor: pointer;
    color: #343945;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 13px;
}

#upload {
    display: inline-block;
    position: relative;
    z-index: 1;
    width: 43px;
    height: 43px;
    top: -16px;
    left: 0;
    opacity: 0;
    cursor: pointer;
}

.send-btns .form-control {
    display: inline-block;
    width: 120px;
    height: auto;
    padding: 5px 8px;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    color: #343945;
    background-color: #F6F7FA;
    background-clip: padding-box;
    border: 1px solid #F6F7FA;
    border-radius: 3px;
    margin-bottom: 5px;
}

.send-btns .button-wrapper span.label img {
    margin-right: 5px;
}

.button-wrapper {
    position: relative;
    width: 100px;
    height: 100px;
    text-align: center;
    margin: 0 auto;
}

button:focus {
    outline: 0;
}

.chat-icon {
    display: none;
}

.closess i {
    display: none;
}

.chat-list .read p,
.chat-list .read h3 {
    color: #6c757d;
    font-weight: 400;
}

.chat-list .unread p,
.chat-list .unread h3 {
    color: #212121;
    font-weight: 500;
}

.cardBg1 {
    background: #FFF9EF;
}

.floatLabel label {
    top: -9px;
    left: 10px;
    z-index: 99;
}

.floatLabel .form-control:focus {
    box-shadow: none;
}

.border-bottom-f0f0,
.border-top-f0f0 {
    border-color: #f0f0f0 !important;
}

.floatLabel label.form-control {
    top: 0;
    left: 0;
}

.detailNote {
    background: #E2FEF3;
}

.floatLabel .bootstrap-select .btn-light {
    border-color: #ececec;
    border-left: none;
    background: none;
}

.intType label.intMode {
    border: 1px solid #ECECEC;
    border-radius: 30px !important;
    cursor: pointer;
}

.intType .btn-check:checked+label {
    background: #EFFBF6;
    border-color: #7AC9AA;
    color: #178259;
}

.floatLabel .bootstrap-select.form-control-lg .dropdown-toggle {
    padding: 1rem 1rem .5rem;
}

.cardBg2 {
    background: #F2FBF9;
}

.msg-body ul li.sender,
.msg-body ul li.reply {
    max-width: 50%;
}

.showCan .msg-head,
.showCan .modal-body,
.showCan .send-box {
    margin-right: 300px;
    transition: all 0.3s;
}

.candidateInfo,
.corporateInfo {
    display: none;
    width: 300px;
    position: absolute;
    right: 0;
    top: 0px;
    height: 100%;
    overflow-y: auto;
    background: #f7faff;
}

.profSnip {
    /* background: #F9FCFF; */
}

.startFrom {
    background: #F5F5F5;
    border-radius: 0 25px 25px 0;
}

.bookmarkIco {
    background-color: #f5f5f5;
    border-radius: 6px;
    line-height: 22px;
}

.empProfBanner {
    background: #FBFBFB url(../img/emp_prof_banner.png) no-repeat;
    background-size: cover;
    height: 230px;
    border-radius: 15px;
}

.empProfLogo {
    width: 70px;
    height: 70px;
    border-radius: 100%;
    position: absolute;
    bottom: -30px;
    border: 1px solid #f5f5f5;
    z-index: 9;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 10%);
}

.empProfLogo img {
    object-fit: contain;
    padding: 0 2px;
}

.profAboutEmp {
    background: #e5ffff;
    padding-top: 40px;
}

.privacyPolicy p {
    line-height: 24px;
}

.privacyPolicy li {
    line-height: 30px;
}

.btn-o-orange {
    border-color: #f9bd7c;
    padding: 7px 20px;
}

.compBanner {
    background: url(../img/company_banner.png) no-repeat right;
    height: 280px;
}

.companyLogo {
    width: 70px;
    height: 70px;
    border-radius: 12%;
    background-color: #e2e2e2;
    overflow: hidden;
}

.compList li a {
    border: 1px solid #c6c6c623 !important;
    border-radius: 7px;
}

.compList li a.active {
    box-shadow: 0px 1px 10px rgba(0 0 0 / 16%);
}

.snapHead {
    background: #F9FEFD;
}

.companySnap {
    box-shadow: 0px 1px 10px rgba(0 0 0 / 16%);
}

.certifyCard {
    height: calc(100vh - 170px);
}

.logScroll {
    /* max-height: 500px; */
    overflow-y: auto;
}

.logos li .logoCnt {
    height: 100px;
    width: 150px;
    /* background: #f4f4f4; */
    display: flex;
    justify-content: center;
}

.logos li img {
    object-fit: contain;
    /* max-width: 100%; */
    /* height: 80px; */
    /* width: 80px; */
    max-height: 100%;
}

.mCSB_container {
    padding: 7px;
}

.mCSB_container .card {
    filter: drop-shadow(0px 1px 4px rgba(0, 0, 0, 0.15));
}

.attachBtn {
    left: 0;
    bottom: 0;
    cursor: pointer;
}

.attachBtn::after {
    content: '';
    border-right: 2px solid #eeeff5;
    height: 30px;
    display: inline-block;
}

.attachBtn span.label {
    position: absolute;
    cursor: pointer;
    width: 100%;
    top: 6px;
    border-radius: 7px;
    cursor: pointer;
}

.showFor {
    background-color: #eaeeff;
    border-radius: 5px;
}

.showFor .bootstrap-select .btn-light {
    background-color: #FFF;
    padding-top: 3px;
    padding-bottom: 3px;
}

.empPlace::after {
    content: '';
    border-bottom: 2px solid #FFF;
    position: absolute;
    width: 150%;
    bottom: -13px;
    left: 50%;
    transform: translateX(-50%);
}

.backBtn {
    align-self: flex-start;
    padding: 5px 12px;
}

.canAppList.nav-tabs .nav-link.active span,
.canAppList.nav-tabs .nav-link span {
    -webkit-background-clip: inherit !important;
    -webkit-text-fill-color: #FFF;
}

.bg-gray1 {
    background-color: #A5A5A8;
}

.closedFlag {
    background: #FEF7EA;
    color: #535353;
}

.closedFlag span {
    background: #EE9500;
    border-radius: 5px;
    padding: 3px 6px;
}

.perksBlock {
    border: 1px solid #f2f2f2;
    border-radius: 7px;
}

.perksBlock label {
    top: -11px;
}

.morecontent_inline.inlinecnt {
    display: inline !important;
}

.showInfo {
    position: relative;
}

.assignedInfo {
    border-radius: 7px;
    width: 500px;
    z-index: 9;
    top: 100px;
    /* left: 51%; */
    /* transform: translateX(-51%); */
    white-space: normal;
    display: none;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 40%);
    position: absolute;
    left: 18px;
    right: 0;
    margin: 0 auto;
}

.assignedInfo.supInfo {
    top: -260px;
    left: 350px;
}

.assignedInfo.topPush {
    top: 185px;
}

.assignedInfo::before {
    content: '';
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #fff;
    position: absolute;
    top: -5px;
    left: 50%;
    transform: translateX(50%);
}

.assignedInfo.supInfo::before {
    bottom: -5px;
    top: auto;
    border-bottom: unset;
    border-top: 5px solid #FFF;
}

.stickyAttach {
    z-index: 9;
}

.stickyAttach .btn {
    border-top: 1px solid #ececec;
}

.bg-ltblue {
    background: #eaeeff;
}

.moreCan .dropdown-menu {
    border-radius: 10px;
    border: none;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 20%);
    max-height: 250px;
    overflow-y: auto;
}

.moreCan .dropdown-item {
    padding: 2px 10px;
}

.moreCan .dropdown-toggle::after {
    content: none;
}

.cursor-pointer {
    cursor: pointer;
}

.moreCan .dropdown-item:focus,
.moreCan .dropdown-item:hover {
    background-color: transparent;
    color: #212529;
}

.moreCan .form-check-input {
    vertical-align: middle;
}

.scrollY-100 {
    max-height: 101px;
    overflow-y: auto;
}


.accessDb .chatO {
    color: #12A485;
    border-color: #00C49B;
}

.accessDb .chatO:hover {
    background: #00C49B;
}

.accessDb .labelO {
    color: #3C8BE6;
    border-color: #3C8BE6;
}

.accessDb .labelO:hover {
    background: #3C8BE6;
}

.text-cyan {
    color: #12A485;
}

header ul.dropdown-menu.profileDrop li:hover .dropdown-item img {
    filter: brightness(21%) saturate(100%) invert(99%) sepia(67%) saturate(0%) hue-rotate(197deg) brightness(500%) contrast(500%);
}

.actionBtn {
    border: 1px solid #F9AA1E;
    color: #e09309;
}

.actionBtn.noBdr {
    border: none;
    padding: 7px 10px;
}

.dropdown-toggle.actionBtn::after {
    content: "";
}

.actionBtn:hover {
    background: #F9AA1E;
    color: #FFF;
}

#folder .select2-container,
#internship .select2-container {
    width: 100% !important;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    white-space: unset;
}

.label-shortlist,
.label-hired,
.label-notint {
    background: #3c8be6;
    padding: 0 4px;
    border-radius: 3px;
    color: #FFF;
}

.label-hired {
    background: #00C49B;
}

.label-notint {
    background: #F9AA1E;
}

.label-certificate {
    font-size: 12px;
}

.certificate .companyLogo {
    width: 90px;
    height: 90px;
}

.selectuser {
    border-bottom: 1px solid #ddeaff;
}

.selectuser.selectChat {
    background: #ddeaff;
    border-radius: 10px;
}

.chatbox .modal-content .modal-body {
    border-radius: 10px 10px 0 0;
}

.chatbox .modal-content .send-box {
    border-radius: 0 0 0px 0px;
    /* border-top: 2px solid #f7faff; */
    /* background: #e6e8f0; */
    background: #d8dceb;
}

.btn-reschedule {
    background: #3088db;
    color: #FFF;
}

.btn-reschedule:hover {
    background: #196dbb;
    color: #FFF;
}

.badge-accept {
    background-color: #26BE80;
}

.badge-reject {
    background-color: #ee494b;
}

.badge-reschedule {
    background-color: #1f7bd1;
}

.badge-awaiting {
    background-color: #faad00;
}

.cardBg3 {
    background: #FBF2FC;
}

.border-blue {
    border: 1px solid #9fc3ff;
}

.border-bottom-blue {
    border-bottom: 1px solid #ddeaff;
}

.chatlist .select2-container--default .select2-selection--single {
    background-color: #ddeaff;
}

.bdr_orange span {
    border: 1px solid #4bc996;
    padding: 4px 10px;
    display: table-cell;
    line-height: 16px;
}

.assignment .bdr_red {
    border: 1px solid #4bc996;
    border-radius: 30px;
    background-color: #ddf6e8;
}

.red_dark {
    background-color: #4bc996;
    border-radius: 30px 0 0 30px;
}

.red_light {
    /* background-color: #ddf6e8; */
    color: #4bc996;
    /* border-radius: 0 30px 30px 0px; */
}

.assignment .bdr_teak {

    border: 1px solid #f08e51;
    border-radius: 30px;
    /* background-color: #e0eaff; */
    background-color: #ffede2;
}

.assignment .bdr_navy {
    border: 1px solid #5181f0;
    border-radius: 30px;
    background-color: #e0eaff;
}

.navy_light {
    /* background-color: #ddf6e8; */
    color: #5181f0;
    /* border-radius: 0 30px 30px 0px; */
}

.teak_light {
    /* background-color: #ddf6e8; */
    color: #f08e51;
    /* border-radius: 0 30px 30px 0px; */
}

.bdr_orange span {
    border-color: #EF9B30;
}

.orange_dark {
    background-color: #EF9B30;
    border-radius: 30px 0 0 30px;
}

.orange_light {
    background-color: #fff;
    color: #EF9B30;
    border-radius: 0 30px 30px 0px;
}

.assignmentPdf {
    border: 1px solid #D0D0D0;
}

.assignDownload {
    background-color: #EBEBEB;
    border-left: 1px solid #D0D0D0;
}

.msg-body ul li.reply .interviewTemp {
    /* border: 1px solid #1F7BD1;
    background: #E8F1FF; */
    background: #ddeaff;
}

.msg-body ul li.sender .interviewTemp {
    /* border: 1px solid #1F7BD1;
    background: #E8F1FF; */
    background: #fff;
}

.interviewMode {
    border: 1px solid #1F7BD1;
}

.intLastDate {
    /* background-color: #DAE6F8; */
    background: #c5dbff;
    border-radius: 13px;
}

.unreadCount {
    background: #ef6a6a;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    line-height: 18px;
}

.msgDate h6 {
    background-color: #fff;
    border: 1px solid #efefef;
    color: #a4a5aa;
    border-radius: 15px;
    padding: 5px 10px;
    font-size: 12px;
}

.animate {
    animation-duration: 0.3s;
    -webkit-animation-duration: 0.3s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
}

@keyframes slideIn {
    0% {
        transform: translateY(1rem);
        opacity: 0;
    }

    100% {
        transform: translateY(0rem);
        opacity: 1;
    }

    0% {
        transform: translateY(1rem);
        opacity: 0;
    }
}

@-webkit-keyframes slideIn {
    0% {
        -webkit-transform: transform;
        -webkit-opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        -webkit-opacity: 1;
    }

    0% {
        -webkit-transform: translateY(1rem);
        -webkit-opacity: 0;
    }
}

.slideIn {
    -webkit-animation-name: slideIn;
    animation-name: slideIn;
}

#send_assignment .form-control[readonly],
#interview .form-control[readonly] {
    background-color: #FFF;
}

.filelabel {
    display: block;
    transition: border 300ms ease;
    cursor: pointer;
    text-align: center;
    margin: 0;
}

#FileInput {
    display: none;
}

.uploadFile {
    position: absolute;
    bottom: 28px;
    left: 60px;
    background: #FFF;
    width: 50%;
}

.fileUploadWrap {
    position: relative;
}

.fileName {
    position: absolute;
    left: 50px;
    top: -8px;
    pointer-events: none;
}

.fileUploadWrap input[type=file] {
    position: absolute;
    opacity: 0;
    z-index: 9;
}

.blinkDot {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 100%;
    /* background-color: #ffa319; */
    background-color: #e60202;
    transition: all 300ms ease;
    position: absolute;
    left: 18px;
    top: 5px;
}


.blinkDot::after {
    content: "";
    display: block;
    position: absolute;
    border-radius: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transform-origin: center;
    border-radius: 100%;
    height: 100%;
    width: 100%;
    z-index: 0;
    animation: pulse_shadow 1.5s ease-in-out infinite;

}

@keyframes pulse_shadow {
    0% {
        box-shadow: 0px 0px 0px 0px rgba(230, 2, 2, 0.45);
    }

    100% {
        box-shadow: 0px 0px 1px 10px rgba(230, 2, 2, 0.0);
    }
}

.labelDrop {
    min-width: 17rem;
    border: none;
    box-shadow: 0px 3px 6px rgba(0 0 0 / 11%);
}

.custom-radios input[type="radio"],
.custom-radios input[type="checkbox"] {
    display: none;
}

.custom-radios input[type="radio"]+label span,
.custom-radios input[type="checkbox"]+label span {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: -1px 4px 0 0;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 5px;
    border: 1px solid #fff;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    line-height: 17px;
}

.custom-radios input[type="radio"]+label span img,
.custom-radios input[type="checkbox"]+label span img {
    opacity: 0;
    transition: all 0.3s ease;
}

.custom-radios input[type="radio"].color-1+label span,
.custom-radios input[type="checkbox"].label-1+label span {
    background-color: #67AA59;
}

.custom-radios input[type="radio"].color-2+label span,
.custom-radios input[type="checkbox"].label-2+label span {
    background-color: #ed92f7;
}

.custom-radios input[type="radio"].color-3+label span,
.custom-radios input[type="checkbox"].label-3+label span {
    background-color: #55cbfa;
}

.custom-radios input[type="radio"].color-4+label span,
.custom-radios input[type="checkbox"].label-4+label span {
    background-color: #6BB7A6;
}

.custom-radios input[type="radio"].color-5+label span,
.custom-radios input[type="checkbox"].label-5+label span {
    background-color: #BE5043;
}

.custom-radios input[type="radio"].color-6+label span,
.custom-radios input[type="checkbox"].label-6+label span {
    background-color: #D7D54E;
}

.custom-radios input[type="radio"].color-7+label span,
.custom-radios input[type="checkbox"].label-7+label span {
    background-color: #CFADFB;
}

.custom-radios input[type="radio"].color-8+label span,
.custom-radios input[type="checkbox"].label-8+label span {
    background-color: #ff9f83;
}

.custom-radios input[type="radio"].color-9+label span,
.custom-radios input[type="checkbox"].label-9+label span {
    background-color: #E0BF91;
}

.custom-radios input[type="radio"].color-10+label span,
.custom-radios input[type="checkbox"].label-10+label span {
    background-color: #6B89EC;
}

.custom-radios input[type="radio"]:checked+label span img,
.custom-radios input[type="checkbox"]:checked+label span img {
    opacity: 1;
}

.addedLabels {
    max-height: 100px;
    overflow-y: auto;
}

.label-green {
    filter: invert(66%) sepia(26%) saturate(763%) hue-rotate(64deg) brightness(115%) contrast(86%);
}

.label-pink {
    filter: invert(79%) sepia(30%) saturate(1108%) hue-rotate(256deg) brightness(150%) contrast(94%);
}

.label-ltblue {
    filter: invert(82%) sepia(28%) saturate(7238%) hue-rotate(173deg) brightness(148%) contrast(72%);
}

.label-cyan {
    filter: invert(64%) sepia(27%) saturate(490%) hue-rotate(116deg) brightness(139%) contrast(87%);
}

.label-maroon {
    filter: invert(37%) sepia(13%) saturate(2769%) hue-rotate(318deg) brightness(84%) contrast(78%);
}

.label-ltgreen {
    filter: invert(100%) sepia(73%) saturate(1731%) hue-rotate(352deg) brightness(186%) contrast(72%);
}

.label-violet {
    filter: invert(49%) sepia(152%) saturate(2391%) hue-rotate(315deg) brightness(209%) contrast(51%);
}

.label-ltred {
    filter: invert(74%) sepia(14%) saturate(1906%) hue-rotate(318deg) brightness(152%) contrast(102%);
}

.label-ltbrown {
    filter: invert(141%) sepia(107%) saturate(759%) hue-rotate(677deg) brightness(176%) contrast(85%);
}

.label-blue {
    filter: invert(65%) sepia(58%) saturate(4469%) hue-rotate(203deg) brightness(123%) contrast(64%);
}

.labelCan .dropdown-toggle::after {
    content: none;
}

.btn-prim .filterWhite {
    filter: invert(100%) sepia(53%) saturate(2%) hue-rotate(103deg) brightness(111%) contrast(101%);
}

.rolesBanner {
    background: linear-gradient(to bottom, #E8FBFE, #FFFFFF);
}

.rolesTab.nav-tabs {
    border-bottom: none;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
    border-radius: 20px;
}

.rolesTab.nav-tabs .nav-link:focus,
.rolesTab.nav-tabs .nav-link:hover {
    border-color: transparent;
}

.rolesTab.nav-tabs .nav-item.show .nav-link,
.rolesTab.nav-tabs .nav-link.active {
    color: #24337D;
    background-color: transparent;
    border: none;
    border-bottom: 2px solid #24337D;
    width: auto;
    margin: auto;
}

.rolesTab.nav-tabs .nav-link {
    color: #5D6464;
}

/* .uploadAttach input[type="file"] {
    cursor: pointer !important;
    display: block;
    font-size: 999px;
    filter: alpha(opacity=0);
    min-height: 100%;
    min-width: 100%;
    opacity: 0;
    position: absolute;
    right: 0px;
    text-align: right;
    top: 0px;
    z-index: 1;
} */
.chooseFile {
    display: none;
}

.stickHere {
    position: absolute;
    top: 6px;
    z-index: 999;
    transform: translateY(50%);
    left: 35px;
    min-width: 100px;
    background: #FFF;
}

.status-ongoing {
    background: #ffdfcf;
    color: #b53c00;
    border-radius: 15px;
    padding: 7px 15px;
}

.status-review {
    background: #D4FAFF;
    color: #077E8C;
    border-radius: 15px;
    padding: 7px 15px;
}

.status-dropped {
    background: #FFE6CF;
    color: #DE7B1E;
    border-radius: 15px;
    padding: 7px 15px;
}

.status-expired {
    background: #dfdfdf;
    color: #535353;
    border-radius: 15px;
    padding: 7px 15px;
}

.status-consider {
    background: #DFE0FF;
    color: #2228CC;
    border-radius: 15px;
    padding: 7px 15px;
}

.status-notqualified {
    background: #FFF8C9;
    color: #BFA705;
    border-radius: 15px;
    padding: 7px 15px;
}

.uploadAttach .alertMsg {
    margin-bottom: 8px;
}

.btn-orange {
    background-color: #F9AA1E;
}

.btn-orange:hover {
    background-color: #F9BF59;
}

.colorAlert.alertMsg {
    margin-top: -18px;
    margin-bottom: 0;
    padding-top: 3px;
    line-height: 15px;
}

.colorPallete ul {
    margin-bottom: 1rem;
}

.adminFilter .select2-container--default .select2-selection--multiple {
    max-height: 36px;
    min-height: 56px;
    overflow-y: auto;
}

.min_h55.alertMsg {
    min-height: 55px !important;
}

.btn-done {
    background: #80c8bc !important;
    cursor: not-allowed !important;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.chatbox .modal-body::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.chatbox .modal-body {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

#chat_form button img {
    filter: invert(0%) sepia(0%) saturate(7500%) hue-rotate(47deg) brightness(412%) contrast(108%);
}

#chat_form button:hover img {
    opacity: 0.9;
}

.corp_info_btn {
    background: none;
}

.corp_info_btn:hover {
    background: #4455a9;
}

.border_1 .bootstrap-select .btn-light {
    border-left: 1px solid #ececec !important;
    background: #fff;
}

.attchement_rule {
    opacity: 0;
    border-radius: 0px;
    filter: drop-shadow(0px 3px 2px rgba(0, 0, 0, 0));
    transition: 0.5s;
    z-index: -1;
    bottom: 17px;
    left: 53px;
}

.attachBtn:hover+.attchement_rule {
    opacity: 1;
    transition: 0.5s;
    z-index: 1;
}

.modal-content {
    position: relative;
}

.floated_ico_aep {
    position: sticky;
    left: 100%;
    z-index: 2;
    bottom: 0px;
    margin: auto;
    background: #ef6a6a;
    padding: 5px 3px 5px 15px;
    font-size: 12px;
    color: #fff;
    border-radius: 50px 5px 5px 50px;
    cursor: pointer;
}

.floated_ico_aep:hover {
    color: #fff;
}

.floated_ico_aep .fa {
    padding: 2px;
    border-radius: 3px;
    font-size: 12px;
    animation: infinite scrollup 1.2s;
    transform: translateY(0px);
}

@keyframes scrollup {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-4px);
    }

    100% {
        transform: translateY(0px);
    }
}

.count_eachpage {
    background: #EDEDD1;
    padding: 3px 8px;
    border-radius: 10px;
    border-left: 2px solid #A2AD00;
    margin: 0px 20px 0px 20px;
    font-size: 22px;
    display: inline-block;
}

.sub_count_badge {
    background: #e4e9ff !important;
    padding: 0.3rem 0.7rem;
    border-radius: 25px;
}

.badge-sticky {
    background: #f1f3ff;
    font-weight: 300;
    border-radius: 0px 50px 50px 0px;
    padding: 5px 12px;
    margin: 0px;
    border: 1px dashed #1e2e79;
    align-self: flex-start;
}

.fill_dgreen {
    filter: invert(70%) sepia(95%) saturate(4355%) hue-rotate(86deg) brightness(57%) contrast(127%);
}

.adminTile .lh-base_1::before {
    border: 1px solid #005b00;
}

.border-short-inner {
    position: relative;
    border: 2px solid #dcdcdc;
    border-radius: 30px;
}

.border-short-inner:before {
    content: "";
    display: block;
    width: 150px;
    height: 2px;
    background: #dcdcdc;
    left: -150px;
    top: 50%;
    position: absolute;
}

.border-short-inner:after {
    content: "";
    display: block;
    width: 150px;
    height: 2px;
    background: #dcdcdc;
    right: -150px;
    top: 50%;
    position: absolute;
}

.des-md-none li {
    list-style-type: none;
}

.dummy_logo_template {
    text-align: center;
    border: 1px dashed #7a7a7a;
    border-radius: 40px;
    width: 80px;
    height: 80px;
    align-items: center;
    justify-content: center;
    display: flex;
    padding: 0px;
    font-size: 11px;
    color: #7a7a7a;
}

.non_edit {
    cursor: not-allowed;
    background-color: #e6e6e6 !important;
}

.svg_white {
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(252deg) brightness(560%) contrast(163%);
}

.fac_dash_1 {
    border: #8089ff 1px solid;
    border-bottom: #8089ff 7px solid;
    /* box-shadow: -3px 3px 6px #2e2f4b50; */
    display: block;
    background: linear-gradient(to right, #8089ff 50%, #e5e7ff 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all .5s ease-out;
}

.fac_dash_1 h3 {
    color: #1d28b8;
}

.fac_dash_1 img {
    filter: invert(18%) sepia(52%) saturate(6051%) hue-rotate(238deg) brightness(71%) contrast(108%);
}

.fac_dash_1 h6 {
    color: #6873ea;
}

.fac_dash_1 h6::before {
    border: 1px solid #8089ff;
}

.fac_dash_1:hover {
    background-position: left bottom;
}

.fac_dash_1:hover h3,
.fac_dash_1:hover h6 {
    color: #fff;
}

.fac_dash_1:hover h6:before {
    border: 1px solid #fff;
}

.fac_dash_1:hover img {
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(252deg) brightness(560%) contrast(163%);
}

.fac_dash_2 {
    border: #ffc974 1px solid;
    border-bottom: #ffc974 7px solid;
    background: linear-gradient(to right, #ffc974 50%, #fff7ea 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all .5s ease-out;
}

.fac_dash_2 h3 {
    color: #cd8a1d;
}

.fac_dash_2 img {
    filter: invert(47%) sepia(72%) saturate(496%) hue-rotate(358deg) brightness(105%) contrast(93%);
}

.fac_dash_2 h6 {
    color: #cd8a1d !important;
}

.fac_dash_2 h6::before {
    border: 1px solid #cd8a1d;
}

.fac_dash_2:hover {
    background-position: left bottom;
}

.fac_dash_2:hover h3,
.fac_dash_2:hover h6 {
    color: #fff !important;
}

.fac_dash_2:hover h6:before {
    border: 1px solid #fff;
}

.fac_dash_2:hover img {
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(252deg) brightness(560%) contrast(163%);
}


.fac_dash_3 {
    border: #f15f8e 1px solid;
    border-bottom: #f15f8e 7px solid;
    background: linear-gradient(to right, #f15f8e 50%, #ffeef3 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all .5s ease-out;
}

.fac_dash_3 h3 {
    color: #e13b71;
}

.fac_dash_3 img {
    filter: invert(38%) sepia(50%) saturate(5061%) hue-rotate(320deg) brightness(93%) contrast(89%);
}

.fac_dash_3 h6 {
    color: #e13b71 !important;
}

.fac_dash_3 h6::before {
    border: 1px solid #e13b71;
}

.fac_dash_3:hover {
    background-position: left bottom;
}

.fac_dash_3:hover h3,
.fac_dash_3:hover h6 {
    color: #fff !important;
}

.fac_dash_3:hover h6:before {
    border: 1px solid #fff;
}

.fac_dash_3:hover img {
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(252deg) brightness(560%) contrast(163%);
}

.fac_dash_4 {
    border: #47c393 1px solid;
    border-bottom: #47c393 7px solid;
    background: linear-gradient(to right, #47c393 50%, #d6ffef 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all .5s ease-out;
}

.fac_dash_4 h3 {
    color: #139563;
}

.fac_dash_4 img {
    filter: invert(42%) sepia(46%) saturate(6883%) hue-rotate(141deg) brightness(94%) contrast(85%);
}

.fac_dash_4 h6 {
    color: #139563 !important;
}

.fac_dash_4 h6::before {
    border: 1px solid #139563;
}

.fac_dash_4:hover {
    background-position: left bottom;
}

.fac_dash_4:hover h3,
.fac_dash_4:hover h6 {
    color: #fff !important;
}

.fac_dash_4:hover h6:before {
    border: 1px solid #fff;
}

.fac_dash_4:hover img {
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(252deg) brightness(560%) contrast(163%);
}

.fac_dash_5 {
    border: #db5fde 1px solid;
    border-bottom: #db5fde 7px solid;
    background: linear-gradient(to right, #db5fde 50%, #fee6ff 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all .5s ease-out;
}

.fac_dash_5 h3 {
    color: #bd3ac0;
}

.fac_dash_5 img {
    filter: invert(25%) sepia(76%) saturate(2092%) hue-rotate(278deg) brightness(81%) contrast(87%);
}

.fac_dash_5 h6 {
    color: #bd3ac0 !important;
}

.fac_dash_5 h6::before {
    border: 1px solid #bd3ac0;
}

.fac_dash_5:hover {
    background-position: left bottom;
}

.fac_dash_5:hover h3,
.fac_dash_5:hover h6 {
    color: #fff !important;
}

.fac_dash_5:hover h6:before {
    border: 1px solid #fff;
}

.fac_dash_5:hover img {
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(252deg) brightness(560%) contrast(163%);
}

.badge-sticky-info {
    background: #fdf1ff;
    font-weight: 300;
    border-radius: 6px;
    padding: 5px 12px;
    display: flex;
    justify-content: center;
    border: 1px solid #f4b1ff;

}

.dataTables_scrollHeadInner,
.dataTables_scrollHeadInner table,
.dataTables_scrollBody table {
    width: 100% !important;
}

.fac_profile_illus {
    height: calc(100vh - 70px);
    background: url(../img/fac_profile_illus.svg) no-repeat bottom left;
    background-size: 65%;

}

tr.round td:first-child {
    padding-left: 20px !important;
}

tr.round:before {
    content: "";
    position: absolute;
    left: 0;
    top: 19px;
    width: 10px;
    height: 10px;
    background-color: #24337D;
    border-radius: 50%;
}

.work_repo_logo {
    background: #f4f4f4;
    padding: 20px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.work_repo_table table tr {
    line-height: 2rem;
}

.rate .checked {
    color: #ffc700 !important;
}

.rate_report label {
    color: #ccc !important;
}

.rate:not(:checked)>label:before {
    content: '★ ';
    cursor: auto;
}

.feedback_bg {
    background: url(../img/fac_report_illus.svg) center center;
    background-size: 50%;
}

.card_feedback {
    box-shadow: #0000f020 0px 5px 12px;
    border-radius: 50px;
    /* border: 2px solid #24337D30; */
}

.shadow_0 {
    box-shadow: #00000000 0px 0px 0px !important;
}

.feedback_bg .filledBox {
    border: 1px solid #24347c50 !important;
    background: #ffffff !important;
}

.text-gradi {
    background: linear-gradient(45deg, #24337d, #51dcf3);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.ver_line {
    position: relative;
}

.ver_line::before {
    content: '';
    position: absolute;
    left: -100px;
    width: 7px;
    height: 100%;
    background: #ccc;
}

.hor_line {
    position: relative;
}

.hor_line::before {
    content: '';
    position: absolute;
    width: 100px;
    height: 7px;
    background: #ccc;
    left: -120px;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 0px 10px 10px 0px;
}

.accordion-button {
    position: relative;
}

.down_repo_button {
    position: absolute;
    top: 0px;
    right: 70px;
    background: #24337D;
    border-radius: 0px 0px 40px 40px;
    padding: 3px 4px;
}

.down_repo_button:hover {
    position: absolute;
    top: 0px;
    right: 70px;
    background: #24337D;
    border-radius: 0px 0px 40px 40px;
    padding: 3px 4px;
}

.history.active {
    position: relative;
}

.history.active::after {
    content: '';
    position: absolute;
    bottom: 0px;
    margin: auto;
    left: 0px;
    right: 0px;
    width: 50%;
    border-bottom: 3px solid #24337D;
}

.badge-blue {
    background: #E9F9FB;
    border-radius: 15px;
    color: #17B7C3;
    padding: 7px 15px;
}

.share-btn-overall {
    background: linear-gradient(246deg, #24337d, #51dcf3);
    padding: 3px 6px;
    border-radius: 6px;
    z-index: 1;
    margin-left: 0.6rem;
    bottom: -56px;
    right: 0px;
}

.share_parent {
    position: relative;
}

.social_hide_area_1 {
    z-index: 999999999;
    position: absolute;
    display: flex;
    top: 37px;
    right: auto;
    left: auto;
    /* display: none; */
}

.sc_badge_hire .label-hired,
.sc_badge_hire .label-shortlist {
    padding: 3px 6px;
}

.label-folder {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 3px 6px;
    background: #c25dba;
    border-radius: 3px;
    /* border: 1px solid #555; */
    color: #ffffff;
}

.label-folder:hover {
    background: #993591;
}

.label-shortlist:hover {
    background: #1163c1;
}

.label-hired:hover {
    background: #008d6f;
}

.search_card {
    background: linear-gradient(to bottom, #FF6D92, #B375EA);
}

.bg_candi_orange {
    background: #FFF7F4;
}

.location_card {
    background: linear-gradient(to bottom, #6DE3FF, #5B53C4);
}

.candi_dash_search_card {
    border: #FF6D92;
    border-left-width: 5px;
    border-style: solid;
    border-right: 0px;
    border-top: 0px;
    border-bottom: 0px;
}
.candi_dash_location_card{
    border: #6797e0;
    border-left-width: 5px;
    border-style: solid;
    border-right: 0px;
    border-top: 0px;
    border-bottom: 0px;
}
.candi_dash_search {
    background: -webkit-linear-gradient(#FF6D92, #B375EA);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.candi_dash_locaion {
    background: -webkit-linear-gradient(#6DE3FF, #5B53C4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.bg-subscribe{
    background: linear-gradient(45deg, #2f3037, #3b3e44);
    border-radius: 20px;
    text-align: center;
    overflow: hidden;
    filter: drop-shadow(0px 4px 7px black);
}
.bg-subscribe ul li{
    list-style: none;
    text-align: left;
    font-size: 1rem;
    line-height: 3.7rem;
}
.bg-subscribe ul li{
    position: relative;

    padding-left: 40px;
}
.bg-subscribe ul li::before{
    content: '';
    background: url(../img/candi_subs_tick.svg) no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    background-size:100%;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.subs_title{
    background: linear-gradient(to bottom, #cbac6f, #85652e);
    color: #fff;
    font-size: 1.4rem;
    padding: 1rem;
    border-radius: 0px 0px 30px 30px;
}
.subs_btn{
    border-radius: 30px!important;
}
.subs_hor_line{
    border-top: #5a5858 3px dashed;
    opacity: 1;
}
.subs_hor_line_parent{
    height: 50px;
    position: relative;
}
.subs_hor_line::before{
    content: '';
    position: absolute;
    top: 35px;
    bottom: 0;
    left: 0;
    height: 50px;
    width: 50px;
    border-radius: 50px;
    background: #232328;
    margin: auto;
    z-index: 999999;
    transform: translate(-50%, -50%);
    box-shadow: inset 0 8px 6px -6px black;
}
.subs_hor_line::after{
    content: '';
    position: absolute;
    top: 35px;
    bottom: 0;
    right: 0;
    height: 50px;
    width: 50px;
    border-radius: 50px;
    background: #232328;
    margin: auto;
    z-index: 999999;
    transform: translate(50%, -50%);
    box-shadow: inset 0 8px 6px -6px black;
}

.bg_subscription{
    background: url(../img/chat_areabg.png) no-repeat;
    background-size: 100%;
}
.w-30{
    width: 48.5% !important;;
}

.search_based{
    background: url(../img/search_based.svg) no-repeat;
    background-size: 100%;
}
.btn-success {
    border-color: #17a540!important;
}