* {
  box-sizing: border-box;
}

body {
  background-color: #f5f7fb;
  font-family: system-ui;
  scroll-behavior: smooth;
}
/*
.monnify-wrapper {
  z-index: 1 !important;
}
*/

.text-13 {
  font-size: 13px;
}
.read-more {
  text-decoration: underline;
  font-weight: bold;
}

.alert-dismissible {
  padding-right: 2rem !important;
}
.status-red {
  background: #ffe0e4;
  color: #c61b2f;
}
.status-red:hover {
  color: #c61b2f;
}

.status-green:hover {
  color: #219653;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
a {
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  text-decoration: none;
}

.clearfix {
  clear: both;
}

img {
  max-width: 100%;
}

.wrapper {
  width: 100%;
  min-height: 100vh;
}

#menuToggle {
  display: none;
}

.close-nav {
  display: none;
}

.exctr-logo-wrapper {
  border: solid;
}

.exctr-logo {
  width: 150px;
  object-fit: contain;
}
.logo {
  margin: 5px 30px 30px;
  font-weight: bold;
}
.logo span {
  color: #f7403b;
}

.sidenav {
  min-height: 100vh;
  width: 270px;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #ffffff;
  overflow: hidden !important;
  transition: 0.5s;
  padding-top: 30px;
  position: fixed !important;
  right: 0;
  font-size: 36px;
}
.sidenav-wrapper {
  overflow-y: auto;
  height: calc(100vh - 100px);
}
.sidenav-wrapper::-webkit-scrollbar {
  display: none;
}
.stats {
  color: #8a8383;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  text-align: left;
}
.sidenav ul li a {
  text-decoration: none;
  font-size: 14px;
  color: #8a8383;
  transition: 0.2s;
  margin: 5px 0;
  font-family: inter;
  font-weight: 600;
  line-height: 20px;
  border-radius: 10px;
  padding: 12px 15px !important;
}
.sidenav ul li a.text-dark:hover {
  color: #c51c2f !important;
  background-color: #ffe0e4;
  border-radius: 10px;
  background-color: #ffe0e4;
}
.sidenav ul li a:hover {
  color: #c51c2f;
  background-color: #ffe0e4;
  border-radius: 10px;
  background-color: #ffe0e4;
}

.sidenav ul li a.active {
  color: #c51c2f;
  background-color: #ffe0e4;
  border-radius: 10px;
  background-color: #ffe0e4;
}
.sidenav ul li a svg {
  margin-right: 0.5rem !important;
}
.sidenav ul li a.active path,
.sidenav ul li a.active circle {
  stroke: #c51c2f;
}
.sidenav ul li a:hover path,
.sidenav ul li a:hover circle {
  stroke: #c51c2f;
}

.contact {
  border-radius: 20px;
  background-color: #ee8245;
  color: #ffffff;
  width: 148px;
  height: 42px;
  top: 809px;
  display: block;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 11px 37px;
  border: 0px;
  font-family: inter;
  font-size: 12px;
  margin: 0px auto;
}
.contact:focus {
  outline: none;
}

.contact_form {
  width: calc(100% - 40px);
  min-height: 192px;
  background-color: #fff3ec;
  border-radius: 20px;
  justify-content: center;
  padding: 20px 3px;
  margin: 50px auto;
}
.contact_form_title {
  color: #ee8245;

  font-family: inter;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
}
.contact_form_wrap {
  width: 163px;
  height: 92px;
  background: #ff975c;
  border-radius: 10px;
  margin: 0 auto;
}

.contact_form_wrap a {
  color: #ffffff;
}
.contact_form_content {
  padding: 10px 0;
  font-weight: 500;
  font-size: 12px;
  line-height: 17px;
  text-align: center;
}

.navbar-nav {
  margin: 15px;
  width: 100%;
}

.text {
  height: 40px;
  background-color: #f5f7fb;
  border: 0px;
  width: 200px;
  border-color: green;
  padding-left: 30px;
  font-family: inter;
  color: black;
}
.text :visited {
  color: black;
}

.section-sign {
  width: 90%;
  margin: 0 auto 40px;
  padding-bottom: 50px;
}

#signin-form,
#signup-form,
#reset-form {
  width: 450px;
  margin: 0 auto;
}

#main {
  transition: margin-left 0.5s;
  margin-left: 270px;
  padding: 10px 40px;
}
.head {
  padding: 0px 20px;
}
.col-div-6 {
  width: 50%;
  float: right;
}
.profile {
  float: right;
  width: 160px;
}
.pro-img {
  float: right;
  width: 40px;
  margin-top: 5px;
}
.search {
  color: black;
  width: 16.26px;
  height: 15.9px;
  margin-left: 30px;
}

.top-nav-container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding: 20px 0px;
}

.profile-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.schoolapp-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 30px;
}

.schoolapp-wrapper .profile-logo {
  width: 250px;
  height: auto;
  padding: 10px;
  border: solid 1px #666;
  border-radius: 8px;
}

.profile-text {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #8a8383;
  margin: 20px 0px 20px 20px;
  width: 100%;
}

.profile_name {
  padding: 0 10px;
  margin-right: 10px;
}

