:root {
  --primary-color: #c51c2f;
  --secondary-color: #ffe0e4;
  --disable-color: #c33f4d;
  --border-radius: 5px;
  --white: #ffffff;
}

* {
  box-sizing: border-box;
}

body {
  background-color: #ffffff;
  font-family: system-ui;
  scroll-behavior: smooth;
}

/*
.monnify-wrapper {
  z-index: 1 !important;
}
*/

button:disabled,
input:disabled,
select:disabled,
textarea:disabled {
  cursor: not-allowed;
  pointer-events: all !important;
}

.cursor-pointer {
  cursor: pointer;
}

.gap-30 {
  gap: 30px !important;
}

.gap-8 {
  gap: 8px !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;
}

.main-container {
  background-color: var(--primary-color);
}
.login-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1440px;
  overflow-x: hidden;
  margin: 0 auto 0 auto;
  padding: 10px;
}

.login_logo {
  width: auto;
  height: 70px;
}

.login_logo img {
  height: 100%;
}

.login-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.login-nav a {
  color: white;
  text-decoration: underline;
  font-weight: 600;
  font-weight: 500;
  font-size: 1rem;
  line-height: 19px;
}
.vertical-line {
  width: 2px;
  height: 20px;
  background-color: white;
}

.close-nav {
  display: none;
}

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

.exctr-logo {
  width: 120px;
  object-fit: contain;
}

.logo {
  margin: 5px 30px 30px;
  font-weight: bold;
}

.logo span {
  color: #f7403b;
}

#exctr_login,
#exctr-reset-password {
  padding: 30px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(5px);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
  border:1px solid #e5e7eb;
}

.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;
  border-right: 0.5px solid rgb(138 131 131 / 50%);
}

.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: 14px;
  line-height: 20px;
  letter-spacing: -0.02em;
}

.sidenav ul li a {
  text-decoration: none;
  font-size: 14px;
  color: #8a8383;
  transition: 0.2s;
  margin: 5px 0;
  font-family: inter;
  font-weight: 500;
  line-height: 20px;
  border-radius: 10px;
  padding: 12px 15px !important;
}

.sidenav ul li a.text-dark:hover {
  color: var(--primary-color) !important;
  background-color: var(--secondary-color);
  border-radius: 10px;
}

.sidenav ul li a:hover {
  color: var(--primary-color);
}

.sidenav ul li a.active {
  color: var(--primary-color);
  border-radius: 10px;
  background-color: var(--secondary-color);
}

.sidenav ul li a svg {
  margin-right: 0.5rem !important;
}

.sidenav ul li a.active path,
.sidenav ul li a.active circle {
  stroke: var(--primary-color);
}

.sidenav ul li a:hover path,
.sidenav ul li a:hover circle {
  stroke: var(--primary-color);
}

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

.powered-by {
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  align-items: flex-start;
  justify-content: center;
  padding: 20px 16px;
  margin: 15px;
}

.powered-by .contact_form_title {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 17px;
  color: var(--primary-color);
}

.powered-by img {
  width: 100px;
}

.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: var(--primary-color);
  text-decoration: none;
  background-color: var(--secondary-color);
  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: var(--secondary-color);
  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: var(--primary-color);
  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;
}

.update_profile a {
  color: var(--primary-color);
  font-family: inter;
  font-size: 14px;
  font-weight: 500;
}

.start_now:focus {
  outline: none;
}

.start_now:hover,
.update_profile:hover {
  color: #ffffff;
}

.box1 {
  background-color: white;
  border-radius: 20px;
  padding: 30px;
  border: 1px solid #e5e9ee;
  border-radius: 20px;
  box-sizing: border-box;
  margin-top: 40px;
}

.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-container {
  margin-top: 20px;
}

.application-wrapper {
  margin-top: 50px;
}

.application-container .form-label {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: #4d4c4c;
}

.application-container .nav-tabs {
  border-bottom: 1.7px solid transparent;
}

.tab-content .app-upload-title {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #4d4c4c;
}
.app-upload-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 30px;
  gap: 10px;
  background: #f9f9f9;
  border-radius: 5px;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #4d4c4c;
}

.upload-file-name {
  width: 60%;
}
.active-upload {
  background: #ecfff5;
  color: #10b981;
}

.app-upload-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.upload-file,
.upload-file-btn,
.preview_upload {
  font-size: 14px;
  gap: 5px;
}

.application-container .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #4d4c4c;
  border-bottom: 2px solid var(--primary-color) !important;
  border-radius: 2px;
  border-color: transparent;
  background-color: transparent;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}

.application-container .nav-link {
  padding: 5px;
  color: #4d4c4c;
}

