/* _content/RMG.EBIZ.Payments.WebUI/Pages/Cancelled.razor.rz.scp.css */
h2[b-7my75ckiku] {
    font-family: var(--rm-first-class-solid);
    font-size: 1.375rem;
    line-height: 28px;
    color: var(--shark);
    margin-top: 0;
    margin-bottom: 24px;
}

.wrapper[b-7my75ckiku] {
    width: 100%;
}

@media only screen and (max-width: 768px) {
    .wrapper[b-7my75ckiku] >  section {
        padding: 0;
    }

    .title-wrapper[b-7my75ckiku] {
        padding: 24px 24px 0
    }

    .button-wrapper[b-7my75ckiku] {
        padding: 0 24px 15px
    }
}
/* _content/RMG.EBIZ.Payments.WebUI/Pages/Decline.razor.rz.scp.css */
h2[b-ejjza642v0] {
    font-family: var(--rm-first-class-solid);
    font-size: 1.375rem;
    line-height: 28px;
    color: var(--shark);
    margin-top: 0;
    margin-bottom: 24px;
}

.wrapper[b-ejjza642v0] {
    width: 100%;
}

@media only screen and (max-width: 768px) {
    .wrapper[b-ejjza642v0] >  section {
        padding: 0;
    }

    .title-wrapper[b-ejjza642v0] {
        padding: 24px 24px 0
    }

    .button-wrapper[b-ejjza642v0] {
        padding: 0 24px 15px
    }
}
/* _content/RMG.EBIZ.Payments.WebUI/Pages/IDVerificationFailed.razor.rz.scp.css */
h2[b-c4mm3lhm1d] {
    font-family: var(--rm-first-class-solid);
    font-size: 1.375rem;
    line-height: 28px;
    color: var(--shark);
    margin-top: 0;
    margin-bottom: 24px;
}

h3[b-c4mm3lhm1d] {
    font-family: var(--pf-din-text-std-bold);
    font-size: 1.125rem;
    line-height: 24px;
    color: var(--shark);
    width: 100%;
    margin-bottom: 10px;
}

.recommendationText[b-c4mm3lhm1d] {
    font-family: var(--pf-din-text-std-reg);
    font-size: 1.125rem;
    color: var(--text-grey);
    line-height: 24px;
    margin-top: 0;
    margin-bottom: 24px;
    max-width: 546px;
}

@media only screen and (min-width: 768px) {
    .post-office-instructions[b-c4mm3lhm1d] {
        margin-top: 32px;
    }
}


a.buttonWrapper[b-c4mm3lhm1d] {
    text-decoration: none;
}

.wrapper[b-c4mm3lhm1d] {
    width: 100%;
}

@media only screen and (max-width: 768px) {
    .wrapper[b-c4mm3lhm1d] >  section {
        padding: 0;
    }

    .title-wrapper[b-c4mm3lhm1d] {
        padding: 24px 24px 0;
    }

    .post-office-instructions[b-c4mm3lhm1d] {
        padding: 0 24px 0;
    }

    .recommendationText[b-c4mm3lhm1d] {
        padding: 0 24px 0;
    }

    .button-wrapper[b-c4mm3lhm1d] {
        padding: 0 24px 24px
    }
}
/* _content/RMG.EBIZ.Payments.WebUI/Pages/Kba.razor.rz.scp.css */
h2[b-q0zxw28qw9] {
    font-family: var(--rm-first-class-solid);
    font-size: 1.875rem;
    line-height: 38px;
    color: var(--shark);
    margin-top: 0;
    margin-bottom: 24px;
}

.questionWrapper[b-q0zxw28qw9] {
    margin-bottom: 30px;
}

.radioButtonGroup[b-q0zxw28qw9] {
    display: grid;
    row-gap: 12px;
    grid-template-columns: repeat(1, minmax(0px, 1fr));
}

.radioButtonWrapper[b-q0zxw28qw9] {
    min-height: 32px;
    position: relative;
}

    .radioButtonWrapper > label[b-q0zxw28qw9] {
        color: var(--shark);
        display: flex;
        cursor: pointer;
        position: relative;
        height: 100%;
        align-items: center;
        font-size: 1rem;
        padding: 6px 0 6px 38px;
        font-family: var(--pf-din-text-std-reg);
        line-height: 24px;
    }

        .radioButtonWrapper > label[b-q0zxw28qw9]::before {
            content: '';
            display: inline-block;
            position: absolute;
            width: 32px;
            height: 32px;
            top: 6px;
            left: 0;
            border-radius: 30px;
            border: 1px solid var(--dark-grey);
            background-color: transparent;
            box-sizing: border-box;
        }