.profile_pic img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0px 5px 10px 2px rgb(0 0 0 / 16%);
}
.add_more {
  width: auto;
  height: 40px;
  border-radius: 5px;
  background: #fff;
  line-height: 40px;
  text-align: center;
  padding: 5px 25px 5px 15px;
  font-size: 25px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.add_more i {
  color: #8a8383;
  font-size: 20px;
  margin-left: 10px;
}
.mobile-add-account {
  display: none;
}

.dropdown .exctr-dropdown-btn {
  border: none;
  background: transparent;
  color: #595858;
  font-family: Inter;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}
.exctr-dropdown-btn-icon {
  font-size: 22px;
  padding: 0 5px;
}
.exctr-dropdown-menu {
  box-shadow: 0 15px 30px 0 rgb(0 0 0 / 10%);
  border: 1px solid transparent;
  margin: 10px 10px 20px 0 !important;
  padding: 10px !important;
}
.exctr-dropdown-text {
  color: #595858;
  font-family: Inter;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.dropdown-item:focus,
.dropdown-item:hover {
  color: #c51c2f;
  text-decoration: none;
  background-color: #ffe0e4;
  border-radius: 10px;
}
.icons:focus {
  outline: none;
}
.woman_sitting {
  float: right;
  object-fit: cover;
  margin-top: 32px;
}
.profile p {
  color: white;
  font-weight: 500;
  margin-left: 55px;
  margin-top: 10px;
  font-size: 13.5px;
}
.profile p span {
  font-weight: 400;
  font-size: 12px;
  display: block;
  color: #8e8b8b;
}
.col-div-8 {
  width: 75%;
  float: left;
}
.mobiletop-nav-container {
  display: none;
}

.box {
  background-color: #ffe0e4;
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 300px;
  position: relative;
}

.box-text {
  width: 60%;
  padding: 40px;
}

.box-text p {
  font-size: 1.5rem;
  color: #c51c2f;
  font-weight: 600;
  line-height: 1.2;
  padding-left: 0px;
  display: inline-block;
  font-family: inter;
  justify-content: center;
}
.box-text p span {
  font-size: 0.9rem;
  font-weight: 200;
  color: #464646;
  font-family: inter;
  line-height: 1.2;
  display: inline-block;
}
.box-img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 45%;
}
.complete {
  margin-top: 20px;
  font-family: inter;
  color: #464646;
}

.start_now,
.update_profile {
  background-color: #c51c2f;
  padding: 10px 20px;
  border-radius: 5px;
  border: none;
  color: #ffffff;
  font-family: inter;
  font-size: 12px;
  font-weight: 600;
}
.start_now:focus {
  outline: none;
}
.start_now:hover,
.update_profile:hover {
  color: #ffffff;
}

.box1 {
  height: 300px;
  background-color: white;
  border-radius: 20px;
  padding: 30px;
}
.box1 h3 {
  font-size: 12px;
  font-family: inter;
  font-weight: 400;
  color: #595858;
  padding: 5% 15px;
  margin-top: 7px;
}
.box1 p {
  font-size: 16px;
  color: #595858;
  font-weight: 600;
  line-height: 24px;
  font-family: inter;
}
.box1 p span {
  font-size: 10px;
  font-weight: 200;
  color: #464646;
  font-family: inter;
}

.application-nav {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.exctr-app-btn {
  display: none;
  visibility: hidden;
}

.applications {
  background-color: white;
  padding: 15px;
  border-radius: 20px;
  object-fit: contain;
  display: flex;
  align-items: center;
}

.applications_img {
  width: 90px;
  padding: 10px 20px;
}

.applications_img img {
  width: 100%;
  height: auto;
}

.applications_text {
  width: 65%;
  padding-top: 20px;
}

.applications_text h5 {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #8a8383;
  font-family: inter;
  line-height: 1.2;
}
.applications_text p {
  color: #595858;
  line-height: 36px;
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  font-family: inter;
}

.update_profile:focus {
  outline: none;
}
.student_details {
  margin: 16px 0;
  background-color: white;

  padding: 40px;
  border-radius: 20px;
  height: 350px;
}
.student_details h5 {
  font-size: 20px;
  color: #8a8383;
  font-weight: 600;
  line-height: 24px;
  font-size: 16px;
  font-family: inter;
}
.student_details p {
  font-size: 14px;
  width: 600;
  font-weight: bold;
  font-family: inter;
}
.student_details p span {
  font-size: 14px;
  width: 400px;
  color: grey;
}

.box-icon {
  font-size: 40px !important;
  float: right;
  margin-top: 35px !important;
  color: #818181;
  padding-right: 10px;
}
.col-div-8 {
  width: 70%;
}
.col-div-4 {
  width: 30%;
  float: left;
}

.content-box {
  padding: 20px;
}
.content-box p {
  margin: 0px;
  font-size: 20px;
  color: #f7403b;
}
.content-box p span {
  float: right;
  background-color: #ddd;
  padding: 3px 10px;
  font-size: 15px;
}
.box-8,
.box-4 {
  width: 95%;
  background-color: #272c4a;
  height: 330px;
}
.nav2 {
  display: none;
}

.box-8 {
  margin-left: 10px;
}

.circle-wrap {
  width: 150px;
  height: 150px;
  background: #e4e4e4;
  border-radius: 50%;
  margin-top: 10%;
}
.circle-wrap .circle .mask,
.circle-wrap .circle .fill {
  width: 150px;
  height: 150px;
  position: absolute;
  border-radius: 50%;
}
.circle-wrap .circle .mask {
  clip: rect(0px, 150px, 150px, 75px);
}

.circle-wrap .circle .mask .fill {
  clip: rect(0px, 75px, 150px, 0px);
  background-color: #ff9a7b;
}
.circle-wrap .circle .mask.full,
.circle-wrap .circle .fill {
  animation: fill ease-in-out 2s;
  transform: rotate(100deg);
}

@keyframes fill {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(100deg);
  }
}
.circle-wrap .inside-circle {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: #fff;
  line-height: 130px;
  text-align: center;
  margin-top: 10px;
  margin-left: 10px;
  position: absolute;
  z-index: 100;
  font-weight: 700;
  font-size: 2em;
}
.nav-tabs > li > a {
  color: #aeaeae;
}

.nav-link {
  display: block;
  padding: 0rem 2.2em 5px 0;
  font-size: 14px;
}

.nav-link img {
  width: 22px;
}
.nav-tabs .nav-item {
  margin-bottom: -2px;
}
.nav-tabs {
  border-bottom: 1.7px solid #aeaeae;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #595858;
  border-bottom: 2px solid #c51c2f !important;
  border-radius: 2px;
  border-color: transparent;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: transparent;
  color: #595858;
}
.tab-content > .active {
  display: block;
  margin: 20px 0;
}
.tab-content p {
  font-size: 14px;
  width: 600;
  font-weight: bold;
  font-family: inter;
}
.tab-content p span {
  font-size: 14px;
  width: 400px;
  color: grey;
}

.progress-bar {
  background-color: #3ed77e;
}
.progress {
  background-color: #d8d8d8;
}

.step1 {
  font-size: 14px;
  font-weight: 500;
  font-family: inter;
  color: #8a8383;
  margin-top: 40px;
}
.student_application {
  font-family: inter;
  font-weight: 700;
  font-size: 36px;
  color: #595858;
  padding-bottom: 20px;
}
.box_text {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  padding: 0 10%;
}

.box_text label {
  margin-top: 20px;
  color: #8a8383;
}

.box_text option {
  color: #8a8383;
}
.box_text3 {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  padding: 0 30%;
}
.box_text3 label {
  color: #8a8383;
}
.exctrform-wrapper {
  margin: 50px 0;
}

.exctr-forget {
  margin: 30px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.box_text4 p {
  font-size: 14px;
}
.signup-up span,
.signup-in span {
  color: #c51c2f;
  font-size: 14px;
}

.TextBox {
  width: 100%;
  background-color: transparent;
  border-radius: 10px;
  height: 48px;
  border: 1px solid #8a8383;
  padding: 10px 25px;
  color: #8a8383;
}

button:focus {
  outline: none !important;
  box-shadow: none !important;
}

.box_text1 {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  margin-left: 100px;
  padding-left: 100px;
}

label.error,
label.student-peer-form,
label#update-password-form {
  font-size: 12px !important;
  color: #d93025 !important;
  margin-top: 10px;
}
.TextBox1 {
  width: 100%;
  background-color: transparent;
  border-radius: 10px;
  height: 48px;
  border: 1px solid #8a8383;
  padding: 10px 25px;
  color: #8a8383;
}
.TextBox1:focus {
  outline: none;
}
input:focus {
  outline: none !important;
}

.exctr-select-input select {
  color: #8a8383;
  appearance: none;
}
.exctr-select-input {
  position: relative;
}
.exctr-select-input:after {
  content: "\f078";
  position: absolute;
  font-family: "FontAwesome";
  top: 16px;
  right: 32px;
  font-size: 0.7rem;
  color: #8a8383;
}
.textbox1 select {
  margin-left: 50px;
}

.box_text2 {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  margin-left: 100px;
}

.TextBox2 {
  width: 100%;
  background-color: transparent;
  border-radius: 10px;
  display: flex;
  align-items: center;
  height: 58px;
  border-width: 1px;
  border-color: #8a8383;
  margin-left: 10px;
}
input[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0.5;
  filter: brightness(50%);
}
.btn-wrap {
  width: 100%;
  text-align: right;
  padding: 0 10%;
}

.next-btn,
.skip-btn,
.previous-btn,
.submit-btn {
  border-radius: 10px;
  width: 196px;
  height: 48px;
  font-size: 16px;
  border: 0px;
  font-family: inter;
  margin-top: 60px;
  margin-left: 20px;
  display: inline-block;
  text-align: center;
  line-height: 28px;
}

.next-btn,
.submit-btn {
  background-color: #c51c2f;
  color: #ffffff;
}

.skip-btn {
  background-color: transparent;
  color: #8a8383;
  border: 1px solid #8a8383;
  box-sizing: border-box;
}

.previous-btn {
  background-color: #ffe0e4;
  color: #c51c2f;
  border: 1px solid #ffe0e4;
  box-sizing: border-box;
}

.next-btn:visited,
.next-btn:hover,
.next-btn:active,
.skip-btn:visited,
.skip-btn:hover,
.skip-btn:active,
.previous-btn:visited,
.previous-btn:hover,
.previous-btn:active,
.submit-btn:visited,
.submit-btn:hover,
.submit-btn:active {
  outline: none;
  text-decoration: none;
}

.next-btn:visited,
.next-btn:hover,
.next-btn:active {
  color: #fff;
}

.password {
  background-color: #c51c2f;
  color: #ffffff;
  border-radius: 10px;
  width: 196px;
  height: 50px;
  font-size: 16px;
  border: 0px;
  font-family: inter;
  margin-top: 60px;
  float: right;
  margin-right: 400px;
}
.password:focus {
  outline: none;
}
.upload_image {
  height: 68%;
  border-radius: 10px;
  background-color: #ffffff;
  margin-top: 30px;
  width: 412px;
  margin: 10% auto;
}
.upload_image img {
  margin-left: 50%;
  margin-top: 20px;
}

#output_image {
  height: 90%;
  display: block;
  width: 68%;
  margin: 10px auto 0;
}
.choose_picture {
  background-color: white;
  padding-top: 30px;
}
#choose_picture input {
  display: none;
}
.photo-error {
  color: #c51c2f;
  text-align: center;
  font-size: 14px;
  font-family: inter;
  padding: 10px;
}
.save_photo {
  background-color: #c51c2f;
  color: #ffffff;
  border-radius: 10px;
  width: 196px;
  height: 50px;
  font-size: 16px;
  border: 0px;
  font-family: inter;
  text-align: center;
  margin: 0% 30%;
}
.save_photo:focus {
  outline: none;
}
#date_pick {
  color: #8a8383;
}
.photo_size {
  margin-top: 3%;
  text-align: center;
  width: 412px;
  float: left;
  color: #595858;
  font-size: 14px;
  font-family: inter;
}
.practice_questions {
  background-color: #ffffff;
  width: 100%;
  height: 80px;
  margin-top: 20px;
  border-radius: 5px;
}
.practice_questions p {
  margin-top: 4%;
  font-size: 14px;
  font-family: inter;
  color: #595858;
  padding-left: 100px;
}
.practice_questions p span {
  font-size: 10px;
  font-family: inter;
  color: #8a8383;
}
.practice_questions i {
  color: green;
  margin-top: 18px;
  margin-left: 5px;
}
.practice_questions h6 {
  color: green;
  margin-top: -22px;
  margin-left: 30px;
}
.year {
  padding-left: 0px;
}
.download {
  background-color: #e8fdf1;
  height: 50px;
  margin-top: 17px;
  width: 160px;
  margin-left: 30px;
}
.interview {
  background-color: #ffffff;
  width: 100%;
  height: 50px;
  margin-top: 20px;
  border-radius: 5px;
}
.interview p {
  margin-top: 15px;
  font-size: 14px;
  font-family: inter;
  padding-left: 180px;
}

