:root {
  --bs-success: #2FB8AC;
  --gray-6: #f2f2f2;
  --warning_90: 249, 162, 40, 0.9;
}

/* ===== Scrollbar CSS ===== */
/* Firefox */
* {
  scrollbar-width: auto;
  scrollbar-color: #2FB8AC #eeeeee;
}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 8px;
}

*::-webkit-scrollbar-track {
  background: #eeeeee;
}

*::-webkit-scrollbar-thumb {
  background-color: #2FB8AC;
  border-radius: 10px;
  border: 1px solid #ffffff;
}

body {
  /* font-family: 'Noto Nastaliq Urdu', serif; */
  font-family: "Poppins", sans-serif;
  background: #f5f6f6;
}

.nav-link.active,
.nav-link {
  position: relative;
  transition: all ease-in-out 0.2s;
}

.nav-link.active:before,
.nav-link::before {
  content: "";
  height: 4px;
  width: 0px;
  position: absolute;
  background-color: #fff;
  left: 50%;
  bottom: -19px;
  transition: all ease-in-out 0.2s;
}

.nav-link.active:before {
  width: 100%;
  left: 0;
}

.nav-link:hover::before {
  width: 100%;
  left: 0;
}

.nav-link {
  color: var(--gray-6);
  font-size: 16px;
  font-weight: 500;
}

.nav-link img {
  opacity: 0.9;
  height: 25px;
}

.nav-link:hover,
.nav-link.active {
  color: #ffffff;
  opacity: 1;
}

.nav-link.active {
  font-weight: 600;
}

.nav-link:hover img,
.nav-link.active img {
  opacity: 1;
}

.nav-link:hover img {
  opacity: 1;
}

.navbar_nav_cs .nav-item {
  margin: 0 8px;
}
.has-search .form-control-feedback {
  position: absolute;
  z-index: 2;
  display: block;
  width: 2.375rem;
  height: 2.375rem;
  line-height: 2.375rem;
  text-align: center;
  pointer-events: none;
  color: #aaa;
}
.has-search .form-control {
  padding-left: 2.375rem;
  background: #f2fff8;
  border: none;
}
.dash-personal-info {
  background-image: url(../media/images/dash_main.svg);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
}
.info_main {
  display: flex;
  gap: 20px;
  padding: 20px;
  align-items: center;
  /* margin-bottom: 10px; */
}
.info_main img {
  width: 122px;
}
.info_main p {
  font-family: Poppins;
  font-size: 14.52px;
  font-weight: 400;
  line-height: 21.78px;
  letter-spacing: 0.03em;
  text-align: left;
  color: #fff;
  padding: 0;
  margin: 0;
}
.info_main h3 {
  font-family: Poppins;
  font-size: 24.2px;
  font-weight: 700;
  line-height: 36.3px;
  text-align: left;
  color: #fff;
  margin: 0;
}
/* .main-box {
  box-shadow: -3px 4px 20px 0 rgba(0, 143, 109, 0.15);
  border-radius: 14px;
  padding: 30px;
  position: relative;
} */

