* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

html {
    height: 100%;
    font-size: 16px;
}

body {
    /*font-family: -apple-system, blinkmacsystemfont, "segoe ui", helvetica, arial, sans-serif, "apple color emoji", "segoe ui emoji", "segoe ui symbol" !important;*/
    font-size: 14px;
    margin: 0;
    padding-bottom: 100px;
    min-height: 100%;
    position: relative;
    font-family: 'Poppins', sans-serif;
    background-color: #fff !important;
}

@font-face {
    font-family: "averta";
    src: url('/assets/fonts/averta-regular-webfont-bcbb02e4471734891499b9b228daf8a2.ttf');
}

.papara {
    font-family: 'averta', sans-serif;
}

input,
input[type="radio"] + label,
input[type="checkbox"] + label:before,
select option,
select {
    width: 100%;
    padding: 1em;
    line-height: 1.4em;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    font-size: 0.85rem;
    font-family: 'Poppins', sans-serif;
}


input:focus {
    outline: 0;
    border: 1px solid #4950e0;
}

input:focus + .input-icon i {
    color: #313edd;
}

input:focus + .input-icon:after {
    border-right-color: #88a3bb;
}

input[type="radio"] {
    /* display: block*/
    opacity: 0;
    width: 0 !important;
    height: 0;
    margin: 0 !important;
    padding: 0;
}

input[type="radio"] + label,
select {
    display: inline-block;
    width: 50%;
    text-align: center;
    float: left;
    border-radius: 0;
}

