.login-revise {
    --ab-red: #c8202a;
    --ab-red-dark: #a4161f;
    --ab-navy-deep: #00041E;
    --ab-navy: #131836;
    --ab-navy-row: #1b2145;
    --yellow: #FFC001;
    --yellow-hover: #ffd03a;
    --ab-green: #4ade80;
    --card-bg: #ffffff;
    --card-input-bg: #f1f4fb;
    --card-input-border: #d8deed;
    --card-text: #12172b;
    --card-label: #4a5470;
    --card-muted: #7a839c;
    --red-accent: var(--ab-red);
    --red-deep: var(--ab-red-dark);
    --text-primary: #f5f6fa;
    --text-secondary: #98a1c4;
    --error: #ff5a5a;
}

.login-hero {
    width: 100%;
}

.login-hero > app-widget-host {
    padding: 20px 20px 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    position: relative;
}

.login-hero .beto-back-button {
    position: absolute;
    left: 14px;
    top: calc(50% + 5px);
    transform: translateY(-50%);
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: none;
    background: rgba(255, 255, 255, 0.10);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.15s;
}

.login-hero .beto-back-button a {
    color: transparent;
    width: 100%;
    height: 100%;
    background-image: url(/v1.540/r/images/accessbet/icons/material-symbols_close_white.svg);
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: center;
}

.login-hero .logo img {
    height: 28px;
    width: auto;
    display: block;
}

.login-revise .login-auth {
    text-align: center;
    padding: 28px 24px 24px;
    display: block;
    padding-top: 132px;
}
.login-revise .login-auth.forgot-password .login-title,
.login-revise .login-auth.forgot-password .login-subtitle{
    display:none
}
#root:not(.otp_sent) .login-revise .login-auth.forgot-password .login-title.forgot-password,
#root:not(.otp_sent) .login-revise .login-auth.forgot-password .login-subtitle.forgot-password,
#root.otp_sent .login-revise .login-auth.forgot-password .login-title.change-password,
#root.otp_sent .login-revise .login-auth.forgot-password .login-subtitle.change-password,
#root:not(.otp_sent) .login-footer app-block.forgot-password,
#root.otp_sent .login-footer app-block.change-password{
    display:block
}
.login-revise .login-auth .login-title {
    font-family: 'Archivo', 'Public Sans', sans-serif;
    font-size: 34px;
    font-weight: 900;
    font-style: italic;
    letter-spacing: -1px;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.login-revise .login-auth .login-subtitle {
    font-size: 14px;
    color: var(--text-secondary);
    line-height: 1.5;
    max-width: 310px;
    margin: 0 auto;
}

#root .login-revise .login-wrapper {
    background: var(--card-bg);
    border-radius: 18px;
    padding: 24px 20px 22px;
    margin: 0 16px;
    box-shadow: 0 16px 44px rgba(0, 0, 0, 0.42);
    color: var(--card-text);
}

#root .login-revise .login-wrapper .beto-login {
    padding: 0
}

#root .login-revise .beto-login .form-row {
    margin-bottom: 10px;
    max-width: unset;
}

#root .login-revise .beto-login .form-row.remember-me-row {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 4px 0 20px;
    cursor: pointer;
    user-select: none;
}

#root .login-revise .beto-login .form-row.remember-me-row label {
    order: 3;
    font-size: 13.5px;
    font-weight: 600;
    color: var(--card-label);
}

#root .login-revise .beto-login .form-row.remember-me-row .form-element-wrapper {
    display: contents;
}

#root .login-revise .beto-login .form-row.remember-me-row input {
    width: 21px;
    height: 21px;
    border-radius: 6px;
    border: 1.8px solid var(--card-input-border);
    background: var(--card-input-bg);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    appearance: none;
}

#root .login-revise .beto-login .form-row.remember-me-row input:checked {
    background: var(--yellow);
    border-color: var(--yellow);
    background-image: url(/v1.540/r/images/accessbet/icons/check_blue.svg);
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: center;
}

#root .login-revise .beto-login .form-row label {
    display: block;
    font-size: 13px;
    font-weight: 700;
    color: var(--card-label);
}

#root .login-revise .beto-login .form-row.password-row {
    flex-direction: row;
    flex-wrap: wrap;
}

#root .login-revise .beto-login .form-row.password-row label {
    order: -2;
    flex: 1;
    width: auto;
    min-width: unset;
}

#root .login-revise .beto-login .form-row.password-row .form-element-wrapper {
    display: contents
}

