.account-wrapper {
    background-color: #f5f6f8;
    height: 100vh;
    height: 100dvh;
}
#vue-account {
    height: 100%;
    overflow: hidden;
}
.topbar {
    height: 56px;
    background: #fff;
    border-bottom: 1px solid #e5e7eb;
    display: flex;
    align-items: center;
    box-shadow: 0 1px 2px rgba(0,0,0,0.06);
    position: sticky;       /* hoặc fixed */
    top: 0;
    z-index: 10;
}

.mobile-sidebar-btn {
    color: #4B5563;
}

.user-box {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 4px 8px;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    background: #fff;
}

.user-box span {
    font-size: 13px;
    color: #374151;
}

.user-box .avatar {
    width: 28px;
    height: 28px;
    font-size: 12px;
}

.logo-area {
    width: 220px;
    padding-left: 16px;
    font-weight: 700;
    color: #0d6efd;
    font-size: 16px;
}

.title-area {
    font-size: 12px;
}

.sidebar {
    width: 220px;
    background: #EDEFF2;
    min-height: calc(100vh - 56px);
}

.sidebar .nav-link {
    font-size: 14px;
    color: #4B5563;
    padding: 8px 12px;
    border-radius: 6px;
    font-weight: 500;
    display: flex;
    align-items: center;
}
.sidebar .nav-link svg{
    transform: translateY(-1px);
    display: block;
}

.sidebar .nav-link.active {
    color: #111827;
    font-weight: 500;
    border-radius: 8px;
    background: #FFFFFF;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.24), 0 1px 2px 0 rgba(0, 0, 0, 0.12);
}
#mobileSidebar .nav-link.active {
    color: #2463EB !important;
}
#mobileSidebar .nav-link {
    color: #4B5563;
    font-weight: 600;
}
.content {
    padding: 24px 16px;
    width: 100%;
    background: #F3F4F6;
    height: 100%;
    overflow: auto;
}
.content .card {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0px 1px 2px 0px #0000001F, 0px 0px 1px 0px #0000003D;
    border: none;
}
.account-card {
    border-radius: 16px;
}
.account-card .card-header,
.account-card .card-body {
    padding: 16px;
    border-radius: 16px
}

.account-card .card-header {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.card-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    color: #111827;
}

.card-subtitle {
    font-size: 14px;
    color: #4B5563 !important;
}

.form-label {
    font-size: 14px;
    margin-bottom: 4px;
}
.card-account .form-label {
    margin-bottom: 8px;
}
.form-control-disabled,
.form-control:disabled {
    background-color: #F3F4F6;
    color: #4B5563 !important;
    border-color: #D1D5DB;
}
.avatar {
    width: 40px;
    height: 40px;
    font-size: 14px;
    font-weight: 600;
}

.content-wrapper {
    max-width: 760px;
    width: 100%;
}

.app-layout.scroll {
    height: calc(100dvh - 56px);
}

.otp-input {
    width: 56px !important;
    max-height: 56px !important;
    height: 56px !important;
    font-size: 20px !important;
}

@media (min-width: 992px) {
    .app-layout {
        display: grid;
        grid-template-columns: 220px 1fr;
    }
}

@media (max-width: 991.98px) {
    .content-wrapper {
        max-width: 100%;
    }
    .app-layout {
        display: block;
    }
}
.row {
    flex-wrap: wrap;
}
.card-header {
    background: #fff;
    border-bottom: 1px solid #eef0f2;
    padding: 16px;
}

.card .list-group-item {
    border: 0;
    border-top: 1px solid #eef0f2;
    padding: 14px 20px;
}

.card .list-group-item:first-child {
    border-top: none;
}

.login-history-box {
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    background: #fff;
    overflow: hidden;
    margin: 15px;
}

.login-history-box .list-group-item {
    border: 0;
    border-top: 1px solid #eef0f2;
    margin: 0 16px;
    padding: 16px 0;
}

.login-history-box .list-group-item .user-agent {
    display: flex;
    flex-direction: column;
    gap: 2px;
    line-height: 20px;
}

.login-history-box .list-group-item:first-child {
    border-top: none;
}

.password-wrapper {
    position: relative;
}

