﻿/* MFA Update css */
@import url('fonts.css');

#presto-page-layout {
    margin-left: auto;
    margin-right: auto;
    padding-top: 56px;
}

.new-pagesidenav .side-wrapper {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

li {
    display: list-item;
    text-align: -webkit-match-parent;
}


#presto-page-layout .new-mainContent {
    overflow: visible;
    position: relative;
    float: left;
    width: 624px;
    max-width: 100%;
    min-height: calc(100vh - 18.5rem);
}

.new-mainContent .header-title {
    font-size: 48px;
    line-height: 72px;
    margin-bottom: 16px;
}

.new-mainContent .MFAComponentContactDetails {
    text-align: center;
    font-size: 14px;
    line-height: 21px;
    font-family: 'AvenirNextLTPro-Regular';
    margin-top: 230px;
    margin-bottom: 68px;

    a {
    color: #005AC1;
    text-decoration: none;
    font-family: "AvenirNextLTPro-Demi";
}

a:hover {
    cursor: pointer;
}

}

.new-mainContent .MFAComponent {
    background-color: #fff;
    border: 1px solid #e8e8e8;
    margin-bottom: 16px;
}

.MFAComponent .MFAComponent-title {
    text-align: left;
    font-size: 22px;
    padding: 16px 24px;
    border-bottom: 1px solid #e8e8e8;
    margin: 0;
}

.MFAComponent .MFAComponent-content {
    padding: 24px;
    line-height: 24px;
    font-family: "AvenirNextLTPro-Regular", sans-serif;
}

/*email change css*/
#api .intro {
    display: none;
}

#api #attributeVerification .error {
    font-size: 14px;
    color: #d63d3d;
    background: url(/dist/presto-ui/static/media/error.32151db6.svg) no-repeat 1px 0;
    background-size: 16px;
    font-family: "AvenirNextLTPro-Demi", sans-serif;
    font-weight: bold;
    line-height: 21px;
    padding-left: 28px;
    margin-bottom: 10px;
}

#api #attributeVerification #passwordEntryMismatch,
#requiredFieldMissing,
#fieldIncorrect,
#claimVerificationServerError {
    margin-top: 15px;
}

/*.change-email-hideclaimsverified #claimVerificationServerError{
    display:none !important;
}*/
.error+.invalid {
    border-bottom: 2px solid #d63d3d !important;
}

.password-ul-change ul {
    margin-top: 0;
}