#root .login-revise .beto-login .form-row.password-row .icon-show-pass-container {
    flex: 1;
    position: unset;
    order: -1;
    background-image: unset;
    width: auto;
    height: auto;
    justify-content: flex-end;
    position: relative;
    top: unset;
    right: unset;
}

#root .login-revise .beto-login .form-row.password-row .icon-show-pass-container::before {
    background: none;
    border: none;
    font-family: inherit;
    font-size: 12px;
    font-weight: 700;
    color: var(--card-muted);
    cursor: pointer;
    padding: 0;
    text-align: right;
}

#root .login-revise .beto-login .form-row.password-row .icon-show-pass-container i {
    position: absolute;
    width: 100%;
    height: 100%;
}

#root .login-revise .beto-login .form-row.password-row input[type="text"] ~ .icon-show-pass-container::before {
    content: "Hide Password"
}

#root .login-revise .beto-login .form-row.password-row input[type="password"] ~ .icon-show-pass-container::before {
    content: "Show Password";
}

#root .login-revise .beto-login input:not([type="checkbox"]) {
    width: 100%;
    padding: 15px 16px!important;
    border-radius: 10px;
    border: 1.5px solid var(--card-input-border);
    background: var(--card-input-bg);
    color: var(--card-text);
    font-family: inherit;
    font-size: 16px;
    font-weight: 500;
    outline: none;
    height: auto;
    text-indent: 8px;
    appearance: none;
    text-align: left;
}

#root .login-revise .beto-login .button-submit-login {
    width: 100%;
    padding: 16px;
    border-radius: 999px;
    border: none;
    background: var(--yellow);
    color: #1a1000;
    font-family: inherit;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 0.2px;
    cursor: pointer;
    transition: all 0.16s;
    box-shadow: 0 4px 16px rgba(255, 192, 1, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    max-width: unset;
    height: auto;
}

#root .login-revise .beto-login .button-submit-login span {
    height: unset;
    padding: 0;
    color: inherit;
}

#root .login-revise .keep-me-row {
    display: none;
}

@media (max-height: 700px) {
    .login-revise .login-auth {
        padding-top: 76px;
    }
}

#root .login-revise .login-wrapper .forgotpass {
    display: block;
    width: 100%;
    background: none;
    border: none;
    font-family: inherit;
    font-size: 14px;
    font-weight: 700;
    color: var(--red-accent);
    cursor: pointer;
    padding: 16px 0 2px;
    text-align: center;
}

#root .login-revise .register-instead {
    text-align: center;
    padding: 30px 24px 40px;
    margin: 0px;
}

#root .login-revise .register-instead > app-widget-host {
    display: flex;
    flex-direction: column;
}

#root .login-revise .register-instead .text {
    font-size: 14px;
    color: var(--text-secondary);
    font-weight: 500;
    margin-bottom: 14px;
}

#root .login-revise .register-instead .link {
    display: block;
    width: 100%;
    max-width: 340px;
    margin: 0 auto;
    padding: 15px;
    border-radius: 999px;
    border: none;
    background: #ffffff;
    color: var(--ab-navy-deep);
    font-family: inherit;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 0.2px;
    cursor: pointer;
    transition: all 0.16s;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.28);
}

@media (min-width: 768px) {
    #root .login-revise .login-wrapper, #root .login-revise .register-instead,
    #root .login-auth,.login-footer{
        width: 100%;
        max-width: 440px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 768px) {
    #root .login-revise .login-wrapper {
        padding: 30px 34px 34px;
        border-radius: 8px;
        box-shadow: 0 18px 50px rgba(0, 0, 0, 0.35);
    }

    #root .login-revise .login-title {
        font-size: 44px;
        margin-bottom: 6px;
    }

    #root .login-revise .login-subtitle {
        font-size: 15px;
        max-width: none;
    }

    #root .login-revise .beto-login .form-row {
        margin-bottom: 16px;
    }
}

@media (min-width: 768px) {
    #root .login-revise .beto-login .button-submit-login, #root .login-revise .register-instead .link {
        border-radius: 6px;
        padding: 14px;
        font-size: 15px;
    }
}

body#root div[class*=mobile] .login-revise .ui-autocomplete .ui-autocomplete-input::placeholder {
    text-indent: unset;
}

