/* Student Login Page */

.student-login-page {
  font-family: Arial, sans-serif;
  width: 400px;
  margin: 20px;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  background-color: #f9f9f9;
}

.Print-dash-btn {
  background-color: #1a73e8;
  border: none;
  padding: 5px 10px;
  color: white;
  border-radius: 10px;

}

.Print-dash-btn:hover {
  border: 1px solid black;
  cursor: pointer;
}

.Print-dash-btn>a {
  color: white;
}

.actions {
  display: flex;
  gap: 2px;
  margin-top: 8px;
}

.actions button {
  padding: 2px;
  border: 1px solid #ccc;
  background: #f5f5f5;
  cursor: pointer;
  border-radius: 4px;
  font-size: 12px;
  min-width: 100px;
  text-align: center;
}

.actions .view {
  background-color: limegreen;
  color: white;
  border-radius: 3px;
}

.actions .edit {
  background-color: indigo;
  color: white;
  border-radius: 3px;
}

.actions .remove {
  background-color: orangered;
  color: white;
  border-radius: 3px;
}

.actions button:hover {
  background: #e0e0e0;
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.modal-content {
  background: white;
  padding: 6px;
  border-radius: 6px;
  max-width: 90%;
  max-height: 90%;
  overflow: auto;
}

.close-btn {
  margin-top: 12px;
  padding: 3px 3px;
  background: #f44336;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.close-btn:hover {
  background: #d32f2f;
}

.student-login-page .login-header {
  text-align: center;
  margin-bottom: 20px;
  color: #333;
}

.student-login-page .login-form-1 {
  display: flex;
  flex-direction: column;
}

.student-login-page .form-group-1 {
  margin-bottom: 15px;
}

.student-login-page .form-label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
  color: #555;
}

.student-login-page .form-input {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-sizing: border-box;
}

.input-form {
  margin: 0px;
}

.student-login-page .form-input:focus {
  outline: none;
  border-color: #4caf50;
}

.student-login-page .submit-btn {
  background-color: #4caf50;
  color: white;
  padding: 12px;
  border: none;
  border-radius: 4px;
  text-align: center;
  cursor: pointer;
  font-size: 16px;
  margin-top: 10px;
  text-transform: capitalize;
}

.student-login-page .submit-btn:hover {
  background-color: #45a049;
}

.student-login-page .forgot-password {
  text-align: right;
  margin-top: 10px;
}

.student-login-page .forgot-btn {
  background: none;
  border: none;
  color: #0066cc;
  cursor: pointer;
  text-decoration: underline;
  padding: 0;
}

.student-login-page .forgot-btn:hover {
  color: #004499;
}

.sameAsCorrespondence {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.form-section h3 {
  color: #444;
  margin: 15px 0;
}

.form-group-1 {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-bottom: 5px;
}

.Student-login-box {
  display: flex;
  justify-content: center;
  align-items: center;
}

.show-ps-button {
  margin: 5px;
  background-color: transparent;
  border: none;
  font-size: 20px;
  position: absolute;
  top: 32px;
  left: 320px;
}

.OR {
  text-align: center;
  margin: 0;
  font-weight: 600;
  padding: 10px 0px;
}

.student-login-page .register {
  background-color: #4caf50;
  color: white;
  padding: 5px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 13px;
  text-align: center;
  margin-top: 0px;
}

.student-login-page .register:hover {
  background-color: #45a049;
}

.Register-button-box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
  align-items: center;
}

/* Student Login Page */

.student-login-page-2 {
  font-family: Arial, sans-serif;
  width: 600px;
  margin: 20px;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  background-color: #f9f9f9;
}

.student-login-page-2 .login-header {
  text-align: center;
  margin-bottom: 20px;
  color: #333;
}

.student-login-page-2 .login-form-1 {
  display: flex;
  flex-direction: column;
}

.student-login-page-2 .form-group-1 {
  margin-bottom: 10px;
}

.student-login-page-2 .form-label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
  color: #555;
}

.student-login-page-2 .form-input {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-sizing: border-box;
}

.otp-input {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-sizing: border-box;
  width: 130px;
}

.input-box {
  display: flex;
  flex-direction: row;
  flex: 1;
  gap: 10px;
}

.opt-btn {
  width: 130px;
}

.student-login-page-2.form-input:focus {
  outline: none;
  border-color: #4caf50;
}

.student-login-page-2 .submit-btn {
  background-color: #4caf50;
  color: white;
  padding: 12px;
  border: none;
  border-radius: 4px;
  text-align: center;
  cursor: pointer;
  font-size: 16px;
  margin-top: 10px;
}

.student-login-page-2 .submit-btn:hover {
  background-color: #45a049;
}

.student-login-page-2 .forgot-password {
  text-align: right;
  margin-top: 10px;
}

.student-login-page-2 .forgot-btn {
  background: none;
  border: none;
  color: #0066cc;
  cursor: pointer;
  text-decoration: underline;
  padding: 0;
}

.student-login-page-2 .forgot-btn:hover {
  color: #004499;
}

.sameAsCorrespondence {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.form-section h3 {
  color: #444;
  margin: 15px 0;
}

.form-group-1 {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-bottom: 5px;
}

.Student-login-box {
  display: flex;
  justify-content: center;
  align-items: center;
}

.show-ps-button {
  margin: 5px;
  background-color: transparent;
  border: none;
  font-size: 20px;
  position: absolute;
  top: 32px;
  left: 320px;
}

.OR {
  text-align: center;
  margin: 0;
  font-weight: 600;
  padding: 10px 0px;
}

.student-login-page-2 .register {
  background-color: #4caf50;
  color: white;
  padding: 5px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
  text-align: center;
  flex: 1;
  margin-top: 0px;
}

.student-login-page-2 .login-back {
  background-color: #4caf50;
  color: white;
  padding: 5px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
  text-align: center;
  margin-top: 0px;
}

.student-login-page-2 .register:hover {
  background-color: #45a049;
}

.dashboard-navbar-last-box {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 4px;
}

.print-button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 10px;
  font-size: 20px;
  cursor: pointer;
}

.dashard {
  /* position: fixed;
  z-index: 99999; */
  width: 100%;

  top: 0;
  -webkit-overflow-scrolling: none;
  background-color: white;
}

.Dashbard-Page {
  display: flex;
  box-sizing: border-box;
  justify-content: space-between;
  padding: 15px 20px;
  border: 1px solid rgb(255, 255, 255);
  align-items: center;
  color: white;
  background-color: #bd3420;
}