input[type="radio"] + label:first-of-type {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

input[type="radio"] + label:last-of-type {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

input[type="radio"] + label i {
    padding-right: 0.4em;
}

input[type="radio"]:checked + label,
input:checked + label:before,
select:focus,
select:active {
    background-color: #d4edda;
    color: #155724;
    border-color: #c3e6cb;
}


input:checked + label:after {
    opacity: 1;
}

.input-group {
    margin-bottom: 1em;
    zoom: 1;
}

.input-group:before,
.input-group:after {
    content: "";
    display: table;
}

.input-group:after {
    clear: both;
}

.input-group-icon {
    position: relative;
    color: #b9b9b9;
}

.input-group-icon input {
    padding-left: 4.4em;
}

.input-group-icon .input-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 3.4em;
    height: 3.4em;
    line-height: 3.4em;
    text-align: center;
    pointer-events: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.input-group-icon .input-icon:after {
    position: absolute;
    display: block;
    border-right: 1px solid #e5e5e5;
    content: "";
    height: 2rem;
    right: 0;
}

.input-group-icon .input-icon i {
    -webkit-transition: 0.35s ease-in-out;
    -moz-transition: 0.35s ease-in-out;
    -o-transition: 0.35s ease-in-out;
}

.input-checkbox-group {
    padding: 0.8rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-left: auto;
    margin-bottom: 1rem;
    width: 100%;
    border: 1px solid #e5e5e5;
}


.input-checkbox + .input-checkbox {
    margin-top: 1rem;
}


.input-checkbox input {
    width: auto;
    margin-right: 1rem;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
}

@supports (-webkit-touch-callout: none) {
    .input-checkbox input {
        padding: 0.5em;
    }
}

.input-checkbox label {
    color: #353535;
    font-size: 0.8rem;
}

.input-checkbox label .masterpass-terms {
    color: #313edd;
    text-decoration: underline;
    font-weight: 500;
}

.input-checkbox .store-card-kvkk {
    color: #868686;
    display: block;
    font-size: 0.75rem;
    margin-left: 37px;
}

.store-card-kvkk a {
    color: #313fdd;
    text-decoration: none;
}

.store-card-kvkk a:hover {
    color: #8c8eed;
}


.card-brand-icon {
    position: absolute;
    top: 0;
    width: 3.4em;
    height: 100%;
    pointer-events: none;
    right: 1rem;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.card-brand-icon img {
    width: 75%;
}

label.error {
    color: #721c24;
    display: block;
}

input.error {
    border: 1px dashed #ff0033;
    color: #ff0033;
}

.bb-color-white {
    border-bottom-color: #fff;
}

.bl-color-white {
    border-left-color: #fff;
}

.btl-radius-15 {
    border-top-left-radius: 15px;
}

.bbr-radius-15 {
    border-bottom-right-radius: 15px;
}

.mb-0 {
    margin-bottom: 0;
}

.input-right {
    position: absolute;
    top: 0;
    right: 1rem;
    height: 3.4em;
    text-align: center;
    justify-content: center;
    align-items: center;
    color: #161a5f;
    font-weight: 500;
    display: flex;
}

.container {
    min-width: 320px;
    max-width: 750px;
    margin: 0 auto;
    padding: 2rem 1rem;
    display: flex;
    flex-direction: column;
}

.header {
    height: 50px;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 20px;
    border-bottom: 1px solid #dadada;
}

.header .logo {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem;
}

.header .logo img {
    width: 8rem;
}

.checkout-form {
    max-width: 510px;
    width: 100%;
    margin: 0 auto;
}

.card-info {
    display: flex;
    flex-wrap: wrap;
}

.card-info .card-holder-name {
    width: 100%;
}

.card-info .card-number {
    width: 100%;
}

.card-info .card-expire-date {
    width: 60%;
}

.card-info .card-cvc {
    width: 40%;
}

.pay-btn {
    display: flex;
    justify-content: flex-end;
}

.pay-btn button {
    width: 100%;
    color: white;
    padding: 1em;
    background-color: #4950e0;
    font-size: 1em;
    border: 1px solid;
    letter-spacing: 0.1em;
    font-family: 'Poppins', sans-serif;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    border-top-left-radius: 25px;
}

.pay-btn button:hover {
    cursor: pointer;
    background-color: #333fdd;
    -webkit-transition: 0.35s ease-in-out;
    -moz-transition: 0.35s ease-in-out;
    -o-transition: 0.35s ease-in-out;
}

.pay-btn button:focus {
    outline: none;
}

.main-card-brands {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 2rem 0;
}

.main-card-brands img {
    height: 1rem;
    margin: 0.4rem;
}

.main-card-brands img + img {
    margin-left: 1rem;
}

.show-all-installments {
    text-align: center;
    padding: 1rem;
    font-size: 0.75rem;
    color: #313edd;
}

.show-all-installments span {
    cursor: pointer;
}

.kvkk {
    text-align: center;
    font-size: 0.75rem;
    padding: 1rem;
}

.kvkk a {
    color: #b9b9b9;
    text-decoration: none;
}

.kvkk a:hover {
    color: #8c8eed;
}

.all-installments {
    max-width: 510px;
    width: 100%;
    margin: 0 auto;
    display: none;
}

#hideAllInstallments {
    cursor: pointer;
}

.all-installments table {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    text-align: center;
}

.all-installments table tbody tr:nth-child(1) {
    font-weight: bold;
}

.all-installments table td {
    /* border: 1px solid #cccccc;*/
    padding: 5px;
}

.all-installments .close {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 0.2em;
    color: #b1b1b1;
}

.all-installments .close img {
    width: 1rem;
    margin-bottom: 0.5rem;
}


.installment-info {
    padding: 1rem;
    border: 1px solid #e5e5e5;
    margin: 1rem 0;
}

.installment {
    display: flex;
    align-items: center;
    margin-bottom: 0.5rem;
}

.installment:last-child {
    margin-bottom: 0;
}

.installment input[type="radio"] {
    width: 1rem;
    margin: 0 1rem 0 0;
}

.installment .radio-label {
    display: flex;
    width: 100%;
    cursor: pointer;
    padding: 0.5em;
}

.installment .radio-label div {
    width: 30%;
    text-align: right;
}

.installment .radio-label div:nth-child(1) {
    width: 40%;
    text-align: left;
}


.installment-detail {

    padding: 10px;
    background-color: #ccc;
    background-clip: border-box;
    border: 1px solid #e2e2e2eb;
    border-radius: .25rem;
    color: white;
    margin-bottom: 1rem;
}

.installment-detail-Axess {
    background-color: #f3b400;
}

.installment-detail-Bonus {
    background-color: #136a46d6;
}

.installment-detail-Maximum {
    background-color: #eb008c90;
}

.installment-detail-CardFinans {
    background-color: #1790f1;
}

.installment-detail-Advantage {
    background-color: #ff9c7e;
}

.installment-detail-Bankkart {
    background-color: #e20a1890;
}

.installment-detail-Sağlam {
    background-color: #49715990;
}

.installment-detail-Paraf {
    background-color: #10a8d590;
}

.installment-detail-World {
    background-color: #6b479690;
}

.installment-detail .title {
    height: 67px;
    border-bottom: 1px solid #ffffff;
    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.installment-detail .content tr + tr {
    border-top: 1px dashed #ffffff;
}

.loyalty-info {
    padding: 1rem;
    border: 1px solid #e5e5e5;
    margin: 1rem 0;
}

.loyalty {
    display: flex;
    align-items: center;
    margin-bottom: 0.5rem;
}

.loyalty:last-child {
    margin-bottom: 0;
}

.loyalty input[type="radio"] {
    width: 1rem !important;
    margin: 0 1rem 0 0;
    height: 1rem;
    opacity: 1;
}

.loyalty input[type="radio"]:checked + label {
    background-color: #fff;
}

.loyalty .radio-label {
    display: flex;
    width: 100%;
    cursor: pointer;
    padding: 0.5em;
    border: 0;
}

.loyalty .radio-label div {
    width: 100%;
    text-align: right;
}

.loyalty .radio-label div:nth-child(1) {
    width: 100%;
    text-align: left;
}

.error-alert {
    padding: 20px;
    text-align: center;
    width: 80%;
    margin: 0 auto;
    border-radius: 1px;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    color: #721c24;
    font-size: 0.8rem;
}

.error-result, .validation-result {
    display: none;
    width: 100%;
    margin-bottom: 1em;
    border: 1px solid #f5c6cb;
    padding: 1rem;
    text-align: center;
    color: #721c24;
    background-color: #f8d7da;
}


.result-container {
    min-height: 250px;
    width: 100%;
    background-color: #fff;
    padding: 1rem;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding-bottom: 5rem;
}

.result-icon {
    font-size: 100px;
    color: #6fc481;
}

.result-icon.success {
    color: #6fc481;
}

.result-icon.error {
    color: #ea8892;
}

#completeResultForm {
    display: none;
}


.footer {
    height: 90px;
    background-color: #ffffff;
    text-align: center;
    position: absolute;
    width: 100%;
    margin: 0;
    padding: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.footer .icons {
    height: auto;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 1rem;
}

.footer .icons img {
    height: 1.2rem;
}

.footer .icons img + img {
    margin-left: 2rem;
}

.footer .text {
    color: #908f8f;
    font-size: 0.8rem;
}

.footer-iframe {
    position: initial;
    border-top: none;
    background: none;
}


/*.card-info input {
    padding: 10px;
    width: 100%;
    margin-bottom: 5px;
    border: 1px solid #ccc;
}*/

/* Custom Select */


.custom-select-wrapper {
    position: relative;
    user-select: none;
    width: 100%;
}

.custom-select {
    display: flex;
    flex-direction: column;
    border: 1px solid #e5e5e5;
    font-size: 0.85rem !important;
    line-height: 1.4em;
}

.custom-select__trigger {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #3b3b3b;
    cursor: pointer;
    padding: 1em;
}

.custom-options {
    position: absolute;
    display: block;
    top: 100%;
    left: 0;
    right: 0;
    border: 1px solid #e5e5e5;
    border-top: 0;
    background: #fff;
    transition: all 0.5s;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 2;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 15rem;
}

.custom-select.open .custom-options {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}

.custom-option {
    position: relative;
    display: block;
    padding: 1em;
    font-weight: 300;
    color: #3b3b3b;
    line-height: 1.4;
    cursor: pointer;
    transition: all 0.5s;
}

.custom-option:hover {
    cursor: pointer;
    background-color: #b2b2b2;
}

.custom-option.selected {
    color: #3b3b3b;
    background-color: #e8f0fe;
}

.custom-option-content {
    display: flex;
    align-items: center;
}

.custom-option-content img {
    height: 1.2rem;
    margin-right: 1rem;
    min-width: 6rem;
    max-width: 6rem;
}

.stored-card-delete-btn {
    margin-left: auto;
    border: none;
    background: transparent;
    color: #797979;
    font-size: 0.85rem;
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
}

.stored-card-delete-btn:hover,
.stored-card-delete-btn:focus {
    color: #5a5a5a;
    outline: none;
}

.custom-select__trigger .stored-card-delete-btn {
    display: none;
}

.arrow {
    position: relative;
    height: 15px;
    width: 15px;
}

.arrow::before,
.arrow::after {
    content: "";
    position: absolute;
    bottom: 0px;
    width: 0.15rem;
    height: 100%;
    transition: all 0.5s;
}

.arrow::before {
    left: -5px;
    transform: rotate(45deg);
    background-color: #394a6d;
}

.arrow::after {
    left: 5px;
    transform: rotate(-45deg);
    background-color: #394a6d;
}

.open .arrow::before {
    left: -5px;
    transform: rotate(-45deg);
}

.open .arrow::after {
    left: 5px;
    transform: rotate(45deg);
}


#form-load {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.display-none {
    display: none !important;
}

.disabled button {
    pointer-events: none;
    background-color: #7c98b7 !important;
}

/**
    Tooltip
 */
.tooltip {
    position: relative;
    display: inline-block;
    height: fit-content;
}

.tooltip .tooltiptext {
    line-height: 1rem;
    visibility: hidden;
    width: 120px;
    background-color: #4950e02b;
    color: #161b5f;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    top: 100%;
    left: -38px;
    font-size: 0.7rem;
    font-weight: normal;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #4950e02b transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}

.tooltip-icon {
    margin-left: 1rem;
    color: #cacaca;
    font-size: 1.2rem !important;
}

.environment-info {
    margin-bottom: 1rem;
    justify-content: center;
    width: 100%;
    display: flex;
    font-weight: 100;
    padding: 0.5rem;
    border-radius: 30px;
    color: white;
    background-color: #d49f0a;
    background-image: repeating-linear-gradient(-45deg, #d49f0a 0px, #d49f0a 10px, rgba(255, 255, 255, .15) 11px, rgba(255, 255, 255, .15) 20px);
}

.tab-container {
    border: 1px solid #e5e5e5;
    margin-bottom: 1rem;
    border-radius: 4px;
    overflow: visible;
    display: flow-root;
}

.tab-content {
    padding: 1rem;
    display: none;
}

.tab-items {
    background: #f3f3f3;
    display: flex;
    padding: 2px;
    margin-bottom: 1rem;
    align-items: stretch;
    border-radius: 4px;
    overflow-x: auto;
}

.tab-items::-webkit-scrollbar {
    height: 5px;
}

.tab-items::-webkit-scrollbar-track {
    background: #f3f3f3;
}

.tab-items::-webkit-scrollbar-thumb {
    background: #bababa;
    border-radius: 12px;
    cursor: pointer;
}

.tab-items::-webkit-scrollbar-thumb:hover {
    background: #919191;
}

.tab-items.disabled .tab-item,
.tab-items.disabled .tab-item:hover {
    background: #dddddd;
    color: #666666;
    cursor: default;
}

.tab-items.disabled .tab-item.tab-item__active,
.tab-items.disabled .tab-item.tab-item__active:hover {
    background: #ffffff;
    color: #6e7199;
}

.tab-items .tab-item {
    padding: 0.8em;
    cursor: pointer;
    transition: background-color 0.4s;
    background: #ffffff2e;
    color: black;
    margin-left: 0.3em;
    font-size: 11px;
    border-radius: 2px;
    flex-grow: 1;
    min-width: 90px;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
    text-align: center;
}

#tab-item-ykb-world-pay-shopping-loan,
#tab-item-apm-vodafonedcb {
    min-width: 150px;
}

.tab-items .tab-item::after {
    content: "";
    width: 1px;
    height: 24px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: -1px;
    background: #e4e4e4;
}

.tab-items .tab-item.tab-item__active::after,
.tab-items .tab-item:hover::after,
.tab-items .tab-item:last-child::after {
    display: none;
}

.tab-items .tab-item.tab-item__active {
    background: #ffffff;
    color: #333fdd;
    font-weight: 600;
}

.tab-items .tab-item:not(.tab-item__active):hover {
    background: #e4e4e4;
}

.tab-container.single-tab {
    border: none;
    margin-bottom: 0;
}

.tab-container.single-tab .tab-items {
    display: none;
}

.tab-container.single-tab .tab-content {
    padding: 0;
}

#masterpass-cards-container {

}

#masterpass-cards-container .masterpass-card {
    display: flex;
    align-items: center;
    margin-bottom: 0.5rem;
}

#masterpass-cards-container .masterpass-card .radio-label {
    display: flex;
    width: 100%;
    cursor: pointer;
    padding: 1em;
    border-width: 2px;
}