.login-revise .login-auth .icon {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    margin: 0 auto 16px;
    background: rgba(255, 192, 1, 0.10);
    border: 2px solid rgba(255, 192, 1, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-revise .login-auth .icon img {
    width: 32px;
    height: 32px;
    color: var(--yellow);
}

.instructions-wrapper > app-widget-host {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 12px;
    padding: 15px 16px;
    border-radius: 12px;
    background: var(--yellow);
    border: none;
    margin-bottom: 20px;
}

.instructions-wrapper > app-widget-host > .icon {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    background: #1a1000;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.instructions-wrapper > app-widget-host > .icon img {
    width: 19px;
    height: 19px;
    color: var(--yellow);
}
.instructions-container {
    width:100%;
}
.instructions-container  > app-widget-host {
    align-items:flex-start
}
.instructions > app-widget-host {
    display:inline;
}
.instructions .text {
    display:contents
}
.instructions .text.text-bold {
    font-weight:800;
}
.instructions .text.text-underline {
    
}
.instructions .text  div {
    display:inline;
    margin-right:2px;
}
.instructions-container .email-chip > app-widget-host {
   display: inline-flex;
    align-items: center;
    gap: 5px;
    flex-direction:row;
    padding: 5px 11px;
}
.instructions-container .email-chip {
    
    
    border-radius: 999px;
    font-size: 11px;
    font-weight: 800;
    border: none;
    background: #14833d;
    color: #fff;
    margin-top: 10px;
}
.instructions-container .email-chip .icon {
    width: 12px;
    height: 12px;
}
.login-revise #change_password_form label{
    font-size: 13px;
    font-weight: 700;
    color: var(--card-label);
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin-bottom: 7px;
}
.login-revise #change_password_form label span.required {
    display:none
}
.login-revise #change_password_form  > div {
    width:100%;
    margin-bottom: 18px;
}
.login-revise #change_password_form .field-otp .password-wrap {
    display:flex;
    display: flex;
    gap: 9px;
    justify-content: center;
    margin-bottom: 6px;
}
.login-revise #change_password_form .field-otp .password-wrap .otp-digit {
    width: 48px;
    height: 56px;
    border-radius: 11px;
    border: 1.5px solid var(--card-input-border);
    background: var(--card-input-bg);
    color: var(--card-text);
    font-family: inherit;
    font-size: 22px;
    font-weight: 800;
    text-align: center;
    outline: none;
}
.login-revise #change_password_form .field-otp .password-wrap .otp-digit.input-filled {
    border-color: var(--card-text);
    background: var(--card-text);
    color: #fff;
}
.resend-code-container {
    text-align: center;
    font-size: 13px;
    color: var(--card-muted);
    margin: 14px 0 4px;
}
.resend-code-container button {
    background: none;
    border: none;
    font-family: inherit;
    font-size: 13px;
    font-weight: 800;
    
    padding: 0;
}
.resend-code-container button div {
    display:none
}
.resend-code-container button:disabled {
    cursor: not-allowed;
}
.resend-code-container button:disabled .disabled-button-wrapper{
    display:block;
    color: var(--card-muted);
    
}
.resend-code-container button:disabled .disabled-button-wrapper .time {
    font-weight: 800;
    color: var(--card-text);
    font-variant-numeric: tabular-nums;
}
.resend-code-container button:not(:disabled) .enabled-button-wrapper {
    display:block;
    color: var(--red-accent);
    cursor: pointer;
}
.login-revise #change_password_form div:not(.field-otp) .password-wrap input {
    width: 100%;
    padding: 15px 16px;
    border-radius: 10px;
    border: 1.5px solid var(--card-input-border);
    background: var(--card-input-bg);
    color: var(--card-text);
    font-family: inherit;
    font-size: 16px;
    font-weight: 500;
    outline: none;
    transition: all 0.18s;
}
.login-revise  #change_password_form .rule-progress-container {
    display:none;
}
.login-revise  #change_password_form .rules-list {
        margin-top: 11px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.login-revise  #change_password_form .rules-list li {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12.5px;
    color: var(--card-muted);
    transition: color 0.18s;
}
.login-revise  #change_password_form .rules-list li.active {
    color: #1a9a4a;
    font-weight: 600;
}
.login-revise #change_password_form .rules-list li .rule-active-indicator{
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #e2e7f2;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.login-revise #change_password_form .rules-list li.active .rule-active-indicator {
    background-color: #1a9a4a;
    background-image:url(/v1.540/r/images/accessbet/icons/tickwhite.svg);
    background-size:8px;
    background-repeat:no-repeat;
    background-position:center;
}
.login-revise #change_password_form .toggle-visibility {
    background: none;
    border: none;
    font-family: inherit;
    font-size: 12px;
    font-weight: 700;
    color: var(--card-muted);
    cursor: pointer;
    padding: 0;
    transition: color 0.15s;
}
.login-revise #change_password_form .field-submit button{
    width: 100%;
    padding: 16px;
    border-radius: 999px;
    border: none;
    background: var(--yellow);
    color: #1a1000;
    font-family: inherit;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 0.2px;
    cursor: pointer;
    transition: all 0.16s;
    box-shadow: 0 4px 16px rgba(255, 192, 1, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
}
.login-revise #change_password_form .field-submit button:disabled {
    opacity:.4
}
.otp_sent .instructions-wrapper {
    display:none
}
#custom_forgot_password > div {
    margin-bottom: 18px;
}
#custom_forgot_password label {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin-bottom: 7px;
    font-size: 13px;
    font-weight: 700;
    color: var(--card-label);
}
#custom_forgot_password .input-wrapper {
    display:flex;
}
#custom_forgot_password .input-wrapper input {
    width: 100%;
    padding: 15px 16px;
    border-radius: 10px;
    border: 1.5px solid var(--card-input-border);
    background: var(--card-input-bg);
    color: var(--card-text);
    font-family: inherit;
    font-size: 16px;
    font-weight: 500;
    outline: none;
        border-radius: 0 10px 10px 0;
}
#custom_forgot_password .input-wrapper .phone-prefix {
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 0 13px;
    border: 1.5px solid var(--card-input-border);
    border-right: none;
    border-radius: 10px 0 0 10px;
    background: #e8ecf6;
    font-size: 15px;
    font-weight: 700;
    color: var(--card-label);
}
#custom_forgot_password .input-wrapper .phone-prefix .flag {
    width: 21px;
    height: 15px;
    border-radius: 2.5px;
    overflow: hidden;
    display: flex;
    flex-shrink: 0;
    background-image:url(/assets/themes/betomall/images/icons/flags/nigeria.svg);
    background-size:25px auto;
    background-position:center;
}
#forgot_password_form_error:not(:empty) {
    align-items: flex-start;
    display:flex;
    gap: 9px;
    padding: 11px 13px;
    border-radius: 8px;
    background: transparent;
    border: 1px solid #e8a5a5;
    margin: 4px 0 18px;
}
#forgot_password_form_error .icon {
    width: 16px;
    height: 16px;
    background-image:url(/v1.540/r/images/accessbet/icons/cautionred.svg);
    background-size:contain;
    background-repeat:no-repeat;
}
#forgot_password_form_error .error-wrapper {
    display:flex;
    flex-direction:column;
    flex:1;
    font-size: 12.5px;
    color: #c15a55;
    line-height: 1.45;
    font-weight: 500;
}
#forgot_password_form_error .error-wrapper span {
    font-size: 13px;
    font-weight: 700;
    color: #d8403a;
    margin-bottom: 2px;
}
#forgot_password_submit {
    width: 100%;
    padding: 16px;
    border-radius: 999px;
    border: none;
    background: var(--yellow);
    color: #1a1000;
    font-family: inherit;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 0.2px;
    cursor: pointer;
    transition: all 0.16s;
    box-shadow: 0 4px 16px rgba(255, 192, 1, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
}
#change_password_form .error-container:not(:empty) {
     display: flex; 
    align-items: center;
    gap: 5px;
    font-size: 12px;
    font-weight: 600;
    
    margin-top: 6px;
}
#change_password_form .password-wrap:not(.passwords-match) .error-container:not(:empty) {
    color: var(--error);
}
#change_password_form .password-wrap:not(.passwords-match) .error-container:not(:empty)::before {
    content:"";
    min-width: 13px;
    height: 13px;
    flex-shrink: 0;
    display:block;
    background-image:url(/v1.540/r/images/accessbet/icons/danger.svg);
    background-size:contain;
    background-repeat:no-repeat;
}
.login-footer {
    text-align:center;
    padding: 30px 24px 40px;
}
.login-footer app-block {
    display:none;
}
.login-link {
   
    background: none;
    border: none;
    font-family: inherit;
    font-size: 13.5px;
    font-weight: 700;
    color: var(--text-secondary);
    cursor: pointer;
    padding: 0;
    transition: color 0.15s;
}