.studen-nav-photo {
  border-radius: 50%;
  width: 30px;
}

.Auth-Section {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0px 20px 10px;
  box-sizing: border-box;
  font-size: 13px;
  font-weight: 600;
}

.Dashbard-Page>div:first-child {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.Dashbard-Page>div:first-child>h2 {
  margin: 0;
  color: rgb(255, 255, 255);
  font-size: 20px;
  font-weight: 700;
}

.Dashbard-Page>div:first-child>img {
  width: 40px;
}

.Logout-Button {
  background: #004499;
  color: white;
  border: none;
  padding: 8px 10px;
  cursor: pointer;
}

.side-box {
  display: flex;
  flex-direction: row;
  min-height: 89.6vh;
  /* height: 89.6vh; */
}

.sidebar {
  width: 290px;
  border-right: 1px solid rgb(187, 187, 187);
  box-sizing: border-box;
  padding: 15px;
}

.sidebar>ul>li {
  box-sizing: border-box;
  padding: 6px;
  background-color: white;
  font-weight: 500;
}

.main-section-sidebar {
  flex: 1;
  border: 1px solid rgb(187, 187, 187);
  padding: 50px;
}

p {
  margin: 0;
}

.main-box-dashboard {
  flex: 1;
}

.Chalan-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  border: 1px solid rgb(238, 255, 0);
  padding: 10px 20px;
  border-radius: 5px;
  width: 100%;
  background-color: yellow;
}

.Chalan-box-error {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  border: 1px solid rgb(0, 0, 0);
  padding: 10px 20px;
  border-radius: 5px;
  width: 100%;
  color: rgb(255, 0, 0);
  margin-bottom: 10px;
}

.Continue-button {
  background-color: #45a049;
  color: white;
  padding: 5px 20px;
  border: none;
}

.student-details-section>div:first-child {
  display: flex;
}

.student-details-section>div:first-child>img {
  width: 90px;
  height: 90px;
}

.Chalan-form {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  box-sizing: border-box;
}

.Chalan-form>div:first-child {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 20px;
  gap: 20px;
  max-width: 500px;
  border: 1px solid #ddd;
  padding: 20px;
}

.form-group-1-d {
  margin-bottom: 10px;
}

.form-label-d {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
  color: #555;
}

.form-input-d {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-sizing: border-box;
}

.Chalan-form-1 {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  background-color: rgba(0, 0, 0, 0.301);
}

.Chalan-form-1>div {
  display: flex;
  background-color: white;
  padding: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

.Payment-register {
  color: white;
  padding: 12px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
  text-align: center;
  margin-top: 0px;
  width: 150px;
  margin-inline: 20px;
}

/* Admission From Header */

.Admission_Form_Header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;

  background: #002147;
  color: white;
}

.Admission_Form_Header>li:last-child {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
}

