/*Checkout version 3.0.0*/
.adyen-checkout__field {
    display: block;
    margin-bottom: 16px
}

.adyen-checkout__field--error input {
    border-color: #d10244;
    color: #d10244
}

.adyen-checkout__field:last-child {
    margin-bottom: 0
}

.adyen-checkout__helper-text, .adyen-checkout__label__text {
    color: #00112c;
    display: block;
    font-size: .81em;
    font-weight: 400;
    line-height: 13px;
    padding-bottom: 8px
}

.adyen-checkout__helper-text {
    color: #687282
}

.adyen-checkout__label__text {
    transition: color .2s ease-out
}

.adyen-checkout__label--focused .adyen-checkout__label__text {
    color: #06f
}

.adyen-checkout__error-text {
    align-items: center;
    color: #d10244;
    display: flex;
    font-size: .75em;
    font-weight: 400;
    margin-top: 4px
}

.adyen-checkout__spinner__wrapper {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center
}

.adyen-checkout__spinner__wrapper--inline {
    display: inline-block;
    height: auto;
    margin-right: 8px
}

.adyen-checkout__spinner {
    -webkit-animation: rotateSpinner 2s infinite linear;
    animation: rotateSpinner 2s infinite linear;
    border: 2px solid #06f;
    border-radius: 50%;
    border-top-color: transparent;
    height: 43px;
    width: 43px
}

.adyen-checkout__spinner--large {
    height: 43px;
    width: 43px
}

.adyen-checkout__spinner--small {
    height: 16px;
    width: 16px
}

.adyen-checkout__spinner--medium {
    height: 28px;
    width: 28px
}

@-webkit-keyframes rotateSpinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes rotateSpinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.adyen-checkout__icon svg {
    fill: currentColor
}

.adyen-checkout__open-invoice .adyen-checkout__input-wrapper--socialSecurityNumber + .adyen-checkout__error-text {
    max-width: 380px
}

.adyen-checkout__radio_group + .adyen-checkout-input__inline-validation {
    display: none
}

.adyen-checkout__radio_group__input {
    opacity: 0;
    position: absolute
}

.adyen-checkout__radio_group__label {
    display: block;
    font-size: .81em;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 8px;
    padding-bottom: 0;
    padding-left: 24px;
    position: relative
}

.adyen-checkout__radio_group__label:before {
    background-color: #fff;
    border: 1px solid #b9c4c9;
    border-radius: 50%;
    content: "";
    height: 16px;
    left: 0;
    position: absolute;
    top: 0;
    transition: border-color .3s ease-out;
    width: 16px
}

.adyen-checkout__radio_group__label:after {
    -webkit-transform: scale(0);
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 1px 1px rgba(0, 15, 45, .25);
    content: "";
    display: block;
    height: 6px;
    left: 5px;
    margin: 0 auto;
    position: absolute;
    top: 5px;
    transform: scale(0);
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    width: 6px
}

.adyen-checkout__radio_group__label:hover {
    border-color: #06f;
    cursor: pointer
}

.adyen-checkout__radio_group__input:checked + .adyen-checkout__radio_group__label:before, .adyen-checkout__radio_group__label--selected {
    background-color: #06f;
    border: 0;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .26);
    transition: all .3s ease-out
}