#masterpass-cards-container input[type="radio"]:checked + label, input:checked + label:before, select:focus, select:active {
    border-color: #28a745;
    background-color: initial;
}

#masterpass-cards-container .masterpass-card .radio-label div {
    width: 30%;
    text-align: right;
}

#masterpass-cards-container .masterpass-card .radio-label div:nth-child(1) {
    width: 40%;
    text-align: left;
}

.in-progress .pay-btn button {
    pointer-events: none;
    background-color: #7c98b7 !important;
}

/* Loading */
.installments-loading {
    display: none;
}

.in-progress .installments-loading {
    display: flex;
    align-items: center;
    justify-content: center;
}

.apm-loader {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px;
}

.apm-loader.loading {
    display: block;
    text-align: center;
}

.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-ellipsis div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #313fdd;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(24px, 0);
    }
}

#masterpass-message-container p {
    text-align: center;
    color: #525252;
    font-size: 0.9em;
}

#masterpass-message-container p a {
    color: #3a47de;
    text-decoration: none;
    font-weight: 600;
}

.apm-tab-content {
    text-align: justify;
    color: #525252;
    position: relative;
}

.apm-logo-wrapper {
    text-align: center;
}

.apm-logo-wrapper img {
    height: 40px;
}

.return-back {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: auto;
    margin-left: 1em;
    color: #8a8a8a;
}

