body {
    font-family: 'DM Sans', sans-serif;
  }
.blue{
background-color: #e6f0ff;
border: 1px solid #0056b3;
}
.black{
background-color: #1c1c1c;
border: 1px solid #555;
color: #fff;
}
.green{
background-color: #e9fce9;
border: 1px solid #198754;
}
.colored-input {
background-color: #1c1c1c;
border: 1px solid #555;
color: #fff;     
  padding: 10px;
  border-radius: 8px;
  outline: none;
  transition: border-color 0.3s ease;
}

.colored-input:focus {
  border-color: #6610f2;          /* Change border color on focus */
  background-color: #e9f2ff;
}
.profile-photo {
      width: 80px;
      height: 80px;
      border-radius: 50%;
      object-fit: cover;
      border: 2px solid #fff;
}
.sidebar .nav-link {
      color: #ddd;
      transition: all 0.3s;
    }
    .sidebar .nav-link:hover {
      background-color: #0d6efd;
      color: #fff;
      border-radius: 5px;
    }
    .sidebar .nav-link.active {
      background-color: #0d6efd;
      color: #fff;
      /* font-weight: bold; */
      border-radius: 5px;
    }
.nav-link {
  transition: 0.2s ease;
}
.nav-link:hover {
  background-color: #495057 !important;
  color: #fff !important;
  border-radius: 5px;
}
.nav-link.active {
  background-color: #0d6efd !important;
  color: white !important;
  /* font-weight: bold; */
  border-radius: 5px !important;
}
.main-header h4{
  color: #000786;
  font-weight: 600;
}
.card-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #000786; /* Bootstrap primary */
  margin-bottom: 1.5rem;
  position: relative;
  padding-left: 10px;
  border-left: 4px solid #000786;
}
.custom-file-upload {
  display: inline-block;
  padding: 6px 12px;
  cursor: pointer;
  font-size: 0.875rem;
  border: 1px solid #007bff;
  border-radius: 5px;
  background-color: #f8f9fa;
  color: #007bff;
  transition: background-color 0.3s ease;
}
.custom-file-upload:hover {
  background-color: #e2e6ea;
}
input[type="file"] {
  display: none;
}
a, a:link{
  text-decoration: none;
  color: #ff3e68;
}

.left-side {
    background: url(../images/login_bg.jpg) no-repeat center right;
    background-size: cover;
    min-height: 100vh;
}
.loginBg{
  background-color: rgb(14 23 38);
}
.register input{
  border-color: rgb(23 38 60);
  background-color: rgb(18 30 50);
  color: rgb(197 203 224);
}
.text-right{
  text-align: right;
}

    @media (max-width: 768px) {
      .sidebar {
        height: auto;
      }
       .form-container {
        padding: 2rem 1rem;
      }
        }