﻿/*

    Grey line: #BFCDE3  /  rgba(191, 205, 227, 1)
    Gray text: #73787E  /  rgba(115, 120, 126, 1)
    Green : rgba(0, 146, 65, 1)
    Yellow: rgba(255, 187, 0, 1)
    Red: rgba(237, 29, 36, 1)

*/
@font-face {
    font-family: 'Eau';
    src: url('../fonts/Eau-SansBook.woff2') format('woff2'), url('../fonts/Eau-SansBook.woff') format('woff'), url('../fonts/Eau-SansBook.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Eau';
    src: url('../fonts/Eau-SansBlack.woff2') format('woff2'), url('../fonts/Eau-SansBlack.woff') format('woff'), url('../fonts/Eau-SansBlack.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Eau';
    src: url('../fonts/Eau-SansBold.woff2') format('woff2'), url('../fonts/Eau-SansBold.woff') format('woff'), url('../fonts/Eau-SansBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon.eot?9uu42w');
    src: url('../fonts/icomoon.eot?9uu42w#iefix') format('embedded-opentype'), url('../fonts/icomoon.ttf?9uu42w') format('truetype'), url('../fonts/icomoon.woff?9uu42w') format('woff'), url('../fonts/icomoon.svg?9uu42w#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-bc-booking:before {
    content: "\e900";
    color: #707070;
}

.icon-bc-camping:before {
    content: "\e901";
    color: #646464;
}

.icon-bc-cards:before {
    content: "\e902";
    color: #646464;
}

.icon-bc-customer:before {
    content: "\e903";
    color: #707070;
}

.icon-bc-finance:before {
    content: "\e904";
    color: #646464;
}

.icon-bc-home:before {
    content: "\e905";
    color: #646464;
}

.icon-bc-misc:before {
    content: "\e906";
    color: #707070;
}

.icon-bc-preference:before {
    content: "\e907";
    color: #646464;
}

.icon-bc-reports:before {
    content: "\e908";
    color: #646464;
}

.icon-bc-settings:before {
    content: "\e909";
    color: #646464;
}



body {
    font-family: 'Eau', Arial, sans-serif !important;
    color: rgba(115, 120, 126, 1) !important;
    font-size: 15px !important;
}

h1 {
    font-size: 28px !important;
    font-weight: 900 !important;
    color: #303030;
    margin-bottom: 16px !important;
}

    h1 span {
        font-size: 28px;
        color: #73787E;
        font-weight: 400;
    }

    h1 .glyphicon {
        font-size: 16px;
        top: 6px;
        margin-right: 5px;
    }

h2 {
    font-size: 28px !important;
    font-family: 'Eau', Arial, sans-serif;
    color: #303030;
    font-weight: 900 !important;
}

h3 {
    color: #73787E;
    font-size: 16px;
    font-family: 'Eau', Arial, sans-serif;
    border-bottom: 1px solid #bfc5ce;
    padding-bottom: 5px;
    padding-top: 16px;
}

.glyph-a {
    left: -16px;
    position: absolute;
}

a {
    color: #1975E8;
    text-decoration: underline;
}

footer a {
    text-decoration: none;
}

/*Nav*/

.accountnav {
    list-style: none;
}

.nav-item {
    margin: 8px 0;
    padding: 10px 20px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 50px;
    transition: all 0.25s;
}

    .nav-item:hover, .nav-item:hover a span {
        background-color: #E6F5FC;
        color: #1975E8;
    }

    .nav-item a {
        text-decoration: none !important;
        color: #646464;
    }

    .nav-item.active {
        background-color: #E6F5FC;
    }

        .nav-item.active a span {
            color: #1975E8;
        }

    .nav-item i {
        font-size: 22px;
        position: relative;
        top: 3px;
        margin-right: 10px;
    }

    .nav-item.active i:before, .nav-item:hover i:before {
        color: #1975E8;
    }

.navbar-top-links li a {
    padding: 16px 10px !important;
}

.navbar-toggler {
    margin-left: 0px !important;
}


@media (min-width: 768px) {
    .navbar-static-side {
        position: static !important;
    }
}
/*Cards*/
.card {
    padding: 16px;
    box-shadow: 0px 3px 10px rgba(0,0,0,0.15);
    margin-bottom: 15px;
    margin-top: 15px;
    transition: all 0.2s;
}

    .card a.card-eiform,
    .card a.card-eiform-required {
        text-align: center;
        padding: 3px;
        margin-top: 15px;
        margin-left: -15px;
        margin-bottom: -15px;
        width: calc(100% + 30px);
        background-color: green;
        color: white;
    }

    .card a.card-eiform-required {
        background-color: red;
    }

.child-card .card-heading {
    text-transform: capitalize;
}


.card-heading {
    font-family: 'Eau',sans-serif;
    font-size: 21px;
    font-weight: 900;
    color: #303030;
    margin-bottom: 16px;
}

.outlined-card {
    border: 2px dashed #ABAEB2;
    box-shadow: none;
    min-height: 115px;
}

    .outlined-card .card-content {
        margin: auto;
    }

    .outlined-card .btn-primary {
        background-color: #ABAEB2;
        border-color: #ABAEB2;
        padding: 10px 25px;
    }

        .outlined-card .btn-primary:hover {
            background-color: #646464;
            border-color: #ABAEB2;
        }


nav ul {
    margin: 0;
    padding: 0;
}

.btn-postcode {
    position: absolute;
    right: 0px;
    height: 32px;
    top: 21px;
    line-height: 16px;
}

/*Forms*/
.form-control:focus, .single-line:focus {
    border-color: #07BA57 !important;
}

#crafty_postcode_lookup_result_option1,
#crafty_postcode_lookup_result_option2,
#crafty_postcode_lookup_result_option3,
#crafty_postcode_lookup_result_option4,
#crafty_postcode_lookup_result_option5,
.form-control {
    border: 1px solid #B8C3D4;
    border-radius: 2px;
}

.control-label {
    margin-bottom: 0px;
}

label {
    margin-bottom: 0.2rem;
}

select.form-control:not([size]):not([multiple]), form select:not([size]):not([multiple]) {
    background: rgb(255,255,255);
    background: -moz-linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(212,215,219,1) 100%);
    background: -webkit-linear-gradient(270deg, rgba(255,255,255,1) 0%, rgba(212,215,219,1) 100%);
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(212,215,219,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#d4d7db",GradientType=1);
    height: 2.2em;
    padding: 0 5px;
    border-radius: 2px;
    border: 1px solid #b8c3d4;
}


form input[type=text], input[type=password], input[type=email] {
    height: 2.2em;
    padding: 0 5px;
    border-radius: 2px;
    border: 1px solid #b8c3d4;
}

/*form input[type=password] {
    height: 40px;
    padding: 0 3px;
    border-radius: 2px;
    border: 1px solid #b8c3d4;
}

form input[type=email] {
    height: 40px;
    padding: 0 3px;
    border-radius: 2px;
    border: 1px solid #b8c3d4;
}*/

.text-danger span, #Input_ConfirmPassword-error {
    color: red !important;
    font-size: 12px !Important;
}

.input-relative {
    position: relative;
}

#crafty_postcode_lookup_result_option1,
#crafty_postcode_lookup_result_option2,
#crafty_postcode_lookup_result_option3,
#crafty_postcode_lookup_result_option4,
#crafty_postcode_lookup_result_option5 {
    width: 100% !important;
    /*-height: 32px;
    -margin-top: 4px;
    -font-family: Eau,Arial,sans-serif;
    -font-size: 14px !important;
    -border: 1px solid #b8c3d4;
    -padding-left: 7px;*/
}

input[type="radio"], input[type="checkbox"] {
    height: 20px;
    width: 20px;
    display: inline;
    top: 5px;
    position: relative;
}

input[type="checkbox"] {
    border-radius: 4px;
}

.checkbox-parent .control-label {
    margin-right: 16px;
}


/* Buttons */
.btn {
    color: #fff;
    padding: 5px 8px;
    min-height: 32px;
}

.btn-primary {
    background-color: rgb(25, 117, 232);
    border-color: transparent;
    width: 100%;
    margin-bottom: 15px;
}

    .btn-primary:hover {
        background-color: rgb(45, 137, 252);
        border-color: rgb(45, 137, 252);
    }

.btn-secondary {
    background-color: rgb(7, 186, 87);
    border-color: transparent;
    width: 100%;
    margin-bottom: 15px;
}

    .btn-secondary:hover {
        background-color: rgb(27, 206, 107);
        border-color: rgb(27, 206, 107);
    }

.btn-outline-secondary {
    background-color: white;
    border-color: rgb(7, 186, 87);
    color: rgb(7, 186, 87);
}

    .btn-outline-secondary:hover {
        background-color: white;
        border-color: rgb(27, 206, 107);
        color: rgb(27, 206, 107);
    }

.btn-link {
    color: #1975E8;
    text-decoration: underline;
}

.btn-link:hover {
    color: #0056b3;
}






input[type=radio]:not(:checked) +
button.btn-secondary {
    background-color: white;
    border-color: rgba(0, 146, 65, 1);
    border-radius: 4px;
    border: 1px solid rgba(0, 146, 65, 1);
    color: #73787E;
}

button.btn-left {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-right-width: 0 !important;
}

button.btn-right {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-left-width: 0 !important;
}

/*Kendo Field Adjustment*/
.k-button {
    font-size: 14px;
}

.k-multiselect-wrap ul .k-button > span:first-child {
    margin-right: 1em;
}

.k-multiselect-wrap.k-floatwrap {
    border-color: #b8c3d4;
    border-radius: 2px;
    font-size: 14px;
}

.k-picker-wrap .k-input, .k-multiselect-wrap .k-input {
    text-indent: 0px;
}

.k-picker-wrap .k-input {
    height: 2.2em;
}

.k-multiselect-wrap .k-input:active {
    border-color: green;
}

.k-datepicker {
    color: rgba(115, 120, 126, 1);
    font-size: 14px;
    font-family: 'Eau', Arial, sans-serif !important;
}

    .k-datepicker .k-picker-wrap {
        border-color: #b8c3d4;
        border-radius: 2px;
    }

    .k-datepicker .k-state-focused {
        border-color: #07BA57;
    }

textarea.form-control {
    min-height: 150px;
}
/*Toaster*/
.toast-top-center {
    top: 16px;
}

.toast-success {
    background-color: #07BA57 !Important;
}

#toast-container.toast-top-center > div, #toast-container.toast-bottom-center > div {
    width: 500px;
}