.login-link  app-widget-host {
     display: inline-flex;
    flex-direction:row;
    align-items: center;
    gap: 6px;
    justify-content:center;
}
.login-link  app-widget-host  .icon {
    width: 15px;
    height: 15px;
}
.card-divider {
    height: 1px;
    background: #e6eaf4;
    margin: 18px 0;
}
.snackbar {
    
    position: fixed;
    left: 50%;
    bottom: 26px;
    transform: translateX(-50%);
    width: max-content;
    max-width: calc(100% - 32px);
    padding: 12px 18px 12px 14px;
    border-radius: 10px;
    background: #171b2e;
    border: 1px solid rgba(255, 255, 255, 0.10);
    display: none;
    align-items: center;
    gap: 10px;
    z-index: 200;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.55);
    overflow: hidden;
    animation: toast-up 0.26s cubic-bezier(.2, .9, .3, 1);
}
.snackbar::before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    bottom: 10px;
    width: 3px;
    border-radius: 0 3px 3px 0;
    background: var(--error);
}
.snackbar.success::before {
    background: var(--ab-green);
}
}
.snackbar.success::after {
    content:"";
    minwidth: 18px;
    height: 18px;
    display:block;
    background-image:url(/v1.540/r/images/accessbet/icons/success_tick.svg);
    background-size:cover;
    background-repeat:no-repeat;
    order:-1;
}
.snackbar-message {
    font-size: 13.5px;
    font-weight: 600;
    color: #eef0f7;
    line-height: 1.4;
}
.snackbar.snackbar-active {
    display:flex;
}
.password-success-login-link {
    width: 100%;
    padding: 16px;
    border-radius: 999px;
    border: none;
    background: var(--yellow);
    color: #1a1000;
    font-family: inherit;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 0.2px;
    cursor: pointer;
    transition: all 0.16s;
    box-shadow: 0 4px 16px rgba(255, 192, 1, 0.3);
    
    gap: 9px;
    max-width:320px;
    margin:0 auto;
}
.password-success-login-link div {
    width:100%;
    height:100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.password-success-wrapper {
    flex:1;
    height:100%;
}
.password-success-wrapper > app-widget-host {
    height:100%;
    justify-content:center;
}
.password-success-wrapper .login-auth {
    padding:0;
}
#root .password-success-wrapper .login-auth .icon {
    width: 108px;
    height: 108px;
    border-radius: 50%;
    background: radial-gradient(circle at 50% 35%, #2a3160 0%, #1b2145 70%);
    border: 2.5px solid rgba(255, 192, 1, 0.35);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 26px;
    animation: pop 0.45s cubic-bezier(.2, 1.3, .4, 1) both;
    position: relative;
}
#root .password-success-wrapper .login-auth .icon img {
    width: 62px;
    height: 62px;
}
#root .password-success-wrapper .login-auth .login-title {
    font-family: 'Archivo', 'Public Sans', sans-serif;
    font-size: 27px;
    font-weight: 900;
    font-style: italic;
    letter-spacing: -0.8px;
    text-transform: uppercase;
    margin-bottom: 11px;
    color: #fff;
}
#root .password-success-wrapper .login-auth .login-subtitle {
    font-size: 14.5px;
    color: var(--text-secondary);
    line-height: 1.6;
    margin-bottom: 30px;
    max-width: 300px;
}
@keyframes toast-up {
    0% {
    opacity: 0;
    transform: translateX(-50%) translateY(12px);
}
100% {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}
}

