/* @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;
}

.w-35 {
  width: 45% !important;
}

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

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

.fw-700 {
  font-weight: 700;
}

.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;
}

.coupon_back {
  background: url(../img/coup.png) no-repeat;
  padding: 30px;
  background-size: 100%;
  align-items: center;
  display: flex;
}

.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: 6px;
  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: 6px;
  font-size: 11px;
  transition: 0.2s ease-in-out;
  background-color: #fff;
}

.h-90 {
  height: 90% !important;
}

.btn-vilot-active {
  color: #fff;
  /* padding: 10px 73px!important; */
  border-radius: 0px 0px 8px 8px;
  font-size: 11px;
  transition: 0.2s ease-in-out;
  background-color: #24337d;
  display: inline-block;
}

.border_extra {
  border: 3px solid #24337d;
}

.border_extra:hover {
  border: 3px solid #526eaf;
}

.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;
  border: 0px solid transparent;
}

.btn-prim1 {
  background: #24337d;
  border-radius: 6px;
  padding: 7px 30px;
  color: #fff;
  transition: 0.2s ease-in-out;
  font-size: 11px;
  border: 0px solid transparent;
}

.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-white {
  background: #ffffff !important;
}

.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;
}

.chatbox .btn-green {
  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: #494949;
}

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

.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 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.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 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.chosenSkills ul.ks-cboxtags li label {
  border: 1px solid #19a540;
  background-color: #19a540;
  color: #fff;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.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 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.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; */
}

.profPic span {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #24337d;
  border-radius: 100%;
}

.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 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.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 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.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, 0.2);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  position: absolute;
  right: 20px;
  margin-top: 0px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.filter ul.ks-cboxtags li input[type="checkbox"]:checked+label::before {
  content: "\f14a";
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.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: 0px solid #f8f8f8;
  margin-top: 0px;
}

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: 0.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;
}

.select2-container {
  width: 100% !important;
}

/* .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 0.3s ease forwards;
  background-color: #fff;
  box-shadow: 0 8px 8px -10px rgba(0, 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, 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;
}

.box {
  position: relative;
  width: 115px;
  height: 28px;
  background: #f0f7fa;
  border-radius: 0px 15px 15px 0px;
  border-left: 4px solid #3c8be6;
  text-align: start;
}

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

.mt-100 {
  margin-top: 100px !important;
}

.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;
  }

  .pos {
    /* position: fixed!important; */
  }

  .coupon_back {
    background: url(../img/coup.png) no-repeat;
    padding: 25px;
    background-size: 100%;
    align-items: center;
    display: flex;
  }

  .mb-31 {
    margin-bottom: 31px !important;
  }

  .coupBanner {
    height: 146px !important;
    margin-top: 0px !important;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {

  .filterTtl.accordion-button::after,
  .accordion-button:not(.collapsed)::after {
    filter: invert(85%) sepia(0%) saturate(60%) hue-rotate(29deg) brightness(258%) contrast(98%);
  }

  .m_height_50 {
    height: 50px;
  }

  .mobile_position_relative {
    position: relative;
  }

  #filter_job_offer {
    position: absolute;
    right: 10px;
    top: 3px;
  }

  #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;
  }

  .flex-col {
    flex-direction: column;
  }

  .imgtop {
    margin-top: 40px;
  }

  .pos {
    /* position: absolute!important; */
  }

  .mttop {
    margin-top: 0px !important;
  }

  .coupBanner {
    height: 144px !important;
    margin-top: 0px !important;
  }
}