.toast-close-button {
    top: 0px;
}

.toast-message {
    font-size: 15px;
}

#header #back_to_main_site {
    top: 0px;
}

#footer_main {
    overflow: visible !important;
}



/*Media Queries*/
@media (max-width: 768px) {
    .body-small .navbar-static-side {
        display: block !Important;
    }

    #header #logo_main_light {
        position: relative;
        display: inline !important;
        width: 160px;
        height: auto;
        top: 4px;
        left: 10px;
    }

        #header #logo_main_light img {
            width: 160px;
            height: auto;
        }

    body {
        background: white !important;
    }



    #header #logo_main {
        display: none;
    }
}


/* ---- Scott ---- */
button {
    background-color: #1975E8;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 6px;
    color: white;
    cursor: pointer;
}

    button.large {
        height: 80px;
    }

    button.placeholder,
    input[type=checkbox]:not(:checked) + button {
        background-color: white;
        color: rgba(0, 0, 0, 0.7);
    }

    button.placeholder {
        border-style: dashed;
    }

input[type=checkbox].checkbox {
    display: none;
}

    input[type=checkbox].checkbox + label:after {
        content: '\00D7';
        width: 21px;
        height: 21px;
        line-height: 21px;
        text-align: center;
        background-color: rgba(191, 205, 227, 1);
        border-radius: 100%;
        display: block;
        color: white;
    }

    input[type=checkbox].checkbox:checked + label:after {
        content: '\2713';
        background-color: rgb(7, 186, 87);
    }

