@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --max-width: 1728px;
  --min-width: 1440px;
  --blue-color: #0057bc;
  --primary-color: #0093dd;
  --gray-background: #393939;
  --normal-font-family: "Nunito Sans";
  --small-font-size: 14px;
  --normal-font-size: 16px;
  --large-font-size: 24px;
  --heading-font-size: 48px;
  --light-font-weight: 400;
  --bold-font-weight: 700;
  --green-color: #10ca00;
  --color-black: #1a1a1a;
  --color-white: #fff;
}

body {
  overflow-x: hidden;
}
d-none {
  display: none;
}

a {
  text-decoration: none;
}
*:focus {
  outline: none;
}

.container {
  width: 100%;
  margin: 0 auto;
  max-width: var(--max-width);
  font-family: var(--normal-font-family);
}
.pre-container {
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  max-width: var(--min-width);
  font-family: var(--normal-font-family);
}
input[type="date"] {
  text-align: left;
}
input[type="date"]::-webkit-inner-spin-button,
/* input[type="date"]::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
} */
.mdl-textfield:not(.is-dirty) input::-webkit-datetime-edit {
  color: transparent;
}
/* 
input:focus::-webkit-datetime-edit {
  color: rgba(7, 7, 7, 0.46) !important;
} */
/* input number arrow hide */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* login page content start   */
/* New page css start*/
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');

* {
    margin: 0;
    padding: 0;
}

input:focus,
select:focus {
    outline: none;
    box-shadow: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.app {
    width: 100%;
    height: 91.5vh;
}

.app-content {
    width: 100%;
    height: 100%;
}


.start_admission {
    background-image: url(../assets/login_page/signup_new_bg.png);
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
    display: grid;
    grid-template-columns: 65% 35%;
    font-family: "Nunito Sans", sans-serif;
}

.start_admission_left {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: auto;
    flex-direction: column;
    padding: 26px 0 26px 15px;
    position: relative;
}

.start_admission_left img {
    width: 558px;
    height: 100%;
}

.start_admission_right {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    position: relative;
    background-color: white;
    border-radius: 8px;
    padding: 30px;
    /* margin: 20px; */
    height: max-content;
    box-sizing: border-box;
    width: 80%;
    margin-top: 50px;
    /* align-self: center; */
}

.start_admission_right {}

.start_admission .start_admission_right .login_form .heading {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
}

.start_admission .start_admission_right .login_form .heading img {
    width: auto;
    height: auto;
    max-width: 100%;
}

.start_admission .start_admission_right .login_form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 30px;
    padding-bottom: 20px;
}

.start_admission .start_admission_right .login_form .heading h2 {
    color: #193D81;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.start_admission .start_admission_right .login_form .heading h2 span,
.start_admission .bottom_text p span {
    font-weight: 700;
}

.start_admission .start_admission_right .login_form .form_content {
    width: 100%;

}

.start_admission .start_admission_right .login_form .form_content form {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 24px;
    border-radius: 15px;
    width: 100%;
}

.start_admission .start_admission_right .login_form .form_content a {
    text-align: right;
    width: 100%;
    color: var(--primary-color);
    text-align: right;
    font-weight: 400;
    letter-spacing: 0.3px;
}

.start_admission .start_admission_right .login_form .form_content .input_box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    width: 100%;
}

.start_admission .start_admission_right .login_form .form_content .input_box label {
    color: #000;
    font-size: var(--small-font-size);
    font-weight: var(--light-font-weight);
}

.start_admission .start_admission_right .login_form .form_content .input_box label span {
    color: red;
}

.start_admission .start_admission_right .login_form .form_content .input_box input,
.start_admission .start_admission_right .login_form .form_content .input_box select,
.start_admission .start_admission_right .login_form .form_content .input_box select option {
    display: flex;
    padding: 13px 27px;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
    border-radius: 12px;
    border: 1px solid #CEEAFF !important;
    background: #FFF;
    border: none;
    font-family: var(--normal-font-family);
}

.start_admission .start_admission_right .login_form .button-style {
    display: flex;
    height: auto;
    padding: 8px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 12px;
    background: #0093DD;
    border: 2px solid #0093DD;
    color: #FFF;
    font-size: 18px;
    font-weight: 600;
    font-family: "Nunito Sans", sans-serif;
    margin-top: 24px;

}

.start_admission .start_admission_right .login_form .button-style:hover {
    background-color: white;
    color: #0093DD;
}

.start_admission .bottom_text p {
    color: #000;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
}

.start_admission .form_footer {
    width: 100%;
    display: flex;
    justify-content: start;
    flex-direction: column;
    align-items: end;
}

.start_admission .form_footer img {
    width: auto;
    height: auto;
}
.first_text{
  width: 100%;
}

.first_text h2 {
    color: #FFF;
    text-shadow: 0px 100px 80px rgba(0, 0, 0, 0.12), 0px 41.778px 33.422px rgba(0, 0, 0, 0.09), 0px 22.336px 17.869px rgba(0, 0, 0, 0.07), 0px 12.522px 10.017px rgba(0, 0, 0, 0.06), 0px 6.65px 5.32px rgba(0, 0, 0, 0.05), 0px 2.767px 2.214px rgba(0, 0, 0, 0.03);
    font-size: 48px;
    font-weight: 700;
}

.first_text h4 {
    color: #FFF;
    font-size: 24px;
    font-weight: 500;
    max-width: 582px;
    width: 100%;
}

.design_mode {
    position: absolute;
    height: 200px;
    width: 200px;
    left: -60px;
    bottom: 2%;
}

@media (max-width: 1440px) {
    .start_admission {
        grid-template-columns: 55% 45%;
        place-content: center;
    }
}