.school_questions {
  background-color: #ffffff;
  font-size: 15px;
  font-family: inter;
  border-radius: 20px;
  min-height: 160px;
  padding: 10px 15px;
  position: relative;
  height: auto;
}
.school_questions p {
  padding-top: 25px;
}
.school_questions img {
  height: 80px;
  width: 80px;
  padding: 5px 15px 5px 10px;
  object-fit: contain;
}

.school_questions p.cap-text {
  text-transform: uppercase;
}

.view_questions {
  background-color: #c51c2f;
  border-radius: 5px;
  width: calc(100% - 40px);
  height: 36px;
  border-width: 0px;
  color: #ffffff;
  font-size: 14px;
  font-family: inter;
  font-weight: 600;
  bottom: 20px;
  position: absolute;
}
.view_questions:focus {
  outline: none;
}
.interview_schedules {
  background-color: #ffffff;
  width: 100%;
  height: 60px;
  margin-top: 50px;
  border-radius: 5px;
}
.interview_schedules p {
  margin-top: 15px;
  font-size: 14px;
  font-family: inter;
  padding-left: 180px;
}

.school {
  margin-top: 30px;
}

.practice-btn {
  display: none;
}

.interview_schedules {
  background-color: #ffffff;
  width: 100%;
  height: 60px;
  margin-top: 50px;
  border-radius: 5px;
}
.interview_schedules p {
  margin-top: 15px;
  font-size: 14px;
  font-family: inter;
  padding-left: 180px;
}

