body{
  overflow-x: hidden;
}
.authentication-wrapper {
  display: flex;
  flex-basis: 100%;
  inline-size: 100%;
  min-block-size: calc(100vh -120px);
}
.authentication-wrapper .authentication-inner {
  min-height: calc(100vh - 120px);
  inline-size: 100%;
}
.authentication-wrapper.authentication-basic {
  align-items: center;
  justify-content: center;
}
.authentication-wrapper.authentication-basic.signup {
  align-items: center;
  justify-content: right;
  display: flex;
}
.authentication-wrapper .auth-cover-illustration {
  z-index: 1;
  max-inline-size: 38rem;
}
.authentication-wrapper .authentication-image-object-left {
  position: absolute;
  inset-block-end: 6%;
  inset-inline-start: 4%;
}
.authentication-wrapper .authentication-image-object-right {
  position: absolute;
  inset-block-end: 7%;
  inset-inline-end: 4%;
}
.authentication-wrapper .authentication-image {
  position: absolute;
  z-index: -1;
  inline-size: 100%;
  inset-block-end: 0;
  inset-inline-start: 0;
}
.authentication-wrapper .authentication-image-model {
  inline-size: 768px;
}
.authentication-wrapper.authentication-cover {
  align-items: flex-start;
}
.authentication-wrapper.authentication-cover .authentication-inner {
  position: relative;
  min-block-size: 100vh;
}
.authentication-wrapper.authentication-cover .authentication-image {
  inset-inline-start: unset;
}
.authentication-wrapper.authentication-cover .authentication-image-tree {
  position: absolute;
  inset-block-end: 4rem;
  inset-inline-start: 3rem;
}
.authentication-wrapper.authentication-basic .authentication-inner {
  max-inline-size: 460px;
}
.authentication-wrapper.authentication-basic .authentication-inner.signup {
  max-inline-size: 100%;
}
.authentication-wrapper .auth-input-wrapper .auth-input {
  max-inline-size: 50px;
  padding-inline: 0.4rem;
}
.signupHolder{
  display: flex;
  width: 100%;
  position: relative;
}
.signupHolder .appIllu{
  width: 50%;
  position: absolute;
  z-index: -1;
  height: calc(100vh - 120px);
  background-image: url('/kepler/assets/img/backgrounds/applying.png');
  background-size: cover;
  height: 100%;
  /* background-color: #111827; */
}
.authentication-inner.signup{
  width: 50% !important;
}

@media (max-width: 575.98px) {
  .authentication-wrapper .auth-input-wrapper .auth-input {
    font-size: 1.125rem;
  }
}
@media (max-width: 1199.98px) {
  .authentication-cover .authentication-image-model {
    position: relative;
    inline-size: 575px;
    inset-block-start: 1rem;
  }
}
.authentication-wrapper .authentication-bg {
  background-color: #fff;
}
.hamburger {
  display: none;
  font-size: 30px;
  color: white;
  padding: 15px;
  cursor: pointer;
}
.menus,.footer{
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: sticky;
  top: 0;
  background-color: #0C4D73;
  z-index: 1000;
}

.navList {
  display: flex;
  height: 100%;
}
.appUserName{
  color: #fff;
}
.appUserName a{
  color: #000 !important;
  background: #fff;
  padding: 5px 10px;
  border-radius: 20px;
}
.appUserName a:hover{
  color: #fff !important;
}
.footer{
  position: unset;
  padding: 20px 40px;
  color: #fff;
}
.menus .menuLogo{
  height: 50px;
  padding: 10px;
}
.menus .menuLogo img{
  height: 100%;
}
.menus .menuLogo .mobile{
  display: none;
}
.menus ul{
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  overflow: hidden;
  border-top: none;

}
.menus ul li{
  padding: 14px 30px;
  text-align: center;
}
.menus ul a:hover{
  background-color: #206187;
}
.menus ul a{
  text-decoration: none;
  color: white;
  border-left: 1px solid #206187;
  font-weight: bold;
}
.menus ul a:first-child{
  border-left: none;
}