.Ratings {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

/* .Fill-A {} */

.UnFill-A {
  background: white;
  color: #002147;
}

.A-box {
  border: 1px solid white;
  padding: 5px;
}

.Header-section {
  display: flex;
  flex-direction: row;
  justify-content: space-between;

  align-items: center;
}

.first-section>div>h2 {
  background: yellow;
  display: inline-flex;
  padding: 7px 20px;
  border-radius: 20px;
  text-align: center;
}

.header-img {
  width: 100px;
}

.first-section {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
}

.first-section>div {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.Ratings>li:first-child>button {
  padding: 10px 20px;
  background: #002147;
  color: white;
  border: 1px solid white;
}

.Header-bottom-Section {
  background: #002147;
  height: 60px;
  display: flex;
  justify-content: start;
  padding: 0px 50px;
  align-items: center;
  color: white;
  gap: 200px;
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
}

.Header-bottom-Section>h1 {
  font-size: 20px;
  text-align: center;
}

.arrow-box {
  position: relative;
  background: rgb(222, 222, 222);
  height: 150px;
  width: 200px;
  clip-path: polygon(0% 0%, 85% 0%, 100% 50%, 85% 100%, 0% 100%);
}

ul {
  margin: 0;
  padding: 0;
}

/* Main Container */
.multi-step-form-container {
  margin: 0 auto;
  padding: 0 0px;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

/* Progress Bar */
.progress-bar-23 {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 10px;
  position: -webkit-sticky;
  position: sticky;
  top: 50px;
  width: 100%;
  background-color: white;
}

.progress-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  z-index: 1;
}

.progress-step.active .step-number {
  background-color: #4caf50;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 22px;
  font-size: 13px;
  font-weight: 600;
  transition: all 0.3s ease;
  position: relative;
  height: 30px;
  color: rgb(255, 255, 255);
  width: 100%;
  clip-path: polygon(0% 0%,
      /* top-left corner */
      85% 0%,
      /* top straight to right */
      100% 50%,
      /* right arrow tip */
      85% 100%,
      /* bottom right in */
      0% 100%,
      /* bottom left */
      15% 50%,
      /* left arrow tip pointing right */
    );
}

.double-arrow-1 {
  width: 300px;
  height: 100px;
  background: white;
  clip-path: polygon(0% 0%,
      /* top-left corner */
      85% 0%,
      /* top straight to right */
      100% 50%,
      /* right arrow tip */
      85% 100%,
      /* bottom right in */
      0% 100%,
      /* bottom left */
      15% 50%
      /* left arrow tip pointing right */
    );
}

.progress-step.completed .step-number {
  background-color: #4caf50;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 22px;
  font-size: 12px;
  font-weight: bold;
  transition: all 0.3s ease;
  position: relative;
  height: 30px;
  color: rgb(255, 255, 255);
  width: 100%;
  clip-path: polygon(0% 0%,
      /* top-left corner */
      85% 0%,
      /* top straight to right */
      100% 50%,
      /* right arrow tip */
      85% 100%,
      /* bottom right in */
      0% 100%,
      /* bottom left */
      15% 50%
      /* left arrow tip pointing right */
    );
}

.progress-step.completed .step-title {
  color: #4caf50;
  font-weight: bold;
}

.progress-step.has-error .step-number {
  background: rgba(130, 2, 10, 0.958) !important;
  color: white;
}

.step-number {
  background-color: #ddd;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 22px;
  font-size: 13px;
  font-weight: 500;
  transition: all 0.3s ease;
  position: relative;
  height: 30px;
  color: rgb(0, 0, 0);
  width: 100%;
  clip-path: polygon(0% 0%,
      /* top-left corner */
      85% 0%,
      /* top straight to right */
      100% 50%,
      /* right arrow tip */
      85% 100%,
      /* bottom right in */
      0% 100%,
      /* bottom left */
      15% 50%
      /* left arrow tip pointing right */
    );
}

.step-title {
  font-size: 10px;
  text-align: center;
  color: #666;
  transition: all 0.3s ease;
}

.progress-line {
  height: 2px;
  background-color: #ddd;
  flex-grow: 1;
  margin: 0 5px;
  transition: all 0.3s ease;
}

.progress-line.completed {
  background-color: #4caf50;
}

.Main-form {
  padding: 10px 85px;
  box-sizing: border-box;
  background-color: #f7f7f7;
}

.main-form {
  background-color: #f7f7f7;
  padding: 10px 85px;
}

/* Form Sections */
.form-section {
  padding: 10px 10px 0px 20px;
  border-radius: 8px;
}

.form-section h2 {
  color: #333;
  margin-bottom: 2px;
  font-size: 20px;
  padding-bottom: 4px;
}

.form-input .error {
  color: orangered;
}

.sameAsCorrespondence {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.form-section h3 {
  color: #444;
  margin: 15px 0;
}

.form-group {
  display: flex;
  flex-direction: row;
  margin-bottom: 5px;
  gap: 50px;
}

.form-group div {
  width: calc(100% / 2);
}

.form-group>div>label {
  display: flex;
  flex-direction: column;
  margin-bottom: 8px;
  font-weight: 500;
  color: #555;
}

/* Form Inputs */
input[type="text"],
input[type="number"],
input[type="date"],
input[type="email"],
input[type="tel"],
input[type="password"],
select,
textarea {
  padding: 5px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
  transition: border 0.3s ease;
}

input[type="text"]:focus,
input[type="number"]:focus,
input[type="date"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="password"]:focus,
select:focus,
textarea:focus {
  border-color: #4caf50;
  outline: none;
}

textarea {
  min-height: 100px;
  resize: vertical;
}

input[type="checkbox"] {
  margin-right: 8px;
}

input[type="file"] {
  padding: 5px;
}

/* Required Field Indicator */
.required {
  color: red;
  margin-left: 4px;
}

/* Form Navigation Buttons */
.form-navigation {
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
}

.btn {
  padding: 10px 25px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-weight: bold;
  font-size: 14px;
  transition: all 0.3s ease;
}

.btn-previous {
  background-color: #f1f1f1;
  color: #333;
}

.btn-previous:hover {
  background-color: #e1e1e1;
}

.buttons-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding: 0px 20px 20px;
}

.section-count {
  font-size: 18px;
  font-weight: 800;
  color: rgb(0, 0, 0);
}

.btn-next,
.btn-submit {
  background-color: #4caf50;
  color: white;
}

.btn-next:hover,
.btn-submit:hover {
  background-color: #45a049;
}

.btn-submit:disabled {
  background-color: #cccccc;
  cursor: not-allowed;
}

/* Form Progress Indicator */
.form-progress {
  text-align: center;
  margin-top: 15px;
  color: #666;
  font-size: 14px;
}

/* Declaration Text */
.declaration-text {
  margin-bottom: 20px;
  padding: 15px;
  background: #f0f0f0;
  border-left: 4px solid #4caf50;
  font-size: 14px;
  line-height: 1.5;
}

/* Checkbox Labels */
.checkbox-label {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  cursor: pointer;
}

/* Success Message */
.submission-success {
  max-width: 600px;
  margin: 50px auto;
  padding: 30px;
  text-align: center;
  background: #f9f9f9;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.success-message {
  padding: 20px;
}

.success-message h2 {
  color: #4caf50;
  margin-bottom: 20px;
}

.success-message p {
  margin: 10px 0;
  font-size: 16px;
  line-height: 1.5;
}

.btn-exit {
  margin-top: 30px;
  padding: 12px 30px;
  background-color: #4caf50;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  transition: all 0.3s ease;
}

.btn-exit:hover {
  background-color: #45a049;
}

/* Disabled State for Submitted Forms */
input:disabled,
select:disabled,
textarea:disabled {
  background-color: #f5f5f5;
  cursor: not-allowed;
}

.course-selection {
  text-align: center;
  margin: 2rem 0;
}

.course-buttons {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-top: 1rem;
}

.course-buttons button {
  padding: 0.8rem 1.5rem;
  font-size: 1.1rem;
  background-color: #1a73e8;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.course-buttons button:hover {
  background-color: #0d5bba;
}

.field-error {
  color: #d32f2f;
  font-size: 0.8rem;
  margin-top: 4px;
}

.back-button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
  background-color: #f1f1f100;
  border: none;
  color: white;
  font-size: 30px;
  cursor: pointer;
}

/* .back-button:hover {} */

.form-container {
  margin: 0 auto;
}

.course-selection {
  padding: 10px 200px;
}

.course-buttons {
  display: flex;
  flex-direction: column;
}

.course-buttons>ul {
  display: flex;
  flex-direction: column;
}

.course-buttons>ul>li:first-child {
  background-color: #002147;
  color: white;
  font-size: 20px;
  display: flex;
  padding: 20px;
  align-items: center;
}

.course-buttons>ul>li:last-child {
  border: 1px solid #0021478a;
  color: white;
  font-size: 20px;
  display: flex;
  padding: 20px;
  align-items: center;
}

.Part2Form {
  background-color: #002147;
  height: 500vh;
  color: white;
}

.progress-container {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 30px 100px;
  background-color: white;
}

.Progress-Arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  font-size: 12px;
  font-weight: 500;
  height: 33px;
  background: rgb(230, 230, 230);
  clip-path: polygon(0% 0%,
      /* top-left corner */
      85% 0%,
      /* top straight to right */
      100% 50%,
      /* right arrow tip */
      85% 100%,
      /* bottom right in */
      0% 100%,
      /* bottom left */
      15% 50%
      /* left arrow tip pointing right */
    );
}

.Input-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 20px;
}

.Input-container>div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(100% / 2);
}

.form-2-input {
  width: 80%;
}

.FormTwo-Container {
  background-color: lightgray;
  padding: 50px;
}

.FormTwo-Section>ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.FormTwo-Section>ul {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin: 30px 0;
}

.FormTwo-Section>ul>li {
  display: flex;
  flex-direction: row;
  gap: 20px;
}