.pq-download {
  background: #ffffff;
  box-shadow: 0px 6.94332px 27.0018px rgba(0, 0, 0, 0.03);
  border-radius: 4.19795px;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  color: #595858;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
}

.pq-btn a {
  background: #e8fdf1;
  border-radius: 10px;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  color: #219653;
  border: none;
  padding: 10px 20px;
}
.btn-download i {
  margin-left: 0px;
  font-size: 12px !important;
  padding: 5px;
}

.modal {
  margin-top: 50px;
  height: 800px;
}
.app-modal-content {
  border-radius: 10px;
  padding: 25px;
  background: #f5f7fb;
  border: none;
  max-width: 450px;
  margin: 0 auto;
}
.question-modal {
  border-radius: 10px;
  padding: 25px;
  background: #f5f7fb;
  border: none;
  margin: 0 auto;
}
.pq-title {
  width: 50%;
}
.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: none;
}
.modal-header {
  border-bottom: none;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  color: #c51c2f;
}

.student-peer-form input {
  width: 100%;
  background-color: transparent;
  border-radius: 5px;
  height: 40px;
  border: 1px solid #8a8383;
  padding: 10px 25px;
  color: #8a8383;
}
.modal-header h4.modal-title {
  font-style: normal;
  font-weight: 700;
  font-size: 17px;
  line-height: 20px;
}

.modal-header .close {
  padding: 10px;
}

.downloading {
  width: 116px;
  height: 31.56px;
  background-color: #e8fdf1;
}
.downloading p {
  margin-left: -35px;
  color: #219653;
  font-size: 10.52px !important;
  margin-top: 6px;
  font-weight: 600;
}
.close:focus {
  outline: none;
}

.exctr-form-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
}
.signin-text__container {
  text-align: left;
}

.new_student_signup {
  color: #c51c2f;
  font-size: 36px;
  font-family: inter;
  font-weight: 700;

  margin-top: 10px;
}
.sigin-paragraph {
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #595858;
}
.signup_form {
  width: 100%;
  border: 1px solid #a7a3a3;
  border-radius: 10px;
  height: 59px;
  background-color: transparent;
  padding-left: 30px;
}

.signup {
  width: 100%;
  border-radius: 20px;
  height: 59px;
  border-color: #8a8383;
  border-width: 1px;
  padding-left: 30px;
  background-color: #c51c2f;
  color: #ffffff;
  border: none;
  margin-top: 20px;
}
.signup:focus {
  outline: none;
}

.form-label {
  color: #8a8383;
}

.form-input {
  width: 488px;
  height: 58px;
  border: 1px solid #a7a3a3;
  border-radius: 10px;
  background-color: transparent;
  padding: 10px;
}
.form-input::placeholder,
.signup_form::placeholder {
  display: none;
  visibility: hidden;
}
.signin-input::placeholder,
.signup-input::placeholder {
  display: none;
  visibility: hidden;
}

.tab {
  display: none;
  width: 100%;
  height: 50%;
  margin: 0px auto;
}
.current {
  display: block;
}

.exam-header {
  display: flex;
  justify-content: center;
}
.btn-login {
  width: 100%;
  height: 48px;
  border-radius: 10px;
  background-color: #c51c2f;
  color: #ffffff;
  border: none;
  font-family: Inter;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  margin-top: 30px;
}
.cta-container {
  justify-content: space-between;
}
.not_yet_registered {
  font-family: Inter;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #8a8383;
}

.signup-down {
  display: none;
}
.signin:focus {
  outline: none;
}
.forgot-password,
.reset-password,
.forgot-password:hover,
.reset-password:hover,
.reset-password:visited,
.forgot-password:visited {
  font-family: Inter;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #c51c2f;
  text-decoration: none;
  cursor: pointer;
}
.icon {
  display: none;
}

#myForm {
  width: 100%;
  margin: 0 auto;
}

.form_wrapper {
  width: 100%;
  padding: 20px 10%;
}

.profile-image-upload {
  width: 412px;
  height: 480px;
  padding: 30px;
  border-radius: 10px;
  background-color: #ffffff;
  position: relative;
}
.profile-compress-image {
  margin: 20px 0;
}
.profile-compress-image .profile-compress-link {
  padding: 5px;
}
.profile-compress-image a {
  border-bottom: 1px dashed;
  color: #8a8383;
}
.profile-image-wrapper {
  border: 1px dashed rgba(197, 28, 47, 0.46);
  box-sizing: border-box;
  border-radius: 10px;
}
.profile-edit-icon {
  padding: 15px;
  color: #8a8383;
  right: 40px;
  position: absolute;
  display: none;
  cursor: pointer;
}
.profile-image-preview {
  width: 350px;
  height: 280px;
  justify-content: center;
  align-items: center;
  display: flex;
  cursor: pointer;
}
.profile-choose-image i {
  color: #8a8383;
  font-size: 40px;
  padding: 10px;
}
.profile-choose-image {
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 11.8481px;
  line-height: 14px;
  color: #595858;
  text-align: center;
  object-fit: cover;
  position: relative;
  width: 100%;
  height: 100%;
}
#profile-image-output {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 10px;
}

.profile-image {
  position: absolute;
  z-index: 1;
  width: 100%;
  max-height: 100%;
  height: 100%;
}

.profile-choose-image #profile-image-icon {
  position: absolute;
  z-index: 2;
  bottom: 10px;
  width: calc(100% - 20px);
  left: 10px;
  height: 35px;
  line-height: 35px;
  display: none;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
}

.profile-choose-image:hover #profile-image-icon {
  display: block;
}

.profile_size_title {
  margin-top: 20px;
  text-align: center;
  color: #595858;
  font-size: 14px;
  font-family: inter;
}
.choose_picture {
  background-color: white;
  padding-top: 30px;
}
#choose_picture input {
  display: none;
}

.profile-save-btn {
  background-color: #c51c2f;
  color: #ffffff;
  border-radius: 10px;
  width: 196px;
  height: 58px;
  font-size: 16px;
  border: 0px;
  font-family: inter;
  text-align: center;
  outline: none;
}
.profile-save-btn:focus {
  outline: none;
}

.slogo-wrap {
  height: 70px;
}

.slogo-wrap img {
  max-height: 50px;
  object-fit: contain;
}

