.bg-offwhite {
  background-color: #fafafa;
}

.text-grey {
  color: #301820;
}

.bg-fff {
  background-color: #fff !important;
}

.bg-black {
  background-color: #030712;
}

.bg-dark-blue {
  background-color: #5317E8;
}

.bg-light-sky-blue {
  background-color: #e7f8ff;
}

.bg-red {
  background-color: #DD2626;
}

.radius-7 {
  border-radius: 7px !important;
}

.radius-10 {
  border-radius: 10px !important;
}

.radius-15 {
  border-radius: 15px !important;
}

.radius-20 {
  border-radius: 20px;
}

.radius-30 {
  border-radius: 30px;
}

.radius-40 {
  border-radius: 40px;
}

.radius-50 {
  border-radius: 50px;
}

.radius-60 {
  border-radius: 60px;
}

.radius-70 {
  border-radius: 70px;
}

.radius-80 {
  border-radius: 80px;
}

.radius-top-left-right-30 {
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}

.border-grey {
  border: 1px solid rgba(0, 0, 0, 0.1019607843);
}

.opacity-7 {
  opacity: 0.7;
}

.h-99vh {
  height: 99vh;
}

.min-w-900 {
  min-width: 900px;
}

.table tr td, .table tr th {
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
}

.delete-image {
  width: 150px !important;
  margin-top: -95px !important;
}

.cursor-pointer {
  cursor: pointer;
}

.close-modal-icon {
  position: absolute;
  top: 8px;
  right: 8px !important;
}

a {
  text-decoration: none !important;
}

:root {
  --offcanvas-width: 280px;
  --topNavbarHeight: 72px;
  --topNavbarWidth: 100%;
}

.navbar {
  position: fixed;
  width: 100%;
  border-radius: 0px !important;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: white !important;
}

.navbar .nav-bar-heading {
  margin-left: 15px;
  font-size: 20px;
  font-weight: 500;
}

.navbar .fa-navicon {
  color: #030712;
  visibility: visible;
}

.side-bar {
  width: var(--offcanvas-width);
  border: none;
  overflow: auto;
  scrollbar-width: none;
  background-color: #030712 !important;
  color: white;
  padding-left: 20px;
  z-index: 1100 !important;
}

/* Disable the offcanvas backdrop overlay */
.offcanvas-backdrop {
  display: none !important;
}

/* Alternative approach - ensure sidebar is above backdrop */
.side-bar.show {
  z-index: 1100 !important;
}

.side-bar .collapse .nav-link {
  width: 240px !important;
}

.side-bar .collapse .card-body {
  padding: 0px;
  border: 0;
  width: 240px !important;
}

.btn-active {
  background-color: #3951A9;
  color: white !important;
  border-radius: 5px;
  width: 240px !important;
}

input::-moz-placeholder {
  color: white !important;
}

input::placeholder {
  color: white !important;
}

.btn-active > a,
.btn-active > i {
  color: white !important;
}

.btn-active .collapse {
  display: flex !important;
}

.side-bar .nav > li {
  margin-top: 30px;
  width: 240px !important;
}

.side-bar .nav > li img {
  margin-bottom: 6px;
}

.side-line {
  width: 5px !important;
  height: 100% !important;
  background-color: #3951A9;
  left: -20px !important;
  top: 0px !important;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  display: none;
}

@media (min-width: 992px) {
  .fa-navicon {
    visibility: hidden !important;
  }
  .nav-bar-heading {
    margin-left: 295px !important;
  }
  .side-bar {
    padding-top: 30px;
    transform: none;
    visibility: visible !important;
    padding-left: 20px;
    z-index: 1 !important;
  }
  .main {
    margin-left: var(--offcanvas-width);
    margin-top: var(--topNavbarHeight);
    padding: 30px;
  }
}
.main-page {
  position: relative;
  margin-left: 280px;
  min-height: 96vh !important;
  top: 68px;
  background-color: #fafafa;
}

@media screen and (max-width: 992px) {
  .main-page {
    position: relative;
    top: 68px;
    margin-left: 0px;
    min-height: 90vh !important;
  }
}
.form-group {
  margin-bottom: 20px;
}

.form-control {
  width: 100%;
  padding: 10px;
  border-radius: 4px;
}

.progressPassword {
  display: flex;
  background-color: white;
  height: 10px;
  border-radius: 4px;
  margin-bottom: 10px;
}

.progress-segment {
  flex: 1;
  border-radius: 4px;
  transition: background-color 0.4s ease;
  margin: 2px !important;
}

.progress-segment-danger {
  background-color: #dc3545;
}

.progress-segment-warning {
  background-color: #ffc107;
}

.progress-segment-success {
  background-color: #28a745;
}

.list-unstyled {
  list-style: none;
  padding: 0;
  margin: 0;
}

.list-unstyled li {
  font-size: 14px;
  margin-bottom: 5px;
}

.list-unstyled i {
  margin-right: 10px;
}

.fa-check {
  color: #28a745;
}

.fa-circle {
  color: #dc3545;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-togle {
  padding: 8px 2px;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 10px;
  width: 190px !important;
  height: 43px;
}

.dropdown-menu {
  width: 190px;
}

.dropdown-item:hover {
  background-color: #e6f5f7;
  cursor: pointer;
}