@media (max-width: 1200px) {
    .start_admission_left img {
        width: 100%;
        height: auto;
    }

    .start_admission_right {
        padding: 70px 25px 18px 25px;
    }

    .first_text h4 {
        font-size: 20px;
    }

    .first_text h2 {
        font-size: 32px;
    }
}

@media (max-width: 960px) {
    .start_admission_left img {
        opacity: 0.7;
        width: auto;
        height: auto;
    }
    .first_text{
      display: none;
    }

    .start_admission_right {
      position: absolute;
      transform: translate(-50%, -50%);
      top: 43%;
      left: 50%;
      background-color: rgba(255, 255, 255, .9);
      padding: 30px 25px 18px 25px;
      width: 400px;
  }

    .start_admission_left {
        padding: 20px;
    }
    .start_admission_left img{
      width: 50%;
    }

    .start_admission {
        grid-template-columns: 100% 0%;
    }

    .design_mode {
        display: none;
    }

    .first_text h4 {
        max-width: 100%;
    }

    .start_admission .form_footer img {
        width: 100px;
        height: auto;
    }

}

@media (max-width: 700px) {
    .start_admission_right {
        width: 70%;
    }

    .start_admission_left img {
        width: 100%;
    }
}

@media (max-width: 500px) {
    .start_admission .start_admission_right .login_form {
        gap: 24px;
    }

    .start_admission_right {
        margin: 0;
        left: 50%;
        width: 90%;
    }
    

    .first_text h4 {
      text-align: center;
        font-size: 16px;
    }

    .first_text h2 {
      text-align: center;
        font-size: 20px;
    }

    .start_admission .bottom_text p {
        font-size: 14px;
    }

    .start_admission .start_admission_right .login_form .heading h2 {
        font-size: 16px;
    }
    .start_admission_left img{
      width: 100%;
    }
}
#time_and_resend_otp_container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: end;
}
#resend_time {
  color: var(--primary-color);
  display: block;
  font-weight: bold;
}
#time_box {
  font-weight: bolder;
  font-size: 16px;
}
#resend_text {
  display: none;
}
#resend_text p {
  color: green;
  font-size: 15px;
  cursor: pointer;
  font-weight: bold;
}
#cnf_btn {
  display: none;
}
#log_in_button_for_loading {
  cursor: pointer;
}
#school_branch {
  width: 100%;
  padding: 14px;
  border-radius: 5px;
  border: none;
}
/* login page content end   */

/* terms and condition start */

#cont_t_and_c_main {
  width: 100%;
  min-height: 100vh;
  display: flex;
  padding: 20px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #8f8f8f;
}
#t_and_c_container {
  width: fit-content;
  padding: 30px 20px 30px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background-color: white;
  border-radius: 5px;
}
#t_and_c_container h1 {
  max-width: 600px;
  font-size: 25px;
  text-align: center;
}
#t_and_c_container ol {
  max-width: 650px;
  padding: 50px;
  text-align: justify;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#t_and_c_container #btns {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  justify-content: center;
}
#t_and_c_submit_btn {
  background-color: #ff9900;
  width: 84px;
  height: 23px;
  border-radius: 4.5px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
}
#accept_t_and_c {
  cursor: pointer;
}
#t_and_c_container li ul {
  display: flex;
  flex-direction: column;
  padding-left: 20px;
  gap: 10px;
  margin-top: 10px;
}
#t_and_c_container li {
  line-height: 20px;
}

@media (max-width: 425px) {
  #cont_t_and_c_main{
    min-height: 94vh;
  }
  #t_and_c_container ol{
    padding: 16px;
  }
}
/* terms and condition end */

/* page sidebar start */
.sidebar {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 260px;

  z-index: 100;
  transition: all 0.5s ease;
  border-right: 1px solid #c2c2c2;
  background: #fff;
}

.sidebar.close {
  width: 78px;
}

.sidebar .logo-details {
  height: auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px 0;
}

.logo-details img {
  height: 60px;
  width: 100%;
}
.sidebar.open {
  left: 0;
}
u .logo-details img {
  height: 22px;
  width: auto;
}

#logo-full {
  display: none;
}
#logo-full {
  height: auto;
  width: 100%;
  max-width: 200px;
}

.sidebar.open #logo-icon {
  display: none;
}
.sidebar.open #logo-full {
  display: block;
  transition: all 0.3s ease;
}

.sidebar .nav-links {
  height: 100%;
  padding: 0;
  overflow: auto;
}

.sidebar.close .nav-links {
  overflow: visible;
}

.sidebar .nav-links::-webkit-scrollbar {
  display: none;
}

.sidebar .nav-links li {
  position: relative;
  list-style: none;
  transition: all 0.4s ease;
  border-bottom: 1px solid #e5e5e5;
  background: #fff;
  height: 51px;
}
.sidebar .nav-links .sub-menu li {
  border: none;
}

.sidebar .nav-links li .icon-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sidebar.close .nav-links li .icon-link {
  display: block;
}

.sidebar .nav-links li i {
  height: 50px;
  min-width: 78px;
  text-align: center;
  line-height: 50px;
  color: black;
  font-size: var(--large-font-size);
  cursor: pointer;
  transition: all 0.3s ease;
}

.sidebar .nav-links li.showMenu i.arrow {
  transform: rotate(-180deg);
}

.sidebar.close .nav-links i.arrow {
  display: none;
}

.sidebar .nav-links li a {
  display: flex;
  padding: 14px 25px;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  text-decoration: none;
  max-height: 50px;
}
.sidebar .nav-links li a:hover {
  background: #0093dd;
}

.sidebar .nav-links li a .link_name {
  color: #000;
  text-align: center;
  font-size: var(--normal-font-size);
  font-family: var(--normal-font-family);
  font-style: normal;
  font-weight: var(--light-font-weight);
  line-height: normal;
  transition: all 0s ease-in-out;
}
.sidebar .nav-links li a:hover .link_name {
  color: #fff;
  font-weight: var(--bold-font-weight);
}

