[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
  display: none !important;
}
:root {
  --navbar-height: 77.5px;
  --bs-bg: #010a13;
  --bs-bg-dark-gray: #0d1117;
  --bs-body-bg: #ffffff;
  --bs-gray-300: #30363d;
  --bs-info: #00b6d1;
  --bs-info-dark: #1272a7;
  --control-bg: #1f262c;
  --control-border: #1f262c;
  --control-color: #f0f6fc;
  --control-label-color: #a9b5c2;
}

body {
  background: radial-gradient(circle at 8% 12%, #18324f 0%, #0d1117 38%, #0d1117 100%);
  min-height: 100vh;
  padding-top: var(--navbar-height);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans", Helvetica, Arial, sans-serif;
  color: #f0f6fc;
  overflow-x: hidden !important;
}

.bg-dark {
  background-color: var(--bs-bg) !important;
}

.bg-dark-gray {
  background-color: var(--bs-bg-dark-gray) !important;
}

.wrapper {
  min-height: calc(100vh - var(--navbar-height));
}

.nav-avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #000;
  overflow: hidden;
  flex-shrink: 0;
}

.nav-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nav-avatar .bi-person {
  font-size: 1.65rem;
  color: #f0f6fc;
  line-height: 1;
}

.form-control {
  border: 1px solid var(--control-border);
  border-radius: 8px;
  min-height: 40px;
  font-size: 20px;
  background-color: var(--control-bg) !important;
  color: #f0f6fc;
  box-shadow: none;
  padding: 10px 20px 15px !important;
}

.form-label {
  font-size: 16px;
  margin-bottom: 8px;
  color: var(--control-label-color);
}

.profile-card {
  background-color: #0f141b;
  color: #f0f6fc;
}

.profile-card .text-muted,
.profile-card .form-text {
  color: #a9b5c2 !important;
}

.profile-card .form-control {
  background-color: #06090c;
  border-color: #1f262c;
  color: #f0f6fc;
}

.profile-card .form-control:focus {
  border-color: #00b6d1;
  box-shadow: 0 0 0 0.2rem rgba(0, 182, 209, 0.2);
}

.profile-avatar-preview {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-color: #000;
  border: 2px solid #1f262c;
  overflow: hidden;
  flex-shrink: 0;
}

.profile-avatar-wrap {
  position: relative;
  display: flex;
  align-items: flex-start;
  width: fit-content;
}

.profile-avatar-input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.profile-avatar-action {
  position: absolute;
  right: -8px;
  bottom: -8px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 3px solid #f0f6fc;
  background-color: #00b6d1;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.4);
  transition: transform 0.15s ease, background-color 0.15s ease;
  z-index: 10;
}

.profile-avatar-action:hover,
.profile-avatar-action:focus {
  background-color: #20c4dc;
  transform: scale(1.06);
}

.profile-avatar-action .bi {
  font-size: 1rem;
  line-height: 1;
}

.profile-card .btn-info {
  align-self: flex-end;
}

.profile-avatar-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.profile-avatar-preview .bi-person {
  color: #f0f6fc;
  font-size: 3rem;
  line-height: 1;
}

@media (max-width: 991.98px) {
  #mainNavbarOffcanvas .nav-link,
  #mainNavbarOffcanvas .dropdown-toggle {
    width: 100%;
  }

  #mainNavbarOffcanvas .dropdown-toggle {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  #mainNavbarOffcanvas .dropdown-toggle::after {
    margin-left: auto;
  }

  .profile-card .btn-info {
    width: 100%;
    align-self: stretch;
  }
}