.application-container .nav-tabs .nav-item {
  margin-right: 20px;
}

.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;
  font-weight: bold;
  font-family: inter;
}

.student_details p span {
  font-size: 14px;
  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;
  padding: 10px;
  margin: 10px 10px 0 0;
}

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

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: var(--primary-color);
  border-bottom: 2px solid var(--primary-color) !important;
  border-radius: 2px;
  border-color: transparent;
  background-color: transparent;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: transparent;
  color: var(--primary-color);
}
.tab-content > .active {
  display: block;
  margin: 20px 0;
}

.tab-body {
  font-size: 14px;
  font-weight: 500;
  font-family: inter;
  /* border-bottom: 1px solid #e5e9ee; */
  padding: 10px 0px;
  color: #4d4c4c;
}

.tab-body span {
  font-size: 14px;
  color: #595858;
  /* float: right; */
}

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

.progress {
  background-color: #d8d8d8;
}

.step1 {
  font-size: 14px;
  font-weight: 500;
  font-family: inter;
  color: #8a8383;
  margin-top: 40px;
}

.tab-content .student_application,
.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: #a1a1a1;
}

.box_text option {
  color: #a1a1a1;
}

.box_text3 {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  padding: 0 30%;
}

.box_text3 label {
  color: #a1a1a1;
}

.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: var(--primary-color);
  font-size: 14px;
}

.TextBox {
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
  height: 48px;
  border: 1px solid #a9a9a9;
  color: #a1a1a1;
  padding: 10px 25px;
  font-size: 14px;
}

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

label#phone-error {
  font-size: 12px !important;
  color: #d93025 !important;
  margin-top: 20px !important;
  margin-bottom: 30px !important;
}

.TextBox1 {
  width: 100%;
  background-color: transparent;
  border-radius: 5px;
  height: 48px;
  border: 1px solid #a9a9a9;
  color: #a1a1a1;
  padding: 10px 25px;
  font-size: 14px;
}

.TextBox1:focus {
  outline: none;
}

input:focus,
textarea:focus,
select:focus,
.phone-container:focus-within {
  outline: none !important;
  border-color: var(--primary-color) !important;
}

.exctr-select-input select {
  color: #a1a1a1;
  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: #a1a1a1;
}

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

.application-container textarea {
  height: 200px;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
}

input[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0.5;
  filter: brightness(50%);
}

.radio-container {
  margin-bottom: 50px;
}

.radio-container p {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #4d4c4c;
  margin-bottom: 10px;
}

.radio-item {
  position: relative;
  display: inline-block;
}

.int-table-radio input[type="radio"] {
  margin-right: 15px;
}

.int-table-radio input[type="radio"] {
  display: none;
}

.int-table-radio label:after {
  content: " ";
  display: inline-block;
  position: relative;
  top: 3px;
  margin: 0 0 0 9px;
  width: 18px;
  height: 18px;
  border-radius: 11px;
  border: 2px solid var(--primary-color);
  background-color: transparent;
}

.int-table-radio input[type="radio"]:checked + label:before {
  border-radius: 11px;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 8px;
  right: 15px;
  content: " ";
  display: block;
  background: var(--primary-color);
}

.int-table-radio label,
.int-table-radio input[type="radio"] {
  cursor: pointer;
}

.int-table-radio label {
  margin-right: 10px;
  color: #a1a1a1;
}

.int-table-radio input[type="radio"],
.int-table-radio label {
  margin-bottom: 0;
  margin-top: 0;
}

.btn-wrap {
  width: 100%;
  text-align: right;
  padding: 0 10%;
}

.next-btn,
.add-item,
.skip-btn,
.previous-btn,
.msc-add-item,
.submit-btn {
  border-radius: 8px;
  border-color: transparent;
  width: 120px;
  height: 48px;
  font-size: 16px;
  font-family: inter;
  margin-top: 60px;
  margin-left: 20px;
  display: inline-block;
  text-align: center;
  line-height: 28px;
}

.next-btn,
.add-item,
.msc-add-item,
.submit-btn {
  background-color: var(--primary-color);
  color: #ffffff;
}

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

.previous-btn {
  background-color: var(--secondary-color);
  color: var(--primary-color);
  border: 1px solid var(--secondary-color);
  box-sizing: border-box;
}

.add-item:visited,
.add-item:hover,
.add-item:active,
.msc-add-item:visited,
.msc-add-item:hover,
.msc-add-item:active,
.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,
.edit-highschbtn:hover,
.edit-academichis-btn:hover {
  color: #fff;
}

