.no-overscroll {
    overscroll-behavior: none;
}

.avatar-icon {
    width: 26px;
    height: 26px;
    background: white;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    margin-right: .5rem;
    font-size: 14px;
    border-radius: 50%;
}

@@media all and (max-width: 1199px) {

    .brsl-logo-icon,
    body.dashboard [data-header-type=logo-mid-end] .brsl-logo-container.brsl-sm,
    body.dashboard [data-header-type=logo-mid-end] .brsl-logo-container.brsl-sm~.header-end {
        width: 60px !important;
    }
}

@@media all and (min-width: 1200px) {

    .brsl-logo-icon,
    body.dashboard [data-header-type=logo-mid-end] .brsl-logo-container.brsl-sm,
    body.dashboard [data-header-type=logo-mid-end] .brsl-logo-container.brsl-sm~.header-end {
        width: 380px !important;
    }
}

.brsl-logo-icon svg {
    width: 30px;
}

.popover {
    --bs-popover-bg: #FCCF0D;
    /* background */
    --bs-popover-body-color: #050533;
    /* text color */
    --bs-popover-header-bg: #FCCF0D;
    /* header background */
    --bs-popover-header-color: #050533;
    /* header text */
    --bs-popover-border-color: #FCCF0D;
}

.rich-text.bg-vegablue a,
.rich-text.bg-vegablue p a {
    color: white;
}

#mfaSubmitButton:disabled {
    opacity: .25 !important;
}

.mfa-timer {
    transition: color 0.3s ease;
}

.validation-summary-errors ul {
    margin-top: 5px;
    list-style: none;
    padding: 0;
}

.validation-summary-errors li {
    background: #ffe0e0;
    padding: 10px;
    border-radius: 4px;
}

.mfa-code-boxes {
    display: flex;
    gap: 16px;
}

.mfa-box {
    width: 15%;
    height: 80px;
    border-radius: 10px;
    border: 2px solid #dededa;
    background-color: #ff;
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    outline: none;
    transition: all 0.15s ease;
}

.mfa-box:focus {
    border-color: #002EE5;
    background-color: #ffffff;
    transform: scale(1.05);
}

.mfa-box.filled {
    background-color: #ffffff;
    border-color: #002EE5;
}

button:disabled {
    background-color: #405259!important;
    border-color: #405259!important;
    color: white!important;
    cursor: not-allowed;
}

.manual-key {
    font-size: 12px;
    font-family: monospace;
    letter-spacing: 0.05em;
    word-spacing: 0.025em;
    display: inline-block;
    padding: 6px 10px;
    border-radius: 4px;
    background:white;
    color: #405259;
}

button#copyBtn {
    font-size: 14px !important;
    padding: .5rem .75rem !important;
    line-height: 1 !important;
}

.manual-key {
    user-select: none;           /* Prevent text selection */
    -webkit-user-select: none;   /* Safari */
    -ms-user-select: none;       /* IE/Edge legacy */
    cursor: pointer;             /* Indicates it's interactive */
}