@media (min-width: 768px) {
    .snackbar  {
        bottom: 34px;
        padding: 13px 20px 13px 16px;
    }
    .login-revise .login-auth .icon {
        width: 80px;
        height: 80px;
        margin-bottom: 20px;
    }

    .login-revise .login-auth .icon img {
        width: 36px;
        height: 36px;
    }

    .instructions-wrapper > app-widget-host {
        padding: 18px 20px;
        border-radius: 8px;
        margin-bottom: 24px;
        gap: 14px;
    }

    .instructions-wrapper > app-widget-host > .icon img {
        width: 21px;
        height: 21px;
    }
   .login-revise #change_password_form .field-submit button,
    #forgot_password_submit,
    .password-success-login-link {
    border-radius: 6px;
        padding: 14px;
        font-size: 15px;
    }
        .login-footer {
        padding: 34px 0 60px;
    }
    .card-divider {
    
    margin: 24px 0;
}
    #root .password-success-wrapper .login-auth .icon {
        width: 132px;
        height: 132px;
        margin-bottom: 30px;
    }
    #root .password-success-wrapper .login-auth .icon img {
        width: 76px;
        height: 76px;
    }
    #root .password-success-wrapper .login-auth .login-title {
        font-size:34px;
    }
    #root .password-success-wrapper .login-auth .login-subtitle {
        font-size: 15.5px;
        max-width: 380px;
    }
}