table input[type=text],
table select {
    width: 100%;
}

table select {
    border: 0;
    background: none !important;
}

.shadowed {
    box-shadow: 0px 3px 10px rgba(0,0,0,0.15);
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 6px;
    padding: 16px;
    position: relative;
}

    .shadowed:not(:last-child) {
        margin-bottom: 30px;
    }

.profile {
    float: left;
    width: 48px;
    padding-top: 24px;
    padding-bottom: 24px;
    line-height: 0;
    text-align: center;
    margin-right: 10px;
    background-color: #1975E8;
    border-radius: 100%;
    color: white;
}

p.note,
span.note {
    color: red;
}

span.customer-info {
    font-style: italic
}

span.customer-alert {
    color: red;
}

div.loginpagebanner {
    color: #e2a200;
    font-weight: bold;
    border: 1px solid #e2a200;
    background: #fff2d1;
    padding: 5px;
    border-radius: 5px;
}

div.customer-note-box {
    color: #e2a200;
    font-weight: bold;
    border: 1px solid #e2a200;
    background: #fff2d1;
    padding: 5px;
    border-radius: 5px;
}

div.customer-warning-box {
    color: red;
    font-weight: bold;
    border: 1px solid red;
    background: pink;
    padding: 5px;
    border-radius: 5px;
}