[b-q0zxw28qw9] .radioButton {
    position: absolute;
    opacity: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin: 0;
}

.radioButton:checked ~ label[b-q0zxw28qw9]::after {
    border-radius: 25px;
    width: 22px;
    height: 22px;
    position: absolute;
    top: 11px;
    left: 5px;
    content: '';
    display: block;
    background: var(--alizarin-crimson);
    box-sizing: border-box;
}

.radioButton:focus ~ label[b-q0zxw28qw9]::before {
    box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.4);
}

.radioButton:hover ~ label[b-q0zxw28qw9]::before {
    box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.4);
}

.error[b-q0zxw28qw9] {
    color: var(--alizarin-crimson);
    margin-top: 5px;
}

.text[b-q0zxw28qw9] {
    font-family: var(--pf-din-text-std-reg);
    font-size: 1.125rem;
    line-height: 24px;
    color: var(--text-grey);
    margin-top: 0;
    margin-bottom: 24px;
}

@media only screen and (min-width: 992px) {
    .text[b-q0zxw28qw9] {
        font-size: 1.125rem;
    }
}

@media only screen and (min-width: 1200px) {
    .questionWrapper[b-q0zxw28qw9], .text[b-q0zxw28qw9] {
        width: 550px;
    }

    h2[b-q0zxw28qw9] {
        font-size: 2.25rem;
        line-height: 42px;
    }
}
/* _content/RMG.EBIZ.Payments.WebUI/Pages/Progress.razor.rz.scp.css */
h2[b-wx681se69n] {
    font-family: var(--rm-first-class-solid);
    font-size: 1.375rem;
    line-height: 28px;
    color: var(--shark);
    margin-top: 0;
    margin-bottom: 24px;
    text-align: center;
}

.summary[b-wx681se69n] {
    font-family: var(--pf-din-text-std-reg);
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 24px;
    color: var(--text-grey);
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    white-space: pre-line;
}

@media only screen and (min-width: 768px) {
    h2[b-wx681se69n] {
        margin-top: 5px;
    }

    .summary[b-wx681se69n] {
        margin-bottom: 5px;
    }
}
/* _content/RMG.EBIZ.Payments.WebUI/Pages/ReviewOrder.razor.rz.scp.css */
h2[b-w5k2hplzcl] {
    font-family: var(--rm-first-class-solid);
    font-size: 1.375rem;
    line-height: 28px;
    color: var(--shark);
    margin-top: 0;
    margin-bottom: 24px;
}

.wrapper[b-w5k2hplzcl] {
    width: 100%;
}

@media only screen and (max-width: 768px) {
    .wrapper[b-w5k2hplzcl] >  section {
        padding: 0;
    }

    .title-wrapper[b-w5k2hplzcl] {
        padding: 24px 24px 0
    }
}
/* _content/RMG.EBIZ.Payments.WebUI/Pages/ReviewPayment.razor.rz.scp.css */
h2[b-odabr7sq0w] {
    font-family: var(--rm-first-class-solid);
    font-size: 1.375rem;
    line-height: 28px;
    color: var(--shark);
    margin-top: 0;
    margin-bottom: 24px;
}

h3[b-odabr7sq0w] {
    font-family: var(--pf-din-text-std-bold);
    font-size: 1.125rem;
    line-height: 24px;
    color: var(--shark);
}

@media only screen and (min-width: 768px) {
    h3[b-odabr7sq0w] {
        padding-top: 10px;
    }
}

.info[b-odabr7sq0w] {
    font-family: var(--pf-din-text-std-reg);
    color: var(--text-grey);
    font-size: 1.125rem;
    line-height: 24px;
    margin-bottom: 24px;
    margin-top: 0;
}

.title[b-odabr7sq0w] {
    font-family: var(--pf-din-text-std-bold);
    color: var(--text-grey);
    font-size: 1.125rem;
    line-height: 24px;
}