.main-box {
  box-shadow: -3px 4px 20px 0 rgba(0, 143, 109, 0.15);
  border-radius: 14px;
  padding: 15px;
  position: relative;
  height: 130px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.main-box-table {
  box-shadow: -3px 4px 20px 0 rgba(0, 143, 109, 0.15);
  border-radius: 14px;
  padding: 15px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.main-box.main-box1::before {
  position: absolute;
  content: "";
  height: 129px;
  width: 114px;
  right: 0;
  top: 20%;
  background-image: url("../media/images/main-box-icon-bg1.svg");
}
.main-box.main-box2::before {
  position: absolute;
  content: "";
  height: 128px;
  width: 93px;
  right: 0;
  top: 20%;
  background-image: url("../media/images/main-box-icon-bg2.svg");
}
.main-box.main-box3::before {
  position: absolute;
  content: "";
  height: 129px;
  width: 100px;
  right: 0;
  top: 20%;
  background-image: url("../media/images/main-box-icon-bg3.svg");
}
.main-box.main-box1 {
  background: #4cbc9a;
}
.main-box.main-box2 {
  background: #fec64f;
}
.main-box.main-box3 {
  background: #fc6b57;
}
.main-box.main-box4 {
  background:#6B7D8F;
}
.main-box.main-box5 {
  background:#5da778;
}

.main-box.main-box7 {
  background:#4D82D2;
}
.main-box.main-box8 {
  background:#b8d561;
}
.main-box.main-box9 {
  background:#c04dd2;
}

.main-box h3 {
  font-weight: 700;
  font-size: 33px;
  color: #fff;
  margin-top: 20px;
  /* margin-bottom: 0; */
}
.main-box p {
  font-weight: 400;
  font-size: 16px;
  color: #fff;
}


.main-box .row {
  display: flex;
  justify-content: space-between;
}

.main-box .col-md-2 {
  text-align: center;
}

.main-box .col-md-2 h3 {
  margin: 5px 0;
}
.stepper-content .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background: transparent;
  border-bottom: 5.6px solid #2FB8AC;
  border-radius: 0;
  font-size: 15.81px;
  font-weight: 500;
  line-height: 27.1px;
  text-align: left;
  color: #1a2526;
  padding: 0px 0px 15px 0;
}
.stepper-content .nav-pills .nav-link {
  padding: 0px 0px 15px 0;
  color: rgb(26 37 38 / 55%);
  margin-right: 40px;
  font-size: 15.81px;
  font-weight: 500;
  line-height: 27.1px;
  text-align: left;
}
.stepper-content .nav-link img {
  height: 40px;
  margin-right: 10px;
}
.bg-success {
  background-color: var(--bs-success) !important;
}

.btn-success {
  background-color: var(--bs-success) !important;
  border-color: var(--bs-success) !important;
}

.navbar_cs {
  height: 79px;
  box-shadow: 0px 1.251px 2.93px 0px rgba(0, 0, 0, 0.08);
}
.res-internship ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.res-internship ul li {
  border: 0.71px solid #1f8d4f;
  border-radius: 7px;
  background: rgba(0, 202, 128, 0.1);
  width: fit-content;
  padding: 5px 15px;
  float: left;
  margin: 0px 10px 10px 0;
}
.res-internship ul li h4 {
  font-weight: 600;
  font-size: 11px;
  line-height: 169%;
  text-transform: uppercase;
  text-align: center;
  color: #067f46;
  margin: 0;
}
.btn_warning_cs {
  border-radius: 27px;
  background: #efb812;
  border-color: #efb812;
}

.user_placeholder {
  width: 45px;
  height: 45px !important;
  border-radius: 50%;
}

.stepper-content-wrapper {
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 1.251px 8.93px 0px rgba(0, 0, 0, 0.08);
  padding: 32px;
  min-height: calc(80vh - 143px);
}

.steps_content_title {
  color: #252733;
  font-size: 24px;
  font-weight: 600;
  line-height: 137.25%;
}

.steps_content_title_info {
  color: #7a7a7a;
  font-size: 14px;
  font-weight: 500;
  line-height: 137.25%;
  margin-bottom: 0;
}

/* label-float  */
.form-control {
  border-radius: 10px !important;
  height: 45.6px;
}

.form_label {
  color: #464a53;
  /* font-family: Inter; */
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
}

.label-float {
  position: relative;
  /* padding-top: 13px; */
}
.label-float input {
  background: #f9fafb;
}
.label-float input,
.label-float select,
.label-float textarea {
  border: 1.44px solid #e5e7ea;
  border-radius: 10px;
  outline: none;
  padding: 10px 20px;
  font-size: 16px;
  transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -webkit-appearance: none;
}

.label-float input:focus,
.label-float select:focus,
.label-float textarea:focus {
  border: 1.4px solid #2FB8AC;
  box-shadow: unset;
  outline: unset;
}

.label-float input::placeholder,
.label-float select::placeholder,
.label-float textarea::placeholder {
  color: transparent;
}

.mandatory {
  color: red;
  margin-left: 4px;
}

/* .label-float input:required:invalid+label {
    color: red;
}

.label-float input:focus:required:invalid {
    border: 2px solid red;
}

.label-float input:required:invalid+label:before {
    content: '*';
} */

.label-float input:focus + label,
.label-float input:not(:placeholder-shown) + label,
.label-float select:focus + label,
.label-float select:not(:placeholder-shown) + label,
.label-float textarea:focus + label,
.label-float textarea:not(:placeholder-shown) + label {
  font-size: 14px;
  top: 0;
  color: #0294c9;
  padding: 1px 5px;
  border-radius: 4px;
}

/* stepper style */

/* registration process style  */
.steps-side-bar {
  max-width: 300px;
  width: 100%;
  position: fixed;
  z-index: 10000;
  background-color: white;
  height: 100%;
  top: 0px;
  padding-top: 28px;
  padding-bottom: 20px;
}
.how_to_pay .steps-side-bar {
  max-width: 100%;
  position: unset;
}
.dash-bar a {
  width: 100%;
  display: block;
  text-align: center;
}
ul.nav-left {
  list-style: none;
  padding: 0;
  margin: 20px 10px;
}
ul.nav-left li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
  padding: 16px;
  cursor: pointer;
}
ul.nav-left li h3 {
  font-family: Poppins;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  text-align: left;
  margin: 0;
  color: #a098ae;
}
ul.nav-left li.active {
  box-shadow: 0px 20px 50px 0px #3745571a;
  background: #1f8d4f;
  padding: 16px;
  border-radius: 16px;
}
ul.nav-left li.active h3 {
  color: #fff;
}
/* .steps_wrapper {
    border-radius: 20px;
    border: 1.069px solid #FFF;
    height: calc(100vh - 143px);
    background: url('../media/images/driving_car.svg') bottom no-repeat, linear-gradient(191deg, #D7E8E6 3.76%, #FFF 90.75%);

} */
.steps_wrapper {
  position: relative;
  border-radius: 20px;
  border: 1.069px solid #fff;
  height: calc(100vh - 79px);
  overflow: auto;
  z-index: 1;
  background-color: #ffffff;
}
.how_to_pay .stepper-main-wrapper {
  margin-left: 0;
}
.steps_wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(../media/images/driving_car.svg) bottom no-repeat,
    linear-gradient(191deg, #d7e8e6 3.76%, #fff 90.75%);
  opacity: 0.2;
  /* Adjust the opacity as needed */
}

.logo-wrapper {
  padding: 18px 12px;
  margin-bottom: 18px;
}

.stepper_header {
  background: url("../images/inner_content_bg.png");
  height: 190px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

.main_content {
  padding-top: 111px;
  padding-bottom: 16px;
}
.main_content_dashboard {
  margin-top: 95px;
  padding-left: 32px;
  padding-right: 32px;
}

/* Add your CSS styles for the form here */

.step-indicators {
  margin-top: 20px;
}

.buttons {
  margin-top: 20px;
}

.stepper-main-wrapper {
  position: relative;
  margin-left: 300px;
}

.step {
  display: none;
}

.step.active {
  display: block;
}

.icons-wrapper {
  height: 46px;
  width: 46px;
  border-radius: 50%;
  padding: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #9b9faa;
}

.step-indicator .icons-wrapper {
  border: unset;
}

.step-indicator .icons-wrapper img.active_image {
  display: none;
}
.step-indicator.active .icons-wrapper img.active_image {
  display: block;
}
.step-indicator.active .icons-wrapper img.in_active_image {
  display: none;
}
.icons-wrapper img {
  min-width: 24px;
  width: 24px;
}
.step-indicator .icons-wrapper img {
  width: 40px;
}
.steps-headings {
  color: #091929;
  font-size: 18px;
  font-weight: 600;
}

.steps-info-text {
  color: #656d7a;
  font-size: 14px;
  font-weight: 400;
  line-height: 27px;
}

.step-indicator {
  padding: 18px;
}

/*.step-indicator.active .icons-wrapper {
    border: 2px solid #0294C9;

}

.step-indicator.active .icons-wrapper svg path {
    fill: #0294C9;

}
.step-indicator.active .icons-wrapper.scan_svg svg path {
    fill: #0294C9;
    stroke: #0294C9;

}

.step-indicator:first-child.active .icons-wrapper svg path {
    fill: #fff;

}

.step-indicator.completed:not(.active) .icons-wrapper {
    border: 2px solid transparent;
}

.step-indicator.completed:not(.active) .icons-wrapper svg circle {
    fill: #48AE6D;
}

.step-indicator.completed:not(.active) .icons-wrapper svg path {
    fill: #ffffff;
}
.step-indicator.completed:not(.active) .icons-wrapper.scan_svg{
    background-color: #48AE6D;
    border: 2px solid transparent;
}

.step-indicator.completed:not(.active) .icons-wrapper.scan_svg svg path{
    fill: #ffffff;
    stroke: #ffffff
}
*/

/* stepper style */

#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background-color: rgba(0, 0, 0, 0.5);
  /* filter: blur(5px); */
}

.loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
}

.loader-bar {
  height: 50px;
  width: 10px;
  background-color: #333;
  margin: 0 5px;
  animation: loader 1.2s infinite;
}

.loader-ball {
  width: 20px;
  height: 20px;
  background-color: #333;
  border-radius: 50%;
  position: relative;
  animation: ball 1.2s infinite;
}

@keyframes loader {
  0% {
    transform: scaleY(0.1);
  }

  50% {
    transform: scaleY(1);
  }

  100% {
    transform: scaleY(0.1);
  }
}

@keyframes ball {
  0% {
    top: -10px;
  }

  50% {
    top: 40px;
  }

  100% {
    top: -10px;
  }
}

.handImage {
  background-image: url("../media/images/hands_image.png");
  width: 667px;
  height: 372px;
  background-size: contain;
  background-repeat: no-repeat;
  margin: auto;
  position: relative;
}

.finger {
  position: absolute;
  width: 56px;
  height: 48px;
  /* background-color: red; */
}

.finger.fingerLeftThumb {
  top: 43%;
  left: 1%;
}

.finger.fingerLeftIndex {
  top: 8%;
  left: 9.8%;
}

.finger.fingerLeftMiddle {
  top: 2%;
  left: 20.3%;
}

.finger.fingerLeftRing {
  top: 5.2%;
  left: 27.2%;
}

.finger.fingerLeftPinky {
  top: 20.2%;
  left: 35%;
}

.finger.fingerRightThumb {
  top: 42.5%;
  right: 14.3%;
}

.finger.fingerRightIndex {
  top: 7.7%;
  right: 24.1%;
}

.finger.fingerRightMiddle {
  top: 1.7%;
  right: 34.7%;
}

.finger.fingerRightRing {
  top: 5.2%;
  right: 41.8%;
}

.finger.fingerRightPinky {
  top: 20%;
  right: 49.6%;
}

/* .fingerButtonsTop {
    display: none;
    background: unset;
    padding: 0;
} */
.fingerButtonsTop.remaining_fingers {
  /* display: none;
    background: unset;
    padding: 0; */
}

.fingerButtonsTop.verified_button {
  display: none;
  background: unset;
  padding: 0;
}

.fingerButtonsTop img {
  width: 40px;
  height: 40px;
}

.fingerButtonsDisable {
  /* display: none; */
  background: unset;
  padding: 0;
}

.fingerButtonsDisable img {
  width: 40px;
  height: 40px;
}

.finger:hover {
  cursor: pointer;
}

.finger:hover .scan_button {
  display: block !important;
}

.finger:hover .verified_button {
  display: none !important;
}

.finger:focus .verified_button {
  display: block !important;
}

.btn-outline-info {
  color: #4489d3;
  background: transparent;
  border: 1px solid #4489d3;
  border-radius: 24px;
  padding: 12px 24px;
}

.btn-outline-info:hover {
  color: #ffffff;
  background: #4489d3;
}

.btn-outline-warning {
  color: #ffc617;
  background: transparent;
  border: 1px solid #ffc617;
  border-radius: 24px;
  padding: 12px 24px;
}

.btn-outline-warning:hover {
  color: #ffffff;
  background: #ffc617;
}

.btn-outline-primary {
  color: #004576;
  background: transparent;
  border: 1px solid #004576;
  border-radius: 24px;
  padding: 12px 24px;
}

.btn-outline-primary:hover {
  color: #ffffff;
  background: #004576;
}

.finger_print_wrapper {
  display: flex;
  align-items: center;
  justify-content: start;
  flex-wrap: wrap;
}

.finger_print_wrapper .finger_print_inner_wrapper {
  margin-top: 12px;
  margin-right: 12px;
}

.finger_print_wrapper .finger_print {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 74px;
  padding: 6px;
  background: #eeeeee;
  border-radius: 8px;
  flex-wrap: wrap;
  border: 2px solid transparent;
}

.finger_print_wrapper .finger_print.disable_finger {
  background: #fa7070;
}

.finger_scaning_name {
  color: #464b6b;
  font-size: 12px;
  font-weight: 500;
}

.finger_disbale_text {
  color: white;
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
}

.finger_do_disbale_text {
  color: #fa7070;
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
}

.disableabled_finger {
  display: none;
}

.finger_print_wrapper .finger_print.disable_finger .disableabled_finger {
  display: block;
  text-align: center;
}

.do_disable_finger {
  display: none;
}

.finger_print_wrapper
  .finger_print:not(.disable_finger):hover
  .do_disable_finger {
  display: block;
  text-align: center;
  cursor: pointer;
}

.scaned_finger {
  position: relative;
}

.scaned_finger_content {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 8px;
  text-align: center;
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #0294c9bd;
}

.scaned_finger:hover .scaned_finger_content {
  display: flex;
  cursor: pointer;
}