@media only screen and (min-width: 360px) and (max-width: 479px) {

  .filterTtl.accordion-button::after,
  .accordion-button:not(.collapsed)::after {
    filter: invert(85%) sepia(0%) saturate(60%) hue-rotate(29deg) brightness(258%) contrast(98%);
  }

  .m_height_50 {
    height: 50px;
  }

  .mobile_position_relative {
    position: relative;
  }

  #filter_job_offer {
    position: absolute;
    right: 10px;
    top: 3px;
  }

  #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: 820px;
  }

  .flex-col {
    flex-direction: column;
  }

  .mttop {
    margin-top: 80px;
  }

  .imgtop {
    margin-top: 40px;
  }

  .headtop {
    margin-top: 75px;
  }

  .pos {
    /* position: !important; */
  }

  .wid {
    width: 90% !important;
  }

  .mttop {
    margin-top: 0px !important;
    padding-top: 0px !important;
  }

  .coupon_back {
    background: url(../img/coup.png) no-repeat;
    padding: 30px;
    background-size: 100%;
    align-items: center;
    display: flex;
  }

  .ml-20 {
    margin-left: 20px;
  }

  .coupBanner {
    height: 82px !important;
    margin-top: 30px !important;
  }
}

@media only screen and (min-width: 320px) and (max-width: 359px) {

  .filterTtl.accordion-button::after,
  .accordion-button:not(.collapsed)::after {
    filter: invert(85%) sepia(0%) saturate(60%) hue-rotate(29deg) brightness(258%) contrast(98%);
  }

  .m_height_50 {
    height: 50px;
  }

  .mobile_position_relative {
    position: relative;
  }

  #filter_job_offer {
    position: absolute;
    right: 10px;
    top: 3px;
  }

  #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;
  }

  .flex-col {
    flex-direction: column;
  }

  .ml-20 {
    margin-left: 20px;
  }
}

.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: #f3f3ff;
  /* border: 1px solid #19a540; */
  color: #0a0071;
  line-height: 23px;
  border-radius: 5px !important;
}

.badge-assess {
  background: #eaf8f8;
  ;
  /* border: 1px solid #19a540; */
  color: #2B2B2B;
  line-height: 23px;
  border-radius: 5px !important;
}

.iconRound {
  /* background: #077b4c; */
  width: 23px;
  height: 23px;
  display: inline-block;
  border-radius: 5px;
  /* 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: 10s animateleft;
  -webkit-animation: 10s animateleft;
  -moz-animation: 10s 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));
  /* 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;
  font-family: monospace !important;
}

/* 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 0.15s ease-in-out, box-shadow 0.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 0.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;
}

.searchBanner {
  background: url(../img/search_intern.png) no-repeat;
  height: 170px;
  background-size: cover;
  background-position: center;

}

.candiBanner {
  background: url(../img/candiBanner_260.png) no-repeat;
  height: 240px;
  background-size: cover;
  background-position: center;

}

.coupBanner {
  background-image: url(../img/couBanner.png);
  height: 201px;
  background-size: cover;
  background-position: center;
  margin-top: 70px;
}

.coupBanner {
  background-image: url(../img/couBanner.png);
  height: 201px;
  background-size: cover;
  background-position: center;
  margin-top: 70px;
}

.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);
  }
}

.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;
}


.offer-view {
  height: 26px;
  padding: 8px;
  margin-top: 5px;
}

.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 0.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 0.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 0.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 0.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 0.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: 20px;
  /* 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: 5px 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: -46px;
  right: 0;
  left: auto;
  /* display: none; */
  gap: 3px;
}

.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);
}