.referenceId[b-odabr7sq0w],
.contactNumber[b-odabr7sq0w],
.openingTimesInfo[b-odabr7sq0w] {
    font-family: var(--pf-din-text-std-reg);
    color: var(--text-grey);
    font-size: 1.125rem;
    line-height: 24px;
}

.openingTimes[b-odabr7sq0w] {
    font-family: var(--pf-din-text-std-reg);
    color: var(--text-grey);
    font-size: 1.125rem;
    line-height: 24px;
    margin-top: 25px;
    margin-bottom: 5px;
}

.wrapper[b-odabr7sq0w] {
    width: 100%;
}

@media only screen and (max-width: 768px) {
    .wrapper[b-odabr7sq0w] >  section {
        padding: 0;
    }

    .title-wrapper[b-odabr7sq0w] {
        padding: 24px 24px 0
    }

    h3[b-odabr7sq0w], .info[b-odabr7sq0w] {
        padding: 0 24px 0;
    }

    .title[b-odabr7sq0w] {
        padding-left: 24px;
    }

    .openingTimes[b-odabr7sq0w] {
        padding: 0 24px 24px;
    }

    .openingTimes > .title[b-odabr7sq0w] {
        padding: 0;
    }
}
/* _content/RMG.EBIZ.Payments.WebUI/Pages/TechnicalError.razor.rz.scp.css */
h2[b-3ut0o4fo17] {
    font-family: var(--rm-first-class-solid);
    font-size: 1.375rem;
    line-height: 28px;
    color: var(--shark);
    margin-top: 0;
    margin-bottom: 24px;
}

.wrapper[b-3ut0o4fo17] {
    width: 100%;
}

@media only screen and (max-width: 768px) {
    .wrapper[b-3ut0o4fo17] >  section {
        padding: 0;
    }

    .title-wrapper[b-3ut0o4fo17] {
        padding: 24px 24px 0
    }

    .button-wrapper[b-3ut0o4fo17] {
        padding: 0 24px 24px
    }
}

/* _content/RMG.EBIZ.Payments.WebUI/Pages/WorldPayIframe.razor.rz.scp.css */
h2[b-dj0wnmn152] {
    font-family: var(--rm-first-class-solid);
    font-size: 1.375rem;
    line-height: 28px;
    color: var(--shark);
    margin-top: 0;
    margin-bottom: 12px;
}

.title-wrapper[b-dj0wnmn152] {
    padding: 16px 21px 0
}
/* _content/RMG.EBIZ.Payments.WebUI/Shared/Banner.razor.rz.scp.css */
.wrapper[b-4oplngzxac] {
    margin-top: 20px;
    margin-bottom: 30px;
}

.banner[b-4oplngzxac] {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    column-gap: 16px;
    padding: 24px;
    font-family: var(--pf-din-text-std-reg);
    font-size: 1rem;
    line-height: 24px;
}

@media only screen and (min-width: 768px) {
    .banner[b-4oplngzxac] {
        padding: 24px 32px;
    }
}

.banner.info[b-4oplngzxac] {
    border-radius: 0 12px 12px;
    background-color: var(--notification-blue);
    color: var(--white);
}

.banner.danger[b-4oplngzxac] {
    border-radius: 0 12px 12px;
    background-color: var(--pink-tint);
    color: var(--text-body);
}

.title[b-4oplngzxac] {
    font-family: var(--pf-din-text-std-bold);
    margin-bottom: 4px;
}

.content[b-4oplngzxac] {
    display: flex;
    flex-direction: column;
}
/* _content/RMG.EBIZ.Payments.WebUI/Shared/Breadcrumb.razor.rz.scp.css */
.breadcrumbContainer[b-n9lfybt5d8] {
    display: inline;
    line-height: 1.875rem;
}

.breadcrumb[b-n9lfybt5d8] {
    text-decoration: underline;
    color: var(--shark);
    font-size: 1rem;
    margin-right: 12px;
    font-family: var(--pf-din-text-std-reg);
    line-height: 22px;
}

.breadcrumb:not(span):hover[b-n9lfybt5d8],
.breadcrumb:not(span):focus[b-n9lfybt5d8] {
    color: var(--dove-grey);
}

