﻿.gateway-container, .address-container, .multipleAddress-container {
    display: flex;
    flex-direction: column;
    padding: 40px 35px 0px 35px;
    font-family: "BerninaSans";
}
.account-lookup-container {
    display: flex;
    flex-direction: column;
    padding: 40px 35px 0px 35px;
    font-family: "BerninaSans";
    overflow-x: hidden;
}

.paybill-block {
    display: flex;
    justify-content: center;
}

.paybill-content {
    font-size: 28px;
    display: flex;
    line-height: normal;
    font-weight: 300;
    letter-spacing: -0.5px;
}

.form-captcha {
    display: flex;
    flex-direction: column;
    padding: 20px 11px 0px !important;
}

.btn-newpay-user {
    border: 1.5px solid #FFFFFF;
    height: 44px;
    width: 212px;
    border-radius: 30px;
    font-size: 14px;
    line-height: 16px;
    background-color: #EB161E;
    font: #FFFFFF;
    color: #FFFFFF;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .btn-newpay-user:hover, .btn-newpay-user:visited {
        color: white;
    }

.guest-newpay-btn {
    display: flex;
    height: 44px;
    width: 210px;
}

.text-align {
    align-content: center;
}

.warning-blurb {
    /*visibility: hidden;*/

    background-color: rgba(253, 183, 20, 0.15);
    height: auto;
    margin: 1rem 0 0 6rem;
    line-height: 2rem;
    font-size: 1.4rem;
    width: auto;
}

.sec-table-row-1-BB {
    display: flex;
    flex-direction: row;
    text-align: left;
    margin: 20px 0px 10px 0px;
    padding: 8px !important;
}

.button-align {
    justify-items: center;
    margin-top: 1.5rem;
}

.Warning-icon {
    margin: 5px;
    padding-right: 5px !important;
}

.login-block {
    display: flex;
    flex-direction: row;
    margin-top: 60px;
    font-size: 20px;
    line-height: 28px;
    font-weight: 300;
    height: 132px;
}

.exist-user, .guest-user {
    width: 45%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    letter-spacing: -0.25px;
}

.or-block {
    width: 10%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
}

.exist-user-text, .guest-user-text {
    text-align: center;
}

.btn-exist-user {
    color: white;
    text-decoration: none;
    height: 46px;
    width: 148px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    cursor: pointer;
}

    .btn-exist-user:hover {
        color: white;
    }

.btn-guest-user {
    border: 1.5px solid #EB161E;
    height: 46px;
    width: 202px;
    border-radius: 30px;
    font-size: 14px;
    line-height: 16px;
    background-color: #FFFFFF;
    font: #EB161E;
    color: #EB161E;
    font-weight: 600;
    cursor: pointer;
}

.before-or, .after-or {
    border: 1px solid #4D4D4D33;
    height: 30%;
}

.login-to-pay {
    display: flex;
    height: 46px;
    width: 148px;
    justify-content: center;
    align-items: center;
    border-color: #FFFFFF;
    border-radius: 30px;
    font-size: 14px;
    line-height: 16px;
    background-color: #EB161E;
    font: #FFFFFF;
    color: #FFFFFF;
}

/*layout css*/


.wrapper-page {
    min-height: 600px;
}


.account-lookup-step {
    margin-top: 20px;
}

.account-lookup-question {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: -0.22px;
    margin-left: 5px !important;
}

.lookup-section {
    height: 260px;
    display: flex;
    padding: 0px 40px;
    justify-content: space-between;
    padding: 40px;
}

.use-account-number, .use-social-security-number {
    height: 128px;
    border: 2px solid #007DB9;
    width: 45%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -0.25px;
    border-radius: 12px;
    color: #007DB9;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
}

.lookup-navigation {
    display: flex;
    height: 46px;
    justify-content: space-between;
    align-items: center;
    padding: 0px 10px;
}

.lookup-navigation-captcha {
    display: flex;
    height: 46px;
    justify-content: space-between;
    align-items: center;
    padding: 0px 10px;
    margin-top: 5rem;
}

.row-captcha {
    display: inherit;
    flex-wrap: wrap;
    margin: 10px 20px;
    padding-bottom: 2px;
}

.btnBack {
    font-size: 14px;
    font-weight: bold;
    display: flex;
}

.backArrow {
    margin-right: 4px;
}

.btnContinue:disabled {
    width: 140px;
    height: 46px;
    border-radius: 30px;
    box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.2);
    border: 1px solid var(--Neutrals-Medium-Gray, #959595) !important;
    background-color: #fff;
    color: #959595;
    font-size: 14px;
}

.btnContinue {
    width: 140px;
    height: 46px;
    border-radius: 30px;
    box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.2);
    border: 1px solid #EB161E !important;
    background-color: #EB161E;
    color: #FFFFFF;
    font-size: 14px;
    cursor: pointer;
}

