@import url(https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap);
@charset "UTF-8";
.font-rg {
  font-weight: 400 !important;
}

.font-lt {
  font-weight: 400 !important;
}

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

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

.gray-color {
  color: #6F6771;
}

.theme-color {
  color: #8C4B9D;
}

.default-color {
  color: #000000 !important;
}

a.default-color {
  color: #000000 !important;
}
a.default-color:hover {
  color: rgb(124.6120689655, 66.7564655172, 139.7435344828) !important;
}
a.theme-color {
  color: #8C4B9D;
}
a.theme-color:hover {
  color: rgb(124.6120689655, 66.7564655172, 139.7435344828);
}

.list-style-none {
  list-style: none;
  padding: 0;
  margin: 0;
}

.h-18 {
  font-size: 18px;
}
@media (max-width: 991.98px) {
  .h-18 {
    font-size: 16px;
  }
}

.common-shadow {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.common-radius {
  border-radius: 5px;
}

.google-visualization-tooltip {
  max-width: 155px !important;
  overflow-y: auto;
  background: #000000 !important;
  border: 0 !important;
  color: #000000;
  border-radius: 5px;
  padding: 6px 6px 6px 8px !important;
  box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.35);
}
.google-visualization-tooltip * {
  color: #ffffff !important;
  font-family: AeonikMedium;
  padding: 0 !important;
  margin: 0 !important;
}
.google-visualization-tooltip-item-list {
  padding: 0 !important;
  margin: 0 !important;
}
.google-visualization-tooltip-item-list li {
  font-size: 13px;
}
.google-visualization-tooltip-item-list li:nth-child(2) span {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translate(0, -50%);
  height: 30px;
  width: 30px;
  background: #F57952;
  border-radius: 50%;
  display: block;
  line-height: 30px;
  font-size: 13px;
  text-align: center;
  color: #ffffff !important;
}
.google-visualization-tooltip-separator {
  display: none;
}
.google-visualization-tooltip-action-list {
  padding: 0 !important;
  margin: 0 !important;
}
.google-visualization-tooltip-action-list li:first-child {
  display: none !important;
}
.google-visualization-tooltip-action-list li span {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translate(0, -50%);
  width: 26px;
  overflow: hidden;
  white-space: nowrap;
  border-left: 1px solid #8B8B8B;
  height: 22px;
  padding-left: 8px !important;
  line-height: 22px;
  display: block;
}
.google-visualization-tooltip-action-list li span:first-child {
  display: none;
}

.mb-25 {
  margin-bottom: 25px;
}
@media (max-width: 1199.98px) {
  .mb-25 {
    margin-bottom: 20px;
  }
}
@media (max-width: 767.98px) {
  .mb-25 {
    margin-bottom: 15px;
  }
}

.ui-timepicker-container {
  z-index: 99999 !important;
  padding: 0 !important;
}
.ui-timepicker-container a {
  border: 0 !important;
  cursor: pointer;
  font-weight: 400;
  font-size: 16px;
  border-radius: 0;
}
.ui-timepicker-container a.ui-state-hover {
  border: 0 !important;
  background: #8C4B9D !important;
  color: #ffffff !important;
}

.error-help-block {
  color: #e85347;
  font-size: 14px;
}

.alert {
  box-shadow: 0 4px 15px 0 rgba(31, 43, 58, 0.1);
  border: none;
  border-left: 4px solid transparent;
  background: #ffffff;
  margin-bottom: 0;
  text-align: center;
}
.alert-primary {
  color: #364a63;
  border-color: #0971fe;
}
.alert-danger {
  color: #e85347;
  border-color: #e85347;
}
.alert-success {
  color: #364a63;
  border-color: #1ee0ac;
}
.alert-warning {
  color: #364a63;
  border-color: #f4bd0e;
}
.alert-info {
  color: #364a63;
  border-color: #09c2de;
}

.contentLoader {
  padding: 15px;
  width: 100%;
}
.contentLoader .spinner-border {
  border-width: 2px;
}

.swal2-styled.swal2-confirm, .swal2-styled.swal2-cancel {
  border-radius: 5px !important;
}

.lh-1 {
  line-height: 1;
}

.gap-8 {
  gap: 8px;
}

.gap-4 {
  row-gap: 8px;
  -moz-column-gap: 4px;
       column-gap: 4px;
}

.link-primary {
  color: #8C4B9D;
}
.link-primary:focus, .link-primary:focus-visible {
  outline: none;
}
.link-primary:hover {
  color: rgb(124.6120689655, 66.7564655172, 139.7435344828);
}

.pr-115 {
  padding-right: 155px !important;
}
@media (max-width: 767.98px) {
  .pr-115 {
    padding-right: 16px !important;
  }
}

.max-h-auto {
  max-height: 100% !important;
}

@keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
  }
  100% {
    opacity: 0.9;
    transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
  }
}
@keyframes ripple {
  0% {
    transform: scale(4);
  }
  100% {
    opacity: 0;
    transform: scale(40);
  }
}
@keyframes wave {
  0% {
    transform: rotate(0deg) translate(0px, 25px);
    opacity: 0.5;
  }
  50% {
    transform: rotate(180deg) translate(0px, -8px);
    opacity: 1;
  }
  100% {
    transform: rotate(360deg) translate(0px, 25px);
    opacity: 0.5;
  }
}
@media (max-width: 767.98px) {
  @keyframes wave {
    0% {
      transform: rotate(0deg) translate(0px, 20px);
      opacity: 0.5;
    }
    50% {
      transform: rotate(180deg) translate(0px, -6px);
      opacity: 1;
    }
    100% {
      transform: rotate(360deg) translate(0px, 20px);
      opacity: 0.5;
    }
  }
}
@keyframes progressive {
  0% {
    filter: blur(20px);
  }
  to {
    filter: blur(0);
  }
}
@keyframes fadeInUpSD {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes move {
  0% {
    transform: translate(0), rotate(0);
  }
  100% {
    transform: translate(425px, 620px) rotate(180deg);
  }
}
@keyframes move2 {
  0% {
    transform: translate(90px, 0), rotate(0);
  }
  100% {
    transform: translate(540px, 620px) rotate(180deg);
  }
}
@keyframes move3 {
  0% {
    transform: translate(130px, 0), rotate(0);
  }
  100% {
    transform: translate(555px, 620px) rotate(180deg);
  }
}
@keyframes move4 {
  0% {
    transform: translate(0), rotate(0);
  }
  100% {
    transform: translate(-525px, 620px) rotate(-180deg);
  }
}
@keyframes move5 {
  0% {
    transform: translate(-90px, 0), rotate(0);
  }
  100% {
    transform: translate(-540px, 620px) rotate(-180deg);
  }
}
@keyframes move6 {
  0% {
    transform: translate(-130px, 0), rotate(0);
  }
  100% {
    transform: translate(-555px, 620px) rotate(-180deg);
  }
}
html {
  height: 100%;
}

body {
  font-size: 16px;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  background: #F2F4F5;
  position: relative;
  color: #000000;
}
@media (max-width: 1599px) {
  body {
    font-size: 15px;
  }
}
@media (max-width: 1199.98px) {
  body {
    font-size: 14px;
  }
}

a,
.btn {
  text-decoration: none;
  transition: all 0.4s;
}
a:hover,
.btn:hover {
  text-decoration: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
@media (max-width: 1199.98px) {
  ::-webkit-scrollbar {
    width: 4px;
    height: 4px;
  }
}
@media (max-width: 767.98px) {
  ::-webkit-scrollbar {
    width: 2px;
    height: 2px;
  }
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  background-color: #e2e5e6;
}

::-webkit-scrollbar-thumb {
  -webkit-box-shadow: none;
  background-color: #8C4B9D;
}

body .layer-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  z-index: 9;
  background-color: rgba(0, 0, 0, 0.3);
}
body.asideShow {
  overflow: hidden;
}
body.asideShow .layer-overlay {
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease-in-out;
}

@media (min-width: 1280px) {
  .container {
    max-width: 1180px;
  }
}
@media (min-width: 1440px) {
  .container {
    max-width: 1360px;
  }
}
@media (max-width: 991.98px) {
  .container {
    max-width: 100%;
  }
}

.topPad {
  padding-top: 85px;
}
@media (max-width: 1699px) {
  .topPad {
    padding-top: 75px;
  }
}
@media (max-width: 1199.98px) {
  .topPad {
    padding-top: 65px;
  }
}
@media (max-width: 991.98px) {
  .topPad {
    padding-top: 55px;
  }
}

.mainContent {
  min-height: calc(100vh - 149px);
}
@media (max-width: 1699px) {
  .mainContent {
    min-height: calc(100vh - 139px);
  }
}
@media (max-width: 1199.98px) {
  .mainContent {
    min-height: calc(100vh - 100px);
  }
}

.ripple-effect-dark,
.ripple-effect {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.ripple-effect span.ripple-overlay,
.ripple-effect-dark span.ripple-overlay {
  animation: ripple 0.9s;
  border-radius: 100%;
  background: #fff;
  height: 12px;
  position: absolute;
  width: 12px;
  line-height: 12px;
  opacity: 0.2;
  pointer-events: none;
  z-index: 0;
}

.ripple-effect-dark span.ripple-overlay {
  background: #000;
  opacity: 0.07;
}

.mCustomScrollbar .mCSB_inside > .mCSB_container {
  margin-right: 0px;
}
.mCustomScrollbar .mCSB_draggerRail {
  background: #C3CCD3;
}
.mCustomScrollbar .mCSB_dragger_bar {
  background-color: #6F6771 !important;
  width: 6px !important;
  border-radius: 6px;
}
.mCustomScrollbar .mCSB_scrollTools {
  width: 6px !important;
}

.loading {
  overflow: hidden;
}

/* PRELOADER CSS */
.page-loader {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  background: #f5f6fa;
  z-index: 1000;
}
.page-loader .logo {
  text-align: center;
  top: 37%;
  position: relative;
}
.page-loader .logo img {
  max-width: 160px;
}

/* SPINNER ANIMATION */
.spinner {
  position: relative;
  top: 35%;
  width: 80px;
  height: 80px;
  margin: 0 auto;
  background-color: #8C4B9D;
  border-radius: 100%;
  animation: sk-scaleout 1s infinite ease-in-out;
}
@keyframes sk-scaleout {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
.circleProgress_box {
  width: 40px;
  height: 40px;
  background: none;
  position: relative;
}
.circleProgress_box:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 6px solid #eee;
  position: absolute;
  top: 0;
  left: 0;
}
.circleProgress_box > span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}
.circleProgress_left {
  left: 0;
}
.circleProgress_left .circleProgress_bar {
  left: 100%;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  border-left: 0;
  transform-origin: center left;
}
.circleProgress_bar {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 6px;
  border-style: solid;
  position: absolute;
  top: 0;
}
.circleProgress_right {
  right: 0;
}
.circleProgress_right .circleProgress_bar {
  left: -100%;
  border-top-left-radius: 80px;
  border-bottom-left-radius: 80px;
  border-right: 0;
  transform-origin: center right;
}
.circleProgress_value {
  position: absolute;
  top: 0;
  left: 0;
}
.circleProgress .border-primary {
  border-color: #8C4B9D !important;
}

.popover {
  box-shadow: none;
  border-color: rgba(225, 225, 242, 0.9);
  transition: transform 0s !important;
  pointer-events: none;
  width: 400px !important;
  max-width: 100% !important;
  padding: 0 !important;
  background-color: #fff;
  z-index: 99;
}
.popover h2 {
  color: #333;
  font-size: 14px;
  margin-bottom: 3px;
}
.popover p {
  color: #6c757d;
  font-size: 13px;
  margin-bottom: 10px;
  line-height: 14px;
}
.popover .arrow {
  display: none;
}
.popover.show .arrow {
  display: block;
}
.popover-body {
  padding: 15px !important;
  display: inline-flex;
  flex-wrap: wrap;
}
.popover-body-items {
  display: inline-flex;
  flex-direction: column;
  width: 50%;
  padding: 0 7px;
}
.popover-body-items h2 {
  font-size: 12px !important;
  margin-bottom: 7px !important;
}
.popover-body-items:not(:last-child) {
  margin-bottom: 15px;
}

.toast {
  padding: 15px 10px 15px 45px;
  width: 325px;
}
.toast:before {
  left: 10px;
}
.toast-message {
  font-size: 16px;
}

.success-badge {
  background-color: #d1fae5;
  color: #065f46;
  font-size: 14px;
  padding: 4px 12px;
  font-weight: 400;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
}
.success-badge span {
  color: #065f46;
}
.success-badge svg {
  width: 16px;
  height: 16px;
}
@media (max-width: 1199px) {
  .success-badge {
    font-size: 12px;
    padding: 4px 12px;
  }
}

.jobcardcover .badgeSection {
  gap: 8px;
  align-items: center;
}

.badgeSection {
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex-shrink: 0;
}

.applied-badge {
  background-color: #ede9fe;
  color: #5b21b6;
  font-size: 12px;
  padding: 2px 10px;
  border-radius: 50px;
  width: -moz-fit-content;
  width: fit-content;
}

.quickapply {
  background-color: #8C4B9D;
  color: #ffffff;
  border-radius: 4px;
  font-weight: 400;
  font-size: 14px;
  padding: 3px 12px;
  display: inline-flex;
  justify-content: center;
}
.quickapply:hover {
  color: #fff;
  background-color: rgb(124.6120689655, 66.7564655172, 139.7435344828);
}

.py-32 {
  padding: 32px 0px !important;
}
@media (max-width: 991px) {
  .py-32 {
    padding: 25px 0px !important;
  }
}
@media (max-width: 767px) {
  .py-32 {
    padding: 20px 0px !important;
  }
}

.resume-document {
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  background-color: #fcfcfc;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.uploadedFiles .document-preview {
  display: flex;
  align-items: center;
  gap: 15px;
}
.uploadedFiles .document-icon {
  font-size: 24px;
  color: #e74c3c;
}
.uploadedFiles .document-icon.fa-file-word {
  color: #3498db;
}
.uploadedFiles .document-title {
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 14px;
  word-break: break-word;
}
.uploadedFiles .document-details {
  font-size: 12px;
  color: #777;
}
.uploadedFiles .document-actions {
  display: flex;
  gap: 10px;
}

.pageHead {
  font-size: 30px;
  margin-bottom: 24px;
  font-weight: 600;
}
@media (max-width: 1199px) {
  .pageHead {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .pageHead {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .pageHead {
    font-size: 20px;
  }
}

.btn {
  cursor: pointer;
  line-height: normal;
  height: 48px;
  font-size: 17px;
  padding: 10px 24px;
  border-radius: 5px;
  font-weight: 500;
  line-height: 1.5;
}
.btn:not(:disabled):not(.disabled).active:focus, .btn:not(:disabled):not(.disabled):active:focus, .show > .btn.dropdown-toggle:focus, .btn:focus {
  box-shadow: none !important;
  outline: none !important;
}
.btn-sm {
  height: 36px;
  font-size: 13px;
  padding: 8px 20px;
}
.btn-md {
  height: 40px;
  font-size: 16px;
  padding: 8px 20px;
}
.btn.btn-primary {
  border-color: #8C4B9D;
  color: #ffffff;
  background: #8C4B9D;
}
.btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:not(:disabled):not(.disabled):active {
  background: rgb(152.3103448276, 81.5948275862, 170.8051724138);
  color: #ffffff;
  border-color: rgb(152.3103448276, 81.5948275862, 170.8051724138);
  box-shadow: none;
}
.btn.btn-primary:focus {
  border-color: #8C4B9D;
  color: #ffffff;
  background: #8C4B9D;
  box-shadow: none;
}
.btn.btn-outline-primary {
  border-color: #8C4B9D;
  color: #8C4B9D;
  background: transparent;
}
.btn.btn-outline-primary:hover, .btn.btn-outline-primary:active, .btn.btn-outline-primary:not(:disabled):not(.disabled):active, .btn.btn-outline-primary:focus {
  background: rgb(152.3103448276, 81.5948275862, 170.8051724138);
  color: #ffffff;
  border-color: rgb(152.3103448276, 81.5948275862, 170.8051724138);
  box-shadow: none;
}
.btn.btn-outline-info {
  border-color: #707070;
  color: #707070;
  background: transparent;
}
.btn.btn-outline-info:hover, .btn.btn-outline-info:active, .btn.btn-outline-info:not(:disabled):not(.disabled):active, .btn.btn-outline-info:focus {
  background: rgb(122.2, 122.2, 122.2);
  color: #ffffff;
  border-color: rgb(122.2, 122.2, 122.2);
  box-shadow: none;
}
.btn.btn-white {
  border-color: #707070;
  color: #707070;
  background: #ffffff;
}
.btn.btn-danger {
  border-color: #4B9D7D;
  color: #ffffff;
  background: #4B9D7D;
}
.btn.btn-danger:hover, .btn.btn-danger:active, .btn.btn-danger:not(:disabled):not(.disabled):active {
  background: rgb(81.5948275862, 170.8051724138, 135.9913793103);
  color: #ffffff;
  border-color: rgb(81.5948275862, 170.8051724138, 135.9913793103);
}
.btn.btn-danger:focus {
  border-color: #4B9D7D;
  color: #ffffff;
  background: #4B9D7D;
}
@media (max-width: 1599px) {
  .btn {
    height: 44px;
    font-size: 16px;
  }
  .btn-sm {
    height: 32px;
    padding: 6px 20px;
    font-size: 14px;
  }
  .btn-md {
    height: 40px;
    font-size: 15px;
    padding: 9px 20px;
  }
}
@media (max-width: 1199.98px) {
  .btn {
    height: 40px;
    font-size: 15px;
    padding: 8px 15px;
  }
  .btn-md {
    height: 36px;
    font-size: 14px;
    padding: 7px 15px;
  }
  .btn-sm {
    height: 32px;
    padding: 6px 15px;
    font-size: 14px;
  }
}

.form-group, .input-group {
  position: relative;
  margin-bottom: 20px;
}
.form-group.mobileNumber .select2.select2-container, .input-group.mobileNumber .select2.select2-container {
  margin-right: 8px;
}
.form-group.mobileNumber .form-control, .input-group.mobileNumber .form-control {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.form-group label, .input-group label {
  margin-bottom: 8px;
  color: #000000;
  font-weight: 500;
  font-size: 18px;
}
.form-group .form-control, .input-group .form-control {
  border-color: #C3CCD3;
  color: #000000;
  background-color: #ffffff;
  border-radius: 5px;
  padding: 10px 15px 10px;
  height: 48px;
  font-size: 16px;
}
.form-group .form-control:focus, .input-group .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #8C4B9D;
}
.form-group .form-control:valid:focus, .form-group .form-control:invalid:focus, .input-group .form-control:valid:focus, .input-group .form-control:invalid:focus {
  outline: none;
  box-shadow: none;
}
.form-group .form-control:disabled, .form-group .form-control[readonly], .input-group .form-control:disabled, .input-group .form-control[readonly] {
  background-color: #ffffff;
  color: #6F6771;
  border-color: rgba(174, 185, 194, 0.35);
}
.form-group .form-control::-webkit-outer-spin-button, .form-group .form-control::-webkit-inner-spin-button, .input-group .form-control::-webkit-outer-spin-button, .input-group .form-control::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.form-group .form-control::-moz-placeholder, .input-group .form-control::-moz-placeholder {
  color: #B2B2B2;
  font-weight: normal;
}
.form-group .form-control::placeholder, .input-group .form-control::placeholder {
  color: #B2B2B2;
  font-weight: normal;
}
.form-group-icon, .input-group-icon {
  position: relative;
}
.form-group-icon .form-control, .input-group-icon .form-control {
  padding-right: 50px !important;
}
.form-group-icon .icon, .input-group-icon .icon {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 17px;
  height: 48px;
  display: flex;
  padding: 0 15px;
  align-items: center;
  color: #C3CCD3;
}
.form-group-icon .icon .icon-eye-visible, .input-group-icon .icon .icon-eye-visible {
  color: #707070;
  font-size: 18px;
}
.form-group textarea, .input-group textarea {
  resize: none;
}
.form-group textarea.form-control, .input-group textarea.form-control {
  height: auto;
}
.form-group ::-webkit-input-placeholder, .input-group ::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.form-group :-moz-placeholder, .input-group :-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.form-group ::-moz-placeholder, .input-group ::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.form-group :-ms-input-placeholder, .input-group :-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.form-group.phoneNumber .bootstrap-select, .input-group.phoneNumber .bootstrap-select {
  width: 90px !important;
  margin-right: 20px;
}
.form-group .dateIcon,
.form-group .timeIcon, .input-group .dateIcon,
.input-group .timeIcon {
  position: relative;
}
.form-group .dateIcon input,
.form-group .timeIcon input, .input-group .dateIcon input,
.input-group .timeIcon input {
  padding-right: 40px;
}
.form-group .dateIcon:after,
.form-group .timeIcon:after, .input-group .dateIcon:after,
.input-group .timeIcon:after {
  right: 15px;
  position: absolute;
  top: 16px;
  content: "\e905";
  font-family: "icomoon";
  color: #b1b2b4;
  font-size: 20px;
  line-height: 20px;
}
.form-group .dateIcon:after, .input-group .dateIcon:after {
  content: "\e902";
}
.form-group .cke_contents.cke_reset, .input-group .cke_contents.cke_reset {
  min-height: 250px;
}
.form-group.gender-field.has-error, .input-group.gender-field.has-error {
  padding-bottom: 22px;
  position: relative;
}
.form-group.gender-field.has-error #gender-error, .input-group.gender-field.has-error #gender-error {
  position: absolute;
  bottom: 0px;
  left: 7px;
}
@media (max-width: 1599px) {
  .form-group label, .input-group label {
    font-size: 15px;
  }
  .form-group .form-control, .input-group .form-control {
    height: 44px;
    padding: 8px 15px 10px;
    font-size: 15px;
  }
  .form-group .dateIcon:after,
  .form-group .timeIcon:after, .input-group .dateIcon:after,
  .input-group .timeIcon:after {
    top: 14px;
  }
  .form-group.phoneNumber .bootstrap-select, .input-group.phoneNumber .bootstrap-select {
    margin-right: 15px;
  }
  .form-group-icon .icon, .input-group-icon .icon {
    font-size: 16px;
    height: 44px;
  }
  .form-group-icon .icon .icon-eye-visible, .input-group-icon .icon .icon-eye-visible {
    font-size: 15px;
  }
}
@media (max-width: 1199.98px) {
  .form-group, .input-group {
    margin-bottom: 15px;
  }
  .form-group label, .input-group label {
    font-size: 15px;
  }
  .form-group .form-control, .input-group .form-control {
    height: 40px;
    padding: 8px 15px;
    font-size: 15px;
  }
  .form-group .dateIcon:after,
  .form-group .timeIcon:after, .input-group .dateIcon:after,
  .input-group .timeIcon:after {
    top: 10px;
    font-size: 16px;
    line-height: 16px;
  }
  .form-group-icon .icon, .input-group-icon .icon {
    height: 40px;
  }
  .form-group-icon .form-control, .input-group-icon .form-control {
    padding-right: 40px !important;
  }
  .form-group .cke_contents.cke_reset, .input-group .cke_contents.cke_reset {
    min-height: 200px;
  }
  .form-group.phoneNumber .bootstrap-select, .input-group.phoneNumber .bootstrap-select {
    margin-right: 10px;
  }
}

.custom-checkbox, .custom-radio {
  padding-left: 26px;
  line-height: normal;
  min-height: auto;
}
.custom-checkbox.custom-control-inline:last-child, .custom-radio.custom-control-inline:last-child {
  margin-right: 0;
}
.custom-checkbox .custom-control-input, .custom-radio .custom-control-input {
  z-index: 1;
  cursor: pointer;
}
.custom-checkbox .custom-control-input:focus ~ .custom-control-label:before, .custom-radio .custom-control-input:focus ~ .custom-control-label:before {
  box-shadow: none;
}
.custom-checkbox .custom-control-input:not(:disabled):active ~ .custom-control-label::before, .custom-radio .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  background-color: #ffffff;
  border-color: #d6d6d6;
}
.custom-checkbox .custom-control-input:focus:not(:checked) ~ .custom-control-label::before, .custom-radio .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #d6d6d6;
}
.custom-checkbox.interactive-effect .custom-control-label:after, .custom-radio.interactive-effect .custom-control-label:after {
  animation: radius-shadow 0.4s;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label:before, .custom-radio .custom-control-input:checked ~ .custom-control-label:before {
  border-color: #4B9D7D;
  border-radius: 3px;
  background: #4B9D7D;
}
.custom-checkbox .custom-control-label, .custom-radio .custom-control-label {
  width: 100%;
  cursor: pointer;
  position: static;
  color: #B2B2B2;
  font-weight: 400;
}
.custom-checkbox .custom-control-label:before, .custom-radio .custom-control-label:before {
  content: "";
  position: absolute;
  left: 0px;
  display: block;
  width: 19px;
  height: 19px;
  border-radius: 3px;
  background: #ffffff;
  top: 2px;
  border: 1.5px solid #d6d6d6;
  cursor: pointer;
  transition: all 0.3s;
}
.custom-checkbox .custom-control-label:after, .custom-radio .custom-control-label:after {
  content: "";
  position: absolute;
  display: block;
  left: 0px;
  top: 3px;
  transition: all 0.3s;
  cursor: pointer;
}
.custom-checkbox.custom-radio, .custom-radio.custom-radio {
  min-height: 19px;
}
.custom-checkbox.custom-radio .custom-control-input:checked ~ .custom-control-label, .custom-radio.custom-radio .custom-control-input:checked ~ .custom-control-label {
  color: #000000;
  font-weight: 400;
}
.custom-checkbox.custom-radio .custom-control-input:checked ~ .custom-control-label:after, .custom-radio.custom-radio .custom-control-input:checked ~ .custom-control-label:after {
  background-color: #4B9D7D;
  background-image: none;
  content: "";
  border-radius: 50%;
}
.custom-checkbox.custom-radio .custom-control-input:checked ~ .custom-control-label:before, .custom-radio.custom-radio .custom-control-input:checked ~ .custom-control-label:before {
  border-color: #4B9D7D;
  border-radius: 50%;
  background-color: transparent;
}
.custom-checkbox.custom-radio .custom-control-label:before, .custom-checkbox.custom-radio .custom-control-label:after, .custom-radio.custom-radio .custom-control-label:before, .custom-radio.custom-radio .custom-control-label:after {
  border-radius: 50%;
  content: "";
  border-color: #DFDFDF;
}
.custom-checkbox.custom-radio .custom-control-label:before, .custom-radio.custom-radio .custom-control-label:before {
  height: 18px;
  width: 18px;
  border: 2px solid #DFDFDF;
}
.custom-checkbox.custom-radio .custom-control-label:after, .custom-radio.custom-radio .custom-control-label:after {
  width: 8px;
  height: 8px;
  left: 5px;
  top: 7px;
  background-color: #d6d6d6;
}

.custom-checkbox {
  padding-left: 22px;
  min-height: 15px;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label {
  color: #B2B2B2;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label:before {
  border-color: #8C4B9D;
  border-radius: 2px;
  background: #8C4B9D;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label:after {
  width: 15px;
  height: 15px;
  left: 0;
  top: 3px;
}
.custom-checkbox .custom-control-input {
  width: 16px;
  height: 16px;
}
.custom-checkbox .custom-control-label {
  color: #B2B2B2;
  min-height: 16px;
  vertical-align: baseline;
  line-height: normal;
  margin-bottom: 0;
  font-weight: 400;
}
.custom-checkbox .custom-control-label:before {
  width: 15px;
  height: 15px;
  border-width: 1px;
  top: 3px;
}
@media (max-width: 575.98px) {
  .custom-checkbox .custom-control-label {
    padding-top: 2px;
  }
  .custom-checkbox .custom-control-label:before {
    width: 16px;
    height: 16px;
  }
  .custom-checkbox .custom-control-input:checked ~ .custom-control-label:after {
    width: 16px;
    height: 16px;
    background-size: 8px;
  }
}

input::-ms-reveal,
input::-ms-clear {
  display: none;
}

.progressive {
  overflow: hidden;
  position: relative;
  background: transparent;
}
.progressive__img {
  transform: translateZ(0);
}
.progressive--not-loaded {
  filter: blur(30px);
  transform: scale(1.1);
}
.progressive--is-loaded {
  filter: blur(20px);
  animation: a 0.5s both;
  transform: scale(1);
}

@keyframes a {
  0% {
    filter: blur(20px);
  }
  to {
    filter: blur(0);
  }
}
.pageHeading {
  margin-bottom: 25px;
  flex-wrap: wrap;
}
.pageHeading h1 {
  font-size: 36px;
  margin-bottom: 0;
}
.pageHeading .toggle {
  font-size: 20px;
  border: 1px solid #8C4B9D;
  color: #8C4B9D;
  width: 35px;
  height: 32px;
  text-align: center;
  margin-left: auto;
}
.pageHeading__right {
  display: flex;
  margin-left: auto;
}
@media (max-width: 1699px) {
  .pageHeading {
    margin-bottom: 20px;
  }
  .pageHeading h1 {
    font-size: 28px;
  }
}
@media (max-width: 1199.98px) {
  .pageHeading {
    margin-bottom: 20px;
  }
  .pageHeading h1 {
    font-size: 25px;
  }
  .pageHeading__right a + a {
    margin-left: 15px !important;
  }
}
@media (max-width: 767.98px) {
  .pageHeading {
    margin-bottom: 15px;
  }
  .pageHeading h1 {
    font-size: 22px;
  }
}
@media (max-width: 575.98px) {
  .pageHeading .btns-group {
    margin-top: 10px;
  }
  .pageHeading .toggle {
    font-size: 18px;
    width: 30px;
    height: 28px;
  }
}

.customTabs {
  position: relative;
  margin-bottom: 30px;
}
.customTabs ul.nav-tabs {
  border: 0;
  position: relative;
  margin-bottom: 0;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  flex-wrap: nowrap;
  padding-bottom: 1px;
}
.customTabs ul.nav-tabs:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #C3CCD3;
  position: absolute;
  bottom: 0px;
  left: 0;
}
.customTabs ul.nav-tabs li.nav-item a {
  color: #485563;
  border: none;
  font-size: 18px;
  text-transform: capitalize;
  padding: 0 0 8px;
}
.customTabs ul.nav-tabs li.nav-item a:after {
  content: "";
  width: 0%;
  height: 2px;
  background-color: #8C4B9D;
  display: block;
  position: absolute;
  bottom: 1px;
  left: 0;
  z-index: 1;
  transition: all 0.5s;
}
.customTabs ul.nav-tabs li.nav-item a.active, .customTabs ul.nav-tabs li.nav-item a:hover {
  color: #8C4B9D;
  background-color: transparent;
}
.customTabs ul.nav-tabs li.nav-item a.active:after, .customTabs ul.nav-tabs li.nav-item a:hover:after {
  width: 100%;
}
.customTabs ul.nav-tabs li.nav-item:not(:last-child) {
  margin-right: 54px;
}
@media (max-width: 1599px) {
  .customTabs {
    margin-bottom: 25px;
  }
  .customTabs ul.nav-tabs li.nav-item:not(:last-child) {
    margin-right: 40px;
  }
}
@media (max-width: 767.98px) {
  .customTabs {
    margin-bottom: 15px;
  }
}
@media (max-width: 575.98px) {
  .customTabs ul.nav-tabs li.nav-item:not(:last-child) {
    margin-right: 20px;
  }
  .customTabs ul.nav-tabs li.nav-item a {
    font-size: 15px;
  }
}

@font-face {
  font-family: "icomoon";
  src: url("../../fonts/icomoon.eot?84mlu5");
  src: url("../../fonts/icomoon.eot?84mlu5#iefix") format("embedded-opentype"), url("../../fonts/icomoon.ttf?84mlu5") format("truetype"), url("../../fonts/icomoon.woff?84mlu5") format("woff"), url("../../fonts/icomoon.svg?84mlu5#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-home:before {
  content: "\e920";
}

.icon-calendar:before {
  content: "\e91f";
}

.icon-activity:before {
  content: "\e901";
}

.icon-assignment:before {
  content: "\e91b";
}

.icon-pencil:before {
  content: "\e900";
}

.icon-bell:before {
  content: "\e902";
}

.icon-arrow-left:before {
  content: "\e903";
}

.icon-arrow-right:before {
  content: "\e904";
}

.icon-map:before {
  content: "\e905";
}

.icon-brifcase:before {
  content: "\e906";
}

.icon-hire:before {
  content: "\e907";
}

.icon-bell1:before {
  content: "\e908";
}

.icon-check:before {
  content: "\e909";
}

.icon-chevron-down:before {
  content: "\e90a";
}

.icon-chevron-left:before {
  content: "\e90b";
}

.icon-chevron-right:before {
  content: "\e90c";
}

.icon-chevron-up:before {
  content: "\e90d";
}

.icon-edit:before {
  content: "\e90e";
}

.icon-eye:before {
  content: "\e90f";
}

.icon-eye-off:before {
  content: "\e910";
}

.icon-filter:before {
  content: "\e911";
}

.icon-minus:before {
  content: "\e912";
}

.icon-more-horizontal:before {
  content: "\e913";
}

.icon-more-vertical:before {
  content: "\e914";
}

.icon-plus:before {
  content: "\e915";
}

.icon-search:before {
  content: "\e916";
}

.icon-settings:before {
  content: "\e917";
}

.icon-trash:before {
  content: "\e918";
}

.icon-cross:before {
  content: "\e919";
}

.icon-link:before {
  content: "\e91a";
}

.icon-shortlist:before {
  content: "\e91c";
}

.icon-location-filter:before {
  content: "\e91d";
}

.icon-clock:before {
  content: "\e91e";
}

.icon-timer:before {
  content: "\e934";
}

.icon-video:before {
  content: "\e954";
}

.select2.select2-container {
  width: 100% !important;
}
.select2.select2-container span:focus {
  outline: none;
  border: 1px solid #8C4B9D;
}
.select2.select2-container .select2-selection--multiple .select2-search__field {
  padding: 2px 0px 6px !important;
}
.select2.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: flex;
  align-items: center;
  padding: 3px 0px;
}
.select2.select2-container .select2-selection--multiple .select2-selection__choice {
  color: #95a09b !important;
  font-size: 11px !important;
  border-color: rgba(0, 0, 0, 0) !important;
  background-color: rgba(219, 219, 219, 0.5) !important;
  padding: 0px 5px 0px 5px !important;
  margin: 0px 3px 3px 0px !important;
  border-radius: 6px !important;
}
.select2.select2-container .select2-selection--multiple .select2-selection__choice__remove {
  color: #bebfbf !important;
}
.select2.select2-container--open .select2-selection__arrow, .select2.select2-container--open .select2-selection--multiple:after {
  transform: translateY(-50%) rotate(180deg) !important;
}
.select2.select2-container--open .select2-selection--single {
  border-color: #8C4B9D !important;
}
.select2.select2-container--default .select2-search--inline .select2-search__field {
  height: 40px !important;
  margin-top: 0;
  font-size: 16px;
  font-weight: 400;
  padding: 11px 0 6px;
}
.select2.select2-container--default .select2-search--inline .select2-search__field::-moz-placeholder {
  color: #B2B2B2;
}
.select2.select2-container--default .select2-search--inline .select2-search__field::placeholder {
  color: #B2B2B2;
}
.select2.select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #8C4B9D;
}
.select2.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #B2B2B2;
}
.select2.select2-container .select2-selection--single {
  height: 48px;
  background: transparent;
  padding: 10px 15px;
  border-radius: 5px;
  border: 1px solid #C3CCD3;
  display: flex;
  align-items: center;
}
.select2.select2-container .select2-selection--multiple {
  padding-left: 15px;
  padding-right: 40px;
  border-color: #C3CCD3;
  background-color: transparent;
  border-radius: 5px;
}
.select2.select2-container .select2-selection--multiple:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 12px;
  font-family: "icomoon";
  content: "\e90a";
  font-size: 20px;
  display: inline-block;
  color: #000000;
  cursor: pointer;
  transition: 0.5s;
}
.select2.select2-container .select2-selection--multiple .select2-selection__choice {
  padding: 1px 5px 2px 10px;
  margin-top: 8px;
  margin-right: 8px;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  background: #E8F7FF;
  color: #59B0E2;
  font-size: 15px;
  font-weight: 400;
  border: 0;
  border-radius: 13px;
}
.select2.select2-container .select2-selection--multiple .select2-selection__choice__remove {
  font-size: 18px;
  padding: 0;
  margin: 0;
  margin-left: 7px;
  color: #59B0E2;
  font-weight: normal;
}
.select2.select2-container .select2-selection--multiple .select2-selection__choice__display {
  font-weight: 600;
}
.select2.select2-container .select2-selection__arrow {
  top: 50% !important;
  transform: translateY(-50%);
  right: 8px !important;
  text-align: center;
  height: auto;
  transition: 0.5s;
}
.select2.select2-container .select2-selection__arrow:after {
  font-family: "icomoon";
  content: "\e90a";
  font-size: 20px;
  display: inline-block;
  color: #000000;
}
.select2.select2-container .select2-selection__arrow b {
  display: none;
}
.select2.select2-container .select2-selection__rendered {
  font-size: 16px;
  font-weight: 400;
  color: #000000 !important;
  padding-left: 0px !important;
}
.select2.select2-container--open.select2.select2-container--below .select2-selection--multiple {
  border-radius: 5px 5px 0 0;
}
.select2.select2-container--open.select2.select2-container--above .select2-selection--multiple {
  border-radius: 0 0 5px 5px;
}
.select2.select2-container--disabled .select2-selection--single {
  background: #ffffff !important;
  border-color: rgba(174, 185, 194, 0.35) !important;
}
.select2.select2-container--disabled .select2-selection__rendered {
  color: #6F6771 !important;
}
@media (max-width: 1599px) {
  .select2.select2-container--default .select2-search--inline .select2-search__field {
    height: 37px !important;
    padding: 10px 0 6px;
    font-size: 15px;
  }
  .select2.select2-container .select2-selection--multiple:after {
    font-size: 18px;
  }
  .select2.select2-container .select2-selection--multiple .select2-selection__choice {
    padding: 0px 5px 3px 10px;
    margin-top: 6px;
  }
  .select2.select2-container .select2-selection--single {
    height: 44px;
  }
  .select2.select2-container .select2-selection__arrow:after {
    font-size: 18px;
  }
  .select2.select2-container .select2-selection__rendered {
    font-size: 15px;
  }
}
@media (max-width: 1199.98px) {
  .select2.select2-container--default .select2-search--inline .select2-search__field {
    height: 32px !important;
  }
  .select2.select2-container .select2-selection--multiple {
    min-height: 40px;
  }
  .select2.select2-container .select2-selection--multiple .select2-selection__choice {
    padding: 1px 5px 1px 10px;
    margin-top: 4px;
    font-size: 13px;
  }
  .select2.select2-container .select2-selection--single {
    height: 40px;
    padding: 8px 15px;
  }
}
@media (max-width: 767.98px) {
  .select2.select2-container--default .select2-search--inline .select2-search__field {
    font-size: 15px;
  }
  .select2.select2-container .select2-selection--multiple:after {
    font-size: 16px;
  }
  .select2.select2-container .select2-selection__arrow:after {
    font-size: 16px;
  }
  .select2.select2-container .select2-selection__rendered {
    font-size: 15px;
  }
}

.select2-container--open .select2-dropdown--below, .select2-container--open .select2-dropdown--above {
  border-color: #8C4B9D;
}
.select2-container--open .select2-dropdown .select2-search__field {
  outline: none;
}
.select2-container--open .select2-dropdown .select2-search__field:focus {
  border-color: #8C4B9D;
}
.select2-container--open .select2-dropdown .select2-results__option {
  padding: 8px 15px !important;
  color: #7e7e7e;
  margin-bottom: 0;
  word-break: break-all;
}
.select2-container--open .select2-dropdown .select2-results__option [aria-selected=true] {
  background-color: #8C4B9D !important;
}
.select2-container--open .select2-dropdown .select2-results__option--highlighted {
  background-color: #8C4B9D !important;
  color: #ffffff !important;
}
.select2-container--open .select2-dropdown .select2-results__option--selected {
  background-color: #8C4B9D !important;
  color: #ffffff !important;
}
@media (max-width: 1599px) {
  .select2-container--open .select2-dropdown .select2-results__option {
    padding: 5px 15px !important;
  }
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #8C4B9D !important;
  color: #ffffff !important;
  display: none;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 175px !important;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #d7dce1;
  cursor: not-allowed;
}

.input-search .select2.select2-container .select2-selection--multiple:after {
  display: none !important;
}

.tagOutside .select2-selection--multiple .select2-selection__choice {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  color: red;
  font-size: 11px;
  border-color: transparent;
  background-color: rgba(219, 219, 219, 0.5);
  padding: 7px 5px 7px 5px;
  line-height: 1;
}
.tagOutside .select2-selection--multiple .select2-selection__choice__remove {
  margin-right: 0px !important;
  margin-left: 5px;
  font-size: 14px;
  line-height: 0;
}
.tagOutside .tagBox .select2-container--empty {
  display: none;
}

.ui-datepicker {
  text-align: center;
  margin-top: 2px;
  padding: 0 !important;
  border: 0;
  font-weight: 500;
  width: 190px;
}
.ui-datepicker .ui-datepicker-title {
  line-height: normal;
  padding: 6px;
  margin: 0 !important;
}
.ui-datepicker .ui-state-active {
  border-color: #8C4B9D;
  background-color: #8C4B9D !important;
  color: #ffffff !important;
}
.ui-datepicker.ui-widget-content {
  box-shadow: 0px 0 2px 2px rgba(0, 0, 0, 0.04);
  border: 0 !important;
  width: 265px;
  z-index: 55555 !important;
  border: 1px solid #F2F2F2 !important;
  border-radius: 5px;
}
.ui-datepicker .ui-datepicker-header {
  padding: 0;
  border: 0;
  border-radius: 0;
  padding-top: 8px;
  background-color: transparent !important;
  background-image: none !important;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
  cursor: pointer;
  background-color: transparent !important;
  background-image: none !important;
  left: 10px !important;
  top: 12px !important;
  height: 22px !important;
  width: 22px !important;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev span {
  display: none !important;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:after {
  content: "\e90c";
  font-family: icomoon;
  height: 100% !important;
  width: 100% !important;
  font-size: 11px;
  border: 1px solid #8C4B9D !important;
  font-weight: 500;
  color: #8C4B9D;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: rotate(-180deg);
  transform-origin: center;
  line-height: normal;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  cursor: pointer;
  background-color: transparent !important;
  background-image: none !important;
  right: 10px !important;
  top: 12px !important;
  height: 22px !important;
  width: 22px !important;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next span {
  display: none !important;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next:after {
  content: "\e90c";
  font-family: icomoon;
  height: 100% !important;
  width: 100% !important;
  font-size: 11px;
  border: 1px solid #8C4B9D !important;
  font-weight: 500;
  color: #8C4B9D;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: normal;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-month {
  width: 65px !important;
  height: 22px;
  font-size: 16px;
  font-weight: 400;
  font-weight: 500 !important;
  color: #000000;
  font-size: 14px !important;
  text-align: center;
  border: none !important;
  vertical-align: text-top;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-year {
  width: 65px !important;
  height: 22px;
  font-weight: 500 !important;
  color: #000000;
  font-size: 14px !important;
  font-weight: 400;
  text-align: center;
  vertical-align: text-top;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-month option, .ui-datepicker .ui-datepicker-header .ui-datepicker-year option {
  color: #8C4B9D !important;
  background-color: #ffffff !important;
  font-size: 14px !important;
  font-weight: 600;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-month option [selected], .ui-datepicker .ui-datepicker-header .ui-datepicker-year option [selected] {
  background-color: #e5edf0 !important;
}
.ui-datepicker .ui-datepicker-header .ui-state-hover {
  border: 0 !important;
}
.ui-datepicker .ui-datepicker-calendar thead th {
  color: #C7C7C7;
  font-size: 12px;
  padding: 8px 5px;
  font-weight: 500;
  font-weight: 500;
  text-transform: uppercase;
}
.ui-datepicker .ui-datepicker-calendar td {
  vertical-align: top;
  width: 33px;
}
.ui-datepicker .ui-datepicker-calendar td .ui-state-default {
  border-radius: 2px;
  border-color: #edebeb !important;
  width: 32px;
  height: 32px;
  padding: 0 !important;
  border-radius: 50%;
  line-height: 32px;
  text-align: center !important;
  color: #000;
  font-size: 14px;
  font-weight: 400 !important;
  background-color: transparent;
}
.ui-datepicker .ui-datepicker-calendar td .ui-state-default.ui-state-highlight {
  border-color: #dcdcdc;
  background-color: #EFEFEF !important;
  color: #000000 !important;
  border-radius: 50%;
}
.ui-datepicker .ui-datepicker-calendar td .ui-state-default.ui-state-highlight.ui-state-active {
  background-color: #8C4B9D !important;
  color: #ffffff !important;
}
.ui-datepicker .ui-datepicker-calendar td .ui-state-default.ui-state-hover, .ui-datepicker .ui-datepicker-calendar td .ui-state-default .ui-state-active {
  border-color: #8C4B9D;
  background-color: #EFEFEF !important;
  color: #000000 !important;
  border-radius: 50%;
}
.ui-datepicker .ui-datepicker-calendar td .ui-state-default.ui-datepicker-current {
  float: none !important;
  font-family: Open Sans, Arial, sans-serif;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  border-width: 0 !important;
  border: none;
  vertical-align: top;
  margin: 0 !important;
  background-color: transparent !important;
}
@media (max-width: 1199.98px) {
  .ui-datepicker .ui-datepicker-calendar td .ui-state-default {
    height: 28px;
    width: 28px;
    line-height: 28px;
    font-style: 13px;
  }
}

.ui-state-default, .ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button, html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 0;
  background-color: #ffffff;
  color: #000000;
}

.ui-datepicker-buttonpane .ui-datepicker-current.ui-state-default.ui-priority-secondary,
.ui-datepicker-buttonpane .ui-datepicker-close.ui-state-default.ui-priority-primary {
  height: 35px;
  font-size: 14px;
  padding: 7px 20px;
}
.ui-datepicker-buttonpane .ui-datepicker-current.ui-state-default.ui-priority-secondary {
  border-color: #8C4B9D;
  color: #8C4B9D;
  opacity: 1;
}
.ui-datepicker-buttonpane .ui-datepicker-current.ui-state-default.ui-priority-secondary:hover, .ui-datepicker-buttonpane .ui-datepicker-current.ui-state-default.ui-priority-secondary:focus, .ui-datepicker-buttonpane .ui-datepicker-current.ui-state-default.ui-priority-secondary:active, .ui-datepicker-buttonpane .ui-datepicker-current.ui-state-default.ui-priority-secondary:not(:disabled):not(.disabled):active {
  background: #8C4B9D;
  color: #ffffff;
}
.ui-datepicker-buttonpane .ui-datepicker-close.ui-state-default.ui-priority-primary {
  border-color: #8C4B9D;
  color: #ffffff;
  background-color: #8C4B9D;
}
.ui-datepicker-buttonpane .ui-datepicker-close.ui-state-default.ui-priority-primary:hover, .ui-datepicker-buttonpane .ui-datepicker-close.ui-state-default.ui-priority-primary:focus, .ui-datepicker-buttonpane .ui-datepicker-close.ui-state-default.ui-priority-primary:active, .ui-datepicker-buttonpane .ui-datepicker-close.ui-state-default.ui-priority-primary:not(:disabled):not(.disabled):active {
  border-color: rgb(121.5344827586, 65.1077586207, 136.2922413793);
  background: rgb(121.5344827586, 65.1077586207, 136.2922413793);
  color: #ffffff;
}
@media (max-width: 1599px) {
  .ui-datepicker-buttonpane .ui-datepicker-current.ui-state-default.ui-priority-secondary,
  .ui-datepicker-buttonpane .ui-datepicker-close.ui-state-default.ui-priority-primary {
    padding: 7px 15px;
  }
}
@media (max-width: 767.98px) {
  .ui-datepicker-buttonpane .ui-datepicker-current.ui-state-default.ui-priority-secondary,
  .ui-datepicker-buttonpane .ui-datepicker-close.ui-state-default.ui-priority-primary {
    height: 30px;
    font-size: 13px;
    padding: 5px 12px;
  }
}

#select2-fromTime-results .select2-results__option[aria-disabled=true], #select2-toTime-results .select2-results__option[aria-disabled=true] {
  display: none !important;
}

.innerContent__wrapper {
  display: flex;
  min-height: calc(100% - 150px);
}
.innerContent .overviewBar {
  padding: 35px 30px 30px 90px;
  border-top: 1px solid rgba(0, 0, 0, 0.03);
  width: 500px;
  background: #ffffff;
  min-height: 100%;
}
.innerContent .overviewBar h2 {
  font-size: 28px;
  margin-bottom: 20px;
}
.innerContent .overviewBar p {
  color: #6F6771;
  line-height: 21px;
  margin-bottom: 0;
}
.innerContent .overviewBar p a {
  color: #8C4B9D;
  font-size: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.innerContent .overviewBar .icon-link {
  color: #8C4B9D;
}
.innerContent .overviewBar__address em {
  padding-top: 6px;
  margin-right: 6px;
}
.innerContent .overviewBar__address em, .innerContent .overviewBar__address span {
  color: #6F6771;
}
.innerContent .overviewBar__address a, .innerContent .overviewBar__address p {
  font-size: 14px;
  color: #6F6771;
}
.innerContent .overviewBar__address p {
  line-height: 21px;
  margin: 5px 0;
}
.innerContent .overviewBar__address .form-group:not(:last-child) {
  border-bottom: 1px solid #C3CCD3;
  padding-bottom: 8px;
}
.innerContent .overviewBar__address .form-group:last-child {
  margin-bottom: 0;
}
.innerContent .overviewBar .searchForm h2 {
  font-size: 30px;
}
.innerContent .overviewBar .searchForm .form-group .form-control, .innerContent .overviewBar .searchForm .input-group .form-control {
  color: #6F6771;
}
.innerContent .overviewBar .searchForm .btn {
  font-size: 16px;
}
.innerContent .overviewBar .searchForm_advance {
  margin-top: 10px;
  display: inline-block;
}
.innerContent__right {
  max-width: calc(100% - 500px);
  width: 100%;
  padding: 35px 90px 40px 40px;
  position: relative;
}
.innerContent__right .searchNeds {
  margin-bottom: 25px;
}
.innerContent__right .searchNeds .form-group {
  margin-bottom: 0;
}
.innerContent__right .searchNeds .form-group.form-search {
  width: 330px;
  position: relative;
}
.innerContent__right .searchNeds .form-group.form-search .form-control {
  padding: 0 0 6px;
  padding-right: 0;
  font-size: 18px;
  height: auto;
  border: 0;
  border-radius: 0;
  border-bottom: 2px solid #8C4B9D;
  padding-right: 35px;
}
.innerContent__right .searchNeds .form-group.form-search button {
  right: 8px;
  top: 4px;
  color: #8C4B9D;
  font-size: 18px;
  box-shadow: none !important;
  outline: none !important;
}
.innerContent__right .searchNeds .form-group.form-search:after {
  display: none !important;
}
.innerContent__right .searchNeds .form-group label {
  font-size: 18px;
  color: #C3CCD3;
  margin-bottom: 0px;
  padding-right: 4px;
}
.innerContent__right .searchNeds .form-group:not(:last-child):after {
  content: "";
  background: #C3CCD3;
  width: 1px;
  height: 18px;
  display: inline-block;
  margin: 0 15px;
}
.innerContent__right .searchNeds .select2.select2-container {
  width: auto !important;
  min-width: 165px;
}
.innerContent__right .searchNeds .select2.select2-container--open {
  border: 1px solid #8C4B9D;
}
.innerContent__right .searchNeds .select2.select2-container .select2-selection--single {
  height: auto;
  padding: 4px 15px 4px 10px;
  border-width: 0;
}
.innerContent__right .searchNeds .select2.select2-container .select2-selection__rendered {
  font-size: 18px;
  font-weight: 500;
  color: #8C4B9D !important;
}
.innerContent__right .searchNeds .select2.select2-container .select2-selection__arrow:after {
  color: #8C4B9D;
}
.innerContent__right .searchNeds .filterDropdown .dropdown-toggle:after {
  display: none;
}
.innerContent__right .searchNeds .filterDropdown .dropdown-menu {
  border: 1px solid #e5e9f2;
  box-shadow: 0 3px 12px 1px rgba(11, 49, 117, 0.15);
  width: 360px;
  padding: 0;
  left: auto !important;
  right: 0;
}
.innerContent__right .searchNeds .filterDropdown .dropdown-menu .dropdown-head {
  border-bottom: 1px solid #e5e9f2;
  padding: 10px 15px;
}
.innerContent__right .searchNeds .filterDropdown .dropdown-menu .dropdown-body {
  padding: 20px 15px 10px;
}
.innerContent__right .searchNeds .filterDropdown .dropdown-menu .dropdown-body .row {
  margin: 0 -7px;
}
.innerContent__right .searchNeds .filterDropdown .dropdown-menu .dropdown-body .row [class*=col-] {
  padding: 0 7px;
}
.innerContent__right .searchNeds .filterDropdown .dropdown-menu .dropdown-body .form-group {
  margin-bottom: 15px;
}
.innerContent__right .searchNeds .filterDropdown .dropdown-menu .dropdown-body .form-group label {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  margin-bottom: 4px;
}
.innerContent__right .searchNeds .filterDropdown .dropdown-menu .dropdown-body .form-group .select2.select2-container {
  width: 100% !important;
}
.innerContent__right .searchNeds .filterDropdown .dropdown-menu .dropdown-body .form-group .select2.select2-container .select2-selection--single {
  height: 40px;
  padding: 4px 15px 4px 10px;
  border-width: 1px;
}
.innerContent__right .searchNeds .filterDropdown .dropdown-menu .dropdown-body .form-group .select2.select2-container .select2-selection__rendered {
  font-size: 14px;
  font-weight: 400;
  color: #000000 !important;
}
.innerContent__right .searchNeds .filterDropdown .dropdown-menu .dropdown-body .form-group .select2.select2-container .select2-selection__arrow:after {
  color: #C3CCD3;
}
.innerContent__right .searchNeds .filterDropdown .dropdown-menu .dropdown-foot {
  padding: 10px 15px;
  border-top: 1px solid #e5e9f2;
}
.innerContent__right .shortlistBtn {
  position: absolute;
  right: 0;
  top: -10px;
  margin-top: 0px;
}
.innerContent .profileDetail_innerAcc h6 {
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 5px;
}
.innerContent .profileDetail_innerAcc .profile-ud-label {
  color: #C3CCD3;
  min-width: 160px;
  max-width: 160px;
  display: inline-block;
  flex-shrink: 0;
}
.innerContent .profileDetail_innerAcc .profile-ud-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 8px 0px;
}
.innerContent .profileDetail_innerAcc .profile-ud-item:first-child {
  padding-top: 0px;
}
.innerContent .profileDetail_innerAcc .profile-ud-item:not(:last-child) {
  border-bottom: 1px solid #edf0f2;
}
.innerContent .profileDetail_innerAcc .profile-ud-value {
  text-transform: capitalize;
}
.innerContent .profileDetail_innerAcc .profile-ud-value a {
  color: #8C4B9D;
}
.innerContent .profileDetail_innerAcc.profileinsightAcc .profile-ud-item:first-child {
  padding: 8px 0px;
}
.innerContent .profileDetail_innerAcc.profileinsightAcc .profile-ud-label {
  min-width: 200px;
  max-width: 200px;
}
.innerContent .profileDetail_innerAcc.profileinsightAcc .nk-block:not(:first-child) {
  border-top: 1px solid #edf0f2;
  padding-top: 15px;
}
.innerContent .profileAccCover.accordion {
  border-top: none;
  margin: 0px;
}
@media (max-width: 1899px) {
  .innerContent__right {
    padding-right: 60px;
  }
  .innerContent .overviewBar {
    padding-left: 60px;
  }
}
@media (max-width: 1699px) {
  .innerContent .overviewBar {
    padding: 30px 20px 30px 40px;
    width: 350px;
  }
  .innerContent .overviewBar .searchForm h2, .innerContent .overviewBar h2 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .innerContent__right {
    max-width: calc(100% - 350px);
    width: 100%;
    padding: 30px 40px 30px 30px;
  }
}
@media (max-width: 1439px) {
  .innerContent .overviewBar {
    padding: 30px 15px 20px 30px;
    width: 340px;
  }
  .innerContent .overviewBar .searchForm h2, .innerContent .overviewBar h2 {
    font-size: 22px;
  }
  .innerContent__right {
    max-width: calc(100% - 340px);
    width: 100%;
    padding: 30px 25px 30px 20px;
  }
  .innerContent__right .searchNeds .form-group.form-search .form-control {
    font-size: 16px;
  }
  .innerContent__right .searchNeds .form-group.form-search button {
    top: 2px;
  }
  .innerContent__right .searchNeds .form-group label {
    font-size: 16px;
  }
  .innerContent__right .searchNeds .select2.select2-container .select2-selection__rendered {
    font-size: 16px;
  }
}
@media (max-width: 1199.98px) {
  .innerContent .overviewBar {
    width: 270px;
    max-width: 270px;
    position: fixed;
    top: 0;
    z-index: 99;
    left: -270px;
    height: 100%;
    overflow-y: auto;
    transition: all 0.5s;
    padding: 20px 15px;
  }
  .innerContent .overviewBar.open {
    left: 0;
  }
  .innerContent .overviewBar .searchForm h2, .innerContent .overviewBar h2 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .innerContent__right {
    max-width: 100%;
    width: 100%;
    padding: 30px;
  }
  .innerContent__right .searchNeds .select2.select2-container {
    min-width: 145px;
  }
}
@media (max-width: 991.98px) {
  .innerContent .profileDetail_innerAcc h6 {
    font-size: 15px;
    margin-bottom: 0px;
  }
  .innerContent .profileDetail_innerAcc .profile-ud-item {
    width: 100%;
    flex-direction: column;
    gap: 0px;
  }
  .innerContent .profileDetail_innerAcc .profile-ud-label {
    max-width: 100%;
    min-width: 100%;
    width: 100%;
  }
  .innerContent .profileDetail_innerAcc.profileinsightAcc .profile-ud-label {
    min-width: 100%;
    max-width: 100%;
  }
  .innerContent .profileDetail_innerAcc.profileinsightAcc .nk-block:not(:first-child) {
    padding-top: 10px;
  }
  .innerContent__right {
    padding: 25px 15px;
  }
  .innerContent__right .searchNeds .form-group.form-search {
    width: 220px;
  }
  .innerContent__right .searchNeds .form-group.form-search .form-control {
    font-size: 15px;
    border-bottom-width: 1px;
  }
  .innerContent__right .searchNeds .form-group label {
    font-size: 15px;
    margin-bottom: 0px;
  }
  .innerContent__right .searchNeds .form-group:not(:last-child):after {
    margin: 0 10px;
    height: 15px;
    vertical-align: middle;
  }
  .innerContent__right .searchNeds .select2.select2-container .select2-selection--single {
    height: auto;
    padding: 2px 10px 2px 5px;
  }
  .innerContent__right .searchNeds .select2.select2-container .select2-selection__rendered {
    font-size: 15px;
  }
}
@media (max-width: 767.98px) {
  .innerContent__right {
    padding: 20px 15px;
  }
  .innerContent__right .searchNeds {
    flex-wrap: wrap;
  }
  .innerContent__right .searchNeds form {
    width: 100%;
  }
  .innerContent__right .searchNeds .form-group.form-search {
    width: 100%;
    margin-bottom: 15px;
  }
  .innerContent__right .searchNeds .form-group label {
    vertical-align: middle;
  }
}
@media (max-width: 479px) {
  .innerContent__right .searchNeds {
    flex-wrap: wrap;
  }
  .innerContent__right .searchNeds .form-group {
    width: 100%;
  }
  .innerContent__right .searchNeds .form-group:not(:last-child):after {
    display: none;
  }
  .innerContent__right .searchNeds .form-group label {
    min-width: 60px;
  }
  .innerContent__right .searchNeds .form-group + .form-group {
    margin-top: 10px;
  }
  .innerContent__right .searchNeds .select2.select2-container {
    border: 1px solid #8C4B9D;
  }
}

#toast-container {
  position: fixed;
  z-index: 999999;
  pointer-events: none;
  padding: 1.25rem;
  width: 100%;
}
#toast-container[class*=-center] .toast {
  margin-left: auto;
  margin-right: auto;
}
#toast-container[class*=-left] .toast {
  margin-right: auto;
}
#toast-container[class*=-right] .toast {
  margin-left: auto;
}
#toast-container[class*=-full] .toast {
  width: 100%;
}
#toast-container[class*=toast-top] {
  top: 0;
}
#toast-container[class*=toast-bottom] {
  bottom: 0;
}
#toast-container .toast {
  position: relative;
  pointer-events: auto;
  background: #ffffff;
  border-radius: 5px;
  opacity: 1;
  border: 0;
  box-shadow: 0 3px 12px 1px rgba(43, 55, 72, 0.0015);
  border-left: 4px solid transparent;
  padding: 1.25rem 4.5rem 1.25rem 3.6rem;
  width: 430px;
  max-width: 100%;
  font-size: 0.875rem;
  line-height: 1.3rem;
  color: #000000;
}
#toast-container .toast:not(:last-child) {
  margin-bottom: 0.75rem;
}
#toast-container .toast:before {
  content: "\e909";
  font-family: "icomoon";
  top: 50%;
  transform: translateY(-50%);
  font-size: 26px;
  position: absolute;
  line-height: 1;
  left: 1.25rem;
}
#toast-container .toast.toast-success {
  border-color: #1ee0ac;
  border: 1px solid #1ee0ac;
  border-radius: 0;
  border-left-width: 3px;
}
#toast-container .toast.toast-success .icon, #toast-container .toast.toast-success:before {
  color: #1ee0ac;
}
#toast-container .toast.toast-error {
  border-color: #e85347;
}
#toast-container .toast.toast-error .icon, #toast-container .toast.toast-error:before {
  color: #e85347;
}
#toast-container .toast.toast-error:before {
  content: "\e919";
}
#toast-container .toast.toast-info {
  border-color: #09c2de;
}
#toast-container .toast.toast-info .icon, #toast-container .toast.toast-info:before {
  color: #09c2de;
}
#toast-container .toast.toast-info:before {
  content: "\e909";
}
#toast-container .toast.toast-warning {
  border-color: #f4bd0e;
}
#toast-container .toast.toast-warning .icon, #toast-container .toast.toast-warning:before {
  color: #f4bd0e;
}
#toast-container .toast.toast-warning:before {
  content: "\e93c";
}
#toast-container .toast h4, #toast-container .toast h5, #toast-container .toast h6 {
  margin-bottom: 0.35rem;
  font-size: 1rem;
}

.toast-close-button {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  height: 32px;
  width: 32px;
  text-indent: -9999px;
  cursor: pointer;
  border: 0;
  background: transparent;
}
.toast-close-button:after {
  content: "\e919";
  position: absolute;
  top: 0;
  left: 0;
  text-indent: 0;
  color: #1ee0ac;
  font-size: 16px;
  line-height: 32px;
  width: 100%;
  font-family: "icomoon";
  text-align: center;
}

.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}

.toast-title {
  font-weight: 600;
}

.toast-message {
  word-wrap: break-word;
  font-weight: 500;
  font-size: 18px;
}

.toast-message a, .toast-message label {
  color: #000000;
}

.toast-message a:hover {
  color: #CCCCCC;
  text-decoration: none;
}

.commonTable.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.commonTable table {
  margin-bottom: 0;
  border: none;
  border-radius: 5px;
  overflow: hidden;
  margin-top: 0px !important;
}
.commonTable tr th, .commonTable tr td {
  font-size: 14px;
  padding: 5px;
  border: 0;
  vertical-align: middle;
  white-space: nowrap;
}
.commonTable tr th > a, .commonTable tr td > a {
  color: #244e4c;
}
.commonTable tr th .user-card, .commonTable tr td .user-card {
  display: flex;
  align-items: center;
}
.commonTable tr th .user-avatar, .commonTable tr th [class^=user-avatar]:not([class*=-group]), .commonTable tr td .user-avatar, .commonTable tr td [class^=user-avatar]:not([class*=-group]) {
  border-radius: 50%;
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #8C4B9D;
  font-size: 14px;
  font-weight: 600;
  flex-shrink: 0;
  position: relative;
}
.commonTable tr th .user-avatar + .user-info, .commonTable tr th [class^=user-avatar]:not([class*=-group]) + .user-info, .commonTable tr td .user-avatar + .user-info, .commonTable tr td [class^=user-avatar]:not([class*=-group]) + .user-info {
  margin-left: 1rem;
}
.commonTable tr th .user-avatar + .user-name, .commonTable tr th [class^=user-avatar]:not([class*=-group]) + .user-name, .commonTable tr td .user-avatar + .user-name, .commonTable tr td [class^=user-avatar]:not([class*=-group]) + .user-name {
  margin-left: 0.75rem;
}
.commonTable tr th .user-avatar img, .commonTable tr th [class^=user-avatar]:not([class*=-group]) img, .commonTable tr td .user-avatar img, .commonTable tr td [class^=user-avatar]:not([class*=-group]) img {
  border-radius: 50%;
  height: 100%;
  width: 100%;
}
.commonTable tr th .user-avatar.md + .user-info, .commonTable tr th [class^=user-avatar]:not([class*=-group]).md + .user-info, .commonTable tr td .user-avatar.md + .user-info, .commonTable tr td [class^=user-avatar]:not([class*=-group]).md + .user-info {
  margin-left: 1.5rem;
}
.commonTable tr th .user-avatar.md + .user-name, .commonTable tr th [class^=user-avatar]:not([class*=-group]).md + .user-name, .commonTable tr td .user-avatar.md + .user-name, .commonTable tr td [class^=user-avatar]:not([class*=-group]).md + .user-name {
  margin-left: 1.25rem;
}
.commonTable tr th .user-avatar .edit, .commonTable tr th [class^=user-avatar]:not([class*=-group]) .edit, .commonTable tr td .user-avatar .edit, .commonTable tr td [class^=user-avatar]:not([class*=-group]) .edit {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  background-color: rgba(31, 43, 58, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  opacity: 0;
  transition: opacity 0.3s;
}
.commonTable tr th .user-avatar:hover .edit, .commonTable tr th [class^=user-avatar]:not([class*=-group]):hover .edit, .commonTable tr td .user-avatar:hover .edit, .commonTable tr td [class^=user-avatar]:not([class*=-group]):hover .edit {
  opacity: 1;
}
.commonTable tr th .user-avatar .status, .commonTable tr th [class^=user-avatar]:not([class*=-group]) .status, .commonTable tr td .user-avatar .status, .commonTable tr td [class^=user-avatar]:not([class*=-group]) .status {
  border: 2px solid #fff;
  position: absolute;
  bottom: 0;
  right: 0;
}
.commonTable tr th .user-avatar-multiple, .commonTable tr td .user-avatar-multiple {
  background-color: transparent !important;
}
.commonTable tr th .user-avatar-multiple .user-avatar, .commonTable tr td .user-avatar-multiple .user-avatar {
  position: absolute;
  height: 70%;
  width: 70%;
  font-size: 80%;
  border: 2px solid #fff;
}
.commonTable tr th .user-avatar-multiple .user-avatar:nth-child(1), .commonTable tr td .user-avatar-multiple .user-avatar:nth-child(1) {
  top: 0;
  right: 0;
}
.commonTable tr th .user-avatar-multiple .user-avatar:nth-child(2), .commonTable tr td .user-avatar-multiple .user-avatar:nth-child(2) {
  bottom: 0;
  left: 0;
}
.commonTable tr th .user-card .user-avatar.d-none, .commonTable tr td .user-card .user-avatar.d-none {
  margin-right: 1rem;
}
.commonTable tr th .user-card .user-avatar.d-none + .user-info, .commonTable tr th .user-card .user-avatar.d-none + .user-name, .commonTable tr td .user-card .user-avatar.d-none + .user-info, .commonTable tr td .user-card .user-avatar.d-none + .user-name {
  margin-left: 0;
}
.commonTable tr th .user-avatar-xl, .commonTable tr th .user-avatar.xl, .commonTable tr td .user-avatar-xl, .commonTable tr td .user-avatar.xl {
  height: 110px;
  width: 110px;
  font-size: 40px;
  font-weight: 400;
}
.commonTable tr th .user-avatar-lg, .commonTable tr th .user-avatar.lg, .commonTable tr td .user-avatar-lg, .commonTable tr td .user-avatar.lg {
  height: 80px;
  width: 80px;
  font-size: 28px;
  font-weight: 400;
}
.commonTable tr th .user-avatar-md, .commonTable tr th .user-avatar.md, .commonTable tr td .user-avatar-md, .commonTable tr td .user-avatar.md {
  height: 60px;
  width: 60px;
  font-size: 18px;
}
.commonTable tr th .user-avatar-sm, .commonTable tr th .user-avatar.sm, .commonTable tr td .user-avatar-sm, .commonTable tr td .user-avatar.sm {
  height: 32px;
  width: 32px;
  font-size: 12px;
}
.commonTable tr th .user-avatar-xs, .commonTable tr th .user-avatar.xs, .commonTable tr td .user-avatar-xs, .commonTable tr td .user-avatar.xs {
  height: 26px;
  width: 26px;
  font-size: 9px;
  font-weight: 600;
}
.commonTable thead th {
  background-color: #fff;
  text-transform: capitalize;
  border: 0 !important;
  color: #484848;
  padding: 10px 15px !important;
}
.commonTable tbody td {
  border-top: 1px solid #f2f7fa;
  color: #244e4c;
  font-size: 14px;
  background-color: #FFF;
  padding: 10px 15px !important;
}
.commonTable tbody tr:nth-child(even) td {
  font-weight: normal;
}
.commonTable tbody tr:nth-child(odd) td {
  font-weight: normal;
}

.jobcardcover {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  border-radius: 8px;
  overflow: hidden;
  background-color: #ffffff;
  width: 100%;
}

.job-card {
  border-left: 0px !important;
  border: none;
  padding: 24px;
  background-color: #ffffff;
  display: flex;
  justify-content: space-between;
}
.job-card:not(:last-child) {
  border-bottom: 1px solid #f3f4f6;
}
.job-card h3 {
  font-size: 18px;
}
.job-card p {
  font-size: 14px;
  color: #6b7280;
  margin-bottom: 0px;
}
.job-card ul {
  margin: 0px !important;
  padding-left: 0px !important;
  display: flex;
  row-gap: 8px;
  -moz-column-gap: 4px;
  column-gap: 4px;
}
.job-card .job-meta {
  display: flex;
  gap: 15px;
  color: #666;
  font-size: 14px;
  margin: 10px 0;
  align-items: center;
}
.job-card .job-meta svg {
  width: 16px;
  height: 16px;
}
.job-card .bg-purple.badge {
  padding: 4px 10px;
  font-size: 12px;
  background-color: #ede9fe;
  color: #5b21b6;
  border-radius: 50px;
  display: inline-block;
}
.job-card .tag {
  display: inline-block;
  background: rgba(140, 75, 157, 0.1);
  color: var(--primary);
  padding: 3px 8px;
  border-radius: 4px;
  font-size: 12px;
  margin-right: 5px;
}
.job-card .job-actions {
  flex-shrink: 0;
  align-items: center;
  display: flex;
  gap: 10px;
  margin-top: 15px;
}
@media (max-width: 1199px) {
  .job-card {
    padding: 16px;
  }
}
@media (max-width: 767px) {
  .job-card h3 {
    font-size: 16px;
  }
  .job-card .job-meta {
    flex-wrap: wrap;
    gap: 10px;
  }
}
@media (max-width: 575px) {
  .job-card {
    gap: 15px;
    flex-direction: column;
  }
  .job-card .badgeSection {
    display: flex;
    align-items: center;
    flex-direction: row !important;
    gap: 8px;
  }
}

.commonJobSec_list {
  margin-top: 20px;
}
.commonJobSec_item:not(:last-child) {
  margin-bottom: 16px;
}
.commonJobSec_item .tags {
  background: #e3f2fd;
  color: #1976d2;
  font-size: 12px;
  line-height: 12px;
  padding: 6px 10px;
  border-radius: 50px;
  width: -moz-fit-content;
  width: fit-content;
}
.commonJobSec_item_label {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 8px;
  display: block;
  line-height: 1;
}
.commonJobSec_item_value {
  font-size: 15px;
  font-weight: 400;
  display: block;
  line-height: 1;
}
.commonJobSec_item_value .badge {
  background-color: #ede9fe;
  color: #8C4B9D;
  font-size: 12px;
  line-height: 12px;
  padding: 6px 10px;
  border-radius: 50px;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 500;
}
.commonJobSec_subtitle {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0px;
}
.commonJobSec_left, .commonJobSec_right {
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.commonJobSec_right {
  padding: 24px;
}
.commonJobSec_header {
  padding: 24px;
  border-bottom: 1px solid #e5e7eb;
}
.commonJobSec_headertitle {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0px;
}
.commonJobSec_card {
  padding: 16px 24px;
}
.commonJobSec_card_info {
  margin-bottom: 20px;
}
.commonJobSec_card_info ul {
  list-style-position: inside;
}
.commonJobSec_cardtitle {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}
.commonJobSec_cardpara {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0px;
  line-height: 1.3;
}
@media (max-width: 1199px) {
  .commonJobSec_right {
    padding: 16px;
  }
  .commonJobSec_card {
    padding: 16px;
  }
  .commonJobSec_header {
    padding: 16px;
  }
  .commonJobSec_headertitle {
    font-size: 18px;
  }
}

.dataTable {
  border: 1px solid #dee2e6;
  border-radius: 8px;
  border-top: none;
}
.dataTable table {
  margin-bottom: 0px;
}
.dataTable table thead {
  background-color: #ffffff;
}
.dataTable table thead th {
  border-bottom: none !important;
  white-space: nowrap;
}
.dataTable table thead th:not(:last-child) {
  padding-right: 25px;
}
.dataTable .sortable {
  cursor: pointer;
  position: relative;
  padding-right: 20px;
}
.dataTable .sortable:after {
  content: "↕";
  position: absolute;
  right: 5px;
  color: #999;
}
.dataTable .sortable.asc:after {
  content: "↑";
  color: #333;
}
.dataTable .sortable.desc:after {
  content: "↓";
  color: #333;
}

.ftofTimepicker .timepicker-popup {
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  margin-bottom: 2px;
  z-index: 1050;
  display: none;
}
.ftofTimepicker .time-btn {
  width: 30px;
  height: 30px;
  font-size: 12px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background-color: #edebeb;
  border-color: #edebeb;
}
.ftofTimepicker .time-btn:hover {
  background-color: #8C4B9D;
}
.ftofTimepicker .time-value {
  font-size: 16px;
  font-weight: 600;
  min-width: 35px;
  padding: 5px;
  text-align: center;
}
.ftofTimepicker .separator {
  font-size: 20px;
  font-weight: 600;
  margin: 0 5px 6px 5px;
  color: #000000;
}

.aptiSummarySec {
  width: calc(100% - 550px);
  margin-left: 30px;
}
.aptiSummarySec .list-group-item {
  padding-left: 0px;
  padding-right: 0px;
}
.aptiSummarySec .card-header {
  display: flex;
  align-items: center;
  gap: 10px;
}
.aptiSummarySec_options {
  display: inline-flex;
  flex-direction: column;
}
.aptiSummarySec_options span {
  font-size: 16px;
}
.aptiSummarySec_options > div {
  border-color: #AEB9C2 !important;
}
.aptiSummarySec_options .bg-success, .aptiSummarySec_options .bg-danger {
  font-weight: 400;
}
.aptiSummarySec_options .bg-success {
  background-color: #87cf97 !important;
}
.aptiSummarySec_options .bg-danger {
  background-color: #df636f !important;
}
.aptiSummarySec_question, .aptiSummarySec_answer {
  font-size: 16px;
  font-weight: 600;
}
.aptiSummarySec .card-header h5 {
  font-size: 20px;
  font-weight: 600;
}
@media (max-width: 1699px) {
  .aptiSummarySec {
    width: calc(100% - 400px);
  }
}
@media (max-width: 1199px) {
  .aptiSummarySec {
    width: calc(100% - 20px);
    margin: 20px;
  }
}

.scroll-down .mainHeader {
  transform: translate3d(0, -100%, 0);
}

.scroll-up .mainHeader {
  transform: none;
}

.mainHeader {
  position: fixed;
  height: 85px;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 19;
  transition: 0.4s;
  background: #ffffff;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.03);
}
.mainHeader .navbar {
  height: 100%;
  padding-left: 90px;
  padding-right: 90px;
}
.mainHeader .navbar-brand {
  padding: 0;
}
.mainHeader .navbar-brand img {
  max-width: 170px;
}
.mainHeader .navbar-nav {
  margin-left: 335px;
}
.mainHeader .navbar-nav .nav-item {
  margin-right: 50px;
}
.mainHeader .navbar-nav .nav-item .nav-link {
  font-size: 18px;
  font-weight: 500;
  padding: 14px 0;
  color: #000000;
  border-bottom: 3px solid transparent;
}
.mainHeader .navbar-nav .nav-item .nav-link.active, .mainHeader .navbar-nav .nav-item .nav-link:hover {
  color: #8C4B9D;
  border-color: #8C4B9D;
}
.mainHeader .navbar-nav .nav-item.user {
  padding-left: 30px;
}
.mainHeader .navbar-nav .nav-item.user img {
  height: 56px;
  width: 56px;
}
.mainHeader .navbar-nav .nav-item.user .dropdown-toggle:after {
  content: "\e90a";
  font-family: icomoon;
  border: 0;
  color: #000000;
  font-size: 18px;
  font-weight: 600;
}
.mainHeader .navbar-nav .nav-item.user .userInfo {
  color: #000000;
  margin-right: 15px;
  text-align: right;
  display: flex;
  flex-direction: column;
}
.mainHeader .navbar-nav .nav-item.user .userInfo.text-truncate {
  width: 100px;
}
.mainHeader .navbar-nav .nav-item.user .userInfo span {
  font-size: 14px;
  margin-bottom: 0px;
}
.mainHeader .navbar-nav .nav-item.user .userInfo h6 {
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 200px;
}
.mainHeader .navbar-nav .nav-item.user .dropdown-menu {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.13);
  padding: 0;
  margin-top: 10px;
  left: 0px;
  right: 32px;
  max-width: 160px;
  margin-left: auto;
}
.mainHeader .navbar-nav .nav-item.user .dropdown-menu-arrow {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #ffffff;
  position: absolute;
  right: 7px;
  top: -9px;
}
.mainHeader .navbar-nav .nav-item.user .dropdown-menu .dropdown-item {
  padding: 10px 15px;
  font-size: 16px;
  background: transparent;
}
.mainHeader .navbar-nav .nav-item.user .dropdown-menu .dropdown-item:not(:last-child) {
  border-bottom: 1px solid rgba(112, 112, 112, 0.12);
}
.mainHeader .navbar-nav .nav-item.user .dropdown-menu .dropdown-item:hover {
  color: #8C4B9D;
}
.mainHeader .navbar-nav .nav-item.user:after {
  content: "";
  height: 21px;
  width: 2px;
  background: #D4DCE1;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.mainHeader .navbar-nav .nav-item.notification {
  position: relative;
  margin-right: 30px;
}
.mainHeader .navbar-nav .nav-item.notification .nav-link {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background: #F1F1F1;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
  position: relative;
}
.mainHeader .navbar-nav .nav-item.notification .nav-link:after {
  display: none;
}
.mainHeader .navbar-nav .nav-item.notification .nav-link .count {
  position: absolute;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #8C4B9D;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  right: -3px;
  top: -3px;
}
.mainHeader .navbar-nav .nav-item.notification .dropdown-menu {
  border: 0;
  width: 430px;
  box-shadow: 5px 3px 15px rgba(0, 0, 0, 0.07);
  left: auto;
  right: 0;
  border-radius: 5px;
}
.mainHeader .navbar-nav .nav-item.notification .dropdown-menu .dropdown-head {
  background-color: #8C4B9D;
  padding: 25px;
  border-radius: 5px 5px 0 0;
  background-image: url("../images/notification-bg.png");
}
.mainHeader .navbar-nav .nav-item.notification .dropdown-menu .dropdown-head h5 {
  font-size: 28px;
  font-weight: 500;
  color: #ffffff;
}
.mainHeader .navbar-nav .nav-item.notification .dropdown-menu .dropdown-head a {
  color: #ffffff;
}
.mainHeader .navbar-nav .nav-item.notification .dropdown-menu .dropdown-body ul {
  padding: 0 15px;
  max-height: 400px;
  overflow: hidden;
  overflow-y: auto;
}
.mainHeader .navbar-nav .nav-item.notification .dropdown-menu .dropdown-body li {
  display: block;
  border-bottom: 1px solid rgba(174, 185, 194, 0.2);
  position: relative;
  padding: 15px 0 12px 0;
}
.mainHeader .navbar-nav .nav-item.notification .dropdown-menu .dropdown-body li .notificationTime {
  font-size: 14px;
  margin-top: 5px;
  color: #AEB9C2;
}
.mainHeader .navbar-nav .nav-item.notification .dropdown-menu .dropdown-body li .notificationTime em {
  font-size: 16px;
  vertical-align: text-bottom;
}
.mainHeader .navbar-nav .nav-item.notification .dropdown-menu .dropdown-body li.active:before {
  content: "";
  background: rgba(140, 75, 157, 0.09);
  position: absolute;
  top: 0;
  height: 100%;
  left: -15px;
  width: calc(100% + 30px);
}
.mainHeader .navbar-nav .nav-item.notification .dropdown-menu .dropdown-body li:not(:last-child) {
  margin-bottom: 3px;
}
.mainHeader .searchNeds .form-group {
  position: relative;
}
.mainHeader .searchNeds .form-group input {
  width: 100%;
  min-width: 625px;
  border-radius: 5px;
  min-height: 48px;
  border: 1px solid #AEB9C2;
  box-shadow: none;
  padding: 12px 55px 12px 12px;
  outline: none;
}
.mainHeader .searchNeds .form-group input:focus {
  border-color: #8C4B9D;
}
.mainHeader .searchNeds .form-group button {
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #8C4B9D;
  padding: 15px;
  color: #ffffff;
  height: 36px;
  width: 36px;
  border-radius: 50%;
  outline: none;
}
@media (max-width: 1899px) {
  .mainHeader .navbar {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (max-width: 1699px) {
  .mainHeader {
    height: 75px;
  }
  .mainHeader .navbar {
    padding-left: 40px;
    padding-right: 40px;
  }
  .mainHeader .navbar-nav {
    margin-left: auto;
  }
  .mainHeader .navbar-nav .nav-item {
    margin-right: 35px;
  }
  .mainHeader .navbar-nav .nav-item .nav-link {
    font-size: 16px;
    padding: 12px 0;
    border-width: 0 0 2px;
  }
  .mainHeader .navbar-nav .nav-item.user img {
    height: 50px;
    width: 50px;
  }
  .mainHeader .navbar-nav .nav-item.user .userInfo {
    margin-right: 12px;
  }
  .mainHeader .navbar-nav .nav-item.user .userInfo span {
    font-size: 13px;
    margin-bottom: 2px;
  }
  .mainHeader .navbar-nav .nav-item.user .userInfo h6 {
    font-size: 16px;
  }
  .mainHeader .navbar-nav .nav-item.notification .dropdown-menu .dropdown-head {
    padding: 20px 25px;
  }
  .mainHeader .navbar-nav .nav-item.notification .dropdown-menu .dropdown-head h5 {
    font-size: 26px;
  }
  .mainHeader .navbar-nav .nav-item.notification .dropdown-menu .dropdown-body ul {
    max-height: 350px;
  }
  .mainHeader .searchNeds .form-group input {
    min-width: 500px;
  }
}
@media (max-width: 1439px) {
  .mainHeader .navbar {
    padding-left: 30px;
    padding-right: 30px;
  }
  .mainHeader .navbar-nav .nav-item.notification .dropdown-menu .dropdown-head {
    padding: 15px 20px;
  }
  .mainHeader .navbar-nav .nav-item.notification .dropdown-menu .dropdown-head h5 {
    font-size: 23px;
  }
}
@media (max-width: 1399px) {
  .mainHeader .navbar-nav .nav-item.user .dropdown-menu .dropdown-item {
    padding: 6px 10px;
    font-size: 14px;
  }
  .mainHeader .searchNeds .form-group input {
    min-width: 400px;
  }
}
@media (max-width: 1199px) {
  .mainHeader .navbar-nav .nav-item.user .dropdown-menu {
    min-width: 140px;
  }
}
@media (max-width: 1199.98px) {
  .mainHeader {
    height: 65px;
  }
  .mainHeader .navbar-nav {
    margin-left: auto;
  }
  .mainHeader .navbar-nav .nav-item {
    margin-right: 20px;
  }
  .mainHeader .navbar-nav .nav-item .nav-link {
    font-size: 15px;
    padding: 10px 0;
  }
  .mainHeader .navbar-nav .nav-item.user {
    padding-left: 20px;
  }
  .mainHeader .navbar-nav .nav-item.user img {
    height: 42px;
    width: 42px;
  }
  .mainHeader .navbar-nav .nav-item.user .userInfo {
    margin-right: 10px;
  }
  .mainHeader .navbar-nav .nav-item.user .userInfo h6 {
    font-size: 15px;
  }
  .mainHeader .navbar-nav .nav-item.user .dropdown-toggle:after {
    font-size: 15px;
  }
  .mainHeader .navbar-nav .nav-item.user .dropdown-menu {
    min-width: 135px;
    right: 20px;
  }
  .mainHeader .navbar-nav .nav-item.notification .nav-link {
    height: 36px;
    width: 36px;
  }
  .mainHeader .navbar-nav .nav-item.notification .nav-link .count {
    height: 18px;
    width: 18px;
    font-size: 10px;
  }
  .mainHeader .navbar-nav .nav-item.notification .dropdown-menu {
    border: 0;
    width: 400px;
  }
  .mainHeader .navbar-nav .nav-item.notification .dropdown-menu .dropdown-head {
    padding: 15px;
  }
  .mainHeader .navbar-nav .nav-item.notification .dropdown-menu .dropdown-head h5 {
    font-size: 20px;
  }
  .mainHeader .navbar-nav .nav-item.notification .dropdown-menu .dropdown-body li {
    padding: 12px 0 12px 0;
  }
  .mainHeader .searchNeds {
    margin-right: 15px;
  }
  .mainHeader .searchNeds .form-group input {
    min-width: 300px;
    min-height: 36px;
    padding: 10px 45px 10px 10px;
  }
  .mainHeader .searchNeds .form-group button {
    height: 28px;
    width: 28px;
    font-size: 14px;
    right: 12px;
  }
}
@media (max-width: 991.98px) {
  .mainHeader {
    height: 55px;
    box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
  }
  .mainHeader .searchNeds {
    margin-right: 0;
    padding: 10px 0;
  }
  .mainHeader .searchNeds .form-group input {
    min-width: 100%;
  }
  .mainHeader .navbar-nav.nav-right {
    flex-direction: row !important;
  }
  .mainHeader .navbar {
    position: static;
    padding-left: 15px;
    padding-right: 15px;
  }
  .mainHeader .navbar-brand {
    line-height: normal;
  }
  .mainHeader .navbar-brand img {
    max-width: 90px;
  }
  .mainHeader .navbar-toggler {
    margin-left: 15px;
    padding: 0;
    border: 0;
    width: 22px;
    box-shadow: none;
    outline: none;
  }
  .mainHeader .navbar-toggler:focus {
    box-shadow: none;
  }
  .mainHeader .navbar-toggler span {
    border: 1px solid #8C4B9D;
    width: 22px;
    transition: all 0.2s;
    display: block;
    margin-top: 6px;
  }
  .mainHeader .navbar-toggler span:nth-of-type(1) {
    transform: rotate(0);
    margin-top: 0;
  }
  .mainHeader .navbar-toggler span:nth-of-type(2) {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .mainHeader .navbar-toggler span:nth-of-type(3) {
    transform: rotate(0);
  }
  .mainHeader .navbar-toggler[aria-expanded=true] span:nth-of-type(1) {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
    width: 28px;
  }
  .mainHeader .navbar-toggler[aria-expanded=true] span:nth-of-type(2) {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  .mainHeader .navbar-toggler[aria-expanded=true] span:nth-of-type(3) {
    transform: rotate(-45deg);
    transform-origin: 10% 90%;
    width: 28px;
  }
  .mainHeader .navbar .navbar-collapse {
    position: absolute;
    left: 0;
    width: 100%;
    top: 55px;
    background: #ffffff;
    padding: 0 15px;
    border-top: 1px solid rgba(140, 75, 157, 0.1490196078);
  }
  .mainHeader .navbar-nav .nav-item {
    margin-right: 0px;
  }
  .mainHeader .navbar-nav .nav-item .nav-link {
    font-size: 14px;
    padding: 7px 0;
    border-width: 0;
  }
  .mainHeader .navbar-nav .nav-item.user img {
    height: 36px;
    width: 36px;
  }
  .mainHeader .navbar-nav .nav-item.user .userInfo {
    margin-right: 10px;
  }
  .mainHeader .navbar-nav .nav-item.user .userInfo span {
    margin: 0;
    font-size: 12px;
  }
  .mainHeader .navbar-nav .nav-item.user .userInfo h6 {
    font-size: 14px;
  }
  .mainHeader .navbar-nav .nav-item.notification {
    margin-right: 20px;
  }
  .mainHeader .navbar-nav .nav-item.notification .nav-link .count {
    font-size: 10px;
    height: 18px;
    width: 18px;
  }
  .mainHeader .navbar-nav .nav-item.notification .dropdown-menu {
    border: 0;
    width: 350px;
    font-size: 15px;
    padding-bottom: 0;
  }
  .mainHeader .navbar-nav .nav-item.notification .dropdown-menu .dropdown-head h5 {
    font-size: 18px;
  }
  .mainHeader .navbar-nav .nav-item.notification .dropdown-menu .dropdown-body li {
    padding: 10px 0;
  }
  .mainHeader .navbar-nav .nav-item.notification .dropdown-menu .dropdown-body ul {
    max-height: 300px;
  }
  .mainHeader .navbar-nav .nav-item .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
  }
}
@media (max-width: 767.98px) {
  .mainHeader .navbar-nav .nav-item.notification .dropdown-menu {
    width: 300px;
  }
  .mainHeader .navbar-nav .nav-item.notification .dropdown-menu .dropdown-head {
    padding: 10px 15px;
  }
  .mainHeader .navbar-nav .nav-item.notification .dropdown-menu .dropdown-head h5 {
    font-size: 16px;
  }
}
@media (max-width: 575.98px) {
  .mainHeader .navbar-brand img {
    max-width: 75px;
  }
  .mainHeader .navbar-nav .nav-item.user {
    padding-left: 15px;
  }
  .mainHeader .navbar-nav .nav-item.user img {
    height: 32px;
    width: 32px;
  }
  .mainHeader .navbar-nav .nav-item.user .userInfo h6 {
    max-width: 100px;
  }
  .mainHeader .navbar-nav .nav-item.user .dropdown-menu {
    left: auto;
    right: 0;
  }
  .mainHeader .navbar-nav .nav-item.notification {
    margin-right: 12px;
    position: static;
  }
  .mainHeader .navbar-nav .nav-item.notification .nav-link {
    height: 32px;
    width: 32px;
    font-size: 13px;
  }
  .mainHeader .navbar-nav .nav-item.notification .dropdown-menu {
    width: 280px;
    font-size: 14px;
    right: auto;
    left: 50%;
    padding: 0;
    transform: translate(-50%, 0);
  }
  .mainHeader .navbar-nav .nav-item.notification .dropdown-menu .dropdown-body ul {
    max-height: 270px;
  }
}
@media (max-width: 479px) {
  .mainHeader .navbar-nav .nav-item.user .userInfo {
    display: none;
  }
}
@media (max-width: 359.98px) {
  .mainHeader .navbar-nav .nav-item.user img {
    height: 30px;
    width: 30px;
  }
  .mainHeader .navbar-nav .nav-item.notification {
    margin-right: 8px;
  }
  .mainHeader .navbar-nav .nav-item.notification .nav-link {
    height: 28px;
    width: 28px;
    font-size: 12px;
  }
  .mainHeader .navbar-brand {
    margin-right: 10px;
  }
  .mainHeader .navbar-brand img {
    max-width: 65px;
  }
}

.qusetionBody .mainHeader .authLinks {
  display: none;
}

.footer {
  padding: 20px 90px;
  background: #000000;
  position: relative;
  z-index: 11;
}
.footer p {
  color: #C3CCD3;
}
.footer p a {
  color: #C3CCD3;
}
.footer p a:hover, .footer p a:focus {
  color: #8C4B9D;
}
.footer span {
  color: #595959;
}
.footer ul li a {
  color: #C3CCD3;
}
.footer ul li a:hover, .footer ul li a:focus {
  color: #8C4B9D;
}
.footer ul li:not(:last-child) {
  margin-right: 40px;
}
@media (max-width: 1699px) {
  .footer {
    padding: 20px 50px;
  }
}
@media (max-width: 1439px) {
  .footer {
    padding: 20px 30px;
  }
}
@media (max-width: 1199.98px) {
  .footer {
    padding: 15px 20px;
  }
  .footer ul li:not(:last-child) {
    margin-right: 30px;
  }
}
@media (max-width: 991.98px) {
  .footer {
    padding: 10px 15px;
  }
  .footer ul li:not(:last-child) {
    margin-right: 20px;
  }
}
@media (max-width: 767.98px) {
  .footer ul li:not(:last-child) {
    margin-right: 10px;
  }
}
@media (max-width: 575.98px) {
  .footer ul {
    margin-bottom: 10px;
    text-align: center;
  }
  .footer ul li:not(:last-child) {
    margin-right: 10px;
  }
}
@media (max-width: 360px) {
  .footer ul li:not(:last-child) {
    margin-right: 5px;
  }
}

.modal .close {
  font-weight: 400;
  font-size: 30px;
}
.modal .close:focus {
  outline: none;
}
.modal-body {
  padding: 30px;
}

.modal iframe {
  width: 100%;
  height: calc(100dvh - 160px);
  border: none;
}
.modal.resumePreviewModal .modal-body {
  max-height: 100%;
  height: 100%;
}
.modal-header {
  padding: 22px 22px;
  align-items: center;
}
.modal-header .modal-title {
  font-size: 20px;
  font-weight: 400;
  font-weight: 600;
}
.modal-header .close {
  color: #AEB9C2;
  font-weight: 400;
  font-size: 30px;
}
.modal-header .close:focus {
  outline: none;
}
.modal-header .close:hover {
  color: #8C4B9D;
  opacity: 1 !important;
}
.modal-header .close span {
  line-height: 1;
}
.modal-body {
  padding: 10px 22px;
  max-height: 500px;
  overflow: auto;
}
.modal-body textarea {
  min-height: 120px;
}
.modal-footer {
  padding: 19px 22px 35px;
  flex-wrap: nowrap;
}
.modal-footer .btn {
  width: 100%;
}
@media (max-width: 1439px) {
  .modal-header {
    padding: 15px;
  }
  .modal-header .close {
    font-size: 26px;
  }
  .modal-title {
    font-size: 22px;
  }
  .modal-footer {
    padding: 19px 22px 22px;
  }
  .modal-footer .btn {
    font-size: 16px;
  }
  .modal .form-group {
    margin-bottom: 15px;
  }
}
@media (max-width: 991.98px) {
  .modal .form-group {
    margin-bottom: 10px;
  }
  .modal-title {
    font-size: 20px;
  }
  .modal-header {
    padding: 15px;
  }
  .modal-header .close {
    font-size: 22px;
  }
  .modal-body {
    padding: 10px 15px;
  }
  .modal-body textarea {
    min-height: 100px;
  }
  .modal-footer {
    padding: 15px 15px 15px;
  }
}
.modal .row {
  margin: 0 -7.5px;
}
.modal .row [class*=col-] {
  padding: 0 7.5px;
}
.modal .timeSlot {
  margin: 0 5px;
}
.modal .timeSlot_list {
  background: rgba(140, 75, 157, 0.19);
  color: #8C4B9D;
  font-weight: 400;
  border-radius: 4px;
  font-size: 13px;
  margin-bottom: 12px;
}
.modal .timeSlot_list:not(:last-child) {
  margin-right: 10px;
}
.modal .timeSlot_list span {
  padding: 5px 10px;
  display: inline-block;
}
.modal#resumeUploadModal .file-upload {
  position: relative;
  overflow: hidden;
  display: block;
  cursor: pointer;
  padding: 40px;
  border: 2px dashed #ccc;
  width: calc(100% - 200px);
  border-radius: 5px;
  margin: auto;
  margin-bottom: 5px;
}
.modal#resumeUploadModal .file-upload input {
  height: 100%;
}
.modal#resumeUploadModal .file-upload-file {
  font-size: 14px;
  display: block;
}
.modal#resumeUploadModal .file-upload input[type=file] {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  cursor: pointer;
}
.modal#resumeUploadModal .upload-btn {
  display: inline-block;
  padding: 10px 20px;
  background-color: var(--light-gray);
  border: 1px solid #ddd;
  border-radius: 4px;
  color: var(--dark-gray);
  font-weight: 600;
}
.modal#resumeUploadModal .progress-container {
  margin-top: 15px;
  background-color: #ffffff;
  border-radius: 5px;
  height: 8px;
  overflow: hidden;
}
.modal#resumeUploadModal .progress-bar {
  height: 100%;
  width: 0;
  background: var(--primary-color) !important;
  transition: width 1.5s ease;
  margin: 0;
}
.modal#resumeUploadModal .ai-badge {
  display: inline-flex;
  align-items: center;
  background-color: rgba(74, 108, 247, 0.1);
  color: var(--primary-color);
  padding: 4px 10px;
  border-radius: 15px;
  font-size: 12px;
  font-weight: 600;
}
@media (max-width: 991px) {
  .modal#resumeUploadModal header {
    padding: 15px 20px;
  }
  .modal#resumeUploadModal .resume-upload-screen {
    padding: 0px;
  }
  .modal#resumeUploadModal .processing-section .status {
    margin-top: 0px;
  }
  .modal#resumeUploadModal .file-upload {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .modal#resumeUploadModal .file-upload {
    width: calc(100% - 100px);
  }
  .modal#resumeUploadModal .resume-upload-description, .modal#resumeUploadModal .resume-upload-icon {
    margin-bottom: 15px;
  }
  .modal#resumeUploadModal .resume-upload-title {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .modal#resumeUploadModal h2 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .modal#resumeUploadModal .content {
    padding: 20px;
  }
  .modal#resumeUploadModal .step-number {
    width: 25px;
    height: 25px;
    line-height: 25px;
    margin-right: 3px;
  }
  .modal#resumeUploadModal .resume-upload-btn {
    flex-wrap: wrap;
  }
  .modal#resumeUploadModal .resume-upload-title {
    margin-bottom: 10px;
    font-size: 16px;
  }
  .modal#resumeUploadModal .file-upload {
    width: 100%;
    padding: 20px;
  }
  .modal#resumeUploadModal header {
    padding: 10px 20px;
  }
  .modal#resumeUploadModal header h1 {
    margin-bottom: 5px;
  }
  .modal#resumeUploadModal h1 {
    font-size: 20px;
  }
  .modal#resumeUploadModal .edit-form {
    padding: 15px;
  }
  .modal#resumeUploadModal .form-group label {
    font-size: 14px;
  }
}

.videoPopup .modal-content {
  border-radius: 0 !important;
}
.videoPopup .modal-body .close {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  position: absolute;
  top: -15px;
  right: -15px;
  text-shadow: none;
  background: #8C4B9D;
  color: #ffffff;
  font-size: 15px;
  z-index: 1;
  opacity: 1 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  outline: none;
  box-shadow: none;
}
.videoPopup .modal-body video {
  width: 100%;
  display: block;
  border-radius: 0px;
  position: relative;
}
@media (max-width: 575.98px) {
  .videoPopup .modal-body .close {
    height: 25px;
    width: 25px;
    top: -15px;
    right: -5px;
    font-size: 10px;
  }
}

.shortingModal .modal-body p {
  font-size: 20px;
}
.shortingModal .modal-body .listedUser {
  border-bottom: 1px solid #AEB9C2;
  padding-bottom: 19px;
}
.shortingModal .modal-body .listedUser_avtar {
  width: 73px;
  height: 73px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 13px;
}
.shortingModal .modal-body .listedUser.blocked .listedUser_avtar {
  filter: blur(2px);
}
.shortingModal .modal-body .listedUser_detail h6 {
  font-size: 20px;
  margin-bottom: 5px;
}
.shortingModal .modal-body .listedUser_detail span {
  color: #AEB9C2;
}
@media (max-width: 1439px) {
  .shortingModal .modal-body p {
    font-size: 16px;
  }
  .shortingModal .modal-body .listedUser_avtar {
    width: 63px;
    height: 63px;
  }
}
@media (max-width: 991.98px) {
  .shortingModal .modal-body .listedUser_avtar {
    width: 50px;
    height: 50px;
  }
  .shortingModal .modal-body .listedUser_detail h6 {
    font-size: 18px;
  }
}

.confirmPopup .modal-content .modal-body {
  padding: 30px 25px;
  text-align: center;
}
.confirmPopup .modal-content .modal-body h4 {
  margin-bottom: 10px;
}
.confirmPopup .modal-content .modal-body .btnRow {
  margin-top: 25px;
}
.confirmPopup .modal-content .modal-body .btnRow .btn {
  min-width: 80px;
}
.confirmPopup .modal-content .modal-body .btnRow .btn ~ .btn {
  margin-left: 15px;
}

:root {
  --primary: #2563eb;
  --primary-light: #60a5fa;
  --primary-dark: #1e40af;
  --success: #10b981;
  --warning: #f59e0b;
  --danger: #ef4444;
  --gray-100: #f3f4f6;
  --gray-200: #e5e7eb;
  --gray-300: #d1d5db;
  --gray-400: #9ca3af;
  --gray-500: #6b7280;
  --gray-600: #4b5563;
  --gray-700: #374151;
  --gray-800: #1f2937;
  --gray-900: #111827;
}

/* Candidate cards styling (for demo purposes) */
.JobFitModal {
  /* Modal styling */
  /* Overall score section */
  /* Category scores section */
  /* Skills sections */
  /* Mobile responsive adjustments */
}
.JobFitModal .modal-body {
  max-height: calc(90dvh - 150px);
  overflow-y: auto;
}
.JobFitModal .candidates-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}
.JobFitModal .candidate-card {
  background-color: white;
  border-radius: 0.5rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  padding: 1.5rem;
  position: relative;
  text-align: center;
}
.JobFitModal .candidate-avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: 0 auto 1rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.JobFitModal .candidate-name {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
}
.JobFitModal .candidate-id {
  color: var(--gray-500);
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
}
.JobFitModal .candidate-title {
  color: var(--gray-600);
  font-size: 0.9375rem;
  margin-bottom: 1rem;
}
.JobFitModal .match-score {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--primary);
  color: white;
  font-weight: 600;
  border-radius: 50%;
  cursor: pointer;
  transition: transform 0.15s ease;
}
.JobFitModal .match-score:hover {
  transform: scale(1.05);
}
.JobFitModal .shortlist-btn {
  width: 100%;
  padding: 0.625rem 1rem;
  border: 1px solid var(--primary);
  background-color: white;
  color: var(--primary);
  border-radius: 0.25rem;
  font-weight: 400;
  cursor: pointer;
  transition: all 0.15s ease;
}
.JobFitModal .shortlist-btn:hover {
  background-color: var(--primary);
  color: white;
}
.JobFitModal .modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.JobFitModal .modal-overlay.active {
  opacity: 1;
  visibility: visible;
}
.JobFitModal .modal {
  background-color: white;
  border-radius: 0.5rem;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  width: 95%;
  max-width: 900px;
  max-height: 90vh;
  overflow-y: auto;
  transform: translateY(20px);
  opacity: 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.JobFitModal .modal-overlay.active .modal {
  transform: translateY(0);
  opacity: 1;
}
.JobFitModal .modal-header {
  padding: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--gray-200);
}
.JobFitModal .modal-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--gray-800);
}
.JobFitModal .modal-close {
  background: none;
  border: none;
  font-size: 1.25rem;
  color: var(--gray-500);
  cursor: pointer;
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: background-color 0.15s ease, color 0.15s ease;
}
.JobFitModal .modal-close:hover {
  background-color: var(--gray-100);
  color: var(--gray-700);
}
.JobFitModal .modal-body {
  padding: 1.5rem;
}
.JobFitModal .modal-section {
  margin-bottom: 2rem;
}
.JobFitModal .modal-section-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--gray-800);
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
}
.JobFitModal .modal-section-title i {
  margin-right: 0.5rem;
  color: var(--primary);
}
.JobFitModal .overall-score-container {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-bottom: 1.5rem;
}
.JobFitModal .score-circle-container {
  position: relative;
  width: 140px;
  height: 140px;
}
.JobFitModal .score-circle {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: conic-gradient(var(--primary) calc(var(--score) * 1%), var(--gray-200) 0);
  transform: rotate(-90deg);
}
.JobFitModal .score-circle-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  background-color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.JobFitModal .score-value {
  font-size: 2.25rem;
  font-weight: 600;
  color: var(--gray-800);
  line-height: 1;
}
.JobFitModal .score-label {
  font-size: 0.875rem;
  color: var(--gray-500);
  margin-top: 0.25rem;
}
.JobFitModal .score-summary {
  flex: 1;
}
.JobFitModal .score-summary-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--gray-800);
  margin-bottom: 0.5rem;
}
.JobFitModal .score-summary-description {
  color: var(--gray-600);
  margin-bottom: 1rem;
}
.JobFitModal .recommendation {
  background-color: var(--gray-100);
  border-left: 4px solid var(--primary);
  padding: 1rem;
  border-radius: 0 0.25rem 0.25rem 0;
}
.JobFitModal .category-scores {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 1.5rem;
  margin-top: 1rem;
}
.JobFitModal .category-score-item {
  background-color: var(--gray-100);
  border-radius: 0.5rem;
  padding: 1rem;
}
.JobFitModal .category-score-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.75rem;
}
.JobFitModal .category-score-title {
  font-weight: 400;
  color: var(--gray-700);
}
.JobFitModal .category-score-value {
  font-weight: 600;
  color: var(--gray-900);
}
.JobFitModal .category-score-bar-container {
  width: 100%;
  height: 0.5rem;
  background-color: var(--gray-200);
  border-radius: 9999px;
  overflow: hidden;
}
.JobFitModal .category-score-bar {
  height: 100%;
  background-color: var(--primary);
  border-radius: 9999px;
}
.JobFitModal .skills-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
}
.JobFitModal .skills-list {
  list-style-type: none;
}
.JobFitModal .skills-list li {
  display: flex;
  margin-bottom: 0.75rem;
  align-items: flex-start;
}
.JobFitModal .skills-list li i {
  color: var(--success);
  margin-right: 0.5rem;
  margin-top: 0.25rem;
}
.JobFitModal .skills-list.missing-skills li i {
  color: var(--danger);
}
.JobFitModal .strengths-gaps-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}
.JobFitModal .strength-gap-section {
  background-color: var(--gray-100);
  border-radius: 0.5rem;
  padding: 1.5rem;
}
.JobFitModal .strengths-header, .JobFitModal .gaps-header {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.JobFitModal .strengths-icon, .JobFitModal .gaps-icon {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1rem;
}
.JobFitModal .strengths-icon {
  background-color: rgba(16, 185, 129, 0.1);
}
.JobFitModal .strengths-icon i {
  color: var(--success);
  font-size: 1.25rem;
}
.JobFitModal .gaps-icon {
  background-color: rgba(239, 68, 68, 0.1);
}
.JobFitModal .gaps-icon i {
  color: var(--danger);
  font-size: 1.25rem;
}
.JobFitModal .strengths-title, .JobFitModal .gaps-title {
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--gray-800);
}
.JobFitModal .strengths-gaps-list {
  list-style-type: none;
}
.JobFitModal .strengths-gaps-list li {
  display: flex;
  margin-bottom: 0.75rem;
  align-items: flex-start;
}
.JobFitModal .strengths-gaps-list li i {
  margin-right: 0.5rem;
  margin-top: 0.25rem;
  flex-shrink: 0;
}
.JobFitModal .strengths-list li i {
  color: var(--success);
}
.JobFitModal .gaps-list li i {
  color: var(--danger);
}
.JobFitModal .role-alignment {
  background-color: var(--gray-100);
  border-radius: 0.5rem;
  padding: 1.5rem;
  margin-top: 1.5rem;
}
.JobFitModal .role-alignment-title {
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: var(--gray-800);
}
@media (max-width: 768px) {
  .JobFitModal .overall-score-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .JobFitModal .category-scores {
    grid-template-columns: 1fr;
  }
  .JobFitModal .skills-container {
    grid-template-columns: 1fr;
  }
}

.input-group {
  display: flex;
  align-items: center;
  background-color: #fefefe;
  border: 1px solid #C3CCD3;
  border-radius: 4px;
  padding: 0px 0px 0px 12px;
  transition: all 0.2s ease;
  position: relative;
  /* Hide the "Correct" text by default, show only when checked */
}
.input-group:hover {
  background-color: #f9fafb;
  border-color: #d1d5db;
}
.input-group:has(input[type=radio]:checked) {
  background-color: #f0fdf4;
  border-color: #22c55e;
}
.input-group:has(input[type=radio]:checked):hover {
  background-color: #ecfdf5;
  border-color: #16a34a;
}
.input-group input[type=radio] {
  width: 20px;
  height: 20px;
  margin: 0;
  cursor: pointer;
  accent-color: #22c55e;
}
.input-group .input-group-prepend span {
  font-size: 16px;
  color: #374151;
  font-weight: 400;
  white-space: nowrap;
}
.input-group .form-control {
  border: none;
  background: transparent;
  font-size: 16px;
  color: #374151;
  font-weight: 400;
  outline: none;
  flex: 1;
  padding: 4px 8px;
  border-radius: 4px;
  height: 40px;
}
.input-group .form-control::-moz-placeholder {
  color: #9ca3af;
}
.input-group .form-control::placeholder {
  color: #9ca3af;
}
.input-group .form-control:focus {
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 2px rgba(34, 197, 94, 0.2);
}
.input-group .input-group-prepend span {
  display: none;
}
.input-group .input-group:has(input[type=radio]:checked) .input-group-prepend span {
  display: none; /* Keep hidden as we use ::after for the badge */
}

.authPage__wrapper {
  min-height: calc(100vh - 85px);
}
.authPage__left {
  flex: 1 1 45%;
  max-width: 45%;
}
.authPage__left .authTop {
  background-image: url("../../images/auth-curve.png");
  background-repeat: no-repeat;
  padding: 75px 170px 75px;
  background-size: cover;
  margin-bottom: 40px;
}
.authPage__left .authTop h1 {
  font-size: 36px;
  margin-bottom: 0px;
  font-weight: lighter;
}
.authPage__left .authTop h1 span {
  font-weight: 400;
}
.authPage__left .authTop .divider {
  height: 1px;
  background: #ffffff;
  margin: 8px 0;
}
.authPage__left .authTop p {
  font-weight: lighter;
  line-height: 23px;
}
.authPage__left .authMiddle {
  padding: 0 170px;
  margin-bottom: 15px;
}
.authPage__left .authMiddle .welcomeMsg {
  color: #6F6771;
}
.authPage__left .authMiddle h2 {
  font-size: 36px;
  margin-bottom: 25px;
}
.authPage__left .authMiddle .veryfyMsg {
  font-size: 18px;
  color: #707070;
}
.authPage__left .authMiddle .userOtp {
  background: rgba(246, 246, 246, 0.5);
  border-radius: 5px;
  padding: 35px 15px;
}
.authPage__left .authMiddle .userOtp .form-control {
  height: 62px;
  width: 64px;
  border-radius: 0;
  font-size: 26px;
  font-weight: 500;
  text-align: center;
  border-width: 0 0 2px 0;
}
.authPage__left .authMiddle .userOtp .form-control:not(:last-child) {
  margin-right: 20px;
}
.authPage__left .authMiddle .userOtp .form-control:not(:empty) {
  border-color: #000000;
}
.authPage__left .authFooter {
  background-image: url("../../images/footer-bg.png");
  padding: 30px 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.authPage__left .authFooter p {
  font-size: 14px;
}
.authPage__left .authFooter span {
  color: #C3CCD3;
}
.authPage__left .authFooter a {
  color: #000000;
}
.authPage__left .authFooter a:hover, .authPage__left .authFooter a:focus {
  color: #8C4B9D;
}
.authPage__left .form-group .form-control {
  border-color: #707070;
}
.authPage__left .form-group .form-control:focus {
  border-color: #8C4B9D;
}
.authPage__right {
  flex: 1 1 55%;
  max-width: 55%;
}
.authPage__right .swiper {
  height: 100%;
}
.authPage__right .swiper .slideContent {
  background: #000000;
  min-height: 155px;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  z-index: 1;
  padding: 30px 220px 30px 70px;
}
.authPage__right .swiper .slideContent h4 {
  margin: 0;
  font-size: 40px;
  color: #ffffff;
  font-weight: 300;
}
.authPage__right .swiper .swiper-slide {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.authPage__right .swiper .swiper-slide img {
  height: calc(100vh - 85px);
  width: 100%;
}
.authPage__right .swiper .swiper-button {
  position: absolute;
  height: 52px;
  width: 52px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  color: #ffffff;
  top: auto;
  right: 70px;
  bottom: 66px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000000;
}
.authPage__right .swiper .swiper-button:after {
  display: none;
}
.authPage__right .swiper .swiper-button-prev {
  left: auto;
  right: 145px;
}
.authPage__right .swiper .swiper-button-next:before {
  content: "";
  position: absolute;
  height: 25px;
  width: 1px;
  background: #ffffff;
  left: -12px;
  top: 50%;
  transform: translate(0, -50%);
}
.authPage__right .swiper .swiper-pagination {
  width: auto;
  right: 120px;
  left: auto;
  bottom: 30px;
  font-weight: lighter;
  color: #808080;
  background: #000000;
}
.authPage__right .swiper .swiper-pagination .swiper-pagination-current {
  font-size: 24px;
  color: #ffffff;
}
@media (max-width: 1699px) {
  .authPage__wrapper {
    min-height: calc(100vh - 75px);
  }
  .authPage__left .authTop {
    padding: 50px 140px 105px;
  }
  .authPage__left .authMiddle {
    padding: 0 140px;
  }
  .authPage__left .authMiddle h2 {
    font-size: 28px;
    margin-bottom: 25px;
  }
  .authPage__left .authMiddle .userOtp {
    padding: 25px 15px;
  }
  .authPage__left .authMiddle .userOtp .form-control {
    height: 56px;
    width: 60px;
    font-size: 24px;
  }
  .authPage__left .authFooter {
    padding: 25px 0;
  }
  .authPage__right .swiper .slideContent {
    padding: 25px 170px 25px 50px;
    min-height: 140px;
  }
  .authPage__right .swiper .slideContent h4 {
    font-size: 36px;
  }
  .authPage__right .swiper .swiper-slide img {
    height: calc(100vh - 75px);
  }
  .authPage__right .swiper .swiper-button {
    height: 45px;
    width: 45px;
    right: 50px;
    font-size: 12px;
  }
  .authPage__right .swiper .swiper-button:after {
    display: none;
  }
  .authPage__right .swiper .swiper-button-prev {
    left: auto;
    right: 115px;
  }
  .authPage__right .swiper .swiper-pagination {
    right: 90px;
    bottom: 30px;
  }
  .authPage__right .swiper .swiper-pagination .swiper-pagination-current {
    font-size: 20px;
  }
}
@media (max-width: 1599px) {
  .authPage__left .authTop {
    padding: 40px 70px 115px;
  }
  .authPage__left .authTop h1 {
    font-size: 28px;
  }
  .authPage__left .authMiddle {
    padding: 0 70px;
  }
  .authPage__left .authMiddle h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .authPage__left .authMiddle .veryfyMsg {
    font-size: 16px;
  }
  .authPage__left .authFooter {
    padding: 20px 0;
  }
  .authPage__right .swiper .slideContent {
    padding: 20px 150px 20px 40px;
    min-height: 120px;
  }
  .authPage__right .swiper .slideContent h4 {
    font-size: 32px;
  }
  .authPage__right .swiper .swiper-button {
    right: 40px;
    bottom: 55px;
  }
  .authPage__right .swiper .swiper-button-prev {
    left: auto;
    right: 105px;
  }
  .authPage__right .swiper .swiper-pagination {
    right: 80px;
    bottom: 25px;
  }
}
@media (max-width: 1399px) {
  .authPage__left .authTop {
    padding: 45px 30px 105px;
  }
  .authPage__left .authTop h1 {
    font-size: 24px;
  }
  .authPage__left .authMiddle {
    padding: 0 30px;
  }
  .authPage__left .authMiddle h2 {
    font-size: 22px;
    margin-bottom: 15px;
  }
  .authPage__left .authMiddle .userOtp .form-control {
    height: 50px;
    width: 50px;
    font-size: 20px;
  }
  .authPage__left .authMiddle .userOtp .form-control:not(:last-child) {
    margin-right: 15px;
  }
  .authPage__left .authFooter {
    padding: 15px 0;
  }
  .authPage__right .swiper .slideContent {
    padding: 15px 140px 15px 40px;
    min-height: 100px;
  }
  .authPage__right .swiper .slideContent h4 {
    font-size: 28px;
  }
  .authPage__right .swiper .swiper-button {
    right: 40px;
    bottom: 45px;
    height: 36px;
    width: 36px;
    font-size: 10px;
  }
  .authPage__right .swiper .swiper-button-prev {
    left: auto;
    right: 89px;
  }
  .authPage__right .swiper .swiper-button-next:before {
    height: 22px;
    left: -8px;
  }
  .authPage__right .swiper .swiper-pagination {
    right: 65px;
    bottom: 12px;
  }
}
@media (max-width: 1199.98px) {
  .authPage__wrapper {
    min-height: calc(100vh - 65px);
  }
  .authPage__left .authTop {
    padding: 25px 25px 75px;
  }
  .authPage__left .authTop h1 {
    font-size: 22px;
  }
  .authPage__left .authTop p {
    line-height: 21px;
  }
  .authPage__left .authMiddle {
    padding: 0 25px;
  }
  .authPage__left .authMiddle h2 {
    font-size: 20px;
  }
  .authPage__right .swiper .slideContent {
    padding: 15px 110px 15px 25px;
    min-height: 88px;
  }
  .authPage__right .swiper .slideContent h4 {
    font-size: 24px;
  }
  .authPage__right .swiper .swiper-button {
    right: 25px;
    bottom: 45px;
    height: 30px;
    width: 30px;
    font-size: 8px;
  }
  .authPage__right .swiper .swiper-button-prev {
    left: auto;
    right: 70px;
  }
  .authPage__right .swiper .swiper-button-next:before {
    height: 18px;
  }
  .authPage__right .swiper .swiper-pagination {
    right: 49px;
  }
}
@media (max-width: 991.98px) {
  .authPage__wrapper {
    min-height: calc(100vh - 55px);
  }
  .authPage__left, .authPage__right {
    flex: 1 1 50%;
    max-width: 50%;
  }
  .authPage__left .authTop {
    padding: 20px 20px 60px;
  }
  .authPage__left .authTop p {
    line-height: 20px;
  }
  .authPage__left .authMiddle {
    padding: 15px 20px 0;
  }
  .authPage__left .authMiddle h2 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .authPage__left .authMiddle .veryfyMsg {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .authPage__left .authMiddle .userOtp {
    padding: 20px 15px;
  }
  .authPage__left .authMiddle .userOtp .form-control {
    height: 45px;
    width: 45px;
    font-size: 18px;
    border-width: 0 0 1px 0;
  }
  .authPage__right .swiper .slideContent {
    padding: 10px 95px 15px 15px;
    min-height: 75px;
  }
  .authPage__right .swiper .slideContent h4 {
    font-size: 20px;
  }
  .authPage__right .swiper .swiper-button {
    right: 15px;
    bottom: 37px;
    height: 30px;
    width: 30px;
    font-size: 8px;
  }
  .authPage__right .swiper .swiper-button-prev {
    left: auto;
    right: 60px;
  }
  .authPage__right .swiper .swiper-button-next:before {
    height: 15px;
  }
  .authPage__right .swiper .swiper-pagination {
    right: 38px;
    bottom: 5px;
  }
}
@media (max-width: 767.98px) {
  .authPage__wrapper {
    min-height: inherit;
  }
  .authPage__left {
    flex: 1 1 100%;
    max-width: 100%;
  }
  .authPage__left .authTop {
    padding: 20px 30px;
    background: #8C4B9D;
  }
  .authPage__left .authTop h1 {
    font-size: 20px;
  }
  .authPage__left .authMiddle {
    padding: 20px 30px;
    margin: 0;
  }
  .authPage__left .authFooter {
    background: #8C4B9D;
  }
  .authPage__right {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .authPage__left .authTop, .authPage__left .authMiddle {
    padding: 20px;
  }
  .authPage__left .authFooter {
    padding: 10px 0;
  }
  .authPage__left .authTop h1 {
    font-size: 18px;
  }
  .authPage__right {
    display: none;
  }
}

.qusetionPage_inner {
  min-height: calc(100vh - 149px);
}
.qusetionPage_left {
  width: 716px;
  flex-shrink: 0;
  background-color: #ffffff;
  padding: 45px 100px;
}
.qusetionPage_left ul li {
  position: relative;
}
.qusetionPage_left ul li:not(:last-child) {
  margin-bottom: 38px;
}
.qusetionPage_left ul li:not(:last-child)::before {
  content: "";
  border-left: 1px dashed #C6C6C6;
  position: absolute;
  height: 100%;
  bottom: -40px;
  left: 20px;
}
.qusetionPage_left ul li.active .progress {
  background-color: #8C4B9D;
  border-color: #8C4B9D;
  color: #ffffff;
}
.qusetionPage_left ul li.active h2 {
  color: #8C4B9D;
  font-weight: 400;
}
.qusetionPage_left ul li.is-skip:not(:last-child)::before, .qusetionPage_left ul li.is-done:not(:last-child)::before {
  border-color: #4B9D7D;
}
.qusetionPage_left ul li.is-skip .progress-content h2, .qusetionPage_left ul li.is-done .progress-content h2 {
  color: #4B9D7D;
}
.qusetionPage_left ul li.is-skip .progress-content p, .qusetionPage_left ul li.is-done .progress-content p {
  display: block;
}
.qusetionPage_left ul li.is-done.complete .num {
  display: none;
}
.qusetionPage_left ul li.is-done.complete .progress {
  background-color: #4B9D7D;
  border-color: #4B9D7D;
  color: #ffffff;
}
.qusetionPage_left ul li.is-done.complete .progress .icon {
  display: block;
}
.qusetionPage_left ul li.is-done.running .pie_progress {
  display: block;
}
.qusetionPage_left ul li.is-done.running .pie_progress_num {
  color: #4B9D7D;
}
.qusetionPage_left ul li.is-done.running .progress {
  display: none;
}
.qusetionPage_left ul li.is-done.running:not(:last-child)::before {
  border-color: #4B9D7D;
}
.qusetionPage_left ul li.is-done.running .progress-content h2 {
  color: #4B9D7D;
}
.qusetionPage_left ul li.is-done.running .progress-content p {
  display: block;
}
.qusetionPage_left .progress {
  width: 40px;
  height: 40px;
  line-height: 36px;
  position: relative;
  text-align: center;
  display: block;
  flex-shrink: 0;
  font-size: 20px;
  color: #7e7e7e;
  border-radius: 50%;
  background-color: #ffffff;
  border: 1px solid #7e7e7e;
}
.qusetionPage_left .progress .icon {
  display: none;
  line-height: 38px;
}
.qusetionPage_left .progress-content {
  width: calc(100% - 40px);
  margin-left: 15px;
}
.qusetionPage_left .progress-content h2 {
  font-size: 20px;
  margin-bottom: 0px;
}
.qusetionPage_left .progress-content p {
  font-size: 14px;
  color: #B2B2B2;
  display: none;
  line-height: 16px;
  margin-bottom: 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.qusetionPage_left .pie_progress {
  position: relative;
  text-align: center;
  transform-style: preserve-3d;
  width: 40px;
  background-color: #ffffff;
  border-radius: 50%;
  display: none;
  flex-shrink: 0;
}
.qusetionPage_left .pie_progress__svg {
  position: relative;
  display: inline-block;
  width: 100%;
  padding-bottom: 100%;
  vertical-align: middle;
}
.qusetionPage_left .pie_progress__svg svg {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  overflow: inherit;
  margin: 0 auto;
}
.qusetionPage_left .pie_progress__svg svg ellipse {
  fill: none;
  stroke-width: 1px;
  stroke: #7e7e7e;
}
.qusetionPage_left .pie_progress__svg svg path {
  fill: none;
  stroke-width: 8px;
  stroke: #4B9D7D;
  stroke-linecap: round;
}
.qusetionPage_left .pie_progress_num {
  left: 0;
  font-size: 20px;
  color: #7e7e7e;
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.qusetionPage_right {
  padding: 40px 50px;
  width: calc(100% - 716px);
}
.qusetionPage_form:not(:first-of-type) {
  display: none;
}
.qusetionPage_form_head {
  margin-bottom: 24px;
}
.qusetionPage_form_head h2 {
  font-size: 42px;
  font-weight: lighter;
  margin-bottom: 0px;
}
.qusetionPage_form_head .qusTitle {
  border-left: 1px solid #C6C6C6;
  padding-left: 15px;
  margin-left: 15px;
}
.qusetionPage_form_head .qusTitle_txt {
  color: #C3CCD3;
  font-size: 16px;
  position: relative;
}
.qusetionPage_form_head .qusTitle_txt:first-child span {
  background-color: #4B9D7D;
}
.qusetionPage_form_head .qusTitle_txt span {
  width: 22px;
  height: 22px;
  line-height: 20px;
  color: #ffffff;
  font-size: 14px;
  border-radius: 50%;
  text-align: center;
  background-color: #C3CCD3;
  display: inline-block;
}
.qusetionPage_form_head .qusTitle_txt:not(:last-child) {
  padding-right: 18px;
  margin-right: 8px;
}
.qusetionPage_form_head .qusTitle_txt:not(:last-child)::before {
  content: "";
  background-color: #C3CCD3;
  height: 1px;
  width: 14px;
  right: 0px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.qusetionPage_form_head .qusProgress {
  margin-top: 10px;
}
.qusetionPage_form_head .qusProgress h3 {
  color: #525252;
  font-size: 14px;
  margin-bottom: 3px;
}
.qusetionPage_form_head .qusProgress h3 span {
  font-weight: 400;
  color: #4B9D7D;
}
.qusetionPage_form_head .progress {
  position: relative;
  background-color: transparent;
}
.qusetionPage_form_head .progress::before {
  content: "";
  left: 0px;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #C3CCD3;
}
.qusetionPage_form_head .progress-bar {
  height: 5px;
  left: 0;
  background-color: #4B9D7D;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 60px;
}
.qusetionPage_form_body {
  margin-bottom: 40px;
}
.qusetionPage_form_body .qusList_item {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #EFEFEF;
  border-radius: 4px;
  padding: 24px 18px 27px 65px;
}
.qusetionPage_form_body .qusList_item::before {
  content: "";
  background-color: #EFEFEF;
  position: absolute;
  top: 0px;
  left: 36px;
  width: 1px;
  height: 100%;
}
.qusetionPage_form_body .qusList_item:not(:last-child) {
  margin-bottom: 20px;
}
.qusetionPage_form_body .qusList_item h4 {
  font-size: 18px;
  margin-bottom: 15px;
  line-height: 22px;
}
.qusetionPage_form_body .qusList_item .num {
  width: 36px;
  height: 36px;
  line-height: 34px;
  color: #ffffff;
  font-size: 20px;
  font-weight: lighter;
  background-color: #000000;
  position: absolute;
  text-align: center;
  display: inline-block;
  top: 18px;
  left: 18px;
  border-radius: 50px;
}
.qusetionPage_form_body .qusList_item .custom-radio {
  padding-left: 32px;
}
.qusetionPage_form_body .qusList_item .custom-control-input:checked ~ .custom-control-label {
  color: #6F6771;
  font-weight: 400;
}
.qusetionPage_form_body .qusList_item .custom-control-input:checked ~ .custom-control-label:after {
  background-color: #8C4B9D;
}
.qusetionPage_form_body .qusList_item .custom-control-input:checked ~ .custom-control-label:before {
  border-color: #8C4B9D;
}
.qusetionPage_form_body .qusList_item .custom-control {
  display: inline-block;
  margin-bottom: 5px;
  min-width: 155px;
}
.qusetionPage_form_body .qusList_item .custom-control:not(:last-child) {
  margin-right: 25px;
}
.qusetionPage_form_body .qusList_item .custom-control .custom-control-label {
  font-size: 16px;
  color: #6F6771;
  line-height: 26px;
}
.qusetionPage_form_body .qusList_item .custom-control .custom-control-label::before {
  height: 24px;
  width: 24px;
  border-color: #C3CCD3;
}
.qusetionPage_form_body .qusList_item .custom-control .custom-control-label::after {
  width: 16px;
  height: 16px;
  left: 4px;
  top: 6px;
  background-color: transparent;
}
.qusetionPage_form_footer {
  padding-top: 30px;
  border-top: 1px solid #C6C6C6;
}
.qusetionPage_form_footer .skip-btn {
  font-size: 18px;
  color: #6F6771;
  margin-right: 30px;
  display: inline-block;
}
@media (min-width: 992px) {
  .qusetionPage_left ul {
    position: fixed;
  }
}
@media (max-width: 1700px) {
  .qusetionPage_left {
    width: 480px;
    padding: 45px 50px;
  }
  .qusetionPage_right {
    width: calc(100% - 480px);
  }
}
@media (max-width: 1599px) {
  .qusetionPage_left {
    width: 400px;
    padding: 30px;
  }
  .qusetionPage_left .progress {
    width: 30px;
    height: 30px;
    line-height: 26px;
    font-size: 16px;
  }
  .qusetionPage_left .progress .icon {
    line-height: 27px;
  }
  .qusetionPage_left .pie_progress {
    width: 30px;
    height: 30px;
  }
  .qusetionPage_left .pie_progress_num {
    font-size: 16px;
  }
  .qusetionPage_left ul li:not(:last-child) {
    margin-bottom: 30px;
  }
  .qusetionPage_left ul li:not(:last-child):before {
    bottom: -30px;
    left: 15px;
  }
  .qusetionPage_left .progress-content h2 {
    font-size: 16px;
  }
  .qusetionPage_right {
    width: calc(100% - 400px);
    padding: 30px;
  }
  .qusetionPage_form_head {
    margin-bottom: 15px;
  }
  .qusetionPage_form_head h2 {
    font-size: 30px;
  }
  .qusetionPage_form_body {
    margin-bottom: 30px;
  }
  .qusetionPage_form_body .qusList_item {
    padding: 15px 15px 15px 60px;
  }
  .qusetionPage_form_body .qusList_item:before {
    left: 30px;
  }
  .qusetionPage_form_body .qusList_item .num {
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 18px;
    top: 13px;
    left: 15px;
  }
  .qusetionPage_form_body .qusList_item .custom-control .custom-control-label:before {
    height: 20px;
    width: 20px;
    top: 3px;
  }
  .qusetionPage_form_body .qusList_item .custom-control .custom-control-label:after {
    width: 12px;
    height: 12px;
    top: 7px;
  }
}
@media (max-width: 1199.98px) {
  .qusetionPage_left {
    width: 330px;
    padding: 25px;
  }
  .qusetionPage_left .progress-content {
    margin-left: 12px;
  }
  .qusetionPage_left .progress-content h2 {
    margin-bottom: 2px;
  }
  .qusetionPage_right {
    padding: 25px;
    width: calc(100% - 330px);
  }
  .qusetionPage_form_head h2 {
    font-size: 24px;
  }
  .qusetionPage_form_head .qusTitle_txt span {
    font-size: 12px;
  }
  .qusetionPage_form_body {
    margin-bottom: 20px;
  }
  .qusetionPage_form_body .qusList_item {
    padding: 15px 15px 15px 55px;
  }
  .qusetionPage_form_body .qusList_item:not(:last-child) {
    margin-bottom: 15px;
  }
  .qusetionPage_form_body .qusList_item h4 {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 20px;
  }
  .qusetionPage_form_body .qusList_item .num {
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    left: 17px;
    top: 15px;
  }
  .qusetionPage_form_body .qusList_item .custom-control:not(:last-child) {
    margin-right: 15px;
  }
  .qusetionPage_form_body .qusList_item .custom-control .custom-control-label:before {
    height: 16px;
    width: 16px;
    top: 5px;
  }
  .qusetionPage_form_body .qusList_item .custom-control .custom-control-label:after {
    width: 8px;
    height: 8px;
    top: 9px;
  }
  .qusetionPage_form_body .qusList_item .custom-radio {
    padding-left: 25px;
  }
  .qusetionPage_form_footer {
    padding-top: 20px;
  }
  .qusetionPage_form_footer .skip-btn {
    font-size: 16px;
    margin-right: 15px;
  }
}
@media (max-width: 991.98px) {
  .qusetionPage_inner {
    padding: 15px;
  }
  .qusetionPage_left, .qusetionPage_right {
    width: 100%;
  }
  .qusetionPage_left {
    padding: 15px;
    margin-bottom: 15px;
  }
  .qusetionPage_left ul {
    padding-bottom: 10px;
    display: block;
    overflow-x: auto;
    width: 100%;
    white-space: nowrap;
    text-align: center;
  }
  .qusetionPage_left ul li {
    text-align: center;
    width: 100%;
    max-width: 150px;
    padding: 10px 5px;
    display: inline-block;
  }
  .qusetionPage_left ul li:not(:last-child) {
    margin-bottom: 0px;
  }
  .qusetionPage_left ul li:not(:last-child)::before {
    border-bottom: 1px dashed #C6C6C6;
    border-left: none;
    height: 1px;
    width: 100%;
    top: 25px;
    bottom: inherit;
    left: 50%;
  }
  .qusetionPage_left ul li h2 {
    white-space: normal;
  }
  .qusetionPage_left .progress, .qusetionPage_left .pie_progress {
    margin: 0 auto 10px;
  }
  .qusetionPage_left .progress-content {
    margin-left: 0px;
    width: 100%;
  }
  .qusetionPage_left .progress-content h2 {
    font-size: 15px;
  }
  .qusetionPage_right {
    padding: 0px;
  }
  .qusetionPage_form_head h2 {
    font-size: 20px;
  }
  .qusetionPage_form_head .progress-bar {
    height: 3px;
  }
  .qusetionPage_form_head .qusTitle {
    padding-left: 10px;
    margin-left: 10px;
  }
  .qusetionPage_form_head .qusTitle_txt {
    font-size: 13px;
  }
  .qusetionPage_form_head .qusTitle_txt span {
    font-size: 10px;
    width: 19px;
    height: 19px;
  }
  .qusetionPage_form_body {
    margin-bottom: 20px;
  }
  .qusetionPage_form_footer {
    padding-top: 20px;
  }
}
@media (max-width: 767.98px) {
  .qusetionPage_left .progress-content h2 {
    font-size: 13px;
  }
  .qusetionPage_left .progress-content p {
    font-size: 12px;
  }
  .qusetionPage_form_head h2 {
    margin-bottom: 10px;
  }
  .qusetionPage_form_head .qusTitle {
    border-left: none;
    padding-left: 0px;
    margin-left: 0px;
  }
  .qusetionPage_form_body .qusList_item .custom-control .custom-control-label {
    font-size: 14px;
  }
}
@media (max-width: 479px) {
  .qusetionPage_form_footer {
    padding-top: 15px;
  }
  .qusetionPage_form_footer .btn {
    height: 35px;
    font-size: 13px;
    padding: 8px 12px;
  }
  .qusetionPage_form_footer .skip-btn {
    font-size: 13px;
    margin-right: 8px;
  }
}

.dashboardPage {
  padding: 40px 0 50px;
}
.dashboardPage__cnt .innerTitle {
  margin-bottom: 15px;
}
.dashboardPage__cnt .innerTitle h3 {
  font-size: 20px;
  flex: 1;
  padding-right: 5px;
}
.dashboardPage__cnt .customRow {
  margin-left: -7.5px;
  margin-right: -7.5px;
}
.dashboardPage__cnt .customRow__right .row {
  margin: 0 -7.5px;
}
.dashboardPage__cnt .customRow__right .row [class*=col-] {
  padding: 0 7.5px;
}
.dashboardPage__cnt .customRow__right .card-box {
  padding: 23px 15px;
  height: calc(100% - 25px);
  margin-bottom: 25px;
}
.dashboardPage__cnt .customRow__right .card-box .icon {
  width: 66px;
  height: 66px;
  background: #ffffff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  font-size: 25px;
}
.dashboardPage__cnt .customRow__right .card-box .icon--brife {
  background: #F1E2F5;
  color: #8C4B9D;
}
.dashboardPage__cnt .customRow__right .card-box .icon--shortlist {
  background: #DBEAF4;
  color: #59B0E2;
}
.dashboardPage__cnt .customRow__right .card-box .icon--appoint {
  background: #E2F5ED;
  color: #3EA787;
}
.dashboardPage__cnt .customRow__right .card-box .icon--activity {
  background: #FCE6DF;
  color: #F67A53;
}
.dashboardPage__cnt .customRow__right .card-box .detail {
  flex: 1;
}
.dashboardPage__cnt .customRow__right .card-box .detail p {
  margin-bottom: 0;
  font-size: 18px;
  color: #6F6771;
}
.dashboardPage__cnt .customRow__right .card-box .detail h3 {
  font-size: 40px;
}
.dashboardPage__cnt .customRow__right .growthChart {
  margin-bottom: 25px;
}
.dashboardPage__cnt .customRow__right .growthChart {
  padding: 15px;
}
.dashboardPage__cnt .customRow__right .growthChart #timeline {
  height: 353px;
  display: flex;
  align-items: center;
}
.dashboardPage__cnt .customRow__right .growthChart g text[font-weight=bold] + text[font-weight=bold] {
  display: none;
}
.dashboardPage__cnt .customRow__right .growthChart g rect[ry="2"] {
  height: 8px;
  transform: translate(0px, 9px);
  border-radius: 0;
}
.dashboardPage__cnt .customRow__right .growthChart g text[text-anchor=end] {
  font-weight: 400;
  font-size: 14px;
  color: #6F6771;
  fill: #6F6771;
}
.dashboardPage__cnt .customRow__right .upcomingBox {
  padding: 15px 15px 15px 20px;
  max-height: 368px;
}
.dashboardPage__cnt .customRow__right .upcomingBox__list {
  display: flex;
}
.dashboardPage__cnt .customRow__right .upcomingBox__list .appointmentTime {
  color: #AEB9C2;
  font-size: 14px;
}
.dashboardPage__cnt .customRow__right .upcomingBox__list .appointmentContent {
  padding-left: 20px;
  max-width: calc(100% - 83px);
}
.dashboardPage__cnt .customRow__right .upcomingBox__list h4 {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 5px;
}
.dashboardPage__cnt .customRow__right .upcomingBox__list ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
.dashboardPage__cnt .customRow__right .upcomingBox__list ul li {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 3px;
}
.dashboardPage__cnt .customRow__right .upcomingBox__list ul li span {
  color: #AEB9C2;
  margin-right: 3px;
}
.dashboardPage__cnt .customRow__right .upcomingBox__list ul li:first-child:after {
  content: "";
  height: 19px;
  width: 1px;
  background: #AEB9C2;
  margin: 0 15px;
}
.dashboardPage__cnt .customRow__right .upcomingBox__list:not(:last-child) {
  padding-bottom: 7px;
  margin-bottom: 8px;
  border-bottom: 1px solid #EDF0F2;
}
.dashboardPage__cnt .customRow__right .upcomingBox.mCustomScrollbar .mCSB_inside > .mCSB_container {
  margin-right: 18px !important;
}
.dashboardPage__cnt .customRow__right .recentActivity {
  padding: 20px 15px 20px 20px;
  max-height: 375px;
}
.dashboardPage__cnt .customRow__right .recentActivity__list {
  display: flex;
}
.dashboardPage__cnt .customRow__right .recentActivity__list img {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  margin-right: 20px;
}
.dashboardPage__cnt .customRow__right .recentActivity__list p {
  margin-bottom: 4px;
}
.dashboardPage__cnt .customRow__right .recentActivity__list strong {
  font-weight: 500;
  color: #000000;
}
.dashboardPage__cnt .customRow__right .recentActivity__list span {
  color: #C3CCD3;
}
.dashboardPage__cnt .customRow__right .recentActivity__list span em {
  font-size: 18px;
  vertical-align: text-bottom;
}
.dashboardPage__cnt .customRow__right .recentActivity__list:not(:last-child) {
  margin-bottom: 10px;
}
.dashboardPage__cnt .customRow__right .recentActivity__list:not(:last-child) .content {
  border-bottom: 1px solid #EDF0F2;
  padding-bottom: 10px;
  width: 100%;
}
.dashboardPage__cnt .customRow__right .recentActivity.mCustomScrollbar .mCSB_inside > .mCSB_container {
  margin-right: 18px !important;
}
.dashboardPage__cnt .customRow__right .suggestNeds .media {
  padding: 32px 20px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  position: relative;
}
.dashboardPage__cnt .customRow__right .suggestNeds .media__img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin-bottom: 12px;
}
.dashboardPage__cnt .customRow__right .suggestNeds .media__img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.dashboardPage__cnt .customRow__right .suggestNeds .media__img.blocked img {
  -o-object-fit: cover;
     object-fit: cover;
  filter: blur(2px);
}
.dashboardPage__cnt .customRow__right .suggestNeds .media__body {
  text-align: center;
  width: 100%;
  min-height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.dashboardPage__cnt .customRow__right .suggestNeds .media__body h5 {
  font-size: 20px;
}
.dashboardPage__cnt .customRow__right .suggestNeds .media__body p {
  font-size: 14px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  -moz-line-clamp: 2;
  -ms-line-clamp: 2;
  -o-line-clamp: 2;
  text-overflow: ellipsis;
  color: #C3CCD3;
}
.dashboardPage__cnt .customRow__right .suggestNeds .media__body .address {
  color: #6F6771;
  margin-bottom: 12px;
  justify-content: center;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  -moz-line-clamp: 2;
  -ms-line-clamp: 2;
  -o-line-clamp: 2;
  text-overflow: ellipsis;
}
.dashboardPage__cnt .customRow__right .suggestNeds .media__body .address em {
  margin-right: 2px;
  position: relative;
  top: 3px;
}
.dashboardPage__cnt .customRow__right .suggestNeds .media__body .btn {
  margin-top: auto;
}
.dashboardPage__cnt .customRow__right .suggestNeds .media__body .userId {
  margin-bottom: 5px;
}
.dashboardPage__cnt .customRow__right .suggestNeds .media .experience {
  position: absolute;
  right: 6px;
  top: 6px;
  background: #59B0E2;
  display: inline-block;
  border-radius: 13px;
  padding: 1px 10px;
  color: #ffffff;
}
.dashboardPage__cnt .customRow__right .suggestNeds .swiper .swiper-button {
  height: 48px;
  width: 48px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: -3px 0 14px rgba(0, 0, 0, 0.17);
  color: #000000;
  font-size: 12px;
}
.dashboardPage__cnt .customRow__right .suggestNeds .swiper .swiper-button:after {
  display: none !important;
}
.dashboardPage__cnt .customRow__right .suggestNeds .swiper .swiper-button.swiper-button-next {
  right: -20px;
}
.dashboardPage__cnt .customRow__right .suggestNeds .swiper .swiper-button.swiper-button-prev {
  left: -20px;
}
.dashboardPage__cnt .customRow__right .suggestNeds .swiper .swiper-button.swiper-button-disabled {
  display: none;
}
.dashboardPage__cnt .customRow__right .suggestNeds .swiper .swiper-button:hover {
  background: #8C4B9D;
  color: #ffffff;
}
.dashboardPage__cnt .customRow__right .suggestNeds .swiper.swiper-initialized {
  position: static;
}
.dashboardPage__cnt .hiringPipeline {
  min-height: 200px;
  max-height: 300px;
  overflow-y: auto;
}
.dashboardPage__cnt .hiringPipeline .textInformation.disabled {
  pointer-events: none;
  cursor: default;
}
.dashboardPage__cnt .hiringPipeline .textInformation.disabled .text-bg-success, .dashboardPage__cnt .hiringPipeline .textInformation.disabled .text-bg-warning, .dashboardPage__cnt .hiringPipeline .textInformation.disabled .text-bg-info, .dashboardPage__cnt .hiringPipeline .textInformation.disabled .text-bg-success {
  opacity: 0.25;
}
.dashboardPage__cnt .hiringPipeline .textInformation .text-bg-success {
  background-color: #3b7471 !important;
}
.dashboardPage__cnt .hiringPipeline .textInformation .text-bg-info {
  background-color: #c679ce !important;
}
.dashboardPage__cnt .hiringPipeline .textInformation .text-bg-warning {
  background-color: #fe8e01 !important;
}
.dashboardPage__cnt .hiringPipeline .textInformation .text-bg-success, .dashboardPage__cnt .hiringPipeline .textInformation .text-bg-warning, .dashboardPage__cnt .hiringPipeline .textInformation .text-bg-info, .dashboardPage__cnt .hiringPipeline .textInformation .text-bg-success, .dashboardPage__cnt .hiringPipeline .textInformation .text-bg-light {
  min-width: 100px;
  border-radius: 3px;
  font-size: 12px;
  color: #fff !important;
}
.dashboardPage__cnt .hiringPipeline .userInfo_content h5 {
  font-size: 15px;
  margin-bottom: 0px;
  color: #244e4c;
}
.dashboardPage__cnt .hiringPipeline .userInfo_content span {
  font-size: 13px;
  color: #c9c9c9;
}
@media (max-width: 1899px) {
  .dashboardPage__cnt .customRow__right .card-box .icon {
    margin-right: 20px;
  }
}
@media (max-width: 1699px) {
  .dashboardPage__cnt .customRow__right .card-box .icon {
    width: 60px;
    height: 60px;
    margin-right: 15px;
  }
}
@media (max-width: 1599px) {
  .dashboardPage__cnt .innerTitle h3 {
    font-size: 18px;
  }
  .dashboardPage__cnt .customRow__right .card-box {
    padding: 15px;
  }
  .dashboardPage__cnt .customRow__right .card-box .icon {
    width: 50px;
    height: 50px;
    margin-right: 15px;
    font-size: 20px;
  }
  .dashboardPage__cnt .customRow__right .card-box .detail p {
    font-size: 16px;
  }
  .dashboardPage__cnt .customRow__right .card-box .detail h3 {
    font-size: 32px;
  }
  .dashboardPage__cnt .customRow__right .growthChart g text[text-anchor=end] {
    font-size: 12px;
  }
  .dashboardPage__cnt .customRow__right .suggestNeds .media {
    padding: 32px 15px;
  }
  .dashboardPage__cnt .customRow__right .suggestNeds .media__img {
    width: 80px;
    height: 80px;
  }
  .dashboardPage__cnt .customRow__right .suggestNeds .media__body h5 {
    font-size: 18px;
  }
  .dashboardPage__cnt .customRow__right .suggestNeds .swiper .swiper-button {
    height: 40px;
    width: 40px;
  }
  .dashboardPage__cnt .customRow__right .suggestNeds .swiper .swiper-button.swiper-button-next {
    right: -18px;
  }
  .dashboardPage__cnt .customRow__right .suggestNeds .swiper .swiper-button.swiper-button-prev {
    left: -18px;
  }
  .dashboardPage__cnt .customRow__right .suggestNeds .swiper.swiper-initialized {
    position: static;
  }
  .dashboardPage__cnt .customRow__right .recentActivity {
    padding: 20px 15px 20px 15px;
    max-height: 360px;
  }
  .dashboardPage__cnt .customRow__right .recentActivity.mCustomScrollbar .mCSB_inside > .mCSB_container {
    margin-right: 14px !important;
  }
}
@media (max-width: 1439px) {
  .dashboardPage__cnt .customRow__right .infoCard [class*=col-] {
    flex: 1 1 50%;
    max-width: 50%;
  }
  .dashboardPage__cnt .customRow__right .fullRow [class*=col-] {
    flex: 1 1 100%;
    max-width: 100%;
  }
  .dashboardPage__cnt .customRow__right .upcomingBox {
    padding: 15px 10px 15px 15px;
  }
  .dashboardPage__cnt .customRow__right .upcomingBox__list h4 {
    font-size: 17px;
  }
  .dashboardPage__cnt .customRow__right .upcomingBox__list .appointmentContent {
    padding-left: 10px;
  }
  .dashboardPage__cnt .customRow__right .upcomingBox__list ul li span {
    margin-right: 2px;
  }
  .dashboardPage__cnt .customRow__right .upcomingBox__list ul li:first-child:after {
    margin: 0 10px;
  }
  .dashboardPage__cnt .customRow__right .upcomingBox.mCustomScrollbar .mCSB_inside > .mCSB_container {
    margin-right: 12px !important;
  }
  .dashboardPage__cnt .customRow__right .suggestNeds .swiper .swiper-button {
    height: 32px;
    width: 32px;
    font-size: 10px;
  }
  .dashboardPage__cnt .customRow__right .suggestNeds .swiper .swiper-button.swiper-button-next {
    right: -15px;
  }
  .dashboardPage__cnt .customRow__right .suggestNeds .swiper .swiper-button.swiper-button-prev {
    left: -15px;
  }
}
@media (max-width: 1199.98px) {
  .dashboardPage__cnt .customRow__right .card-box {
    height: calc(100% - 20px);
    margin-bottom: 20px;
  }
  .dashboardPage__cnt .customRow__right .card-box .icon {
    width: 46px;
    height: 46px;
    font-size: 17px;
  }
  .dashboardPage__cnt .customRow__right .card-box .detail p {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 5px;
  }
  .dashboardPage__cnt .customRow__right .card-box .detail h3 {
    font-size: 24px;
  }
  .dashboardPage__cnt .customRow__right .suggestNeds .media {
    padding: 25px 15px;
  }
  .dashboardPage__cnt .customRow__right .suggestNeds .media .experience {
    font-size: 13px;
    top: 3px;
    right: 5px;
  }
  .dashboardPage__cnt .customRow__right .suggestNeds .media .address em {
    top: 2px;
  }
  .dashboardPage__cnt .customRow__right .recentActivity {
    max-height: 345px;
  }
}
@media (max-width: 991.98px) {
  .dashboardPage__cnt .customRow__right .suggestNeds .media__img {
    height: 65px;
    width: 65px;
  }
  .dashboardPage__cnt .customRow__right .suggestNeds .media h5 {
    font-size: 16px;
  }
  .dashboardPage__cnt .customRow__right .suggestNeds .media__body {
    min-height: 185px;
  }
  .dashboardPage__cnt .customRow__right .suggestNeds .swiper {
    padding-bottom: 50px;
  }
  .dashboardPage__cnt .customRow__right .suggestNeds .swiper .swiper-button {
    height: 30px;
    width: 30px;
    font-size: 9px;
    top: auto;
    bottom: 0;
  }
  .dashboardPage__cnt .customRow__right .suggestNeds .swiper .swiper-button.swiper-button-next {
    right: calc(50% - 35px);
  }
  .dashboardPage__cnt .customRow__right .suggestNeds .swiper .swiper-button.swiper-button-prev {
    left: calc(50% - 35px);
  }
}
@media (max-width: 767.98px) {
  .dashboardPage__cnt .innerTitle h3 {
    font-size: 17px;
  }
  .dashboardPage__cnt .customRow__right .growthChart {
    margin-bottom: 20px;
  }
  .dashboardPage__cnt .customRow__right .growthChart g text[text-anchor=end] {
    font-size: 11px;
  }
  .dashboardPage__cnt .customRow__right .card-box {
    height: calc(100% - 15px);
    margin-bottom: 15px;
  }
  .dashboardPage__cnt .customRow__right .card-box .detail h3 {
    font-size: 20px;
  }
  .dashboardPage__cnt .customRow__right .suggestNeds .media__designation h5 {
    font-size: 16px;
  }
  .dashboardPage__cnt .customRow__right .suggestNeds .media__area span em {
    margin-right: 2px;
    font-size: 13px;
  }
  .dashboardPage__cnt .customRow__right .suggestNeds .media__area .btn {
    padding: 5px 10px;
  }
}
@media (max-width: 575.98px) {
  .dashboardPage__cnt .innerTitle h3 {
    font-size: 17px;
  }
  .dashboardPage__cnt .customRow__right .upcomingBox__list {
    display: block;
  }
  .dashboardPage__cnt .customRow__right .upcomingBox__list h4 {
    font-size: 16px;
  }
  .dashboardPage__cnt .customRow__right .upcomingBox__list .appointmentContent {
    padding-left: 0;
    max-width: 100%;
  }
  .dashboardPage__cnt .customRow__right .upcomingBox__list ul li {
    width: 100%;
  }
  .dashboardPage__cnt .customRow__right .upcomingBox__list ul li:first-child:after {
    display: none;
  }
}
@media (max-width: 479px) {
  .dashboardPage__cnt .customRow__right .infoCard [class*=col-] {
    max-width: 100%;
    flex: 1 1 100%;
  }
}

.dashboardPage .jobMatchesCover {
  gap: 16px;
  display: flex;
}
.dashboardPage .jobsearch {
  margin-bottom: 32px;
  background-color: rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
  padding: 24px;
  border-radius: 8px;
}
.dashboardPage .jobsearch h1 {
  font-size: 24px;
  line-height: 1.3;
  font-weight: 600;
  margin-bottom: 0px;
}
.dashboardPage .jobsearch_info {
  display: flex;
  align-items: center;
  gap: 16px;
}
.dashboardPage .jobsearch_card {
  padding: 16px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  width: 100%;
}
.dashboardPage .jobsearch_card.bg-indigo {
  background-color: #eef2ff;
}
.dashboardPage .jobsearch_card.bg-indigo .jobsearch_card_title {
  color: #4f46e5;
}
.dashboardPage .jobsearch_card.bg-indigo .jobsearch_card_para {
  color: #3730a3;
}
.dashboardPage .jobsearch_card.bg-indigo span {
  background-color: #c7d2fe;
}
.dashboardPage .jobsearch_card.bg-green {
  background-color: #ecfdf5;
}
.dashboardPage .jobsearch_card.bg-green .jobsearch_card_title {
  color: #059669;
}
.dashboardPage .jobsearch_card.bg-green .jobsearch_card_para {
  color: #065f46;
}
.dashboardPage .jobsearch_card.bg-green span {
  background-color: #a7f3d0;
}
.dashboardPage .jobsearch_card.bg-yellow {
  background-color: #fffbeb;
}
.dashboardPage .jobsearch_card.bg-yellow .jobsearch_card_title {
  color: #d97706;
}
.dashboardPage .jobsearch_card.bg-yellow .jobsearch_card_para {
  color: #92400e;
}
.dashboardPage .jobsearch_card.bg-yellow span {
  background-color: #fde68a;
}
.dashboardPage .jobsearch_card.bg-purple {
  background-color: #f5f3ff;
}
.dashboardPage .jobsearch_card.bg-purple .jobsearch_card_title {
  color: #7c3aed;
}
.dashboardPage .jobsearch_card.bg-purple .jobsearch_card_para {
  color: #5b21b6;
}
.dashboardPage .jobsearch_card.bg-purple span {
  background-color: #ddd6fe;
}
.dashboardPage .jobsearch_card span {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
}
.dashboardPage .jobsearch_card span svg {
  width: 24px;
  height: 24px;
}
.dashboardPage .jobsearch_card_title {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 0px;
}
.dashboardPage .jobsearch_card_para {
  font-size: 24px;
  line-height: 1.3;
  margin-bottom: 0px;
  font-weight: 600;
}
.dashboardPage .jobMatches {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  border-radius: 8px;
  overflow: hidden;
  background-color: #ffffff;
  width: 100%;
}
.dashboardPage .jobMatches_card {
  padding: 24px;
  background-color: #ffffff;
  border-bottom: 1px solid #f3f4f6;
}
.dashboardPage .jobMatches_card_head {
  font-size: 18px;
  color: #000000;
  font-weight: 600;
}
.dashboardPage .jobMatches_card_post {
  display: flex;
  gap: 10px;
  margin: 10px 0px;
}
.dashboardPage .jobMatches_card_post .badge {
  color: #dc2626;
  background-color: #fee2e2;
  padding: 2px 8px;
  border-radius: 50px;
}
.dashboardPage .jobMatches_card p {
  font-size: 14px;
  color: #6b7280;
}
.dashboardPage .jobMatches_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px;
  border-bottom: 1px solid #e5e7eb;
  background-color: #ffffff;
}
.dashboardPage .jobMatches_header h2 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0px;
}
.dashboardPage .jobMatches_header span {
  font-size: 14px;
  color: #8C4B9D;
  font-weight: 400;
}
.dashboardPage .jobMatches_header a {
  color: #8C4B9D;
  font-size: 14px;
  font-weight: 600;
}
.dashboardPage .jobMatchesRight p {
  font-size: 14px;
}
.dashboardPage .jobMatchesRight .dashboard {
  display: grid;
  gap: 1.5rem;
}
.dashboardPage .jobMatchesRight .dashboard .card {
  background: #fff;
  border-radius: 10px;
  margin-bottom: 0px;
  padding: 1.5rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  width: 390px;
  border: none;
}
.dashboardPage .jobMatchesRight .dashboard .card h3 {
  margin-bottom: 1rem;
  font-size: 1.1rem;
}
.dashboardPage .jobMatchesRight .dashboard .profile-card .profile-completion {
  margin: 0px;
}
.dashboardPage .jobMatchesRight .dashboard .profile-card .profile-completion span {
  font-size: 14px;
  color: #333;
  display: block;
  margin-bottom: 5px;
  font-weight: 400;
}
.dashboardPage .jobMatchesRight .dashboard .profile-card .progress-bar {
  width: 100%;
  height: 10px;
  background-color: #e0e0e0;
  border-radius: 5px;
  overflow: hidden;
  margin: 0px;
}
.dashboardPage .jobMatchesRight .dashboard .profile-card .progress {
  height: 100%;
  background-color: #8C4B9D;
  border-radius: 5px;
}
.dashboardPage .jobMatchesRight .dashboard .profile-card .percentage {
  font-size: 14px;
  color: #8C4B9D;
  margin-top: 5px;
}
.dashboardPage .jobMatchesRight .dashboard .profile-card .profile-checklist {
  list-style: none;
  padding: 0;
  margin: 0 0 1rem;
}
.dashboardPage .jobMatchesRight .dashboard .profile-card .profile-checklist li {
  margin: 5px 0;
  display: flex;
  align-items: center;
}
.dashboardPage .jobMatchesRight .dashboard .profile-card .profile-checklist li .icon {
  margin-right: 10px;
  font-size: 1rem;
}
.dashboardPage .jobMatchesRight .dashboard .profile-card .profile-checklist li .icon.success {
  color: green;
}
.dashboardPage .jobMatchesRight .dashboard .profile-card .profile-checklist li .icon.warning {
  color: orange;
}
.dashboardPage .jobMatchesRight .dashboard .profile-card .profile-checklist li .icon.error {
  color: red;
}
.dashboardPage .jobMatchesRight .dashboard .profile-card .btn.btn-primary {
  background: #8C4B9D;
  color: #fff;
  border: none;
  padding: 0.6rem 1.2rem;
  border-radius: 6px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.dashboardPage .jobMatchesRight .dashboard .interview-card-border {
  padding: 5px 0px 5px 20px;
  position: relative;
}
.dashboardPage .jobMatchesRight .dashboard .interview-card-border::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  border-left: 2px solid #fbbf24;
  height: 100%;
}
.dashboardPage .jobMatchesRight .dashboard .interview-card .time {
  color: #555;
  margin-bottom: 8px;
}
.dashboardPage .jobMatchesRight .dashboard .interview-card .actions {
  display: flex;
  gap: 0.5rem;
}
.dashboardPage .jobMatchesRight .dashboard .interview-card .actions .btn {
  padding: 0.4rem 1rem;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  background: #e4e6eb;
}
.dashboardPage .jobMatchesRight .dashboard .interview-card .actions .btn.video-call {
  background: #e3f2fd;
  color: #1976d2;
  font-size: 12px;
  padding: 5px;
  height: 25px;
}
.dashboardPage .jobMatchesRight .dashboard .interview-card .actions .btn.reschedule {
  font-size: 12px;
  padding: 5px;
  height: 25px;
}
.dashboardPage .jobMatchesRight .dashboard .status-card .job-status {
  margin-bottom: 1.5rem;
}
.dashboardPage .jobMatchesRight .dashboard .status-card .job-status .company {
  color: #666;
  font-size: 0.9rem;
  margin-bottom: 0px;
  margin-top: 2px;
}
.dashboardPage .jobMatchesRight .dashboard .status-card .job-status .status {
  float: right;
  font-size: 0.75rem;
  padding: 0.3rem 0.6rem;
  border-radius: 5px;
}
.dashboardPage .jobMatchesRight .dashboard .status-card .job-status .status.in-review {
  background: #e3f2fd;
  color: #1976d2;
  border-radius: 50px;
}
.dashboardPage .jobMatchesRight .dashboard .status-card .job-status .status.rejected {
  background: #fbeaea;
  color: #d32f2f;
  border-radius: 50px;
}
.dashboardPage .jobMatchesRight .dashboard .status-card .job-status .progress-track {
  background: #eee;
  height: 5px;
  border-radius: 5px;
  margin-top: 8px;
  position: relative;
}
.dashboardPage .jobMatchesRight .dashboard .status-card .job-status .progress-track .step {
  height: 5px;
  border-radius: 5px;
}
.dashboardPage .jobMatchesRight .dashboard .status-card .job-status .progress-track .step.applied {
  background: #4285f4;
  width: 25%;
}
.dashboardPage .jobMatchesRight .dashboard .status-card .job-status .progress-track .step.rejected {
  background: #d32f2f;
  width: 100%;
}
@media (max-width: 1199px) {
  .dashboardPage .jobMatchesRight .dashboard .card {
    padding: 16px;
  }
  .dashboardPage .jobMatches_header {
    padding: 16px;
  }
  .dashboardPage .jobMatches_header h2 {
    font-size: 18px;
  }
  .dashboardPage .jobMatches_card {
    padding: 16px;
  }
  .dashboardPage .jobsearch {
    padding: 20px;
  }
  .dashboardPage .jobsearch h1 {
    font-size: 22px;
  }
  .dashboardPage .jobsearch_card {
    padding: 10px;
  }
  .dashboardPage .jobsearch_card span {
    width: 40px;
    height: 40px;
    margin-right: 12px;
  }
  .dashboardPage .jobsearch_card span svg {
    width: 22px;
    height: 22px;
  }
  .dashboardPage .jobsearch_card_para {
    font-size: 20px;
  }
  .dashboardPage .interview-card {
    width: 100% !important;
  }
  .dashboardPage .status-card {
    width: 100% !important;
  }
}
@media (max-width: 991px) {
  .dashboardPage .jobMatchesRight {
    margin-top: 15px;
  }
  .dashboardPage .jobMatchesRight .dashboard {
    gap: 16px;
    display: flex;
    flex-wrap: wrap;
  }
  .dashboardPage .jobMatchesRight .dashboard .interview-card-border {
    padding-left: 10px;
  }
  .dashboardPage .jobMatchesRight .dashboard .profile-card, .dashboardPage .jobMatchesRight .dashboard .interview-card {
    width: calc(50% - 8px) !important;
  }
  .dashboardPage .jobMatchesRight .dashboard .card {
    width: 100%;
  }
  .dashboardPage .jobMatchesCover {
    display: block !important;
  }
  .dashboardPage .jobsearch_info {
    gap: 10px;
    flex-wrap: wrap;
  }
  .dashboardPage .jobsearch_info .jobsearch_card {
    width: calc(50% - 5px);
  }
  .dashboardPage .jobsearch_info .jobsearch_card_para {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .dashboardPage .jobMatches_card_head {
    font-size: 16px;
  }
  .dashboardPage .jobsearch {
    padding: 16px;
  }
  .dashboardPage .jobsearch h1 {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .dashboardPage .jobMatches_card {
    flex-direction: column;
  }
  .dashboardPage .jobMatches_card .badgeSection {
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 8px;
  }
  .dashboardPage .jobMatchesRight .dashboard .profile-card, .dashboardPage .jobMatchesRight .dashboard .interview-card {
    width: 100% !important;
  }
  .dashboardPage .jobsearch_info .jobsearch_card {
    width: 100%;
  }
}

.nedsPage__cnt .innerTitle {
  margin-bottom: 15px;
}
.nedsPage__cnt .innerTitle h3 {
  font-size: 20px;
  flex: 1;
  padding-right: 5px;
}
.nedsPage__cnt .nedsList .row {
  margin: 0 -6px;
}
.nedsPage__cnt .nedsList .row [class*=col-] {
  padding: 0 6px;
  flex: 1 1 20%;
  max-width: 20%;
}
.nedsPage__cnt .nedsList .innerTitle span {
  font-size: 16px;
  font-weight: 400;
}
.nedsPage__cnt .nedsList .media {
  padding: 35px 20px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  position: relative;
  margin-bottom: 20px;
  height: calc(100% - 20px);
}
.nedsPage__cnt .nedsList .media__img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin-bottom: 12px;
}
.nedsPage__cnt .nedsList .media__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.nedsPage__cnt .nedsList .media__img.blocked img {
  filter: blur(2px);
}
.nedsPage__cnt .nedsList .media__body {
  text-align: center;
  width: 100%;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.nedsPage__cnt .nedsList .media__body .btn {
  margin-top: auto;
}
.nedsPage__cnt .nedsList .media__body h5 {
  font-size: 20px;
}
.nedsPage__cnt .nedsList .media__body p {
  margin-bottom: 3px;
  color: #C3CCD3;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  -moz-line-clamp: 2;
  -ms-line-clamp: 2;
  -o-line-clamp: 2;
  text-overflow: ellipsis;
}
.nedsPage__cnt .nedsList .media__body .address {
  color: #6F6771;
  margin-bottom: 12px;
  justify-content: center;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  -moz-line-clamp: 2;
  -ms-line-clamp: 2;
  -o-line-clamp: 2;
  text-overflow: ellipsis;
}
.nedsPage__cnt .nedsList .media__body .address em {
  margin-right: 2px;
  position: relative;
  top: 3px;
}
.nedsPage__cnt .nedsList .media .experience {
  position: absolute;
  right: 6px;
  top: 6px;
  background: #59B0E2;
  display: inline-block;
  border-radius: 13px;
  padding: 1px 10px;
  color: #ffffff;
}
@media (max-width: 1599px) {
  .nedsPage__cnt .innerTitle h3 {
    font-size: 18px;
  }
  .nedsPage__cnt .nedsList .media__body h5 {
    font-size: 18px;
  }
}
@media (max-width: 1439px) {
  .nedsPage__cnt .nedsList .row [class*=col-] {
    flex: 1 1 25%;
    max-width: 25%;
  }
  .nedsPage__cnt .nedsList .media {
    padding: 35px 15px 20px;
  }
  .nedsPage__cnt .nedsList .media__img {
    height: 80px;
    width: 80px;
  }
}
@media (max-width: 1199.98px) {
  .nedsPage__cnt .nedsList .media__body h5 {
    font-size: 16px;
  }
  .nedsPage__cnt .nedsList .media__body .address em {
    top: 2px;
  }
}
@media (max-width: 991.98px) {
  .nedsPage__cnt .nedsList .media {
    margin-bottom: 15px;
    height: calc(100% - 15px);
    padding: 25px 15px 15px;
  }
  .nedsPage__cnt .nedsList .media__img {
    height: 70px;
    width: 70px;
  }
  .nedsPage__cnt .nedsList .media .experience {
    font-size: 12px;
    right: 3px;
    top: 3px;
  }
}
@media (max-width: 767.98px) {
  .nedsPage__cnt .innerTitle h3 {
    font-size: 17px;
  }
  .nedsPage__cnt .nedsList .row [class*=col-] {
    flex: 1 1 33.33%;
    max-width: 33.33%;
  }
  .nedsPage__cnt .nedsList .media__body__img {
    height: 60px;
    width: 60px;
  }
}
@media (max-width: 575.98px) {
  .nedsPage__cnt .innerTitle h3 {
    font-size: 16px;
  }
  .nedsPage__cnt .nedsList .row [class*=col-] {
    flex: 1 1 50%;
    max-width: 50%;
  }
}
@media (max-width: 375px) {
  .nedsPage__cnt .nedsList .row [class*=col-] {
    flex: 1 1 100%;
    max-width: 100%;
  }
}

.profilePage .customTabs {
  padding: 23px 0 30px;
  margin-bottom: 0;
  background: #ffffff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
@media (max-width: 1599px) {
  .profilePage .customTabs {
    padding: 20px 0 20px;
  }
}
@media (max-width: 767.98px) {
  .profilePage .customTabs {
    padding: 15px 0 20px;
  }
}
@media (max-width: 575.98px) {
  .profilePage .customTabs {
    padding: 15px 0 15px;
  }
}
.profilePage .profileCard {
  padding: 30px 23px 64px;
}
.profilePage .profileCard_head h3 {
  font-size: 30px;
}
.profilePage .profileCard_head .profileError {
  margin: 30px 0;
}
.profilePage .profileCard_head .errorNotice {
  margin-top: 8px;
  color: #707070;
  display: inline-block;
  font-size: 13px;
}
.profilePage .profileCard .user_img {
  width: 136px;
  height: 136px;
  background-color: #F8F8F8;
  border: 1px solid #EFEFEF;
  border-radius: 2px;
  padding: 8px;
  position: relative;
}
.profilePage .profileCard .user_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.profilePage .profileCard .user_img .uploadIcon {
  width: 31px;
  height: 31px;
  background-color: #8C4B9D;
  color: #ffffff;
  font-size: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 12px;
  right: 12px;
  cursor: pointer;
  margin-bottom: 0;
}
.profilePage .profileCard .user_img .uploadIcon input {
  position: absolute;
  cursor: pointer;
  opacity: 0;
  max-width: 100%;
}
.profilePage .profileCard .user_cnt {
  position: relative;
  margin-left: 47px;
  padding-left: 40px;
}
.profilePage .profileCard .user_cnt:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 94px;
  background-color: #C3CCD3;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.profilePage .profileCard .user_cnt label {
  color: #C3CCD3;
}
.profilePage .profileCard .user_cnt span {
  font-size: 24px;
  color: #59B0E2;
}
.profilePage .profileCard .user_cnt label,
.profilePage .profileCard .user_cnt span {
  display: block;
}
.profilePage .profileCard .user_cnt .badge {
  margin-bottom: 15px;
  font-weight: 500;
}
.profilePage .profileCard .user_cnt .badge-primary {
  background-color: #E8F7FF;
  font-size: 17px;
  color: #59B0E2;
  max-width: -moz-max-content;
  max-width: max-content;
}
.profilePage .profileCard_body .form-control {
  font-size: 18px;
  background: #F8F8F8;
}
.profilePage .profileCard_body .form-control:disabled, .profilePage .profileCard_body .form-control[readonly] {
  background-color: #ffffff;
}
.profilePage .profileCard_body .select2.select2-container .select2-selection--single, .profilePage .profileCard_body .select2.select2-container .select2-selection--multiple {
  background: #F8F8F8;
}
.profilePage .profileCard_body .select2.select2-container .select2-selection__rendered {
  font-size: 18px;
}
.profilePage .profileCard_body .select2.select2-container--default .select2-search--inline .select2-search__field {
  font-size: 18px;
}
.profilePage .profileCard_body .topRow {
  margin-left: -35px;
  margin-right: -35px;
}
.profilePage .profileCard_body .topRow > .col,
.profilePage .profileCard_body .topRow > [class*=col-] {
  padding-left: 35px;
  padding-right: 35px;
}
.profilePage .profileCard_body .tagsList li {
  padding: 4px 10px;
  background-color: #E8F7FF;
  color: #59B0E2;
  font-size: 15px;
  border-radius: 15px;
  margin-bottom: 10px;
}
.profilePage .profileCard_body .tagsList li:not(:last-child) {
  margin-right: 10px;
}
.profilePage .profileCard_body .address {
  margin-left: -62px;
  margin-right: -62px;
  font-weight: 400;
  color: #6F6771;
}
.profilePage .profileCard_body .address > .col,
.profilePage .profileCard_body .address > [class*=col-] {
  padding-left: 62px;
  padding-right: 62px;
}
.profilePage .profileCard_body .address > .col:not(:last-child),
.profilePage .profileCard_body .address > [class*=col-]:not(:last-child) {
  border-right: 1px solid #E9EDEF;
}
.profilePage .profileCard_body .address span,
.profilePage .profileCard_body .address p {
  font-size: 18px;
}
.profilePage .profileCard_body .address p {
  margin-bottom: 0;
}
.profilePage .profileCard_body .address span {
  display: block;
  margin-bottom: 5px;
}
.profilePage .profileCard_body .addressBox {
  max-width: 848px;
}
.profilePage .profileCard_body .addressBox_items {
  background-color: #F8F8F8;
  padding: 15px 90px 7px 15px;
  position: relative;
  border-radius: 5px;
  border: 1px solid rgba(227, 227, 227, 0.5);
}
.profilePage .profileCard_body .addressBox_items + .addressBox_items {
  margin-top: 25px;
}
.profilePage .profileCard_body .addressBox_items .remove {
  position: absolute;
  top: 22px;
  right: 16px;
  width: 31px;
  height: 31px;
  background: #8C4B9D;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #ffffff;
  cursor: pointer;
  box-shadow: 0 0 10px rgba(227, 227, 227, 0.24);
}
.profilePage .profileCard_body .addressBox_items .row {
  margin-left: -13px;
  margin-right: -13px;
}
.profilePage .profileCard_body .addressBox_items .row > .col,
.profilePage .profileCard_body .addressBox_items .row > [class*=col-] {
  padding-left: 13px;
  padding-right: 13px;
}
.profilePage .profileCard--addAssignments {
  padding: 25px 60px 10px;
}
@media (max-width: 1599px) {
  .profilePage .profileCard {
    padding: 30px 25px;
  }
  .profilePage .profileCard--addAssignments {
    padding-top: 25px;
  }
  .profilePage .profileCard_head h3 {
    font-size: 24px;
  }
  .profilePage .profileCard_head .profileError {
    margin: 20px 0;
  }
  .profilePage .profileCard .user_img {
    width: 116px;
    height: 116px;
    padding: 5px;
  }
  .profilePage .profileCard .user_img .uploadIcon {
    width: 26px;
    height: 26px;
    font-size: 10px;
    bottom: 8px;
    right: 8px;
  }
  .profilePage .profileCard .user_cnt {
    padding-left: 35px;
    margin-left: 35px;
  }
  .profilePage .profileCard .user_cnt span {
    font-size: 20px;
  }
  .profilePage .profileCard .user_cnt .badge {
    margin-bottom: 10px;
  }
  .profilePage .profileCard .user_cnt .badge-primary {
    font-size: 15px;
  }
  .profilePage .profileCard_body .topRow {
    margin-left: -15px;
    margin-right: -15px;
  }
  .profilePage .profileCard_body .topRow > .col,
  .profilePage .profileCard_body .topRow > [class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
  .profilePage .profileCard_body .address p,
  .profilePage .profileCard_body .address span,
  .profilePage .profileCard_body .form-control {
    font-size: 16px;
  }
  .profilePage .profileCard_body .address {
    margin-left: -40px;
    margin-right: -40px;
  }
  .profilePage .profileCard_body .address > .col,
  .profilePage .profileCard_body .address > [class*=col-] {
    padding-left: 40px;
    padding-right: 40px;
  }
  .profilePage .profileCard_body .select2.select2-container .select2-selection__rendered {
    font-size: 16px;
  }
  .profilePage .profileCard_body .select2.select2-container--default .select2-search--inline .select2-search__field {
    font-size: 16px;
  }
  .profilePage .profileCard_body .addressBox {
    max-width: 848px;
  }
  .profilePage .profileCard_body .addressBox_items {
    padding: 15px 65px 7px 15px;
  }
  .profilePage .profileCard_body .addressBox_items .row {
    margin-left: -7px;
    margin-right: -7px;
  }
  .profilePage .profileCard_body .addressBox_items .row > .col,
  .profilePage .profileCard_body .addressBox_items .row > [class*=col-] {
    padding-left: 7px;
    padding-right: 7px;
  }
}
@media (max-width: 1199.98px) {
  .profilePage .profileCard {
    padding: 20px;
  }
  .profilePage .profileCard--addAssignments {
    padding-top: 20px;
  }
  .profilePage .profileCard .user_img {
    width: 90px;
    height: 90px;
  }
  .profilePage .profileCard .user_img .uploadIcon {
    bottom: -6px;
    height: 24px;
    width: 24px;
    font-size: 10px;
    right: -7px;
  }
  .profilePage .profileCard .user_cnt {
    padding-left: 20px;
    margin-left: 20px;
  }
  .profilePage .profileCard .user_cnt .badge {
    margin-bottom: 5px;
  }
  .profilePage .profileCard .user_cnt::before {
    height: 85px;
  }
  .profilePage .profileCard_body .topRow {
    margin-left: -7px;
    margin-right: -7px;
  }
  .profilePage .profileCard_body .topRow > .col,
  .profilePage .profileCard_body .topRow > [class*=col-] {
    padding-left: 7px;
    padding-right: 7px;
  }
  .profilePage .profileCard_body .address {
    margin-left: -15px;
    margin-right: -15px;
  }
  .profilePage .profileCard_body .address > .col,
  .profilePage .profileCard_body .address > [class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
  .profilePage .profileCard_body .tagsList li {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .profilePage .profileCard_body .tagsList li:not(:last-child) {
    margin-right: 5px;
  }
  .profilePage .profileCard_body .addressBox {
    max-width: 100%;
  }
  .profilePage .profileCard_body .addressBox_items .remove {
    top: 10px;
  }
}
@media (max-width: 767.98px) {
  .profilePage .profileCard_head h3 {
    font-size: 21px;
  }
  .profilePage .profileCard_body .address > .col:not(:last-child),
  .profilePage .profileCard_body .address > [class*=col-]:not(:last-child) {
    border-bottom: 1px solid #E9EDEF;
    padding-bottom: 15px;
    margin-bottom: 10px;
  }
  .profilePage .profileCard_body .form-control {
    font-size: 15px;
  }
  .profilePage .profileCard_body .select2.select2-container .select2-selection__rendered {
    font-size: 15px;
  }
  .profilePage .profileCard_body .select2.select2-container--default .select2-search--inline .select2-search__field {
    font-size: 15px;
  }
}
@media (max-width: 575.98px) {
  .profilePage .profileCard {
    padding: 15px;
  }
  .profilePage .profileCard--addAssignments {
    padding-top: 15px;
  }
  .profilePage .profileCard_head h3 {
    font-size: 19px;
  }
  .profilePage .profileCard_head .profileError {
    margin: 15px 0;
  }
  .profilePage .profileCard .user_img {
    width: 80px;
    height: 80px;
  }
  .profilePage .profileCard .user_cnt span {
    font-size: 17px;
  }
  .profilePage .profileCard_body .addressBox_items {
    padding: 15px 15px 7px 15px;
  }
  .profilePage .profileCard_body .addressBox_items + .addressBox_items {
    margin-top: 20px;
  }
  .profilePage .profileCard_body .addressBox_items .remove {
    top: 0;
    right: 0;
    width: 25px;
    height: 25px;
    border-radius: 0;
    border-top-left-radius: 10px;
  }
}
.profilePage .questionnaire--view .card .custom-control {
  pointer-events: none !important;
}
.profilePage .questionnaire--view .card .custom-control .custom-control-label:before, .profilePage .questionnaire--view .card .custom-control .custom-control-label:after {
  opacity: 0.6;
}
.profilePage .questionnaire .card {
  margin-top: 24px;
  border: 0;
  position: relative;
}
.profilePage .questionnaire .card:not(:last-child):after {
  content: "";
  position: absolute;
  top: 66px;
  left: 35px;
  border-left: 1px dashed rgba(112, 112, 112, 0.4);
  height: 100%;
}
.profilePage .questionnaire .card-card {
  background: #F2FAFD;
  padding: 15px;
  margin-bottom: 15px;
}
.profilePage .questionnaire .card-header {
  background: #ffffff;
  border: 1px solid #C3CCD3;
  padding: 12px 24px 12px 15px;
  position: relative;
}
.profilePage .questionnaire .card-header.active {
  background: #8C4B9D;
  border-color: #8C4B9D;
}
.profilePage .questionnaire .card-header.active .card-link {
  color: #ffffff;
}
.profilePage .questionnaire .card-header.active .card-link:before {
  color: #ffffff;
  content: "\e90a";
}
.profilePage .questionnaire .card-header.active span {
  border: 1px solid #ffffff;
  color: #ffffff;
}
.profilePage .questionnaire .card-header.active li {
  color: #ffffff;
}
.profilePage .questionnaire .card-header.active li .percent {
  color: #ffffff;
}
.profilePage .questionnaire .card-header span {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 40px;
  width: 40px;
  height: 40px;
  border: 1px solid #000000;
  border-radius: 50%;
  margin-right: 12px;
}
.profilePage .questionnaire .card-header ul {
  margin-right: 45px;
  align-items: center;
}
.profilePage .questionnaire .card-header li {
  font-size: 14px;
  color: #6F6771;
}
.profilePage .questionnaire .card-header li:not(:last-child) {
  border-right: 1px solid #C3CCD3;
  padding-right: 20px;
  margin-right: 20px;
}
.profilePage .questionnaire .card-header li .percent {
  font-style: normal;
  color: #4B9D7D;
}
.profilePage .questionnaire .card-header li .pie_progress {
  position: relative;
  text-align: center;
  transform-style: preserve-3d;
  width: 40px;
  background-color: transparent;
  border-radius: 50%;
  flex-shrink: 0;
}
.profilePage .questionnaire .card-header li .pie_progress__svg {
  position: relative;
  display: inline-block;
  width: 100%;
  padding-bottom: 100%;
  vertical-align: middle;
}
.profilePage .questionnaire .card-header li .pie_progress__svg svg {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  overflow: inherit;
  margin: 0 auto;
}
.profilePage .questionnaire .card-header li .pie_progress__svg svg ellipse {
  fill: none;
  stroke-width: 7px;
  stroke: #C3CCD3;
}
.profilePage .questionnaire .card-header li .pie_progress__svg svg path {
  fill: none;
  stroke-width: 4px;
  stroke: #4B9D7D;
  stroke-linecap: round;
}
.profilePage .questionnaire .card-header li .pie_progress_num {
  left: 0;
  font-size: 14px;
  color: #4B9D7D;
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.profilePage .questionnaire .card-title {
  font-size: 20px;
  font-weight: 400;
  flex: 1;
  padding-right: 15px;
}
.profilePage .questionnaire .card .badge {
  background: #364a63;
  font-size: 14px;
  font-weight: 400;
  margin-left: 10px;
  padding: 4px 10px;
  position: relative;
  top: 2px;
}
.profilePage .questionnaire .card-link {
  color: #000000;
}
.profilePage .questionnaire .card-link:before {
  position: absolute;
  top: 18px;
  right: 24px;
  font-family: "icomoon" !important;
  content: "\e90a";
  transition: 0.4s;
  font-size: 18px;
}
.profilePage .questionnaire .card-link[aria-expanded=true]::before {
  content: "\e90d" !important;
}
.profilePage .questionnaire .card-body {
  padding-left: 50px;
}
.profilePage .questionnaire .card-body .qusList_item {
  position: relative;
  background-color: #ffffff;
  border-radius: 4px;
  padding: 24px 18px 20px 80px;
}
.profilePage .questionnaire .card-body .qusList_item:not(:last-child)::before {
  content: "";
  background-color: #EFEFEF;
  position: absolute;
  top: 55px;
  left: 48px;
  width: 1px;
  height: 100%;
  z-index: 1;
}
.profilePage .questionnaire .card-body .qusList_item h4 {
  font-size: 18px;
  margin-bottom: 15px;
  line-height: 22px;
}
.profilePage .questionnaire .card-body .qusList_item .num {
  width: 36px;
  height: 36px;
  line-height: 34px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
  background-color: #000000;
  position: absolute;
  text-align: center;
  display: inline-block;
  top: 18px;
  left: 30px;
  border-radius: 50px;
  z-index: 1;
}
.profilePage .questionnaire .card-body .qusList_item .custom-radio {
  padding-left: 32px;
}
.profilePage .questionnaire .card-body .qusList_item .custom-control-input:checked ~ .custom-control-label {
  color: #6F6771;
  font-weight: 400;
}
.profilePage .questionnaire .card-body .qusList_item .custom-control-input:checked ~ .custom-control-label:after {
  background-color: #8C4B9D;
}
.profilePage .questionnaire .card-body .qusList_item .custom-control-input:checked ~ .custom-control-label:before {
  border-color: #8C4B9D;
}
.profilePage .questionnaire .card-body .qusList_item .custom-control {
  display: inline-block;
  margin-bottom: 5px;
  min-width: 155px;
}
.profilePage .questionnaire .card-body .qusList_item .custom-control:not(:last-child) {
  margin-right: 25px;
}
.profilePage .questionnaire .card-body .qusList_item .custom-control .custom-control-label {
  font-size: 16px;
  color: #6F6771;
  line-height: 26px;
}
.profilePage .questionnaire .card-body .qusList_item .custom-control .custom-control-label::before {
  height: 24px;
  width: 24px;
  border-color: #C3CCD3;
}
.profilePage .questionnaire .card-body .qusList_item .custom-control .custom-control-label::after {
  width: 16px;
  height: 16px;
  left: 4px;
  top: 6px;
  background-color: transparent;
}
.profilePage .questionnaire .card-body .qusList_item .custom-control .custom-control-input[disabled] ~ .custom-control-label, .profilePage .questionnaire .card-body .qusList_item .custom-control .custom-control-input:disabled ~ .custom-control-label {
  opacity: 0.6;
}
.profilePage .questionnaire .card-body .qusList_item .custom-control .custom-control-input[disabled] ~ .custom-control-label::before, .profilePage .questionnaire .card-body .qusList_item .custom-control .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: transparent;
}
@media (max-width: 1599px) {
  .profilePage .questionnaire .card:not(:last-child):after {
    top: 47px;
    left: 31px;
  }
  .profilePage .questionnaire .card-title {
    font-size: 18px;
  }
  .profilePage .questionnaire .card-header {
    padding: 8px 15px 8px 15px;
  }
  .profilePage .questionnaire .card-header span {
    min-width: 30px;
    width: 30px;
    height: 30px;
    font-size: 16px;
  }
  .profilePage .questionnaire .card-header ul {
    margin-right: 35px;
  }
  .profilePage .questionnaire .card-header li:not(:last-child) {
    padding-right: 15px;
    margin-right: 15px;
  }
  .profilePage .questionnaire .card-link:before {
    top: 10px;
    right: 15px;
  }
  .profilePage .questionnaire .card-body .qusList_item {
    padding: 15px 15px 15px 60px;
  }
  .profilePage .questionnaire .card-body .qusList_item:not(:last-child):before {
    left: 30px;
    top: 35px;
  }
  .profilePage .questionnaire .card-body .qusList_item .num {
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 18px;
    top: 13px;
    left: 15px;
  }
  .profilePage .questionnaire .card-body .qusList_item .custom-control {
    min-width: 130px;
  }
  .profilePage .questionnaire .card-body .qusList_item .custom-control .custom-control-label:before {
    height: 20px;
    width: 20px;
    top: 3px;
  }
  .profilePage .questionnaire .card-body .qusList_item .custom-control .custom-control-label:after {
    width: 12px;
    height: 12px;
    top: 7px;
  }
}
@media (max-width: 1199.98px) {
  .profilePage .questionnaire .card-body {
    padding-left: 40px;
    padding-top: 8px;
  }
  .profilePage .questionnaire .card-body .qusList_item {
    padding: 15px 15px 15px 55px;
  }
  .profilePage .questionnaire .card-body .qusList_item h4 {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 20px;
  }
  .profilePage .questionnaire .card-body .qusList_item .num {
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    left: 17px;
    top: 15px;
  }
  .profilePage .questionnaire .card-body .qusList_item .custom-control:not(:last-child) {
    margin-right: 15px;
  }
  .profilePage .questionnaire .card-body .qusList_item .custom-control .custom-control-label:before {
    height: 16px;
    width: 16px;
    top: 5px;
  }
  .profilePage .questionnaire .card-body .qusList_item .custom-control .custom-control-label:after {
    width: 8px;
    height: 8px;
    top: 9px;
  }
  .profilePage .questionnaire .card-body .qusList_item .custom-radio {
    padding-left: 25px;
  }
}
@media (max-width: 991.98px) {
  .profilePage .questionnaire .card-title {
    font-size: 16px;
  }
}
@media (max-width: 575.98px) {
  .profilePage .questionnaire .card {
    margin-top: 15px;
  }
  .profilePage .questionnaire .card:not(:last-child):after {
    display: none;
  }
  .profilePage .questionnaire .card .badge {
    margin-left: 0;
    margin-top: 4px;
  }
  .profilePage .questionnaire .card-header {
    padding: 8px 15px 8px 8px;
  }
  .profilePage .questionnaire .card-header span {
    min-width: 25px;
    width: 25px;
    height: 25px;
    font-size: 14px;
  }
  .profilePage .questionnaire .card-title {
    font-size: 14px;
  }
  .profilePage .questionnaire .card-link:before {
    top: 50%;
    transform: translateY(-50%);
    right: 5px;
  }
  .profilePage .questionnaire .card-body {
    padding-left: 0;
  }
  .profilePage .questionnaire .card-body .qusList_item:not(:last-child):before {
    left: 24px;
  }
  .profilePage .questionnaire .card-body .qusList_item .num {
    left: 12px;
  }
  .profilePage .questionnaire .card-score {
    display: none;
  }
}
.profilePage .saveChanges {
  margin-top: 24px;
}
.profilePage .saveChanges a + a,
.profilePage .saveChanges a + .btn {
  margin-left: 30px;
}
.profilePage .saveChanges .cancel-draft {
  color: #858585;
}
.profilePage .saveChanges .cancel-draft:hover {
  color: #8C4B9D;
}
@media (max-width: 1199.98px) {
  .profilePage .saveChanges a + a,
  .profilePage .saveChanges a + .btn {
    margin-left: 20px;
  }
}
@media (max-width: 575.98px) {
  .profilePage .saveChanges a + a,
  .profilePage .saveChanges a + .btn {
    margin-left: 10px;
  }
}
.profilePage hr {
  margin: 20px 0;
  border-top-color: #C3CCD3;
}

.profilePagecandidate {
  /* Custom file input styling */
  /* Privacy controls */
  /* Responsive adjustments */
}
.profilePagecandidate .contactInfo {
  padding: 15px;
  background-color: #f9f9f9;
  width: 100%;
  border-radius: 8px;
}
.profilePagecandidate .contactInfo_title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0px;
}
.profilePagecandidate .contactInfo .editable-field span {
  font-size: 16px;
  color: #444444;
}
.profilePagecandidate .contactInfo_video {
  width: 100%;
  height: 200px;
}
.profilePagecandidate .page-title {
  font-size: 30px;
  margin-bottom: 24px;
  font-weight: 600;
}
.profilePagecandidate .profile-card {
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  padding: 30px;
  margin-bottom: 30px;
}
.profilePagecandidate .profile-header {
  display: flex;
  flex-wrap: wrap;
}
.profilePagecandidate .profile-left {
  flex: 0 0 310px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-right: 30px;
}
.profilePagecandidate .profile-right {
  position: relative;
  flex: 1;
  min-width: 300px;
}
.profilePagecandidate .profileEdit {
  width: 120px;
  height: 120px;
  position: relative;
  margin-bottom: 20px;
}
.profilePagecandidate .img-box img {
  border-radius: 50%;
}
.profilePagecandidate .upload_photo {
  position: relative;
  margin-bottom: 20px;
}
.profilePagecandidate .upload_photo label {
  position: absolute;
  right: -3px;
  bottom: 15px;
  cursor: pointer;
  color: #8c4b9d;
}
.profilePagecandidate .upload_photo a {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #8c4b9d;
  color: #ffffff;
  pointer-events: none;
}
.profilePagecandidate .upload_photo em {
  font-size: 16px;
}
.profilePagecandidate .avatar-placeholder {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #eee;
  display: flex;
  align-items: center;
  justify-content: center;
}
.profilePagecandidate .verified-badge {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background-color: #28a745;
  color: white;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.profilePagecandidate .profile-name {
  font-size: 24px;
  font-weight: 600;
  color: #444;
  margin-bottom: 10px;
  text-align: center;
}
.profilePagecandidate .profile-status {
  font-size: 14px;
  color: #777;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  gap: 5px;
}
.profilePagecandidate .status-indicator {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #4caf50;
}
.profilePagecandidate .profile-contact {
  width: 100%;
  margin-top: 15px;
}
.profilePagecandidate .contact-item {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
  font-size: 14px;
  color: #666;
}
.profilePagecandidate .contact-icon {
  width: 30px;
  height: 30px;
  background-color: #f4f0fa;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #8C4B9D;
  flex-shrink: 0;
}
.profilePagecandidate .info-section {
  margin-bottom: 25px;
}
.profilePagecandidate .section-label {
  font-size: 14px;
  font-weight: 600;
  color: #444444;
  margin-bottom: 5px;
}
.profilePagecandidate .section-content {
  font-size: 16px;
  color: #6c6c6c;
  line-height: 1.5;
}
.profilePagecandidate .profile-headline {
  font-size: 20px;
  color: #444444;
  font-weight: 600;
  margin-bottom: 15px;
}
.profilePagecandidate .profile-summary {
  font-size: 15px;
  color: #666;
  line-height: 1.7;
  margin-bottom: 20px;
}
.profilePagecandidate .skills-container {
  margin-top: 15px;
}
.profilePagecandidate .skills-title {
  font-size: 14px;
  font-weight: 600;
  color: #444444;
  margin-bottom: 5px;
}
.profilePagecandidate .skill-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 15px;
}
.profilePagecandidate .skill-tag {
  background-color: #f4f0fa;
  color: #8C4B9D;
  padding: 5px 12px;
  border-radius: 20px;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.profilePagecandidate .editable-field {
  position: relative;
  margin-bottom: 15px;
}
.profilePagecandidate .editbtnalign .edit-btn {
  right: auto;
  left: auto;
}
.profilePagecandidate .editbtnalign .edit-btn i {
  font-size: 16px;
}
.profilePagecandidate .edit-btn {
  position: absolute;
  top: 0;
  right: 0;
  background: none;
  border: none;
  color: #8C4B9D;
  cursor: pointer;
  opacity: 0.9;
  transition: opacity 0.2s;
}
.profilePagecandidate .edit-btn:hover {
  opacity: 1;
}
.profilePagecandidate .edit-mode {
  margin-top: 10px;
}
.profilePagecandidate .save-inline {
  background-color: #8C4B9D;
  color: white;
  border: none;
  padding: 5px 15px;
  border-radius: 4px;
  cursor: pointer;
  margin-top: 8px;
  font-size: 14px;
  transition: background-color 0.3s;
}
.profilePagecandidate .save-inline:hover {
  background-color: #7a51a8;
}
.profilePagecandidate .resume-section {
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #eee;
}
.profilePagecandidate .section-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
}
.profilePagecandidate .upload-new-btn {
  background-color: #8c4b9d;
  border: 1px solid #8c4b9d;
  color: #ffffff;
  padding: 8px 15px;
  border-radius: 5px;
  font-size: 14px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 5px;
}
.profilePagecandidate button:focus {
  outline: none;
}
.profilePagecandidate .resume-upload {
  border: 2px dashed #ccc;
  border-radius: 8px;
  padding: 30px;
  text-align: center;
  margin-bottom: 20px;
}
.profilePagecandidate .upload-info {
  margin-top: 15px;
  color: #777;
  font-size: 13px;
}
.profilePagecandidate .resume-document {
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  background-color: #fcfcfc;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}
.profilePagecandidate .document-preview {
  display: flex;
  align-items: center;
  gap: 15px;
}
.profilePagecandidate .document-icon {
  font-size: 24px;
  color: #e74c3c;
}
.profilePagecandidate .document-icon.fa-file-word {
  color: #3498db;
}
.profilePagecandidate .document-title {
  font-weight: 600;
  margin-bottom: 5px;
  word-break: break-word;
}
.profilePagecandidate .document-details {
  font-size: 12px;
  color: #777;
}
.profilePagecandidate .document-actions {
  display: flex;
  gap: 10px;
}
.profilePagecandidate .action-btn {
  padding: 8px 12px;
  border: none;
  border-radius: 5px;
  font-size: 13px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 5px;
}
.profilePagecandidate .view-btn {
  background-color: #f0f0f0;
  color: #333;
}
.profilePagecandidate .download-btn {
  background-color: #5151b8;
  color: white;
}
.profilePagecandidate .delete-btn {
  background-color: #f8d7da;
  color: #721c24;
}
.profilePagecandidate .upload-btn {
  background-color: #8C4B9D;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 14px;
  cursor: pointer;
  margin-bottom: 10px;
}
.profilePagecandidate .upload-info {
  font-size: 13px;
  color: #777;
}
.profilePagecandidate .modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1000;
  justify-content: center;
  align-items: center;
}
.profilePagecandidate .modal-content {
  background-color: white;
  border-radius: 8px;
  width: 90%;
  max-width: 1000px;
  max-height: 90vh;
  overflow: auto;
  padding: 20px;
  position: relative;
  animation: modalFadeIn 0.3s;
}
@keyframes modalFadeIn {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.profilePagecandidate .close-modal {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 24px;
  cursor: pointer;
  color: #555;
  transition: color 0.2s;
}
.profilePagecandidate .close-modal:hover {
  color: #000;
}
.profilePagecandidate .pdf-viewer {
  width: 100%;
  height: 80vh;
  border: none;
}
.profilePagecandidate .accordion-section {
  border: 1px solid #eee;
  border-radius: 8px;
  margin-bottom: 20px;
  overflow: hidden;
}
.profilePagecandidate .accordion-header {
  padding: 20px;
  background-color: #ffffff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-weight: 600;
  color: #444;
  border-bottom: 1px solid #ebebeb;
  font-size: 16px;
}
.profilePagecandidate .accordion-content {
  font-size: 16px;
  padding: 20px;
  display: none;
  background-color: #ffffff;
}
.profilePagecandidate .accordion-section.active .accordion-content {
  display: block;
}
.profilePagecandidate .form-row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 15px;
}
.profilePagecandidate .form-group {
  flex: 1 0 calc(50% - 20px);
  margin: 0 10px 15px;
  min-width: 250px;
}
.profilePagecandidate .form-group.full-width {
  flex: 1 0 calc(100% - 20px);
}
.profilePagecandidate .form-label {
  display: block;
  margin-bottom: 8px;
  font-weight: 400;
  color: #555;
}
.profilePagecandidate .form-control {
  width: 100%;
  padding: 10px 15px;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 14px;
}
.profilePagecandidate .form-control:focus {
  outline: none;
  border-color: #6c5ce7;
  box-shadow: 0 0 0 2px rgba(108, 92, 231, 0.2);
}
.profilePagecandidate .form-select {
  width: 100%;
  padding: 10px 15px;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 14px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg fill="%23666" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/><path d="M0 0h24v24H0z" fill="none"/></svg>');
  background-repeat: no-repeat;
  background-position: right 10px center;
}
.profilePagecandidate .save-btn {
  background-color: #8C4B9D;
  color: white;
  padding: 12px 25px;
  border: none;
  border-radius: 5px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s;
}
.profilePagecandidate .save-btn:hover {
  background-color: #7a51a8;
}
.profilePagecandidate .skill-tag button {
  background: none;
  border: none;
  color: #8C4B9D;
  cursor: pointer;
  font-size: 12px;
}
.profilePagecandidate .add-btn {
  margin-top: 15px;
  background-color: #8C4B9D;
  color: #ffffff;
  padding: 8px 15px;
  border: 1px solid #8C4B9D;
  border-radius: 5px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 5px;
  transition: all 0.3s;
}
.profilePagecandidate .add-btn:hover {
  color: #8C4B9D;
  background-color: #ffffff;
}
.profilePagecandidate .engagement-item {
  padding: 15px;
  border: 1px solid #eee;
  margin-bottom: 15px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
.profilePagecandidate .engagement-item:first-child {
  border-radius: 0px 0px 8px 8px;
}
.profilePagecandidate .engagement-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.profilePagecandidate .engagement-company {
  font-weight: 600;
  color: #444;
  word-break: break-word;
  margin-right: 10px;
}
.profilePagecandidate .engagement-period {
  color: #666;
  font-size: 14px;
  word-break: break-word;
  max-width: 150px;
  flex-shrink: 0;
}
.profilePagecandidate .engagement-role {
  color: #555;
  margin-bottom: 5px;
  word-break: break-word;
}
.profilePagecandidate .engagement-type {
  font-size: 13px;
  color: #777;
  word-break: break-word;
}
.profilePagecandidate .custom-file-input {
  position: relative;
  display: inline-block;
  opacity: 1;
}
.profilePagecandidate .custom-file-input input[type=file] {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
}
.profilePagecandidate .privacy-controls {
  margin-top: 30px;
  padding: 20px;
  background-color: #f9f9f9;
  border-radius: 8px;
  border: 1px solid #eee;
}
.profilePagecandidate .privacy-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.profilePagecandidate .privacy-title {
  font-weight: 600;
  font-size: 18px;
}
.profilePagecandidate .privacy-setting {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #eee;
}
.profilePagecandidate .privacy-setting:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.profilePagecandidate .setting-label {
  font-weight: 400;
}
.profilePagecandidate .setting-description {
  font-size: 13px;
  color: #777;
  margin-top: 3px;
}
.profilePagecandidate .editinfobtn {
  position: absolute;
  top: -10px;
  right: -10px;
}
.profilePagecandidate .tagOutside .select2-selection__rendered {
  height: 46px;
}
.profilePagecandidate .tagOutside .select2-selection__rendered li {
  display: none !important;
}
.profilePagecandidate .tagOutside .tagBox {
  margin-top: 5px;
}
.profilePagecandidate .tagOutside .select2-selection__choice {
  background-color: #f4f0fa;
  color: #8C4B9D;
  padding: 5px 28px 5px 12px;
  border-radius: 20px;
  font-size: 14px;
  display: inline-block;
  align-items: center;
  gap: 8px;
  position: relative;
}
.profilePagecandidate .tagOutside .select2-selection__choice:not(:last-child) {
  margin-right: 8px;
}
.profilePagecandidate .tagOutside .remove-tag {
  font-size: 20px;
  line-height: 0.8;
  margin-left: 6px;
  flex-direction: row-reverse;
  position: absolute;
  top: 7px;
  cursor: pointer;
}
.profilePagecandidate .skill .skill-tags.edit-tags {
  margin-top: 5px;
}
.profilePagecandidate .remove-outline-btn, .profilePagecandidate .edit-outline-btn {
  margin-top: 10px;
  padding: 0px;
  font-size: 15px;
  width: 40px;
  height: 36px;
  background: white;
  color: #8c4b9d;
}
.profilePagecandidate .profileInsight_project .profileInsight_cnt:not(:last-child) {
  border-bottom: none;
  margin-bottom: 0px;
}
.profilePagecandidate .profileInsight h4 {
  font-size: 16px;
  font-weight: 600;
  color: #444;
  word-break: break-word;
  margin-bottom: 15px;
}
.profilePagecandidate .profileInsight h6 {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  color: #000000;
}
.profilePagecandidate .profileInsight_cnt {
  display: flex;
  row-gap: 5px;
  -moz-column-gap: 20px;
       column-gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ebebeb;
}
.profilePagecandidate .profileInsight_cnt .profile-ud-item {
  width: calc(50% - 10px);
  display: flex;
}
.profilePagecandidate .profileInsight_cnt .profile-ud-label {
  max-width: 200px;
  min-width: 200px;
  display: inline-block;
  font-weight: 600;
  color: #444444;
  font-size: 14px;
}
.profilePagecandidate .profileInsight_cnt .profile-ud-value {
  color: #6c6c6c;
}
.profilePagecandidate .additionalCard .editable-field {
  margin-bottom: 0px;
}
.profilePagecandidate .additionalCard .profile-right {
  display: flex;
  flex-wrap: wrap;
}
.profilePagecandidate .additionalCard .info-section {
  width: 50%;
}
.profilePagecandidate .additionalCard .section-content.relocate-status a {
  color: #8C4B9D;
}
.profilePagecandidate .nav {
  overflow-x: auto;
  flex-wrap: nowrap;
  padding: 10px;
  border-radius: 8px 8px 0 0;
  background-color: #ffffff;
  border: 1px solid #eee;
  border-bottom: none;
}
.profilePagecandidate .nav-link {
  padding: 10px 15px;
  color: #8C4B9D;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  white-space: nowrap;
}
.profilePagecandidate .nav-link.active {
  color: #ffffff;
  background-color: #8C4B9D;
}
@media (max-width: 1399px) {
  .profilePagecandidate .profile-card {
    padding: 24px;
    margin-bottom: 20px;
  }
}
@media (max-width: 1199px) {
  .profilePagecandidate .editinfobtn {
    top: 0px;
    right: 2px;
  }
  .profilePagecandidate .upload_photo em {
    font-size: 13px;
  }
  .profilePagecandidate .upload_photo label {
    right: -3px;
    bottom: 15px;
  }
  .profilePagecandidate .upload_photo a {
    width: 25px;
    height: 25px;
  }
  .profilePagecandidate .page-title {
    font-size: 24px;
  }
  .profilePagecandidate .profile-card, .profilePagecandidate .accordion-header {
    padding: 16px;
  }
  .profilePagecandidate .profileEdit {
    width: 100px;
    height: 100px;
  }
  .profilePagecandidate .profile-left {
    padding-right: 20px;
  }
  .profilePagecandidate .profile-name {
    font-size: 20px;
  }
  .profilePagecandidate .info-section {
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .profilePagecandidate .page-title {
    font-size: 22px;
  }
  .profilePagecandidate .profile-summary, .profilePagecandidate .editable-field, .profilePagecandidate .profile-headline, .profilePagecandidate .info-section {
    margin-bottom: 12px;
  }
  .profilePagecandidate .accordion-content {
    padding: 12px;
  }
  .profilePagecandidate .engagement-item {
    padding: 10px;
  }
  .profilePagecandidate .profileInsight {
    width: 100%;
  }
  .profilePagecandidate .profileInsight h4 {
    margin-bottom: 10px;
  }
  .profilePagecandidate .profileInsight_cnt {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .profilePagecandidate .profileInsight_cnt .profile-ud-item {
    width: 100%;
  }
  .profilePagecandidate .profileInsight_cnt .profile-ud-value {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .profilePagecandidate .profile-name {
    font-size: 18px;
  }
  .profilePagecandidate .profile-headline {
    font-size: 16px;
  }
  .profilePagecandidate .skill-tags {
    margin-bottom: 10px;
  }
  .profilePagecandidate .section-content, .profilePagecandidate .section-label {
    line-height: 1;
  }
  .profilePagecandidate .profile-card {
    margin-bottom: 15px;
  }
  .profilePagecandidate .accordion-section {
    margin-bottom: 15px;
  }
  .profilePagecandidate .contactInfo_video {
    height: 280px;
  }
  .profilePagecandidate .contactInfo_video iframe {
    width: 100%;
    height: 280px;
  }
  .profilePagecandidate .page-title {
    font-size: 20px;
  }
  .profilePagecandidate .editinfobtn {
    top: 16px;
    right: 5px;
  }
  .profilePagecandidate .profile-left {
    flex: 0 0 100%;
    padding-right: 0;
    width: 100%;
  }
  .profilePagecandidate .profile-right {
    padding-top: 20px;
    flex: 0 0 100%;
  }
  .profilePagecandidate .document-actions {
    width: 100%;
    justify-content: start;
    flex-wrap: wrap;
  }
}
@media (max-width: 575px) {
  .profilePagecandidate .additionalCard .info-section {
    width: 100%;
  }
  .profilePagecandidate .additionalCard .profile-right {
    display: block;
  }
  .profilePagecandidate .additionalCard .info-section {
    margin-bottom: 16px;
  }
  .profilePagecandidate .profile-card {
    margin-bottom: 10px;
  }
  .profilePagecandidate .accordion-section {
    margin-bottom: 10px;
  }
  .profilePagecandidate .engagement-header {
    flex-direction: column;
  }
  .profilePagecandidate .engagement-company {
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .profilePagecandidate .profile-right {
    min-width: 100%;
  }
  .profilePagecandidate .resume-document, .profilePagecandidate .contactInfo {
    padding: 10px;
  }
  .profilePagecandidate .document-preview {
    gap: 10px;
  }
  .profilePagecandidate .document-actions {
    justify-content: center;
  }
  .profilePagecandidate .profileInsight_cnt .profile-ud-item {
    width: 100%;
    display: block;
  }
  .profilePagecandidate .profileInsight_cnt .profile-ud-label {
    min-width: 100%;
  }
}
.profilePagecandidate .toggle-switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 24px;
  margin-left: 10px;
}
.profilePagecandidate .toggle-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.profilePagecandidate .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
  border-radius: 34px;
}
.profilePagecandidate .slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
}
.profilePagecandidate input:checked + .slider {
  background-color: #8C4B9D;
}
.profilePagecandidate input:checked + .slider:before {
  transform: translateX(26px);
}

.progress-card {
  background-color: #f0f8ff;
  border: 1px solid #d6eaff;
  border-radius: 8px;
  padding: 12px 16px;
  margin: 0 auto;
  box-shadow: 0 0 0 1px rgba(0, 123, 255, 0.1);
  margin-bottom: 20px;
}
.progress-card .progress-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}
.progress-card .progress-header .title {
  color: #007bff;
  font-weight: 600;
}
.progress-card .progress-header .percentage {
  color: #007bff;
  font-weight: 600;
}
.progress-card .progress-bar {
  width: 100%;
  height: 8px;
  background-color: #e9ecef;
  border-radius: 4px;
  overflow: hidden;
}
.progress-card .progress-bar .progress-fill {
  height: 100%;
  background-color: #28a745;
  transition: width 0.3s ease-in-out;
}
@media (max-width: 991px) {
  .progress-card {
    padding: 10px 12px;
    margin-bottom: 15px;
  }
  .progress-card .progress-header {
    margin-bottom: 4px;
  }
  .progress-card .progress-bar {
    margin: 4px 0;
  }
}

.assignmentsPage .job-actions {
  flex-shrink: 0;
  align-items: center;
}
.assignmentsPage .job-actions a:last-child {
  color: #4b5563;
}
.assignmentsPage .searchBtnJob {
  width: 112px;
  flex-shrink: 0;
}
.assignmentsPage .filter {
  gap: 10px;
}
.assignmentsPage .filter .select2.select2-container {
  width: 200px !important;
}
.assignmentsPage .filter .select2.select2-container .select2-selection__placeholder {
  color: #374151;
}
.assignmentsPage .filter .select2.select2-container .select2-selection__placeholder, .assignmentsPage .filter .select2.select2-container .select2-selection__rendered {
  font-size: 14px;
}
.assignmentsPage .filter .select2.select2-container .select2-container--open .select2-dropdown .select2-results__option {
  padding: 2px 15px !important;
  font-size: 13px;
}
.assignmentsPage .filter .select2.select2-container .select2-selection--single {
  height: 30px;
  background-color: #f3f4f6;
  border-radius: 5px;
  border-color: transparent;
}
.assignmentsPage .filter > div {
  gap: 10px;
}
.assignmentsPage .filter_title {
  font-size: 18px;
  color: #374151;
  font-weight: 600;
}
.assignmentsPage .filter_select {
  display: flex;
  gap: 10px;
}
.assignmentsPage .row {
  margin: 0 -6px;
}
.assignmentsPage .row [class*=col-] {
  padding: 0 6px;
}
.assignmentsPage .page-title {
  font-size: 30px;
  margin-bottom: 8px;
}
.assignmentsPage .page-para {
  font-size: 16px;
  color: #4b5563;
  line-height: 1.5;
  margin-bottom: 24px;
}
.assignmentsPage .card {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  border: none;
}
.assignmentsPage .card_inner {
  display: flex;
  gap: 10px;
}
.assignmentsPage .locationselect ~ .select2.select2-container {
  width: 256px !important;
  flex-shrink: 0;
}
.assignmentsPage .sortselect ~ .select2.select2-container {
  width: 150px !important;
  flex-shrink: 0;
}
.assignmentsPage .bg-purple.badge {
  padding: 4px 10px;
  font-size: 12px;
  background-color: #ede9fe;
  color: #5b21b6;
  border-radius: 50px;
  display: inline-block;
}
.assignmentsPage .job-meta svg {
  width: 16px;
  height: 16px;
}
.assignmentsPage .assignmentsList {
  padding: 10px 15px;
  -o-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.05);
  margin-bottom: 20px;
  height: calc(100% - 20px);
}
.assignmentsPage .assignmentsList__top span {
  font-size: 15px;
  color: #6F6771;
}
.assignmentsPage .assignmentsList__top .dropdown button {
  background: transparent;
  border: 0;
  padding: 0;
  outline: none;
  box-shadow: none;
  color: #C3CCD3;
  font-size: 25px;
  line-height: 0;
}
.assignmentsPage .assignmentsList__top .dropdown button:hover {
  color: #8C4B9D;
}
.assignmentsPage .assignmentsList__top .dropdown .dropdown-menu {
  left: auto !important;
  right: 0;
  transform: translate(0) !important;
  border-radius: 2px;
  border: 0;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16), 0px -4px 6px rgba(0, 0, 0, 0.06);
  text-align: right;
  z-index: 1;
  padding: 5px 12px;
  top: 25px !important;
}
.assignmentsPage .assignmentsList__top .dropdown .dropdown-menu .dropdown-item {
  background: transparent;
  padding: 10px 0;
}
.assignmentsPage .assignmentsList__top .dropdown .dropdown-menu .dropdown-item:not(:last-child) {
  border-bottom: 1px solid rgba(195, 204, 211, 0.3);
}
.assignmentsPage .assignmentsList__top .dropdown .dropdown-menu .dropdown-item:hover {
  color: #8C4B9D;
}
.assignmentsPage .assignmentsList__top .dropdown .dropdown-menu:before {
  content: "";
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 10px solid #ffffff;
  position: absolute;
  bottom: 100%;
  right: 7px;
}
.assignmentsPage .assignmentsList h4 {
  font-size: 17px;
  font-weight: 500;
  margin: 0;
}
.assignmentsPage .assignmentsList p {
  color: #C3CCD3;
  margin-bottom: 8px;
}
.assignmentsPage .assignmentsList .listMode {
  font-size: 14px;
  color: #6F6771;
  display: flex;
  align-items: center;
}
.assignmentsPage .assignmentsList .listMode em {
  background: #6F6771;
  height: 22px;
  width: 22px;
  border-radius: 50%;
  position: relative;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 8px;
  margin-right: 5px;
}
.assignmentsPage .assignmentsList .listMode--offline em:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 15px;
  background: #ffffff;
  transform: rotate(-60deg);
  left: 2px;
  top: 9px;
  border-radius: 10px;
}
.assignmentsPage .assignmentsList__bottom {
  border-top: 1px solid #EDF0F2;
  padding-top: 8px;
  margin-top: 10px;
}
.assignmentsPage .assignmentsList__bottom .status {
  background: #E8F7FF;
  color: #59B0E2;
  font-size: 15px;
  border-radius: 13px;
  padding: 1px 9px 3px;
  text-transform: capitalize;
}
.assignmentsPage .assignmentsList__bottom .status--completed {
  background: #DCF2E9;
  color: #4B9D7D;
}
.assignmentsPage .assignmentsList__bottom .status--draft {
  color: #6F6771;
  background: #EAE7EB;
}
.assignmentsPage .assignmentsList__bottom .status--blocked {
  background: #fceceb;
  color: #e85347;
}
.assignmentsPage .assignmentsList__bottom .status--inactive {
  background: #fceceb;
  color: #e85347;
}
.assignmentsPage .assignmentsList__bottom .date {
  font-size: 14px;
  color: #C3CCD3;
}
.assignmentsPage .assignmentsList__bottom .date span {
  color: #000000;
}
@media (max-width: 1439px) {
  .assignmentsPage .assignmentsList h4 {
    font-size: 16px;
  }
  .assignmentsPage .assignmentsList__bottom .status {
    font-size: 14px;
  }
}
@media (max-width: 1199.98px) {
  .assignmentsPage .assignmentsList {
    margin-bottom: 12px;
    height: calc(100% - 12px);
  }
  .assignmentsPage .assignmentsList h4 {
    font-size: 15px;
  }
  .assignmentsPage .assignmentsList__top .dropdown .dropdown-menu .dropdown-item {
    padding: 8px 0;
  }
}
@media (max-width: 767.98px) {
  .assignmentsPage .assignmentsList__top .dropdown button {
    font-size: 21px;
  }
  .assignmentsPage .assignmentsList__top .dropdown .dropdown-menu {
    padding: 5px 7px;
  }
  .assignmentsPage .assignmentsList__top .dropdown .dropdown-menu .dropdown-item {
    padding: 6px 0;
  }
}
.assignmentsPage #resetAssignmentBtn {
  flex-shrink: 0;
}
.assignmentsPage .pagination {
  display: flex;
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
}
.assignmentsPage .pagination a, .assignmentsPage .pagination span {
  padding: 10px 16px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #333;
  border-right: 1px solid #ddd;
  background-color: white;
  transition: background 0.3s;
}
.assignmentsPage .pagination a:last-child {
  border-right: none;
}
.assignmentsPage .pagination a:hover, .assignmentsPage .pagination span:hover {
  background-color: #f0f0f0;
}
.assignmentsPage .pagination a.active {
  background-color: #8C4B9D; /* Purple shade */
  color: white;
  font-weight: 600;
}
.assignmentsPage .pagination a.disabled {
  color: #999;
  pointer-events: none;
}
@media (max-width: 1199px) {
  .assignmentsPage .pagination a, .assignmentsPage .pagination span {
    width: 36px;
    height: 36px;
  }
  .assignmentsPage .page-para {
    margin-bottom: 15px;
  }
  .assignmentsPage .page-title {
    font-size: 24px;
  }
  .assignmentsPage .card {
    padding: 16px;
  }
  .assignmentsPage #resetAssignmentBtn {
    flex-shrink: 0px;
  }
  .assignmentsPage .locationselect ~ .select2.select2-container {
    width: 160px !important;
    flex-shrink: 0;
  }
  .assignmentsPage .filter {
    flex-direction: column;
    margin-top: 10px;
  }
  .assignmentsPage .filter > div {
    flex-wrap: wrap;
  }
  .assignmentsPage .filter .select2.select2-container {
    width: 140px !important;
  }
  .assignmentsPage .filter_select {
    flex-wrap: wrap;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .assignmentsPage .page-title {
    font-size: 22px;
  }
  .assignmentsPage .filter .select2.select2-container {
    width: calc(25% - 8px) !important;
  }
}
@media (max-width: 767px) {
  .assignmentsPage .pagination a, .assignmentsPage .pagination span {
    padding: 2px 8px;
  }
  .assignmentsPage .page-title {
    font-size: 20px;
  }
  .assignmentsPage .locationselect ~ .select2.select2-container {
    width: 100% !important;
  }
  .assignmentsPage .filter .select2.select2-container {
    width: calc(33% - 8px) !important;
  }
  .assignmentsPage .card_inner {
    flex-wrap: wrap;
  }
}
@media (max-width: 575px) {
  .assignmentsPage .job-actions {
    text-align: center;
  }
  .assignmentsPage .job-actions a {
    width: 100%;
  }
  .assignmentsPage .filter .select2.select2-container {
    width: 100% !important;
  }
}

.nedsDetail__content {
  padding: 35px 55px 40px;
  display: flex;
}
.nedsDetail__left {
  flex: 1 1 44%;
  max-width: 44%;
}
.nedsDetail__left .user-card {
  margin-bottom: 30px;
}
.nedsDetail__left .user-card .user-avatar {
  height: 125px;
  width: 125px;
  border-radius: 50%;
}
.nedsDetail__left .user-card .user-avatar img {
  height: 100%;
  width: 100%;
  border-radius: 50%;
}
.nedsDetail__left .user-card .user-avatar img.blur {
  filter: blur(2px);
}
.nedsDetail__left .user-card .user-avatar .status {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  color: #ffffff;
  font-size: 17px;
  background: #59B0E2;
  border-radius: 13px;
  padding: 0 9px;
}
.nedsDetail__left .user-card .user-info {
  padding-left: 15px;
  padding-top: 10px;
  flex: 1;
}
.nedsDetail__left .user-card .user-info span {
  display: block;
  color: #6F6771;
}
.nedsDetail__left .user-card .user-info span.userId {
  font-size: 14px;
}
.nedsDetail__left .user-card .user-info span.userTitle {
  color: #59B0E2;
}
.nedsDetail__left .user-card .user-info span.userLocation {
  display: flex;
  align-items: center;
  margin-top: 3px;
}
.nedsDetail__left .user-card .user-info span.userLocation em {
  margin-right: 5px;
}
.nedsDetail__left .user-card .user-info h4 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 3px;
}
.nedsDetail__left ul li {
  display: flex;
  border-top: 1px solid #EDF0F2;
  padding: 12px 0;
}
.nedsDetail__left ul li span.listLabel {
  color: #C3CCD3;
  min-width: 140px;
}
.nedsDetail__left ul li span small {
  display: block;
}
.nedsDetail__left ul li a {
  color: #8C4B9D;
}
.nedsDetail__left ul li a:hover, .nedsDetail__left ul li afocus {
  color: rgb(118.4568965517, 63.4590517241, 132.8409482759);
}
.nedsDetail__left ul li .Keywords {
  background: #E8F7FF;
  color: #59B0E2;
  border-radius: 13px;
  font-size: 15px;
  display: inline-block;
  padding: 3px 8px;
}
.nedsDetail__left ul li .Keywords:not(:last-child) {
  margin-right: 8px;
  margin-bottom: 5px;
}
.nedsDetail__right {
  flex: 1 1 56%;
  max-width: 56%;
  padding-left: 60px;
}
.nedsDetail__right h4 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 23px;
}
.nedsDetail__right .introVideo {
  margin-bottom: 23px;
}
.nedsDetail__right .introVideo .videoIcon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.nedsDetail__right .introVideo iframe, .nedsDetail__right .introVideo video {
  width: 100%;
  height: 300px;
}
.nedsDetail__right p {
  color: #6F6771;
  word-break: break-all;
}
.nedsDetail__right .readMore {
  text-align: center;
}
.nedsDetail__right .readMore em {
  font-size: 18px;
  margin-left: 3px;
}
.nedsDetail__right .accordion {
  border-top: 1px solid #EDF0F2;
  margin: 20px 0;
}
.nedsDetail__right .accordion .accordion-head h6 {
  font-size: 20px;
  font-weight: 500;
  margin: 0;
  cursor: pointer;
  position: relative;
}
.nedsDetail__right .accordion .accordion-head h6:after {
  content: "\e90a";
  font-family: "icomoon";
  position: absolute;
  right: 0;
}
.nedsDetail__right .accordion .accordion-head h6[aria-expanded=true]:after {
  transform: rotate(180deg);
}
.nedsDetail__right .accordion .accordion-item {
  border-bottom: 1px solid #EDF0F2;
  padding: 14px 0 15px;
}
.nedsDetail__right .accordion table {
  margin: 5px 0;
}
.nedsDetail__right .accordion table tr td {
  padding: 12px 15px;
  color: #6F6771;
  vertical-align: top;
}
.nedsDetail__right .accordion table tr td:last-child {
  text-align: right;
  padding-right: 0;
  white-space: nowrap;
}
.nedsDetail__right .accordion table tr td:first-child {
  text-align: left;
  padding-left: 0;
  color: #000000;
}
.nedsDetail__right .accordion table tr td span {
  color: #C3CCD3;
  display: block;
}
.nedsDetail .resume-document {
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  background-color: #fcfcfc;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}
.nedsDetail .resume-upload {
  padding: 15px 0px;
  margin-top: 20px;
  border-top: 1px solid #EDF0F2;
}
.nedsDetail .document-preview {
  display: flex;
  align-items: center;
  gap: 15px;
}
.nedsDetail .document-icon {
  font-size: 24px;
  color: #e74c3c;
}
.nedsDetail .document-icon.fa-file-word {
  color: #3498db;
}
.nedsDetail .document-title {
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 14px;
  word-break: break-word;
}
.nedsDetail .document-details {
  font-size: 12px;
  color: #777;
}
.nedsDetail .document-actions {
  display: flex;
  gap: 10px;
}
.nedsDetail .action-btn {
  padding: 8px 12px;
  border: none;
  border-radius: 5px;
  font-size: 13px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 5px;
}
.nedsDetail .view-btn {
  background-color: #f0f0f0;
  color: #333;
}
.nedsDetail .download-btn {
  background-color: #5151b8;
  color: white;
}
@media (max-width: 1599px) {
  .nedsDetail__content {
    padding: 30px 40px;
  }
  .nedsDetail__left .user-card .user-avatar {
    height: 115px;
    width: 115px;
  }
  .nedsDetail__left .user-card .user-info {
    padding-top: 5px;
  }
  .nedsDetail__left ul li {
    padding: 10px 0;
  }
  .nedsDetail__left ul li span.listLabel {
    min-width: 125px;
  }
  .nedsDetail__left ul li .Keywords {
    font-size: 14px;
  }
  .nedsDetail__right {
    padding-left: 40px;
  }
  .nedsDetail__right h4 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .nedsDetail__right .introVideo {
    margin-bottom: 20px;
  }
  .nedsDetail__right .introVideo iframe, .nedsDetail__right .introVideo video {
    height: 220px;
  }
  .nedsDetail__right .accordion .accordion-head h6 {
    font-size: 18px;
  }
  .nedsDetail__right .accordion .accordion-item {
    padding: 13px 0;
  }
  .nedsDetail__right .accordion table tr td {
    padding: 10px 12px;
  }
}
@media (max-width: 1439px) {
  .nedsDetail__content {
    padding: 25px 30px;
  }
  .nedsDetail__left .user-card .user-avatar {
    height: 100px;
    width: 100px;
  }
  .nedsDetail__left .user-card .user-info h4 {
    font-size: 18px;
  }
  .nedsDetail__left .user-card .user-info span.userLocation {
    margin: 0;
  }
  .nedsDetail__left ul li span.listLabel {
    min-width: 115px;
  }
  .nedsDetail__right {
    padding-left: 20px;
  }
  .nedsDetail__right h4 {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .nedsDetail__right .introVideo {
    margin-bottom: 15px;
  }
}
@media (max-width: 1199.98px) {
  .nedsDetail__content {
    padding: 20px;
  }
  .nedsDetail__left .user-card {
    margin-bottom: 15px;
  }
  .nedsDetail__left .user-card .user-avatar {
    width: 80px;
    height: 80px;
  }
  .nedsDetail__left ul li a {
    white-space: normal;
    word-break: break-all;
  }
  .nedsDetail__right .introVideo .videoIcon img {
    height: 50px;
  }
  .nedsDetail__right h4 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .nedsDetail__right .accordion {
    margin: 15px 0;
  }
  .nedsDetail__right .accordion .accordion-head h6 {
    font-size: 16px;
  }
  .nedsDetail__right .accordion .accordion-item {
    padding: 10px 0;
  }
}
@media (max-width: 991.98px) {
  .nedsDetail__left .user-card .user-avatar {
    width: 70px;
    height: 70px;
  }
  .nedsDetail__left ul li {
    display: block;
  }
  .nedsDetail__left ul li .tags {
    margin-top: 8px;
  }
  .nedsDetail__left ul li span.listLabel {
    display: block;
  }
}
@media (max-width: 575.98px) {
  .nedsDetail__content {
    display: block;
    padding: 15px;
  }
  .nedsDetail__left, .nedsDetail__right {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .nedsDetail__right {
    padding-left: 0;
  }
  .nedsDetail__right .introVideo .videoIcon img {
    height: 40px;
  }
  .nedsDetail__right .accordion table tr td {
    padding: 8px 10px;
    white-space: nowrap;
  }
}

.notificationPage__content {
  border-radius: 7px 7px 0 0;
  box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.05);
  padding: 15px 40px;
}
.notificationPage__content ul {
  max-height: calc(100vh - 250px);
  overflow: hidden;
  overflow-y: auto;
}
.notificationPage__content li {
  display: block;
  border-bottom: 1px solid rgba(174, 185, 194, 0.2);
  position: relative;
  padding: 20px 20px 14px;
  font-size: 18px;
}
.notificationPage__content li .notificationTime {
  font-size: 14px;
  margin-top: 7px;
  color: #AEB9C2;
}
.notificationPage__content li .notificationTime em {
  font-size: 18px;
  vertical-align: text-bottom;
}
.notificationPage__content li.active {
  background: rgba(140, 75, 157, 0.09);
}
.notificationPage__content li:not(:last-child) {
  margin-bottom: 4px;
}
.notificationPage__content .mCustomScrollbar .mCSB_inside > .mCSB_container {
  margin-right: 15px;
}
@media (max-width: 1699px) {
  .notificationPage__content {
    padding: 15px 30px;
  }
  .notificationPage__content ul {
    max-height: calc(100vh - 150px);
  }
}
@media (max-width: 1439px) {
  .notificationPage__content {
    padding: 15px 20px;
  }
  .notificationPage__content ul li {
    padding: 15px 15px 10px;
    font-size: 16px;
  }
}
@media (max-width: 991.98px) {
  .notificationPage__content {
    padding: 15px;
  }
  .notificationPage__content ul li {
    padding: 10px 15px;
    font-size: 15px;
  }
}

.assignmentsDetail .customTabs {
  margin-bottom: 15px;
}
.assignmentsDetail .customTabs ul.nav-tabs li.nav-item:not(:last-child) {
  margin-right: 42px;
}
.assignmentsDetail .customTabs ul.nav-tabs li.nav-item a {
  color: #707070;
}
@media (max-width: 767.98px) {
  .assignmentsDetail .customTabs ul.nav-tabs li.nav-item:not(:last-child) {
    margin-right: 20px;
  }
  .assignmentsDetail .customTabs ul.nav-tabs li.nav-item a {
    font-size: 16px;
  }
}
@media (max-width: 575.98px) {
  .assignmentsDetail .customTabs .nav {
    white-space: nowrap;
    flex-wrap: nowrap;
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .assignmentsDetail .customTabs .nav.nav-tabs .nav-link.active {
    color: #8C4B9D;
  }
  .assignmentsDetail .customTabs .nav.nav-tabs .nav-link:after {
    display: none;
  }
}
@media (max-width: 480.99px) {
  .assignmentsDetail .customTabs .nav.nav-tabs li.nav-item:not(:last-child) {
    margin-right: 15px;
  }
}
.assignmentsDetail .descriptionDetail {
  border-radius: 5px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
  padding: 30px 60px;
}
.assignmentsDetail .descriptionDetail__top {
  border-bottom: 1px solid #EDF0F2;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.assignmentsDetail .descriptionDetail__top h2 {
  font-size: 24px;
  color: #000000;
  margin: 0;
}
.assignmentsDetail .descriptionDetail__top .assignId {
  color: #6F6771;
  margin: 5px 0;
  font-size: 14px;
}
.assignmentsDetail .descriptionDetail__top .status {
  background: #E8F7FF;
  color: #59B0E2;
  font-size: 15px;
  border-radius: 13px;
  padding: 3px 9px 4px;
}
.assignmentsDetail .descriptionDetail__top .status--completed {
  background: #DCF2E9;
  color: #4B9D7D;
}
.assignmentsDetail .descriptionDetail__top .status--draft {
  color: #6F6771;
  background: #EAE7EB;
}
.assignmentsDetail .descriptionDetail__top .status--blocked {
  background: #fceceb;
  color: #e85347;
}
.assignmentsDetail .descriptionDetail__top .status--inactive {
  background: #fceceb;
  color: #e85347;
}
.assignmentsDetail .descriptionDetail__top .markStatus_btn {
  height: 45px;
  font-size: 18px;
  padding: 10px 34px;
  line-height: 1.2;
}
.assignmentsDetail .descriptionDetail__left {
  flex: 1 1 44%;
  max-width: 44%;
}
.assignmentsDetail .descriptionDetail__left ul li {
  display: flex;
  padding: 12px 0;
  font-size: 16px;
}
.assignmentsDetail .descriptionDetail__left ul li:not(:last-child) {
  border-bottom: 1px solid #EDF0F2;
}
.assignmentsDetail .descriptionDetail__left ul li span {
  color: #000000;
}
.assignmentsDetail .descriptionDetail__left ul li span.listLabel {
  color: #AEB9C2;
  min-width: 140px;
}
.assignmentsDetail .descriptionDetail__left ul li span small {
  display: block;
}
.assignmentsDetail .descriptionDetail__left ul li .Keywords {
  background: #E8F7FF;
  color: #59B0E2;
  border-radius: 13px;
  font-size: 15px;
  display: inline-block;
  padding: 3px 8px;
}
.assignmentsDetail .descriptionDetail__left ul li .Keywords:not(:last-child) {
  margin-right: 8px;
  margin-bottom: 5px;
}
.assignmentsDetail .descriptionDetail__right {
  flex: 1 1 56%;
  max-width: 56%;
  padding-left: 60px;
}
.assignmentsDetail .descriptionDetail__right h4 {
  font-size: 20px;
  color: #000000;
  margin-bottom: 15px;
}
.assignmentsDetail .descriptionDetail__right p {
  font-size: 16px;
  color: #6F6771;
  border-bottom: 1px solid #EDF0F2;
  padding-bottom: 10px;
}
.assignmentsDetail .descriptionDetail__right .divider {
  margin: 15px 0;
}
.assignmentsDetail .descriptionDetail__right .consultUser_avtar {
  width: 50px;
  height: 50px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  margin-right: 13px;
}
.assignmentsDetail .descriptionDetail__right .consultUser_detail {
  max-width: 265px;
}
.assignmentsDetail .descriptionDetail__right .consultUser_detail h6 {
  margin-bottom: 0;
  font-size: 18px;
}
.assignmentsDetail .descriptionDetail__right .consultUser_detail span {
  color: #AEB9C2;
}
@media (max-width: 1699px) {
  .assignmentsDetail .descriptionDetail {
    padding: 30px 40px;
  }
  .assignmentsDetail .descriptionDetail__right {
    padding-left: 40px;
  }
  .assignmentsDetail .descriptionDetail__right .consultUser_detail {
    max-width: 200px;
  }
}
@media (max-width: 1439px) {
  .assignmentsDetail .descriptionDetail {
    padding: 25px;
  }
  .assignmentsDetail .descriptionDetail__top h2 {
    font-size: 20px;
  }
  .assignmentsDetail .descriptionDetail__top .markStatus_btn {
    height: 40px;
    font-size: 16px;
    padding: 8px 25px;
  }
  .assignmentsDetail .descriptionDetail__right {
    padding-left: 20px;
  }
  .assignmentsDetail .descriptionDetail__right h4 {
    font-size: 18px;
  }
  .assignmentsDetail .descriptionDetail__right p {
    font-size: 14px;
  }
  .assignmentsDetail .descriptionDetail__right .consultUser_detail {
    max-width: 160px;
  }
  .assignmentsDetail .descriptionDetail__right .consultUser_detail h6 {
    font-size: 16px;
  }
  .assignmentsDetail .descriptionDetail__left ul li {
    padding: 10px 0;
    font-size: 14px;
  }
  .assignmentsDetail .descriptionDetail__left ul li .Keywords {
    padding: 3px 5px;
    font-size: 12px;
  }
  .assignmentsDetail .descriptionDetail__left ul li .Keywords:not(:last-child) {
    margin-right: 5px;
  }
}
@media (max-width: 1199.98px) {
  .assignmentsDetail .descriptionDetail__top .markStatus_btn {
    height: 36px;
    font-size: 14px;
  }
  .assignmentsDetail .descriptionDetail__right .consultUser_detail {
    max-width: 240px;
  }
}
@media (max-width: 991.98px) {
  .assignmentsDetail .descriptionDetail {
    padding: 15px;
  }
  .assignmentsDetail .descriptionDetail__left, .assignmentsDetail .descriptionDetail__right {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .assignmentsDetail .descriptionDetail__right {
    padding-left: 0;
  }
}
@media (max-width: 767.98px) {
  .assignmentsDetail .descriptionDetail__top h2 {
    font-size: 18px;
  }
}
@media (max-width: 575.98px) {
  .assignmentsDetail .descriptionDetail__top {
    padding-bottom: 15px;
    margin-bottom: 0;
  }
  .assignmentsDetail .descriptionDetail__left ul li {
    flex-direction: column;
  }
  .assignmentsDetail .descriptionDetail__right .consultUser_avtar {
    width: 45px;
    height: 45px;
  }
}
@media (max-width: 480px) {
  .assignmentsDetail .descriptionDetail__right .consultUser {
    width: 100%;
  }
  .assignmentsDetail .descriptionDetail__right .consultUser_detail {
    max-width: 100%;
    width: 100%;
  }
  .assignmentsDetail .descriptionDetail__right .consult_btn {
    margin: 5px 0 auto 58px !important;
  }
}
.assignmentsDetail .suggestedDetail .circleProgress {
  position: absolute;
  right: 5px;
  top: 20px;
}
.assignmentsDetail .suggestedDetail .row {
  margin: 0 -6px;
}
.assignmentsDetail .suggestedDetail .row [class*=col-] {
  padding: 0 6px;
  flex: 1 1 20%;
  max-width: 20%;
}
.assignmentsDetail .suggestedDetail .media {
  padding: 31px 18px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  position: relative;
  margin-bottom: 20px;
  height: calc(100% - 20px);
}
.assignmentsDetail .suggestedDetail .media__img {
  width: 109px;
  height: 109px;
  border-radius: 50%;
  margin-bottom: 12px;
}
.assignmentsDetail .suggestedDetail .media__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.assignmentsDetail .suggestedDetail .media__img.blocked img {
  filter: blur(2px);
}
.assignmentsDetail .suggestedDetail .media__body {
  text-align: center;
  width: 100%;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.assignmentsDetail .suggestedDetail .media__body .btn {
  margin-top: auto;
}
.assignmentsDetail .suggestedDetail .media__body h5 {
  font-size: 20px;
  color: #000000;
  margin-bottom: 4px;
}
.assignmentsDetail .suggestedDetail .media__body .userId {
  margin-bottom: 5px;
  font-size: 13px;
}
.assignmentsDetail .suggestedDetail .media__body p {
  font-size: 14px;
  color: #AEB9C2;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  -moz-line-clamp: 2;
  -ms-line-clamp: 2;
  -o-line-clamp: 2;
  text-overflow: ellipsis;
  line-height: 18px;
}
.assignmentsDetail .suggestedDetail .media__body .address {
  color: #6F6771;
  margin-bottom: 12px;
  justify-content: center;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  -moz-line-clamp: 2;
  -ms-line-clamp: 2;
  -o-line-clamp: 2;
  text-overflow: ellipsis;
}
.assignmentsDetail .suggestedDetail .media__body .address em {
  margin-right: 2px;
  position: relative;
  top: 3px;
}
.assignmentsDetail .suggestedDetail .media__body .btn {
  position: relative;
  z-index: 11;
}
.assignmentsDetail .suggestedDetail .media .experience {
  position: absolute;
  right: 6px;
  top: 6px;
  background: #59B0E2;
  display: inline-block;
  border-radius: 13px;
  padding: 1px 10px;
  color: #ffffff;
}
.assignmentsDetail .suggestedDetail .media .badge {
  position: absolute;
  right: 6px;
  top: 6px;
  white-space: break-spaces;
  color: #59B0E2;
  background: #E8F7FF;
  font-size: 14px;
  padding: 2px 5px;
  font-weight: 400;
}
@media (max-width: 1699px) {
  .assignmentsDetail .suggestedDetail .media {
    padding: 30px 15px 20px;
  }
  .assignmentsDetail .suggestedDetail .media__img {
    width: 80px;
    height: 80px;
  }
  .assignmentsDetail .suggestedDetail .media__body h5 {
    font-size: 18px;
  }
}
@media (max-width: 1439px) {
  .assignmentsDetail .suggestedDetail .row {
    margin: 0 -7px;
  }
  .assignmentsDetail .suggestedDetail .row [class*=col-] {
    padding: 0 7px;
    flex: 1 1 25%;
    max-width: 25%;
  }
  .assignmentsDetail .suggestedDetail .media {
    padding: 25px 10px 15px;
  }
  .assignmentsDetail .suggestedDetail .media__img {
    width: 70px;
    height: 70px;
  }
  .assignmentsDetail .suggestedDetail .media__body h5 {
    font-size: 16px;
  }
  .assignmentsDetail .suggestedDetail .media__body .address {
    font-size: 13px;
  }
  .assignmentsDetail .suggestedDetail .media__body .address em {
    top: 2px;
  }
  .assignmentsDetail .suggestedDetail .media .badge {
    right: 5px;
    top: 5px;
  }
}
@media (max-width: 767.98px) {
  .assignmentsDetail .suggestedDetail .row [class*=col-] {
    flex: 1 1 33.33%;
    max-width: 33.33%;
  }
}
@media (max-width: 575.98px) {
  .assignmentsDetail .suggestedDetail .row [class*=col-] {
    flex: 1 1 50%;
    max-width: 50%;
  }
}
@media (max-width: 375.99px) {
  .assignmentsDetail .suggestedDetail .row [class*=col-] {
    flex: 1 1 100%;
    max-width: 100%;
  }
}
.assignmentsDetail .shortlistedDetail .accordion .accordion-item:not(:last-child) {
  margin-bottom: 20px;
}
.assignmentsDetail .shortlistedDetail .accordion .accordion-item .accordion-head {
  border: 0;
  box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.05);
  border-radius: 7px 7px 0 0;
  display: flex;
  justify-content: space-between;
  padding: 15px 20px;
  align-items: center;
}
.assignmentsDetail .shortlistedDetail .accordion .accordion-item .accordion-head .media {
  width: 250px;
}
.assignmentsDetail .shortlistedDetail .accordion .accordion-item .accordion-head .media__img {
  height: 58px;
  width: 58px;
  border-radius: 50%;
  flex-shrink: 0;
}
.assignmentsDetail .shortlistedDetail .accordion .accordion-item .accordion-head .media__img img {
  height: 100%;
  width: 100%;
  border-radius: 50%;
}
.assignmentsDetail .shortlistedDetail .accordion .accordion-item .accordion-head .media__img.blocked img {
  filter: blur(2px);
}
.assignmentsDetail .shortlistedDetail .accordion .accordion-item .accordion-head .media__body {
  max-width: calc(100% - 60px);
  padding-left: 15px;
}
.assignmentsDetail .shortlistedDetail .accordion .accordion-item .accordion-head .media__body h5 {
  font-size: 18px;
  margin-bottom: 0px;
}
.assignmentsDetail .shortlistedDetail .accordion .accordion-item .accordion-head .media__body .userId {
  margin-bottom: 0px;
  font-size: 13px;
}
.assignmentsDetail .shortlistedDetail .accordion .accordion-item .accordion-head .media__body p {
  color: #AEB9C2;
  font-size: 14px;
}
.assignmentsDetail .shortlistedDetail .accordion .accordion-item .accordion-head .media__body .address {
  color: #6F6771;
  font-size: 16px;
  font-weight: 500;
}
.assignmentsDetail .shortlistedDetail .accordion .accordion-item .accordion-head .media__body .address em {
  margin-right: 4px;
  position: relative;
  top: 5px;
}
.assignmentsDetail .shortlistedDetail .accordion .accordion-item .accordion-head .progressList ul {
  display: flex;
  margin: 0 -10px;
}
.assignmentsDetail .shortlistedDetail .accordion .accordion-item .accordion-head .progressList ul li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 150px;
  padding: 0 10px;
  color: #AEB9C2;
  font-size: 14px;
  position: relative;
}
.assignmentsDetail .shortlistedDetail .accordion .accordion-item .accordion-head .progressList ul li em {
  height: 17px;
  width: 17px;
  font-size: 13px;
  background: #AEB9C2;
  border-radius: 50%;
  display: block;
  margin-bottom: 5px;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.assignmentsDetail .shortlistedDetail .accordion .accordion-item .accordion-head .progressList ul li:not(:first-child):after {
  content: "";
  position: absolute;
  left: -48%;
  top: 8px;
  border-top: 1px dashed #AEB9C2;
  width: 100%;
}
.assignmentsDetail .shortlistedDetail .accordion .accordion-item .accordion-head .progressList ul li.active {
  color: #4B9D7D;
}
.assignmentsDetail .shortlistedDetail .accordion .accordion-item .accordion-head .progressList ul li.active em {
  background: #4B9D7D;
  color: #ffffff;
}
.assignmentsDetail .shortlistedDetail .accordion .accordion-item .accordion-head .progressList ul li.active:after {
  border-top-color: #4B9D7D;
}
.assignmentsDetail .shortlistedDetail .accordion .accordion-item .accordion-head .progressList ul li .no-select {
  text-decoration: line-through;
  color: #AEB9C2;
}
.assignmentsDetail .shortlistedDetail .accordion .accordion-item .accordion-head .action span {
  font-size: 16px;
  color: #000000;
  margin-right: 10px;
  white-space: nowrap;
}
.assignmentsDetail .shortlistedDetail .accordion .accordion-item .accordion-head .action .accordion-icon {
  position: static;
  height: 36px;
  width: 36px;
  border: 1px solid #6F6771;
  background: transparent;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6F6771;
  transform: translate(0);
}
.assignmentsDetail .shortlistedDetail .accordion .accordion-item .accordion-head .action .accordion-icon:before {
  transform: rotate(0);
  content: "\e90a";
  font-family: "icomoon" !important;
}
.assignmentsDetail .shortlistedDetail .accordion .accordion-item .accordion-head .action .accordion-icon[aria-expanded=true] {
  border-top-color: #8C4B9D;
  color: #8C4B9D;
}
.assignmentsDetail .shortlistedDetail .accordion .accordion-item .accordion-head .action .accordion-icon[aria-expanded=true]:before {
  transform: rotate(180deg);
}
.assignmentsDetail .shortlistedDetail .accordion .accordion-item .accordion-inner {
  padding: 10px 60px;
  background: #ffffff;
  border: 0;
  border-top: 2px solid #F5F6FA;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  border-radius: 0 0 7px 7px;
}
.assignmentsDetail .shortlistedDetail .accordion .accordion-item .accordion-inner .nav {
  border-bottom: 1px solid #F2F4F5;
  gap: 5px;
}
.assignmentsDetail .shortlistedDetail .accordion .accordion-item .accordion-inner .nav .nav-item .nav-link {
  font-size: 16px;
  color: #6F6771;
  border-bottom: 2px solid transparent;
  border-radius: 2px 2px 0 0;
  font-weight: 500;
}
.assignmentsDetail .shortlistedDetail .accordion .accordion-item .accordion-inner .nav .nav-item .nav-link.active {
  border-bottom-color: #8C4B9D;
  background: rgba(140, 75, 157, 0.09);
  color: #8C4B9D;
}
.assignmentsDetail .shortlistedDetail .accordion .accordion-item .accordion-inner .nav .nav-item.ml-auto {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
}
.assignmentsDetail .shortlistedDetail .accordion .accordion-item .accordion-inner .activityBox {
  max-height: 315px;
  overflow: auto;
}
.assignmentsDetail .shortlistedDetail .accordion .accordion-item .accordion-inner .activityBox .addNote {
  padding: 10px 15px 15px;
  text-transform: capitalize;
}
.assignmentsDetail .shortlistedDetail .accordion .accordion-item .accordion-inner .activityList {
  padding: 15px;
  position: relative;
  border-bottom: 1px solid #F2F4F5;
}
.assignmentsDetail .shortlistedDetail .accordion .accordion-item .accordion-inner .activityList h4 {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 4px;
  line-height: 22px;
}
.assignmentsDetail .shortlistedDetail .accordion .accordion-item .accordion-inner .activityList h4 span.font-medium {
  font-weight: 600;
}
.assignmentsDetail .shortlistedDetail .accordion .accordion-item .accordion-inner .activityList h4 span.theme-color {
  color: #8C4B9D;
}
.assignmentsDetail .shortlistedDetail .accordion .accordion-item .accordion-inner .activityList p {
  font-size: 14px;
  color: #707070;
  margin-bottom: 4px;
}
.assignmentsDetail .shortlistedDetail .accordion .accordion-item .accordion-inner .activityList ul {
  margin-bottom: 0;
}
.assignmentsDetail .shortlistedDetail .accordion .accordion-item .accordion-inner .activityList ul li {
  display: inline-block;
  color: #AEB9C2;
  font-size: 14px;
  line-height: normal;
}
.assignmentsDetail .shortlistedDetail .accordion .accordion-item .accordion-inner .activityList ul li em {
  font-size: 20px;
  vertical-align: text-bottom;
  margin-right: 2px;
}
.assignmentsDetail .shortlistedDetail .accordion .accordion-item .accordion-inner .activityList ul li:not(:last-child) {
  border-right: 1px solid #AEB9C2;
  padding-right: 15px;
  margin-right: 15px;
}
.assignmentsDetail .shortlistedDetail .accordion .accordion-item .accordion-inner .activityList ul li .badge-info {
  font-size: 14px;
  color: #59B0E2;
  background: #E8F7FF;
  font-weight: 400;
}
.assignmentsDetail .shortlistedDetail .accordion .accordion-item .accordion-inner .activityList:before {
  content: "";
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background: #8C4B9D;
  position: absolute;
  left: 0;
  top: 21px;
  display: block;
}
.assignmentsDetail .shortlistedDetail .accordion .accordion-item .accordion-inner .activityList .activityRight {
  padding-left: 15px;
  margin-top: 25px;
}
.assignmentsDetail .shortlistedDetail .accordion .accordion-item .accordion-inner .activityList .activityRight .btn {
  height: 32px;
  font-size: 14px;
  padding: 6px 25px;
}
@media (max-width: 1699px) {
  .assignmentsDetail .shortlistedDetail .accordion .accordion-item .accordion-head {
    padding: 15px;
  }
  .assignmentsDetail .shortlistedDetail .accordion .accordion-item .accordion-head .media__body h5 {
    font-size: 16px;
  }
  .assignmentsDetail .shortlistedDetail .accordion .accordion-item .accordion-head .media__body .address {
    font-size: 15px;
  }
  .assignmentsDetail .shortlistedDetail .accordion .accordion-item .accordion-inner {
    padding: 10px 40px;
  }
}
@media (max-width: 1439px) {
  .assignmentsDetail .shortlistedDetail .accordion .accordion-item .accordion-head {
    padding: 10px 15px;
  }
  .assignmentsDetail .shortlistedDetail .accordion .accordion-item .accordion-head .media__img {
    height: 50px;
    width: 50px;
  }
  .assignmentsDetail .shortlistedDetail .accordion .accordion-item .accordion-head .media__body {
    padding-left: 10px;
  }
  .assignmentsDetail .shortlistedDetail .accordion .accordion-item .accordion-head .progressList ul {
    margin: 0 -5px;
  }
  .assignmentsDetail .shortlistedDetail .accordion .accordion-item .accordion-head .progressList ul li {
    width: 125px;
    font-size: 13px;
    padding: 0 5px;
  }
  .assignmentsDetail .shortlistedDetail .accordion .accordion-item .accordion-head .action span {
    font-size: 15px;
  }
  .assignmentsDetail .shortlistedDetail .accordion .accordion-item .accordion-head .action .accordion-icon {
    height: 30px;
    width: 30px;
  }
  .assignmentsDetail .shortlistedDetail .accordion .accordion-item .accordion-inner {
    padding: 10px 30px;
  }
  .assignmentsDetail .shortlistedDetail .accordion .accordion-item .accordion-inner .nav .nav-item .nav-link {
    font-size: 14px;
  }
}
@media (max-width: 991.98px) {
  .assignmentsDetail .shortlistedDetail .accordion .accordion-item:not(:last-child) {
    margin-bottom: 15px;
  }
  .assignmentsDetail .shortlistedDetail .accordion .accordion-item .accordion-head .progressList {
    display: none;
  }
  .assignmentsDetail .shortlistedDetail .accordion .accordion-item .accordion-head .media {
    max-width: 100%;
    flex: 1;
  }
  .assignmentsDetail .shortlistedDetail .accordion .accordion-item .accordion-inner {
    padding: 10px 15px;
  }
  .assignmentsDetail .shortlistedDetail .accordion .accordion-item .accordion-inner .activityList ul li:not(:last-child) {
    padding-right: 6px;
    margin-right: 6px;
  }
  .assignmentsDetail .shortlistedDetail .accordion .accordion-item .accordion-inner .activityList ul li .badge-info {
    font-size: 13px;
  }
}
@media (max-width: 767.98px) {
  .assignmentsDetail .shortlistedDetail .accordion .accordion-item .accordion-head .media {
    width: 200px;
  }
}
@media (max-width: 575.98px) {
  .assignmentsDetail .shortlistedDetail .accordion .accordion-item .accordion-inner .activityList {
    display: block !important;
    padding-left: 0;
  }
  .assignmentsDetail .shortlistedDetail .accordion .accordion-item .accordion-inner .activityList:before {
    display: none;
  }
  .assignmentsDetail .shortlistedDetail .accordion .accordion-item .accordion-inner .activityList .activityRight {
    padding-left: 0;
    margin-top: 10px;
    text-align: right;
  }
  .assignmentsDetail .shortlistedDetail .accordion .accordion-item .accordion-inner .updateStage {
    margin: 5px 0;
  }
}
@media (max-width: 375px) {
  .assignmentsDetail .shortlistedDetail .accordion .accordion-item .accordion-head .action span {
    display: none;
  }
  .assignmentsDetail .shortlistedDetail .accordion .accordion-item .accordion-inner .nav {
    display: block;
  }
  .assignmentsDetail .shortlistedDetail .accordion .accordion-item .accordion-inner .nav .nav-item .nav-link {
    width: 100%;
    text-align: center;
    margin-bottom: 8px;
    background: #f7f7f7;
  }
  .assignmentsDetail .shortlistedDetail .accordion .accordion-item .accordion-inner .nav .nav-item .btn {
    width: 100%;
    margin-bottom: 10px;
    justify-content: center;
  }
  .assignmentsDetail .shortlistedDetail .accordion .accordion-item .accordion-inner .activityList h4 {
    font-size: 14px;
  }
  .assignmentsDetail .shortlistedDetail .accordion .accordion-item .accordion-inner .activityList ul li {
    display: block;
  }
  .assignmentsDetail .shortlistedDetail .accordion .accordion-item .accordion-inner .activityList ul li:not(:last-child) {
    border-right: 0;
    padding-right: 0;
    margin-left: 0;
    margin-bottom: 10px;
  }
}
.assignmentsDetail .appointmentDetail .card {
  border-radius: 5px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
}
.assignmentsDetail .appointmentDetail .card .status .badge {
  font-size: 15px;
  line-height: 23px;
  font-weight: normal;
}
.assignmentsDetail .appointmentDetail .card .status .badge-primary {
  background: #E8F7FF;
  border-color: #E8F7FF;
  color: #59B0E2;
}
.assignmentsDetail .appointmentDetail .card .status .badge-secondary {
  background: #DCF2E9;
  border-color: #DCF2E9;
  color: #4B9D7D;
}
.assignmentsDetail .appointmentDetail .card .status .badge-danger {
  background: #FCECEC;
  border-color: #FCECEC;
  color: #E23333;
}
@media (max-width: 1439px) {
  .assignmentsDetail .appointmentDetail .card .status .badge {
    font-size: 13px;
  }
}
@media (max-width: 1439px) {
  .assignmentsDetail .appointmentDetail .card .status .badge {
    font-size: 13px;
  }
}
.assignmentsDetail .appointmentDetail .card .action em {
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  background: #F1F1F1;
  font-size: 14px;
}
.assignmentsDetail .appointmentDetail .card .action em:hover {
  color: #8C4B9D;
}
.assignmentsDetail .appointmentDetail .card-left {
  flex: 1;
}
.assignmentsDetail .appointmentDetail .card-left .nav-tabs {
  height: 540px;
  overflow-y: auto;
  flex-wrap: nowrap;
}
.assignmentsDetail .appointmentDetail .card-left .nav-tabs .nav-item {
  padding-right: 0;
}
.assignmentsDetail .appointmentDetail .card-left .nav-tabs .nav-item + .nav-item {
  border-top: 1px solid #EDF0F2;
}
.assignmentsDetail .appointmentDetail .card-left .nav-tabs .nav-link {
  width: 100%;
  color: #000000;
  border-radius: 0;
  padding: 1rem 0;
}
.assignmentsDetail .appointmentDetail .card-left .nav-tabs .nav-link.active {
  background: rgba(140, 75, 157, 0.19);
}
.assignmentsDetail .appointmentDetail .card-left .nav-tabs .nav-link.active .media-cnt label {
  color: #6F6771;
}
.assignmentsDetail .appointmentDetail .card-left .nav-tabs .nav-link.active .media-time p {
  color: #6F6771;
}
.assignmentsDetail .appointmentDetail .card-left .nav-tabs .nav-link:after {
  width: 3px;
  height: 100%;
}
@media (max-width: 1439px) {
  .assignmentsDetail .appointmentDetail .card-left .nav-tabs {
    height: 440px;
  }
}
@media (max-width: 991.98px) {
  .assignmentsDetail .appointmentDetail .card-left .nav-tabs {
    height: 557px;
  }
}
.assignmentsDetail .appointmentDetail .card-left .media {
  padding: 0 20px;
}
.assignmentsDetail .appointmentDetail .card-left .media-time {
  max-width: 80px;
  margin-right: 40px;
}
.assignmentsDetail .appointmentDetail .card-left .media-time p {
  font-weight: normal;
  color: #AEB9C2;
}
.assignmentsDetail .appointmentDetail .card-left .media-time p, .assignmentsDetail .appointmentDetail .card-left .media-time span {
  font-size: 14px;
}
.assignmentsDetail .appointmentDetail .card-left .media-cnt h6 {
  font-size: 18px;
  font-weight: 400;
}
.assignmentsDetail .appointmentDetail .card-left .media-cnt label, .assignmentsDetail .appointmentDetail .card-left .media-cnt li, .assignmentsDetail .appointmentDetail .card-left .media-cnt p {
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 0;
}
.assignmentsDetail .appointmentDetail .card-left .media-cnt label {
  margin-bottom: 0;
  color: #AEB9C2;
}
.assignmentsDetail .appointmentDetail .card-left .media-cnt .designation li:not(:first-child) {
  margin-left: 16px;
  padding-left: 16px;
  border-left: 1px solid #AEB9C2;
}
@media (max-width: 1439px) {
  .assignmentsDetail .appointmentDetail .card-left .media {
    padding: 0 15px;
  }
  .assignmentsDetail .appointmentDetail .card-left .media-time {
    margin-right: 20px;
  }
  .assignmentsDetail .appointmentDetail .card-left .media-cnt label, .assignmentsDetail .appointmentDetail .card-left .media-cnt li, .assignmentsDetail .appointmentDetail .card-left .media-cnt p {
    font-size: 14px;
  }
  .assignmentsDetail .appointmentDetail .card-left .media-cnt .designation .listing {
    flex-direction: column;
  }
  .assignmentsDetail .appointmentDetail .card-left .media-cnt .designation li:not(:first-child) {
    margin-left: 0;
    padding-left: 0;
    border-left: 0;
  }
}
@media (max-width: 480px) {
  .assignmentsDetail .appointmentDetail .card-left .media {
    flex-direction: column-reverse;
    position: relative;
  }
  .assignmentsDetail .appointmentDetail .card-left .media-body {
    width: 100%;
    border-bottom: 1px solid #EDF0F2;
    margin-bottom: 8px;
    padding-bottom: 8px;
  }
  .assignmentsDetail .appointmentDetail .card-left .media-time {
    margin-right: 0;
    max-width: 100%;
  }
  .assignmentsDetail .appointmentDetail .card-left .media-time p {
    margin-bottom: 0;
  }
  .assignmentsDetail .appointmentDetail .card-left .media-cnt h6 {
    font-size: 16px;
  }
  .assignmentsDetail .appointmentDetail .card-left .media .status {
    position: absolute;
    bottom: 5px;
    right: 15px;
    flex-direction: row-reverse !important;
  }
  .assignmentsDetail .appointmentDetail .card-left .media .action {
    width: 75px;
    margin-right: 3px;
  }
}
@media (max-width: 767.98px) {
  .assignmentsDetail .appointmentDetail .card-left .nav-tabs {
    height: 304px;
    overflow-y: auto;
    flex-wrap: nowrap;
  }
  .assignmentsDetail .appointmentDetail .card-left .nav-tabs .nav-item + .nav-item {
    border-top: 1px solid #EDF0F2;
  }
}
@media (max-width: 480px) {
  .assignmentsDetail .appointmentDetail .card-left .nav-tabs {
    height: 210px;
  }
  .assignmentsDetail .appointmentDetail .card-left .nav-tabs .nav-item + .nav-item {
    border-top: 15px solid #EDF0F2;
    border-bottom: 0;
  }
}
.assignmentsDetail .appointmentDetail .card-right {
  width: 421px;
  border-left: 2px solid #EDF0F2;
  word-break: break-all;
}
.assignmentsDetail .appointmentDetail .card-right .tab-content, .assignmentsDetail .appointmentDetail .card-right .tab-pane {
  height: 100%;
}
.assignmentsDetail .appointmentDetail .card-right .detailCard {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.assignmentsDetail .appointmentDetail .card-right .detailCard-header {
  background: rgba(140, 75, 157, 0.19);
  padding: 22px 16px;
  border-top-right-radius: 5px;
}
.assignmentsDetail .appointmentDetail .card-right .detailCard-header h3 {
  font-size: 22px;
  color: #8C4B9D;
}
.assignmentsDetail .appointmentDetail .card-right .detailCard-header span {
  color: #6F6771;
  font-size: 14px;
}
.assignmentsDetail .appointmentDetail .card-right .detailCard-header em {
  font-size: 20px;
  margin-right: 5px;
}
.assignmentsDetail .appointmentDetail .card-right .detailCard-body {
  padding: 0 16px;
}
.assignmentsDetail .appointmentDetail .card-right .detailCard-body ul {
  padding-left: 0;
}
.assignmentsDetail .appointmentDetail .card-right .detailCard-body li {
  border-bottom: 1px solid #EDF0F2;
  padding: 12px 0;
  word-break: break-all;
}
.assignmentsDetail .appointmentDetail .card-right .detailCard-body li span {
  font-size: 16px;
}
.assignmentsDetail .appointmentDetail .card-right .detailCard-body li span.listLabel {
  color: #AEB9C2;
  width: 175px;
  padding-right: 10px;
}
.assignmentsDetail .appointmentDetail .card-right .detailCard-body li span.listValue {
  flex: 1;
  color: #000000;
}
.assignmentsDetail .appointmentDetail .card-right .detailCard-body li span.listValue small {
  display: block;
  color: #AEB9C2;
  font-size: 14px;
}
.assignmentsDetail .appointmentDetail .card-right .detailCard-footer {
  margin-top: auto;
  padding: 22px 22px;
}
.assignmentsDetail .appointmentDetail .card-right .detailCard-footer .btn {
  width: 100%;
}
.assignmentsDetail .appointmentDetail .card-right .detailCard-footer .btn + .btn {
  margin-left: 15px;
}
.assignmentsDetail .appointmentDetail .card-right .detailCard-footer .btn-outline-primary {
  border-color: #707070;
  color: #707070;
}
.assignmentsDetail .appointmentDetail .card-right .detailCard-footer .btn-outline-primary:hover, .assignmentsDetail .appointmentDetail .card-right .detailCard-footer .btn-outline-primary:active, .assignmentsDetail .appointmentDetail .card-right .detailCard-footer .btn-outline-primary:focus {
  color: #ffffff;
  border-color: #8C4B9D;
}
@media (max-width: 1439px) {
  .assignmentsDetail .appointmentDetail .card-right {
    width: 340px;
    border-width: 1px;
  }
  .assignmentsDetail .appointmentDetail .card-right .detailCard-header h3 {
    font-size: 18px;
  }
  .assignmentsDetail .appointmentDetail .card-right .detailCard-header em {
    font-size: 17px;
  }
  .assignmentsDetail .appointmentDetail .card-right .detailCard-body li span {
    font-size: 14px;
  }
  .assignmentsDetail .appointmentDetail .card-right .detailCard-footer .btn + .btn {
    margin-left: 10px;
  }
}
@media (max-width: 991.98px) {
  .assignmentsDetail .appointmentDetail .card-right {
    width: 300px;
  }
  .assignmentsDetail .appointmentDetail .card-right .detailCard-body ul {
    margin-bottom: 0;
  }
  .assignmentsDetail .appointmentDetail .card-right .detailCard-body li {
    flex-direction: column;
  }
  .assignmentsDetail .appointmentDetail .card-right .detailCard-footer {
    padding: 15px;
  }
}
@media (max-width: 767.98px) {
  .assignmentsDetail .appointmentDetail .card-right {
    width: 100%;
    border-top: 15px solid #EDF0F2;
  }
  .assignmentsDetail .appointmentDetail .card-right .detailCard-header {
    border-radius: 0;
  }
}
@media (max-width: 480px) {
  .assignmentsDetail .appointmentDetail .card-right .detailCard-header h3 {
    font-size: 16px;
  }
}
.assignmentsDetail .appointmentDetail--inner .chooseDate {
  margin-top: 20px;
}
@media (max-width: 330px) {
  .assignmentsDetail .appointmentDetail--inner .chooseDate-group {
    flex-wrap: nowrap !important;
    overflow-x: auto;
    max-width: 100%;
  }
  .assignmentsDetail .appointmentDetail--inner .chooseDate-group .btn {
    min-width: 135px !important;
  }
  .assignmentsDetail .appointmentDetail--inner .chooseDate-group .btn:nth-child(even) {
    margin-right: 7px !important;
  }
}
.assignmentsDetail .appointmentDetail--inner .card {
  margin-bottom: 25px;
}
.assignmentsDetail .appointmentDetail--inner .card-left .nav-tabs .nav-link {
  border: 0;
}
.assignmentsDetail .appointmentDetail--inner .card-left .nav-tabs .nav-link.active {
  border-bottom: 0 !important;
  background: rgba(140, 75, 157, 0.19) !important;
}
.assignmentsDetail .appointmentDetail--inner .card-left .nav-tabs .nav-link:hover {
  border: 0;
}
.assignmentsDetail .appointmentDetail--inner .card-right {
  width: 370px;
}
.assignmentsDetail .appointmentDetail--inner .card-right .detailCard-header .left {
  padding-right: 15px;
}
@media (max-width: 1439px) {
  .assignmentsDetail .appointmentDetail--inner .card {
    margin-bottom: 20px;
  }
  .assignmentsDetail .appointmentDetail--inner .card-right {
    width: 330px;
  }
  .assignmentsDetail .appointmentDetail--inner .card-right .detailCard-body li span.listLabel {
    width: 145px;
  }
}
@media (max-width: 991.98px) {
  .assignmentsDetail .appointmentDetail--inner .card {
    margin-bottom: 5px;
  }
  .assignmentsDetail .appointmentDetail--inner .card-right {
    width: 300px;
  }
}
@media (max-width: 767.98px) {
  .assignmentsDetail .appointmentDetail--inner .card-right {
    width: 100%;
  }
}
@media (max-width: 375px) {
  .assignmentsDetail .appointmentDetail--inner .card-left .nav-tabs .nav-link {
    text-align: left !important;
    background: #ffffff !important;
    margin-bottom: 0 !important;
  }
  .assignmentsDetail .appointmentDetail--inner .card-left .nav-tabs .nav-link.active {
    background: rgba(140, 75, 157, 0.19) !important;
  }
}
.assignmentsDetail .appointmentDetail .chooseDate-group .btn {
  background: #ffffff;
  border: 1px solid #F4E3F9;
  border-radius: 5px;
  color: #8C4B9D;
  font-size: 14px;
  height: 35px;
  padding: 7px 15px;
}
.assignmentsDetail .appointmentDetail .chooseDate-group .btn:not(:last-child) {
  margin-right: 15px;
}
.assignmentsDetail .appointmentDetail .chooseDate-group .btn.active {
  background: #8C4B9D;
  border-color: #8C4B9D;
  color: #ffffff;
}
@media (max-width: 1439px) {
  .assignmentsDetail .appointmentDetail .chooseDate-group .btn {
    font-size: 12px;
  }
  .assignmentsDetail .appointmentDetail .chooseDate-group .btn:not(:last-child) {
    margin-right: 10px;
  }
}
@media (max-width: 767.98px) {
  .assignmentsDetail .appointmentDetail .chooseDate-group {
    flex: 1;
  }
  .assignmentsDetail .appointmentDetail .chooseDate-group .btn {
    justify-content: center;
    min-width: 140px;
    margin-bottom: 10px;
  }
  .assignmentsDetail .appointmentDetail .chooseDate-group ~ .add-appoint {
    height: -moz-max-content;
    height: max-content;
  }
}
@media (max-width: 575.98px) {
  .assignmentsDetail .appointmentDetail .chooseDate-group .btn {
    min-width: 48%;
  }
  .assignmentsDetail .appointmentDetail .chooseDate-group .btn:not(:last-child) {
    margin-right: 7px;
  }
  .assignmentsDetail .appointmentDetail .chooseDate-group .btn:nth-child(even) {
    margin-right: 0;
  }
}
.assignmentsDetail .appointmentDetail .chooseDate .add-appoint {
  font-size: 14px;
  height: 40px;
  padding: 10px 18px;
}
.assignmentsDetail .appointmentDetail .date-preview {
  margin: 10px 0;
  font-size: 16px;
  color: #6F6771;
}
.assignmentsDetail .activityDetail .listWrapper {
  border-radius: 5px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
  padding: 30px;
}
.assignmentsDetail .activityDetail .listWrapper .inner {
  max-height: 710px;
  overflow: auto;
}
.assignmentsDetail .activityDetail .listWrapper_item {
  position: relative;
  padding-left: 18px;
  padding-right: 18px;
}
.assignmentsDetail .activityDetail .listWrapper_item:not(:last-child) {
  border-bottom: 1px solid #F0F0F0;
  margin-bottom: 15px;
  padding-bottom: 10px;
}
.assignmentsDetail .activityDetail .listWrapper_item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #8C4B9D;
}
.assignmentsDetail .activityDetail .listWrapper_item h6 {
  font-size: 18px;
  margin-bottom: 4px;
  font-weight: normal;
  color: #000000;
}
.assignmentsDetail .activityDetail .listWrapper_item p {
  font-size: 16px;
  color: #707070;
  line-height: 19px;
  margin-bottom: 10px;
}
.assignmentsDetail .activityDetail .listWrapper_item .timerSlot li {
  font-size: 14px;
  color: #AEB9C2;
  position: relative;
}
.assignmentsDetail .activityDetail .listWrapper_item .timerSlot li:not(:last-child) {
  padding-right: 15px;
  margin-right: 15px;
}
.assignmentsDetail .activityDetail .listWrapper_item .timerSlot li:not(:last-child):after {
  content: "";
  position: absolute;
  right: 0;
  width: 1px;
  height: 17px;
  background: #AEB9C2;
}
.assignmentsDetail .activityDetail .listWrapper_item .timerSlot li em {
  font-size: 20px;
  margin-right: 5px;
}
.assignmentsDetail .activityDetail .listWrapper_item .timerSlot li .badge-info {
  background: #E8F7FF;
  border-color: #E8F7FF;
  color: #59B0E2;
  font-size: 15px;
  line-height: 23px;
  font-weight: normal;
}
@media (max-width: 1439px) {
  .assignmentsDetail .activityDetail .listWrapper {
    padding: 20px;
  }
  .assignmentsDetail .activityDetail .listWrapper .inner {
    max-height: 450px;
  }
  .assignmentsDetail .activityDetail .listWrapper_item h6 {
    font-size: 16px;
  }
  .assignmentsDetail .activityDetail .listWrapper_item p {
    font-size: 14px;
  }
  .assignmentsDetail .activityDetail .listWrapper_item .timerSlot li .badge-info {
    font-size: 14px;
  }
  .assignmentsDetail .activityDetail .listWrapper_item .timerSlot li em {
    font-size: 17px;
  }
}
@media (max-width: 1199.98px) {
  .assignmentsDetail .activityDetail .listWrapper .inner {
    max-height: 360px;
  }
}
@media (max-width: 991.98px) {
  .assignmentsDetail .activityDetail .listWrapper {
    padding: 15px;
  }
}
@media (max-width: 575.98px) {
  .assignmentsDetail .activityDetail .listWrapper_item {
    padding-left: 0;
  }
  .assignmentsDetail .activityDetail .listWrapper_item:before {
    display: none;
  }
}
@media (max-width: 480px) {
  .assignmentsDetail .activityDetail .listWrapper_item .timerSlot {
    display: block !important;
  }
  .assignmentsDetail .activityDetail .listWrapper_item .timerSlot li:not(:first-child) {
    margin-left: 0;
    padding-left: 0;
    margin-top: 10px;
  }
  .assignmentsDetail .activityDetail .listWrapper_item .timerSlot li:not(:last-child):after {
    display: none;
  }
}

.daterangepicker.ltr {
  border-radius: 10px;
  box-shadow: -3px -4px 8px rgba(61, 61, 217, 0.1098039216);
}
.daterangepicker.ltr .ranges {
  display: none;
}
.daterangepicker.ltr .ranges li {
  font-size: 14px;
  padding: 12px 20px;
  color: #90A4AE;
}
.daterangepicker.ltr .ranges li.active {
  background-color: #8C4B9D;
  color: #ffffff;
}
.daterangepicker.ltr .drp-calendar.left {
  border-left: 0;
}
.daterangepicker.ltr .drp-buttons {
  padding: 15px 20px;
}
.daterangepicker.ltr .drp-buttons .btn {
  padding: 6px 12px 8px;
  height: auto;
  border-radius: 5px;
  font-weight: 500 !important;
  font-weight: normal;
}
.daterangepicker.ltr .drp-buttons .btn.cancelBtn {
  border: 1px solid #90A4AE;
  color: #90A4AE;
}
.daterangepicker.ltr .calendar-table th {
  color: #AEB9C2;
  font-size: 14px;
}
.daterangepicker.ltr .calendar-table th, .daterangepicker.ltr .calendar-table td {
  width: 34px;
  height: 34px;
  font-weight: 500;
  font-weight: normal;
}
.daterangepicker.ltr .calendar-table th.active, .daterangepicker.ltr .calendar-table td.active {
  border-radius: 100%;
  background-color: #8C4B9D;
}
.daterangepicker.ltr .calendar-table th.active.off, .daterangepicker.ltr .calendar-table td.active.off {
  background-color: transparent;
}
.daterangepicker.ltr .calendar-table th.active.off:hover, .daterangepicker.ltr .calendar-table td.active.off:hover {
  background-color: transparent;
  color: #999;
}
.daterangepicker.ltr .calendar-table th.in-range, .daterangepicker.ltr .calendar-table td.in-range {
  background: #8C4B9D;
  color: #ffffff;
}
.daterangepicker.ltr .calendar-table td:hover {
  background-color: #8C4B9D;
  color: #ffffff;
}
.daterangepicker.ltr .calendar-table thead th {
  background: transparent;
  border-radius: 0;
}
.daterangepicker.ltr .calendar-table thead th:hover {
  color: #8C4B9D;
}
.daterangepicker.ltr .drp-selected {
  padding-right: 30px;
  color: #90A4AE;
  font-weight: 400 !important;
}
@media (max-width: 1199.98px) {
  .daterangepicker.ltr.opensleft:before, .daterangepicker.ltr.opensleft:after {
    display: none;
  }
}
@media (max-width: 563px) {
  .daterangepicker.ltr .drp-buttons {
    padding: 15px;
    text-align: left;
    display: flex;
  }
}

.upcomingAppointment .upcomingBox {
  border-radius: 7px 7px 0 0;
  box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.05);
  padding: 15px 25px 15px 40px;
  max-height: calc(100vh - 220px);
  overflow: hidden;
  overflow-y: auto;
}
.upcomingAppointment .upcomingBox__list {
  display: flex;
  align-items: flex-start;
}
.upcomingAppointment .upcomingBox__list .appointmentTime {
  color: #AEB9C2;
  font-size: 14px;
}
.upcomingAppointment .upcomingBox__list .appointmentContent {
  padding-left: 30px;
  max-width: calc(100% - 165px);
}
.upcomingAppointment .upcomingBox__list h4 {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 5px;
}
.upcomingAppointment .upcomingBox__list ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
.upcomingAppointment .upcomingBox__list ul li {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 3px;
}
.upcomingAppointment .upcomingBox__list ul li span {
  color: #AEB9C2;
  margin-right: 3px;
}
.upcomingAppointment .upcomingBox__list ul li:first-child:after {
  content: "";
  height: 19px;
  width: 1px;
  background: #AEB9C2;
  margin: 0 15px;
}
.upcomingAppointment .upcomingBox__list:not(:last-child) {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #EDF0F2;
}
.upcomingAppointment .upcomingBox__list .status {
  display: inline-block;
  border-radius: 13px;
  font-size: 15px;
  background: #DCF2E9;
  color: #4B9D7D;
  padding: 0 6px;
  margin-left: auto;
}
.upcomingAppointment .upcomingBox__list .status--cancelled {
  color: #E23333;
  background: #FCECEC;
}
.upcomingAppointment .upcomingBox__list .status--upcoming {
  color: #59B0E2;
  background: #E8F7FF;
}
@media (max-width: 1699px) {
  .upcomingAppointment .upcomingBox {
    padding: 15px 30px;
    max-height: calc(100vh - 150px);
  }
}
@media (max-width: 1439px) {
  .upcomingAppointment .upcomingBox {
    padding: 15px 20px;
  }
  .upcomingAppointment .upcomingBox .appointmentContent {
    padding-left: 20px;
  }
  .upcomingAppointment .upcomingBox__list ul li:not(:last-child):after {
    height: 16px;
    margin: 0 10px;
  }
}
@media (max-width: 991.98px) {
  .upcomingAppointment .upcomingBox {
    padding: 15px;
  }
  .upcomingAppointment .upcomingBox .appointmentContent {
    padding-left: 15px;
  }
  .upcomingAppointment .upcomingBox__list ul li:not(:last-child):after {
    height: 16px;
    margin: 0 10px;
  }
  .upcomingAppointment .upcomingBox__list .status {
    font-size: 14px;
    padding: 0 4px;
  }
}
@media (max-width: 575.98px) {
  .upcomingAppointment .upcomingBox__list {
    flex-wrap: wrap;
    position: relative;
  }
  .upcomingAppointment .upcomingBox__list h4 {
    font-size: 16px;
  }
  .upcomingAppointment .upcomingBox__list .appointmentContent {
    padding-left: 0;
    max-width: 100%;
  }
  .upcomingAppointment .upcomingBox__list .status {
    position: absolute;
    right: 0;
    top: -2px;
  }
}
@media (max-width: 479px) {
  .upcomingAppointment .upcomingBox__list {
    flex-wrap: wrap;
  }
  .upcomingAppointment .upcomingBox__list ul li:not(:last-child) {
    margin-right: 10px;
  }
  .upcomingAppointment .upcomingBox__list ul li:not(:last-child):after {
    display: none;
  }
}
.upcomingAppointment .mCustomScrollbar .mCSB_inside > .mCSB_container {
  margin-right: 20px;
}

.aboutPage__cnt {
  padding: 48px 65px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.aboutPage__cnt .img {
  margin-bottom: 30px;
  overflow: hidden;
  border-radius: 5px;
}
.aboutPage__cnt h3 {
  font-size: 20px;
}
.aboutPage__cnt h2 {
  font-size: 30px;
}
.aboutPage__cnt p {
  color: #6F6771;
}
.aboutPage__cnt ul {
  padding-left: 15px;
}
.aboutPage__cnt hr {
  border-top-color: #EDF0F2;
}
@media (max-width: 1599px) {
  .aboutPage__cnt {
    padding: 30px;
  }
  .aboutPage__cnt .img {
    margin-bottom: 20px;
  }
}
@media (max-width: 1199.98px) {
  .aboutPage__cnt {
    padding: 20px;
  }
}
@media (max-width: 991.98px) {
  .aboutPage__cnt {
    padding: 15px;
  }
  .aboutPage__cnt .img {
    margin-bottom: 15px;
  }
  .aboutPage__cnt h3 {
    font-size: 18px;
  }
  .aboutPage__cnt h2 {
    font-size: 25px;
  }
}
@media (max-width: 575.98px) {
  .aboutPage__cnt h3 {
    font-size: 16px;
  }
  .aboutPage__cnt h2 {
    font-size: 20px;
  }
  .aboutPage__cnt hr {
    margin: 10px 0;
  }
}

.staticPage b, .staticPage strong {
  font-family: "AeonikMedium" !important;
}
.staticPage a {
  color: #8C4B9D !important;
}
.staticPage hr {
  border-top-color: #EDF0F2;
}
.staticPage__cnt {
  padding: 42px 65px 42px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  max-height: calc(100vh - 50px);
  overflow: hidden;
  overflow-y: auto;
}
.staticPage__cnt .inner {
  padding-right: 20px;
}
.staticPage__cnt h1, .staticPage__cnt h2, .staticPage__cnt h3, .staticPage__cnt h4, .staticPage__cnt h5, .staticPage__cnt h6 {
  font-family: "AeonikMedium" !important;
  margin-bottom: 15px;
}
.staticPage__cnt h1 {
  font-size: 32px;
}
.staticPage__cnt h2 {
  font-size: 28px;
}
.staticPage__cnt h3 {
  font-size: 24px;
}
.staticPage__cnt h4 {
  font-size: 20px;
}
.staticPage__cnt h5, .staticPage__cnt h6 {
  font-size: 18px;
}
.staticPage__cnt p {
  color: #6F6771;
  margin-bottom: 45px;
}
.staticPage__cnt ul {
  padding: 0;
  list-style: none;
}
.staticPage__cnt ul li {
  position: relative;
  padding-left: 18px;
  font-size: 16px;
  color: #6F6771;
}
.staticPage__cnt ul li:after {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 7px;
  height: 7px;
  background: #8C4B9D;
}
.staticPage__cnt ul li:not(:last-child) {
  padding-bottom: 8px;
}
.staticPage__cnt ol {
  padding-left: 20px;
}
.staticPage__cnt ol li ol li {
  list-style: lower-roman;
}
.staticPage__cnt ol li ol li ol li {
  list-style: lower-alpha;
}
@media (max-width: 1599px) {
  .staticPage__cnt {
    padding: 30px;
  }
  .staticPage__cnt p {
    margin-bottom: 30px;
  }
  .staticPage__cnt h1 {
    font-size: 28px;
  }
  .staticPage__cnt h2 {
    font-size: 24px;
  }
  .staticPage__cnt h3 {
    font-size: 20px;
  }
}
@media (max-width: 1199.98px) {
  .staticPage__cnt {
    padding: 20px;
  }
  .staticPage__cnt p {
    margin-bottom: 20px;
  }
  .staticPage__cnt h1 {
    font-size: 24px;
  }
  .staticPage__cnt h2 {
    font-size: 20px;
  }
  .staticPage__cnt h3 {
    font-size: 18px;
  }
}
@media (max-width: 991.98px) {
  .staticPage__cnt {
    padding: 15px;
  }
  .staticPage__cnt .inner {
    padding-right: 15px;
  }
  .staticPage__cnt p {
    margin-bottom: 15px;
  }
  .staticPage__cnt h1, .staticPage__cnt h2 {
    font-size: 18px;
  }
  .staticPage__cnt h3 {
    font-size: 16px;
  }
}

.faqPage__cnt {
  padding: 15px 65px 20px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  height: calc(100% - 54px);
}
.faqPage__query {
  max-width: 560px;
  margin: 75px auto 330px;
}
.faqPage__query h3 {
  font-size: 24px;
  color: #8C4B9D;
}
.faqPage__query p {
  color: #6F6771;
  margin-bottom: 0;
}
.faqPage .accordion_card {
  padding: 20px 0 15px;
  border-bottom: 1px solid #EDF0F2;
  border-radius: 0;
  position: relative;
}
.faqPage .accordion_card.open {
  border-bottom: 1px solid #8C4B9D;
}
.faqPage .accordion_card.open .accordion_title {
  color: #8C4B9D;
}
.faqPage .accordion_title {
  color: #000000;
  display: inline-block;
  width: 100%;
  font-size: 20px;
  padding-right: 20px;
}
.faqPage .accordion_title:before {
  position: absolute;
  top: 20px;
  right: 0;
  font-family: "icomoon" !important;
  content: "\e90a";
  transition: 0.4s;
  color: #000000;
  font-size: 18px;
}
.faqPage .accordion_title[aria-expanded=true]::before {
  content: "\e90d";
}
.faqPage .accordion_body {
  margin: 10px 0 0;
}
.faqPage .accordion_body p {
  font-size: 16px;
  margin-bottom: 0;
  color: #6F6771;
}
@media (max-width: 1599px) {
  .faqPage__cnt {
    padding: 5px 30px 20px;
  }
  .faqPage__query {
    margin: 45px auto 150px;
  }
  .faqPage__query h3 {
    font-size: 20px;
  }
  .faqPage .accordion_title {
    font-size: 18px;
  }
  .faqPage .accordion_card {
    padding: 15px 0 15px;
  }
}
@media (max-width: 1199.98px) {
  .faqPage__cnt {
    padding: 5px 20px 20px;
  }
  .faqPage__query {
    margin: 30px auto 15px;
  }
  .faqPage .accordion_title:before {
    top: 17px;
  }
}
@media (max-width: 991.98px) {
  .faqPage__cnt {
    padding: 5px 15px 15px;
  }
  .faqPage__query {
    margin: 15px auto 15px;
  }
  .faqPage__query h3 {
    font-size: 17px;
  }
  .faqPage .accordion_title {
    font-size: 15px;
  }
  .faqPage .accordion_title:before {
    top: 10px;
  }
  .faqPage .accordion_card {
    padding: 10px 0 10px;
  }
  .faqPage .accordion_body p {
    font-size: 14px;
  }
}

.maintenancePage {
  padding: 15px;
}
.maintenancePage article {
  max-width: 570px;
}
.maintenancePage a {
  color: #8C4B9D;
  text-decoration: none;
}
.maintenancePage a:hover {
  color: #000000;
  text-decoration: none;
}
.maintenancePage h1 {
  font-weight: 600;
  font-size: 32px;
}
.maintenancePage p {
  font-size: 20px;
  color: #6F6771;
}
.maintenancePage_logo {
  margin: 50px 0 70px;
}
.maintenancePage_image {
  margin-bottom: 15px;
}
.maintenancePage_image img {
  max-height: 265px;
}
@media (max-width: 991.98px) {
  .maintenancePage_logo {
    margin: 45px 0 45px;
  }
  .maintenancePage h1 {
    font-size: 24px;
  }
  .maintenancePage p {
    font-size: 18px;
  }
}
@media (max-width: 575.98px) {
  .maintenancePage_logo {
    margin: 20px 0 30px;
  }
  .maintenancePage_logo img {
    max-height: 40px;
  }
  .maintenancePage h1 {
    font-size: 21px;
  }
  .maintenancePage p {
    font-size: 16px;
  }
}

:root {
  --primary-color: #8C4B9D;
  --secondary-color: #6e42c1;
  --success-color: #28a745;
  --light-gray: #f8f9fa;
  --medium-gray: #e9ecef;
  --dark-gray: #343a40;
  --font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.stepFrom {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
}
@media (min-width: 992px) {
  .stepFrom {
    padding: 15px 0;
  }
}
.stepFrom_inner {
  width: 800px;
  margin: 0 auto;
  background-color: white;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.stepFrom h1 {
  font-size: 24px;
  margin-bottom: 10px;
}
.stepFrom h2 {
  display: inline-block;
  margin-bottom: 15px;
  color: var(--dark-gray);
  font-size: 20px;
}
.stepFrom header {
  background: #8C4B9D;
  background: linear-gradient(90deg, rgb(140, 75, 157) 0%, rgb(98, 32, 115) 50%, rgb(95, 29, 112) 100%);
  color: white;
  padding: 20px;
}
.stepFrom header h1 {
  margin-top: 0;
  margin-bottom: 8px;
}
.stepFrom header p {
  margin: 0;
}

.demo-badge {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.2);
  padding: 5px 10px;
  border-radius: 15px;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 10px;
}

.content {
  padding: 30px;
}

.step {
  margin-bottom: 30px;
}
.step-number {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-color: var(--primary-color);
  color: white;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  font-weight: 600;
  margin-right: 10px;
}

.options {
  display: flex;
  gap: 20px;
  margin-top: 15px;
}

@media (max-width: 600px) {
  .options {
    flex-direction: column;
  }
}
.option {
  flex: 1;
  border: 1px solid var(--medium-gray);
  border-radius: 8px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s;
}
.option-icon {
  width: 60px;
  height: 60px;
  background-color: var(--light-gray);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}
.option-title {
  font-weight: 600;
  margin-bottom: 10px;
  color: var(--dark-gray);
}
.option-description {
  text-align: center;
  font-size: 14px;
  color: #666;
}
.option:hover {
  border-color: var(--primary-color);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.hidden {
  display: none;
}

form {
  margin-top: 20px;
}
form-group {
  margin-bottom: 15px;
}

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

label {
  display: block;
  margin-bottom: 5px;
  font-weight: 500;
  color: var(--dark-gray);
}

input[type=text],
input[type=email],
input[type=tel],
input[type=password],
input[type=file] {
  width: 100%;
  padding: 10px 15px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 16px;
  transition: border-color 0.3s;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=password]:focus {
  border-color: var(--primary-color);
  outline: none;
}

input[type=text]:focus-visible,
input[type=email]:focus-visible,
input[type=password]:focus-visible input[type=tel]:focusvisible {
  border-color: var(--primary-color);
  outline: none;
}

.stepFrom .file-upload {
  position: relative;
  overflow: hidden;
  display: block;
  cursor: pointer;
  padding: 40px;
  border: 2px dashed #ccc;
  width: calc(100% - 200px);
  border-radius: 5px;
  margin: auto;
  margin-bottom: 5px;
}
.stepFrom .file-upload input {
  height: 100%;
}

.stepFrom .file-upload-file {
  font-size: 14px;
  display: block;
}

.stepFrom .file-upload input[type=file] {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  cursor: pointer;
}

.stepFrom .upload-btn {
  display: inline-block;
  padding: 10px 20px;
  background-color: var(--light-gray);
  border: 1px solid #ddd;
  border-radius: 4px;
  color: var(--dark-gray);
  font-weight: 600;
}

.linkedin-btn {
  display: inline-flex;
  align-items: center;
  padding: 12px 20px;
  background-color: #0077b5;
  color: white;
  border: none;
  border-radius: 4px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s;
}

.linkedin-btn:hover {
  background-color: #005e8c;
}

.submit-btn {
  background-color: var(--primary-color);
  color: white;
  border: none;
  padding: 12px 25px;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 600;
  transition: background-color 0.3s;
}

.submit-btn:hover {
  background-color: #3a56c5;
}

.stepFrom .status {
  margin-top: 20px;
  padding: 15px;
  border-radius: 4px;
  background-color: rgba(74, 108, 247, 0.1);
  font-size: 14px;
}

.progress-container {
  margin-top: 15px;
  background-color: var(--light-gray);
  border-radius: 5px;
  height: 8px;
  overflow: hidden;
}

.progress-bar {
  height: 100%;
  width: 0;
  background-color: var(--primary-color);
  transition: width 1.5s ease;
}

.ai-badge {
  display: inline-flex;
  align-items: center;
  background-color: rgba(74, 108, 247, 0.1);
  color: var(--primary-color);
  padding: 4px 10px;
  border-radius: 15px;
  font-size: 12px;
  font-weight: 600;
}

.form-group label,
.input-group label {
  font-size: 16px;
  font-weight: normal;
}

.ai-icon {
  margin-right: 5px;
  font-size: 14px;
}

.edit-form {
  border: 1px solid var(--medium-gray);
  border-radius: 8px;
  padding: 20px;
  margin-top: 20px;
  background-color: white;
}

.extracted-data {
  font-size: 14px;
  color: #666;
}

.success-message {
  text-align: center;
  padding: 30px 0px;
}

.success-icon {
  font-size: 50px;
  color: var(--success-color);
  margin-bottom: 15px;
  width: 80px;
  height: 80px;
  margin: auto auto 15px;
  border-radius: 50%;
  border: 1px solid var(--success-color);
}

/* LinkedIn Login Screen Styles */
.linkedin-login-screen {
  text-align: center;
  padding: 30px;
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  max-width: 400px;
  margin: 20px auto;
}

.linkedin-login-icon {
  font-size: 50px;
  color: #0077b5;
  margin-bottom: 20px;
}

.linkedin-login-title {
  font-size: 22px;
  margin-bottom: 15px;
  color: var(--dark-gray);
}

.linkedin-login-description {
  margin-bottom: 25px;
  color: #666;
}

.linkedin-login-form .submit-btn {
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 0 auto 15px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.linkedin-login-screen button,
.submit-btn {
  min-width: 185px;
  height: 40px;
  line-height: 1;
  font-size: 14px;
  font-weight: normal;
}

.linkedin-login-form input {
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 16px;
  margin-bottom: 15px;
}

.linkedin-login-form input:focus-visible {
  border-color: var(--primary-color);
  outline: none;
}

.linkedin-login-btn {
  background-color: #0077b5;
  color: white;
  border: none;
  padding: 12px;
  border-radius: 4px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s;
}

.linkedin-login-btn:hover {
  background-color: #005e8c;
}

.back-btn {
  height: 40px;
  line-height: 1;
  font-size: 14px;
}

/* Resume Upload Screen */
.resume-upload-screen {
  text-align: center;
  padding: 30px;
}

.resume-upload-icon {
  font-size: 50px;
  color: var(--primary-color);
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
}

.resume-upload-title {
  font-size: 22px;
  margin-bottom: 15px;
  color: var(--dark-gray);
}

.resume-upload-btn {
  display: flex;
  gap: 5px;
  justify-content: center;
  margin-top: 20px;
}

.resume-upload-description {
  margin-bottom: 25px;
  color: #666;
}

.error-help-block {
  display: block;
  color: #dc3545;
  font-size: 14px;
}

/* Processing Section */
.processing-section {
  margin-top: 20px;
  padding: 20px;
  border-radius: 8px;
  background-color: rgba(74, 108, 247, 0.05);
}

@media (max-width: 991px) {
  .stepFrom header {
    padding: 15px 20px;
  }
  .stepFrom .resume-upload-screen {
    padding: 0px;
    padding-top: 20px;
  }
  .stepFrom .processing-section .status {
    margin-top: 0px;
  }
}
@media (max-width: 767px) {
  .stepFrom .file-upload {
    width: calc(100% - 100px);
  }
  .stepFrom .resume-upload-description, .stepFrom .resume-upload-icon {
    margin-bottom: 15px;
  }
  .stepFrom .resume-upload-title {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .stepFrom h2 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .stepFrom .content {
    padding: 20px;
  }
  .stepFrom .step-number {
    width: 25px;
    height: 25px;
    line-height: 25px;
    margin-right: 3px;
  }
  .stepFrom .resume-upload-btn {
    flex-wrap: wrap;
  }
  .stepFrom .resume-upload-title {
    margin-bottom: 10px;
    font-size: 16px;
  }
  .stepFrom .file-upload {
    width: 100%;
    padding: 20px;
  }
  .stepFrom header {
    padding: 10px 20px;
  }
  .stepFrom header h1 {
    margin-bottom: 5px;
  }
  .stepFrom h1 {
    font-size: 20px;
  }
  .stepFrom .edit-form {
    padding: 15px;
  }
  .stepFrom .form-group label {
    font-size: 14px;
  }
}
.loginPage {
  display: flex;
  justify-content: center;
  align-items: center;
}
.loginPage .loginForm {
  width: 800px;
  background-color: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  overflow: hidden;
}
.loginPage .loginForm_title {
  font-size: 24px;
  color: #ffffff;
}
.loginPage .loginForm button {
  height: 40px;
  line-height: 1;
  font-size: 14px;
  font-weight: normal;
}
.loginPage .loginForm p {
  font-weight: 400;
  color: #7e7e7e;
}
.loginPage .loginForm p a {
  color: #8C4B9D;
}
.loginPage .loginForm p a:hover {
  color: rgb(109.224137931, 58.5129310345, 122.4870689655);
}
.loginPage .loginForm .divider {
  display: flex;
  align-items: center;
  margin: 20px 0;
  color: #666;
  font-size: 14px;
}
.loginPage .loginForm .divider::before {
  margin-right: 10px;
}
.loginPage .loginForm .divider::after {
  margin-left: 10px;
}
.loginPage .loginForm .divider::before, .loginPage .loginForm .divider::after {
  content: "";
  flex: 1;
  border-bottom: 1px solid #ddd;
}
.loginPage .loginForm_header {
  background: #8C4B9D;
  background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
  color: white;
  padding: 30px;
}
.loginPage .loginForm_header img {
  max-width: 170px;
}
.loginPage .loginForm_body {
  padding: 50px 20px;
  max-width: 400px;
  background-color: #ffffff;
  margin: auto;
}
@media (max-width: 575px) {
  .loginPage .loginForm_title {
    font-size: 20px;
  }
}

.profilePage .customTabs {
  padding: 23px 0 30px;
  margin-bottom: 0;
  background: #ffffff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
@media (max-width: 1599px) {
  .profilePage .customTabs {
    padding: 20px 0 20px;
  }
}
@media (max-width: 767.98px) {
  .profilePage .customTabs {
    padding: 15px 0 20px;
  }
}
@media (max-width: 575.98px) {
  .profilePage .customTabs {
    padding: 15px 0 15px;
  }
}
.profilePage .profileCard {
  padding: 30px 23px 64px;
}
.profilePage .profileCard_head h3 {
  font-size: 30px;
}
.profilePage .profileCard_head .profileError {
  margin: 30px 0;
}
.profilePage .profileCard_head .errorNotice {
  margin-top: 8px;
  color: #707070;
  display: inline-block;
  font-size: 13px;
}
.profilePage .profileCard .user_img {
  width: 136px;
  height: 136px;
  background-color: #F8F8F8;
  border: 1px solid #EFEFEF;
  border-radius: 2px;
  padding: 8px;
  position: relative;
}
.profilePage .profileCard .user_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.profilePage .profileCard .user_img .uploadIcon {
  width: 31px;
  height: 31px;
  background-color: #8C4B9D;
  color: #ffffff;
  font-size: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 12px;
  right: 12px;
  cursor: pointer;
  margin-bottom: 0;
}
.profilePage .profileCard .user_img .uploadIcon input {
  position: absolute;
  cursor: pointer;
  opacity: 0;
  max-width: 100%;
}
.profilePage .profileCard .user_cnt {
  position: relative;
  margin-left: 47px;
  padding-left: 40px;
}
.profilePage .profileCard .user_cnt:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 94px;
  background-color: #C3CCD3;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.profilePage .profileCard .user_cnt label {
  color: #C3CCD3;
}
.profilePage .profileCard .user_cnt span {
  font-size: 24px;
  color: #59B0E2;
}
.profilePage .profileCard .user_cnt label,
.profilePage .profileCard .user_cnt span {
  display: block;
}
.profilePage .profileCard .user_cnt .badge {
  margin-bottom: 15px;
  font-weight: 500;
}
.profilePage .profileCard .user_cnt .badge-primary {
  background-color: #E8F7FF;
  font-size: 17px;
  color: #59B0E2;
  max-width: -moz-max-content;
  max-width: max-content;
}
.profilePage .profileCard_body .form-control {
  font-size: 18px;
  background: #F8F8F8;
}
.profilePage .profileCard_body .form-control:disabled, .profilePage .profileCard_body .form-control[readonly] {
  background-color: #ffffff;
}
.profilePage .profileCard_body .select2.select2-container .select2-selection--single, .profilePage .profileCard_body .select2.select2-container .select2-selection--multiple {
  background: #F8F8F8;
}
.profilePage .profileCard_body .select2.select2-container .select2-selection__rendered {
  font-size: 18px;
}
.profilePage .profileCard_body .select2.select2-container--default .select2-search--inline .select2-search__field {
  font-size: 18px;
}
.profilePage .profileCard_body .topRow {
  margin-left: -35px;
  margin-right: -35px;
}
.profilePage .profileCard_body .topRow > .col,
.profilePage .profileCard_body .topRow > [class*=col-] {
  padding-left: 35px;
  padding-right: 35px;
}
.profilePage .profileCard_body .tagsList li {
  padding: 4px 10px;
  background-color: #E8F7FF;
  color: #59B0E2;
  font-size: 15px;
  border-radius: 15px;
  margin-bottom: 10px;
}
.profilePage .profileCard_body .tagsList li:not(:last-child) {
  margin-right: 10px;
}
.profilePage .profileCard_body .address {
  margin-left: -62px;
  margin-right: -62px;
  font-weight: 400;
  color: #6F6771;
}
.profilePage .profileCard_body .address > .col,
.profilePage .profileCard_body .address > [class*=col-] {
  padding-left: 62px;
  padding-right: 62px;
}
.profilePage .profileCard_body .address > .col:not(:last-child),
.profilePage .profileCard_body .address > [class*=col-]:not(:last-child) {
  border-right: 1px solid #E9EDEF;
}
.profilePage .profileCard_body .address span,
.profilePage .profileCard_body .address p {
  font-size: 18px;
}
.profilePage .profileCard_body .address p {
  margin-bottom: 0;
}
.profilePage .profileCard_body .address span {
  display: block;
  margin-bottom: 5px;
}
.profilePage .profileCard_body .addressBox {
  max-width: 848px;
}
.profilePage .profileCard_body .addressBox_items {
  background-color: #F8F8F8;
  padding: 15px 90px 7px 15px;
  position: relative;
  border-radius: 5px;
  border: 1px solid rgba(227, 227, 227, 0.5);
}
.profilePage .profileCard_body .addressBox_items + .addressBox_items {
  margin-top: 25px;
}
.profilePage .profileCard_body .addressBox_items .remove {
  position: absolute;
  top: 22px;
  right: 16px;
  width: 31px;
  height: 31px;
  background: #8C4B9D;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #ffffff;
  cursor: pointer;
  box-shadow: 0 0 10px rgba(227, 227, 227, 0.24);
}
.profilePage .profileCard_body .addressBox_items .row {
  margin-left: -13px;
  margin-right: -13px;
}
.profilePage .profileCard_body .addressBox_items .row > .col,
.profilePage .profileCard_body .addressBox_items .row > [class*=col-] {
  padding-left: 13px;
  padding-right: 13px;
}
.profilePage .profileCard--addAssignments {
  padding: 25px 60px 10px;
}
@media (max-width: 1599px) {
  .profilePage .profileCard {
    padding: 30px 25px;
  }
  .profilePage .profileCard--addAssignments {
    padding-top: 25px;
  }
  .profilePage .profileCard_head h3 {
    font-size: 24px;
  }
  .profilePage .profileCard_head .profileError {
    margin: 20px 0;
  }
  .profilePage .profileCard .user_img {
    width: 116px;
    height: 116px;
    padding: 5px;
  }
  .profilePage .profileCard .user_img .uploadIcon {
    width: 26px;
    height: 26px;
    font-size: 10px;
    bottom: 8px;
    right: 8px;
  }
  .profilePage .profileCard .user_cnt {
    padding-left: 35px;
    margin-left: 35px;
  }
  .profilePage .profileCard .user_cnt span {
    font-size: 20px;
  }
  .profilePage .profileCard .user_cnt .badge {
    margin-bottom: 10px;
  }
  .profilePage .profileCard .user_cnt .badge-primary {
    font-size: 15px;
  }
  .profilePage .profileCard_body .topRow {
    margin-left: -15px;
    margin-right: -15px;
  }
  .profilePage .profileCard_body .topRow > .col,
  .profilePage .profileCard_body .topRow > [class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
  .profilePage .profileCard_body .address p,
  .profilePage .profileCard_body .address span,
  .profilePage .profileCard_body .form-control {
    font-size: 16px;
  }
  .profilePage .profileCard_body .address {
    margin-left: -40px;
    margin-right: -40px;
  }
  .profilePage .profileCard_body .address > .col,
  .profilePage .profileCard_body .address > [class*=col-] {
    padding-left: 40px;
    padding-right: 40px;
  }
  .profilePage .profileCard_body .select2.select2-container .select2-selection__rendered {
    font-size: 16px;
  }
  .profilePage .profileCard_body .select2.select2-container--default .select2-search--inline .select2-search__field {
    font-size: 16px;
  }
  .profilePage .profileCard_body .addressBox {
    max-width: 848px;
  }
  .profilePage .profileCard_body .addressBox_items {
    padding: 15px 65px 7px 15px;
  }
  .profilePage .profileCard_body .addressBox_items .row {
    margin-left: -7px;
    margin-right: -7px;
  }
  .profilePage .profileCard_body .addressBox_items .row > .col,
  .profilePage .profileCard_body .addressBox_items .row > [class*=col-] {
    padding-left: 7px;
    padding-right: 7px;
  }
}
@media (max-width: 1199.98px) {
  .profilePage .profileCard {
    padding: 20px;
  }
  .profilePage .profileCard--addAssignments {
    padding-top: 20px;
  }
  .profilePage .profileCard .user_img {
    width: 90px;
    height: 90px;
  }
  .profilePage .profileCard .user_img .uploadIcon {
    bottom: -6px;
    height: 24px;
    width: 24px;
    font-size: 10px;
    right: -7px;
  }
  .profilePage .profileCard .user_cnt {
    padding-left: 20px;
    margin-left: 20px;
  }
  .profilePage .profileCard .user_cnt .badge {
    margin-bottom: 5px;
  }
  .profilePage .profileCard .user_cnt::before {
    height: 85px;
  }
  .profilePage .profileCard_body .topRow {
    margin-left: -7px;
    margin-right: -7px;
  }
  .profilePage .profileCard_body .topRow > .col,
  .profilePage .profileCard_body .topRow > [class*=col-] {
    padding-left: 7px;
    padding-right: 7px;
  }
  .profilePage .profileCard_body .address {
    margin-left: -15px;
    margin-right: -15px;
  }
  .profilePage .profileCard_body .address > .col,
  .profilePage .profileCard_body .address > [class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
  .profilePage .profileCard_body .tagsList li {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .profilePage .profileCard_body .tagsList li:not(:last-child) {
    margin-right: 5px;
  }
  .profilePage .profileCard_body .addressBox {
    max-width: 100%;
  }
  .profilePage .profileCard_body .addressBox_items .remove {
    top: 10px;
  }
}
@media (max-width: 767.98px) {
  .profilePage .profileCard_head h3 {
    font-size: 21px;
  }
  .profilePage .profileCard_body .address > .col:not(:last-child),
  .profilePage .profileCard_body .address > [class*=col-]:not(:last-child) {
    border-bottom: 1px solid #E9EDEF;
    padding-bottom: 15px;
    margin-bottom: 10px;
  }
  .profilePage .profileCard_body .form-control {
    font-size: 15px;
  }
  .profilePage .profileCard_body .select2.select2-container .select2-selection__rendered {
    font-size: 15px;
  }
  .profilePage .profileCard_body .select2.select2-container--default .select2-search--inline .select2-search__field {
    font-size: 15px;
  }
}
@media (max-width: 575.98px) {
  .profilePage .profileCard {
    padding: 15px;
  }
  .profilePage .profileCard--addAssignments {
    padding-top: 15px;
  }
  .profilePage .profileCard_head h3 {
    font-size: 19px;
  }
  .profilePage .profileCard_head .profileError {
    margin: 15px 0;
  }
  .profilePage .profileCard .user_img {
    width: 80px;
    height: 80px;
  }
  .profilePage .profileCard .user_cnt span {
    font-size: 17px;
  }
  .profilePage .profileCard_body .addressBox_items {
    padding: 15px 15px 7px 15px;
  }
  .profilePage .profileCard_body .addressBox_items + .addressBox_items {
    margin-top: 20px;
  }
  .profilePage .profileCard_body .addressBox_items .remove {
    top: 0;
    right: 0;
    width: 25px;
    height: 25px;
    border-radius: 0;
    border-top-left-radius: 10px;
  }
}
.profilePage .questionnaire--view .card .custom-control {
  pointer-events: none !important;
}
.profilePage .questionnaire--view .card .custom-control .custom-control-label:before, .profilePage .questionnaire--view .card .custom-control .custom-control-label:after {
  opacity: 0.6;
}
.profilePage .questionnaire .card {
  margin-top: 24px;
  border: 0;
  position: relative;
}
.profilePage .questionnaire .card:not(:last-child):after {
  content: "";
  position: absolute;
  top: 66px;
  left: 35px;
  border-left: 1px dashed rgba(112, 112, 112, 0.4);
  height: 100%;
}
.profilePage .questionnaire .card-card {
  background: #F2FAFD;
  padding: 15px;
  margin-bottom: 15px;
}
.profilePage .questionnaire .card-header {
  background: #ffffff;
  border: 1px solid #C3CCD3;
  padding: 12px 24px 12px 15px;
  position: relative;
}
.profilePage .questionnaire .card-header.active {
  background: #8C4B9D;
  border-color: #8C4B9D;
}
.profilePage .questionnaire .card-header.active .card-link {
  color: #ffffff;
}
.profilePage .questionnaire .card-header.active .card-link:before {
  color: #ffffff;
  content: "\e90a";
}
.profilePage .questionnaire .card-header.active span {
  border: 1px solid #ffffff;
  color: #ffffff;
}
.profilePage .questionnaire .card-header.active li {
  color: #ffffff;
}
.profilePage .questionnaire .card-header.active li .percent {
  color: #ffffff;
}
.profilePage .questionnaire .card-header span {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 40px;
  width: 40px;
  height: 40px;
  border: 1px solid #000000;
  border-radius: 50%;
  margin-right: 12px;
}
.profilePage .questionnaire .card-header ul {
  margin-right: 45px;
  align-items: center;
}
.profilePage .questionnaire .card-header li {
  font-size: 14px;
  color: #6F6771;
}
.profilePage .questionnaire .card-header li:not(:last-child) {
  border-right: 1px solid #C3CCD3;
  padding-right: 20px;
  margin-right: 20px;
}
.profilePage .questionnaire .card-header li .percent {
  font-style: normal;
  color: #4B9D7D;
}
.profilePage .questionnaire .card-header li .pie_progress {
  position: relative;
  text-align: center;
  transform-style: preserve-3d;
  width: 40px;
  background-color: transparent;
  border-radius: 50%;
  flex-shrink: 0;
}
.profilePage .questionnaire .card-header li .pie_progress__svg {
  position: relative;
  display: inline-block;
  width: 100%;
  padding-bottom: 100%;
  vertical-align: middle;
}
.profilePage .questionnaire .card-header li .pie_progress__svg svg {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  overflow: inherit;
  margin: 0 auto;
}
.profilePage .questionnaire .card-header li .pie_progress__svg svg ellipse {
  fill: none;
  stroke-width: 7px;
  stroke: #C3CCD3;
}
.profilePage .questionnaire .card-header li .pie_progress__svg svg path {
  fill: none;
  stroke-width: 4px;
  stroke: #4B9D7D;
  stroke-linecap: round;
}
.profilePage .questionnaire .card-header li .pie_progress_num {
  left: 0;
  font-size: 14px;
  color: #4B9D7D;
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.profilePage .questionnaire .card-title {
  font-size: 20px;
  font-weight: 400;
  flex: 1;
  padding-right: 15px;
}
.profilePage .questionnaire .card .badge {
  background: #364a63;
  font-size: 14px;
  font-weight: 400;
  margin-left: 10px;
  padding: 4px 10px;
  position: relative;
  top: 2px;
}
.profilePage .questionnaire .card-link {
  color: #000000;
}
.profilePage .questionnaire .card-link:before {
  position: absolute;
  top: 18px;
  right: 24px;
  font-family: "icomoon" !important;
  content: "\e90a";
  transition: 0.4s;
  font-size: 18px;
}
.profilePage .questionnaire .card-link[aria-expanded=true]::before {
  content: "\e90d" !important;
}
.profilePage .questionnaire .card-body {
  padding-left: 50px;
}
.profilePage .questionnaire .card-body .qusList_item {
  position: relative;
  background-color: #ffffff;
  border-radius: 4px;
  padding: 24px 18px 20px 80px;
}
.profilePage .questionnaire .card-body .qusList_item:not(:last-child)::before {
  content: "";
  background-color: #EFEFEF;
  position: absolute;
  top: 55px;
  left: 48px;
  width: 1px;
  height: 100%;
  z-index: 1;
}
.profilePage .questionnaire .card-body .qusList_item h4 {
  font-size: 18px;
  margin-bottom: 15px;
  line-height: 22px;
}
.profilePage .questionnaire .card-body .qusList_item .num {
  width: 36px;
  height: 36px;
  line-height: 34px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
  background-color: #000000;
  position: absolute;
  text-align: center;
  display: inline-block;
  top: 18px;
  left: 30px;
  border-radius: 50px;
  z-index: 1;
}
.profilePage .questionnaire .card-body .qusList_item .custom-radio {
  padding-left: 32px;
}
.profilePage .questionnaire .card-body .qusList_item .custom-control-input:checked ~ .custom-control-label {
  color: #6F6771;
  font-weight: 400;
}
.profilePage .questionnaire .card-body .qusList_item .custom-control-input:checked ~ .custom-control-label:after {
  background-color: #8C4B9D;
}
.profilePage .questionnaire .card-body .qusList_item .custom-control-input:checked ~ .custom-control-label:before {
  border-color: #8C4B9D;
}
.profilePage .questionnaire .card-body .qusList_item .custom-control {
  display: inline-block;
  margin-bottom: 5px;
  min-width: 155px;
}
.profilePage .questionnaire .card-body .qusList_item .custom-control:not(:last-child) {
  margin-right: 25px;
}
.profilePage .questionnaire .card-body .qusList_item .custom-control .custom-control-label {
  font-size: 16px;
  color: #6F6771;
  line-height: 26px;
}
.profilePage .questionnaire .card-body .qusList_item .custom-control .custom-control-label::before {
  height: 24px;
  width: 24px;
  border-color: #C3CCD3;
}
.profilePage .questionnaire .card-body .qusList_item .custom-control .custom-control-label::after {
  width: 16px;
  height: 16px;
  left: 4px;
  top: 6px;
  background-color: transparent;
}
.profilePage .questionnaire .card-body .qusList_item .custom-control .custom-control-input[disabled] ~ .custom-control-label, .profilePage .questionnaire .card-body .qusList_item .custom-control .custom-control-input:disabled ~ .custom-control-label {
  opacity: 0.6;
}
.profilePage .questionnaire .card-body .qusList_item .custom-control .custom-control-input[disabled] ~ .custom-control-label::before, .profilePage .questionnaire .card-body .qusList_item .custom-control .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: transparent;
}
@media (max-width: 1599px) {
  .profilePage .questionnaire .card:not(:last-child):after {
    top: 47px;
    left: 31px;
  }
  .profilePage .questionnaire .card-title {
    font-size: 18px;
  }
  .profilePage .questionnaire .card-header {
    padding: 8px 15px 8px 15px;
  }
  .profilePage .questionnaire .card-header span {
    min-width: 30px;
    width: 30px;
    height: 30px;
    font-size: 16px;
  }
  .profilePage .questionnaire .card-header ul {
    margin-right: 35px;
  }
  .profilePage .questionnaire .card-header li:not(:last-child) {
    padding-right: 15px;
    margin-right: 15px;
  }
  .profilePage .questionnaire .card-link:before {
    top: 10px;
    right: 15px;
  }
  .profilePage .questionnaire .card-body .qusList_item {
    padding: 15px 15px 15px 60px;
  }
  .profilePage .questionnaire .card-body .qusList_item:not(:last-child):before {
    left: 30px;
    top: 35px;
  }
  .profilePage .questionnaire .card-body .qusList_item .num {
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 18px;
    top: 13px;
    left: 15px;
  }
  .profilePage .questionnaire .card-body .qusList_item .custom-control {
    min-width: 130px;
  }
  .profilePage .questionnaire .card-body .qusList_item .custom-control .custom-control-label:before {
    height: 20px;
    width: 20px;
    top: 3px;
  }
  .profilePage .questionnaire .card-body .qusList_item .custom-control .custom-control-label:after {
    width: 12px;
    height: 12px;
    top: 7px;
  }
}
@media (max-width: 1199.98px) {
  .profilePage .questionnaire .card-body {
    padding-left: 40px;
    padding-top: 8px;
  }
  .profilePage .questionnaire .card-body .qusList_item {
    padding: 15px 15px 15px 55px;
  }
  .profilePage .questionnaire .card-body .qusList_item h4 {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 20px;
  }
  .profilePage .questionnaire .card-body .qusList_item .num {
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    left: 17px;
    top: 15px;
  }
  .profilePage .questionnaire .card-body .qusList_item .custom-control:not(:last-child) {
    margin-right: 15px;
  }
  .profilePage .questionnaire .card-body .qusList_item .custom-control .custom-control-label:before {
    height: 16px;
    width: 16px;
    top: 5px;
  }
  .profilePage .questionnaire .card-body .qusList_item .custom-control .custom-control-label:after {
    width: 8px;
    height: 8px;
    top: 9px;
  }
  .profilePage .questionnaire .card-body .qusList_item .custom-radio {
    padding-left: 25px;
  }
}
@media (max-width: 991.98px) {
  .profilePage .questionnaire .card-title {
    font-size: 16px;
  }
}
@media (max-width: 575.98px) {
  .profilePage .questionnaire .card {
    margin-top: 15px;
  }
  .profilePage .questionnaire .card:not(:last-child):after {
    display: none;
  }
  .profilePage .questionnaire .card .badge {
    margin-left: 0;
    margin-top: 4px;
  }
  .profilePage .questionnaire .card-header {
    padding: 8px 15px 8px 8px;
  }
  .profilePage .questionnaire .card-header span {
    min-width: 25px;
    width: 25px;
    height: 25px;
    font-size: 14px;
  }
  .profilePage .questionnaire .card-title {
    font-size: 14px;
  }
  .profilePage .questionnaire .card-link:before {
    top: 50%;
    transform: translateY(-50%);
    right: 5px;
  }
  .profilePage .questionnaire .card-body {
    padding-left: 0;
  }
  .profilePage .questionnaire .card-body .qusList_item:not(:last-child):before {
    left: 24px;
  }
  .profilePage .questionnaire .card-body .qusList_item .num {
    left: 12px;
  }
  .profilePage .questionnaire .card-score {
    display: none;
  }
}
.profilePage .saveChanges {
  margin-top: 24px;
}
.profilePage .saveChanges a + a,
.profilePage .saveChanges a + .btn {
  margin-left: 30px;
}
.profilePage .saveChanges .cancel-draft {
  color: #858585;
}
.profilePage .saveChanges .cancel-draft:hover {
  color: #8C4B9D;
}
@media (max-width: 1199.98px) {
  .profilePage .saveChanges a + a,
  .profilePage .saveChanges a + .btn {
    margin-left: 20px;
  }
}
@media (max-width: 575.98px) {
  .profilePage .saveChanges a + a,
  .profilePage .saveChanges a + .btn {
    margin-left: 10px;
  }
}
.profilePage hr {
  margin: 20px 0;
  border-top-color: #C3CCD3;
}

.profilePagecandidate {
  /* Custom file input styling */
  /* Privacy controls */
  /* Responsive adjustments */
}
.profilePagecandidate .contactInfo {
  padding: 15px;
  background-color: #f9f9f9;
  width: 100%;
  border-radius: 8px;
}
.profilePagecandidate .contactInfo_title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0px;
}
.profilePagecandidate .contactInfo .editable-field span {
  font-size: 16px;
  color: #444444;
}
.profilePagecandidate .contactInfo_video {
  width: 100%;
  height: 200px;
}
.profilePagecandidate .page-title {
  font-size: 30px;
  margin-bottom: 24px;
  font-weight: 600;
}
.profilePagecandidate .profile-card {
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  padding: 30px;
  margin-bottom: 30px;
}
.profilePagecandidate .profile-header {
  display: flex;
  flex-wrap: wrap;
}
.profilePagecandidate .profile-left {
  flex: 0 0 310px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-right: 30px;
}
.profilePagecandidate .profile-right {
  position: relative;
  flex: 1;
  min-width: 300px;
}
.profilePagecandidate .profileEdit {
  width: 120px;
  height: 120px;
  position: relative;
  margin-bottom: 20px;
}
.profilePagecandidate .img-box img {
  border-radius: 50%;
}
.profilePagecandidate .upload_photo {
  position: relative;
  margin-bottom: 20px;
}
.profilePagecandidate .upload_photo label {
  position: absolute;
  right: -3px;
  bottom: 15px;
  cursor: pointer;
  color: #8c4b9d;
}
.profilePagecandidate .upload_photo a {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #8c4b9d;
  color: #ffffff;
  pointer-events: none;
}
.profilePagecandidate .upload_photo em {
  font-size: 16px;
}
.profilePagecandidate .avatar-placeholder {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #eee;
  display: flex;
  align-items: center;
  justify-content: center;
}
.profilePagecandidate .verified-badge {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background-color: #28a745;
  color: white;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.profilePagecandidate .profile-name {
  font-size: 24px;
  font-weight: 600;
  color: #444;
  margin-bottom: 10px;
  text-align: center;
}
.profilePagecandidate .profile-status {
  font-size: 14px;
  color: #777;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  gap: 5px;
}
.profilePagecandidate .status-indicator {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #4caf50;
}
.profilePagecandidate .profile-contact {
  width: 100%;
  margin-top: 15px;
}
.profilePagecandidate .contact-item {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
  font-size: 14px;
  color: #666;
}
.profilePagecandidate .contact-icon {
  width: 30px;
  height: 30px;
  background-color: #f4f0fa;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #8C4B9D;
  flex-shrink: 0;
}
.profilePagecandidate .info-section {
  margin-bottom: 25px;
}
.profilePagecandidate .section-label {
  font-size: 14px;
  font-weight: 600;
  color: #444444;
  margin-bottom: 5px;
}
.profilePagecandidate .section-content {
  font-size: 16px;
  color: #6c6c6c;
  line-height: 1.5;
}
.profilePagecandidate .profile-headline {
  font-size: 20px;
  color: #444444;
  font-weight: 600;
  margin-bottom: 15px;
}
.profilePagecandidate .profile-summary {
  font-size: 15px;
  color: #666;
  line-height: 1.7;
  margin-bottom: 20px;
}
.profilePagecandidate .skills-container {
  margin-top: 15px;
}
.profilePagecandidate .skills-title {
  font-size: 14px;
  font-weight: 600;
  color: #444444;
  margin-bottom: 5px;
}
.profilePagecandidate .skill-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 15px;
}
.profilePagecandidate .skill-tag {
  background-color: #f4f0fa;
  color: #8C4B9D;
  padding: 5px 12px;
  border-radius: 20px;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.profilePagecandidate .editable-field {
  position: relative;
  margin-bottom: 15px;
}
.profilePagecandidate .editbtnalign .edit-btn {
  right: auto;
  left: auto;
}
.profilePagecandidate .editbtnalign .edit-btn i {
  font-size: 16px;
}
.profilePagecandidate .edit-btn {
  position: absolute;
  top: 0;
  right: 0;
  background: none;
  border: none;
  color: #8C4B9D;
  cursor: pointer;
  opacity: 0.9;
  transition: opacity 0.2s;
}
.profilePagecandidate .edit-btn:hover {
  opacity: 1;
}
.profilePagecandidate .edit-mode {
  margin-top: 10px;
}
.profilePagecandidate .save-inline {
  background-color: #8C4B9D;
  color: white;
  border: none;
  padding: 5px 15px;
  border-radius: 4px;
  cursor: pointer;
  margin-top: 8px;
  font-size: 14px;
  transition: background-color 0.3s;
}
.profilePagecandidate .save-inline:hover {
  background-color: #7a51a8;
}
.profilePagecandidate .resume-section {
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #eee;
}
.profilePagecandidate .section-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
}
.profilePagecandidate .upload-new-btn {
  background-color: #8c4b9d;
  border: 1px solid #8c4b9d;
  color: #ffffff;
  padding: 8px 15px;
  border-radius: 5px;
  font-size: 14px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 5px;
}
.profilePagecandidate button:focus {
  outline: none;
}
.profilePagecandidate .resume-upload {
  border: 2px dashed #ccc;
  border-radius: 8px;
  padding: 30px;
  text-align: center;
  margin-bottom: 20px;
}
.profilePagecandidate .upload-info {
  margin-top: 15px;
  color: #777;
  font-size: 13px;
}
.profilePagecandidate .resume-document {
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  background-color: #fcfcfc;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}
.profilePagecandidate .document-preview {
  display: flex;
  align-items: center;
  gap: 15px;
}
.profilePagecandidate .document-icon {
  font-size: 24px;
  color: #e74c3c;
}
.profilePagecandidate .document-icon.fa-file-word {
  color: #3498db;
}
.profilePagecandidate .document-title {
  font-weight: 600;
  margin-bottom: 5px;
  word-break: break-word;
}
.profilePagecandidate .document-details {
  font-size: 12px;
  color: #777;
}
.profilePagecandidate .document-actions {
  display: flex;
  gap: 10px;
}
.profilePagecandidate .action-btn {
  padding: 8px 12px;
  border: none;
  border-radius: 5px;
  font-size: 13px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 5px;
}
.profilePagecandidate .view-btn {
  background-color: #f0f0f0;
  color: #333;
}
.profilePagecandidate .download-btn {
  background-color: #5151b8;
  color: white;
}
.profilePagecandidate .delete-btn {
  background-color: #f8d7da;
  color: #721c24;
}
.profilePagecandidate .upload-btn {
  background-color: #8C4B9D;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 14px;
  cursor: pointer;
  margin-bottom: 10px;
}
.profilePagecandidate .upload-info {
  font-size: 13px;
  color: #777;
}
.profilePagecandidate .modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1000;
  justify-content: center;
  align-items: center;
}
.profilePagecandidate .modal-content {
  background-color: white;
  border-radius: 8px;
  width: 90%;
  max-width: 1000px;
  max-height: 90vh;
  overflow: auto;
  padding: 20px;
  position: relative;
  animation: modalFadeIn 0.3s;
}
@keyframes modalFadeIn {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.profilePagecandidate .close-modal {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 24px;
  cursor: pointer;
  color: #555;
  transition: color 0.2s;
}
.profilePagecandidate .close-modal:hover {
  color: #000;
}
.profilePagecandidate .pdf-viewer {
  width: 100%;
  height: 80vh;
  border: none;
}
.profilePagecandidate .accordion-section {
  border: 1px solid #eee;
  border-radius: 8px;
  margin-bottom: 20px;
  overflow: hidden;
}
.profilePagecandidate .accordion-header {
  padding: 20px;
  background-color: #ffffff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-weight: 600;
  color: #444;
  border-bottom: 1px solid #ebebeb;
  font-size: 16px;
}
.profilePagecandidate .accordion-content {
  font-size: 16px;
  padding: 20px;
  display: none;
  background-color: #ffffff;
}
.profilePagecandidate .accordion-section.active .accordion-content {
  display: block;
}
.profilePagecandidate .form-row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 15px;
}
.profilePagecandidate .form-group {
  flex: 1 0 calc(50% - 20px);
  margin: 0 10px 15px;
  min-width: 250px;
}
.profilePagecandidate .form-group.full-width {
  flex: 1 0 calc(100% - 20px);
}
.profilePagecandidate .form-label {
  display: block;
  margin-bottom: 8px;
  font-weight: 400;
  color: #555;
}
.profilePagecandidate .form-control {
  width: 100%;
  padding: 10px 15px;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 14px;
}
.profilePagecandidate .form-control:focus {
  outline: none;
  border-color: #6c5ce7;
  box-shadow: 0 0 0 2px rgba(108, 92, 231, 0.2);
}
.profilePagecandidate .form-select {
  width: 100%;
  padding: 10px 15px;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 14px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg fill="%23666" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/><path d="M0 0h24v24H0z" fill="none"/></svg>');
  background-repeat: no-repeat;
  background-position: right 10px center;
}
.profilePagecandidate .save-btn {
  background-color: #8C4B9D;
  color: white;
  padding: 12px 25px;
  border: none;
  border-radius: 5px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s;
}
.profilePagecandidate .save-btn:hover {
  background-color: #7a51a8;
}
.profilePagecandidate .skill-tag button {
  background: none;
  border: none;
  color: #8C4B9D;
  cursor: pointer;
  font-size: 12px;
}
.profilePagecandidate .add-btn {
  margin-top: 15px;
  background-color: #8C4B9D;
  color: #ffffff;
  padding: 8px 15px;
  border: 1px solid #8C4B9D;
  border-radius: 5px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 5px;
  transition: all 0.3s;
}
.profilePagecandidate .add-btn:hover {
  color: #8C4B9D;
  background-color: #ffffff;
}
.profilePagecandidate .engagement-item {
  padding: 15px;
  border: 1px solid #eee;
  margin-bottom: 15px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
.profilePagecandidate .engagement-item:first-child {
  border-radius: 0px 0px 8px 8px;
}
.profilePagecandidate .engagement-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.profilePagecandidate .engagement-company {
  font-weight: 600;
  color: #444;
  word-break: break-word;
  margin-right: 10px;
}
.profilePagecandidate .engagement-period {
  color: #666;
  font-size: 14px;
  word-break: break-word;
  max-width: 150px;
  flex-shrink: 0;
}
.profilePagecandidate .engagement-role {
  color: #555;
  margin-bottom: 5px;
  word-break: break-word;
}
.profilePagecandidate .engagement-type {
  font-size: 13px;
  color: #777;
  word-break: break-word;
}
.profilePagecandidate .custom-file-input {
  position: relative;
  display: inline-block;
  opacity: 1;
}
.profilePagecandidate .custom-file-input input[type=file] {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
}
.profilePagecandidate .privacy-controls {
  margin-top: 30px;
  padding: 20px;
  background-color: #f9f9f9;
  border-radius: 8px;
  border: 1px solid #eee;
}
.profilePagecandidate .privacy-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.profilePagecandidate .privacy-title {
  font-weight: 600;
  font-size: 18px;
}
.profilePagecandidate .privacy-setting {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #eee;
}
.profilePagecandidate .privacy-setting:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.profilePagecandidate .setting-label {
  font-weight: 400;
}
.profilePagecandidate .setting-description {
  font-size: 13px;
  color: #777;
  margin-top: 3px;
}
.profilePagecandidate .editinfobtn {
  position: absolute;
  top: -10px;
  right: -10px;
}
.profilePagecandidate .tagOutside .select2-selection__rendered {
  height: 46px;
}
.profilePagecandidate .tagOutside .select2-selection__rendered li {
  display: none !important;
}
.profilePagecandidate .tagOutside .tagBox {
  margin-top: 5px;
}
.profilePagecandidate .tagOutside .select2-selection__choice {
  background-color: #f4f0fa;
  color: #8C4B9D;
  padding: 5px 28px 5px 12px;
  border-radius: 20px;
  font-size: 14px;
  display: inline-block;
  align-items: center;
  gap: 8px;
  position: relative;
}
.profilePagecandidate .tagOutside .select2-selection__choice:not(:last-child) {
  margin-right: 8px;
}
.profilePagecandidate .tagOutside .remove-tag {
  font-size: 20px;
  line-height: 0.8;
  margin-left: 6px;
  flex-direction: row-reverse;
  position: absolute;
  top: 7px;
  cursor: pointer;
}
.profilePagecandidate .skill .skill-tags.edit-tags {
  margin-top: 5px;
}
.profilePagecandidate .remove-outline-btn, .profilePagecandidate .edit-outline-btn {
  margin-top: 10px;
  padding: 0px;
  font-size: 15px;
  width: 40px;
  height: 36px;
  background: white;
  color: #8c4b9d;
}
.profilePagecandidate .profileInsight_project .profileInsight_cnt:not(:last-child) {
  border-bottom: none;
  margin-bottom: 0px;
}
.profilePagecandidate .profileInsight h4 {
  font-size: 16px;
  font-weight: 600;
  color: #444;
  word-break: break-word;
  margin-bottom: 15px;
}
.profilePagecandidate .profileInsight h6 {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  color: #000000;
}
.profilePagecandidate .profileInsight_cnt {
  display: flex;
  row-gap: 5px;
  -moz-column-gap: 20px;
       column-gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ebebeb;
}
.profilePagecandidate .profileInsight_cnt .profile-ud-item {
  width: calc(50% - 10px);
  display: flex;
}
.profilePagecandidate .profileInsight_cnt .profile-ud-label {
  max-width: 200px;
  min-width: 200px;
  display: inline-block;
  font-weight: 600;
  color: #444444;
  font-size: 14px;
}
.profilePagecandidate .profileInsight_cnt .profile-ud-value {
  color: #6c6c6c;
}
.profilePagecandidate .additionalCard .editable-field {
  margin-bottom: 0px;
}
.profilePagecandidate .additionalCard .profile-right {
  display: flex;
  flex-wrap: wrap;
}
.profilePagecandidate .additionalCard .info-section {
  width: 50%;
}
.profilePagecandidate .additionalCard .section-content.relocate-status a {
  color: #8C4B9D;
}
.profilePagecandidate .nav {
  overflow-x: auto;
  flex-wrap: nowrap;
  padding: 10px;
  border-radius: 8px 8px 0 0;
  background-color: #ffffff;
  border: 1px solid #eee;
  border-bottom: none;
}
.profilePagecandidate .nav-link {
  padding: 10px 15px;
  color: #8C4B9D;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  white-space: nowrap;
}
.profilePagecandidate .nav-link.active {
  color: #ffffff;
  background-color: #8C4B9D;
}
@media (max-width: 1399px) {
  .profilePagecandidate .profile-card {
    padding: 24px;
    margin-bottom: 20px;
  }
}
@media (max-width: 1199px) {
  .profilePagecandidate .editinfobtn {
    top: 0px;
    right: 2px;
  }
  .profilePagecandidate .upload_photo em {
    font-size: 13px;
  }
  .profilePagecandidate .upload_photo label {
    right: -3px;
    bottom: 15px;
  }
  .profilePagecandidate .upload_photo a {
    width: 25px;
    height: 25px;
  }
  .profilePagecandidate .page-title {
    font-size: 24px;
  }
  .profilePagecandidate .profile-card, .profilePagecandidate .accordion-header {
    padding: 16px;
  }
  .profilePagecandidate .profileEdit {
    width: 100px;
    height: 100px;
  }
  .profilePagecandidate .profile-left {
    padding-right: 20px;
  }
  .profilePagecandidate .profile-name {
    font-size: 20px;
  }
  .profilePagecandidate .info-section {
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .profilePagecandidate .page-title {
    font-size: 22px;
  }
  .profilePagecandidate .profile-summary, .profilePagecandidate .editable-field, .profilePagecandidate .profile-headline, .profilePagecandidate .info-section {
    margin-bottom: 12px;
  }
  .profilePagecandidate .accordion-content {
    padding: 12px;
  }
  .profilePagecandidate .engagement-item {
    padding: 10px;
  }
  .profilePagecandidate .profileInsight {
    width: 100%;
  }
  .profilePagecandidate .profileInsight h4 {
    margin-bottom: 10px;
  }
  .profilePagecandidate .profileInsight_cnt {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .profilePagecandidate .profileInsight_cnt .profile-ud-item {
    width: 100%;
  }
  .profilePagecandidate .profileInsight_cnt .profile-ud-value {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .profilePagecandidate .profile-name {
    font-size: 18px;
  }
  .profilePagecandidate .profile-headline {
    font-size: 16px;
  }
  .profilePagecandidate .skill-tags {
    margin-bottom: 10px;
  }
  .profilePagecandidate .section-content, .profilePagecandidate .section-label {
    line-height: 1;
  }
  .profilePagecandidate .profile-card {
    margin-bottom: 15px;
  }
  .profilePagecandidate .accordion-section {
    margin-bottom: 15px;
  }
  .profilePagecandidate .contactInfo_video {
    height: 280px;
  }
  .profilePagecandidate .contactInfo_video iframe {
    width: 100%;
    height: 280px;
  }
  .profilePagecandidate .page-title {
    font-size: 20px;
  }
  .profilePagecandidate .editinfobtn {
    top: 16px;
    right: 5px;
  }
  .profilePagecandidate .profile-left {
    flex: 0 0 100%;
    padding-right: 0;
    width: 100%;
  }
  .profilePagecandidate .profile-right {
    padding-top: 20px;
    flex: 0 0 100%;
  }
  .profilePagecandidate .document-actions {
    width: 100%;
    justify-content: start;
    flex-wrap: wrap;
  }
}
@media (max-width: 575px) {
  .profilePagecandidate .additionalCard .info-section {
    width: 100%;
  }
  .profilePagecandidate .additionalCard .profile-right {
    display: block;
  }
  .profilePagecandidate .additionalCard .info-section {
    margin-bottom: 16px;
  }
  .profilePagecandidate .profile-card {
    margin-bottom: 10px;
  }
  .profilePagecandidate .accordion-section {
    margin-bottom: 10px;
  }
  .profilePagecandidate .engagement-header {
    flex-direction: column;
  }
  .profilePagecandidate .engagement-company {
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .profilePagecandidate .profile-right {
    min-width: 100%;
  }
  .profilePagecandidate .resume-document, .profilePagecandidate .contactInfo {
    padding: 10px;
  }
  .profilePagecandidate .document-preview {
    gap: 10px;
  }
  .profilePagecandidate .document-actions {
    justify-content: center;
  }
  .profilePagecandidate .profileInsight_cnt .profile-ud-item {
    width: 100%;
    display: block;
  }
  .profilePagecandidate .profileInsight_cnt .profile-ud-label {
    min-width: 100%;
  }
}
.profilePagecandidate .toggle-switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 24px;
  margin-left: 10px;
}
.profilePagecandidate .toggle-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.profilePagecandidate .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
  border-radius: 34px;
}
.profilePagecandidate .slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
}
.profilePagecandidate input:checked + .slider {
  background-color: #8C4B9D;
}
.profilePagecandidate input:checked + .slider:before {
  transform: translateX(26px);
}

.progress-card {
  background-color: #f0f8ff;
  border: 1px solid #d6eaff;
  border-radius: 8px;
  padding: 12px 16px;
  margin: 0 auto;
  box-shadow: 0 0 0 1px rgba(0, 123, 255, 0.1);
  margin-bottom: 20px;
}
.progress-card .progress-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}
.progress-card .progress-header .title {
  color: #007bff;
  font-weight: 600;
}
.progress-card .progress-header .percentage {
  color: #007bff;
  font-weight: 600;
}
.progress-card .progress-bar {
  width: 100%;
  height: 8px;
  background-color: #e9ecef;
  border-radius: 4px;
  overflow: hidden;
}
.progress-card .progress-bar .progress-fill {
  height: 100%;
  background-color: #28a745;
  transition: width 0.3s ease-in-out;
}
@media (max-width: 991px) {
  .progress-card {
    padding: 10px 12px;
    margin-bottom: 15px;
  }
  .progress-card .progress-header {
    margin-bottom: 4px;
  }
  .progress-card .progress-bar {
    margin: 4px 0;
  }
}

.jobDetailPage .commonJobSec {
  height: 100%;
  display: flex;
  gap: 24px;
}
.jobDetailPage .commonJobSec_left {
  width: 100%;
  height: 100%;
}
.jobDetailPage .commonJobSec_right {
  width: 390px;
  flex-shrink: 0;
  height: 100%;
}
.jobDetailPage .commonJobSec_right_footer {
  text-align: center;
  border-top: 1px solid #e5e7eb;
  padding-top: 10px;
}
.jobDetailPage .commonJobSec_right_footer a {
  color: #8C4B9D;
}
.jobDetailPage .commonJobSec .similarJobs li:not(:last-child) {
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #e5e7eb;
}
.jobDetailPage .commonJobSec .similarJobs_info {
  display: flex;
  gap: 20px;
}
.jobDetailPage .commonJobSec .similarJobs_info span {
  position: relative;
  font-size: 14px;
}
.jobDetailPage .commonJobSec .similarJobs_info span:not(:last-child)::after {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #000000;
  position: absolute;
  right: -13px;
  top: 50%;
  transform: translateY(-50%);
}
.jobDetailPage .commonJobSec .similarJobs li a {
  font-size: 16px;
  color: #8C4B9D;
  font-weight: 600;
  display: block;
}
.jobDetailPage .companyProfile_img {
  margin-top: 10px;
  width: 60px;
  height: 60px;
}
.jobDetailPage .companyProfile_title {
  color: #374151;
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 0px;
  font-weight: 600;
}
.jobDetailPage .companyProfile_employees {
  color: #4b5563;
  font-size: 14px;
  margin-bottom: 10px;
}
.jobDetailPage .companyProfile_para {
  font-size: 14px;
  color: #4b5563;
  line-height: 1.2;
}
.jobDetailPage .job-card {
  position: relative;
}
.jobDetailPage .job-actions {
  position: absolute;
  right: 24px;
  top: 24px;
}
@media (max-width: 1199px) {
  .jobDetailPage .job-actions {
    right: 16px;
    top: 16px;
  }
  .jobDetailPage .commonJobSec .similarJobs_info {
    gap: 15px;
  }
  .jobDetailPage .commonJobSec .similarJobs_info span:not(:last-child)::after {
    right: -10px;
  }
}
@media (max-width: 991px) {
  .jobDetailPage .commonJobSec {
    gap: 10px;
  }
  .jobDetailPage .commonJobSec_right {
    width: 300px;
  }
}
@media (max-width: 767px) {
  .jobDetailPage .commonJobSec {
    flex-direction: column;
  }
  .jobDetailPage .commonJobSec_right {
    width: 100%;
  }
  .jobDetailPage .pr-115 {
    padding-right: 135px !important;
  }
}
@media (max-width: 575px) {
  .jobDetailPage .commonJobSec .similarJobs_info {
    gap: 8px;
    row-gap: 2px;
    flex-wrap: wrap;
  }
  .jobDetailPage .commonJobSec .similarJobs_info span::after {
    display: none;
  }
  .jobDetailPage .job-card {
    padding-bottom: 65px;
  }
  .jobDetailPage .job-actions {
    right: auto;
    left: 16px;
    top: auto;
    bottom: 16px;
  }
  .jobDetailPage .pr-115 {
    padding-right: 16px !important;
  }
}

.interviewPage {
  /* Show only the active slide when Slick is initialized */
}
.interviewPage .question-wrapper {
  max-width: 700px;
  margin: auto;
  padding: 30px;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  margin-top: 30px;
  display: none; /* Hide questions initially */
}
.interviewPage .question-slide {
  display: none; /* Hide all slides initially */
  padding: 30px;
  margin-bottom: 20px;
  position: relative;
  background: #fff;
  border-radius: 8px;
}
.interviewPage .slick-initialized .question-slide {
  display: block;
}
.interviewPage .question-slide h4 {
  font-weight: 600;
  margin-bottom: 30px;
  text-align: center;
  padding: 15px 0;
  position: relative;
}
.interviewPage .question-slide h4:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 2px;
  background-color: #e0e0e0;
}
.interviewPage video {
  max-width: 100%;
  height: auto;
  border: 1px solid #ccc;
  border-radius: 8px;
}
.interviewPage .button-container {
  display: flex;
  justify-content: flex-end;
  margin-top: 30px;
  width: 100%;
  padding: 0 20px;
}
.interviewPage .next-btn {
  margin-left: auto;
  padding: 12px 35px;
  font-size: 16px;
  border-radius: 6px;
  transition: all 0.3s ease;
}
.interviewPage .next-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.interviewPage #completed-screen {
  padding: 60px 20px;
}
.interviewPage .welcome-message {
  text-align: center;
  margin-top: 20px;
}
.interviewPage .instructions-box {
  background: #f9f9f9;
  border-left: 5px solid #0d6efd;
  padding: 15px 20px;
  margin: 20px auto;
  max-width: 700px;
  border-radius: 8px;
  font-size: 15px;
  color: #333;
}
.interviewPage .video-question {
  min-height: 480px; /* Adjust based on your video size */
}
.interviewPage .text-question {
  min-height: 200px; /* Smaller height for text questions */
}
.interviewPage .video-container {
  margin: 20px 0;
  max-width: 100%;
  text-align: center;
}
.interviewPage .video-container video {
  width: 100%;
  max-height: 360px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.interviewPage .text-container {
  margin: 30px 0;
  min-height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.interviewPage .question-text {
  font-size: 18px;
  line-height: 1.6;
  margin: 0;
  text-align: center;
  color: #333;
}
.interviewPage #instruction-screen {
  max-width: 700px;
  margin: 30px auto;
  padding: 40px;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  text-align: center;
}
.interviewPage .start-btn {
  background: #28a745;
  color: white;
  padding: 15px 40px;
  font-size: 18px;
  border-radius: 8px;
  margin-top: 30px;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 200px;
  text-align: center;
  border: none;
  font-weight: 400;
  box-shadow: 0 2px 6px rgba(40, 167, 69, 0.2);
}
.interviewPage .start-btn:hover {
  background: #218838;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(40, 167, 69, 0.3);
}
.interviewPage .start-btn:active {
  transform: translateY(0);
}
.interviewPage .start-btn:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(40, 167, 69, 0.3);
}
.interviewPage .instructions-list {
  text-align: left;
  margin: 30px auto;
  max-width: 600px;
}
.interviewPage .instructions-list li {
  margin-bottom: 15px;
  padding-left: 25px;
  position: relative;
}
.interviewPage .instructions-list li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #28a745;
}
.interviewPage .text-container {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 20px;
}
.interviewPage .question-header {
  margin-bottom: 2rem;
  width: 100%;
}
.interviewPage .question-text {
  color: #333;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 1rem;
  width: 100%;
}
.interviewPage .options-container {
  background: #f8f9fa;
  border-radius: 8px;
  padding: 1.5rem;
  width: 100%;
}
.interviewPage .option-item {
  padding: 0.75rem 0;
  border-bottom: 1px solid #e9ecef;
  width: 100%;
}
.interviewPage .option-item:last-child {
  border-bottom: none;
}
.interviewPage .form-check {
  display: flex;
  align-items: center;
  margin: 0;
  width: 100%;
}
.interviewPage .form-check-input {
  margin-top: 0;
  width: 1.2rem;
  height: 1.2rem;
  flex-shrink: 0;
}
.interviewPage .form-check-label {
  font-size: 1rem;
  color: #444;
  cursor: pointer;
  padding-left: 0.5rem;
  width: 100%;
}
.interviewPage .error-message {
  margin-top: 0.5rem;
  padding: 0.75rem;
  border-radius: 4px;
  width: 100%;
}
.interviewPage .question-slide {
  width: 100%;
  padding: 0 15px;
}

.profileDetail .toggle {
  font-size: 20px;
  border: 1px solid #8C4B9D;
  color: #8C4B9D;
  width: 35px;
  height: 32px;
  text-align: center;
  margin-left: auto;
  display: inline-block;
}
.profileDetail .table-bordered th, .profileDetail td {
  padding: 4px 16px;
}
.profileDetail .flagAuditTable table {
  width: 100%;
}
.profileDetail .flagAuditTable table thead {
  background-color: #dbdfea;
}
.profileDetail .wider .profile-ud-label {
  display: inline-flex;
  width: 150px;
  flex-shrink: 0;
}
.profileDetail .wider .profile-ud-value {
  text-align: left;
  font-weight: 400;
  width: 100%;
  padding-left: 5px;
}
.profileDetail .divider.md {
  margin: 1.5rem 0;
}
.profileDetail .nk-block-head {
  position: relative;
  padding-bottom: 1.25rem;
}
.profileDetail .nk-block-head .title {
  font-weight: 600;
  line-height: 1.1;
  color: #000000;
  margin-bottom: 0px;
}
.profileDetail .overline-title {
  font-size: 11px;
  line-height: 1.2;
  color: #8094ae;
  text-transform: uppercase;
  font-weight: 600;
}
.profileDetail .divider {
  border-top: 1px solid #e5e9f2 !important;
  margin: 28px 0;
  display: block;
}
.profileDetail .profile-ud-label {
  display: block;
  color: #000000;
  font-weight: 600;
}
.profileDetail .profile-ud-value {
  white-space: normal;
  color: #000000;
}
.profileDetail .profile-ud-value .badge-gray {
  color: #526484;
}
.profileDetail .profile-ud.wider {
  padding: 0.75rem 0;
}
.profileDetail .overline-title-alt {
  font-weight: 600;
  line-height: 1.2;
  font-size: 11px;
  color: #8094ae;
  text-transform: uppercase;
}
.profileDetail .overline-title-alt .text-base {
  color: #526484 !important;
}
.profileDetail .breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.25rem 0;
  margin-bottom: 0;
  font-size: 16px;
  list-style: none;
  border-radius: 4px;
  background-color: transparent;
}
.profileDetail .breadcrumb-item a:not(:hover) {
  color: #8094ae;
}
.profileDetail .breadcrumb-pipe .breadcrumb-item + .breadcrumb-item::before {
  content: "|" !important;
}
.profileDetail .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #8091a7;
  content: "/";
}
.profileDetail .btn-outline-light,
.profileDetail .btn-outline-lighter {
  color: #526484;
  border: 1px solid transparent;
  padding: 7px 10px;
  font-size: 0.8125rem;
  background-color: #ffffff;
  border-color: #dbdfea;
  line-height: 1.25rem;
  height: auto !important;
}
.profileDetail_title {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 10px;
}
.profileDetail_title span {
  font-size: 18px;
  color: #8C4B9D;
}
.profileDetail_header {
  padding-bottom: 20px;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  flex-wrap: wrap;
}
.profileDetail_header_list li {
  color: #8094ae !important;
}
.profileDetail_header_list li:not(:last-child) {
  margin-right: 1rem;
}
.profileDetail_header_list li span {
  color: #526484 !important;
}
.profileDetail_inner {
  display: flex;
}
.profileDetail_inner_left {
  width: 100%;
  background-color: #ffffff;
}
.profileDetail_inner_left .tab-content {
  padding: 20px;
}
.profileDetail_inner_left .nav {
  padding: 0px 24px;
  border-bottom: 1px solid #dbdfea;
}
.profileDetail_inner_left .nav li:not(:last-child) {
  margin-right: 30px;
}
.profileDetail_inner_left .nav-pills .nav-link {
  position: relative;
  padding: 16px 0px;
  color: #526484;
  font-weight: 600;
}
.profileDetail_inner_left .nav-pills .nav-link::after {
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background: #8C4B9D;
  opacity: 0;
  position: absolute;
}
.profileDetail_inner_left .nav-pills .nav-link.active {
  background-color: transparent !important;
  color: #8C4B9D !important;
}
.profileDetail_inner_left .nav-pills .nav-link.active::after {
  opacity: 1;
}
.profileDetail_inner_left .badge {
  position: relative;
  border: 1px solid currentColor;
  line-height: 1.125rem;
  vertical-align: middle;
}
.profileDetail_inner_left .badge-outline-success {
  color: #1ee0ac;
  border-color: #78eccd;
}
.profileDetail_inner_left .badge-outline-danger {
  color: #ff0000;
  border-color: #ff0000;
}
.profileDetail_inner_left .user-avatar.lg {
  height: 80px;
  width: 80px;
  font-size: 28px;
  font-weight: 400;
}
.profileDetail_inner_right {
  background-color: #ffffff;
  min-width: 380px;
  width: 380px;
  transition: transform 650ms ease;
}
.profileDetail_inner_right .card-inner {
  padding: 28px;
}
.profileDetail_inner_right .card-inner-group .card-inner:not(:last-child) {
  border-bottom: 1px solid #dbdfea;
}
.profileDetail_inner_right .user-avatar {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}
.profileDetail_inner_right .user-avatar.user-block:after {
  content: "";
  position: absolute;
  left: -25px;
  top: 36px;
  border: 1px solid #e5e9f2;
  width: 150%;
  transform: rotate(45deg);
}
.profileDetail_inner_right .user-card-s2 .user-info {
  margin: 1.25rem 0 0 !important;
}
.profileDetail_inner_right .user-card .user-info {
  color: #8094ae;
}
.profileDetail_inner_right .badge-outline-success {
  color: #1ee0ac;
  border-color: #78eccd;
}
.profileDetail_inner_right .badge {
  position: relative;
  border: 1px solid currentColor;
  line-height: 1.125rem;
  vertical-align: middle;
}
.profileDetail_inner_right .sub-text {
  display: block;
  font-size: 13px;
  color: #8094ae;
}
.profileDetail_inner_right .resume {
  gap: 10px;
}
.profileDetail .profile-ud.wider {
  display: flex;
}
.profileDetail .nk-block + .nk-block, .profileDetail .nk-block + .nk-block-head {
  padding-top: 28px;
}
.profileDetail .text-gray {
  color: #8091a7 !important;
}
.profileDetail .profile-ud-list {
  display: flex;
  flex-wrap: wrap;
  margin: -4px -52px;
}
.profileDetail .profile-ud-item {
  width: 50%;
  padding: 0 3.25rem;
}
@media (max-width: 1199px) {
  .profileDetail .profile-ud.wider {
    padding-top: 0px;
  }
  .profileDetail_title {
    font-size: 20px;
  }
  .profileDetail .nk-block-head .title {
    font-size: 18px;
  }
  .profileDetail .divider.md {
    margin: 15px 0px;
  }
  .profileDetail .overline-title {
    font-size: 11px !important;
  }
}
@media (max-width: 767px) {
  .profileDetail .nav-pills {
    white-space: nowrap;
    overflow-x: auto;
    flex-wrap: nowrap;
  }
  .profileDetail .profile-ud-list {
    flex-direction: column;
  }
  .profileDetail .profile-ud-item {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .profileDetail .profile-ud.wider {
    display: block;
  }
  .profileDetail .profile-ud.wider .profile-ud-label, .profileDetail .profile-ud.wider .profile-ud-value {
    width: 100%;
    padding-left: 0px;
  }
}
  .user-avatar, .user_img, .companyProfile_img {
      border-radius: 50% !important;
  }
 
  .user-avatar img, .user_img img, .companyProfile_img img {
      border-radius: 50% !important;
  }