.location_card_current {
  background: linear-gradient(to bottom, #6dffb2, #28a05c);
}

.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_location_card_current {
  border: #3ebd77;
  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;
}

.candi_dash_locaion_current {
  background: -webkit-linear-gradient(#6dffb2, #28a05c);
  -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;
}

.bg-subscribe.bg-white {
  background: #fff !important;
  filter: drop-shadow(0px 6px 8px #00000040) !important;
}

.bg-subscribe.bg-white .subs_hor_line_parent {
  display: none;
}

.bg-subscribe.bg-white ul li::before {
  display: none;
}

.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;
}

.label_cust.label-shortlist {
  background: #fff;
  border-radius: 3px;
  color: #3c8be6;
  border: #3c8be6 1px solid;
}

.label-hired_cust.label-hired {
  background: #fff;
  border-radius: 3px;
  color: #00c49b;
  border: #00c49b 1px solid;
}

.label-folder_cust.label-folder {
  background: #fff;
  border-radius: 3px;
  color: #e8ba5a;
  border: #e8ba5a 1px solid;
}

.hired_left_bar::before {
  content: "";
  padding-left: 0.5rem;
  border-left: 3px solid #00c49b;
}

.short_left_bar::before {
  content: "";
  padding-left: 0.5rem;
  border-left: 3px solid #3c8be6;
}

.folder_left_bar::before {
  content: "";
  padding-left: 0.5rem;
  border-left: 3px solid #e8ba5a;
}

.shortlist_left_bar::before {
  content: "";
  border-left: 3px solid #3c8be6;
  padding-left: 0.5rem;
}

.folder_left_bar::before {
  content: "";
  border-left: 3px solid #e8ba5a;
  padding-left: 0.5rem;
}

.label_folder {
  background: #e8ba5a;
}

.label_folder:hover {
  background: #dda42c;
}

.label-folder.label_custom {
  background: #e8ba5a;
}

.label-folder.label_custom:hover {
  background: #dda42c;
}

.label-hired,
.label-shortlist,
.label-folder.label_custom {
  padding: 3px 6px;
}

.badge.bg-gray-light {
  background: #eff1f2;
  color: #000;
  text-transform: lowercase;
  font-weight: 500;
  border: dashed 1px #24347c;
  border-radius: 0.15rem !important;
}

.border-bottom-green::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 7px;
  background: #19a540;
}

.payment_ul_list {
  list-style: none;
}

.payment_ul_list li {
  position: relative;
  line-height: 3rem;
}

.payment_ul_list li::before {
  content: "";
  background: url(../img/tick_payment.svg) no-repeat;
  position: absolute;
  left: -28px;
  width: 20px;
  height: 19px;
  top: 0;
  bottom: 0;
  margin: auto;
  background-size: 100%;
}

.select2-container--default .select2-results__option[aria-selected="true"] {
  background-color: #fff;
  color: #21252950;
}

.bootstrap-select .dropdown-item.active,
.bootstrap-select .dropdown-item:active {
  background-color: #fff;
  color: #212529;
}

.filterTtl.des-md-none.accordion-button:not(.collapsed),
.filterTtl.des-md-none.accordion-button.collapsed {
  color: #ffffff;
  background-color: #24347c;
  box-shadow: none;
  border-top: 2px solid #fff;
}

.input-group> :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  z-index: 1;
}

.text-olive {
  position: relative;
}

.text-olive .underline_line {
  position: absolute;
  bottom: -40px;
  right: 0;
  left: 0;
  margin: auto;
  background: url(../img/underline.svg) no-repeat;
  background-size: 100%;
  height: 40px;
  width: 200px;
}

.text-olive .underline_line {
  position: absolute;
  bottom: -40px;
  right: 0;
  left: 0;
  margin: auto;
  background: url(../img/underline.svg) no-repeat;
  background-size: 100%;
  height: 40px;
  width: 200px;
}

.subad_ul {
  list-style-type: none;
}

.subad_ul li {
  position: relative;
  padding-left: 1.5rem;
  line-height: 2.5rem;
  font-size: 16px;
}

.subad_ul li::before {
  content: "";
  position: absolute;
  /* bottom: 0; */
  top: 14px;
  left: 0;
  margin: auto;
  background: url(../img/ulli_tick.svg) no-repeat;
  background-size: 100%;
  height: 15px;
  width: 15px;
}

.subs_plan_cards {
  border-radius: 10px;
  border: 2px solid #23337d;
}

.subs_plan_cards.current_plan {
  position: relative;
}

.subs_plan_cards.current_plan::after {
  content: "Current Plan";
  position: absolute;
  top: 0;
  right: 10px;
  background: #23337d;
  color: #fff;
  border-radius: 0px 0px 10px 10px;
  padding: 5px;
}

.card.card_premium_ico {
  position: relative;
}