ul {
    padding-left: 0px;
    margin-bottom: 0px;
    list-style-type: none;
    /*margin-top:8px;*/
}

    ul .TextBox {
        padding-left: 0px;
    }

        ul .TextBox .attrEntry label {
            font-weight: bold;
            font-family: "AvenirNextLTPro-Demi", sans-serif;
            font-size: 14px;
        }

        ul .TextBox .attrEntry .error {
            font-size: 14px;
            color: #d63d3d;
            background: url(/dist/presto-ui/static/media/error.32151db6.svg) no-repeat 1px 2px;
            background-size: 16px;
            font-family: "AvenirNextLTPro-Demi", sans-serif;
            font-weight: bold;
            line-height: 21px;
            padding-left: 28px;
            margin-bottom: 10px;
        }

        ul .TextBox .attrEntry #email_label {
            display: block;
            margin-top: 8px;
            margin-bottom: 10px;
            font-family: "AvenirNextLTPro-Demi", sans-serif;
        }

        ul .TextBox .attrEntry .verificationSuccessText {
            color: #328633;
            font-family: "AvenirNextLTPro-Demi", sans-serif;
            margin-top: 10px;
            /*background: url(/dist/presto-ui/static/media/Success.3e77078f.svg) no-repeat 1px 2px;
            background-size: 16px;
            padding-left: 28px;*/
        }

        /*ul .TextBox .attrEntry #email_info {
            color: #328633;
            font-family: "AvenirNextLTPro-Demi",sans-serif;
        }*/
        ul .TextBox .attrEntry #email_ver_input_label {
            margin-bottom: 10px;
        }

        ul .TextBox .attrEntry input {
            border: none;
            border-bottom: 1px solid #191919;
            padding: 14px 24px 10px 16px;
            box-sizing: border-box;
            color: #474747;
            background-color: #e8e8e8;
            font-size: 16px;
            font-family: "AvenirNextLTPro-Regular", sans-serif;
            width: 100%;
            line-height: 24px;
            border-radius: 0;
            margin-top: 0px;
            margin-bottom: 15px
        }

            ul .TextBox .attrEntry input:hover {
                border-bottom: 2px solid #191919;
            }

            ul .TextBox .attrEntry input:active {
                border-bottom: 2px solid #191919;
            }

            ul .TextBox .attrEntry input:focus {
                outline: none;
            }

        ul .TextBox .attrEntry .helpLink {
            display: none;
        }

        ul .TextBox .attrEntry .verify {
            display: flex;
            /* justify-content: center; */
            flex-direction: column;
        }

            ul .TextBox .attrEntry .verify #email_ver_but_verify {
                margin-left: 40%;
                max-width: 175px;
                display: flex;
                justify-content: center;
                padding: 12px 16px;
                color: #fff;
                border: 1px solid #191919;
                background-color: #191919;
                font-family: "AvenirNextLTPro-Demi", sans-serif;
                font-size: 16px;
                text-transform: uppercase;
                margin-top: 16px;
                line-height: 24px;
                border-radius: 0;
            }

            ul .TextBox .attrEntry .verify #email_ver_but_edit {
                display: none !important;
            }

            ul .TextBox .attrEntry .verify #email_ver_but_resend {
                width: 178px;
                margin-top: -50px;
                margin-left: 69%;
                min-width: 106px;
                min-height: 48px;
                color: #191919;
                background: none !important;
                border: none;
                padding: 0 !important;
                color: #191919;
                text-decoration: underline;
                cursor: pointer;
                font-family: "AvenirNextLTPro-Demi", sans-serif;
                font-weight: bold;
                font-size: 16px;
                text-transform: uppercase;
                line-height: 24px;
                border-radius: 0;
            }

        ul .TextBox .attrEntry .buttons #email_ver_but_send {
            width: auto;
            min-width: 106px;
            min-height: 48px;
            align-items: center;
            justify-content: center;
            padding: 11px 16px;
            color: #fff;
            border: 1px solid #191919;
            background-color: #191919;
            font-family: "AvenirNextLTPro-Demi", sans-serif;
            font-weight: bold;
            font-size: 16px;
            text-transform: uppercase;
            margin-top: 16px;
            line-height: 24px;
            border-radius: 0;
            margin-left: auto;
        }

.buttons {
    display: flex;
    justify-content: end;
    flex-direction: row-reverse;
    padding-top: 16px;
}

    .buttons .disabled {
        color: #7A7A7A !important;
        background-color: #d1d1d1 !important;
        border: 0 !important;
        pointer-events: none;
    }

    .buttons #sendCode {
        margin-left: 8px;
        padding: 12px 16px;
        background-color: #191919;
        color: #ffffff;
        border: none;
        font-size: 16px;
        font-family: 'AvenirNextLTPro-Demi';
        line-height: 24px;
        text-transform: uppercase;
    }

    .buttons #verifyCode {
        padding: 12px 16px;
        background-color: #191919;
        color: #ffffff;
        border: none;
        font-size: 16px;
        font-family: 'AvenirNextLTPro-Demi';
        line-height: 24px;
        text-transform: uppercase;
    }

    .buttons #verifyPhone {
        padding: 12px 16px;
        background-color: #191919;
        color: #ffffff;
        border: none;
        font-size: 16px;
        font-family: 'AvenirNextLTPro-Demi';
        line-height: 24px;
        text-transform: uppercase;
    }


    .buttons #continue {
        width: auto;
        min-width: 106px;
        min-height: 48px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 12px 16px;
        color: #fff;
        border: 1px solid #191919;
        background-color: #191919;
        font-family: "AvenirNextLTPro-Demi", sans-serif;
        font-size: 16px;
        text-transform: uppercase;
        margin-top: 16px;
        line-height: 24px;
        border-radius: 0;
    }

/* Top cancel button style starts */
.MFAComponent {
    position: relative;
}

