.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;
}

.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: 12px;
}

.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;
}

#mfaSubmitButton:disabled,
button:disabled {
    background-color: #DEDEDB!important;
    border-color: #DEDEDB!important;
    color: #405259!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 */
}

/* From File */
.modal-backdrop.show{
	background-color: rgba(0,0,0,.5);
}

.mfa-step-nav {
	gap: .5rem;
}

.mfa-step-nav .nav-link {
	position: relative;
	border: 0;
	background: transparent;
	color: var(--bs-secondary-color);
	padding: 0 0 .5rem;
	text-align: center;
}

.mfa-step-nav .nav-link::before {
	content: "";
	display: block;
	height: 4px;
	border-radius: 999px;
	background: var(--bs-border-color);
	margin-bottom: .5rem;
}

.mfa-step-nav .nav-link.active::before {
	background: var(--bs-primary);
}

.mfa-step-nav .nav-link span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1.75rem;
	height: 1.75rem;
	border-radius: 50%;
	background: var(--bs-border-color);
	color: var(--bs-body-color);
	font-size: .875rem;
	font-weight: 600;
}

.mfa-step-nav .nav-link.active span {
	background: var(--bs-primary);
	color: #fff;
}

.mfa-step-nav .nav-link small {
	display: block;
	margin-top: .25rem;
	font-size: .75rem;
}
.mfa-step-nav .nav-link.completed::before {
	background: var(--bs-primary);
}

.mfa-step-nav .nav-link.completed span {
	background: var(--bs-primary);
	color: #fff;
}
.auth-app-links a:hover{
	border-color: #002EE5!important;
}

#cancelBtnDiv .btn-link{
    color: #012ee5!important;
}

.umbraco-forms-form .btn.primary{
    width: 100%;
}