.edit-academichis-btn,
.edit-highschbtn {
  background-color: var(--primary-color);
  color: #ffffff;
  margin: 20px 0;
  border: none;
  float: right !important;
  padding: 10px 20px;
}
.delete-info {
  background-color: #c82333;
  color: #ffffff;
  margin: 20px 10px;
  border: none;
  float: right !important;
  padding: 10px 20px;
}

.highsch-btn {
  border-radius: 5px;
  font-weight: bold;
  font-size: 12px;
  line-height: 20px;
  border: none;
  color: #ffffff;
  height: 40px;
  background: var(--primary-color);
  padding: 10px 18px;
  float: right;
}

.highsch-btn:hover,
.delete-info:hover {
  color: #ffffff;
}

.password {
  background-color: var(--primary-color);
  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;
}

.transcript-upload {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 24px;
  gap: 8px;
  border: 1px solid #a9a9a9;
  border-radius: 2px;
  cursor: pointer;
}

.transcript-upload p {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: #8a8383;
  margin-bottom: 0;
}

.transcript-upload-btn {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px 8px;
  gap: 4px;
  background: #ffffff;
  border: 1px solid #a9a9a9;
  border-radius: 2px;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #4d4c4c;
}

#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: var(--primary-color);
  text-align: center;
  font-size: 14px;
  font-family: inter;
  padding: 10px;
}

.save_photo {
  background-color: var(--primary-color);
  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: var(--primary-color);
  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: var(--primary-color);
}

.student-peer-form input,
.student-peer-form select {
  width: 100%;
  background-color: transparent;
  border-radius: 5px;
  height: 40px;
  border: 1px solid #a9a9a9;
  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: 40px;
}

.signin-text__container {
  text-align: center;
}

.new_student_signup {
  color: var(--primary-color);
  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: var(--primary-color);
  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 {
  
} */
.signin-input::placeholder,
.signup-input::placeholder {
  font-size: 12px;
}

.phone-container {
  display: flex;
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
  height: 48px;
  border: 1px solid #666;
  color: #333;
  padding: 10px 25px;
  font-size: 14px;
}

.phone-container select {
  border: none;
  margin-right: 10px;
  color: #a1a1a1;
  width: 100px;
  font-size: 14px;
}

.phone-container input {
  display: flex;
  flex: 1 1;
  border: none;
  color: #a1a1a1;
}

.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: var(--primary-color);
  color: #ffffff;
  border: none;
  font-family: Inter;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
}

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

.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: var(--primary-color);
  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: var(--primary-color);
  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: var(--primary-color);
  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: var(--secondary-color);
  border-radius: 5px;
  border: none;
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  height: 36px;
  color: var(--primary-color);
  margin: 10px 0;
}

.exctr-apply-btn:hover,
.exctr-sec-btn:hover {
  background: var(--primary-color);
  color: var(--secondary-color);
  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;
  top: 6px;
}

.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: var(--primary-color);
  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-submit-btn {
  background: var(--primary-color);
  border-radius: 10px;
  width: 250px;
  height: 58px;
  color: #ffffff;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  border: none;
  margin-left: 25px;
}

.exctr-payment-info p {
  margin: 20px 30px 0 30px;
  color: var(--primary-color);
  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: var(--primary-color);
  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: var(--primary-color);
}

.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: var(--primary-color);
  background: var(--secondary-color);
  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: var(--primary-color);
  background: var(--secondary-color);
}

.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: var(--primary-color);
  border-radius: 10px;
  padding: 18px 38px;
  margin-top: 74px;
  border: none;
}

.high-sch-container {
  background: #ffffff;
  box-shadow: 0px 8.26989px 32.1607px rgba(0, 0, 0, 0.03);
  padding: 40px;
}
.highsch-detail-info {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 20px;
  color: #595858;
  margin-bottom: 0;
}
.highsch-detail-data {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #595858;
  margin-top: 10px;
  overflow-wrap: break-word;
}

.highsch-detail-subsection {
  font-family: Inter;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 20px;
  color: var(--primary-color);
}

@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: var(--primary-color);
  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(50vh - 50px);
  flex-direction: column;
}

.extr-app-error-title {
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #979797;
  text-align: center;
}

.extr-app-error-link {
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  color: var(--primary-color);
  text-align: center;
}
.extr-app-error-link a {
  color: var(--primary-color);
}

.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: var(--primary-color);
  background: #595858;
  transition: ease-in-out 500ms;
  background: var(--secondary-color);
  border: 0.699095px solid var(--primary-color);
}

.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: var(--primary-color);
  transition: ease-in-out 500ms;
  background: var(--secondary-color);
  border: 0.699095px solid var(--primary-color);
}

.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: var(--primary-color);
  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: var(--primary-color);
}