.adyen-checkout__radio_group__input:checked + .adyen-checkout__radio_group__label:after {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.adyen-checkout__radio_group__label.adyen-checkout__radio_group__label--invalid:before {
    border: 1px solid #d10244
}

.adyen-checkout__checkbox {
    display: block
}

.adyen-checkout__checkbox__input {
    opacity: 0;
    pointer-events: none;
    position: absolute
}

.adyen-checkout__checkbox__label {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    color: #00112c;
    cursor: pointer;
    display: inline-block;
    font-size: .81em;
    font-weight: 400;
    line-height: 16px;
    padding-left: 24px;
    position: relative;
    user-select: none
}

.adyen-checkout__checkbox__input + span:before {
    -webkit-transform: rotate(37deg);
    -webkit-transform-origin: 100% 100%;
    border-color: transparent #fff #fff transparent;
    border-radius: 0 2px 1px 2px;
    border-style: solid;
    border-width: 1px 2px 2px 1px;
    content: "";
    height: 11px;
    left: 1px;
    opacity: 0;
    position: absolute;
    top: 2px;
    transform: rotate(37deg);
    transform-origin: 100% 100%;
    transition: opacity .2s ease-out;
    width: 6px;
    z-index: 1
}

.adyen-checkout__checkbox__input:checked + .adyen-checkout__checkbox__label:before {
    opacity: 1
}

.adyen-checkout__checkbox__input + .adyen-checkout__checkbox__label:after {
    background-color: #fff;
    border: 1px solid #b9c4c9;
    border-radius: 3px;
    content: "";
    height: 16px;
    left: 0;
    position: absolute;
    top: 0;
    transition: background .15s ease-out, border .05s ease-out, box-shadow .1s ease-out;
    width: 16px;
    z-index: 0
}

.adyen-checkout__checkbox__input--invalid + .adyen-checkout__checkbox__label:after {
    border: 1px solid #d10244
}

.adyen-checkout__checkbox__input:checked + .adyen-checkout__checkbox__label:after {
    background-color: #06f;
    border: 1px solid #06f
}

.adyen-checkout__checkbox__input:focus + span:after {
    border: 1px solid #06f;
    box-shadow: 0 0 0 2px #99c2ff
}

.adyen-checkout__dropdown {
    font-size: 1em;
    max-width: 100%;
    width: 200px
}

.adyen-checkout__dropdown--small {
    width: 130px
}

.adyen-checkout__dropdown--large {
    width: 300px
}

.adyen-checkout__dropdown__button {
    background: #fff;
    border: 1px solid #b9c4c9;
    border-radius: 6px;
    font-size: 1em;
    height: 40px;
    line-height: 20px;
    outline: 0;
    padding: 9px 20px 9px 8px;
    transition: border .2s ease-out, box-shadow .2s ease-out;
    width: 100%
}

.adyen-checkout__dropdown__button__icon {
    margin-right: 8px;
    max-height: 26px;
    max-width: 40px
}

.adyen-checkout__dropdown__button--active, .adyen-checkout__dropdown__button:active, .adyen-checkout__dropdown__button:focus {
    border-color: #06f;
    box-shadow: 0 0 0 2px #99c2ff
}

.adyen-checkout__dropdown__button--readonly, .adyen-checkout__dropdown__button--readonly.adyen-checkout__dropdown__button--active {
    background: #e6e9eb;
    color: #00112c;
    cursor: not-allowed
}

.adyen-checkout__dropdown__button--invalid {
    border-color: #d10244
}

.adyen-checkout__dropdown__button__text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.adyen-checkout__dropdown__list {
    border-radius: 6px;
    box-shadow: 0 2px 7px rgba(0, 15, 45, .3);
    margin-top: 2px;
    max-height: 360px;
    z-index: 2
}

.adyen-checkout__dropdown__element {
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    border: 1px solid transparent;
    border-bottom-color: #e6e9eb;
    cursor: pointer;
    font-size: .81em;
    hyphens: auto;
    line-height: 20px;
    outline: 0;
    padding: 8px;
    transition: background .2s ease-out, border-color .2s ease-out;
    word-break: break-word
}

.adyen-checkout__dropdown__element:last-child {
    border-bottom: 0
}

.adyen-checkout__dropdown__element:active, .adyen-checkout__dropdown__element:focus, .adyen-checkout__dropdown__element:hover {
    background: rgba(230, 233, 235, .6)
}

.adyen-checkout__dropdown__element:active, .adyen-checkout__dropdown__element:focus {
    border-bottom-color: #06f;
    border-top-color: #06f
}

.adyen-checkout__dropdown__element.adyen-checkout__dropdown__element--active {
    background: rgba(0, 102, 255, .1)
}

.adyen-checkout__dropdown__element.adyen-checkout__dropdown__element--active:active, .adyen-checkout__dropdown__element.adyen-checkout__dropdown__element--active:focus, .adyen-checkout__dropdown__element.adyen-checkout__dropdown__element--active:hover {
    background: rgba(0, 102, 255, .15)
}

.adyen-checkout__dropdown__element__icon {
    border-radius: 3px;
    margin-right: 8px;
    max-height: 26px;
    max-width: 40px
}

.adyen-checkout__dropdown + .adyen-checkout-input__inline-validation {
    right: 32px
}

.adyen-checkout__select-list {
    margin: 0;
    padding: 0
}

.adyen-checkout__select-list__item {
    background: #fff;
    border: 1px solid transparent;
    border-bottom-color: #e6e9eb;
    cursor: pointer;
    display: inline-block;
    font-size: 1em;
    line-height: 20px;
    outline: 0;
    padding: 9px;
    width: 100%
}

.adyen-checkout__select-list__item:first-child {
    border-top: 0
}

.adyen-checkout__select-list__item:active, .adyen-checkout__select-list__item:focus, .adyen-checkout__select-list__item:hover {
    background: rgba(230, 233, 235, .6)
}

.adyen-checkout__select-list__item--selected {
    background: rgba(0, 102, 255, .1);
    font-weight: 500
}

.adyen-checkout__select-list__item--selected:active, .adyen-checkout__select-list__item--selected:focus, .adyen-checkout__select-list__item--selected:hover {
    background: rgba(0, 102, 255, .15)
}

.adyen-checkout__input {
    background: #fff;
    border: 1px solid #b9c4c9;
    border-radius: 6px;
    color: #00112c;
    display: block;
    font-family: inherit;
    font-size: 1em;
    height: 40px;
    outline: none;
    padding: 5px 8px;
    position: relative;
    transition: border .2s ease-out, box-shadow .2s ease-out;
    width: 200px
}

.adyen-checkout__input:required {
    box-shadow: none
}

.adyen-checkout__input-wrapper {
    display: inline-block;
    position: relative
}

.adyen-checkout__input-wrapper--block {
    display: block
}

.adyen-checkout-input__inline-validation {
    -webkit-transform: translateY(-50%);
    height: 16px;
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px
}

.adyen-checkout-input__inline-validation--valid {
    color: #0abf53
}

.adyen-checkout-input__inline-validation--invalid {
    color: #d10244
}

.adyen-checkout__input--small {
    width: 134px
}

.adyen-checkout__input--large {
    width: 300px
}

.adyen-checkout__input--invalid {
    border-color: #d10244
}

.adyen-checkout__input--valid {
    border-bottom-color: #0abf53
}

.adyen-checkout__input--error {
    border-color: #d10244
}

.adyen-checkout__input::-webkit-input-placeholder {
    color: #b9c4c9;
    font-weight: 200
}

.adyen-checkout__input:-ms-input-placeholder {
    color: #b9c4c9;
    font-weight: 200
}

.adyen-checkout__input::-ms-input-placeholder {
    color: #b9c4c9;
    font-weight: 200
}

.adyen-checkout__input::placeholder {
    color: #b9c4c9;
    font-weight: 200
}

.adyen-checkout__input--focus, .adyen-checkout__input:active, .adyen-checkout__input:focus {
    border: 1px solid #06f;
    box-shadow: 0 0 0 2px #99c2ff
}

.adyen-checkout__input[readonly] {
    background-color: #e6e9eb;
    border-color: transparent;
    color: #687282;
    cursor: default
}

.adyen-checkout__fieldset {
    color: #687282;
    display: block;
    padding-bottom: 30px;
    width: 100%
}

.adyen-checkout__fieldset__title {
    color: #687282;
    display: block;
    font-size: .68em;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 0;
    padding: 0 0 20px;
    text-transform: uppercase
}

.adyen-checkout__fieldset--readonly {
    color: #00112c;
    font-size: .81em;
    line-height: 19px;
    margin: 0
}

.adyen-checkout__open-invoice .adyen-checkout__checkbox--consent-checkbox {
    max-width: 540px
}

.adyen-checkout__open-invoice .adyen-checkout__checkbox {
    margin: 0 0 20px
}

.adyen-checkout__link--more-information {
    font-size: .81em
}

.adyen-checkout__applepay__button {
    height: 40px;
    width: 240px
}

.adyen-checkout__card-input__form {
    transition: opacity .25s ease-out
}

.adyen-checkout__card__exp-cvc {
    display: flex
}

.adyen-checkout__card__cardNumber {
    max-width: 400px
}

.adyen-checkout__card__cardNumber__input {
    padding: 5px 8px 5px 57px
}

.adyen-checkout__card__exp-date__input--oneclick {
    font-weight: 400;
    height: 40px;
    line-height: 40px
}

.adyen-checkout__card__exp-cvc .adyen-checkout__field {
    margin-bottom: 0;
    margin-right: 32px
}

.adyen-checkout__card-input .adyen-checkout__store-details {
    margin-top: 16px
}

.adyen-checkout__giropay__results {
    background: #fff;
    border: 1px solid #b9c4c9;
    border-radius: 6px;
    max-height: 140px;
    min-height: 100px;
    min-width: 300px;
    overflow-y: scroll;
    width: 100%
}

.adyen-checkout__giropay__no-results {
    color: #687282;
    display: block;
    font-size: .81em;
    padding: 0 0 0 2px
}

.adyen-checkout__giropay__placeholder {
    color: #b9c4c9;
    display: block;
    font-weight: 200;
    padding: 0 0 0 2px
}

.adyen-checkout__giropay__loading {
    display: block;
    min-height: 100px
}

.adyen-checkout__giropay__loading .adyen-checkout__spinner__wrapper {
    display: inline-block;
    vertical-align: middle
}

.adyen-checkout__giropay__loading-text {
    color: #687282;
    font-size: .81em;
    line-height: 16px;
    vertical-align: middle
}

.adyen-checkout__giropay__error {
    color: #d10244;
    font-size: .81em
}

.adyen-checkout__button {
    background: #00112c;
    border: 0;
    border-radius: 6px;
    box-shadow: 0 3px 4px rgba(0, 15, 45, .2);
    color: #fff;
    cursor: pointer;
    font-size: 1em;
    font-weight: 700;
    height: 48px;
    margin: 0;
    padding: 15px;
    transition: background .3s ease-out;
    width: 100%
}

.adyen-checkout__button:disabled {
    -moz-user-select: all;
    -ms-user-select: all;
    -webkit-user-select: all;
    background: #e6e9eb;
    box-shadow: none;
    cursor: not-allowed;
    user-select: all
}

.adyen-checkout__button--loading {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    background: #687282;
    box-shadow: none;
    outline: 0;
    pointer-events: none;
    user-select: none
}

.adyen-checkout__button .adyen-checkout__spinner {
    border-color: transparent #fff #fff;
    border-width: 3px
}

.adyen-checkout__button__content {
    align-items: center;
    display: flex;
    justify-content: center
}

.adyen-checkout__phone-input {
    display: flex
}

.adyen-checkout__phone-input__prefix {
    margin-bottom: 0;
    margin-right: .5em
}

.adyen-checkout__input--phone-number {
    margin-bottom: 0
}

.adyen-checkout__iban-input__number {
    padding: 5px 36px 5px 8px;
    text-transform: uppercase
}

.adyen-checkout__threeds2__challenge, .adyen-checkout__threeds2__challenge-container {
    background-color: transparent;
    box-sizing: border-box;
    display: block;
    overflow: auto;
    width: 100%
}

.adyen-checkout__threeds2__challenge-container--01 {
    height: 400px;
    width: 250px
}

.adyen-checkout__threeds2__challenge-container--02 {
    height: 400px;
    width: 390px
}

.adyen-checkout__threeds2__challenge-container--03 {
    height: 600px;
    width: 500px
}

.adyen-checkout__threeds2__challenge-container--04 {
    height: 400px;
    width: 600px
}

.adyen-checkout__threeds2_challenge-container--05 {
    height: 100%;
    width: 100%
}

.adyen-checkout__threeds2__challenge.adyen-checkout__threeds2__challenge--05 {
    overflow: hidden;
    padding-top: 56.25%;
    position: relative
}

.adyen-checkout__threeds2__challenge.adyen-checkout__threeds2__challenge--05 .adyen-checkout__iframe--threeDSIframe {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.adyen-checkout__qr-loader {
    background: #fff;
    border: 1px solid #d4d9db;
    border-radius: 6px;
    padding: 40px;
    text-align: center
}

.adyen-checkout__qr-loader--app {
    border: 0;
    border-radius: 0;
    padding: 0
}

.adyen-checkout__qr-loader__brand-logo {
    max-height: 50px;
    width: 110px
}

.adyen-checkout__qr-loader__subtitle {
    margin-top: 32px
}

.adyen-checkout__qr-loader__payment_amount, .adyen-checkout__qr-loader__subtitle {
    color: #00112c;
    font-size: 1em;
    line-height: 19px
}

.adyen-checkout__qr-loader__payment_amount {
    font-weight: 700
}

.adyen-checkout__qr-loader__progress {
    background: #d4d9db;
    border-radius: 25px;
    height: 4px;
    margin: 32px auto 12px;
    padding-right: 3%;
    width: 152px
}

.adyen-checkout__qr-loader__percentage {
    background: #06f;
    border-radius: 25px;
    display: block;
    height: 100%
}

.adyen-checkout__qr-loader__countdown {
    color: #687282;
    font-size: .81em
}

.adyen-checkout__qr-loader > .adyen-checkout__spinner__wrapper {
    margin: 60px 0
}

.adyen-checkout__qr-loader__separator__label {
    background: #fff;
    border-radius: 100%;
    color: #687282;
    display: inline-block;
    height: 34px;
    line-height: 34px;
    position: relative;
    width: 34px;
    z-index: 1
}

.adyen-checkout__qr-loader__separator__line {
    -webkit-transform: translateY(-17px);
    border-top: 1px solid #d4d9db;
    display: block;
    transform: translateY(-17px)
}

.adyen-checkout__button.adyen-checkout__button--qr-loader {
    display: block;
    text-decoration: none
}

.adyen-checkout__voucher-result {
    background: #fff;
    border: 1px solid #d4d9db;
    border-radius: 6px;
    box-sizing: border-box;
    padding: 20px 16px 56px;
    text-align: center
}

.adyen-checkout__voucher-result__image {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-bottom: 16px;
    width: 100%
}

.adyen-checkout__voucher-result__image__wrapper {
    display: inline-block;
    padding: 8px;
    width: 120px
}

.adyen-checkout__voucher-result__image__wrapper:nth-child(2) {
    border-left: 1px solid #d4d9db
}

.adyen-checkout__voucher-result__image__brand, .adyen-checkout__voucher-result__image__issuer {
    height: 34px
}

.adyen-checkout__voucher-result__image__brand {
    height: 60px
}

.adyen-checkout__voucher-result__introduction {
    color: #00112c;
    font-size: .81em;
    line-height: 19px;
    margin: 0 auto;
    max-width: 400px;
    text-align: center
}

.adyen-checkout__voucher-result__amount {
    color: #00112c;
    font-size: 1em;
    font-weight: 700;
    margin: 24px auto 0;
    text-align: center
}

.adyen-checkout__voucher-result__surcharge {
    color: #687282;
    display: block;
    font-size: .81em;
    font-weight: 400;
    line-height: 19px;
    text-align: center
}

.adyen-checkout__voucher-result__code__label {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    display: block;
    font-weight: 400;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: -14px;
    user-select: none;
    width: auto
}

.adyen-checkout__voucher-result__code__label__text {
    background: #fff;
    color: #00112c;
    font-size: 13px;
    padding: 0 8px
}

.adyen-checkout__voucher-result__code {
    -moz-user-select: all;
    -ms-user-select: all;
    -webkit-user-select: all;
    border: 1px solid #e6e9eb;
    border-radius: 6px;
    color: #00112c;
    display: inline-block;
    font-size: 1.5em;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 19px;
    margin: 20px auto 16px;
    max-width: 100%;
    min-width: 200px;
    padding: 28px 48px 24px;
    position: relative;
    text-align: center;
    user-select: all;
    width: 300px
}

.adyen-checkout__voucher-result__details {
    list-style: none;
    margin: 8px auto 0;
    max-width: 300px;
    padding: 0
}

.adyen-checkout__voucher-result__details__item {
    color: #00112c;
    display: flex;
    font-size: .81em;
    justify-content: space-between;
    margin-bottom: 16px;
    word-break: break-word
}

.adyen-checkout__voucher-result__details__item:last-child {
    margin-bottom: 0
}

.adyen-checkout__voucher-result__details__label {
    max-width: 50%;
    text-align: left
}

.adyen-checkout__voucher-result__details__value {
    font-weight: 700;
    max-width: 50%;
    text-align: right
}

.adyen-checkout__payment-method {
    background: #fff;
    border: 1px solid #d4d9db;
    cursor: pointer;
    margin-top: -1px;
    position: relative;
    transition: opacity .3s ease-out;
    width: 100%
}

.adyen-checkout__payment-method:focus {
    outline: 0
}

.adyen-checkout__payment-method--selected + .adyen-checkout__payment-method, .adyen-checkout__payment-method:first-child {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    margin-top: 0
}

.adyen-checkout__payment-method--next-selected, .adyen-checkout__payment-method:last-child {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    margin-bottom: 0
}

.adyen-checkout__payment-method--loading {
    opacity: .2
}

.adyen-checkout__payment-method--selected.adyen-checkout__payment-method--loading {
    opacity: .9
}

.adyen-checkout__payment-method--disabling {
    opacity: .5
}

.adyen-checkout__payment-method__header {
    align-items: center;
    color: #00112c;
    display: flex;
    font-size: 1em;
    font-weight: 400;
    padding: 16px;
    position: relative;
    transition: background .1s ease-out;
    width: 100%
}

.adyen-checkout__payment-method__surcharge {
    color: #687282;
    margin-left: 5px
}

.adyen-checkout__payment-method--selected {
    background: #f7f8f9;
    border: 1px solid #d4d9db;
    border-radius: 6px;
    cursor: default;
    margin: 8px 0;
    transition: margin .15s cubic-bezier(.4, 0, .2, 1) 0ms, opacity .3s ease-out
}

.adyen-checkout__payment-method__name--selected {
    font-weight: 500
}

.adyen-checkout__payment-method__details {
    padding: 0 16px
}

.adyen-checkout__payment-method__details__content {
    margin: 6px 0 22px
}

.adyen-checkout__payment-method__image__wrapper {
    height: 26px;
    position: relative
}

.adyen-checkout__payment-method__image__wrapper:after {
    border: 1px solid rgba(0, 27, 43, .17);
    border-radius: 3px;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.adyen-checkout__payment-method__image {
    border-radius: 3px
}

.adyen-checkout__payment-method__disable-confirmation {
    align-items: center;
    background: #e6e9eb;
    color: #00112c;
    display: flex;
    font-size: .94em;
    justify-content: space-between;
    margin-bottom: 10px;
    padding: 8px 16px
}

.adyen-checkout__payment-method__disable-confirmation__buttons {
    display: flex
}

.adyen-checkout__payment-method__disable-confirmation__button {
    border: 1px solid transparent;
    border-radius: 6px;
    cursor: pointer;
    font-size: .81em;
    line-height: 15px;
    margin: 0 0 0 8px;
    padding: 8px
}

.adyen-checkout__payment-method__disable-confirmation__button--remove {
    background: #d10244;
    border-color: #d10244;
    color: #fff
}

.adyen-checkout__payment-method__disable-confirmation__button--cancel {
    background: transparent;
    border-color: #00112c;
    color: #00112c
}

.adyen-checkout__payment-method__radio {
    background-color: #fff;
    border: 1px solid #b9c4c9;
    border-radius: 50%;
    box-shadow: inset 0 1px 3px rgba(0, 27, 43, .15);
    height: 18px;
    position: absolute;
    right: 20px;
    transition: border-color .3s ease-out;
    width: 18px
}

.adyen-checkout__payment-method__radio:after {
    -webkit-transform: translateY(-50%) scale(0);
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 1px 1px rgba(0, 15, 45, .25);
    content: "";
    display: block;
    height: 6px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) scale(0);
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    width: 6px
}

.adyen-checkout__payment-method__radio:hover {
    border-color: #06f;
    cursor: pointer
}

.adyen-checkout__payment-method__radio--selected {
    background-color: #06f;
    border: 0;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .26);
    transition: all .3s ease-out
}

.adyen-checkout__payment-method__radio--selected:after {
    -webkit-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1)
}

.adyen-checkout__button--pay {
    margin-bottom: 16px
}

.adyen-checkout__status {
    align-items: center;
    background-color: #fff;
    border: 1px solid #d4d9db;
    border-radius: 6px;
    color: #001b2b;
    display: flex;
    flex-direction: column;
    font-size: 16px;
    height: 350px;
    justify-content: center;
    margin: 0;
    padding: 32px;
    text-align: center
}

.adyen-checkout__status__icon {
    margin-bottom: 24px
}

.adyen-checkout__dropin, .adyen-checkout__dropin *, .adyen-checkout__dropin :after, .adyen-checkout__dropin :before {
    box-sizing: border-box
}

.adyen-checkout__payment-methods-list--loading {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    pointer-events: none;
    user-select: none
}

.adyen-checkout__link {
    color: #06f;
    text-decoration: none
}

.adyen-checkout__link:hover {
    text-decoration: underline
}