.buttons #cancel {
    font-family: 'AvenirNextLTPro-Regular';
    font-size: 12px;
    letter-spacing: 0;
    line-height: 24px;
    padding: 0;
    margin-left: auto;
    background: 0 0;
    border: 0;
    width: inherit;
    position: absolute;
    background-color: transparent;
    top: 2px;
    left: 18px;
    color: #191919;
    box-shadow: none;
    text-align: left;
    padding-top: 8px;
}

    .buttons #cancel:before {
        padding: 10px;
        vertical-align: middle;
        zoom: 50%;
        display: inline-block;
    }

    .buttons #cancel:before {
        content: url(/Content/Images/chevron-left.svg);
    }

/* Top cancel button style ends */

.verifying-modal #verifying_blurb {
    display: none;
}

ul .TextBox .attrEntry .verify #email_ver_but_verify:hover {
    cursor: pointer;
    background-color: #474747;
}

ul .TextBox .attrEntry .buttons #email_ver_but_send:hover {
    cursor: pointer;
    background-color: #474747;
}

.buttons #continue:hover {
    cursor: pointer;
    background-color: #474747;
}

.buttons #cancel:hover {
    cursor: pointer;
}

.buttons #sendCode:hover {
    cursor: pointer;
}

.buttons #verifyPhone:hover {
    cursor: pointer;
}

.buttons #verifyCode:hover {
    cursor: pointer;
}

/*password change css*/
ul {
    padding-left: 0px;
    margin-bottom: 0px;
    list-style-type: none;
}

#api .intro p {
    display: none;
}

#api .working {
    display: none;
}

#api .working {
    background: url(/Content/Images/loader.gif) no-repeat;
    height: 30px;
    width: auto;
    background-position: top;
}

ul .Password {
    padding-left: 0px;
}

    ul .Password .attrEntry label {
        display: block;
        font-weight: bold;
        font-family: "AvenirNextLTPro-Demi", sans-serif;
        font-size: 14px;
        margin-bottom: 10px;
    }

    ul .Password .attrEntry .error {
        font-size: 14px;
        color: #d63d3d;
        background: url(/dist/presto-ui/static/media/error.32151db6.svg) no-repeat 13px 2px;
        background-size: 16px;
        font-family: "AvenirNextLTPro-Demi", sans-serif;
        font-weight: bold;
        line-height: 21px;
        padding-left: 40px
    }

#claimVerificationServerError {
    font-size: 14px;
    color: #d63d3d;
    background: url(/dist/presto-ui/static/media/error.32151db6.svg) no-repeat 1px 2px;
    background-size: 16px;
    font-family: "AvenirNextLTPro-Demi", sans-serif;
    font-weight: bold;
    line-height: 21px;
    padding-left: 28px;
}

ul .Password .attrEntry input {
    border: none;
    border-bottom: 1px solid #191919;
    padding: 14px 24px 10px 16px;
    box-sizing: border-box;
    color: #474747;
    background-color: #e8e8e8;
    font-size: 16px;
    font-family: "AvenirNextLTPro-Regular", sans-serif;
    width: 100%;
    line-height: 24px;
    border-radius: 0;
    margin-top: 0px;
    margin-bottom: 15px
}

    ul .Password .attrEntry input:hover {
        border-bottom: 2px solid #191919;
    }

    ul .Password .attrEntry input:active {
        border-bottom: 2px solid #191919;
    }

    ul .Password .attrEntry input:focus {
        outline: none;
    }

ul .Password .attrEntry .helpLink {
    display: none;
}

#presto-page-layout+.footer {
    margin-top: 80px
}

/*.pwviewIconToggle, .newPwviewIconToggle, .confirmPwviewIconToggle {
    padding-left: 40px;
    background: url(/dist/presto-ui/static/media/View.091f635a.svg) no-repeat left;
    background-size: 28px;
    left: -40px;
    position: relative;
    cursor: pointer;
}

.pwhideIconToggle, .newPwhideIconToggle, .confirmPwhideIconToggle {
    padding-left: 40px;
    background: url(/dist/presto-ui/static/media/Hide.27427f20.svg) no-repeat left;
    background-size: 17px;
    left: -35px;
    position: relative;
    cursor: pointer;
}*/