.breadcrumbHighlighted[b-n9lfybt5d8] {
    font-family: var(--pf-din-text-std-bold);
}

.breadcrumbNoLink[b-n9lfybt5d8] {
    margin-right: 0;
    text-decoration: none;
}

.breadcrumbSeperator[b-n9lfybt5d8] {
    margin-right: 12px;
}
/* _content/RMG.EBIZ.Payments.WebUI/Shared/Breadcrumbs.razor.rz.scp.css */
.wrapper[b-y5gaa4e9o5] {
    display: flex;
    flex-direction: column;
    flex: 1;
    justify-content: flex-end;
    margin-top: 40px;
}

.breadcrumbsLight[b-y5gaa4e9o5] {
    background-color: var(--white);
}

.breadcrumbsContainer[b-y5gaa4e9o5] {
    margin: 0;
    padding: 3px 0 12px;
    list-style: none;
}
/* _content/RMG.EBIZ.Payments.WebUI/Shared/Button.razor.rz.scp.css */
button[b-yd6z0548i7] {
    font-family: var(--pf-din-text-std-reg);
    font-weight: 700;
    font-size: 1.125rem;
    height: 56px;
    padding: 18px 32px;
    display: inline;
    position: relative;
    border: 0;
    border-radius: 100px;
    letter-spacing: 0;
    line-height: 20px;
    text-align: center;
    text-decoration: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-sizing: border-box;
    width: 100%;
}

    button:hover[b-yd6z0548i7] {
        cursor: pointer;
    }

    button:disabled[b-yd6z0548i7] {
        cursor: not-allowed;
    }

.button-contained[b-yd6z0548i7] {
    background: var(--alizarin-crimson);
    color: var(--white);
}

    .button-contained:hover:enabled[b-yd6z0548i7] {
        background: var(--warm-red);
    }

    .button-contained:active:enabled[b-yd6z0548i7] {
        background: var(--dark-red);
    }

    .button-contained:disabled[b-yd6z0548i7] {
        color: var(--grey-1);
        background: var(--grey-2);
    }

.button-outlined[b-yd6z0548i7] {
    background-color: transparent;
    color: var(--shark);
    border: 2px solid var(--shark);
}

    .button-outlined:hover:enabled[b-yd6z0548i7] {
        background: var(--warm-red);
        border-color: var(--warm-red);
        color: var(--white);
    }

    .button-outlined:active:enabled[b-yd6z0548i7] {
        background: var(--dark-red);
        border-color: var(--dark-red);
        color: var(--white);
    }

    .button-outlined:disabled[b-yd6z0548i7] {
        color: var(--grey-1);
        background: var(--grey-2);
        border-color: var(--grey-2);
    }

@media only screen and (min-width: 768px) {
    button[b-yd6z0548i7] {
        width: auto;
    }
}

.buttonLoading > div[b-yd6z0548i7]::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
    border: 2px solid white;
    border-color: white white white transparent;
    animation: buttonLoadingSpinner-b-yd6z0548i7 1.2s linear infinite;
}

@keyframes buttonLoadingSpinner-b-yd6z0548i7 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
/* _content/RMG.EBIZ.Payments.WebUI/Shared/ButtonContainer.razor.rz.scp.css */
.buttonContainer[b-nt08hvlqyz]  button {
    width: 100%;
    margin-bottom: 10px;
}

.buttonContainer[b-nt08hvlqyz]  button:last-child {
    margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
    .buttonContainer[b-nt08hvlqyz]  button {
        width: auto;
        margin-bottom: 0;
    }
}
/* _content/RMG.EBIZ.Payments.WebUI/Shared/Container.razor.rz.scp.css */
.containerWrapper[b-9l8kpv4z5e] {
    margin-top: 10px;
    margin-left: 20px;
    margin-right: 20px;
    box-sizing: border-box;
    display: flex;
    height: 100%;
}

@media only screen and (min-width: 768px) {
    .containerWrapper[b-9l8kpv4z5e] {
        margin-left: auto;
        margin-right: auto;
        max-width: 730px;
    }
}

.wide[b-9l8kpv4z5e] {
    padding-left: 30px;
    padding-right: 30px;
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
    width: 100%;
}