.password-toggle {
    position: absolute;
    top: 50%;
    right: .75rem;
    transform: translateY(-50%);
    cursor: pointer;
    color: #6c757d;
    z-index: 5;
}

.password-toggle:hover {
    color: #212529;
}

.password-wrapper .form-control {
    padding-right: 2.5rem;
}
.ps-relative {
    position: relative;
}

/* ===== APP SWITCHER ===== */
.app-switcher-btn {
    width: 36px;
    height: 36px;
    padding: 0;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.app-switcher-btn i {
    font-size: 18px;
    color: #4B5563;
}

.app-switcher-menu {
    width: 360px;
    max-height: calc(100vh - 68px);
    overflow: auto;
    border-radius: 16px;
    border: none;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.12), 0px 0px 1px 0px rgba(0, 0, 0, 0.24);
    margin-top: 20px !important;
}

.app-item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 12px;
    border-radius: 12px;
    text-decoration: none;
    color: #111827;
}

.app-item:hover {
    background: #f3f4f6;
}

.app-icon {
    width: 56px;
    height: 56px;
    min-width: 56px;   /* tránh bị co */
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.app-icon img {
    width: 56px;
    height: 56px;
    object-fit: contain;
    display: block;
}


.app-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.app-title {
    font-weight: 600;
    font-size: 14px;
    line-height: 1.4;
}

.app-desc {
    font-size: 14px;
    color: #6b7280;
}


.bg-indigo { background: #4f46e5; }

/* ================================
   USER DROPDOWN MENU
================================ */
.user-dropdown-menu {
    width: 420px;
    max-height: calc(100vh - 68px);
    overflow: auto;
    border-radius: 16px;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.12), 0px 0px 1px 0px rgba(0, 0, 0, 0.24);
    border: none;
    padding: 16px;
    margin-top: 22px !important;
}

.user-info-header {
    padding: 0 0 20px 0;
    text-align: center;
}

.main-avatar-circle img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.main-avatar-circle {
    width: 80px;
    height: 80px;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 44px;
    margin: 0 auto 12px;
    position: relative;
}

.main-avatar-circle span {
    display: block;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    align-content: center;
}

.main-avatar-circle img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.content-inner-border {
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    overflow: hidden;
}

.account-scroll-area {
    max-height: 232px;
    overflow-y: auto;
}

.app-item-user {
    position: relative;
    display: flex;
    padding: 16px 12px;
    text-decoration: none !important;
    color: #333;
    transition: background 0.15s;
    align-items: center;
}
.account-scroll-area .app-item-user::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    left: 68px;
    height: 1px;
    background-color: #f0f0f0;
}
.app-item-user:only-child::after,
.app-item-user:last-child::after {
    content: none;
}
.app-item-user:hover {
    background-color: #f9f9f9;
}
.app-item-user:active {
    background-color: #DCEBFE;
}

.app-icon-user {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 12px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    color: white;
    position: relative;
}
.app-icon-user img { width: 100%; height: 100%; object-fit: cover; }

