
body, html {
    margin: 0;
    padding: 0;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    min-height: 100%;
}

body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

h1 {
    font-size: 50px;
}

h2 {
    font-size: 44px;
}

h3 {
    font-size: 38px;
}

h4 {
    font-size: 32px;
}

h5 {
    font-size: 26px;
}

h6 {
    font-size: 20px;
}

.container.header-container {
    height: auto;
}

.container .text-muted {
    margin: 20px 0;
}

.footer > container {
    padding-right: 15px;
    padding-left: 15px;
    font-size: xx-small
}

footer p {
    margin: 10px;
}

footer a {
    margin: 10px;
    display: block;
}

.footer-content {
    width: 100%;
    background-color: #f4f4f4;
    border-top: 1px solid #ddd;
    font-size: 13px;
    display: flex;
    min-height: 4rem;
    bottom: 0;
    flex-direction: column;
}

.cb-page-logo {
    height: auto;
    width: auto;
}

.cb-page-main-content {
    margin-bottom: 5rem;
    min-height: 58vh;
}

.cb-page-form-header {
    font-family: 'Exo';
    font-style: normal;
    font-weight: 600;
}

.cb-page-form-label {
    font-family: 'Exo';
    font-style: normal;
    font-weight: 700;
}

.navigation-button {
    font-family: 'Exo';
}

    .navigation-button:hover, .navigation-button:focus {
        transition: 0.3s ease-in;
        filter: brightness(90%);
    }

.cb-x-small-label {
    font-size: 0.8rem;
    font-weight: 700;
    padding: 4px;
}

.cb-x-small-text {
    font-size: 0.8rem;
    font-weight: 500;
}

.cb-numeric-label-value {
    text-align: right;
}

.accounts-panel {
    border-top-left-radius: 0rem !important;
    border-top-right-radius: 0rem !important;
    border-bottom-left-radius: 0rem !important;
    border-bottom-right-radius: 0rem !important;
}

.accounts-panel-header {
    border-top-left-radius: 0rem !important;
    border-top-right-radius: 0rem !important;
    border-bottom-left-radius: 0rem !important;
    border-bottom-right-radius: 0rem !important;
}

.accounts-panel-item {
    border-top-left-radius: 0rem !important;
    border-top-right-radius: 0rem !important;
    border-bottom-left-radius: 0rem !important;
    border-bottom-right-radius: 0rem !important;
}

.account-panel-link {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
}

.accounts-panel-button {
    border-top-left-radius: 0rem !important;
    border-top-right-radius: 0rem !important;
    border-bottom-left-radius: 0rem !important;
    border-bottom-right-radius: 0rem !important;
    font-size: small;
}

.view-statement-button {
    border-top-left-radius: 0rem !important;
    border-top-right-radius: 0rem !important;
    border-bottom-left-radius: 0rem !important;
    border-bottom-right-radius: 0rem !important;
    font-size: small;
}

.accordion-button.accounts-panel-button, .accordion-button.accounts-panel-button.collapse, .accordion-button.accounts-panel-button:focus {
    background-color: white !important;
    padding: 0.2rem !important;
    text-align: center;
    box-shadow: none;
}

.accounts-panel-button.collapse {
    border-top-left-radius: 0rem !important;
    border-top-right-radius: 0rem !important;
    border-bottom-left-radius: 0rem !important;
    border-bottom-right-radius: 0rem !important;
    padding: 0.2rem !important;
    text-align: center;
}

.accounts-panel-slider {
    border-top-left-radius: 0rem !important;
    border-top-right-radius: 0rem !important;
    border-bottom-left-radius: 0rem !important;
    border-bottom-right-radius: 0rem !important;
}

.accounts-panel-body {
    border-top-left-radius: 0rem !important;
    border-top-right-radius: 0rem !important;
    border-bottom-left-radius: 0rem !important;
    border-bottom-right-radius: 0rem !important;
    padding: 0 !important;
}

.wallet-size {
    width: 100%;
}

@media screen and (min-device-width: 100px) {
    .cb-page-logo {
        max-width: 300px;
        max-height: 125px;
    }

    .data-cell {
        width: 50%;
    }
}

@media screen and (min-device-width: 576px) {
    .cb-page-logo {
        max-width: 300px;
        max-height: 125px;
    }

    .data-cell {
        width: 50%;
    }
}

@media screen and (min-device-width: 768px) {
    .cb-page-logo {
        max-width: 300px;
        max-height: 150px;
    }

    .data-cell {
        width: 50%;
    }
}