.card.card_premium_ico::after {
  content: "";
  background: url(../img/intern_plus.svg) no-repeat #23337d;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0px;
  color: #fff;
  border-radius: 0px 0px 0px 50px;
  padding: 0px;
  background-size: 56%;
  background-position: 13px 6px;
}

.subs_plan_cards:hover {
  background-color: #23337d;
  color: #fff;
}

.subs_plan_cards:hover h3.text-blue {
  color: #fff;
}

.btn-sub-outline {
  color: #23337d;
  border: 2px solid #23337d;
}

.subs_plan_cards:hover .btn-sub-outline {
  color: #fff;
  border: 2px solid #ffffff;
}

.border-dashed.profAboutEmp {
  border: 1px dashed #23337d !important;
  border-radius: 10px;
}

.badge-subscription {
  background-color: #deebff !important;
  padding: 2px 7px;
  border-radius: 0px 15px 15px 0px;
  border-left: 3px solid #24337d;
}

.svg-white {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(263deg) brightness(104%) contrast(102%);
}

.other_profile .select2-container {
  width: 100% !important;
  padding: 0;
}

.btn-purple {
  background: #d15dc1;
  color: #fff;
  border-radius: 20px;
}

.btn-purple:hover {
  color: #fff;
  background: #f76fe4;
}

.paymentDetail dl {
  display: grid;
  grid-template-columns: max-content auto;
}

.paymentDetail dt {
  grid-column-start: 1;
  margin-right: 15px;
  margin-bottom: 20px;
  display: inline-block;
  font-weight: 600;
}

.paymentDetail dd {
  grid-column-start: 2;
}

.canPayment .payment_ul_list li {
  margin-bottom: 20px;
  line-height: 24px;
}

.canPayment .payment_ul_list li::before {
  background-size: 16px;
  top: 6px;
  bottom: auto;
}

.cardColor1 {
  background: #ffeed1;
  filter: none;
}

.cardColor2 {
  background: #b8f2dc;
  filter: none;
}

.cardColor3 {
  background: #f7dbfa;
  filter: none;
}

.cardColor4 {
  background: #dbe4ff;
  filter: none;
}

.cardColor5 {
  background: #fed8d0;
  filter: none;
}

.pricingBanner {
  background: url(../img/pricing_banner.png) center;
}



.regBanner {
  background: #fbfbfb url(../img/regBanner.png) no-repeat;
  background-size: cover;
  height: 160px;
  /* border-radius: 15px; */
}


.empBanner {
  background: #fbfbfb url(../img/regBanner.svg) no-repeat;
  background-size: cover;
  height: 280px;
  /* border-radius: 15px; */
}



.listYellow li {
  background: url(../img/list_yellow.svg) no-repeat 0px 5px;
  padding-left: 25px;
}

.price-features li {
  background: url(../img/tick_green.svg) no-repeat 0px 8px;
  padding-left: 25px;
}