.sidebar.close .nav-links li a .link_name {
  opacity: 0;
  pointer-events: none;
}

.sidebar .nav-links li .sub-menu {
  padding: 6px 6px 6px 80px;
  background: white;
  display: none;
  transition: all 0.3s ease;
}

.sidebar .nav-links li .sub-menu {
  display: block;
}

.sidebar .nav-links li .sub-menu a {
  color: black;
  font-size: 18px;
  padding: 5px 0;
  white-space: nowrap;
  opacity: 0.6;
  transition: all 0.3s ease;
}

.sidebar .nav-links li .sub-menu a:hover {
  opacity: 1;
}

.sidebar.close .nav-links li .sub-menu {
  position: absolute;
  left: 100%;
  top: -10px;
  margin-top: 0;
  padding: 10px 20px;
  border-radius: 0 6px 6px 0;
  opacity: 0;
  display: block;
  pointer-events: none;
  transition: 0s;
}

.sidebar.close .nav-links li:hover .sub-menu {
  top: 0;
  opacity: 1;
  pointer-events: auto;
  transition: all 0.4s ease;
}

.sidebar .nav-links li .sub-menu .link_name {
  display: none;
}

.sidebar.close .nav-links li .sub-menu .link_name {
  font-size: 18px;
  opacity: 1;
  display: block;
  border: none;
  font-family: var(--normal-font-family);
}
.sidebar.close .nav-links li .sub-menu .link_name:hover {
  color: white;
}

.sidebar .nav-links li .sub-menu.blank {
  opacity: 1;
  pointer-events: auto;
  padding: 3px 20px 6px 16px;
  opacity: 0;
  pointer-events: none;
}
.sidebar .nav-links li .sub-menu.blank li {
  height: 36px;
  display: flex;
  align-items: center;
}

.sidebar .nav-links li:hover .sub-menu.blank {
  top: 50%;
  transform: translateY(-50%);
}

.home-section {
  position: relative;
  background: #f2f2f2;
  min-height: 100vh;
  left: 260px;
  width: calc(100% - 260px);
  transition: all 0.5s ease;
  font-family: var(--normal-font-family);
}
@media (max-width: 768px) {
  .sidebar {
    width: 250px;
  }
}

@media (max-width: 430px) {
  .sidebar.close .nav-links li .sub-menu {
    display: none;
  }
}
.close-btn {
  display: none;
  cursor: pointer;
}

.close-btn img {
  width: 24px;
  height: 24px;
  background-color: white;
  /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
}

.active {
  background: #0093dd;
}
.active .link_name {
  color: white !important;
}

/* page sidebar end */

/* page header start */

.sidebar.close ~ .home-section {
  left: 78px;
  width: calc(100% - 78px);
}

.home-section .home-content {
  height: 60px;
  display: flex;
  align-items: center;
  background-color: white;
  justify-content: space-between;
  position: absolute;
  width: 100%;
}

.navbar {
  color: black;
  width: 100%;
  height: 60px;
  padding: 0 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.navbar .navbar_left {
  display: flex;
  gap: 30px;
  align-items: center;
}
.navbar .navbar_right {
  display: flex;
  gap: 10px;
  align-items: center;
}
.navbar .navbar_right p {
  color: #151d48;
  font-family: var(--normal-font-family);
  font-size: var(--normal-font-family);
  font-weight: 500;
  line-height: 24px;
}
.navbar .search_bar {
  display: flex;
  width: 435px;
  padding: 8px 11px;
  align-items: center;
  gap: 10px;
  border-radius: 7px;
  background: #f2f2f2;
}
.navbar .search_bar input {
  border: none;
  background: #f2f2f2;
  color: #737791;
  font-family: var(--normal-font-family);
  font-size: var(--small-font-size);
  font-weight: var(--light-font-weight);
}
@media (max-width: 1024px) {
  .navbar .search_bar {
    width: 100%;
    transition: all 0.3s ease;
  }
}

@media (max-width: 900px) {
  .sidebar {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0px;
    height: 100vh;
    transition: width 0.3s ease;
  }
  .sidebar:not(.close) .close-btn {
    display: block;
    position: absolute;
    right: 20px;
    z-index: 1000;
    border: none;
  }
  .sidebar.show {
    left: 0;
  }
  .logo-details {
    justify-content: space-between;
  }
  .close-btn {
    display: block;
    position: absolute;
    right: 20px;
  }
  .sidebar.close {
    display: none;
  }
  .sidebar.close .close-btn {
    display: none;
  }
  .sidebar.close ~ .home-section {
    left: 0px;
    width: 100%;
  }

  .home-section {
    left: 0px;
    width: 100%;
  }
  #logo-icon {
    display: none;
  }
}

@media (max-width: 900px) {
  #logo-icon {
    display: none;
  }
  #logo-full {
    display: block;
  }
}

@media (min-width: 901px) {
  #logo-full {
    display: none;
  }
}
/* page header start */

.sidebar .close-btn {
  display: none;
}
@media (max-width: 550px) {
  .navbar .search_bar {
    display: none;
  }
  .navbar .navbar_right,
  .navbar .navbar_left {
    gap: 10px;
  }
  .navbar .search_bar input {
    width: 100px;
  }
}
/* Model and the circle */

.info-circle {
  cursor: pointer;
}
/* The Modal (background) */
.modal {
  z-index: 99999;
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  background-color: rgba(0, 0, 0, 0.5); /* Black with opacity */
  align-items: center;
  justify-content: center;
}

/* Modal Content */
.modal-content {
  background-color: #fff;
  margin: 15% auto;
  padding: 20px;
  border-radius: 5px;
  width: 400px;
  text-align: center;
  max-height: 80%;
  overflow: auto;
}