.return-back a {
    color: #8a8a8a;
    text-decoration: none;
}

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

.w-100p {
    width: 100%;
}

.operation-button {
    border: 0;
    outline: 0;
    cursor: pointer;
    color: white;
    background-color: #323edd;
    box-shadow: rgb(0 0 0 / 0%) 0px 0px 0px 0px, rgb(0 0 0 / 0%) 0px 0px 0px 0px, rgb(0 0 0 / 12%) 0px 1px 1px 0px, #323edd 0px 0px 0px 1px, rgb(0 0 0 / 0%) 0px 0px 0px 0px, rgb(0 0 0 / 0%) 0px 0px 0px 0px, rgb(60 66 87 / 8%) 0px 2px 5px 0px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    padding: 4px 8px;
    display: inline-block;
    min-height: 28px;
    transition: background-color .24s, box-shadow .24s;
}

.operation-button:hover {
    box-shadow: rgb(0 0 0 / 0%) 0px 0px 0px 0px, rgb(0 0 0 / 0%) 0px 0px 0px 0px, rgb(0 0 0 / 12%) 0px 1px 1px 0px, rgb(84 105 212) 0px 0px 0px 1px, rgb(0 0 0 / 0%) 0px 0px 0px 0px, rgb(60 66 87 / 8%) 0px 3px 9px 0px, rgb(60 66 87 / 8%) 0px 2px 5px 0px;
}