@media (max-width: 720px){
  .menuLogo .main{
    display: none;
  }
.menus .menuLogo .mobile{
  display: block;
}

  /* hide desktop menu */
  .navList {
    display: none !important;
    flex-direction: column;
    width: 100%;
    background: #0C4D73;
  }

  .navList a {
    border-left: none;
    border-top: 1px solid #206187;
  }

  /* show hamburger */
  .hamburger {
    display: block;
  }

  /* when active, show menu */
  .navList.active {
    display: flex !important;
    position: absolute;
    top: calc(60px + 10px);
    height: unset!important;

  }

  /* logo switch you already have */
  .menuLogo .main {
    display: none;
  }
  .menuLogo .mobile {
    display: block;
  }

.card-header{
  flex-direction: column;
  justify-content: left;
  align-items: left;
  padding: 0px;
}
  .signupHolder .appIllu{
    display: none;
  }
  .nav-tabs{
    overflow: hidden;
  }
  .footer{
    flex-direction: column;
    justify-content: center;
  }
.authentication-inner.signup{
  width: 100% !important;
}
}
    :root {
      --primary: #2E8B57;
      --primary-dark: #2d704a;
      --success: #10b981;
      --danger: #ef4444;
      --warning: #f59e0b;
      --gray-50: #f9fafb;
      --gray-100: #f3f4f6;
      --gray-200: #e5e7eb;
      --gray-500: #6b7280;
      --gray-700: #374151;
      --gray-900: #111827;
    }

    body {
      background: var(--gray-50);
      font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    }

    .document-section {
      background: white;
      border-radius: 16px;
      padding: 10px;
      margin-bottom: 16px;
      border: 2px solid var(--gray-200);
      transition: all 0.3s ease;
    }

    .document-section:hover {
      border-color: var(--primary);
      box-shadow: 0 4px 12px rgba(59, 130, 246, 0.1);
    }

    .document-section.completed {
      border-color: var(--success);
      background: linear-gradient(135deg, #f0fdf4 0%, #ffffff 100%);
    }

    .document-header {
      display: flex;
      align-items: center;
      gap: 12px;
      margin-bottom: 16px;
    }

    .doc-number {
      width: 32px;
      height: 32px;
      border-radius: 8px;
      background: var(--primary);
      color: white;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: 700;
      flex-shrink: 0;
    }

    .document-section.completed .doc-number {
      background: var(--success);
    }

    .doc-title {
      flex: 1;
      font-size: 16px;
      font-weight: 400;
      color: var(--gray-900);
      margin: 0;
    }

    .required-badge {
      background: #fee2e2;
      color: var(--danger);
      padding: 4px 12px;
      border-radius: 6px;
      font-size: 12px;
      font-weight: 600;
    }

    .optional-badge {
      background: #e0e7ff;
      color: #2E8B57;
      padding: 4px 12px;
      border-radius: 6px;
      font-size: 12px;
      font-weight: 600;
    }

    .upload-zone {
      border: 2px dashed var(--gray-200);
      border-radius: 12px;
      padding: 10px;
      text-align: center;
      cursor: pointer;
      transition: all 0.3s ease;
      background: var(--gray-50);
      position: relative;
    }

    .upload-zone:hover {
      border-color: var(--primary);
      background: #eff6ff;
    }

    .upload-zone.dragover {
      border-color: var(--primary-dark);
      background: #dbeafe;
      transform: scale(1.02);
    }

    .upload-zone.has-file {
      border-style: solid;
      border-color: var(--success);
      background: #f0fdf4;
    }

    .upload-icon {
      font-size: 36px;
      color: var(--primary);
      margin-bottom: 8px;
    }

    .upload-zone.has-file .upload-icon {
      color: var(--success);
    }

    .file-preview {
      display: none;
      align-items: center;
      gap: 12px;
      padding: 16px;
      background: white;
      border-radius: 8px;
      border: 1px solid var(--gray-200);
      margin-top: 12px;
    }

    .file-preview.show {
      display: flex;
    }

    .file-preview-icon {
      width: 48px;
      height: 48px;
      border-radius: 8px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 20px;
      flex-shrink: 0;
    }

    .file-preview-icon.pdf { background: #fee2e2; color: #dc2626; }
    .file-preview-icon.doc { background: #dbeafe; color: #2563eb; }
    .file-preview-icon.img { background: #dcfce7; color: #16a34a; }

    .file-preview-info {
      flex: 1;
      min-width: 0;
    }

    .file-preview-name {
      font-weight: 600;
      color: var(--gray-900);
      margin: 0;
      font-size: 14px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }

    .file-preview-size {
      font-size: 12px;
      color: var(--gray-500);
      margin: 0;
    }

    .remove-file-btn {
      width: 32px;
      height: 32px;
      border-radius: 6px;
      border: none;
      background: #fee2e2;
      color: var(--danger);
      cursor: pointer;
      transition: all 0.2s;
      flex-shrink: 0;
    }

    .remove-file-btn:hover {
      background: #fca5a5;
      transform: rotate(90deg);
    }

    .file-input {
      display: none;
    }

    .progress-summary {
      background: white;
      border-radius: 16px;
      padding: 10px;
      margin-bottom: 24px;
      border: 2px solid var(--gray-200);
    }

@media (max-width: 720px) {
  .progress-summary{
      margin-top: 24px;
  }
}
    .progress-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      /* margin-bottom: 16px; */
    }


    .progress-count {
      font-size: 20px;
      font-weight: 700;
      color: var(--primary);
    }

    .progress-bar-custom {
      height: 8px;
      background: var(--gray-200);
      border-radius: 8px;
      overflow: hidden;
      width: 90%;
    }

    .progress-bar-fill {
      height: 100%;
      background: linear-gradient(90deg, var(--primary), var(--primary-dark));
      border-radius: 8px;
      transition: width 0.5s ease;
    }

    .progress-text {
      font-size: 13px;
      color: var(--gray-500);
      text-align: center;
    }

    .submit-section {
      background: white;
      border-radius: 16px;
      padding: 24px;
      border: 2px solid var(--gray-200);
    }
.files{
   display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px; /* space between items */
}
@media (max-width: 720px) {
  .files{
      grid-template-columns: repeat(1, 1fr);
  }
}
    .submit-btn {
      background: linear-gradient(135deg, var(--primary), var(--primary-dark));
      border: none;
      padding: 14px 32px;
      font-weight: 600;
      border-radius: 10px;
      transition: all 0.3s ease;
      box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3);
      width: 100%;
      font-size: 16px;
    }

    .submit-btn:hover:not(:disabled) {
      transform: translateY(-2px);
      box-shadow: 0 6px 20px rgba(59, 130, 246, 0.4);
    }

    .submit-btn:disabled {
      background: var(--gray-200);
      color: var(--gray-500);
      cursor: not-allowed;
      transform: none;
      box-shadow: none;
    }

    .loading-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;
      z-index: 9999;
      backdrop-filter: blur(4px);
    }

    .loading-content {
      background: white;
      padding: 40px;
      border-radius: 16px;
      text-align: center;
      box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
      max-width: 400px;
    }

    .spinner {
      width: 56px;
      height: 56px;
      border: 5px solid var(--gray-200);
      border-top-color: var(--primary);
      border-radius: 50%;
      animation: spin 0.8s linear infinite;
      margin: 0 auto 20px;
    }

    @keyframes spin {
      to { transform: rotate(360deg); }
    }

    .alert-custom {
      border-radius: 12px;
      border: none;
      padding: 16px 20px;
      margin-bottom: 20px;
      animation: slideDown 0.3s ease;
    }

    @keyframes slideDown {
      from {
        opacity: 0;
        transform: translateY(-10px);
      }
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }

    .alert-warning-custom {
      background: #fef3c7;
      color: #92400e;
      border-left: 4px solid var(--warning);
    }

    .alert-danger-custom {
      background: #fee2e2;
      color: #991b1b;
      border-left: 4px solid var(--danger);
    }

    .checkmark {
      font-size: 20px;
      color: var(--success);
      animation: scaleIn 0.3s ease;
    }

    @keyframes scaleIn {
      from {
        transform: scale(0);
      }
      to {
        transform: scale(1);
      }
    }

    .upload-hint {
      font-size: 13px;
      color: var(--gray-500);
      margin-top: 8px;
    }
    
.result-display {
    display: none;
}

.result-display.active {
    display: block;
}

.status-allowed {
    background-color: #d4edda;
    border-color: #c3e6cb;
    color: #155724;
}

.status-denied {
    background-color: #f8d7da;
    border-color: #f5c6cb;
    color: #721c24;
}

.student-photo-wrapper {
    text-align: center;
    margin-bottom: 20px;
    display: flex;
    width: 100%;
    aspect-ratio: 1;
}

.student-photo-wrapper img {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    object-fit: cover;
}

.student-info-table {
    width: 100%;
    margin-top: 20px;
}

.student-info-table td {
    padding: 10px;
    border-bottom: 1px solid #e0e0e0;
}

.student-info-table td:first-child {
    font-weight: 600;
    width: 200px;
}

.loading-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 9999;
    justify-content: center;
    align-items: center;
}

.loading-overlay.active {
    display: flex;
}

.spinner-border {
    width: 3rem;
    height: 3rem;
}
.water{
  width: 100%;
  display: flex;
  padding: 100px;
  justify-content: center;
  align-items: center;
  padding-top: 0;
}
.water img{
  width: 40%;
}