@media only screen and (min-width: 768px) {
    .wide[b-9l8kpv4z5e] {
        padding-left: 39px;
        padding-right: 39px;
    }

    .narrow[b-9l8kpv4z5e] {
        min-width: 540px;
        max-width: 540px;
    }

    .medium[b-9l8kpv4z5e] {
        min-width: 730px;
    }
}

@media only screen and (min-width: 992px) {
    .wide[b-9l8kpv4z5e] {
        padding-left: 47px;
        padding-right: 47px;
    }
}

@media only screen and (min-width: 1200px) {
    .wide[b-9l8kpv4z5e] {
        padding-left: 165px;
        padding-right: 165px;
    }
}
/* _content/RMG.EBIZ.Payments.WebUI/Shared/ErrorBanner.razor.rz.scp.css */
.wrapper[b-0795gg981w] {
    background-color: var(--azalea);
    min-height: 64px;
    box-sizing: border-box;
    width: 100%;
}

.content[b-0795gg981w] {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    column-gap: 30px;
    padding: 20px;
    font-family: var(--chevin-medium);
    font-size: 1rem;
    line-height: 24px;
}

    .content span[b-0795gg981w] {
        display: block;
    }

    .content ul[b-0795gg981w] {
        margin-top: 10px;
        margin-bottom: 0;
        padding-left: 30px;
    }

.title[b-0795gg981w] {
    font-family: var(--pf-din-text-std-bold);
    font-weight: 600;
}
/* _content/RMG.EBIZ.Payments.WebUI/Shared/Footer.razor.rz.scp.css */
.footerWrapper[b-m38ttdb4uf] {
    background: var(--shark);
    text-align: left;
    padding: 0.625rem 0 1.125rem;
    font-family: var(--pf-din-text-std-reg);
}

@media only screen and (min-width: 768px) {
    .footerWrapper[b-m38ttdb4uf] {
        padding-bottom: 1.5rem;
    }
}

.footerWrapper a[b-m38ttdb4uf] {
    font-size: 0.875rem;
    font-weight: 400;
    color: var(--white);
    line-height: 28px;
    text-decoration: none;
}

.royalmailSiteLinks ul[b-m38ttdb4uf] {
    margin-top: 1rem;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.royalmailSiteLinks li[b-m38ttdb4uf] {
    padding-right: 25px;
    display: inline-block;
    position: relative;
}

@media only screen and (min-width: 768px) {
    .royalmailSiteLinks li[b-m38ttdb4uf] {
        padding-right: 32px;
        padding-bottom: 4px;
    }
}

@media only screen and (min-width: 768px) {
    .royalmailSiteLinks li:nth-child(7)[b-m38ttdb4uf] {
        padding-right: 0;
    }
}

@media only screen and (min-width: 768px) {
    .royalmailSiteLinks li:nth-child(8)[b-m38ttdb4uf] {
        text-align: right;
        margin-left: auto;
        padding-right: 0;
    }
}

.royalmailSiteLinks li[b-m38ttdb4uf]::after {
    content: ' ';
    position: absolute;
    border-left: 1px var(--white) solid;
    top: 30%;
    right: 0;
    height: 45%;
    margin-top: auto;
    margin-bottom: auto;
    margin-right: 12px;
}

@media only screen and (min-width: 768px) {
    .royalmailSiteLinks li[b-m38ttdb4uf]::after {
        border-left: none;
    }
}

.royalmailSiteLinks li:last-child[b-m38ttdb4uf]::after {
    border-left: none;
}

.newWindowIcon[b-m38ttdb4uf] {
    margin-left: 4px;
}

    .newWindowIcon img[b-m38ttdb4uf] {
        width: 9px;
        height: 9px;
    }

@media only screen and (max-width: 375px) {
    .newWindowIcon[b-m38ttdb4uf] {
        display: none;
    }
}

.footerContainer[b-m38ttdb4uf] {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}

.footerContent[b-m38ttdb4uf] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 23px;
}

@media only screen and (min-width: 768px) {
    .footerContent[b-m38ttdb4uf] {
        margin-top: 18px;
    }
}

@media only screen and (min-width: 1200px) {
    .footerContent[b-m38ttdb4uf] {
        margin-top: 15px;
    }
}

.socialIcons[b-m38ttdb4uf] {
    display: flex;
    align-items: center;
    margin-right: 14px;
    margin-top: 4px;
}