.exctr-sub-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 50px 0px 10px 0px;
}

.exctr-sub-heading {
  font-family: Inter;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  color: #595858;
}
.exctr-schl-name {
  font-family: Inter;
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  line-height: 1.2;
  align-items: center;
  text-transform: uppercase;
  color: #c51c2f;
  width: 100%;
  min-height: 40px;
  word-wrap: break-word;
}
.exctr-schl-details {
  margin: 10px 0;
}
.exctr-schl-location {
  font-family: Inter;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 20px;
  color: #595858;
}
.exctr-exam-details {
  font-weight: 600;
  font-size: 11px;
  line-height: 12px;
  color: #595858;
}
.exctr-exam-details .exctr-exam-sub {
  font-weight: 400;
}
.exctr-apply-btn {
  background: #ffe0e4;
  border-radius: 5px;
  border: none;
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  height: 36px;
  color: #c51c2f;
  margin: 10px 0;
}
.exctr-apply-btn:hover,
.exctr-sec-btn:hover {
  background: #c51c2f;
  color: #ffe0e4;
  transition: ease-in 0.4s;
}

.exctr-schldetail-btn {
  border: 1px solid #fff3ec;
  box-sizing: border-box;
  border-radius: 5px;
  height: 36px;
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  color: #ff975c;
  background-color: #fff3ec;
  margin: 10px 0;
}
.exctr-schldetail-btn:hover {
  border: 1px solid #ff975c;
  color: #fff3ec;
  background-color: #ff975c;
  transition: ease-in 0.4s;
}
.has-icon,
.has-pwd-icon {
  position: relative;
}
.has-icon input[type="text"] {
  padding-left: 35px;
}

.has-icon .search-input {
  position: absolute;
  left: 0;
  top: 5px;
  margin: 8px 15px;
  color: #8a8383;
}
.has-pwd-icon input[type="password"] {
  padding-right: 35px;
}
.has-pwd-icon .view-pwd {
  position: absolute;
  right: 0;
  bottom: 5px;
  margin: 8px 15px;
  color: #8a8383;
  cursor: pointer;
}
.exctr-search {
  border: 1px solid #8a8383;
  box-sizing: border-box;
  border-radius: 10px;
  width: 449px;
  height: 36px;
  background-color: transparent;
  font-size: 14px;
  line-height: 20px;
  color: #8a8383;
}
.exctr-allschl-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 50px;
}
.exctr-allschl-btn {
  outline: none;
  background: rgba(229, 229, 229, 0.75);
  border-radius: 5px;
  padding: 8px 32px;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  border: none;
  color: #595858;
}
.exctr-schname-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0;
}
.exctr-schname-wrapper-inner {
  width: 50%;
  text-align: center;
}
.exctr-schname-wrapper-inner img {
  width: 100px;
  object-fit: contain;
}
.exctr-schname {
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  color: #c51c2f;
  margin: 20px;
}
.exctr-appliction-form,
.exctr-appliction-form-input {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #8a8383;
  margin: 20px 30px;
}
.exctr-appliction-form select {
  appearance: none;
}
.exctr-appliction-form:after {
  content: "\f078";
  position: absolute;
  font-family: "FontAwesome";
  bottom: 32px;
  right: 70px;
  font-size: 0.7rem;
  color: #8a8383;
}

.exctr-appliction-select {
  padding: 10px 40px 10px 20px;
  height: 48px;
  border: 1px solid #8a8383;
  box-sizing: border-box;
  border-radius: 10px;
  background-color: transparent;
  font-size: 14px;
  line-height: 20px;
  color: #8a8383;
}
.exctr-btn-wrapper {
  margin: 20px 30px;
  float: right;
}
.exctr--btn {
  border: 1px solid #8a8383;
  box-sizing: border-box;
  border-radius: 10px;
  width: 196px;
  height: 58px;
  color: #8a8383;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  background-color: transparent;
}
.exctr-btn-group {
  display: flex;
  justify-content: flex-end;
  gap: 20px;
  margin: 20px 30px;
}

.exctr-submit-btn {
  background: #c51c2f;
  border-radius: 5px;
  height: 48px;
  color: #ffffff;
  font-weight: bold;
  font-size: 14px;
  line-height: 24px;
  border: none;
  padding: 10px 20px;
}
.exctr-reset-btn {
  background: #ffe0e4;
  border-radius: 5px;
  border: none;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #c51c2f;
  height: 48px;
  padding: 10px 20px;
}

.exctr-payment-info p {
  margin: 20px 30px 0 30px;
  color: #c51c2f;
  font-weight: 600;
  text-align: left;
  font-size: 0.9rem;
}

.exctr-form-wrapper {
  width: 723px;
  margin: 0 auto;
}
.form-control {
  box-shadow: none !important;
  outline: none !important;
}

.form-control:focus {
  color: #8a8383;
  background-color: transparent;
  border-color: #8a8383;
}
.exctr-submit-btn:focus,
.exctr--btn:focus {
  outline: none !important;
}

.reset-container {
  font-family: Inter;
  font-style: normal;
  padding-top: 3rem;
}

.reset-profile {
  font-weight: bold;
  font-size: 36px;
  line-height: 120%;
  color: #c51c2f;
  padding-bottom: 47px;
}

.completion-container {
  background: #fff5f0;
  border-radius: 13.7685px;
  padding: 19px 14px 0;
  margin-bottom: 40px;
  width: 73%;
}
.completion-profile {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #595858;
  margin-bottom: 8px;
}
.completion-paragraph {
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  color: #595858;
  margin-bottom: 8px;
}
.completion-link {
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  color: #c51c2f;
}
.vertical-rule {
  border-left: 1px solid #8a8383;
  opacity: 0.5;
  height: 100vh;
  position: absolute;
  left: 49%;
  margin-left: -3px;
  top: 0;
}
.reset-icon {
  padding: 12px 64px 12px 20px;
  width: 239px;
  height: 58px;
  text-align: center;
}
.reset-icon:hover,
.reset-icon:active {
  padding: 12px 64px 12px 20px;
  width: 239px;
  height: 58px;
  color: #c51c2f;
  background: #ffe0e4;
  border-radius: 10px;
}
.icons-link,
.icons-link:link,
.icons-link:visited {
  text-decoration: none;
  padding-left: 10px;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #8a8383;
}
.reset-icon:hover .icons-link {
  color: #c51c2f;
  background: #ffe0e4;
}

.reset-form_container {
  padding: 0 50px;
}