/* ---- Booking Calendar ---- */

.bookingCalendar {
}

.Calendar-Container {
    border-top: 1px solid rgba(191, 205, 227, 1);
    border-bottom: 1px solid rgba(191, 205, 227, 1);
    padding: 5px 0;
    margin: 5px 0;
    max-height: 357px;
}

.bookingCalendar table {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    background-color: transparent;
    margin: 0;
}

.bookingCalendar th,
.bookingCalendar td {
    text-align: center;
    padding: 0;
    border-bottom: 10px solid white;
    overflow: hidden;
    font-weight: bold;
    width: calc(100% / 6);
}

    .bookingCalendar td.weekstart {
        font-size: 12px;
    }

.bookingCalendar .checkbox input[type=checkbox] {
    display: none;
}

    .bookingCalendar .checkbox input[type=checkbox] + div {
        cursor: pointer;
        width: 48px;
        height: 48px;
        line-height: 48px;
        margin: auto;
        border-radius: 100%;
        position: relative;
    }

    .bookingCalendar .checkbox input[type=checkbox]:checked + div {
        background-color: #1975E8;
        color: white;
    }

    .bookingCalendar .checkbox input[type=checkbox].join-left:checked + div:before,
    .bookingCalendar .checkbox input[type=checkbox].join-right:checked + div:after {
        content: ' ';
        position: absolute;
        left: -150%;
        width: 200%;
        height: 100%;
        background-color: rgba(25, 117, 232, 0.4);
        z-index: -1;
        display: none;
    }

    .bookingCalendar .checkbox input[type=checkbox].join-right:checked + div:after {
        left: 50%;
    }

    .bookingCalendar .checkbox input[type=checkbox]:disabled + div {
        color: rgba(115, 120, 126, 0.3);
        cursor: not-allowed;
    }

    .bookingCalendar .checkbox input[type=checkbox]:checked:disabled + div {
        color: rgba(255, 255, 255, 0.4);
    }

    .bookingCalendar .checkbox input[type=checkbox]:not(:checked) + div.available:after,
    .bookingCalendar .checkbox input[type=checkbox]:not(:checked) + div.limited:after,
    .bookingCalendar .checkbox input[type=checkbox]:not(:checked) + div.nospace:after,
    .bookingCalendar .checkbox input[type=checkbox]:not(:checked) + div.bankholiday:after {
        content: ' ';
        width: 21px;
        position: absolute;
        left: calc(50% - 11px);
        top: calc(50% + 13px);
    }

    .bookingCalendar .checkbox input[type=checkbox]:not(:checked) + div.available:after {
        border-bottom: 4px solid forestgreen;
    }

    .bookingCalendar .checkbox input[type=checkbox]:not(:checked) + div.limited:after {
        border-bottom: 4px solid rgba(255, 165, 0, 1);
    }

    .bookingCalendar .checkbox input[type=checkbox]:not(:checked) + div.nospace:after {
        border-bottom: 4px solid rgba(255, 0, 0, 1);
    }

    .bookingCalendar .checkbox input[type=checkbox]:not(:checked) + div.bankholiday:after {
        border: 2px solid rgba(180, 180, 180, 1);
        height: 30px;
        width: 30px;
        top: calc(50% + -16px);
        border-radius: 100%;
        left: calc(50% - 15px);
    }

    .bookingCalendar .checkbox input[type=checkbox]:not(:checked) + div.bankholiday:before {
        content: ' ';
        position: absolute;
        border: 1px solid rgba(180, 180, 180, 1);
        width: 30px;
        top: calc(50% - 2px);
        left: calc(50% - 15px);
        transform: rotateZ(45deg);
    }