.btnLookup:disabled {
    width: 200px;
    height: 46px;
    border-radius: 30px;
    box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.2);
    border: 1px solid var(--Neutrals-Medium-Gray, #959595) !important;
    background-color: #fff;
    color: #959595;
    font-size: 14px;
}

.btnLookup {
    width: 200px;
    height: 46px;
    border-radius: 30px;
    box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.2);
    border: 1px solid #EB161E !important;
    background-color: #EB161E;
    color: #FFFFFF;
    font-size: 14px;
    cursor: pointer;
}

.btnContinue:enabled:hover {
    box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.2);
    border: none;
    background-color: #bb1218;
    color: #fff;
}

.selected {
    background-color: #007DB9;
    color: #FFFFFF;
}

.lookup-navigation-mobile {
    padding: 0px 20px;
    display: flex;
    height: 46px;
    justify-content: space-between;
    align-items: center;
}

.mobile-bottom-buttons {
    padding: 20px 0px;
}


.personal-info-section {
    height: 340px;
}

.form-label {
    display: block;
}

.form-gp {
    display: flex;
    flex-direction: column;
    gap: 8px !important;
    padding: 20px 10px 0px !important;
}

.guestpay-lookup-label {
    color: #4D4D4D;
    /* Input Label */
    font-family: BerninaSans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; /* 114.286% */
    display: flex;
}

.guestpay-form {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.guestpay-form input[type="text"], .guestpay-form select {
    width: 370px !important;
    /* height: 30px; */
    border: #4D4D4D 1px solid;
    /* margin: 0.8rem 0 2rem 0; */
    padding: 12px 16px 12px 16px;
    font-family: "BerninaSans";
    font-size: 16px;
}

.input-textbox {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    overflow-x: hidden;
}

.tssn {
    margin-left: 370px;
}

.display-block {
    display: block;
}

.display-none {
    display: none;
}

.display-flex {
    display: flex;
}

.subtract-icon {
    width: 1.4rem;
    height: 1.4rem;
    padding-left: 6px !important;
}

.ssn-icon {
    width: 20px;
    height: 20px;
    /*margin: -65px 0px 0px 375px;*/
    display: inline;
    vertical-align: middle;
    margin-left: -30px;
    margin-right: 7px;
}

.input-textbox {
    display: flex;
    /* justify-content: flex-start; */
    align-items: center;
}

.error-msg-2 {
    /* width: 23.7rem; */
    color: #EB161E;
    font-size: 1.4rem;
    text-align: left;
}

.input-validation-error {
    border-color: red;
}

.guestpay-personalinformation {
    /*height: 340px;*/
    gap: 24px;
}

.guestpay-address-continuebutton {
    height: 46px;
    width: 154px;
    padding: 15px 30px 15px 30px;
    border-radius: 30px;
    box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.2);
    border: 1px solid #EB161E !important;
    background-color: #EB161E;
    color: #FFFFFF;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
}

.searchagainbtn {
    font-size: 14px;
    font-weight: bold;
    display: flex;
    text-decoration: underline rgba(0, 125, 185, 0.30) !important;
    -webkit-text-decoration: underline rgba(0, 125, 185, 0.30) !important;
    text-underline-offset: 5px;
}

.guestpay-address-question {
    color: #222222;
    /* Header - H2 */
    font-family: "BerninaSans";
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: 32px;
    letter-spacing: -0.22px;
    margin-top: 20px;
}

.address-step {
    margin-top: 24px;
    height: 310px;
}

.guestpay_AddressLines {
    height: 24px;
    color: #222222;
    /* Header - H5 */
    font-family: "BerninaSans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.22px;
}

.guestpay-address-spacing {
    margin-bottom: 12px;
}

.guestpay-addressinfo {
    width: 325px;
    border: 1px solid #4D4D4D33;
    padding: 20px;
    gap: 12px;
    margin-bottom: 30px;
}

.guestpay-address-header {
    height: 24px;
    color: #222222;
    /* Header - H5 */
    font-family: "BerninaSans";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -0.25px;
}

.ssn-block {
    position: relative;
}

.tssn {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    position: absolute;
}