.password-reset {
  padding-bottom: 35px;
  font-weight: bold;
  font-size: 24px;
  line-height: 120%;
  color: #595858;
}
.form__input {
  width: 100%;
  border: 1px solid #8a8383;
  color: #8a8383;
  background: #f2f4f8;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 18px 20px;
  margin: 23px 0;
}
.reset-btn {
  float: right;
  color: #ffffff;
  background: #c51c2f;
  border-radius: 10px;
  padding: 18px 38px;
  margin-top: 74px;
  border: none;
}

@media only screen and (min-width: 1441px) {
  .completion-paragraph {
    font-size: 11px;
  }
}
@media only screen and (max-width: 1280px) {
  .completion-container {
    width: 106%;
  }
  .vertical-rule {
    left: 58%;
  }
}
@media only screen and (max-width: 1024px) {
  .completion-container {
    width: 115%;
  }
  .vertical-rule {
    left: 60%;
  }
  .reset-form_container {
    padding: 0 35px;
  }
}
@media only screen and (max-width: 991px) {
  .vertical-rule {
    display: none;
  }
  .completion-container {
    width: 83%;
  }
  .profile-bar {
    position: relative;
    height: 100px;
    width: 100px;
  }
  .profile-bar div {
    height: 90px;
    width: 90px;
  }

  .profile-bar div span {
    height: 70px;
    width: 70px;
  }
}

#loading {
  width: 100%;
  height: 100px;
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 50px;
}

#loading img {
  width: 150px;
}

#loading h4 {
  font-size: 1.2rem;
  margin-top: 20px;
}

#registered-schs-wrap {
  margin-top: 80px;
}

.section-text {
  min-height: 297px;
}
.interview-text-wrapper {
  min-height: 160px;
}

.pr-logo-wrap {
  height: 60px;
  margin-bottom: 10px;
  object-fit: cover;
}

.pr-logo-wrap .application-logo {
  max-width: 100%;
  width: 46.98px;
}

.section {
  font-family: Inter;
  font-style: normal;
  padding: 10px 30px;
}
.heading-sec {
  font-weight: bold;
  font-size: 36px;
  line-height: 120%;
  color: #595858;
  text-transform: capitalize;
}
.application-btn,
.application-btn:link,
.application-btn:visited {
  text-decoration: none;
  text-transform: capitalize;
  display: inline-block;
  align-items: center;
  padding: 10px 30px;
  background-color: #c51c2f;
  border-radius: 7px;
  color: #ffffff;
  font-weight: bold;
  font-size: 12px;
  line-height: 24px;
  cursor: pointer;
}
.application-btn:hover {
  color: #ffffff;
}
.error-message {
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(70vh - 50px);
  flex-direction: column;
}
.extr-app-error-title {
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #979797;
  text-align: center;
}

.extr-app-error-link {
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
  line-height: 24px;
  color: #c51c2f;
  text-align: center;
}

.filter-container {
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
  margin-bottom: 30px;
  padding: 10px 10px;
  min-height: 40px;
  width: 100%;
  border-radius: 10px;
}

.form-check-inline input[type="radio"] {
  display: none;
}

.filter-radio-all,
.filter-radio-pending,
.filter-radio-not-passed,
.filter-radio-success {
  color: #595858;
  border-radius: 5px;
  border: 0.75px solid #595858;
  padding: 8px 10px;
  cursor: pointer;
  box-sizing: border-box;
}
.filter-radio-all:hover {
  color: #ffffff;
  background: #595858;
  border: 0.75px solid #595858;
  box-sizing: border-box;
  transition: ease-in-out 500ms;
}

.filter-radio-pending:hover {
  color: #dd8737;
  transition: ease-in-out 500ms;
  background: #ffedc0;
  border: 0.699095px solid #dd8737;
}
.filter-radio-not-passed:hover {
  color: #c61b2f;
  background: #595858;
  transition: ease-in-out 500ms;
  background: #ffe0e4;
  border: 0.699095px solid #c61b2f;
}
.filter-radio-success:hover {
  color: #219653;
  background: #595858;
  transition: ease-in-out 500ms;
  background: #e8fdf1;
  border: 0.699095px solid #219653;
}

.filter-container input[type="radio"]:checked + .filter-radio-all {
  color: #ffffff;
  background: #595858;
  border: 0.75px solid #595858;
  box-sizing: border-box;
  transition: ease-in-out 500ms;
}
.filter-container input[type="radio"]:checked + .filter-radio-success {
  color: #219653;
  background: #595858;
  transition: ease-in-out 500ms;
  background: #e8fdf1;
  border: 0.699095px solid #219653;
}
.filter-container input[type="radio"]:checked + .filter-radio-pending {
  color: #dd8737;
  transition: ease-in-out 500ms;
  background: #ffedc0;
  border: 0.699095px solid #dd8737;
}
.filter-container input[type="radio"]:checked + .filter-radio-not-passed {
  color: #c61b2f;
  transition: ease-in-out 500ms;
  background: #ffe0e4;
  border: 0.699095px solid #c61b2f;
}
.btn-all:active {
  color: #ffffff;
  background: #595858;
  border: 0.75px solid #595858;
}
.btn-succesful:active {
  color: #219653;
  background: #e8fdf1;
  border: 0.75px solid #219653;
}
.btn-pending:active {
  color: #dd8737;
  background: #ffedc0;
  border: 0.75px solid #dd8737;
}
.btn-general:not(:first-child) {
  margin-left: 20px;
}

.card-cta {
  margin-top: 64px;
  background-color: white;
  margin: 23px 6px 11px 6px;
  border-radius: 20px;
}

.section-card {
  padding: 19px;
}
.status {
  padding: 8px 14px;
  border-radius: 5px;
  font-weight: 500;
  text-align: center;
  font-size: 10px;
  line-height: 12px;
  text-transform: capitalize;
}

.status-green {
  background: #e8fdf1;
  color: #219653;
}
.status-yellow {
  background: #ffedc0;
  color: #dd8737;
}
.heading-ter {
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  color: #c51c2f;
  text-transform: uppercase;
}
.text-heading {
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  color: #595858;
}
.heading-small {
  font-family: Inter;
  font-style: normal;
  font-weight: 600;
  font-size: 11px;
  line-height: 12px;
  text-transform: capitalize;
  color: #c51c2f;
}
.exctr-app-title {
  font-weight: 300;
  font-size: 12px;
  line-height: 12px;
  color: #595858;
  text-transform: capitalize;
  font-weight: 600;
}
.exctr-app-text {
  color: #595858;
  text-transform: uppercase;
  font-weight: 400;
}
.btn-big {
  background: #e8fdf1;
  border-radius: 5px;
  align-items: center;
  padding: 8px 20px;
  margin: 22px 0px;
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  color: #219653;
}
.btn-big:hover {
  color: #e8fdf1;
  background: #219653;
  transition: ease-in 0.4s;
}
.btn-grey {
  background: #e6e6e6;
  color: #9f9f9f;
  border: none;
}
.btn-grey:hover {
  background: #e6e6e6;
  color: #9f9f9f;
}

