
/* Start of Login Page Css */

/* Apply Montserrat globally */
body {
  font-family: 'Lexend', sans-serif !important;
  font-weight: 500;
}

/* Apply Poppins to paragraphs, spans, tables, links, and buttons */
p, span, table, th, td, a, button {
  font-family: 'Lexend', sans-serif !important;
   font-weight: 500;
}

/* Ensure headings (h1 to h6) use Montserrat */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Lexend', sans-serif !important;
   font-weight: 500;
}

/* Font weights */
h1 {
  font-weight: 700 !important;
}

p {
  font-weight: 600 !important;
}

span {
  font-weight: 600 !important;
}

table, th, td, a, button {
  font-weight: 500 !important; /* Adjust as needed */
}


span.badge.badge-secondary.fixed-width-badge {
  /* background-color: antiquewhite; */
  background-color: dimgrey;
}


.LoginTitle {
  margin-bottom: .5rem;
  font-family: nunito sans;
  font-weight: 700;
  font-size: 34px;
}

.nav-heading {
  padding-left: 15px;
  font-size: 18px !important;
  font-weight: bold;
  font-weight: 600 !important;
  color: #4f878f;
  margin-top: 15px;
  margin-bottom: 5px;
  text-transform: none;
  font-family: 'Poppins' !important;
}


.LoginHeader {
  padding: .5rem 1rem;
  margin-bottom: 0;
  background-color: rgba(255, 255, 255, 0.03);
  border-bottom: none !important;
}

.logologin {
  padding-bottom: 60px;
  width: 466px !important;
}

.logotext {

  height: 72px;
  font-size: 20px;
  border-radius: 5px !important;
  border: 2px solid #ccc !important;
  padding: 30px 40px;
  color: #2e2c38;
}


.LoginFooter {
  padding: .5rem 1rem;
  background-color: rgba(0, 0, 0, .03);
  border-top: 1px solid rgba(0, 0, 0, .125);
  display: none !important;
}

.LoginButton {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
  width: 100%;
  font-size: 24px;
  padding: 15px 40px;
}



a {
  color: #084298;
  text-decoration: underline;
  text-align: left !important;
  /* font-family: poppins; */
}

.LoginBody {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: none !important;
  box-shadow: none !important;
 
}


body {
      background-color: #f8f9fa;
    }
    
      .left-col {
    background-color: #101010;
    color: #ffffff;
    min-height: 100vh;
    padding: 20px;
    margin-left: -12px;
    font-size: 18px;

    }
    .sidebar-logo {
      text-align: center;
      margin-bottom: 30px;
    }
    .right-col {
      padding: 0;
      min-height: 100vh;
    }
    .top-bar {
      background-color: #ffffff;
      border-bottom: 1px solid #dee2e6;
      padding: 10px 20px;
      margin-right: -24px;
    }
    .main-content {
      padding: 20px;
    }

 .submenu {
  list-style: none;
  padding-left: 15px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.submenu li {
  padding: 8px 15px;
  
  margin-bottom: 2px;
  border-radius: 4px;
}

.dropdown-arrow {
  float: right;
  font-size: 0.8rem;
  transition: transform 0.3s ease;
}

/* When open, rotate arrow */
#dashboard.show .dropdown-arrow {
  transform: rotate(180deg);
}