.basic .heading {
  background-image: linear-gradient(to right, #56ccf2, #2f80ed);
}

.premium .heading {
  background-image: linear-gradient(to right, #007991, #78ffd6);
}

.premium-plus .heading {
  background-image: linear-gradient(to right,
      #f8c625,
      #e8b21b,
      #fdf789,
      #ffd849);
}

.premium-plus .heading h4 {
  color: #705508 !important;
}

.super-premium .heading {
  background-image: linear-gradient(to right, #5ffce6, #7174fd);
}

.premium-plus {
  border: 3px solid transparent;
  background-clip: padding-box !important;
  position: relative;
  border-radius: 1em;
  background: #fff;
  filter: none;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.3);
}

.premium-plus:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -5px;
  /* !importanté */
  border-radius: inherit;
  /* !importanté */
  background: linear-gradient(to left, #f8c625, #e8b21b, #fdf789, #ffd849);
}

.ribbon {
  width: 110px;
  height: 110px;
  overflow: hidden;
  position: absolute;
}

.ribbon::before,
.ribbon::after {
  position: absolute;
  z-index: -1;
  content: "";
  display: block;
  border: 3px solid #c2b938;
}

.ribbon span {
  position: absolute;
  display: block;
  width: 165px;
  padding: 5px 0;
  background-color: #fdf584;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

/* top left*/

.ribbon-top-left {
  top: -17px;
  left: -17px;
}

.ribbon-top-left::before,
.ribbon-top-left::after {
  border-top-color: transparent;
  border-left-color: transparent;
}

.ribbon-top-left::before {
  top: 7px;
  right: 0;
}

.ribbon-top-left::after {
  bottom: 0;
  left: 7px;
}

.ribbon-top-left span {
  right: -22px;
  top: 30px;
  transform: rotate(-45deg);
}

.h-50px {
  height: 50px;
}

.h-30px {
  height: 30px;
}

.relativeStar {
  top: -18px;
  left: 22px;
}

.pricing-icon {
  top: -28px;
  left: 22px;
}

.headOver {
  top: 12px;
  left: 50%;
  transform: translate(-50%, 0);
  font-size: calc(1.275rem + 0.3vw) !important;
  white-space: nowrap;
}

.courses.owl-carousel .owl-nav.disabled,
.courses.owl-carousel .owl-nav {
  display: block;
  position: absolute;
  top: -50px;
  right: 0;
}

.courses.owl-carousel .owl-nav button::before {
  content: none;
}

.searchField.searchNewUi {
  width: 500px;
}

.searchField.headSearchAln.searchNewUi button {
  /* border-radius: 50% !important; */
  width: 35px;
  height: 35px;
}

.swiper-wrapper {
  transition-timing-function: linear;
}

.swiper-slide {
  width: auto;
  padding-top: 24px;
  padding-bottom: 24px;
  white-space: nowrap;
  overflow: hidden;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-250px * 7));
  }
}

.slider {
  margin: auto;
  overflow: hidden;
  position: relative;
}

.slider::before,
.slider::after {
  background: linear-gradient(to right,
      rgba(255, 255, 255, 1) 0%,
      rgba(255, 255, 255, 0) 100%);
  content: "";
  height: 80px;
  position: absolute;
  width: 200px;
  z-index: 2;
}

.slider::after {
  right: 1px;
  top: 50%;
  transform: rotateZ(180deg) translateY(50%);
}

.slider::before {
  left: 1px;
  top: 50%;
  transform: translateY(-50%);
}

.slider .slide-track {
  animation: scroll 40s linear infinite;
  display: flex;
  width: calc(250px * 14);
}

.slider .slide {
  width: 160px;
  display: flex;
  align-items: center;
}

.pricingCourses .owl-stage {
  display: flex;
  padding: 10px;
}

:root {
  --marquee-width: 60vw;
  --marquee-height: 20vh;
  /* --marquee-elements: 12; */
  /* defined with JavaScript */
  --marquee-elements-displayed: 5;
  --marquee-element-width: calc(var(--marquee-width) / var(--marquee-elements-displayed));
  --marquee-animation-duration: calc(var(--marquee-elements) * 3s);
}

.marquee {
  /* width: var(--marquee-width);
    height: var(--marquee-height); */
  overflow: hidden;
  position: relative;
}

.marquee:before,
.marquee:after {
  position: absolute;
  top: 0;
  /* width: 10rem; */
  height: 100%;
  content: "";
  z-index: 1;
}

.marquee:before {
  left: 0;
  /* background: linear-gradient(to right, #111 0%, transparent 100%); */
}

.marquee:after {
  right: 0;
  /* background: linear-gradient(to left, #111 0%, transparent 100%); */
}

.marquee-content {
  list-style: none;
  height: 100%;
  display: flex;
  animation: scrolling var(--marquee-animation-duration) linear infinite;
}

/* .marquee-content:hover {
    animation-play-state: paused;
  } */

@keyframes scrolling {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-1 * var(--marquee-element-width) * var(--marquee-elements)));
  }
}

.marquee-content li {
  display: flex;
  justify-content: center;
  align-items: center;
  /* text-align: center; */
  flex-shrink: 0;
  width: var(--marquee-element-width);
  max-height: 100%;
  font-size: calc(var(--marquee-height) * 3 / 4);
  /* 5rem; */
  white-space: nowrap;
}