.payment-logo {
  width: 55px;
}
.payment-btn {
  text-decoration: none;
  background: #e8fdf1;
  border-radius: 5px;
  text-align: center;
  align-items: center;
  padding: 11px 20px;
  margin: 22px 0px;
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  border: none;
  color: #219653;
}
.payment-btn:hover,
.btn-big:active,
.payment-btn:visited {
  color: #219653;
  text-decoration: none;
}

.ticket-container {
  margin: 0 auto;
  width: 1000px;
}
.interview-ticket-card {
  margin-top: 64px;
  background-color: white;
  margin: 23px 6px 11px 6px;
  padding: 50px 56px 50px;
  border-radius: 15px;
  min-width: 850px;
  width: auto;
  background: url(./../images/exam-centre-watermark.png) repeat #fff;
  -webkit-print-color-adjust: exact;
  min-height: 90%;
  height: auto;
  color-adjust: exact;
}
.interview-ticket-header {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.interview-ticket-logo img {
  width: 100px;
  object-fit: contain;
  padding: 10px;
}
.interview-ticket-header-title {
  font-weight: bold;
  font-size: 30px;
  line-height: 36px;
  color: #c51c2f;
}
.interview-ticket-header-subtitle {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #c51c2f;
}
.interview-ticket-header-small {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #595858;
  margin-top: 30px;
}
.interview-ticket-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #595858;
  padding: 10px 0px;
}
.interview-ticket-title-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #595858;
  float: right;
  width: 60%;
}
.interview-ticket-content-wrapper {
  width: 800px;
  margin: 30px auto;
}
.interview-ticket-content-container {
  display: flex;
  justify-content: space-evenly;
  align-items: flex-start;
}
.interview-ticket-passport-container {
  text-align: center;
}
.interview-ticket-passport-container img {
  width: 157px;
  height: 157px;
  object-fit: contain;
  margin-bottom: 20px;
}
.interview-ticket-content-title {
  width: 450px;
  margin-left: 10px;
}
.interview-ticket-btnwrap {
  width: 100%;
  text-align: right;
  padding: 10px 0;
}
.interview-ticket-closebtn,
.interview-ticket-printbtn,
.interview-ticket-download {
  width: 100px;
  height: 38px;
  border-radius: 6px;
  font-size: 12.2429px;
  line-height: 16px;
  margin-left: 15px;
}
.interview-ticket-download {
  background: #ffe0e4;
  border-radius: 5px;
  border: none;
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  height: 36px;
  color: #c51c2f;
}
.interview-ticket-closebtn {
  border: 0.65587px solid #c51c2f;
  color: #c51c2f;
  background-color: transparent;
}
.interview-ticket-printbtn {
  background: #c51c2f;
  color: #ffffff;
  border: none;
}
@page {
  size: A4;
  margin: 0;
  padding: 0;
}
@page {
  margin-top: 40px;
}

@page :first {
  margin-top: 0;
}
@media print {
  button,
  .interview-ticket-btnwrap,
  .interview-ticket-btnwrap p {
    display: none;
  }
}

.card-interview {
  margin-top: 30px;
  padding: 20px 40px;
  background: #ffffff;
  border-radius: 15px;
}

.text-container {
  margin: 10px 0px 5px 20px;
}
.interview-modal-form label,
.student-peer-form label {
  color: #8a8383;
  font-size: 12px;
}
#create-peer-profile-btn,
#schd-btn,
.update-pwd-btn {
  border-radius: 8px;
  font-weight: bold;
  font-size: 12px;
  line-height: 20px;
  border: none;
  color: #ffffff;
  height: 40px;
  background: #c51c2f;
}
.interview-modal-form button {
  background: #219653;
  border-radius: 8px;
  font-weight: bold;
  font-size: 12px;
  line-height: 20px;
  border: none;
  color: #ffffff;
  height: 40px;
}
.interview-modal-form select {
  border-radius: 5px;
  width: 100%;
  height: 40px;
  font-size: 13px;
  padding: 10px 20px;
  outline: none;
  border: 1px solid #8a8383;
}
.interview-modal-form .exctr-select-input:after {
  top: 13px;
  right: 25px;
  font-size: 0.5rem;
}
.interview-logo img {
  width: 100px;
  height: 100px;
  object-fit: contain;
}
.interview-paragraph {
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #595858;
  padding: 5px 0;
}
.interview-text {
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  color: #595858;
}
@media only screen and (min-width: 1200px) {
  .btn-big {
    margin: 15px 0px 10px;
  }

  .section-card {
    padding: 27px;
  }
}