/* Close button (X) */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.modal table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  font-size: 18px;
  text-align: left;
}

.modal table th,
td {
  padding: 12px 15px;
  text-align: left;
  border: 1px solid #ddd;
}

.modal table th {
  background-color: #f2f2f2;
  font-weight: bold;
}

.modal table tr:nth-child(even) {
  background-color: #f9f9f9;
}

.modal table tr:hover {
  background-color: #f1f1f1;
}

.modal table tbody tr td {
  text-align: left;
}

.modal table thead th {
  background-color: #4caf50;
  color: white;
}

/* <!-- Admission Enquiry Form  start --> */
.admission_enquiry_form {
  background-image: url(../assets/section/enquiry_form_bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: calc(100vh - 60px);
  /* padding: 33px; */
  padding: 90px 32px 32px 32px;
}
.form-content {
  display: flex;
  width: 100%;
  padding: 40px 54px;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  border-radius: 10px;
  border: 1px solid #aaa;
  background: #fff;
}
.form-content form {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  background-color: white;
}
.form-content .form_field {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  justify-content: space-between;
  align-self: stretch;
  flex-wrap: wrap;
}
.form-content .form_button {
  display: flex;
  justify-content: end;
  gap: 16px;
}
.form-content .form_button #move_back {
  border-radius: var(--spacing-spacing-2, 8px);
  border: 1px solid #0093dd;
  background: #fff;
  color: #0093dd;
  font-weight: 500;
}
.form-content h2 {
  color: #292524;
  text-align: center;
  font-size: var(--large-font-size);
  font-weight: var(--bold-font-weight);
  line-height: 125%;
  position: relative;
}
.form-content h2::after {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 50%;
  z-index: 1;
  width: 159px;
  border: 1px solid #f00;
  transform: translate(-50%, -50%);
}
.form-content .input_box {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}
.form-content .input_box label {
  color: #57534e;
  font-size: var(--small-font-size);
  font-weight: var(--light-font-weight);
  line-height: 140%;
  align-self: stretch;
}
.form-content .input_box input,
.form-content .input_box select {
  display: flex;
  padding: 12px 16px;
  justify-content: start;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  border-radius: 8px;
  border: 1px solid #d6d3d1;
  background: #fff;
  width: 100%;
}
input[disabled] {
  background-color: #f3f3f3 !important;
  color: black;
}
input[readonly] {
  background-color: #f3f3f3 !important;
  color: black;
}
select[disabled] {
  background-color: #f3f3f3 !important;
  color: black;
  opacity: 1;
}
select[readonly] {
  background-color: #f3f3f3 !important;
  color: black;
  opacity: 1;
}

.form-content .next_page {
  width: 100%;
  display: flex;
  justify-content: end;
}

.form-content button {
  display: flex;
  min-width: 120px;
  padding: 12px 24px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  background: #0093dd;
  color: #fff;
  text-align: center;
  font-size: var(--normal-font-size);
  font-weight: 500;
  line-height: 150%;
  border: 1px solid #0093dd;
  font-family: var(--normal-font-family);
  cursor: pointer;
}
.form-content button:hover {
  background-color: white;
  color: #0093dd;
}
#enquiry_done_message #section_form_view {
  display: none;
}
#enquiry_done_message #enquiry_done_messege_section {
  display: block;
}
@media (max-width: 1720px) {
  .form-content {
    padding: 35px;
  }
}

.error-message {
  color: red;
  font-size: 12px;
  margin-top: 0px;
}
.input_box input.error,
.input_box select.error {
  border: 1px solid red;
}
@media (max-width: 1024px) {
  .form-content .form_field {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 900px) {
  .form-content .input_box {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .admission_enquiry_form {
    padding: 80px 20px 20px 20px;
    height: auto;
  }
  .form-content {
    padding: 15px;
    gap: 20px;
  }
  .form-content h2 {
    font-size: 18px;
  }
  .form-content h2::after {
    bottom: -6px;
    /* left: 18%; */
    width: 100px;
  }
  .form-content button {
    padding: 6px;
    min-width: 90px;
  }
  .form-content .form_field {
    gap: 15px;
    display: grid;
    grid-template-columns: 1fr;
  }
  .form-content form {
    gap: 20px;
  }
}
/* <!-- Admission Enquiry Form  end --> */
/* enquiry_form submit */
.enquiry_submit {
  width: 830px;
  padding: 43px 0px;

  border-radius: 18px;
  background: #fff;
  margin: auto;
}
.enquiry_submit .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  padding-bottom: 17px;
  border-bottom: 1px solid black;
}

.enquiry_submit .content h4 {
  color: #000;
  text-align: center;
  font-size: 24px;
  font-weight: var(--light-font-weight);
  width: 705px;
}
.enquiry_submit .content h4 span {
  font-weight: var(--bold-font-weight);
}
.enquiry_submit .helping {
  padding-top: 17px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  align-self: stretch;
}
.enquiry_submit .helping p {
  color: #2e2e2e;
  text-align: justify;
  font-size: 20px;
  font-weight: 600;
}
.enquiry_submit .helping a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
}
.enquiry_submit .enquiry_btn {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
.enquiry_submit .enquiry_btn button {
  display: flex;
  width: 150px;
  min-width: 120px;
  padding: 12px 24px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  border: 1px solid #525252;
  background: #fff;
  color: #525252;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
}
#seciton_confirm {
  display: none;
}
#section_form {
  display: block;
}
.enquiry_submit .enquiry_btn button:hover {
  background: var(--primary-color);
  color: #fff;
  border: 1px solid var(--primary-color);
}
.enquiry_submit .enquiry_btn .next_preceed {
  background: var(--primary-color);
  color: #fff;
  border: 1px solid var(--primary-color);
  cursor: pointer;
}
#goRegistration {
  cursor: pointer;
}
.enquiry_submit .enquiry_btn .next_preceed:hover {
  border: 1px solid #525252;
  background: #fff;
  color: #525252;
}