.FormTwo-Section>ul>li>label {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.button-formTwo {
  display: flex;
  float: right;
}

.Submit-button {
  padding: 10px 20px;
  background-color: #4caf50;
  border: none;
  color: white;
  cursor: pointer;
  font-weight: 500;
}

.error-notification {
  position: fixed;
  top: 20px;
  right: 20px;
  background-color: #ff4444;
  color: white;
  padding: 15px 20px;
  border-radius: 5px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 1000;
  animation: slideIn 0.3s ease-out;
}

@keyframes slideIn {
  from {
    transform: translateX(100%);
    opacity: 0;
  }

  to {
    transform: translateX(0);
    opacity: 1;
  }
}

.error-message {
  margin-right: 15px;
}

.error-close {
  background: none;
  border: none;
  color: white;
  font-size: 20px;
  cursor: pointer;
  padding: 0;
  margin: 0;
}

.error-close:hover {
  color: #ddd;
}

form {
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

form div.form-input {
  display: flex;
  flex-direction: column;
  flex: 1 1 30%;
}

form .form-input.row {
  display: flex;
  flex-direction: row;
  flex: 1 1 30%;
}

form .form-input {
  padding: 2px;
}

.form-input select {
  width: 100%;
}

.form-input label {
  text-transform: capitalize;
}

.step-number .rounded {
  margin-left: 4px;
  padding: 1px 7px;
  color: white;
  background-color: orangered;
  border-radius: 50%;
}

.application_info {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background-color: #002147;
  color: white;
  padding: 10px;
  font-size: 20px;
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
}

/* Student Login Page */

.student-login-page {
  font-family: Arial, sans-serif;
  max-width: 400px;
  margin: 20px;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  background-color: #f9f9f9;
}

.student-login-page .login-header {
  text-align: center;
  margin-bottom: 20px;
  color: #333;
}

.student-login-page .login-form {
  display: flex;
  flex-direction: column;
}

.student-login-page .form-group-1 {
  margin-bottom: 15px;
}

.student-login-page .form-label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
  color: #555;
}

.student-login-page .form-input {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-sizing: border-box;
}

.student-login-page .form-input:focus {
  outline: none;
  border-color: #4caf50;
}

.student-login-page .submit-btn {
  background-color: #4caf50;
  color: white;
  padding: 5px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 13px;
  margin-top: 10px;
}

.student-login-page .submit-btn:hover {
  background-color: #45a049;
}

.student-login-page .forgot-password {
  text-align: right;
  margin-top: 10px;
}

.student-login-page .forgot-btn {
  background: none;
  border: none;
  color: #0066cc;
  cursor: pointer;
  text-decoration: underline;
  padding: 0;
}

.student-login-page .forgot-btn:hover {
  color: #004499;
}

.form {
  background-color: #ededed;
}

.sameAsCorrespondence {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.form-section h3 {
  color: #444;
  margin: 15px 0;
}

.form-group-1 {
  display: flex;
  flex-direction: column;
  margin-bottom: 5px;
}

.dashboard-navbar-last-box {
  display: flex;
  flex-direction: row;

  gap: 4px;
}

.print-button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 10px;
  font-size: 20px;
  cursor: pointer;
}

.dashard {
  /* position: fixed;
  z-index: 99999; */
  width: 100%;

  top: 0;
  -webkit-overflow-scrolling: none;
  background-color: white;
}

.Dashbard-Page {
  display: flex;
  box-sizing: border-box;
  justify-content: space-between;
  padding: 15px 20px;
  border: 1px solid rgb(187, 187, 187);
  align-items: center;
  color: white;
}

.studen-nav-photo {
  border-radius: 50%;
  width: 30px;
}

.Auth-Section {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0px 20px 10px;
  box-sizing: border-box;
  font-size: 13px;
  font-weight: 600;
}

.Dashbard-Page>div:first-child {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.Dashbard-Page>div:first-child>img {
  width: 40px;
}

.Logout-Button {
  background: #004499;
  color: white;
  border: none;
  padding: 8px 10px;
  cursor: pointer;
}

.side-box {
  display: flex;
  flex-direction: row;
  min-height: 89.6vh;
  /* height: 89.6vh; */
}

.sidebar {
  width: 250px;
  border: 1px solid rgb(187, 187, 187);
  box-sizing: border-box;
  padding: 15px;
}

.sidebar>ul>li {
  box-sizing: border-box;
  padding: 6px;
  background-color: white;
  font-weight: 500;
}

.main-section-sidebar {
  flex: 1;
  border: 1px solid rgb(187, 187, 187);
  padding: 50px;
}

.ID-Card-Header {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: #002147;
  padding: 10px;
}

.ID-Card-Header>img {
  width: 60px;
}

.ID-Card-Header>div>p {
  color: white;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  width: 330px;
}

.ID-Card-Header>div {
  text-align: center;
}

.ID-Card-Header>div>span {
  color: white;
  font-weight: 700;
  font-size: 10px;
  text-align: center;
}

.Id-Card {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  gap: 20px;
}

/* @media (max-width: 480px) {
   flex-direction: column;
} */

.Id-Card>div {
  border: 1px solid black;
  height: 340px;
  width: 440px;
}

.ID-CARD-NAME {
  text-align: center;
  width: 100%;
  background-color: lightskyblue;
  color: red;
  padding: 4px 0px;
  font-weight: 600;
  font-size: 17px;
  margin-bottom: 2px;
}

.ID-CARD-SESSION {
  text-align: center;
  width: 100%;
  background-color: rgb(186, 201, 134);
  color: rgb(0, 0, 0);
  padding: 4px 0px;
  font-weight: 600;
  font-size: 14px;
}

.ID-Card-Details {
  display: flex;
  flex-direction: row;
  padding: 10px;
}

.ID-Card-Details>div:last-child {
  display: flex;
  justify-content: center;
  align-items: center;
}

.ID-Card-Details>div:last-child>img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 110px;
  height: 130px;
}

.ID-Card-Details>div:first-child {
  flex: 1;
}

.ID-Card-Details>div:first-child>div {
  display: flex;
  flex-direction: row;
  gap: 5px;
  margin-bottom: 5px;
}

.ID-Card-Details>div:first-child>div>p:first-child {
  min-width: 115px;
  font-weight: 500;
}

.ID-Card-back-Details {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 5px;
  padding: 10px;
  font-size: 14px;
}

.ID-Card-back-Details>div {
  display: flex;
  flex-direction: row;
  gap: 5px;
  margin-bottom: 5px;
}

.ID-Card-back-Details>div>p:first-child {
  font-weight: 500;
  font-size: 14px;
  min-width: 115px;
}

.ID-Card-Details>div:first-child>div>p {
  font-size: 14px;
}

.dashboard-navbar-last-box {
  display: flex;
  flex-direction: row;

  gap: 4px;
}

.print-button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 10px;
  font-size: 20px;
  cursor: pointer;
}