@media only screen and (min-width: 768px) {
    .socialIcons[b-m38ttdb4uf] {
        margin-top: 0;
    }
}

.socialIcons a[b-m38ttdb4uf] {
    margin-right: 16px;
}

.socialIcons img[b-m38ttdb4uf] {
    width: 24px;
    height: 24px;
}

.copyrightContent[b-m38ttdb4uf] {
    margin-left: auto;
    color: var(--white);
    text-align: right;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.copyrightSymbol[b-m38ttdb4uf] {
    font-size: 1.5em;
    margin-right: 5px;
    vertical-align: middle;
}

.containerAndWide[b-m38ttdb4uf] {
    box-sizing: border-box;
    display: flex;
    height: 100%;
    padding-left: 30px;
    padding-right: 30px;
    max-width: 100%;
}

@media only screen and (min-width: 768px) {
    .containerAndWide[b-m38ttdb4uf] {
        width: 100%;
    }
}

@media only screen and (min-width: 768px) {
    .containerAndWide[b-m38ttdb4uf] {
        padding-left: 37px;
        padding-right: 37px;
    }
}

@media only screen and (min-width: 992px) {
    .containerAndWide[b-m38ttdb4uf] {
        padding-left: 47px;
        padding-right: 47px;
    }
}

@media only screen and (min-width: 1200px) {
    .containerAndWide[b-m38ttdb4uf] {
        padding-left: 165px;
        padding-right: 165px;
    }
}
/* _content/RMG.EBIZ.Payments.WebUI/Shared/FormLabel.razor.rz.scp.css */
.formLabel[b-bpr508647q] {
    margin-bottom: 8px;
    line-height: 24px;
    font-size: 1.125rem;
    font-family: var(--pf-din-text-std-bold);
    color: var(--shark);
    display: flex;
}
/* _content/RMG.EBIZ.Payments.WebUI/Shared/Header.razor.rz.scp.css */
.header[b-20xamykcrp] {
    display: flex;
    width: 100%;
    background: var(--white);
    z-index: 1;
    height: 81px;
    padding: 16px 30px;
    box-sizing: border-box;
}

@media only screen and (min-width: 768px) {
    .header[b-20xamykcrp] {
        height: 80px;
        padding: 12px 39px;
    }
}

@media only screen and (min-width: 992px) {
    .header[b-20xamykcrp] {
        height: 80px;
        padding: 12px 47px;
    }
}

@media only screen and (min-width: 1200px) {
    .header[b-20xamykcrp] {
        height: 80px;
        padding: 12px 165px;
    }
}

.link[b-20xamykcrp] {
    margin-right: auto;
}

.logo[b-20xamykcrp] {
    height: 48px;
}

@media only screen and (min-width: 768px) {
    .logo[b-20xamykcrp] {
        height: 56px;
    }
}
/* _content/RMG.EBIZ.Payments.WebUI/Shared/IconButton.razor.rz.scp.css */
button[b-z95n5ztc15] {
    display: inline-flex;
    align-items: center;
    border: none;
    background-color: transparent;
    font-family: var(--pf-din-text-std-reg);
    font-size: 0.875rem;
    line-height: 20px;
    color: var(--alizarin-crimson);
    cursor: pointer;
    padding: 0;
    text-align: left;
}

button:disabled[b-z95n5ztc15] {
    cursor: not-allowed;
}

button img[b-z95n5ztc15] {
    margin-right: 4px;
}

button:not(:disabled):hover[b-z95n5ztc15],
button:not(:disabled):focus[b-z95n5ztc15] {
    color: black;
}
/* _content/RMG.EBIZ.Payments.WebUI/Shared/MainLayout.razor.rz.scp.css */
.page[b-a9xuuj3zwd] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-a9xuuj3zwd] {
    flex: 1;
}

.sidebar[b-a9xuuj3zwd] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-a9xuuj3zwd] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-a9xuuj3zwd]  a, .top-row .btn-link[b-a9xuuj3zwd] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-a9xuuj3zwd] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-a9xuuj3zwd] {
        display: none;
    }

    .top-row.auth[b-a9xuuj3zwd] {
        justify-content: space-between;
    }

    .top-row a[b-a9xuuj3zwd], .top-row .btn-link[b-a9xuuj3zwd] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-a9xuuj3zwd] {
        flex-direction: row;
    }

    .sidebar[b-a9xuuj3zwd] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-a9xuuj3zwd] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-a9xuuj3zwd], article[b-a9xuuj3zwd] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/RMG.EBIZ.Payments.WebUI/Shared/RetryPaymentButton.razor.rz.scp.css */