@media (max-width: 1200px) {
  .enquiry_submit {
    width: 100%;
  }
  .enquiry_submit .content h4 {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .enquiry_submit .content {
    padding: 0 20px;
    padding-bottom: 17px;
  }
  .enquiry_submit .content img {
    width: 100%;
    height: auto;
  }
  .enquiry_submit .content h4 {
    font-size: 16px;
  }
  .enquiry_submit .helping p {
    font-size: 14px;
  }
  .enquiry_submit {
    padding: 15px 0;
  }
  .enquiry_submit .enquiry_btn {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .enquiry_submit .helping img{
    width: 22px;
  }
  .enquiry_submit .enquiry_btn button {
    width: 120px;
    min-width: 92px;
    padding: 5px 12px;
    border-radius: 6px;
    font-weight: 500;
    font-size: 14px;
  }
  .enquiry_submit .helping ,
  .enquiry_submit .helping a{
   gap:8px;
  }
}
/* enquiry_form end */
/* <!-- notification page start --> */
.notification {
  padding: 90px 32px 32px 32px;
}
.notification .content {
  display: flex;
  width: 1488px;
  height: auto;
  padding: 30px;
  flex-direction: column;
  align-items: flex-start;
  gap: 25px;
  border-radius: 25.342px;
  border: 1.267px solid #f8f9fa;
  background: #fff;
  box-shadow: 0px 5.068px 25.342px 0px rgba(238, 238, 238, 0.5);
}
.notification .content h2 {
  color: #000;
  font-size: var(--large-font-size);
  font-weight: 600;
}
.notification .content .notify_box {
  display: flex;
  padding: 10px 19px;
  align-items: center;
  gap: 16px;
  align-self: stretch;
  border-radius: 20px;
  border: 1px solid #c1c1c1;
  background: #fff;
}
.notification .content .notify_box img {
  display: flex;
  width: 75px;
  height: 75px;
  padding: 20px 19px 19px 20px;
  justify-content: center;
  align-items: center;
  border-radius: 49px;
  background: #ececec;
}
.notification .content .notify_box .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  gap: 10px;
}
.notification .content .notify_box .text p {
  color: #000;
  text-align: justify;
  font-size: 18px;
  font-weight: var(--light-font-weight);
  align-self: stretch;
}
.notification .content .notify_box .text h5 {
  color: #000;
  text-align: right;
  font-size: var(--small-font-size);
  font-style: italic;
  font-weight: var(--light-font-weight);
}
@media (max-width: 1800px) {
  .notification .content {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .notification .content .notify_box {
    display: flex;
    flex-direction: column;
    align-items: start;
  }
}
@media (max-width: 430px) {
  .notification {
    padding: 80px 15px 15px 15px;
  }

  .notification .content {
    padding: 15px;
    gap: 15px;
  }
  .notification .content .notify_box .text p {
    font-size: 15px;
  }
  .notification .content h2 {
    font-size: 18px;
  }
  .notification .content .notify_box img {
    height: 50px;
    width: 50px;
    padding: 8px;
  }
  .notification .content .notify_box {
    padding: 10px;
  }
}
/* <!-- notification page end --> */
/* registration_form step 1 start */
section {
  width: 100%;
  /* display: none; */
}
.hide {
  display: none;
}

.file_size_label {
  font-size: 10px;
}
/* 
/* student view foem page start */
.form_view {
  padding: 30px 30px 30px 30px;
}
.form_view .form-content {
  background-image: url(../assets/login_page/view_form_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.form_view .form_view_page {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.form_view .form_view_page header {
  display: flex;
  gap: 10px;
  align-items: center;
}
.form_view .form_view_page header img {
  height: 65px;
  width: 100%;
}
.form_view .form_view_page header p {
  width: 232px;
  color: #000;
  font-size: 20px;
  font-weight: 400;
}
.form_view .form-content .info_heading {
  background-color: var(--primary-color);
  color: white;
  display: flex;
  height: 45px;
  padding: 5px;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 8px;
  border-radius: 10px;
}
.form_view .form-content .student_info_view {
  display: flex;
  align-items: start;
  gap: 30px;
}

.form_view .form-content .student_info_view .student_photo {
  border-radius: 20px;
}
.form_view .form-content .student_info_view .student_photo img {
  object-fit: cover;
  width: 200px;
  height: 200px;
}
@media (max-width: 700px) {
  .form_view .form-content .student_info_view {
    display: flex;
    flex-direction: column;
    align-items: start;
  }
  .form_view .form_view_page header {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .form_view .form_view_page header p {
    width: 80%;
    text-align: center;
  }
}

.reg_form_print_button {
  text-align: center;
  margin-top: 20px;
}

.reg_form_print_button button {
  background-color: #20c127;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.reg_form_print_button button:hover {
  background-color: #1ca021;
}

/* student view foem page end  */

.registration_form {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: calc(100vh - 60px);
  padding: 90px 32px 32px 33px;
}

.file-up-btn {
  display: flex;
  padding: 12px 16px;
  justify-content: start;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  border-radius: 8px;
  border: 1px solid #d6d3d1;
  background: #fff;
  width: 100%;
}
@media (max-width: 500px) {
  .registration_form {
    padding: 80px 15px 15px 15px;
  }
}

/* registration_form step 1 end */
/* registration_form step 2 start */
.student_deatils {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-self: stretch;
  flex-wrap: wrap;
}
.student_deatils .family_details {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-self: stretch;
  flex-wrap: wrap;
}
.student_deatils .family_details .about_family_details {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: space-between;
  gap: 30px;
  align-self: stretch;
  flex-wrap: wrap;
}
.student_deatils .family_details .input_box {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}
@media (max-width: 786px) {
  .student_deatils .family_details .about_family_details {
    display: grid;
    grid-template-columns: 1fr;
    justify-content: start;
    gap: 14px;
    align-self: stretch;
    flex-wrap: wrap;
  }
  .student_deatils .family_details {
    gap: 16px;
  }
  .student_deatils {
    gap: 20px;
  }
}
/* registration_form step 2 end */
/* payment step start */

.reciepts-container {
  width: 24cm;
  margin: 0px auto;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.reciept {
  width: 11.5cm;
  float: left;
  margin: 0px 5px;
  background-color: white;
}
.reciept-header {
  padding: 5px;
  overflow: hidden;
  border: 1px solid #000;
  border-bottom: none;
}
.school-logo-container {
  float: left;
  width: 65px;
}
.school-logo-container img {
  width: 100%;
}
.school-detail {
  float: right;
}
.school-name {
  font-size: 21px;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
  margin: 0px;
  padding: 0px;
}
.school-address,
.school-contacts {
  font-size: 14px;
  font-weight: 800;
  text-align: center;
  margin: 2px;
}
.slc-footer {
  overflow: hidden;
  background: #e2e2e2;
  border: 1px solid #000;
  border-top: none;
}
.stb {
  background: none;
}
.slc-footer .slc-footer-left {
  float: left;
  padding: 2px 5px;
}
.slc-footer .slc-footer-right {
  float: right;
  padding: 2px 5px;
}
.reciept-body-heading {
  border: 1px solid #000;
  border-top: none;
  font-size: 16px;
  font-weight: 800;
  text-align: center;
  margin: 0px;
  padding: 10px;
  text-transform: uppercase;
}
.reciept-body {
  width: 100%;
}
.custom-fl {
  font-size: 10px;
  border: 1px solid #000;
  border-top: none;
  border-bottom: none;
}
.custom-fl table {
  width: 100%;
}
.custom-f2 table {
  width: 100%;
  border-collapse: collapse;
}
.custom-f2 {
  border: 1px solid #000;
  border-top: none;
  border-bottom: none;
}
.custom-f2 table th,
.custom-f2 table td {
  border: 1px solid #000;
  border-collapse: collapse;
  text-align: center;
}
.custom-f2 table th:first-child,
.custom-f2 table td:first-child {
  border-left: none;
}
.custom-f2 table th:last-child,
.custom-f2 table td:last-child {
  border-right: none;
}
.auth-sign {
  border: 1px solid #000;
  border-top: none;
  margin: 0px;
  padding: 15px 5px 5px 5px;
}
.reciept-footer p {
  margin: 0px;
  padding: 10px 5px;
  border: 1px solid #000;
  border-top: none;
}
@media print {
  #print_reg_recipet {
    display: none !important;
  }
  .navbar {
    display: none;
  }
}
/* payment step end */

/* sibiling_or_staff step start */
.sibiling_or_staff {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.sibiling_or_staff .sibling_staff_id_show {
  display: none;
  background-color: #efefef;
  border: 1px solid #d9d5d5;
  border-radius: 10px;
  padding: 8px;
}

.sibiling_or_staff .sibling_staff_id_show .tag-box {
  display: inline-flex;
  align-items: center;
  background-color: #d5d5d5;
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 5px 10px;
  margin: 5px;
  font-size: 14px;
  color: #333;
}

.sibiling_or_staff .sibling_staff_id_show .tag-box p {
  min-width: 10px;
  padding: 5px;
  background-color: transparent;
  border: none;
  font-size: 16px;
  color: red;
  cursor: pointer;
}

.sibiling_or_staff .sibling_staff_id_show .tag-box p:hover {
  color: #920000;
}

.sibiling_or_staff .sibling_form_container {
  display: flex;
  align-items: end;
  gap: 20px;
}
.sibiling_or_staff .sibling_input_container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sibiling_or_staff .sibling_form_container .input_box {
  width: 50%;
}
#add_sibling_button,
#add_staff_button {
  display: flex;
  padding: 13px 27px;
  justify-content: center;
  height: 50px;
  cursor: pointer;
  width: 80px;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 8px;
  background: var(--primary-color);
  border: none;
  color: #fff;
  text-align: center;
  font-size: var(--normal-font-size);
  font-weight: var(--bold-font-weight);
}
.sibiling_or_staff .any_sibiling,
.sibiling_or_staff .staff_ward {
  display: flex;
  align-items: center;
  gap: 30px;
}
.sibiling_or_staff .any_select {
  width: 100%;
  justify-content: start;
  gap: 30px;
  display: flex;
}
.sibiling_or_staff .any_select .any_select_option{
  justify-content: space-between;
  gap:6px;
  display: flex;
}
.sibiling_or_staff .about_employee {
  display: flex;
  gap: 30px;
}
.sibiling_or_staff .input_box {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--spacing-spacing-1, 4px);
}

.sibiling_or_staff .any_sibiling p,
.sibiling_or_staff .staff_ward p {
  color: #000;
  font-size: var(--normal-font-size);
  font-weight: var(--bold-font-weight);
  line-height: 150%;
}
@media (max-width: 1700px) {
  .sibiling_or_staff .input_box {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .sibiling_or_staff .about_employee {
    display: grid;
    grid-template-columns: 1fr;
  }
  .sibiling_or_staff .sibling_form_container {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
  }
  .sibiling_or_staff .sibling_form_container .input_box {
    width: 100%;
  }
  .sibiling_or_staff .any_sibiling,
  .sibiling_or_staff .any_sibiling,
  .sibiling_or_staff .staff_ward {
    display: flex;
    align-items: start;
    flex-direction: column;
    gap: 8px;
  }
  .sibiling_or_staff{
    gap:16px;
  }
}
/* sibiling_or_staff step end */
/* student address step start */
.student_address {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.student_address .current_address,
.student_address .permanent_address {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.student_address .about_address {
  display: flex;
  gap: 30px;
  align-items: center;
}
.student_address .same_same {
  display: flex;
  gap: 30px;
  align-items: center;
}
.student_address .same_same .choice_same {
  display: flex;
  gap: 10px;
  align-items: center;
}
@media (max-width: 500px) {
  .student_address .about_address {
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .student_address .same_same {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 4px;
  }
  .student_address .current_address,
  .student_address .permanent_address {
    gap: 15px;
  }
}
/* student address step end */
/* support page start */
/* 
.support {
  padding: 90px 32px 32px 32px;
  font-family: var(--normal-font-family);
}
.support .form-content {
  border: none;
}
.support .content {
  display: flex;
  width: 100%;
  padding: 30px;
  flex-direction: column;
  align-items: center;
  gap: 80px;
  border-radius: 25px;
  border: 1.267px solid #f8f9fa;
  background: #fff;
  box-shadow: 0px 5.068px 25.342px 0px rgba(238, 238, 238, 0.5);
}
.connection_details {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  justify-content: start;
  align-items: center;
}
.connection_details a {
  cursor: pointer;
}
.connection_details a img {
  width:20px;
}
.connection_details #aadhar_icon_cont{
  display: flex;
  gap: 14px;
}
.deatils_fields {
  display: flex;
  align-items: center;
  gap: 16px;
  min-width: 200px;
}
.go_to_link:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.support .connection_details .deatils_fields h3 {
  font-size: 18px;
  font-weight: 700;
}

.support .deatils_fields .fields_info {
  display: flex;
  flex-direction: column;
  gap: 2px;
  width: 100%;
}
@media (max-width: 700px) {
  .deatils_fields {
    width: 100%;
  }
  .support {
    padding: 70px 15px 15px 15px;
  }
  .support .content {
    padding: 15px;
  }
  .connection_details {
    margin-top: 10px;
    gap: 10px;
  }
  .support .connection_details .deatils_fields h3,
  .support .connection_details .deatils_fields p {
    font-size: 14px;
  }
  .deatils_fields img {
    height: 20px;
    width: 20px;
  }
} */
/* support page end */
/* step_progress start */
.step_progress {
  width: 100%;
  height: 56px;
  margin: auto;
}

.timespan_box {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.timespan_box .box {
  width: 22%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  position: relative;
}
#five {
  width: fit-content;
}
#t5 {
  left: -27px;
  /* width: 50px; */
}
.timespan_box .box .circle {
  width: 22px;
  height: 22px;
  border-radius: 50% 50%;
  background-color: gray;
  cursor: pointer;
}
.timespan_box .box .line {
  width: calc(100% - 1vw);
  background-color: gray;
  height: 2px;
}
.timespan_box .circle {
  width: 1vw;
  height: 1vw;
  border-radius: 50% 50%;
  cursor: pointer;
  background-color: gray;
}
#one .circle {
  background-color: green;
}
#one {
  color: green;
}

.timespan_box .text {
  position: absolute;
  width: 100%;
  top: 30px;
  left: -46%;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
}
@media (max-width: 1230px) {
  .step_progress {
    width: 100%;
  }
  .timespan_box .box .circle {
    width: 16px;
    height: 16px;
  }
}
@media (max-width: 900px) {
  .timespan_box .text {
    font-size: 16px;
  }
}
@media (max-width: 500px) {
  .timespan_box .text {
    font-size: 12px;
    top: 15px;
    /* transform: rotateZ(-90deg); */
  }
  .timespan_box .box .circle {
    width: 10px;
    height: 10px;
  }
}
@media (max-width: 350px) {
  .timespan_box .text {
    font-size: 10px;
  }
}
/* step_progress end */

/* <!-- payment_page start --> */
.enquiry_form {
  background-color: #f2f2f2;
  height: 100%;
  padding-top: 80px;
}
.enquiry_form .card {
  height: 100%;
  min-height: calc(100vh - 90px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.payment_form {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin: 20px auto;
  padding: 15px;
  width: 600px;
  border-radius: 10px;
  background-color: white;
}
.payment_form .content {
  border: 4px double gray;
}
.payment_form .content .heading {
  padding: 15px;
  text-align: center;
  border-bottom: 1px solid gray;
  display: flex;
  gap: 30px;
}
/* <!-- payment_page end --> */

/* Show the active step */

section.active {
  display: block;
}

#step_5 .payment {
  background-color: white;
  display: flex;
}
#step_5 .payment .payment_msg {
  font-size: 24px;
  width: 80%;
  text-align: center;
  color: #292524;
}
#step_5 .payment .payment_msg span {
  color: #10ca00;
}

/* Basic styling for the form */
/* .form_button {
  margin-top: 20px;
} */

.form_button button {
  padding: 10px 20px;
  margin-right: 10px;
  cursor: pointer;
}

#c2 {
  background-color: gray;
}

#log_in_button {
  display: none;
  cursor: pointer;
}
#otp_box {
  display: none;
  width: 100%;
}
#otp_box input {
  width: 100%;
}

#reg_form_view {
  display: none;
}
#get_otp_button {
  cursor: pointer;
}
#go_to_registration_box {
  display: none;
}