/*Mobile*/
@media (max-width: 480px) {
    .wrapper-page {
        min-height: 380px !important;
        margin-bottom: 330px !important;
    }

    .guest-user-btn {
        width: 90% !important;
    }

    .account-lookup-container {
        display: flex;
        flex-direction: column;
        padding: 40px 20px 0px 20px;
        font-family: "BerninaSans";
    }

    .multipleAddress-container {
        padding: 30px 20px 0px 20px;
    }

    .warning-blurb {
        font-size: 1.3rem;
    }

    .guest-newpay-btn {
        width: 100% !important;
    }

    .btn-newpay-user {
        width: 100% !important;
    }

    .margin-zero {
        margin: 0 0 1rem 0 !important;
    }

    .lookup-section {
        display: flex;
        height: 156px;
        width: 100% !important;
        justify-content: space-between;
        padding: 40px 0px;
        gap: 20px !important;
    }

    .use-account-number, .use-social-security-number {
        height: 156px;
        width: 50%;
    }

    .account-lookup-question {
        font-size: 20px;
    }

    .form-gp {
        padding: 20px 0px 0px !important;
    }

    .form-captcha {
        padding: 20px 0px 0px !important;
    }

    .guestpay-form input[type="text"], .guestpay-form select {
        width: 100% !important;
        /* height: 30px; */
        border: #4D4D4D 1px solid;
        /*margin-left: auto;*/
        padding: 12px 10px 12px 10px;
        font-family: "BerninaSans";
        font-size: 16px;
    }

    .ssn-icon {
        /*margin-left: -27px;*/
        position: relative;
        right: 6px
    }

    .tssn {
        right: 10px;
    }
    /*#toggleSSN {
        margin-left: -9% !important;
    }*/
    .personal-info-section {
        height: auto;
        padding-bottom: 20px;
    }

    .guestpay-personalinformation {
        height: auto;
        margin-right: -15px !important;
        margin-left: -15px !important;
    }

    .guestpay-address-question {
        /* Header - H2 */
        font-size: 20px;
        margin-top: 20px;
        line-height: 28px;
        letter-spacing: -0.25px;
        margin-left: -10px !important;
    }

    .guestpay-addressinfo {
        width: auto;
    }

    .address-step {
        height: auto;
    }

    .accountLookupError {
        width: auto !important;
        margin: 0px !important;
    }
}

.guestpay-form-error {
    border: red 1px solid !important;
}

@media (max-width: 540px) {

    .guest-newpay-btn {
        width: 100% !important;
    }

    .btn-newpay-user {
        width: 100% !important;
    }

    .margin-zero {
        margin: 0 0 1rem 0 !important;
    }
}
/*Tablet device*/
@media (max-width: 840px) {
    .login-block {
        flex-direction: column;
        margin-top: 24px;
        height: 460px;
        justify-content: space-around;
    }

    .text-align {
        align-content: space-evenly;
    }

    .exist-user {
        width: 100%;
        height: 182px;
        justify-content: space-around;
    }

    .or-block {
        width: 100%;
        flex-direction: row;
        justify-content: space-between;
    }

    .before-or, .after-or {
        border: 1px solid #4D4D4D33;
        width: 42%;
        height: 0px;
    }

    .guest-user {
        width: 100%;
        height: 210px;
        justify-content: space-around;
    }

    .login-to-pay {
        width: 50%;
    }

    .guest-user-btn {
        width: 50%;
    }

    .btn-guest-user {
        width: 100%;
        border: 1.5px solid #EB161E;
    }

    .form-gp {
        padding: 20px 0px 0px !important;
    }

    .form-captcha {
        padding: 20px 0px 0px !important;
    }

    .guestpay-form input[type="text"], .guestpay-form select {
        /* height: 30px; */
        border: #4D4D4D 1px solid;
        /*margin-left: auto;*/
        padding: 12px 10px 12px 10px;
        font-family: "BerninaSans";
        font-size: 16px;
    }

    .personal-info-section {
        /*height: auto;*/
        padding-bottom: 20px;
    }
    /*#toggleSSN {
        margin-left: -10% !important;
    }*/
    .guestpay-address-question {
        /* Header - H2 */
        margin-top: 20px;
        font-size: 20px;
        line-height: 28px;
        letter-spacing: -0.25px;
        margin-left: -10px !important;
    }

    .tssn {
        margin-left: 360px;
    }

    .accountLookupError {
        background-color: rgba(232, 22, 30, 0.1);
        display: flex !important;
        width: 100% !important;
        padding: 4px 0px !important;
        margin: 0px !important;
    }
}

@media (min-width:480px) and (max-width: 840px) {
    .accountLookupError {
        background-color: rgba(232, 22, 30, 0.1);
        display: flex !important;
        width: 390px !important;
        padding: 4px 0px !important;
        margin: 0px !important;
    }
}

.accountLookupError {
    background-color: rgba(232, 22, 30, 0.1);
    display: flex;
    width: 402px;
    padding: 4px 0px;
    margin: 5px 0px 0px 10px;
}

.linkInvalid_icon {
    width: 32px;
    height: 32px;
    margin-left: 4px;
    margin-top: -2px;
}

.guestpay-lookup-error {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.22px;
}

.ssn-disabled{
    justify-content: center !important;
}