/* _content/RMG.EBIZ.Payments.WebUI/Shared/ReturnButton.razor.rz.scp.css */
.returnButton[b-yuo7y8am0s] {
    font-family: var(--pf-din-text-std-reg);
    font-size: 1.125rem;
    display: inline;
    position: relative;
    min-height: 55px;
    padding: 0.675em 1em;
    border: 0;
    border-radius: 0;
    letter-spacing: 0;
    line-height: 24px;
    text-align: center;
    text-decoration: none;
    appearance: none;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
}

.returnButton img[b-yuo7y8am0s] {
    align-items: center;
}

.buttonOutlined[b-yuo7y8am0s] {
    background-color: transparent;
    color: #da202a;
    border: 2px solid #da202a;
}

.buttonText[b-yuo7y8am0s] {
    background-color: transparent;
    color: #da202a;
    border: none;
}

.button:disabled[b-yuo7y8am0s] {
    cursor: not-allowed;
    opacity: 0.3;
}

button:hover:enabled[b-yuo7y8am0s],
button:focus:enabled[b-yuo7y8am0s] {
    cursor: pointer;    
}

button:hover img[b-yuo7y8am0s] {
    margin-left: 10px;
}

.buttonLoading > div[b-yuo7y8am0s]::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
    border: 2px solid white;
    border-color: white white white transparent;
    animation: buttonLoadingSpinner-b-yuo7y8am0s 1.2s linear infinite;
}

@keyframes buttonLoadingSpinner-b-yuo7y8am0s {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
/* _content/RMG.EBIZ.Payments.WebUI/Shared/ReviewOrder/GenericReviewOrder.razor.rz.scp.css */
h2[b-itlu05qssp] {
    font-family: var(--pf-din-text-std-bold);
    font-size: 1.25rem;
    line-height: 24px;
    color: var(--cod-gray);
    margin-top: 3px;
}

h3[b-itlu05qssp] {
    font-family: var(--pf-din-text-std-bold);
    font-size: 1.125rem;
    line-height: 24px;
    color: var(--shark);
}

@media only screen and (min-width: 768px) {
    h3[b-itlu05qssp] {
        padding-top: 10px;
    }
}

.info[b-itlu05qssp] {
    font-family: var(--pf-din-text-std-reg);
    color: var(--text-grey);
    font-size: 1.125rem;
    line-height: 24px;
    margin-bottom: 24px;
    margin-top: 0px;
}

.title[b-itlu05qssp] {
    font-family: var(--pf-din-text-std-bold);
    color: var(--text-grey);
    font-size: 1.125rem;
    line-height: 24px;
}

.referenceId[b-itlu05qssp],
.contactNumber[b-itlu05qssp],
.openingTimesInfo[b-itlu05qssp] {
    font-family: var(--pf-din-text-std-reg);
    color: var(--text-grey);
    font-size: 1.125rem;
    line-height: 24px;
}

.openingTimes[b-itlu05qssp] {
    font-family: var(--pf-din-text-std-reg);
    color: var(--text-grey);
    font-size: 1.125rem;
    line-height: 24px;
    margin-top: 25px;
    margin-bottom: 5px;
}

@media only screen and (max-width: 767px) {
    h3[b-itlu05qssp], .info[b-itlu05qssp] {
        padding: 0 24px 0;
    }

    .title[b-itlu05qssp] {
        padding-left: 24px;
    }

    .openingTimes[b-itlu05qssp] {
        padding: 0 24px 24px;
    }

    .openingTimes > .title[b-itlu05qssp] {
        padding: 0;
    }
}
/* _content/RMG.EBIZ.Payments.WebUI/Shared/ReviewOrder/ReviewRedirectionOrder.razor.rz.scp.css */
h2[b-i4wcmmsqmk] {
    font-family: var(--pf-din-text-std-bold);
    font-size: 1.25rem;
    line-height: 24px;
    color: var(--cod-gray);
    margin-top: 3px;
}

h3[b-i4wcmmsqmk] {
    font-family: var(--pf-din-text-std-bold);
    font-size: 1.125rem;
    line-height: 24px;
    color: var(--shark);
}

@media only screen and (min-width: 768px) {
    h3[b-i4wcmmsqmk] {
        padding-top: 10px;
    }
}

.info[b-i4wcmmsqmk] {
    font-family: var(--pf-din-text-std-reg);
    color: var(--text-grey);
    font-size: 1.125rem;
    line-height: 24px;
    margin-bottom: 24px;
    margin-top: 0px;
}

.title[b-i4wcmmsqmk] {
    font-family: var(--pf-din-text-std-bold);
    color: var(--text-grey);
    font-size: 1.125rem;
    line-height: 24px;
}

.referenceId[b-i4wcmmsqmk],
.contactNumber[b-i4wcmmsqmk],
.openingTimesInfo[b-i4wcmmsqmk] {
    font-family: var(--pf-din-text-std-reg);
    color: var(--text-grey);
    font-size: 1.125rem;
    line-height: 24px;
}

.openingTimes[b-i4wcmmsqmk] {
    font-family: var(--pf-din-text-std-reg);
    color: var(--text-grey);
    font-size: 1.125rem;
    line-height: 24px;
    margin-top: 25px;
    margin-bottom: 5px;
}

@media only screen and (max-width: 767px) {
    h3[b-i4wcmmsqmk], .info[b-i4wcmmsqmk] {
        padding: 0 24px 0;
    }

    .title[b-i4wcmmsqmk] {
        padding-left: 24px;
    }

    .openingTimes[b-i4wcmmsqmk] {
        padding: 0 24px 24px;
    }

    .openingTimes > .title[b-i4wcmmsqmk] {
        padding: 0;
    }
}
/* _content/RMG.EBIZ.Payments.WebUI/Shared/RmgPageTitle.razor.rz.scp.css */
.pageTitleContainer[b-tzm9monw7x] {
    display: flex;
    flex-direction: row;
    background-color: var(--grey-5);
    padding: 25px 0;
    width: 100%;
}

@media only screen and (min-width: 768px) {
    .pageTitleContainer[b-tzm9monw7x] {
        padding: 16px 0;
    }
}

.titleContent[b-tzm9monw7x] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}