button:focus {
    outline: 0.25rem solid #8bb8e8;
}

a:focus {
    outline-color: #8bb8e8;
}

/* common css for all flows */
.new-mainContent .MFAComponentHeading {
    margin-top: 149px;
    margin-bottom: 32px;
    font-size: 48px;
    line-height: 72px;
    font-family: 'AvenirNextLTPro-Demi';
    text-align: center;
}

.MFAComponentMessage {
    font-family: 'AvenirNextLTPro-Regular';
    font-size: 18px;
    line-height: 22px;
}

.new-mainContent .MFAComponent {
    margin-top: 16px;
    margin-bottom: 0;
}

.MFAComponentContent .MFAUpdates {
    padding: 18px 42px 24px;
}

.MFAComponent .MFAComponentContent .MFAUpdates .heading {
    display: none;
}


    /* starting message note */
    .MFAComponentContent .MFAUpdates .intro {
        display: block !important;
        font-family: 'AvenirNextLTPro-Regular';
        font-size: 18px;
        line-height: 24px;
    }

        .MFAComponentContent .MFAUpdates .intro p {
            display: block !important;
            margin-top: 24px;
            margin-bottom: 16px;
        }

.MFAComponent .MFAComponentContent .MFAUpdates #errorMessage p {
    font-size: 16px;
    line-height: 24px;
    font-family: 'AvenirNextLTPro-Regular';
    color: #D63D3D;
    margin-bottom: 8px;
}

/* update flow */
.MFAComponentContent .MFAUpdates .phoneNumbers {
    text-align: center;
    padding-top: 16px;
    padding-bottom: 32px;
    font-size: 18px;
    font-family: 'AvenirNextLTPro-Regular';
    line-height: 24px;
}

    .MFAComponentContent .MFAUpdates .phoneNumbers .type {
        display: none;
    }

.MFAComponentContent .MFAUpdates .phoneEntry {
    font-size: 18px;
    font-family: 'AvenirNextLTPro-Regular';
    line-height: 24px;
    text-align: center;
    margin-bottom: 16px;
}

/* verify code in all flows */
.MFAComponentContent .MFAUpdates #codeVerification .actionLabel {
    display: block;
    font-size: 18px;
    line-height: 24px;
    font-family: 'AvenirNextLTPro-Demi';
    padding-bottom: 14px;
}

    .MFAComponentContent .MFAUpdates #codeVerification .actionLabel #retryCode {
        color: #005ac1;
        font-family: 'AvenirNextLTPro-Regular';
        cursor: pointer;
        text-decoration: none;
    }

.MFAComponentContent .MFAUpdates #codeVerification .error p {
    margin: 0;
    font-size: 16px;
    line-height: 24px;
    color: #d63d3d;
    font-family: 'AvenirNextLTPro-Regular';
}

.MFAComponentContent .MFAUpdates #codeVerification #verificationCode {
    margin-top: 8px;
    border: 1px solid #bababa;
    border-radius: 3px;
    margin-bottom: 16px;
    font-size: 18px;
    line-height: 24px;
    padding: 11px 61px 9px 20px;
    width: 454px;
    font-family: 'AvenirNextLTPro-Regular';
}

.MFAComponentContent .MFAUpdates #codeVerification input:focus-visible {
    outline-color: #8bb8e8;
}

/* country code and phone number in all flows */
.MFAComponentContent .input .code {
    margin-bottom: 16px;
    display: flex;
    flex-direction: column;
}

    .MFAComponentContent .input .code label {
        font-family: 'AvenirNextLTPro-Demi';
        font-size: 18px;
        padding-bottom: 8px;
        text-align: start !important;
    }

    .MFAComponentContent .input .code .error p {
        margin-top: 0;
        margin-bottom: 0;
        font-size: 16px;
        line-height: 24px;
        font-family: 'AvenirNextLTPro-Regular';
        color: #d63d3d;
        text-align: start !important;
    }

    .MFAComponentContent .input .code #countryCode {
        padding: 10px 61px 10px 20px;
        height: 48px;
        border: 1px solid #bababa;
        border-radius: 3px;
        margin-top: 14px;
        font-size: 18px;
        line-height: 24px;
        font-family: 'AvenirNextLTPro-Regular';
        color: #191919;
        background: inherit;
        -moz-appearance: none;
        -webkit-appearance: none;
        appearance: none;
        background-image: url(/dist/presto-ui/static/media/down.58830cb4.svg);
        background-repeat: no-repeat;
        background-position: calc(100% - 10px);
    }

        .MFAComponentContent .input .code #countryCode:focus-visible {
            outline-color: #8bb8e8;
        }