.legend.available,
.legend.limited,
.legend.nospace,
.legend.bankholiday {
    display: inline-block;
    padding: 2px 10px;
    font-weight: bold;
    font-size: 14px;
    border: 1px solid rgba(191, 205, 227, 1);    
    border-radius: 3px;
    margin-right: 5px;
}

.legend.available {
    border-bottom: 4px solid forestgreen;
}

.legend.limited {
    border-bottom: 4px solid rgba(255, 165, 0, 1);
}

.legend.nospace {
    border-bottom: 4px solid rgba(255, 0, 0, 1);
}

.legend.bankholiday {
    border-bottom: 4px solid rgba(180, 180, 180, 1);
}

div:empty + .legend,
div:empty + .legend + .legend,
div:empty + .legend + .legend + .legend {
    display: none;
}

.bookingCalendar div.available.bookweek {
    border-bottom: 4px solid forestgreen;
    width: 50px;
}

span[data-warn] {
    color: red;
    font-size: 11pt;
    padding-left: 15px
}

/* ---- Account Booking System ---- */
.progress-step:not(:last-child) > div {
    padding-bottom: 30px;
}

.progress-step > div:first-child:before {
    content: ' ';
    position: absolute;
    left: 50%;
    width: 1px;
    height: 100%;
    border-left: 1px solid #1975e8;
}

.progress-step > div:first-child:after {
    content: "";/*attr(data-step);*/
    background-color: #1975e8;
    position: absolute;
    left: calc(50% - 22px);
    width: 43px;
    height: 43px;
    border-radius: 100%;
    text-align: center;
    line-height: 33px;
    border: 5px solid white;
    color: white;
    font-size: 17px;
}

.progress-step.inactive > div:first-child:after {
    background-color: #d1e3fa;
}

.progress-step h2 {
    margin-top: 0;
    padding-top: 8px;
}

.progress-step.inactive h2 {
    color: lightgray;
}
    

.bookingSystem .row.gapAfter:not(:last-child) {
    margin-bottom: 40px;
}

.bookingSystem .childSelect .col-6 {
    text-align: right;
    margin-bottom: 10px;
}

.bookingSystem .expanded,
.bookingSystem .collapsed {
    position: relative;
}

.bookingSystem #ChildPlaces .shadowed > select {
    position: absolute;
    top: 15px;
    right: 60px;
    z-index: 1;
    width: 110px;
}

.bookingSystem .collapsed:after,
.bookingSystem .expanded:after {
    content: '\e113';
    position: absolute;
    right: 10px;
    top: 0;
    font-size: 26px;
    color: rgba(191, 205, 227, 1);
    font-family: 'Glyphicons Halflings';
}