.app-text-user { overflow: hidden; display: flex; flex-direction: column; gap: 4px; }
.app-title-user { font-weight: 600; font-size: 14px; }
.app-desc-user { font-size: 14px; color: #777; }

.badge-default {
    background: #e9ecef; color: #666; font-size: 10px;
    padding: 2px 6px; border-radius: 4px; margin-left: 6px;
    white-space: nowrap;
}

.dropdown-footer-actions {
    border-top: 1px solid #e0e0e0;
    background-color: #fff;
    display: flex;
    flex-direction: column;
}

.dropdown-footer-actions .app-item-user {
    border-bottom: none !important;
    font-size: 14px;
    padding: 8px 16px;
}

.action-icon {
    color: #2463EB;
    background-color: #F0F6FF !important;
    font-size: 18px;
}

.account-scroll-area::-webkit-scrollbar { width: 5px; }
.account-scroll-area::-webkit-scrollbar-thumb { background: #e0e0e0; border-radius: 10px; }

.btn-shop-trigger {
    display: inline-flex;
    align-items: center;
    background: #fff;
    border: 1px solid #dcdfe6;
    padding: 8px;
    transition: all 0.2s;
    outline: none !important;
    box-shadow: none !important;
    height: 32px;
    cursor: pointer;
    border-radius: 8px;
    max-width: 180px;
}
.btn-shop-trigger:focus,
.btn-shop-trigger:active,
.app-switcher-btn:focus {
    outline: none !important;
    box-shadow: none !important;
    background-color: #f5f7fa !important;;
    border-color: #dcdfe6 !important;
}

.btn-shop-trigger:focus-visible {
    outline: none !important;
    box-shadow: none !important;
}
.app-switcher-btn:hover,
.btn-shop-trigger:hover,
.btn-delete-avatar:hover,
.btn-upload-avatar:hover {
    border-color: #c0c4cc !important;
    background-color: #f5f7fa !important;
    color: inherit;
}

.shop-title {
    font-size: 14px;
    font-weight: 500;
    color: #303133;
    margin-right: 8px;
}

.trigger-avatar-wrapper {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    flex-shrink: 0;
    font-size: 12px;
    color: #fff;
    line-height: 0;
    position: relative;
}

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

.trigger-avatar-wrapper span {
    display: block;
    font-size: 10px;
    font-weight: 600;
    align-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.app-icon-user span {
    display: block;
    font-size: 24px;
    font-weight: 600;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.card-account .app-icon-user span {
    display: block;
    font-size: 12px;
}
.bi-bold {
    -webkit-text-stroke: 0.5px currentColor;
}
.card-account .app-icon-user
{
    width: 32px;
    height: 32px;
    margin-right: 0;
    border-radius: 8px;
}
.card-account .app-icon-user-wrapper {
    padding: 8px 16px 20px;
    border-bottom: 1px solid #E5E7EB;
    margin: 0px -16px;
}

.filter-gray {
    filter: brightness(0) invert(33%) sepia(13%) saturate(915%) hue-rotate(182deg) brightness(96%) contrast(89%);
}
.btn.text-danger {
    color: #BA1C1C !important
}
.btn-upload-avatar,
.btn-delete-avatar {
    font-weight: 600;
    border-color: #9CA3B0;
}

.btn-upload-avatar img,
.btn-delete-avatar img {
    transform: translateY(-1.5px);
    display: inline-block;
}

.btn-hrv-secondary
{
    color: #4b5563;
    box-shadow: 0 1px #0000001f;
    background: #fff;
    border: 1px solid #9ca3b0;
}

.btn-hrv-secondary:hover {
    background: #f9fafb;
    color: initial;
}
.btn-hrv-secondary:not(:disabled):active,
.btn-hrv-secondary[data-state=open] {
    color: initial;
    border: 1px solid #9ca3b0;
    background: #f3f4f6;
    box-shadow: 0 3px #00000014 inset;
}
.btn.btn-primary {
    box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.12),
        0px -2px 0px 0px rgba(0, 0, 0, 0.16) inset;
}

.btn-primary:active {
    box-shadow: inset 0px 2px 0px 0px rgba(0, 0, 0, 0.25),
        inset 0px -1px 0px 0px rgba(0, 0, 0, 0.12);
}
.btn.btn-primary,
.btn.btn-outline-secondary {
    font-weight: 600;
    white-space: nowrap;
}
.account-card .btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    padding: 6px 10px;
    line-height: 1.25;
}
.cropper-modal-body {
    overflow: hidden;      
    padding: 0;          
}
.cropper-container {
    max-width: 100% !important;
    max-height: 100% !important;
}
.cropImage{
    width: 100%;
    height: 60vh;
    display: block;
}
.modal-otp {
    max-width: 484px;
}
.border-start-0 {
    border-left: none !important;
}
.border-end-0 {
    border-right: none !important;
}

@media (max-width: 576px) {
    .user-dropdown-menu {
        width: calc(100vw - 24px);
        margin-right: -4px !important;
    }
    .app-switcher-menu {
        width: calc(100vw - 24px);
        margin-right: -12px !important;
    }
    .otp-input {
        width: 48px !important;
        max-height: 48px !important;
        height: 48px !important;
        font-size: 20px !important;
    }
    .btn-shop-trigger {
        border: none;
        padding: 0;
    }
    .btn-shop-trigger:hover {
        background-color: transparent !important;
    }
}
.security-container .btn-outline-danger,
.security-container .btn-hrv-secondary {
    font-weight: 600;
    border-color: #9CA3B0;
    white-space: nowrap;
    height: 32px;
    box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.12);
}

.security-container .btn-outline-danger:hover,
.security-container .btn-outline-danger:focus-visible {
    background: #F9FAFB;
    border-color: #9CA3B0;
}

.security-container .btn-outline-danger:active,
.security-container .btn-outline-danger+.btn:active {
    color: initial;
    border: 1px solid #9ca3b0;
    background: #F9FAFB;
    box-shadow: 0 3px #00000014 inset;
}

.form-check .form-check-input {
    --bs-border-color: #4B5563;
}

.security-container .form-check {
    min-height: inherit;
    margin-bottom: 0px;
}

.security-container .form-switch .form-check-input {
    height: 19px;
    width: 32px;
    margin-top: 0;
    --bs-form-check-bg: #9CA3B0;
    border: none;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='white'/%3e%3c/svg%3e");
}

.security-container .form-switch .form-check-input:focus {
    box-shadow: none;
}

.security-container .login-history-box .list-group-item .list-group-item__icon {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #E5E7EB80;
    border-radius: 50%;
}
.security-container .login-history-box .list-group-item .list-group-item__icon .icon-passkey {
    transform: translateY(-3px);
}

.delete-passkey.btn.btn-link {
    display: flex;
    height: 32px;
    align-content: center;
    padding: 6px;
    --bs-btn-hover-bg: rgba(254, 200, 200, 0.2);
    --bs-btn-active-bg: rgba(254, 200, 200, 0.3);
}

/* MODAL */
@media (min-width:576px) {
    .modal-dialog {
        --bs-modal-width: 600px;
    }
}

.modal-content {
    --bs-modal-border-radius: 1rem;
}

.modal-content .btn-close {
    width: 1rem;
    height: 1rem;
}

.modal-content .btn-close:focus,
.modal-content .btn-close:focus-visible {
    box-shadow: none;
    outline: 0;
}

.modal-footer {
    padding: 8px;
}

.jq-toast-wrap .jq-toast-single {
    border-radius: 8px !important;
    padding: 12px !important;
    line-height: 20px;
}

.jq-toast-wrap .close-jq-toast-single {
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
}

/* Bootstrap Select */
.bootstrap-select>select.bs-select-hidden,
select.bs-select-hidden,
select.selectpicker {
    display: none !important
}

.bootstrap-select {
    min-width: 220px;
    min-height: 40px;
    vertical-align: middle;
}

.bootstrap-select>.dropdown-toggle {
    position: relative;
    width: 100%;
    min-height: 40px;
    text-align: right;
    white-space: nowrap;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: 1px solid #D1D5DB;
    background-color: #fff;
    --bs-btn-font-size: 14px !important;
    color: #212529 !important;
}

.bootstrap-select>.dropdown-toggle.btn-check:checked+.btn,
.bootstrap-select>.dropdown-toggle.btn.active,
.bootstrap-select>.dropdown-toggle.btn.show,
.bootstrap-select>.dropdown-toggle.btn:first-child:active,
:not(.bootstrap-select>.dropdown-toggle.btn-check)+.bootstrap-select>.dropdown-toggle.btn:active {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
    background-color: #fff;
}

.bootstrap-select>.dropdown-toggle.btn:hover {
    background-color: #fff;
}

.bootstrap-select>.dropdown-toggle:after {
    margin-top: -1px;
    border: none;
    content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    width: 12px;
    height: 18px;
    margin-left: .5em;
    vertical-align: middle;
}

.bootstrap-select>.dropdown-toggle.bs-placeholder,
.bootstrap-select>.dropdown-toggle.bs-placeholder:active,
.bootstrap-select>.dropdown-toggle.bs-placeholder:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder:hover {
    color: #999;
}

.bootstrap-select>select {
    position: absolute !important;
    bottom: 0;
    left: 50%;
    display: block !important;
    width: .5px !important;
    height: 100% !important;
    padding: 0 !important;
    opacity: 0 !important;
    border: none;
    z-index: 0 !important
}

.bootstrap-select>select.mobile-device {
    top: 0;
    left: 0;
    display: block !important;
    width: 100% !important;
    z-index: 2 !important
}

.bootstrap-select.is-invalid .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle,
.has-error .bootstrap-select .dropdown-toggle,
.was-validated .bootstrap-select select:invalid+.dropdown-toggle {
    border-color: #b94a48
}

.bootstrap-select.is-valid .dropdown-toggle,
.was-validated .bootstrap-select select:valid+.dropdown-toggle {
    border-color: #28a745
}

.bootstrap-select.fit-width {
    width: auto !important
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%;
}

.bootstrap-select.form-control {
    margin-bottom: 0;
    padding: 0;
    border: none;
    height: auto;
}

:not(.input-group)>.bootstrap-select.form-control:not([class*=col-]) {
    width: 100%;
}

.bootstrap-select.form-control.input-group-btn {
    float: none;
    z-index: auto;
}

.form-inline .bootstrap-select,
.form-inline .bootstrap-select.form-control:not([class*=col-]) {
    width: auto
}

.bootstrap-select:not(.input-group-btn),
.bootstrap-select[class*=col-] {
    float: none;
    display: block;
    margin-left: 0
}

.bootstrap-select.dropdown-menu-right,
.bootstrap-select[class*=col-].dropdown-menu-right,
.row .bootstrap-select[class*=col-].dropdown-menu-right {
    float: right
}

.form-group .bootstrap-select,
.form-horizontal .bootstrap-select,
.form-inline .bootstrap-select {
    margin-bottom: 0
}

.form-group-lg .bootstrap-select.form-control,
.form-group-sm .bootstrap-select.form-control {
    padding: 0
}

.form-group-lg .bootstrap-select.form-control .dropdown-toggle,
.form-group-sm .bootstrap-select.form-control .dropdown-toggle {
    height: 100%;
    font-size: inherit;
    line-height: inherit;
    border-radius: inherit
}

.bootstrap-select.form-control-lg .dropdown-toggle,
.bootstrap-select.form-control-sm .dropdown-toggle {
    font-size: inherit;
    line-height: inherit;
    border-radius: inherit
}

.bootstrap-select.form-control-sm .dropdown-toggle {
    padding: .25rem .5rem
}

.bootstrap-select.form-control-lg .dropdown-toggle {
    padding: .5rem 1rem
}

.form-inline .bootstrap-select .form-control {
    width: 100%
}

.bootstrap-select.disabled,
.bootstrap-select>.disabled {
    cursor: not-allowed
}

.bootstrap-select.disabled:focus,
.bootstrap-select>.disabled:focus {
    outline: 0 !important
}

.bootstrap-select.bs-container {
    position: absolute;
    top: 0;
    left: 0;
    height: 0 !important;
    padding: 0 !important;
}

.bootstrap-select.bs-container .dropdown-menu {
    z-index: 1060;
}

.bootstrap-select .dropdown-toggle .caret {
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -2px;
    vertical-align: middle;
}

.bootstrap-select .dropdown-toggle .bs-select-clear-selected {
    position: relative;
    display: block;
    margin-right: 5px;
    text-align: center;
}

.bs3.bootstrap-select .dropdown-toggle .bs-select-clear-selected {
    padding-right: inherit;
}

.bootstrap-select .dropdown-toggle .bs-select-clear-selected span {
    position: relative;
    top: -webkit-calc(((-1em / 1.5) + 1ex)/ 2);
    top: calc(((-1em / 1.5) + 1ex)/ 2);
    pointer-events: none;
}

.bs3.bootstrap-select .dropdown-toggle .bs-select-clear-selected span {
    top: auto;
}

.bootstrap-select .dropdown-toggle.bs-placeholder .bs-select-clear-selected {
    display: none;
}

.input-group .bootstrap-select.form-control .dropdown-toggle {
    border-radius: inherit;
}

.bootstrap-select[class*=col-] .dropdown-toggle {
    width: 100%;
}

.bootstrap-select .dropdown-menu {
    min-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 8px;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.12), 0px 0px 1px 0px rgba(0, 0, 0, 0.24);
    border: none;
}