#go_to_registration_box .payment,
#step_5 .payment {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 30px;
}
#go_to_registration_box .payment,
.payment .payment_photo img {
  height: auto;
  width: 100%;
}

#go_to_registration_box .payment .payment_msg {
  font-size: 24px;
  width: 80%;
  text-align: center;
  color: #292524;
}
#go_to_registration_box .payment .payment_msg span {
  color: #10ca00;
}

#go_to_registration_box .payment .payment_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
.payment_btn button {
  background-color: #10ca00;
  border: 1px solid white;
}
.payment_btn button:hover {
  background-color: white;
  border: 1px solid #10ca00;
  color: #10ca00;
}
#view_cont #key_val_container {
  width: 80%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#otp_timer {
  font-size: 14px;
  display: none;
}
#otp_sent_message {
  font-size: 14px;
  font: italic;
}

#view_cont {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 500px) {
  #go_to_registration_box .payment .payment_msg {
    font-size: 14px;
    width: 100%;
  }
}

/* select profile start */

.login_active_profile {
  padding-top: 90px;
  background-position: center;
  background: url(../assets/section/select_profile_bg2.png);
  background-size: cover;
  background-repeat: no-repeat;
  height: calc(100vh - 60px);
  display: flex;
  align-items: center;
  justify-content: start;
  flex-direction: column;
  gap: 30px;
  overflow-y: auto;
}
.login_active_profile .new_profile_page {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.app_head {
  display: flex;
  justify-content: center;
}
.app_head img {
  margin: 45px auto 30px auto;
}
.student_profile {
  font-family: var(--normal-font-family);
  width: 871px;
  margin: 0 auto;
  padding: 35px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  border-radius: 25px;
  border: 1px solid #b8b8b8;
  background: #fff;
  box-shadow: 0px 4px 15.8px 0px rgba(0, 0, 0, 0.25);
}
.student_profile .head p {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}

.student_profile .new_head {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
}
.student_profile .new_head hr {
  border-color: red;
  width: 180px;
}

.student_profile .content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 27px;
  margin: auto;
}
.student_profile .content .student_profile_pic {
  display: flex;
  width: 39px;
  height: 39px;
  padding: 14px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 42px;
  background: #9fd4fe;
}