.bookingSystem .collapsed + div {
    display: none;
}

.bookingSystem .expanded:after {
    content: '\e114';
}

.bookingSystem .outlined {
    border: 1px solid rgba(191, 205, 227, 1);
    border-radius: 6px;
    margin-bottom: 10px;
}

    .bookingSystem .outlined table {
        width: 100%;
        border-spacing: 0;
        border-collapse: collapse;
        border-radius: 6px;
        border: 1px solid transparent;
        overflow: hidden;
    }

        .bookingSystem .outlined table th,
        .bookingSystem .outlined table td {
            border: 1px solid rgba(191, 205, 227, 1);
            padding: 5px 10px;
            text-align: center;
            font-weight: normal;
        }

.bookingSystem #SkillsBuilderCourses > div:not(:last-child),
.bookingSystem #FriendRequests > div:not(:last-child) {
    margin-bottom: 30px;
}

.required-field {
    color: red;
}

/*data-val-required
.required::after {
    content: " *";
    font-weight: normal;
    color: red;
}*/

.billing-details.required::after {
    content: " *";
    font-weight: normal;
    color: red;
}

.billing-details.input-validation-error {
    border: 1px solid #FF2528;
    background-color: white;
}

.body-small .navbar-static-side {
    background: white !Important;
    width: 100% !important;
    box-shadow: 0px 3px 6px rgba(0,0,0,0.15);
    left: 0px;
    padding-right: 30px;
}

@media (max-width: 450px) {
    #back_to_main_site {
        display: none !important;
    }
}

@media (min-width: 768px) {
    .btn-primary, .btn-secondary {
        width: inherit;
    }

    .body-small .navbar-static-side {
        box-shadow: none;
    }
}


@media (min-width: 992px) {
}


@media (min-width: 1200px) {
}


/* Football and Hub Camps */
div.course {
    padding-bottom: 5px;
}

.course-label {
    display: inline;
    padding-left: 10px;
}

.btn-course-chooser {
    color: #007bff;
}

.course-chooser-section {
    padding-bottom: 10px;
}

.courses-header {
    font-size: 16px;
}

.btn-course-chooser.btn-outline-primary:hover {
    color: #007bff;
    border-color: #007bff;
    background-color: white;
}

.card.camp-course {
    padding: 5px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.card.camp-course.selected {
    background-color: lightcyan;
}

.card.camp-course > .card-body {
    padding: 0.25rem;
}

    .card.camp-course > .card-body > .card-title {
        font-size: 14px;
    }

.btn-course-chooser.course-full.btn-outline-primary {
    color: red;
    border-color: red;
    background-color: white;
}

    .btn-course-chooser.course-full.btn-outline-primary:hover {
        color: red;
        border-color: red;
        background-color: white;
    }
/* END Football and Hub Camps */

.apple-pay-logo{
    width: 38%;
}

apple-pay-button {
    --apple-pay-button-width: 250px;
    --apple-pay-button-height: 45px;
    --apple-pay-button-border-radius: 6px;
    --apple-pay-button-padding: 0px 0px;
    --apple-pay-button-box-sizing: border-box;
    margin: 0 auto;
    display: flex;
}

/* Absolute Center Spinner */
.loader {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: visible;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

    /* Transparent Overlay */
.loader:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
}

    /* :not(:required) hides these rules from IE9 and below */
.loader:not(:required) {
    /* hide "loading..." text */
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

        .loader:not(:required):after {
            content: '';
            display: block;
            font-size: 10px;
            width: 1em;
            height: 1em;
            margin-top: -0.5em;
            -webkit-animation: spinner 1500ms infinite linear;
            -moz-animation: spinner 1500ms infinite linear;
            -ms-animation: spinner 1500ms infinite linear;
            -o-animation: spinner 1500ms infinite linear;
            animation: spinner 1500ms infinite linear;
            border-radius: 0.5em;
            -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
            box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
        }

/* Animation */

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.p-CardBrandIcons-item[data-testid*="amex"] {
    display: none;
}