@media (max-width: 600px) {
  :root {
    --marquee-width: 100vw;
    --marquee-height: 16vh;
    --marquee-elements-displayed: 3;
  }

  .marquee:before,
  .marquee:after {
    width: 5rem;
  }
}

.bdr-after::after {
  content: "";
  border-left: 1px solid #e7e7f150;
  position: absolute;
  right: 30px;
  height: 100%;
  top: 0;
}

.pricing-card {
  filter: none;
  border: 1px solid #cecece;
}

.bg-clr {
  background-color: #e9eefe;
}

.logo-slider.owl-carousel.owl-drag .owl-item {
  align-self: center;
}

.logo-align {
  display: flex;
  justify-content: center;
}

.planShort {
  min-height: 40px;
}

.total_enroll img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  border-radius: 50%;
  border: 1px solid #e3e3e3;
  background: #fff;
  padding: 2px;
}

.total_enroll img:nth-child(2),
.total_enroll img:nth-child(3),
.total_enroll img:nth-child(4),
.total_enroll img:nth-child(5) {
  margin-left: -15px;
}

.btnstyle {
  border-radius: 5px 0px 16px 0px;
  border-width: 3px 10px;
  background: #fdb800;
}

.align-middle {
  vertical-align: middle !important;
}

.btncat {
  border-radius: 25px;
}

.btn-white {
  background-color: #fff;
  text-shadow: 0px 7px 20px #0000001f;
  border-radius: 25px;
  text-decoration: none;
}

.symbol.symbol-50px>img {
  width: 50px;
  height: 50px;
}

.symbol.symbol-40px>img {
  width: 40px;
  height: 40px;
}

.rounded-circle {
  border-radius: 50% !important;
}

.h-400px {
  height: 400px;
}

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

.moreblogs.owl-carousel .owl-nav {
  display: block;
  position: absolute;
  top: -55px;
  right: 20px;
}

.moreblogs.owl-carousel .owl-nav button.owl-prev::before {
  left: 0;
}

.rounded-pilll {
  border-radius: 7px !important;
  border: 0.5px solid #e7e7f1;
}

.form-label {
  font-size: 1.2rem;
}

.def.form-control.form-control-solid {
  background-color: transparent !important;
  border: 1px solid #ccc;
  padding: 0.5rem 0.9rem !important;
}

.avatar-upload {
  position: relative;
  /* max-width: 205px; */
  margin: 10px auto;
}

.avatar-upload .avatar-edit {
  position: absolute;
  left: 169px;
  z-index: 1;
  top: -14px;
}

.avatar-upload .avatar-edit input {
  display: none;
}

.avatar-upload .avatar-edit input+label {
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-bottom: 0;
  border-radius: 100%;
  background: #ffffff;
  border: 1px solid transparent;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
}

.avatar-upload .avatar-edit input+label:hover {
  background: #f1f1f1;
  border-color: #d6d6d6;
}

.avatar-upload .avatar-edit input+label:after {
  content: "\f040";
  font-family: "FontAwesome";
  color: #757575;
  position: absolute;
  top: 8px;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
}