.Student-login-box {
  display: flex;
  justify-content: center;
  align-items: center;
}

.Hint {
  font-size: 8px;
  color: red;
}

.show-ps-button {
  margin: 5px;
  background-color: transparent;
  border: none;
  font-size: 20px;
  position: relative;
  top: -39px;
  left: 321px;
}

.contain {
  padding: 4rem 1rem;
}

.student-login-portal {
  display: flex;
  flex-direction: column;
}

.login-box {
  max-width: 500px;
  margin: 0 auto;
  padding: 1.75rem;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  background: #fff;
}

.login-box h2 {
  font-size: 1.5rem;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 0.25rem;
}

.login-box .subtitle {
  color: #4b5563;
  font-size: 0.9rem;
  margin-bottom: 1.5rem;
}

.error {
  color: #ef4444;
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
}

.form-group-login-page {
  margin-bottom: 1.25rem;
}

.form-group-login-page label {
  display: block;
  margin-bottom: 0.5rem;
  color: #4b5563;
  font-size: 15px;
  font-weight: 600;
}

.form-group-login-page input {
  width: 100%;
  border: 1px solid #d1d5db;
  padding: 10px;
  font-size: 15px;
  color: #4b5563;
  border-radius: 6px;
  outline: none;
}

.form-group-login-page input::placeholder {
  color: #9ca3af;
}

.form-group-login-page input:focus {
  border-color: #14b8a6;
  /* teal-500 */
}

.input-wrapper {
  position: relative;
}

.input-wrapper .icon {
  position: absolute;
  right: 0.5rem;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  padding: 0 2.5rem;
  color: #4b5563;
  border-left: 1px solid #d1d5db;
  cursor: pointer;
}

.input-wrapper svg {
  width: 20px;
  height: 20px;
}

.form-actions {
  margin-top: 1rem;
}

.login-btn {
  width: 100%;
  padding: 0.75rem;
  text-align: center;
  color: #fff;
  display: flex;
  justify-content: center;
  background-color: #4dcf6d;
  border: 1px solid #14b8a6;
  border-radius: 6px;
  text-transform: uppercase;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}

/* .login-btn:focus{
  bo
} */

.login-btn:hover {
  background: transparent;
  color: #14b8a6;
}

.register-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding-top: 1.25rem;
  font-size: 15px;
  color: #4b5563;
  transition: 0.5s ease;
}

.register-link a {
  color: #4b5563;
  text-decoration: underline;
}

.register-link a:hover {
  font-weight: 500;
}

.getOtp-btn {
  width: 50%;

  text-align: center;
  color: #fff;
  background-color: #14b8a6;
  border: 1px solid #14b8a6;
  border-radius: 6px;
  text-transform: uppercase;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}

.loader {
  border: 3px solid #f3f3f3;
  border-radius: 50%;
  border-top: 3px solid #3498db;
  width: 16px;
  height: 16px;
  -webkit-animation: spin 2s linear infinite;
  /* Safari */
  animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* StudentDashboard.css */
.main-dashboard {
  min-height: 100vh;
  background-color: #f9fafb;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
    "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
    sans-serif;
}

/* Main Content Layout */
.main-dashboard-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 1.5rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}

@media (min-width: 1024px) {
  .main-dashboard-content {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Card Styles */
.main-dashboard-card {
  background-color: white;
  border-radius: 0.5rem;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  border: 1px solid #e5e7eb;
}

.main-dashboard-card-header {
  padding: 1.5rem;
  border-bottom: 1px solid #e5e7eb;
}

.main-dashboard-helpdesk-header {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

@media (min-width: 640px) {
  .main-dashboard-helpdesk-header {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}

.main-dashboard-card-title {
  font-size: 1.625rem;
  font-weight: 600;
  color: #2563eb;
  margin: 0 0 0.25rem 0;
}

.main-dashboard-card-subtitle {
  font-size: 1.3rem;
  color: #6b7280;
  margin: 0;
}

.main-dashboard-card-body {
  padding: 1.5rem;
}

/* List Styles */
.main-dashboard-list-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.75rem;
}

.main-dashboard-list-header-label {
  font-weight: 500;
}

/* List Items */
.main-dashboard-list-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem;
  background-color: #f9fafb;
  border-radius: 0.5rem;
  margin-bottom: 1rem;
}

.main-dashboard-list-item:last-child {
  margin-bottom: 0;
}

/* Avatar Styles */
.main-dashboard-avatar {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: 700;
}

.main-dashboard-avatar-blue {
  background-color: #2563eb;
}

.main-dashboard-avatar-light-blue {
  background-color: #3b82f6;
}

.main-dashboard-app-avatar {
  /* width: 2rem;
  height: 2rem; */
  background-color: #2563eb;
  border-radius: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* .main-dashboard-app-avatar-text {
  width: 400px;
} */

.main-dashboard-app-avatar-text>img {
  width: 100%;
}

.main-dashboard-ticket-avatar {
  width: 2rem;
  height: 2rem;
  background-color: #3b82f6;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  font-weight: 700;
  color: white;
}

/* Item Content */
.main-dashboard-item-content {
  flex: 1;
}

.main-dashboard-item-title {
  font-weight: 500;
  margin: 0 0 0.25rem 0;
}

.main-dashboard-item-date {
  font-size: 0.875rem;
  color: #6b7280;
  margin: 0;
}

/* Status Items */
.main-dashboard-status-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.75rem;
  background-color: #f9fafb;
  border-radius: 0.5rem;
}

.main-dashboard-status-item-name {
  font-size: 0.875rem;
}

/* Application Items */
.main-dashboard-app-item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0.75rem;
  gap: 20px;
  border-radius: 0.5rem;
}

.main-dashboard-app-item-2 {
  /* display: flex; */
  flex-direction: column;
  width: 100%;
  justify-content: space-between;
  /* align-items: center; */
  padding: 0.75rem;
  background-color: #f9fafb;
  border-radius: 0.5rem;
}

.main-dashboard-app-info {
  display: flex;
  /* align-items: center; */
  flex-direction: column;
  gap: 0.75rem;
}

.main-dashboard-app-details {
  display: flex;
  flex-direction: column;
}

.main-dashboard-app-name {
  font-weight: 500;
  font-size: 1.3rem;
  margin: 0 0 0.25rem 0;
}

.main-dashboard-app-location {
  font-size: 1.2rem;
  color: #6b7280;
  margin: 0;
}

/* Ticket Items */
.main-dashboard-ticket-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.75rem;
  border-radius: 0.5rem;
  padding: 20px;
}