.student_profile .content .student_profile_pic p {
  font-size: var(--normal-font-size);
  font-weight: 500;
}
.student_profile .content .student_name p {
  font-size: var(--normal-font-size);
  font-weight: var(--bold-font-weight);
}
.student_profile .content .content_select {
  display: flex;
  width: 250px;
  padding: 16px;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  border-radius: 16px;
  border: 1px solid #008dd5;
  background: #fff;
  cursor: pointer;
}
.student_profile .content .content_select:hover {
  border-radius: 16px;
  background: #fff;
  box-shadow: 0px 4px 11.6px 0px rgba(0, 0, 0, 0.25);
}
.student_profile .content .add_profile {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 138px;
  border-radius: 16px;
  border: 1px solid #c7c7c7;
}

.student_profile .content .disabled {
  background: #f3f3f3;
  border: none;
  cursor: not-allowed;
}
.student_profile .content .disabled:hover {
  border: none;
  background: #f3f3f3;
  box-shadow: none;
}

.student_profile .content .content_select .content_head {
  display: flex;
  align-items: center;
  gap: 9px;
  align-self: stretch;
}
.student_profile .content .content_select .content_info h6 {
  font-size: 14px;
  font-weight: 500;
}
.student_profile .reject {
  color: #a90000;
}
.student_profile .complete {
  color: #0eae00;
}
.student_profile .adm_active {
  color: #008dd5;
}
@media (max-width: 1150px) {
  .app_head img {
    margin: 30px auto 0px auto;
  }
  .student_profile {
    width: 571px;
    transition: ease-in-out 0.5s;
  }
}
@media (max-width: 600px) {
  /* .student_profile .content .content_select {
    width: 100%;
  } */

  .student_profile {
    width: auto;
    border-radius: 15px;
    padding: 16px;
  }
  .login_active_profile {
    padding: 80px 20px 0 20px;
  }
}
/* select profile end */