.checkmark {
  display: none;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.dnld-btn {
  height: 43px;
}

.graph-icon {
  margin-left: -7px;
  width: 95% !important;
}

.password-section {
  position: relative;
}

.togglePswrd {
  position: absolute;
  top: 52px;
  right: 10px;
  cursor: pointer;
}

.togglePassword {
  position: absolute;
  top: 52px;
  right: 10px;
}

.reject-btn {
  background-color: rgba(255, 95, 81, 0.1490196078);
  border: 2px solid #FF5F51;
  color: #FF5F51;
  font-weight: 600;
}

.accept-btn {
  background-color: rgba(82, 181, 191, 0.1490196078);
  border: 2px solid #52B5BF;
  color: #52B5BF;
  font-weight: 600;
}

.btn-div {
  border-top: 1px dashed rgba(0, 0, 0, 0.2117647059);
}

input::-moz-placeholder {
  color: #000000 !important;
}

input::placeholder {
  color: #000000 !important;
}

input:focus {
  outline: none;
}

.pagination {
  justify-content: center;
}

.disabled .page-link {
  pointer-events: none;
  cursor: default;
}

/* Switch Toggle Styles */
.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 24px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #E6E6E8;
  transition: 0.4s;
  border-radius: 24px;
}

.slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
}

input:checked + .slider {
  background-color: #3951A9;
}

input:focus + .slider {
  box-shadow: 0 0 1px #3951A9;
}

input:checked + .slider:before {
  transform: translateX(26px);
}

/* Enhanced Password Requirements Styling */
/* Password section positioning */
.password-section {
  position: relative;
}

/* Toggle button positioning */
.togglePswrd {
  position: absolute;
  top: 52px;
  right: 10px;
  cursor: pointer;
  color: #6c757d;
  transition: color 0.3s ease;
}

.togglePassword {
  position: absolute;
  top: 52px;
  right: 10px;
  cursor: pointer;
  color: #6c757d;
  transition: color 0.3s ease;
}

.togglePswrd:hover,
.togglePassword:hover {
  color: #495057;
}

/* Password feedback container */
/* Progress segments container */
.progressPassword {
  display: flex;
  gap: 4px;
  margin-bottom: 15px;
  height: 6px;
}

.progress-segment {
  flex: 1;
  height: 100%;
  background-color: #e9ecef;
  border-radius: 3px;
  transition: all 0.3s ease;
}

.progress-segment-danger {
  background-color: #dc3545;
}

.progress-segment-warning {
  background-color: #ffc107;
}

.progress-segment-success {
  background-color: #28a745;
}

/* Password requirements list */
#password-feedback ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#password-feedback li {
  display: flex;
  align-items: center;
  padding: 6px 0;
  font-size: 14px;
  color: #6c757d;
  transition: all 0.3s ease;
}

/* Icon styling for requirements */
#password-feedback li i {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #e9ecef;
  color: #6c757d;
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  transition: all 0.3s ease;
  position: relative;
}

/* Empty circle state (default) */
#password-feedback li i.fa-circle {
  background-color: #e9ecef;
  color: transparent;
  border: 2px solid #dee2e6;
}

/* Filled check state (requirement met) */
#password-feedback li i.fa-check {
  background-color: #5317E8;
  border: 2px solid #5317E8;
  color: #ffffff;
  font-weight: bold;
}

/* Requirement met - change text color */
#password-feedback li:has(i.fa-check) {
  color: #5317E8;
  font-weight: 500;
}

/* Alternative selector for browsers that don't support :has() */
#password-feedback li.requirement-met {
  color: #28a745;
  font-weight: 500;
}

/* Smooth animations */
#password-feedback li i,
#password-feedback li {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Hover effect for better UX */
#password-feedback li:hover i.fa-circle {
  border-color: #adb5bd;
  background-color: #f8f9fa;
}

/* Focus states for accessibility */
input:focus + #password-feedback {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* Responsive adjustments */
@media (max-width: 576px) {
  #password-feedback {
    padding: 12px;
    margin-top: 12px;
  }
  #password-feedback li {
    font-size: 13px;
    padding: 5px 0;
  }
  #password-feedback li i {
    width: 16px;
    height: 16px;
    font-size: 9px;
    margin-right: 8px;
  }
}
.fs-12 {
  font-size: 12px;
}

.fs-13 {
  font-size: 13px;
}

.fs-14 {
  font-size: 14px;
}

.fs-15 {
  font-size: 15px;
}

.fs-16 {
  font-size: 16px;
}

.fs-17 {
  font-size: 17px;
}

.fs-18 {
  font-size: 18px;
}

.fs-24 {
  font-size: 24px;
}

.fs-25 {
  font-size: 25px;
}

.fs-30 {
  font-size: 30px;
}

.fs-40 {
  font-size: 40px;
}

.fs-48 {
  font-size: 48px;
}

.fs-50 {
  font-size: 50px;
}

.fw-200 {
  font-weight: 200;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

.fw-900 {
  font-weight: 900;
}

@media screen and (max-width: 530px) {
  .fs-r-16 {
    font-size: 16px !important;
    font-weight: 700 !important;
  }
  .fs-r-12 {
    font-size: 12px !important;
    font-weight: 400 !important;
  }
}
.h-20 {
  height: 25px;
}

.w-20 {
  min-width: 24px;
}

.w-360 {
  width: 360px;
}

.h-42 {
  height: 42px;
}

.w-140 {
  width: 160px;
}

@media screen and (max-width: 650px) {
  .res-w-230 {
    width: 230px !important;
  }
}/*# sourceMappingURL=style.css.map */