#axepta-paygates-list .section-title {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    padding-left: 0px;
}

#axepta-paygates-list .axepta-section,
#axepta-paygates-list .separator {
    padding-bottom: 15px;
}

#axepta-paygates-list .form-check div.checker {
    display: inline-block;
}

/* Separator */
#axepta-paygates-list .separator {
    display: flex;
    flex-flow: row wrap;
    max-width: 565px;
}

#axepta-paygates-list .separator div {
    height: 1px;
    background: #EBEBEB;
    flex: none;
    order: 0;
    flex-grow: 1;
    align-self: center;
}

#axepta-paygates-list .separator .more-option-btn {
    min-width: 150px;
    height: 17px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 9px;
    line-height: 9px;
    text-align: center;
    color: #666666;
    flex: none;
    order: 0;
    flex-grow: 0;
    align-self: center;
    border: 1px solid #EBEBEB;
    border-radius: 5px;
    background-color: white;
}

/* Icon arrow down */
#axepta-paygates-list .separator .more-option-btn:not(.selected)::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

/* Icon arrow up */
#axepta-paygates-list .separator .more-option-btn.selected::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: middle;
    content: "";
    border-top: 0;
    border-right: 0.3em solid transparent;
    border-bottom: 0.3em solid;
    border-left: 0.3em solid transparent;
}

/* REGISTERED CARD */
#axepta-paygates-list .registered_card-box {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 12px 7px;
    gap: 6px;
    max-width: 300px;
    background: #FFFFFF;
    border: 1px solid #EBEBEB;
    border-radius: 5px;
    flex: none;
    order: 0;
    flex-grow: 0;
    margin: 5px 0;
}

#axepta-paygates-list .registered_card-box .radio,
#axepta-paygates-list .paygate-box .radio {
    padding-top: 5px;
}

#axepta-paygates-list .registered_card-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 3px;
    flex: none;
    order: 2;
    flex-grow: 1;
}

#axepta-paygates-list .registered_card-info span {
    font-weight: bold;
    letter-spacing: 1px;
}

#axepta-paygates-list .registered_card-info div:first-child {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    color: #454545;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
}

#axepta-paygates-list .registered_card-info div:nth-child(2) {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #666666;
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
}


/* PAYGATES */
#axepta-paygates-list .paygate-container,
#axepta-paygates-list #more-paygates,
#axepta-paygates-list .registered_card-container {
    display: flex;
    flex-flow: row wrap;
    max-width: 570px;
}

#axepta-paygates-list .registered_card-box {
    display: flex;
    flex-flow: row;
    margin: 5px;
    width: 270px;
}

#axepta-paygates-list .paygate-box {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 6px;
    gap: 8px;
    background: #FFFFFF;
    border: 1px solid #EBEBEB;
    border-radius: 5px;
    flex: none;
    order: 0;
    flex-grow: 0;
    width: 180px;
    height: 60px;
    margin: 5px;
}

#axepta-paygates-list .paygate-box:hover,
#axepta-paygates-list .paygate-box.selected,
#axepta-paygates-list .registered_card-box:hover,
#axepta-paygates-list .registered_card-box.selected {
    -webkit-box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    border-color: #0175ff;
}

#axepta-paygates-list .paygate-info {
    font-weight: 700;
    font-size: 13px;
    line-height: 16px;
    color: #454545;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
}

#axepta-paygates-list .paygate-info div:first-child {
    font-weight: 700;
    font-size: 13px;
    line-height: 16px;
    color: #454545;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
}

#axepta-paygates-list .paygate-info div:nth-child(2) img {
    /* border-radius: 5px; */
    flex: none;
    order: 0;
    flex-grow: 0;
    max-width: 45px;
    max-height: 30px;
}

#axepta-paygates-list .custom-radio {
    margin-right: 0px !important;
    display: inline-block;
    position: relative;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 50%;
    border: 2px solid #7a7a7a;
    background: #fff;
}

#axepta-paygates-list .custom-radio input[type=radio]:checked+span {
    display: block;
    background-color: #2fb5d2;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    position: absolute;
    left: 0.125rem;
    top: 0.125rem;
}

#axepta-paygates-list .custom-radio input[type=radio] {
    opacity: 0;
}

#checkout-payment-step .axepta-iframe.disabled,
#checkout-payment-step .axepta-iframe.cgv_disabled {
    display: none;
}

#checkout-payment-step .axepta-iframe {
    padding-top: 10px;
}


.axepta-spinner.show {
    visibility: visible;
}

.axepta-spinner {
    left: 50%;
    top: 50%;
    height: 60px;
    width: 60px;
    margin: 0px auto;
    -webkit-animation: rotation .6s infinite linear;
    -moz-animation: rotation .6s infinite linear;
    -o-animation: rotation .6s infinite linear;
    animation: rotation .6s infinite linear;
    border-left: 6px solid rgba(0, 174, 239, .15);
    border-right: 6px solid rgba(0, 174, 239, .15);
    border-bottom: 6px solid rgba(0, 174, 239, .15);
    border-top: 6px solid rgba(0, 174, 239, .8);
    border-radius: 100%;
    visibility: hidden;
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
    }
}

@-moz-keyframes rotation {
    from {
        -moz-transform: rotate(0deg);
    }

    to {
        -moz-transform: rotate(359deg);
    }
}

@-o-keyframes rotation {
    from {
        -o-transform: rotate(0deg);
    }

    to {
        -o-transform: rotate(359deg);
    }
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}