.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/watermark.png) repeat #fff;
  -webkit-print-color-adjust: exact;
  min-height: 100vh;
  color-adjust: exact;
}

.interview-ticket-header {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.interview-ticket-logo img {
  width: 150px;
  object-fit: contain;
  padding: 20px;
}

.interview-ticket-header-title {
  font-weight: bold;
  font-size: 30px;
  line-height: 36px;
  color: var(--primary-color);
}

.interview-ticket-header-subtitle {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: var(--primary-color);
}

.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: var(--secondary-color);
  border-radius: 5px;
  border: none;
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  height: 36px;
  color: var(--primary-color);
}

.interview-ticket-closebtn {
  border: 0.65587px solid var(--primary-color);
  color: var(--primary-color);
  background-color: transparent;
}

.interview-ticket-printbtn {
  background: var(--primary-color);
  color: #ffffff;
  border: none;
}

@page {
  size: A4;
  margin: 0;
  padding: 40px 0 20px;
}

@media print {
  button {
    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: var(--primary-color);
}

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

.interview-btn-container {
  padding: 30px 0 20px 0;
  margin: auto;
  display: flex;
  justify-content: end;
}
.primary-btn {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 18px;
  gap: 8px;
  background: var(--primary-color);
  border-radius: 5px;
  border: none;
}
.secondary-btn {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: var(--primary-color);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 18px;
  gap: 8px;
  background: var(--secondary-color);
  border-radius: 5px;
  border: none;
}

.tracker-card {
  background: #ffffff;
  border: 1px solid #e7e5ea;
  border-radius: 20px;
  padding: 30px;
}

.tracker-card-header {
  display: flex;
  gap: 50px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

.tracker-card-body {
  display: flex;
  /* justify-content: centr; */
  gap: 50px;
  align-items: center;
}

.tracker-image img {
  height: 150px;
  width: 150px;
  border-radius: 100%;
}

.tracker-applicant-name {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  text-transform: uppercase;
  color: #595858;
}
.tracker-detail-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 60px;
}

.tracker-applicant-details {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #8a8383;
}

.tracker-applicant-details span {
  font-weight: 600;
  /* color: red; */
}
.program-title {
  color: var(--primary-color);
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
}

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

.btn-loader-blue {
  width: 30px;
  height: 30px;
  display: inline-block;
  padding: 0px;
  border-radius: 100%;
  border: 2px solid;
  border-top-color: rgb(46 58 110);
  border-bottom-color: rgb(46 58 110 / 15%);
  border-left-color: rgb(46 58 110);
  border-right-color: rgb(46 58 110 / 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: rgb(46 58 110);
  border-bottom-color: rgb(46 58 110 / 15%);
  border-left-color: rgb(46 58 110);
  border-right-color: rgb(46 58 110 / 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: var(--disable-color);
  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: var(--primary-color);
}

.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: var(--primary-color);
  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: var(--primary-color);
  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: var(--secondary-color);
  border-radius: 5px;
  border: none;
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  height: 36px;
  color: var(--primary-color);
  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;
  overflow-x: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 20px 0 50px;
  background-color:#FAFBFC;
}

.footer-container {
  background-color: var(--primary-color);
  padding: 50px 20px;
}

.footer-copyright {
  background-color: #20306d;
  padding: 20px;
  font-size: 18px;
  font-weight: 400;
  line-height: 24.2px;
  text-align: center;
  color: #ffffff;
}

.footer-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: start;
  max-width: 1440px;
  overflow-x: hidden;
  margin: 0 auto 0 auto;
  padding: 10px;
  color: #ffffff;
  flex-wrap: wrap;
}

.footer-wrapper .footer-title {
  font-size: 22px;
  font-weight: 700;
  line-height: 26.63px;
}
.footer-wrapper .footer-sub-title p {
  font-size: 16px;
  font-weight: 400;
  line-height: 26.63px;
  margin: 2px 0;
}
.footer-social-icon {
  margin: 20px 0;
}
.footer-social-icon a {
  padding: 0 10px 0 0;
}
.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;
  min-height: 80vh;
  width: 350px;
  margin: 0 auto;
}

.signin-text__container {
  display: flex;
  flex-direction: column;
  width: 450px;
  margin-top: 20px;
}

.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 30px 25p;
  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: var(--primary-color);
}

.upload-title span {
  font-size: 12px;
}

.upload-btn {
  font-size: 24px;
  color: #219653;
  cursor: pointer;
}

.upload-btn:hover {
  color: var(--primary-color);
}

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

  .app-upload-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 15px 13px;
    gap: 15px;
  }
  .upload-file-name {
    width: 100%;
  }
}

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

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

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

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