.finger_main_wrapper {
  max-width: 570px;
  margin: auto;
  margin-bottom: 2rem;
}

.finger_print_text {
  color: #000000;
  font-size: 22px;
  font-weight: 500;
  margin: 0;
}

/* inner stepper style  */

.citizen_profile_step_indicators {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.stepper-main-wrapper {
  position: relative;
}

.citizen_profile_step {
  display: none;
}

.citizen_profile_step.active {
  display: block;
}

.citizen_profile_step_indicator .icons-wrapper {
  border-radius: 50%;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  margin: 0px auto;
  background-color: rgb(255, 255, 255);
  border-radius: 50%;
  text-align: center;
  padding: 1px;
  font-size: 16px;
  color: rgb(207, 207, 207);
  display: block;
  border-color: rgb(207, 207, 207);
  border-style: solid;
  position: relative;
  z-index: 2;
}

.citizen_profile_step_indicator .steps-info-text {
  color: #8f9cb1;
  font-size: 15.977px;
  font-style: normal;
  font-weight: 400;
  line-height: 20.487px;
}

.citizen_profile_step_indicator {
  padding: 18px;
  width: 33.33%;
  display: flex;
  align-items: center;
  justify-content: end;
  position: relative;
}

.citizen_profile_step_indicator:after {
  content: "";
  width: 100%;
  position: absolute;
  height: 1.5px;
  background: rgb(207, 207, 207);
  top: 34px;
  left: 50%;
}

.citizen_profile_step_indicator:last-child:after {
  content: "";
  width: 0%;
  display: none;
}

.citizen_profile_step_indicator.completed:not(.active):after {
  background: rgb(0, 124, 56);
}

.citizen_profile_step_indicator.active .icons-wrapper {
  border-color: rgb(0, 124, 56);
}

.citizen_profile_step_indicator.completed:not(.active) .icons-wrapper {
  background-color: rgb(0, 124, 56);
  border-color: rgb(0, 124, 56);
}

.citizen_profile_step_indicator.active .icons-wrapper img {
  filter: brightness(0) invert(1);
}

.citizen_profile_step_indicator.active .steps-headings {
  color: #4f4f4f;
  font-weight: 600;
}

.citizen_profile_step_indicator.completed:not(.active) .icons-wrapper img {
  filter: brightness(0) invert(1);
}

.citizen_profile_step_indicator.completed:not(.active) .steps-headings {
  color: #4f4f4f;
  font-weight: 600;
}

/* scneer images step  */
.scanner_img_wrapper {
  border: 2px dashed red;
  width: 400px;
  height: 330px;
}

.scanner_img_suggestions {
  border-radius: 10px;
  background: #eff3f6;
  padding: 18px;
}

.img_scanner_suggestions_title {
  color: #091929;
  font-size: 16px;
  font-weight: 600;
}

.img_scanner_suggestions_info {
  color: #656d7a;
  font-size: 14px;
  font-weight: 400;
}

.scanner_img_suggestions_list {
  margin-bottom: 38px;
}

.scanner_img_suggestions_list:last-child {
  margin-bottom: 0px;
}

input.form-check-input {
  padding: unset;
}

/* style for custom checkbox  */
.custom-option {
  padding-left: 0;
  border: 1px solid #dbdade;
  border-radius: 0.375rem;
}

.vehicle_info_custom_checkbox {
  width: 118px;
  height: 100px;
  border-radius: 10px;
  background: #eff3f6;
  position: relative;
  margin-right: 12px;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.vehicle_info_custom_content {
  width: 118px;
  height: 100px;
}

.vehicle_info_custom_checkbox.active {
  background: #48ae6d;
}

.vehicle_info_custom_checkbox.active img {
  /* filter: brightness(0); */
  filter: invert(100%);
}

.vehicle_info_custom_checkbox.active small {
  color: #fff;
}

.vehicle_info_custom_checkbox .form-check-input {
  position: absolute;
  position: absolute;
  right: 8px;
  top: 4px;
  border-radius: 50% !important;
}

.custom-option .custom-option-content {
  cursor: pointer;
  width: 100%;
}

.form-check-input {
  cursor: pointer;
}

.vehicle_info_custom_content img {
  object-fit: contain;
  height: 40px;
  margin-bottom: 4px;
  max-width: 60px;
}

.vehicle_type input {
  margin-top: 0px;
}

@-webkit-keyframes blinker {
  from {
    opacity: 1;
    transform: scale(1.05);
  }

  to {
    opacity: 0.6;
    transform: scale(0.9);
  }
}

.fingerButtonsTop.active_finger {
  text-decoration: blink;
  -webkit-animation-name: blinker;
  -webkit-animation-duration: 0.3s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-direction: alternate;
}

.verify_finger_wrapper {
  max-width: 460px;
  display: flex;
  align-items: start;
}

.finger_status {
  width: 60px;
  height: 60px;
  border-radius: 6px;
  border: 2px solid #bac8d7;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.verify_finger_input {
  width: 350px;
}

.verify_finger_status_wrapper {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.matched_finger {
  font-size: 10px;
  font-weight: 500;
  margin-top: 4px;
  color: #48ae6d;
}

.not_matched_finger {
  font-size: 10px;
  font-weight: 500;
  margin-top: 4px;
  color: #ee657a;
}

.step-indicator {
  position: relative;
}

.step-indicator::after {
  content: "";
  border-radius: 6.749px;
  background: #9b9faa;
  width: 3px;
  position: absolute;
  height: 38px;
  left: 39px;
  top: 74px;
}
.step-indicator:last-child::after {
  content: "";
  display: none;
}
.step-indicator.completed:not(.active).step-indicator::after {
  content: "";
  background: #48ae6d;
}
.form-check-input {
  border-color: #b3b3b3;
  border-width: 2px;
  width: 18px;
  height: 18px;
}
.dashboard_tiles_card {
  box-shadow: 0 0 3px rgb(60 72 88 / 0.15) !important;
  -webkit-box-shadow: 0 0 3px rgb(60 72 88 / 0.15) !important;
  -moz-box-shadow: 0 0 3px rgb(60 72 88 / 0.15) !important;
  /*    border:1px solid #ddd;*/
  text-align: center;
  border-radius: 6px;
  min-height: 132px;
}
.dashboard_tiles_card svg {
  width: 58px !important;
}
.tiles_icons {
  width: 60px;
  height: 60px;
  background: #cad5e4;
  display: inline-block;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.option-text {
  font-size: 11px;
  font-weight: 600;
}
.page-title_cs {
  background: #2FB8AC;
  border-radius: 6px;
  padding: 8px 10px;
  font-size: 22px;
  color: #ffffff;
}

/*  */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

.forgot-password {
  color: #e86969;
  text-align: right;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.sign_in-title {
  color: #000;
  position: relative;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  text-align: center;
}
.d-hide {
  display: none;
}
.signup-banner {
  background-image: url(../media/images/cm.jpg);
  background-repeat: no-repeat;
  min-height: 100vh;
  background-size: cover;
  background-position: top;
  background-color: #021717;
  position: fixed;
  right: 0;
}
/* .signup-banner::before {
  content: "";
  position: absolute;
  z-index: 99;
  bottom: 20px;
  right: 20px;
  height: 50px;
  width: 10%;
  background-image: url(../media/images/pitb_logo.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.signup-banner::after {
  content: "";
  position: absolute;
  z-index: 99;
  bottom: 20px;
  left: 20px;
  height: 50px;
  width: 40%;
  background-image: url(../media/images/YOUTH_LOGO.svg);
  background-size: contain;
  background-repeat: no-repeat;
} */
.login_area {
  height: 100%;
  min-height: 100vh;
  padding: 15px;
  max-width: 65%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.register_area {
  height: 100%;
  min-height: 100vh;
  padding: 15px;
  max-width: 700px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.forgot-password {
  color: #e86969;
  text-align: right;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
}
.form-check-label {
  font-size: 14px;
  color: #000c14;
  font-weight: 600;
}
.dont-have-account {
  color: #0d0e0e;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.otp-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* height: 100vh; */
}
.timer {
  margin-top: 1rem;
}
.resend-btn {
  margin-top: 1rem;
}
.popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid #888;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  z-index: 1000;
  background-color: white;
  width: 350px;
  padding: 20px;
  text-align: center;
  border-radius: 10px;
}

.popup-header {
  font-size: 20px;
  margin-bottom: 10px;
}

.popup-body {
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  text-align: center;
  margin-bottom: 2rem;
  margin-top: 2rem;
}

.popup-footer {
  display: flex;
  justify-content: center;
}

.popup-footer button {
  padding: 10px 20px;
  border: none;
  background-color: #007bff;
  color: white;
  cursor: pointer;
  border-radius: 5px;
}

.popup-footer button:hover {
  background-color: #0056b3;
}

.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
}
.otp-input {
  width: 3rem;
  padding: 0.5rem;
  margin: 0.5rem;
  font-size: 1.5rem;
  text-align: center;
}
.btn-light {
  padding: 10px 15px;
}
.btn {
  padding: 10px 25px;
  box-shadow: 0 0 7px #ccc;
  font-weight: 600;
  font-size: 14px;
}
.btn-primary {
  background: #2FB8AC;
  border-color: #2FB8AC;
  padding: 10px 25px;
  box-shadow: 0 0 7px #ccc;
  font-weight: 600;
  font-size: 14px;
}
.text-right {
  text-align: right;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0f723a;
  border-color: #0f723a;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0f723a;
  border-color: #0f723a;
}
.btn-continue {
  background: #0294c9;
  border-color: #0294c9;
  padding: 10px;
  box-shadow: 0 0 7px #ccc;
  font-weight: 600;
  font-size: 18px;
  color: #fff;
}
.congrats {
  color: #2FB8AC;
  font-size: 22px;
  font-weight: 600;
  margin: 15px;
}
.congrats_image img {
  width: 100px;
}
.dont-have-account a {
  color: #009d85;
  text-decoration: none;
}
.bg-gray {
  background-color: #f8f9fb !important;
}

.bg-gray.card {
  border-radius: 15px;
  padding: 20px;
}
.bg-gray .section_title {
  color: #197768;
}
.bg-gray .form-control,
.bg-gray .form-select,
.bg-gray .label-float label {
  background-color: #f8f9fb !important;
}

/*How to pay*/
.steps_wrapper_new {
  background: url("../media/images/psid_bg.png");
}
.steps_wrapper_new:before {
  display: none;
}
.car_title_htp {
  font-size: 20px;
  color: #252733;
  font-weight: 600;
  margin: 0 0 20px;
}
.font-weight-bold {
  font-weight: 600;
}
.copy_button {
  font-size: 18px;
}

.steps_wrapper_new {
  overflow: hidden;
  margin-bottom: 25px;
  height: auto !important;
}

.Internship_app h3 {
  font-weight: 500;
  font-size: 16px;
  line-height: 169%;
  color: #1a2526;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.table-striped > tbody > tr:nth-of-type(odd) > * {
  box-shadow: none;
}
table.table.table-striped thead tr th {
  background: #f6fafd;
  font-weight: 700;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0.01em;
  color: #11142d;
  padding: 12px;
  vertical-align: middle;
}
table.table.table-striped tbody tr td {
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0.01em;
  color: #11142d;
  padding: 12px;
  font-weight: 400;
  vertical-align: middle;
}
.approved {
  color: #26c536 !important;
  font-weight: 500 !important;
}
.Progress {
  color: #f7b816 !important;
  font-weight: 500 !important;
}
.Pending {
  color: #c5c5c5 !important;
  font-weight: 500 !important;
}
.approved span {
  background: linear-gradient(180deg, #26c536 0%, #49da57 100%);
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 50%;
}
.Progress span {
  background: linear-gradient(180deg, #f7b816 0%, #fecc4a 100%);
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 50%;
}
.Pending span {
  background: #c5c5c5;
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 50%;
}
.navbar-toggler-icon {
  width: 1em;
}
.row.mobile_web {
  /* background: #fff; */
}
ul#stepper-tabs {
  border-bottom: 1px solid #ddd;
}
@media screen and (min-width: 767px) {
  .text-md-left {
    text-align: left !important;
  }
}
@media screen and (max-width: 1300px) {
  .dash-personal-info {
    background-size: 166%;
  }
}
@media screen and (max-width: 991px) {
  .stepper-content .nav-pills .nav-link {
    margin-right: 20px;
    width: 100%;
  }
  .steps-side-bar {
    display: none;
  }
  .stepper-main-wrapper {
    margin-left: 0;
  }
  .d-hide {
    display: block;
  }
  button.navbar-toggler {
    background: #05844a;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
}
@media screen and (max-width: 768px) {
  #stepper-tabs li.nav-item {
    width: 100%;
    margin-bottom: 10px;
  }
  .dash-personal-info {
    background-size: 250%;
  }
  .stepper-main-wrapper {
    margin-left: 0;
  }

  div#navbarSupportedContent {
    /* background: #2FB8AC; */
    padding: 0;
  }
  .form-group.has-search {
    display: none;
  }
  .nav-link.active:before {
    display: none;
  }
  .img-preview {
    max-height: 160px !important;
  }
  #basic_polar_area .apexcharts-canvas {
    width: 300px !important;
    /*        height: 300px !important;*/
  }
}
@media screen and (max-width: 460px) {
  a.navbar-brand.d-hide img {
    width: 100px;
  }
  a.navbar-brand.d-hide {
    padding: 0;
    margin: 0;
  }
  .user_placeholder {
    width: 25px;
    height: 25px !important;
  }
  li.nav-item.dropdown {
    display: none;
  }
  .dash-personal-info {
    background-size: 375%;
  }
}
@media screen and (max-width: 767px) {
  .signup-banner {
    height: 450px;
    display: none !important;
    background-size: cover;
    background-position: bottom;
  }
  .mobile_web {
    /* background: url(../media/images/register_banner.png) no-repeat; */
    background-size: 100% 100%;
    background-position: fixed;
    /* padding: 30px 0; */
    background-color: #fff !important;
    min-height: 100vh;
    height: auto;
  }
  .stepper-content-wrapper {
    padding: 15px;
  }
  .bg-gray.card {
    padding: 0;
  }
  .img-preview {
    max-height: 190px;
  }

  .uplaod .btn {
    margin-bottom: 15px;
  }
  .tag_line.text-muted {
    /* color: #fff !important; */
  }
}

/* New Dashboard */

.dashboard_tiles_card h5 {
  font-size: 14px;
}
.card-title {
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 600;
  padding: 8px 8px 0 8px !important;
}
.main-chart li h3 {
  font-size: 25px;
}
.main-chart li h3 .fw-normal {
  font-size: 14px;
}
.main-chart .chart-border-left {
  border-left: 1.4px solid var(--bs-border-color);
  padding: 2px 20px;
}
.text-muted {
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  color: #464a53 !important;
}
.text-reset {
  text-decoration: none;
}
#basic_polar_area .apexcharts-inner.apexcharts-graphical {
  margin-bottom: 25px !important;
}
.top_5_districts li {
  position: relative;
  padding-left: 25px !important;
}
.top_5_districts li p {
  font-size: 14px;
}
.top_5_districts li h5 {
  font-weight: 600;
  font-size: 18px;
}
.top_5_districts li:before {
  content: "";
  width: 15px;
  height: 15px;
  background: #f00;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 20px;
}

.bg_1 {
  background: rgb(148 163 184 / 0.05) !important;
}
.bg_2 {
  background: rgb(0 190 130 / 0.05) !important;
}
.bg_3 {
  background: rgba(56 116 255 / 0.05);
}
.bg_4 {
  background: rgb(254 120 49 / 0.05) !important;
}
.bg_5 {
  background: rgb(168 85 247 / 0.05) !important;
}
.btn-group-sm {
  border-radius: 0;
}
.btn-group-sm .btn-sm {
  padding: 3px 8px;
  border-radius: 0;
  border-color: #ddd;
}
.border-topbottom-left-radius {
  border-top-left-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
}

.btn-group-sm .btn-sm:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.btn-outline-secondary {
  border-color: #e2e2e2;
}
.btn-outline-secondary:hover,
.btn-outline-secondary:focus,
.btn-outline-secondary.active,
.btn-outline-secondary.active:hover,
.btn-outline-secondary.active:focus {
  background: #c7e5ff;
  color: #155892;
  border-color: #e2e2e2;
}
input.caleran {
  border-radius: 6px !important;
  background: #f5f5f5;
}
.custom-error-message {
  display: block;
}
.modal-lg {
  min-width: 70%;
  z-index: 999999;
}

.col.steps-side-bar.dash-bar {
  z-index: 1055;
}
/* Custom styles for success notifications */
.p-toast .p-toast-message {
  padding: 15px;
}
.p-toast .p-toast-message.p-toast-message-success {
  background-color: #4caf50; /* Green background */
  color: white; /* White text */
}

/* Custom styles for error notifications */
.p-toast .p-toast-message.p-toast-message-error {
  background-color: #f44336; /* Red background */
  color: white; /* White text */
}

/* Customize the close button */
.p-toast .p-toast-message .p-toast-icon {
  color: white; /* White icon */
}

/* Customize the message content */
.p-toast .p-toast-message .p-toast-text {
  font-size: 16px;
  font-weight: bold;
}

.ng-select .ng-select-container {
  border: 1.44px solid #e5e7ea !important;
  outline: none !important;
  padding: 10px 20px !important;
  font-size: 16px !important;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -webkit-appearance: none;
  background: #f9fafb !important;
  border-radius: 10px !important;
  height: 45.6px !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
}
.profile-main {
  display: flex;
  align-items: center;
  gap: 25px;
}
.profile-main img {
  width: 150px;
}
.profile-lbl {
  display: flex;
  flex-direction: column;
}
.profile-lbl h3 {
  font-weight: 600;
  font-size: 22px;
  color: #102048;
  padding: 0;
  margin: 0;
}
.profile-lbl p {
  font-weight: 400;
  font-size: 18px;
  color: #59607c;
  padding: 0;
  margin: 0;
}
.btn-delete {
  border-radius: 4px;
  padding: 16px;
  width: 56px;
  height: 56px;
  background: rgba(235, 77, 77, 0.1);
}
.btn-view {
  border-radius: 3px;
  padding: 7px 32px;
  /* width: 100px; */
  height: 39px;
  background: #263238;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  text-transform: capitalize;
  color: #fff;
}
a.btn.btn-view:hover {
  border: 1px solid;
}
.btn-Edit {
  border-radius: 3px;
  padding: 16px 32px;
  width: 100px;
  height: 56px;
  background: #263238;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  text-transform: capitalize;
  color: #fff;
}
a.btn.btn-Edit:hover {
  border: 1px solid;
}
.Computation_Skills .nav-pills .nav-link.active {
  border: 1px dashed #b5b5c3;
  border-radius: 12px;
  width: 314px;
  height: 60px;
  background: #1f8d4f;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  color: #fff;
  padding: 0px 19px;
}
.Computation_Skills .nav-pills .nav-link {
  border: 1px dashed #b5b5c3;
  border-radius: 12px;
  width: 314px;
  height: 60px;
  background: #fff;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  color: #a098ae;
  padding: 0px 19px;
  margin-bottom: 20px;
}
.star-rating i {
  font-size: 1.2rem;
  color: #3699ff; 
  cursor: pointer;
}
.rating{
  display: flex;
gap: 10px;
margin-bottom: 30px;
}
.Computation_listing ul{
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.Computation_listing ul li {
  list-style: none;
  float: left; 
  margin-right: 10px;
  font-weight: 700;
font-size: 12px;
text-align: center;
color: #fff;
border-radius: 6px;
padding: 5px 11px;
height: 26px;
}
.rating p {
  padding: 0;
  margin: 0;
  line-height: 31px !important;
  font-size: 12px !important;
}
.Computation_main {
  padding: 0 20px;
}
.Intern_lbl h4{
  font-weight: 700;
font-size: 20px;
letter-spacing: -0.02em;
color: #181c32;
padding: 0;
margin: 0;
}
.Intern_lbl_app h3{
  font-weight: 500;
font-size: 20px;
color: #181c32;
margin-bottom: 30px;
}
.Intern_lbl p{
  font-weight: 500;
  font-size: 14px;
  line-height: 214%;
  letter-spacing: -0.02em;
  color: #b5b5c3;
  padding: 0;
  margin: 0;
}
.Intern_lbl p span{
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  color: #464e5f;
}
.Computation_listing {
  margin-bottom: 20px;
}
.Computation_listing_2 ul{
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.Computation_listing_2 ul li{
  list-style: none;
  font-weight: 500;
font-size: 16px;
line-height: 162%;
text-transform: capitalize;
color: #6b7d8f;
margin-bottom: 5px;
}
.Computation_listing_2 ul li span {
  height: 16px;
  width: 16px;
  display: inline-block;
  border-radius: 100px;
  line-height: normal;
  margin-right: 10px;
}
.Computation_main h3{
  font-weight: 700;
font-size: 20px;
text-align: left;
color: #263238;
border: none;
/* margin-bottom: 0; */
}
.Scores_main {
  border: 1px dashed #b5b5c3;
  border-radius: 12px;
  background: #fff;
  display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}
.Leaves_filter a{
  border: 0.92px solid #e8e8e8;
  border-radius: 4px;
  height: 45px;
  display: inline-block;
  padding: 12px 20px;
  font-weight: 400;
  font-size: 14px;
  color: #202020;
  text-decoration: none;
}
.Leaves_item{
  border: 1.03px dashed #b5b5c3;
border-radius: 12px;
background: #fff;
}
.Leaves_item h5 {
  font-weight: 600;
  font-size: 16px;
  color: #000;
  padding: 20px 20px 0;
}
.d-flex.Avatar_lbl {
  padding: 0px 20px 20px;
  gap: 10px;
}
.d-flex.Avatar_lbl img {
  width: 30px;
  height: 30px;
}
.d-flex.Avatar_lbl p {
  padding: 0;
  margin: 0;
  font-weight: 400;
  font-size: 12px;
  color: #8f8f8f;
  line-height: 30px;
}
.Leaves_item .day {
  background: #f1f8ff;
  padding: 10px;
  text-align: center;
}
.Leaves_item .day h3 {
  font-weight: 700;
  font-size: 20px;
  color: #7166ee;
  margin: 7px 0;
}
.Leaves_item .day p {
  font-weight: 400;
  font-size: 14px;
  color: #263238;
  padding: 0;
  margin: 5px 0;
}
.Leaves_item .progress-bar{
  background-color: #9289f5;
}
.Leaves_item .progress, .Leaves_item .progress-stacked {
  --bs-progress-height: 0.7rem;
}
.Leaves_item .day span{
  font-weight: 400;
font-size: 12px;
color: #727272;
padding: 10px 0;
display: inline-block;
}
.Reason{
  padding: 20px 20px 0;
  
}
.Reason p{
  font-weight: 400;
font-size: 14px;
color: #263238;
}
.Reason p span{
  font-weight: 400;
  font-size: 12px;
  color: #8f8f8f;
  display: block;

}
.Leaves_btn {
  padding: 0px 20px 20px;
  text-align: center;
}
.Leaves_btn button.btn.btn-Approve{
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  color: #fff;
  background: #2FB8AC;
  border-radius: 7px;
width: 100px;
height: 36px;
padding: 0 10px;
}
.Leaves_btn button.btn.btn-Reject{
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  color: #fff;
  border-radius: 7px;
  background: #ff928e;  
width: 100px;
height: 36px;
padding: 0 10px;
}
.Leaves_filter {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
}
.Leaves_filter .label-float select.form-select {
  width: 150px;
}
.scores_rate{
  border-radius: 10px;
    width: 145px;
    height: 46px;
    background: #f5f5f5;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px;
    margin: 7px 0;
}
.scores_rate p{
  font-weight: 300;
font-size: 14px;
color: #3f4254;
padding: 0;
margin: 0;
}
.scores_rate p span{
  font-weight: 900;
font-size: 19px;
color: #3f4254;
margin-left: 10px;
}
.Scores_main h3 {
  font-weight: 500;
  font-size: 16px;
  color: #263238;
  margin: 0;
  padding: 0;
}
.Intern_lbl h5{
  font-weight: 700;
  font-size: 20px;
  color: #3f4254;
  margin: 0;
  padding: 0;
  line-height: 33px;
}
.Computation_main p{
  padding: 0;
  margin: 0;
  font-weight: 500;
font-size: 16px;
line-height: 131%;
color: #3f4254;
}
.profile-btn {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#accordion .card {
  margin: 10px 0;
}
#accordion .card .card-header {
  border-bottom: none;
  /* background: #019254; */
  color: #263238;
}
#accordion .card .card-header a {
  font-weight: 600;
  font-size: 22px;
  color: #263238;
  border: none;
  width: 100%;
  text-align: left;
}

.profile p {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #6b7d8f;
  margin: 0;
}
.profile h5 {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #102048;
  margin: 0;
  padding: 0;
}
.pro_hd h3 {
  font-weight: 600;
  font-size: 24px;
  color: #102048;
}
.Disability {
  background: #f9fafb;
  border: 0.9px dashed #aeaeae;
  border-radius: 8px;
  height: 120px;
  margin-top: 15px;
}
.Disability img {
  width: 100%;
  object-fit: contain;
  height: 120px;
}
.upload_proofs {
  background: #f9fafb;
  border: 0.9px dashed #aeaeae;
  border-radius: 8px;
  margin-top: 15px;
  height: 120px;
}
.upload_proofs img {
  width: 100%;
  object-fit: contain;
  height: 120px;
  padding: 10px;
}
.Signature {
  border: 0.9px dashed #aeaeae;
  border-radius: 8px;
  height: 100px;
  background: #f9fafb;
}
.Signature img {
  width: 100%;
  object-fit: contain;
  height: 100px;
  padding: 10px;
}
button#prevBtn {
  padding: 10px 15px;
  box-shadow: 0 0 7px #ccc;
  font-weight: 600;
  font-size: 14px;
  border: 1px solid #263238;
}
button#prevBtn:hover,
button#prevBtn:focus {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.card-header.active {
  background-color: #019254;
  color: white;
}
.card-header.active a {
  color: #fff !important;
}
@media (max-width: 1300px) and (pointer: fine) {
  body {
    /*zoom: 0.8;*/
  }
}

.input-group.sgn .custom-error-message {
  width: 100% !important;
  position: absolute !important;
  bottom: -20px !important;
}

.cdk-overlay-container {
  z-index: 99999 !important;
}

@media print {
  @page {
    size: A4;
    margin: 10mm;
  }
  .col.steps-side-bar.dash-bar {
    display: none;
  }

  body {
    padding: 0;
    box-sizing: border-box;
    background-color: #fff;
  }

  .print_screen {
    width: 210mm;
    height: 297mm;
    margin: 0 auto;
    padding: 0;
    background-color: #fff;
    page-break-before: always;
    page-break-after: always;
    page-break-inside: avoid;
  }
  .profile h5 {
    font-size: 14px;
}
.profile p{
    font-size: 12px;
}
.pro_hd h3{
    font-size: 16px;
}
.profile h4 {
    font-size: 16px;
}
  .navbar,
  .footer,
  .sidebar {
    display: none !important;
    /* / Hide non-essential content / */
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* / Additional styles for print layout / */
  table {
    width: 100%;
    border-collapse: collapse;
  }

  table,
  th,
  td {
    /* / border: 1px solid black; / */
    font-size: 12px;
  }

  th,
  td {
    padding: 5px;
    text-align: left;
  }
  .action-btn {
    display: none;
  }
  #print {
    display: none;
  }
  .main_content {
    padding-top: 0;
    padding-bottom: 0;
}
.stepper-main-wrapper {
    margin-left: 0;
}
.stepper-content-wrapper{
    box-shadow: none;
}
.edu-info{
    margin-top: 170px !important;
}

.hide_edu{
  display: none ;
}
}
.nav-left1{
  background: #ffffff url(../media/images/sidebar_bg.png) no-repeat;
  background-size: cover;
  height: 100%;
}
.dashboard_card{
  border: 0.58px solid #ddd;
border-radius: 12px;
box-shadow: 2px 2px 12px 0 rgba(0, 0, 0, 0.08);
background: #fff;
align-items: center;
gap: 10px;
padding: 10px;
}
.dashboard_card h3{
  font-weight: 600;
  font-size: 18px;
  color: #333;
}
.dashboard_card p{
  font-weight: 500;
  font-size: 10px;
  line-height: 150%;
  color: #8c8c8c;
  margin: 0;
}
h4.main-hd {
  font-weight: 500;
  font-size: 20px;
  color: #181c32;
  margin: 0;
}

.supervisor-form input[readonly], .supervisor-form input[disabled] {
    background-color: #d6d6d6 !important;
    pointer-events: none;
}
.supervisor-form ng-select[readonly] div.ng-select-container,
.supervisor-form ng-select[ng-reflect-is-disabled="true"] div.ng-select-container,
.supervisor-form .select2-readonly div.ng-select-container{
    background: #d6d6d6 !important;
    pointer-events: none;
}
/*.password-fields span.custom-error-message {
    position: absolute;
    top: 60px;
}*/

.custom-h2{
  font-weight: 600;
  font-size: 22px;
}