@media only screen and (min-width: 992px) {
    .titleContent[b-tzm9monw7x] {
        justify-content: left;
    }
}

.title[b-tzm9monw7x] {
    font-size: 1rem;
    font-family: var(--pf-din-text-std-reg);
    line-height: 22px;
    margin: 0;
    padding: 0;
    color: var(--text-body);
}

@media only screen and (min-width: 992px) {
    .title[b-tzm9monw7x] {
        margin-left: auto;
        margin-right: auto;
        padding-right: 40px;
        max-width: 730px;
        width: 100%;
    }
}

.spacing[b-tzm9monw7x] {
    padding-left: 10px;
    padding-right: 10px;
}
/* _content/RMG.EBIZ.Payments.WebUI/Shared/Section.razor.rz.scp.css */
.section[b-obi9uz5lav] {
    background-color: var(--white);
    padding: 26px;
    width: 100%;
    box-sizing: border-box;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 12px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
}

@media only screen and (min-width: 768px) {
    .section[b-obi9uz5lav] {
        margin-top: 30px;
        padding: 32px;
    }
}
/* _content/RMG.EBIZ.Payments.WebUI/Shared/Spinner.razor.rz.scp.css */
.centred[b-6epi09ox1l] {
    display: flex;
    justify-content: center;
}

.spinner[b-6epi09ox1l] {
    display: inline-block;
    position: relative;
}

.spinner[b-6epi09ox1l]::after {
    content: ' ';
    display: block;
    width: 50px;
    height: 50px;
    margin: 1px;
    border-radius: 50%;
    border: 5px solid var(--red);
    border-color: var(--red) var(--red) var(--red) transparent;
    animation: spinner-b-6epi09ox1l 1.2s linear infinite;
}

@keyframes spinner-b-6epi09ox1l {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
/* _content/RMG.EBIZ.Payments.WebUI/Shared/TotalPrice.razor.rz.scp.css */
