.app-body {
  min-height: calc(100vh - 120px);
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  overflow-x: visible !important;
  padding-top: 30px !important;
}

.dashboard-scr {
  min-height: calc(100vh - 120px);
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100vh;
  width: 100%;
  padding-top: 30px !important;
}
.nav-option {
  border-bottom: 2px solid transparent;
  margin: 0 8px;
  color: #455473;
  font-weight: 600;
  font-size: 15px;
  cursor: pointer;
  border-radius: 0% !important;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
  background-color: transparent;
}

.nav-option.active {
  margin: 0 8px;
  color: #455473;
  font-weight: 600;
  font-size: 15px;
  cursor: pointer;
  border-radius: 0% !important;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
  background-color: transparent;
  border-bottom: 2px solid #d0a276;
}

.nav-option i {
  margin-right: 6px;
}
body {
  background-color: #e2d9cb;
  min-height: 100vh;
  overflow-x: hidden;
}
.search-box {
  /* position: relative; */
  width: 170px;
}

.search-box input {
  height: 38px !important;
  width: 100%;
  padding: 8px 35px 8px 15px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.15);
  color: white;
  font-size: 0.9rem;
}

.search-box input::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.search-box i {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(255, 255, 255, 0.7);
}

.inner-container > * {
  width: 100%;
  max-width: 1200px;
  box-sizing: border-box;
  flex: 1 1 100%;
  min-width: 0;
}
.inner-container {
  overflow-x: visible !important;
  overflow-y: visible !important;
  min-height: calc(100vh - 220px);
  height: 100%;
  display: flex;
  max-width: 1200px;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.inner-container > *[style],
.inner-container > * {
  flex-shrink: 1 !important;
}
.login-screen {
  overflow: hidden;
  max-width: 1200px !important;
  max-height: 100% !important;
  height: 100% !important;
  width: 100%;
}
.site-logo {
  height: 100px;
}
@media screen and (max-width: 768px) {
  .nav-option {
    font-size: 11px;
  }
  .nav-option.active {
    font-size: 11px;
  }
}

@media screen and (max-width: 615px) {
  .container,
  .form-section {
    box-shadow: none !important;
    outline: none !important;
    border: none !important;
  }
  .container {
    flex-direction: column !important;
    width: 95% !important;
    max-width: 450px !important;
    border-radius: 12px !important;
    /* box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15); */
    overflow: hidden;
  }

  /* Brand section becomes top banner */
  .brand-section {
    width: 100% !important;
    padding: 25px 20px !important;
    background: linear-gradient(135deg, #3d5a80 0%, #2c4058 100%);
    text-align: center;
    border-bottom: 3px solid #ee8434;
  }

  .logo {
    font-size: 26px !important;
    margin-bottom: 8px !important;
  }

  .brand-tagline {
    font-size: 16px !important;
    margin-bottom: 8px !important;
  }

  .brand-text {
    display: none !important; /* hides extra long text */
  }

  /* Form section */
  .form-section {
    width: 100% !important;
    padding: 35px 25px !important;
    justify-content: center !important;
    align-items: center !important;
  }

  .form-section h2 {
    font-size: 22px !important;
    text-align: center !important;
  }

  .subtitle {
    font-size: 13px !important;
    text-align: center !important;
    margin-bottom: 20px !important;
  }

  /* Inputs and buttons */
  .input-group input {
    padding: 10px 12px !important;
    font-size: 14px !important;
  }

  .btn {
    padding: 12px !important;
    font-size: 15px !important;
  }

  .toggle-form {
    font-size: 13px !important;
  }

  /* Adjust layout height */
  .login-screen {
    min-height: 100vh !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    background-color: #f8f8f8;
  }
}