.main-dashboard-ticket-info {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.main-dashboard-ticket-details {
  display: flex;
  flex-direction: column;
}

.main-dashboard-ticket-id {
  font-weight: 500;
  font-size: 0.875rem;
  margin: 0 0 0.25rem 0;
}

.main-dashboard-ticket-desc {
  font-size: 1.4rem;
  color: #6b7280;
  margin: 0;
}

/* Status Badges */
.main-dashboard-status-badge {
  padding: 0.5rem 0.5rem;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 9999px;
}

.main-dashboard-status-badge-pending {
  background-color: #fee2e2;
  color: #b91c1c;
}

.main-dashboard-status-badge-resolved {
  background-color: #d1fae5;
  color: #065f46;
}

/* Button Styles */
.main-dashboard-button {
  background-color: #ec4899;
  color: white;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  font-size: 1.3rem;
  font-weight: 500;
  border: none;
  cursor: pointer;
  transition: background-color 0.2s;
  white-space: nowrap;
}

.main-dashboard-button:hover {
  background-color: #db2777;
}

/* Chalan Payment CSS */
.chalan-payment-container {
  min-height: 100vh;
  background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
  padding: 20px;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
}

.chalan-payment-content {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
}

.chalan-payment-title {
  font-size: 2.5rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 2rem;
  color: #2c3e50;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}

.chalan-payment-card {
  background: white;
  display: flex;
  flex-direction: column;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  padding: 2.5rem;
  border: 1px solid #e1e8ed;
}

.chalan-payment-form {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.chalan-payment-field {
  display: flex;
  flex-direction: column;
}

.chalan-payment-label {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #2c3e50;
}

.chalan-payment-input,
.chalan-payment-textarea {
  padding: 1rem;
  border: 2px solid #e1e8ed;
  border-radius: 8px;
  background: #f9fbfd;
  font-size: 1rem;
  transition: all 0.3s ease;
}

.chalan-payment-input:focus,
.chalan-payment-textarea:focus {
  outline: none;
  border-color: #3498db;
  box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.2);
  background: white;
}

.chalan-payment-textarea {
  resize: vertical;
  min-height: 100px;
  font-family: inherit;
}

.chalan-payment-button-container {
  padding-top: 1rem;
}

.chalan-payment-button {
  width: 100%;
  background: linear-gradient(135deg, #3498db 0%, #2c3e50 100%);
  color: white;
  padding: 1.2rem;
  border-radius: 8px;
  font-size: 1.2rem;
  font-weight: 600;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.chalan-payment-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
  background: linear-gradient(135deg, #2980b9 0%, #1a2530 100%);
}

.chalan-payment-button:active {
  transform: translateY(0);
}

/* Modal Styles */
.chalan-payment-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  z-index: 1000;
  animation: chalan-payment-fadeIn 0.3s ease;
}

@keyframes chalan-payment-fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.chalan-payment-modal {
  background: white;
  border-radius: 5px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
  max-width: 700px;
  height: 80vh;
  width: 100%;
  overflow: hidden;
  animation: chalan-payment-slideIn 0.3s ease;
}

@keyframes chalan-payment-slideIn {
  from {
    transform: translateY(-20px);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.chalan-payment-modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem;
}

.chalan-payment-modal-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #2c3e50;
  margin: 0;
}

.chalan-payment-modal-close {
  background: none;
  border: none;
  color: #7f8c8d;
  cursor: pointer;
  padding: 0.25rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}

.chalan-payment-modal-close:hover {
  color: #e74c3c;
  background: #fef0ef;
}

.chalan-payment-modal-close-icon {
  width: 24px;
  height: 24px;
}

.chalan-payment-modal-content {
  padding: 2rem 1.5rem;
  text-align: center;
}

.chalan-payment-modal-image-container {
  margin-bottom: 1.5rem;
}

.chalan-payment-modal-image {
  width: 100%;
  object-fit: contain;
}

.chalan-payment-modal-text {
  font-size: 1.1rem;
  color: #34495e;
  line-height: 1.5;
  margin: 0;
}

.chalan-payment-modal-actions {
  padding: 0 1.5rem 1.5rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 4rem;
}

.chalan-payment-modal-success,
.chalan-payment-modal-fail {
  padding: 1rem;
  border-radius: 8px;
  font-size: 2rem;
  font-weight: 600;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.chalan-payment-modal-success {
  background: linear-gradient(135deg, #27ae60 0%, #2ecc71 100%);
  color: white;
}

.chalan-payment-modal-success:hover {
  background: linear-gradient(135deg, #219653 0%, #27ae60 100%);
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(39, 174, 96, 0.3);
}

.chalan-payment-modal-fail {
  background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
  color: white;
}

.chalan-payment-modal-fail:hover {
  background: linear-gradient(135deg, #c0392b 0%, #a93226 100%);
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(231, 76, 60, 0.3);
}

/* Responsive Design */
@media (max-width: 768px) {
  .chalan-payment-container {
    padding: 15px;
  }

  .chalan-payment-title {
    font-size: 2rem;
  }

  .chalan-payment-card {
    padding: 1.5rem;
  }

  .chalan-payment-modal-actions {
    flex-direction: column;
  }
}

@media (max-width: 480px) {
  .chalan-payment-title {
    font-size: 1.75rem;
  }

  .chalan-payment-card {
    padding: 1.25rem;
  }

  .chalan-payment-modal-header {
    padding: 1.25rem;
  }

  .chalan-payment-modal-content {
    padding: 1.5rem 1.25rem;
  }

  .chalan-payment-modal-actions {
    padding: 0 1.25rem 1.25rem;
  }
}

/* Payment Successful CSS */
.payment-successful-container {
  min-height: 100vh;
  background-color: #f8fafc;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
    "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
    sans-serif;
}

.payment-successful-content {
  max-width: 450px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

/* Header Section */
.payment-successful-header {
  text-align: center;
}

.payment-successful-icon-container {
  display: flex;
  justify-content: center;
  margin-bottom: 16px;
}

.payment-successful-icon {
  width: 64px;
  height: 64px;
  color: #10b981;
}

.payment-successful-title {
  font-size: 28px;
  font-weight: 700;
  color: #1e293b;
  margin: 0 0 8px 0;
}

.payment-successful-subtitle {
  font-size: 18px;
  color: #64748b;
  margin: 0;
}

/* Confirmation Details Card */
.payment-successful-card {
  background-color: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.payment-successful-card-title {
  font-size: 18px;
  font-weight: 600;
  color: #1e293b;
  margin: 0 0 16px 0;
}

.payment-successful-details {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.payment-successful-detail-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.payment-successful-detail-label {
  color: #64748b;
}

.payment-successful-detail-value {
  font-weight: 500;
  color: #1e293b;
}

.payment-successful-reference {
  font-family: monospace;
  font-size: 14px;
}

.payment-successful-status {
  color: #10b981;
}

/* Next Steps */
.payment-successful-next-steps {
  background-color: #f1f5f9;
  border-radius: 12px;
  padding: 24px;
}

.payment-successful-next-steps-title {
  font-size: 18px;
  font-weight: 600;
  color: #1e293b;
  margin: 0 0 16px 0;
}

.payment-successful-next-steps-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.payment-successful-next-steps-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.payment-successful-next-steps-bullet {
  width: 8px;
  height: 8px;
  background-color: #3b82f6;
  border-radius: 50%;
  margin-top: 8px;
  flex-shrink: 0;
}

.payment-successful-next-steps-text {
  color: #64748b;
}

/* Call to Action */
.payment-successful-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.payment-successful-primary-button {
  width: 100%;
  background-color: #3b82f6;
  color: white;
  font-weight: 500;
  padding: 12px 16px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.2s ease;
  font-size: 16px;
}

.payment-successful-primary-button:hover {
  background-color: #2563eb;
}

.payment-successful-secondary-button {
  width: 100%;
  background-color: #e2e8f0;
  color: #334155;
  font-weight: 500;
  padding: 12px 16px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.2s ease;
  font-size: 16px;
}

.payment-successful-secondary-button:hover {
  background-color: #cbd5e1;
}

/* Footer Links */
.payment-successful-footer {
  text-align: center;
  padding-top: 24px;
  border-top: 1px solid #e2e8f0;
}

.payment-successful-footer-links {
  display: flex;
  justify-content: center;
  gap: 24px;
}

.payment-successful-footer-link {
  font-size: 14px;
  color: #64748b;
  text-decoration: none;
  transition: color 0.2s ease;
}

.payment-successful-footer-link:hover {
  color: #1e293b;
}

/* Responsive Design */
@media (max-width: 480px) {
  .payment-successful-content {
    max-width: 100%;
  }

  .payment-successful-title {
    font-size: 24px;
  }

  .payment-successful-subtitle {
    font-size: 16px;
  }

  .payment-successful-footer-links {
    flex-direction: column;
    gap: 12px;
  }
}

/* Payment Failed CSS */

.payment-failed-conta {
  min-height: 100vh;
  background-color: #f8fafc;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
    "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
    sans-serif;
}

.payment-failed-content {
  max-width: 450px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
  text-align: center;
}

/* Header Section */
.payment-failed-header {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.payment-failed-icon-container {
  width: 64px;
  height: 64px;
  background-color: rgba(239, 68, 68, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.payment-failed-icon {
  width: iner32px;
  height: 32px;
  color: #ef4444;
}

.payment-failed-title {
  font-size: 24px;
  font-weight: 700;
  color: #1e293b;
  margin: 0;
}

.payment-failed-subtitle {
  font-size: 18px;
  color: #64748b;
  margin: 0;
}

/* Main Message */
.payment-failed-message-card {
  background-color: #ffffff;
  padding: 24px;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.payment-failed-message-text {
  color: #1e293b;
  line-height: 1.6;
  margin: 0;
  text-align: left;
}

/* Action Buttons */
.payment-failed-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.payment-failed-primary-button {
  width: 100%;
  background-color: #3b82f6;
  color: white;
  font-weight: 500;
  padding: 12px 24px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.2s ease;
  font-size: 16px;
}

.payment-failed-primary-button:hover {
  background-color: #2563eb;
}

.payment-failed-secondary-button {
  width: 100%;
  background-color: #e2e8f0;
  color: #334155;
  font-weight: 500;
  padding: 12px 24px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.2s ease;
  font-size: 16px;
}

.payment-failed-secondary-button:hover {
  background-color: #cbd5e1;
}

.payment-failed-outline-button {
  width: 100%;
  background-color: transparent;
  color: #1e293b;
  font-weight: 500;
  padding: 12px 24px;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.2s ease;
  font-size: 16px;
}

.payment-failed-outline-button:hover {
  background-color: #f1f5f9;
}

/* Common Issues */
.payment-failed-issues {
  background-color: #f1f5f9;
  padding: 20px;
  border-radius: 12px;
  text-align: left;
}

.payment-failed-issues-title {
  font-size: 16px;
  font-weight: 600;
  color: #1e293b;
  margin: 0 0 12px 0;
}

.payment-failed-issues-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.payment-failed-issues-item {
  color: #64748b;
  font-size: 14px;
  position: relative;
  padding-left: 16px;
}

.payment-failed-issues-item::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #64748b;
}

/* FAQ Link */
.payment-failed-faq {
  padding-top: 16px;
}

.payment-failed-faq-link {
  color: #3b82f6;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.2s ease;
}

.payment-failed-faq-link:hover {
  color: #2563eb;
}

/* Responsive Design */
@media (max-width: 480px) {
  .payment-failed-content {
    max-width: 100%;
  }

  .payment-failed-title {
    font-size: 22px;
  }

  .payment-failed-subtitle {
    font-size: 16px;
  }

  .payment-failed-message-card {
    padding: 20px;
  }

  .payment-failed-issues {
    padding: 16px;
  }
}

/* StudentProfile.css */

.student-profile-container-modal {
  background: white;
  border-radius: 3px;
  box-shadow: 0 20px 40px rgba(196, 123, 123, 0.2);
  max-width: 800px;
  width: 100%;

  animation: chalan-payment-slideIn 0.3s ease;
}

.student-profile-container {
  margin: 0 auto;
  overflow-y: scroll;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  background-color: #f5f7fa;
  max-height: 70vh;
}

.student-profile-header {
  text-align: center;
  color: #2c3e50;
  margin-bottom: 30px;
  font-size: 28px;
}

.student-profile-form {
  background: white;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.student-profile-section {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  margin-bottom: 0px;
  gap: 10px;
  padding-bottom: 5px;
  width: 100%;
}

.student-profile-section-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 0px;
  gap: 10px;
  padding-bottom: 5px;
  width: 100%;
}

.student-profile-section h2 {
  color: #3498db;
  margin-bottom: 20px;
  font-size: 20px;
}

.title-complete-profile {
  color: #3498db;
  margin-bottom: 0px;
  font-size: 20px;
}



.student-profile-field label {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
  color: #2c3e50;
}

.student-profile-field input,
.student-profile-field select {
  width: 100%;
  padding: 5px;
  border: 1px solid #ddd;
  border-radius: 3px;
  font-size: 16px;
  transition: border-color 0.3s;
}

.student-profile-field input:focus,
.student-profile-field select:focus {
  border-color: #3498db;
  outline: none;
}

.student-profile-image-upload {
  margin-bottom: 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.student-profile-image-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 10px;
}

.student-profile-image-preview {
  width: 150px;
  height: 150px;
  object-fit: cover;
  border: 3px solid #3498db;
  margin-bottom: 15px;
}

.image-preview-profile {
  display: flex;
  justify-content: end;
}

.student-profile-signature-preview {
  width: 200px;
  height: 100px;
  object-fit: contain;
  border: 1px solid #ddd;
  margin-bottom: 15px;
  background-color: #f9f9f9;
}

.student-profile-image-placeholder {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-color: #eaeaea;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  color: #7f8c8d;
  border: 2px dashed #bdc3c7;
}

.student-profile-image-input {
  margin-top: 10px;
}

.student-profile-checkbox {
  margin-top: 20px;
}

.student-profile-checkbox label {
  display: flex;
  align-items: center;
  font-weight: normal;
  cursor: pointer;
}

.student-profile-checkbox input {
  margin-right: 10px;
  width: auto;
}

.student-profile-save-btn {
  background-color: #3498db;
  color: white;
  border: none;
  padding: 12px 24px;
  font-size: 16px;
  border-radius: 6px;
  cursor: pointer;
  display: block;
  margin: 0 auto;
  transition: background-color 0.3s;
}

.student-profile-save-btn:hover {
  background-color: #2980b9;
}

@media (max-width: 600px) {
  .student-profile-container {
    padding: 10px;
  }

  .student-profile-form {
    padding: 20px;
  }
}

.print-chalan-student-profile-image {
  width: 60%;
}

.print-chalan-student-signature-image {
  width: 60%;
}

.print-chalan-student-signature-label-image {
  text-align: center;
  font-weight: 600;

  margin: 10px 0px;
}

/* this is new chalan print page */

.Print-chalan-printable-content {
  display: block;
  padding: 20px;
  max-width: 900px;
  margin: auto;
}

.Print-chalan-page-container-modal {
  border: 1px solid lightgray;
  height: 900px;
}

.Print-chalan-page-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  border-bottom: 1px solid lightgray;
  margin-bottom: 10px;
  padding: 10px;
}

.Print-chalan-page-header>img {
  width: 16%;
}

.Print-chalan-page-title {
  margin-bottom: 8px;
  color: #2c3e50;
  font-size: 23px;
  font-weight: 600;
}

.Print-chalan-page-content {
  padding: 10px 40px;
}

.print-chalan-page-box {
  display: grid;
  grid-template-columns: 1fr 150px;
}

.print-chalan-page-student-details>ul {
  display: flex;
  gap: 10px;
  flex-direction: column;
}

.print-chalan-page-student-details>ul>li>div {
  display: flex;
  flex-direction: row;
  gap: 30px;
}

.print-chalan-page-student-details>ul>li>div>p:first-child {
  font-weight: 600;
}

.Print-chalan-page-section-title {
  margin-top: 0;
  color: #2c3e50;
  border-bottom: 1px solid lightgray;
  padding: 20px 0px;
  text-align: center;
  margin-bottom: 0;
}

.Print-chalan-page-details {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  padding: 20px 0px;
}

.Print-chalan-page-detail-item {
  width: calc(98% / 2);
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}

.Print-chalan-page-detail-value {
  margin-bottom: 0px;
  text-align: end;
}

.Print-chalan-detail-label {
  font-weight: 600;
}

.Signature-box {
  border: 1px solid black;
  padding: 30px 100px;
}

.Chalan-page-auth {
  display: flex;
  justify-content: end;
  position: relative;
  bottom: 0px;
}

.Chalan-page-auth>ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.Chalan-page-auth>ul>li {
  display: flex;
  flex-direction: row;

  gap: 10px;
}

.Chalan-page-auth>ul>li>input {
  margin: 0;
}

.Chalan-page-auth>ul>span {
  border: 1px solid black;
  padding: 10px 40px;
}

.Print-chalan-subtitle {
  margin-bottom: 10px;
}


.form-actions>p {
  color: red;
  font-size: 12px;
  box-sizing: border-box;
  padding: 5px;
  font-weight: 600;
  text-align: center;
}

.Error-text {
  color: red;
  font-size: 10px;
  font-weight: 600;
}

.header-user-image {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background: lightgray;
}

.header-user-image>img {
  width: 100%;
  border-radius: 50%;
  object-fit: contain;
}


.secreate-button {
  border: none;
  background-color: transparent;
  color: transparent;
  position: absolute;
  cursor: none;
  top: 70px;
}

.search-box-course {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border: 1px solid lightgray;
}

.search-box-course>input {
  outline: none;
  border: none;
}

.search-box-course>button {
  background-color: transparent;
  border: none;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 5px;
  color: black;
}


.payment-page-view {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0px 20px;
}

.cancle-pay {
  font-weight: 600;
  font-size: 20px;
  color: red;
}

.cancle-pay:hover {
  text-decoration: underline;
  color: red;
}

.payment-page-view>h4 {
  color: rgb(64, 229, 64);
  font-size: 20px;
  margin: 0;

}

.forgat-password {
  color: red;
}

.password-send-mess {
  font-size: 12px;
  margin: 0;
  color: red;
  font-weight: 600;
}