.operation-button:disabled {
    opacity: 0.5;
}

.operation-button-white {
    color: rgb(60, 66, 87);
    background-color: rgb(255, 255, 255);
    box-shadow: rgb(0 0 0 / 0%) 0px 0px 0px 0px, rgb(0 0 0 / 0%) 0px 0px 0px 0px, rgb(0 0 0 / 12%) 0px 1px 1px 0px, rgb(60 66 87 / 16%) 0px 0px 0px 1px, rgb(0 0 0 / 0%) 0px 0px 0px 0px, rgb(0 0 0 / 0%) 0px 0px 0px 0px, rgb(60 66 87 / 8%) 0px 2px 5px 0px;
}

/*.checkout-form{*/
/*    display: none;*/
/*}*/

.multi-payment-main {
    display: flex;
    margin-top: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.multi-payment-container {
    width: 100%;
    min-width: 320px;
    max-width: 510px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.multi-payment-container form {
    width: 100%;
}

.multi-payment-message-box {
    box-shadow: 0 8px 24px 0 #0000000F;
    -moz-box-shadow: 0 8px 24px 0 #0000000F;
    -webkit-box-shadow: 0 8px 24px 0 #0000000F;
    border: 1px solid #E4E4E4;
    border-radius: 10px;
    background-color: white;
    margin-bottom: 5px;
    text-align: center;
    width: 100%;
}

.multi-payment-success {
    box-shadow: 0 8px 24px 0 #0000000F;
    -moz-box-shadow: 0 8px 24px 0 #0000000F;
    -webkit-box-shadow: 0 8px 24px 0 #0000000F;
    border: 1px solid #26A212;
    border-radius: 10px;
    background-color: white;
    padding: 10px;
    margin-bottom: 24px;
    width: 100%;
    display: flex;
    justify-content: left;
}

.multi-payment-success span {
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.13;
    color: #333333;
    margin: 10px 15px;
}

.multi-payment-error {
    box-shadow: 0 8px 24px 0 #0000000F;
    -moz-box-shadow: 0 8px 24px 0 #0000000F;
    -webkit-box-shadow: 0 8px 24px 0 #0000000F;
    border: 1px solid #FF3B30;
    border-radius: 10px;
    background-color: white;
    margin-bottom: 24px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.multi-payment-error-title {
    padding: 10px;
    display: flex;
    justify-content: left;
}

.multi-payment-error-title span {
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.13;
    color: #333333;
    margin: 10px 15px;
}

.multi-payment-error-seperator {
    border-top: 1px solid #FF3B30;
}

.multi-payment-error-detail {
    font-size: 0.8125rem;
    font-weight: 400;
    line-height: 1.13;
    color: #333333;
    margin: 10px 15px;
}

.multi-payment-title {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 2.25;
    color: #212529;
    padding-top: 16px;
    padding-bottom: 3px;
}

.multi-payment-subtitle {
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.5;
    color: #8A8A8A;
    padding-bottom: 18px;
}

.multi-payment-info {
    font-size: 0.75rem;
    font-weight: 300;
    line-height: 1.13;
    color: #014361;
    border-radius: 3px;
    background: #E5F6FD;
    min-height: 64px;
    width: 100%;
    padding: 10px 10px 10px 10px;
    display: flex;
    margin-top: 10px;
    margin-bottom: 20px;
}

.multi-payment-info img {
    margin: 10px;
}

.multi-payment-info span {
    margin-top: 12px;
}

.multi-payment-price {
    width: 100%;
    margin-bottom: 10px;
}

.multi-payment-price input {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.13;
    width: 100%;
    padding-left: 3.8rem;
    border-radius: 10px;
    box-shadow: 0 8px 24px 0 #0000000F;
    -moz-box-shadow: 0 8px 24px 0 #0000000F;
    -webkit-box-shadow: 0 8px 24px 0 #0000000F;
}

.multi-payment-price input.error {
    border: 1px solid #F44336;
}

.multi-payment-summary {
    box-shadow: 0 8px 24px 0 #0000000F;
    -moz-box-shadow: 0 8px 24px 0 #0000000F;
    -webkit-box-shadow: 0 8px 24px 0 #0000000F;
    border: 1px solid #E4E4E4;
    border-radius: 10px;
    background-color: white;
    padding: 10px;
    max-width: 478px;
    width: 100%;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 2;
    display: flex;
    flex-direction: column;
}

.multi-payment-summary span {
    color: #8A8A8A;
}

.multi-payment-validation-result {
    display: none;
    width: 100%;
    margin-bottom: 1rem;
    text-align: left;
    color: #F44336;
    font-size: 0.75rem;
    font-weight: 200;
    line-height: 1.13;
}

.multi-payment-validation-result label.error {
    color: #F44336;
}

.bkm-express-div{
    position: static !important;
    background-color: inherit !important;
    overflow: hidden !important;
}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    .footer {
        height: 130px;
    }

    .footer .icons img {
        margin-top: 0.5rem;
    }

    .input-checkbox {
        width: 100%;
    }

    .tooltip .tooltiptext {
        left: -78px;
    }

    .bkm-express-div {
        position: static !important;
        background-color: inherit !important;
        overflow: auto !important;
        height: 600px !important;
    }
}

.modal__btn-primary:disabled {
    opacity: 0.5;
}

.btn-spinner {
    display: none;
    width: 14px;
    height: 14px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    border-top-color: #fff;
    animation: btn-spinner-rotation 0.6s linear infinite;
    margin-right: 0.5rem;
    vertical-align: middle;
}

@keyframes btn-spinner-rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.btn-loading {
    pointer-events: none;
    position: relative;
}

.btn-loading .btn-spinner {
    display: inline-block !important;
}

.terms-and-condition-modal {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    height: 100vh;
    z-index: 999;
}

.terms-modal-close-btn {
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: 0 0 0 15px;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    z-index: 1000;
    transition: background-color 0.3s ease;
}