.MFAComponentContent .input .number {
    display: flex;
    flex-direction: column;
}

    .MFAComponentContent .input .number label {
        font-size: 18px;
        line-height: 24px;
        font-family: 'AvenirNextLTPro-Demi';
        padding-bottom: 8px;
        text-align: start !important;
    }

    .MFAComponentContent .input .number .error p {
        margin-top: 0;
        margin-bottom: 0;
        font-size: 16px;
        line-height: 24px;
        font-family: 'AvenirNextLTPro-Regular';
        color: #d63d3d;
        text-align: start !important;
    }

    .MFAComponentContent .input .number input {
        margin-top: 14px;
        padding: 10px 61px 10px 20px;
        border: 1px solid #bababa;
        border-radius: 3px;
        /* width: 460px; */
        height: 24px;
        font-size: 18px;
        line-height: 24px;
        font-family: 'AvenirNextLTPro-Regular';
    }

        .MFAComponentContent .input .number input::placeholder {
            color: #181818;
            padding: 0;
            font-family: 'AvenirNextLTPro-Regular';
        }

        .MFAComponentContent .input .number input:focus-visible {
            outline-color: #8bb8e8;
        }

/* mobile css */
@media only screen and (max-width: 920px) {
    #presto-page-layout {
        margin: unset;
        padding-left: 16px;
        padding-right: 16px;
    }

        #presto-page-layout .new-mainContent {
            overflow: visible;
            position: relative;
            float: left;
            /* width: 60%; */
        }

    .new-pagesidenav .side-wrapper {
        display: none;
    }

    .new-mainContent .header-title {
        font-size: 32px;
        line-height: 48px
    }

    #api #attributeVerification .error {
        background-size: 14px;
        padding-left: 35px;
    }

    ul .TextBox .attrEntry .verify #email_ver_but_verify {
        margin-left: 0;
        width: 100%;
        max-width: none;
    }

    ul .TextBox .attrEntry .verify #email_ver_but_resend {
        margin-left: 0;
        width: 100%;
        margin-top: 16px;
    }

    ul .TextBox .attrEntry .buttons #email_ver_but_send {
        width: 100%;
    }


    .buttons #cancel {
        order: unset;
        margin-right: 0;
        padding-top: 12px;
    }

    .new-mainContent .MFAComponentHeading {
        font-size: 24px;
        line-height: 48px;
        margin-top: 42px;
        margin-bottom: 32px;
    }

    .MFAComponentMessage {
        margin: 0 10px;
        font-size: 14px;
        line-height: 16px;
    }

    .MFAComponent {
        margin: 0 10px 80px;
    }

        .MFAComponent .MFAComponentContent .MFAUpdates {
            padding: 16px 19px 31px 18px;
        }

        .MFAComponent .MFAComponentContent .MFAUpdates .heading {
            display: none;
        }

            .MFAComponent .MFAComponentContent .MFAUpdates .buttons #cancel:before {
                padding-left: 4px;
            }

            .MFAComponent .MFAComponentContent .MFAUpdates .intro {
                font-size: 16px;
                line-height: 19px;
            }

            .MFAComponent .MFAComponentContent .MFAUpdates #errorMessage p {
                font-size: 14px;
                line-height: 16px;
            }

            .MFAComponent .MFAComponentContent .MFAUpdates .phoneNumbers {
                padding-bottom: 35px;
                padding-top: 16px;
            }

                .MFAComponent .MFAComponentContent .MFAUpdates .phoneNumbers .phoneNumber {
                    font-size: 16px;
                    line-height: 17px;
                    padding-bottom: 4px
                }

            .MFAComponent .MFAComponentContent .MFAUpdates .phoneEntry {
                margin-bottom: 16px;
            }

                .MFAComponent .MFAComponentContent .MFAUpdates .phoneEntry .input .code label {
                    font-size: 14px;
                    line-height: 24px;
                }

                .MFAComponent .MFAComponentContent .MFAUpdates .phoneEntry .input .code .error p {
                    font-size: 14px;
                    line-height: 16px;
                    text-align: start !important;
                }

                .MFAComponent .MFAComponentContent .MFAUpdates .phoneEntry .input .code #countryCode {
                    margin-top: 4px;
                    font-size: 14px;
                    line-height: 24px;
                    padding: 12px 31px 8px 10px;
                    background-size: 20px 20px;
                }

                .MFAComponent .MFAComponentContent .MFAUpdates .phoneEntry .input .number label {
                    font-size: 14px;
                    line-height: 24px;
                    padding-bottom: 4px;
                }

                .MFAComponent .MFAComponentContent .MFAUpdates .phoneEntry .input .number .error p {
                    font-size: 14px;
                    line-height: 16px;
                    text-align: start !important;
                }

                .MFAComponent .MFAComponentContent .MFAUpdates .phoneEntry .input .number input {
                    margin-top: 4px;
                    font-size: 14px;
                    line-height: 24px;
                    padding: 12px 31px 8px 10px;
                }

                .MFAComponent .MFAComponentContent .MFAUpdates .phoneEntry .phoneNumber .number {
                    font-size: 16px;
                    line-height: 17px;
                    padding-bottom: 16px;
                }

            .MFAComponent .MFAComponentContent .MFAUpdates #codeVerification .actionLabel {
                display: block;
                font-size: 14px;
                line-height: 16px;
                padding-bottom: 4px;
            }

            .MFAComponent .MFAComponentContent .MFAUpdates #codeVerification .error p {
                font-size: 14px;
                line-height: 16px;
            }

            .MFAComponent .MFAComponentContent .MFAUpdates #codeVerification #verificationCode {
                width: 100%;
                padding: 8px 31px 4px 10px;
                height: 39px;
                font-size: 14px;
                line-height: 24px;
                box-sizing: border-box;
                margin-bottom: 32px;
            }

            .MFAComponent .MFAComponentContent .MFAUpdates #codeVerification input::placeholder {
                padding: 0;
            }

            .MFAComponent .MFAComponentContent .MFAUpdates .buttons {
                flex-direction: column;
                padding-top: 16px;
                gap: 16px;
            }

                .MFAComponent .MFAComponentContent .MFAUpdates .buttons #sendCode {
                    width: auto;
                    margin-left: 0;
                    line-height: 19px;
                }

                /* call me button*/
                .MFAComponent .MFAComponentContent .MFAUpdates .buttons #verifyPhone {
                    width: auto;
                    line-height: 19px;
                }

                .MFAComponent .MFAComponentContent .MFAUpdates .buttons #verifyCode {
                    width: auto;
                    line-height: 19px;
                }

                .MFAComponent .MFAComponentContent .MFAUpdates .buttons #continuePhone {
                    width: 100%;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    color: #fff;
                    border: 1px solid #191919;
                    background-color: #191919;
                    font-family: "AvenirNextLTPro-Demi", sans-serif;
                    font-size: 16px;
                    text-transform: uppercase;
                    border-radius: 0;
                    padding: 15px 0 13px;
                    margin-top: 0;
                    line-height: 19px;
                }

    .new-mainContent .MFAComponentContactDetails {
        margin-top: 80px;
        margin-bottom: 200px;
    }

    @supports (-webkit-touch-callout: none) {

        /* CSS specific to iOS devices */
        .MFAComponent .MFAComponentContent .MFAUpdates .buttons #cancel:before {
            padding-bottom: 8px;
        }
    }
}

/*@supports (-webkit-touch-callout: none) {
    .pwhideIconToggle, .newPwhideIconToggle, .confirmPwhideIconToggle, .pwviewIconToggle, .newPwviewIconToggle, .confirmPwviewIconToggle {
        left: 90%;
        bottom: 50px;
    }
}*/