/* _content/PosPaymentPortal.UK/Shared/DateInput.razor.rz.scp.css */
.date-grouping[b-361juviq5g] {
    display: flex;
}

.date-separator[b-361juviq5g] {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0.5rem;
}
/* _content/PosPaymentPortal.UK/Shared/Dialogs/LoadingDialog.razor.rz.scp.css */
.spinner[b-4eqvpktw03] {
    border: 10px solid silver;
    border-top: 10px solid var(--cc-yellow);
    border-radius: 50%;
    width: 75px;
    height: 75px;
    animation: spin-b-4eqvpktw03 700ms linear infinite;
}

.spinner-centered[b-4eqvpktw03] {
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top: 45%;
}

@keyframes spin-b-4eqvpktw03 {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}
/* _content/PosPaymentPortal.UK/Shared/Dialogs/NotificationDialog.razor.rz.scp.css */
.dialog-content[b-8oxb7nj7uu] {
    padding-top: 1.5rem;
}

.dialog-button-sm[b-8oxb7nj7uu] {
    width: 100px;
    margin-left: auto;
}

.dialog-button[b-8oxb7nj7uu] {
    margin-left: auto;
}
/* _content/PosPaymentPortal.UK/Shared/MainLayout.razor.rz.scp.css */
main[b-69dsyifoj8] {
    flex: 1;
    justify-content: center;
    background-color: #f7f7f7;
    padding: 0 1rem;
}

header[b-69dsyifoj8] {
    background-color: #fff;
    padding: 12px;
    border-bottom: 1px solid #e5e5e5;
}

footer[b-69dsyifoj8] {
    background-color: #454849;
    margin-top: auto;
    padding: 12px;
}

p[b-69dsyifoj8] {
    color: #fff;
    margin: 0;
    font-size: smaller;
}

a[b-69dsyifoj8] {
    text-decoration: none;
    color: #fff
}

    a:hover[b-69dsyifoj8] {
        text-decoration: underline;
        color: #fff
    }

.page[b-69dsyifoj8] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.brand-logo[b-69dsyifoj8] {
    width: 180px;
    margin: 0;
}

.footer-links[b-69dsyifoj8] {
    margin-top: 12px;
}
    .footer-links > ul[b-69dsyifoj8] {
        display: inline;
        list-style: none;
        margin-left: 0;
        padding-left: 0;
    }

    .footer-links > ul > li[b-69dsyifoj8] {
        display: inline-block;
        margin-right: 12px;
        font-size: smaller;
    }
/* _content/PosPaymentPortal.UK/Shared/ReCaptcha.razor.rz.scp.css */
.recaptcha-host[b-id4qhet5nz] {
    height: 80px;
    margin: 1rem 0;
}