.btn-loader {
  width: 25px;
  height: 25px;
  display: inline-block;
  padding: 0px;
  border-radius: 100%;
  border: 2px solid;
  border-top-color: rgba(225, 225, 225, 0.65);
  border-bottom-color: rgba(225, 225, 225, 0.15);
  border-left-color: rgba(225, 225, 225, 0.65);
  border-right-color: rgba(225, 225, 225, 0.15);
  -webkit-animation: btn-loader4 0.8s linear infinite;
  animation: btn-loader 0.8s linear infinite;
}
@keyframes btn-loader {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes btn-loader {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
.btn-loader-2 {
  width: 25px;
  height: 25px;
  display: inline-block;
  padding: 0px;
  border-radius: 100%;
  border: 2px solid;
  border-top-color: rgba(200, 38, 56, 0.65);
  border-bottom-color: rgba(200, 38, 56, 0.15);
  border-left-color: rgba(200, 38, 56, 0.65);
  border-right-color: rgba(200, 38, 56, 0.15);
  -webkit-animation: btn-loader4 0.8s linear infinite;
  animation: btn-loader-2 0.8s linear infinite;
}
@keyframes btn-loader-2 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes btn-loader-2 {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
.btn-login:disabled,
.submit:disabled,
.exctr-submit-btn:disabled {
  background-color: #c33f4d;
  cursor: not-allowed;
}

.app-box-wrap {
  width: 100%;
  height: auto;
  display: flex;
  margin-top: 30px;
  justify-content: space-between;
}

.app-box {
  width: 31.5%;
}

.mandatory-text {
  color: #595858;
  font-size: smaller;
}

.asterix {
  color: #c92032;
}

.add-line-text {
  color: #8a8383;
  font-size: 12px;
  margin-left: 5px;
  font-weight: 600;
}
.rm-swal-modal {
  width: 150px !important;
  height: 100px !important;
}

.payment-modal {
  padding: 10px 20px;
}
.pymt-info {
  padding: 0px 40px 20px;
}
.pymt-logo-wrap {
  width: 100px;
  object-fit: cover;
  margin-bottom: 20px;
}
.pymt-app-title {
  line-height: 26px;
  color: #595858;
  text-transform: capitalize;
  font-weight: 700;
  font-family: inter;
  font-size: 16px;
}

.pymt-app-text {
  color: #595858;
  text-transform: capitalize;
  font-weight: 500;
}
.text-red {
  color: #c51c2f;
}
.pymt-app-nb {
  color: #6c757d;
  font-size: 13px;
}
.blink-loader {
  font-family: Inter;
  font-style: italic;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #c51c2f;
  text-align: center;
  animation: blink 2s linear infinite;
}

@keyframes blink {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 0.9;
  }

  100% {
    opacity: 0;
  }
}
.no-border {
  border: 0 !important;
}
.success-info {
  padding: 10px;
}
.success-app-title {
  font-family: Inter;
  font-style: normal;
  font-weight: bold;
  font-size: 25px;
  line-height: 36px;
  color: #219653;
  text-align: center;
}
.success-logo-wrap {
  width: 200px;
  object-fit: contain;
  margin: -60px auto -20px;
}
.success-app-text {
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 17px;
  color: #595858;
  text-align: center;
}
.success-info-btn {
  background: #c51c2f;
  border-radius: 5px;
  border: none;
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  height: 36px;
  color: #ffffff;
  margin: 10px 0;
  float: right;
  padding: 2px 20px;
}

.exctr-sec-btn {
  background: #ffe0e4;
  border-radius: 5px;
  border: none;
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  height: 36px;
  color: #c51c2f;
  margin: 10px 0;
}

.admission-content p {
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 30px !important;
  color: #595858 !important;
}
.letter-error-title {
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #595858;
  text-align: center;
}
.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: none !important;
}
.text-transform-none {
  text-transform: none !important;
}

.bg-col {
  background: url(../images/login-bg.jpg) center no-repeat;
  background-size: cover;
  overflow: hidden;
  min-height: 100vh;
}
.bg-col-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 200px;
}
.bg-text {
  font-family: Inter;
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  line-height: 64px;
  text-align: center;
  color: #ffffff;
  width: 500px;
}
.signin-container {
  width: 100vw;
  min-height: 100vh;
  overflow-x: hidden;
}
.form-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.bills-nav {
  display: flex;
  flex-direction: column;
  width: 450px;
  margin-top: 40px;
}
.form-wrap {
  margin-top: 60px;
  overflow-y: auto;
  height: calc(100vh - 100px);
}
.form-wrap::-webkit-scrollbar {
  display: none;
}

.login-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.signin-text__container {
  display: flex;
  flex-direction: column;
  width: 450px;
}

.upload-container {
  background: #ffffff;
  border-radius: 5px;
  padding: 6px 20px;
  margin-bottom: 10px;
}
.file-upload[type="file"] {
  display: none;
}
.modal-content {
  border-radius: 10px;
  padding: 25px;
  background: #f5f7fb;
}
.upload-title {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #595858;
  width: 80%;
  cursor: pointer;
}

.upload-title:hover {
  color: #c51c2f;
}

.upload-title span {
  font-size: 12px;
}
.upload-btn {
  font-size: 24px;
  color: #219653;
  cursor: pointer;
}
.upload-btn:hover {
  color: #c51c2f;
}
.message-div {
  font-size: 14px;
  line-height: 25px;
  font-weight: 400;
}
.modal-sub-title {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 12px;
  color: #8a8383;
}
.btn.disabled,
.btn:disabled {
  cursor: not-allowed;
}

.section-9 {
  margin-bottom: 0;
}

.contact,
.copyright-area {
  display: flex;
  justify-content: space-between;
}

.section-9 .header {
  font-style: normal;
  font-weight: 500;
  font-size: 2rem;
  line-height: 24px;
  color: #424242;
}

.section-9 .text {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 24px;
  color: #424242;
}

p.copyright {
  color: #424242;
}

ul.social-links {
  display: flex;
  list-style: none;
}

li.social-link {
  text-decoration: none;
  margin: 0 10px;
  color: #424242;
}

@media only screen and (max-width: 550px) {
  .contact,
  .copyright-area {
    display: flex;
    flex-direction: column-reverse;
  }

  li.social-link {
    margin: 0 10px;
  }

  li.social-link.first {
    margin-left: 0;
  }

  p.header {
    margin: 0;
  }

  .contact div {
    margin-bottom: 30px;
  }
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(254, 254, 254, 0.8);
  z-index: 9999999;
  overflow: hidden;
}
.loader-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
}
.loader-container img {
  width: 150px;
}
#preloader #status {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}

#preloader #status .spinner {
  margin: 100px auto;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
}

#preloader #status .spinner > div {
  background-color: rgba(254, 254, 254, 0.8);

  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

#preloader #status .spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

#preloader #status .spinner .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

#preloader #status .spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

#preloader #status .spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
  0%,
  40%,
  100% {
    -webkit-transform: scaleY(0.4);
  }

  20% {
    -webkit-transform: scaleY(1);
  }
}

@keyframes sk-stretchdelay {
  0%,
  40%,
  100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }

  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}

.blink {
  color: #2f2f30;
  animation: blink 2s linear infinite;
}
@keyframes blink {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

/* table style */
.records-table {
  border-collapse: separate;
  border-spacing: 0 16px;
}

.overflow-scroll {
  overflow: scroll;
}

.records-thead {
  background: #e4e7ec;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  width: 100%;
  color: #6b6b6b;
}

.records-thead .records-thead-tr th {
  vertical-align: middle;
  padding-left: 45px;
}

.records-tbody {
  background-color: var(--white);
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #6b6b6b;
}

.rec-modal-body {
  padding: 0;
}

.records-tbody-tr td {
  padding: 15px 10px 15px 45px;
  vertical-align: middle;
}

.bg-secondary-color {
  background-color: var(--secondary-color);
}

.rec-table-icons i {
  color: var(--primary-color);
  font-size: 20px;
  text-align: center;
  margin-right: 15px;
}