.avatar-upload .avatar-preview {
  width: 192px;
  height: 192px;
  position: relative;
  border-radius: 10%;
  border: 6px solid #f8f8f8;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.avatar-upload .avatar-preview div {
  width: 100%;
  height: 100%;
  border-radius: 10%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.text-gray-400 {
  color: #b5b5c3 !important;
}

.badge-light-success {
  color: #50cd89;
  background-color: #e8fff3;
}

.fs-6 {
  font-size: 12px !important;
}

.badge-light-danger {
  color: #f1416c;
  background-color: #fff5f8;
}

.stickyLastCol.table th:last-child,
.stickyLastCol.table td:last-child,
.stickyFirstCol.table th:first-child,
.stickyFirstCol.table td:first-child {
  position: sticky;
  right: -1px;
  background-color: #fff;
}

.stickyFirstCol.table th:first-child,
.stickyFirstCol.table td:first-child {
  right: auto;
  left: 0;
}

.stickyLastCol.table th,
.stickyLastCol.table th:last-child,
.stickyFirstCol.table th:first-child {
  background-color: #f8f8f8;
  color: #4a6375;
  text-transform: none;
  vertical-align: middle;
}

.stickyLastCol.table td {
  font-weight: normal;
}

.fs-7 {
  font-size: 16px;
}

.tablesize {
  font-size: 13px;
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-striped>tbody>tr>td {
  padding: 1rem 0.5rem;
}

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

.table-striped1>tbody>tr:nth-of-type(odd)>* {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
}

.searchwidth {
  width: 300px;
}

.logo-slider.owl-carousel .owl-stage {
  display: flex;
  align-items: center;
}

.hrr {
  margin: 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

.w-50 {
  width: 50%;
}

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

.btn-sec {
  background: #24337d;
  border-radius: 3px 3px 3px 3px;
  padding: 8px 30px;
  color: #fff;
  transition: 0.2s ease-in-out;
  font-size: 11px;
  border: 0px solid transparent;
}

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

.btn-vilot-inactive {
  color: #24337d;
  border-radius: 3px 3px 3px 3px;
  transition: 0.2s ease-in-out;
  background-color: #e5e9ff;
  font-weight: 600;
}

.stickOnScroll {
  position: sticky;
  top: 70px;
}

.stickOnScroll .filter {
  max-height: 550px;
  overflow-y: auto;
}

.mCSB_inside>.mCSB_container {
  margin-right: 10px;
}

.mCSB_scrollTools {
  width: 10px;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: rgb(207 205 205) !important;
  width: 4px;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: rgb(149 149 149 / 15%) !important;
  width: 4px;
}

.pad-table {
  padding: 15px 30px !important;
}

.responseDet {
  border-bottom: 1px solid #efefef;
  margin-bottom: 15px;
}

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

.heart-stroke {
  fill: none;
  stroke: #ddd;
  stroke-width: 2px;
  opacity: 1;
  transform-origin: center center;
}

.button.active .heart-stroke {
  opacity: 0;
}

.heart-full {
  opacity: 0;
  transform-origin: 50% 50%;
}

.button.active .heart-full {
  opacity: 1;
}

.heart-lines {
  stroke-width: 2px;
  display: none;
}

.button:not(.active):hover .heart-stroke {
  animation: pulse 1s ease-out infinite;
}

.button.animate .heart-full {
  animation: heart 0.35s;
}

.button.animate .heart-lines {
  animation: lines 0.2s ease-out forwards;
  display: block;
}

@keyframes lines {
  0% {
    stroke-dasharray: 6;
    stroke-dashoffset: 16;
  }

  100% {
    stroke-dasharray: 13;
    stroke-dashoffset: 18;
  }
}

@keyframes heart {
  0% {
    transform: scale(1);
    transform-origin: center center;
    animation-timing-function: ease-out;
  }

  10% {
    transform: scale(1.2);
    animation-timing-function: ease-in;
  }

  35% {
    transform: scale(1);
    animation-timing-function: ease-out;
  }

  75% {
    transform: scale(1.1);
    animation-timing-function: ease-in;
  }

  100% {
    transform: scale(1);
    animation-timing-function: ease-out;
  }
}

@keyframes pulse {
  0% {
    opacity: 1;
    transform-origin: center center;
    transform: scale(1);
  }

  50% {
    opacity: 0.6;
    transform: scale(1.15);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.select-100 .select2-container {
  width: 100% !important;
}

.blogCat a {
  background: #fff;
  text-shadow: 0px 7px 20px #0000001f;
  /* border-radius: 25px; */
  text-decoration: none;
  padding: 7px 30px;
  color: #000;
  transition: 0.2s ease-in-out;
  font-size: 13px;
  border: 0px solid transparent;
  position: relative;
  font-weight: 500;
}

.blogCat a::after {
  content: "";
  width: 1px;
  height: 15px;
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background-color: #000;
}

.blogCat a.active {
  /* background: #24337D; */
  color: #24337d;
}

.blogCat a.active:before {
  content: "";
  position: absolute;
  width: 15px;
  height: 2px;
  display: inline-block;
  background-color: #24337d;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.blogListImg {
  height: 200px;
}

.blogListImg img {
  height: 100%;
  object-fit: cover;
  border-radius: 7px;
}

.moreblogs .owl-stage {
  display: flex;
}

.moreblogs .owl-stage .item {
  display: flex;
  height: 100%;
}

.employer .owl-stage {
  display: flex;
}

.h-350px {
  height: 350px;
}

.tagsField .bootstrap-tagsinput {
  background-color: #f6f6f6;
  border: none;
  box-shadow: none;
  width: 100%;
  min-height: 34px;
}

.tagsField .bootstrap-tagsinput .tag {
  margin: 2px 2px 2px 0;
  display: inline-block;
  color: #212529;
  background: #c2c2c2;
  padding: 1px 5px;
  border-radius: 3px;
}

.badge {
  font-size: 0.8em;
}

.badge-secondary {
  color: #fff;
  background-color: #a0adb9;
}

.exclusiveBg {
  background: #cfe9ff;
}

.cata-sub-nav {
  overflow-x: auto;
  overflow-y: hidden;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none !important;
  scrollbar-color: transparent transparent !important;
}

.trendingTab,
.trendingTab:hover {
  scrollbar-width: none !important;
  scrollbar-color: transparent transparent !important;
}

.cata-sub-nav .arrow {
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 9;
  width: 25px;
  height: 25px;
}

.nav-prev {
  left: 15px;
}

.nav-next {
  right: -1px;
}

.svg-dark {
  filter: invert(85%) sepia(3%) saturate(5238%) hue-rotate(194deg) brightness(94%) contrast(94%);
}

.text-coupon {
  color: #19a57a;
}

.ctshowInfo {
  position: relative;
}

.ctassignedInfo {
  border-radius: 7px;
  width: 1000px;
  z-index: 1;
  top: 1000px;
  /* 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;
}

.ctassignedInfo.ctsupInfo {
  top: -75px;
  left: -350px;
}

.ctassignedInfo.bottomPush {
  top: 85px;
}

.ctassignedInfo::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%);
}

.ctassignedInfo.ctsupInfo::before {
  bottom: -5px;
  top: auto;
  border-bottom: unset;
  border-top: 5px solid #fff;
}

.test {
  /* width: 100%; */
  height: 30px;
  /* line-height: 300px; */
  background-size: cover;
  background-image: url(../img/coup.png);
  position: absolute;
  text-align: center;
}

.fs-12 {
  font-size: 12px !important;
}

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

.fs-14 {
  font-size: 14px !important;
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-item:last-of-type {
  border-bottom-right-radius: 0.475rem;
  border-bottom-left-radius: 0.475rem;
}

.fw-500 {
  font-weight: 500 !important;
}

.regcom-log {
  top: 10px;
  left: 11px;
}


.rounded-35 {
  border-radius: 50%;
  width: 28px;
  height: 30px;
  justify-content: center;
  display: flex;
  align-items: center;
  /* margin-left: 10px; */
}

.wid {
  width: 53% !important;
}

.h-40 {
  height: 40px !important;
}

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

.w-28 {
  width: 28% !important;
}

.fs-20 {
  font-size: 20px !important;
}

.fs-18 {
  font-size: 18px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.btn-outline-prim {
  /* background: #24337d; */
  border-radius: 6px;
  padding: 7px 30px;
  color: #24337d !important;
  transition: 0.2s ease-in-out;
  font-size: 11px;
  /* border: 0px solid transparent; */
  border: 2px solid #24337d !important;
  font-weight: 600;
}

.dobanner {
  background: url(../img/do_banner.png) no-repeat center center;
  height: 140px;
  background-size: cover;
}

.h-25{
  height: 25px!important;
}