.bootstrap-select .dropdown-menu>.inner:focus {
    outline: 0 !important
}

.bootstrap-select .dropdown-menu.inner {
    position: static;
    float: none;
    border: 0;
    padding: 0;
    margin: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.bootstrap-select .dropdown-menu li {
    position: relative;
}

.bootstrap-select .dropdown-menu li a.active small {
    color: rgba(255, 255, 255, .5) !important;
}

.bootstrap-select .dropdown-menu li a:active,
.bootstrap-select .dropdown-menu li a:hover {
    color: #212529 !important;
    background-color: #f5f5f5;
}

.bootstrap-select .dropdown-menu li a.active {
    background: rgba(190, 219, 254, 0.3);
    color: #212529 !important;
}

.bootstrap-select .dropdown-menu li.disabled a {
    cursor: not-allowed;
}

.bootstrap-select .dropdown-menu li a {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 0.375rem 0.5rem;
    border-radius: 8px;
}

.bootstrap-select .dropdown-menu li a.opt {
    position: relative;
    padding-left: 0.375rem 0.5rem;
}

.bootstrap-select .dropdown-menu li a span.check-mark {
    display: none;
}

.bootstrap-select .dropdown-menu li a span.text {
    display: inline-block;
}

.bootstrap-select .dropdown-menu li small {
    padding-left: .5em;
}

.bootstrap-select .dropdown-menu .notify {
    position: absolute;
    bottom: 5px;
    width: 96%;
    margin: 0 2%;
    min-height: 26px;
    padding: 3px 5px;
    background: #f5f5f5;
    border: 1px solid #e3e3e3;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    pointer-events: none;
    opacity: .9;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.bootstrap-select .dropdown-menu .notify.fadeOut {
    -webkit-animation: .3s linear 750ms forwards bs-notify-fadeOut;
    -o-animation: .3s linear 750ms forwards bs-notify-fadeOut;
    animation: .3s linear 750ms forwards bs-notify-fadeOut;
}

.bootstrap-select .no-results {
    padding: 3px;
    background: #f5f5f5;
    margin: 0 5px;
    white-space: nowrap;
}

.bootstrap-select.fit-width .dropdown-toggle .bs-caret:before {
    content: '\00a0';
}

.bootstrap-select.fit-width .dropdown-toggle .caret {
    position: static;
    top: auto;
    margin-top: -1px;
}

.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
    position: absolute;
    display: inline-block;
    right: 15px;
    top: 5px;
}

.bootstrap-select.show-tick .dropdown-menu li a span.text {
    margin-right: 34px;
}

.bootstrap-select .bs-ok-default:after {
    content: '';
    display: block;
    width: .5em;
    height: 1em;
    border-style: solid;
    border-width: 0 .26em .26em 0;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.bootstrap-select.show-menu-arrow.open>.dropdown-toggle,
.bootstrap-select.show-menu-arrow.show>.dropdown-toggle {
    z-index: 1061
}

.bs-actionsbox,
.bs-donebutton,
.bs-searchbox {
    padding: 4px 8px;
}

.bs-actionsbox {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.bs-actionsbox .btn-group {
    display: block;
}

.bs-actionsbox .btn-group button {
    width: 50%;
}

.bs-donebutton {
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.bs-donebutton .btn-group {
    display: block;
}

.bs-donebutton .btn-group button {
    width: 100%;
}

.bs-searchbox+.bs-actionsbox {
    padding: 0 8px 4px;
}

.bs-searchbox .form-control {
    margin-bottom: 0;
    width: 100%;
    float: none;
}

.account-list {
    max-height: calc(4 * 95px);
    overflow-y: scroll;
    overflow-x: hidden;
}

.account-item {
    border: 1px solid #e9ecef;
    border-radius: 12px;
    transition: background-color .2s;
    cursor: pointer;
    padding: 17px 0;
}

.account-item:hover {
    background-color: #EDEFF2;
}

.account-item:active {
    background-color: #DCEBFE;
}

.account-item .app-icon-user {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}
.account-item .app-icon-user span {
    font-size: 14px;
    font-weight: 600;
}

.account-email {
    font-size: 14px;
    color: #6c757d;
}
.btn-add-account {
    display: inline-flex;
    align-items: center;
}
.btn-add-account i {
    font-size: 20px;
    line-height: 1;
    position: relative;
    top: 1px;
}

.account-list::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: transparent;
}

.account-list::-webkit-scrollbar {
    width: 0.4rem;
    background-color: transparent;
}

.account-list::-webkit-scrollbar-thumb {
    height: 5rem;
    background-color: #d1d5db;
    border-radius: 10px;
    transition: opacity 0.2s ease;
}