html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}


html {
  position: relative;
  min-height: 100%;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.profile-dropdown-menu {
    min-width: 290px;
    padding: 8px;
    border-radius: 16px;
    border: 1px solid #e5e7eb;
    background: #ffffff;
    box-shadow: 0 20px 44px rgba(15, 23, 42, 0.14);
}

.profile-dropdown-menu .dropdown-item {
    border-radius: 10px;
    padding: 9px 12px;
    font-weight: 500;
    transition: background-color 0.15s ease, color 0.15s ease;
}

.profile-dropdown-menu .dropdown-item:hover,
.profile-dropdown-menu .dropdown-item:focus {
    background-color: #f3f4f6;
}

.profile-dropdown-menu .dropdown-item.text-danger:hover,
.profile-dropdown-menu .dropdown-item.text-danger:focus {
    background-color: #fef2f2;
    color: #dc2626;
}

.profile-dropdown-menu .dropdown-divider {
    margin: 8px 4px;
    border-top-color: #e5e7eb;
}

.profile-dropdown-menu .dropdown-item-text {
    padding: 6px 12px;
    font-size: 0.78rem;
    letter-spacing: 0.02em;
}

.bp-item {
    border-radius: 10px;
    transition: background-color 0.15s ease, color 0.15s ease;
}

.bp-item-active {
    background-color: #0d6efd;
    color: #fff;
}

.bp-item-active,
.bp-item-active i {
    color: #fff;
}

.profile-dropdown-menu .bp-item.bp-item-active:hover,
.profile-dropdown-menu .bp-item.bp-item-active:focus {
    background-color: #0b5ed7;
    color: #fff;
}

.bp-item-active .badge {
    background-color: #198754;
    color: #fff;
}

.profile-switch-menu {
    height: auto;
    overflow-y: visible;
}

.profile-switch-menu.profile-switch-expanded {
    height: 360px;
    overflow-y: auto;
}