@media screen and (min-device-width: 992px) {
    .cb-page-logo {
        max-width: 400px;
        max-height: 200px;
    }

    .cb-page-layout {
        margin-left: 13% !important;
        margin-right: 13% !important;
    }

    .cb-page-form-header {
        font-size: 16px;
        line-height: 24px;
    }

    .cb-page-form-row {
        margin: 0 20% 0.8em 20% !important;
    }

    .cb-page-form-label {
        font-size: 16px;
        line-height: 22px;
    }

    .form-control {
        font-size: 16px;
        line-height: 26px;
    }

    .navigation-button {
        font-size: 15px;
        letter-spacing: 2px;
    }

    .footer-content {
        flex-direction: row;
        align-items: center;
    }

    .data-cell {
        width: 25%;
    }
}

@media screen and (min-device-width: 1200px) {
    .cb-page-logo {
        max-width: 500px;
        max-height: 225px;
    }

    .cb-page-layout {
        margin-left: 13% !important;
        margin-right: 13% !important;
    }

    .cb-page-form-header {
        font-size: 20px;
        line-height: 24px;
    }

    .cb-page-form-row {
        margin: 0 15% 0.8em 15% !important;
    }

    .cb-page-form-label {
        font-size: 18px;
        line-height: 22px;
    }

    .form-control {
        font-size: 16px;
        line-height: 26px;
    }

    .navigation-button {
        font-size: 16px;
        letter-spacing: 2px;
    }

    .footer-content {
        flex-direction: row;
        align-items: center;
    }

    .data-cell {
        width: 25%;
    }
}

@media screen and (min-device-width: 1400px) {
    .cb-page-layout {
        margin-left: 12% !important;
        margin-right: 12% !important;
    }

    .cb-page-form-header {
        font-size: 20px;
        line-height: 24px;
    }

    .cb-page-form-row {
        margin: 0 13% 0.8em 13% !important;
    }

    .cb-page-form-label {
        font-size: 18px;
        line-height: 22px;
    }

    .form-control {
        font-size: 16px;
        line-height: 26px;
    }

    .navigation-button {
        font-size: 16px;
        letter-spacing: 2px;
    }

    .wallet-size {
        width: 50%;
        min-width: 420px;
    }

    .footer-content {
        flex-direction: row;
        align-items: center;
    }

    .data-cell {
        width: 25%;
    }
}

.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
}

label.input-validation-error {
    color: #e80c4d;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}

.form-control.input-validation-error {
    border-color: #dc3545;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.card {
    border-radius: 0.6em !important;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.card-header {
    border-radius: 0.45em 0.45em 0px 0px !important;
}

.card-simple {
    border-radius: 0.6em !important;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.navbar-nav {
    border-radius: 0.6em !important;
}

.nav-item {
    margin: 5px 2px 5px 2px !important;
}

.nav-item-desktop {
    background-color: white !important;
}

.nav-link-desktop {
    color: black !important;
}

#navbar-close {
    width: 26px;
    height: 26px;
}

.button-border-radius {
    border-radius: .25rem !important;
}

.button-green {
    color: darkgreen !important;
    background-color: lightgreen !important;
    font-weight: bold;
    padding: 10px 10px 10px 10px !important;
    text-decoration: none;
    border-color: darkgreen !important;
}

.credit-card-border {
    border: 0.2em solid #dee2e6;
    border-color: #212529;
    border-radius: 0.6em;
}

input[type="radio"] {
    margin-right: 12px;
    margin-left: 5px;
    transform: scale(1.5);
}

.payment-method-image {
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    width: 30px;
    height: 20px;
    transform: scale(1.5);
    margin-left: 10px;
    margin-bottom: 5px;
    border-radius: 0.2em;
    padding: 12px 19px 12px 12px;
}

.tab-link {
    border-bottom: 1px solid white;
    display: block;
    padding: 0.5rem 1rem;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
    font-weight: bold;
    text-align: center;
    width: 100%;
    cursor: pointer;
    margin: 0 !important;
}

.tab-item {
    flex: 1 1 auto;
    text-align: center;
    border-radius: 0 !important;
    margin: 0 !important;
}

.cb-table-header-color {
    background-color: lightgrey !important;
    color: #404040 !important;
}

.cb-table-border {
    border: solid #404040 !important;
    color: #404040 !important;
}

.cb-table-label-color {
    color: #404040 !important;
}

.cb-toggle-switch {
    transform: scale(1.2);
    padding-top: 0.4em;
}

/* Intentionally left blank, used for intelesense. See _StyleImports.cshtml css for the following: */
.card-header {
}

.call-to-action-button-primary {
}

.call-to-action-button-secondary {
}

.next-navigation-button {
}

.previous-navigation-button {
}

.print-link {
}