/* student status */

.status_container {
  width: 100%;
  height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.status_container .data_container {
  width: 80%;
  height: 80%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.status_container .data_container div {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: justify;
  font-size: 22px;
}
.status_container .data_container .btns {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  margin-top: 30px;
}
.status_container .data_container .btns button {
  padding: 10px 20px;
  border-radius: 5px;
  border: 1px solid gray;
  color: white;
  background-color: #2fb12b;
  cursor: pointer;
}
.status_container .data_container .btns button:hover {
  background-color: #207618;
}
.status_container span {
  font-weight: bold;
}
.status_container #danger {
  color: #e43a12;
}
.status_container #success {
  color: #00b130;
}
#logout_status {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  cursor: pointer;
  padding: 10px 20px;
  border-radius: 5px;
}
#logout_status:hover {
  background-color: lightgray;
}

/* Not allowed */

.not_allowed_container {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgb(235 235 235 / 89%);
}

.not_allowed_container .n_a_card_cont {
  background-color: white;
  border-radius: 10px;
  width: 80%;
  height: 80%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.not_allowed_container .n_a_card_cont .n_a_card {
  width: calc(100% - 50px);
  height: calc(100% - 50px);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.not_allowed_container .n_a_card_cont .n_a_card h1 {
  text-align: center;
  color: #d92121;
}
.registration_print_btn {
  padding: 20px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media print {
  #print_reg_recipet {
    display: none !important;
  }
  .navbar,
  .form-content button,
  .home-section .home-content,
  .sidebar {
    display: none;
  }
  .registration_form {
    padding: 10px;
  }
  .modal table th,
  td {
    padding: 0px;
  }
  .form-content {
    padding: 10px;
  }
  .registration_form table {
    height: 1080px;
  }
  .registration_print_btn {
    padding: 0;
  }
}

/* Footer part start*/

footer {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  background-color: whitesmoke;
}

footer .footer_container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
footer .footer_container p{
  color: black;
}
/* Footer part end */
