img.sibs-payment-method-icon {
height: 24px !important;
margin-left: 8px;
}
.sibs-bank-payments-form:not(:first-child) {
margin-top: 16px;
}
.sibs-bank-payments-form .sibs-payments-country-dropdown {
width: 120px;
}
.sibs-bank-payments-form .sibs-bank-items {
display: flex;
flex-direction: row;
flex-wrap: wrap;
gap: 15px;
}
.sibs-bank-payments-form .sibs-bank-items:not(:first-child) {
margin-top: 16px;
}
.sibs-bank-payments-form .sibs-bank-items .sibs-bank-item {
width: 100px;
height: 100px;
border-radius: 8px;
margin: 0;
background: #ffffff;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
padding: 12px;
box-sizing: border-box;
border: 1px solid rgba(0, 0, 0, 0.07);
}
.sibs-bank-payments-form .sibs-bank-items .sibs-bank-item:hover {
background: #fbfbff;
border: 1px solid rgba(0, 0, 0, 0.1);
}
.sibs-bank-payments-form .sibs-bank-items .sibs-bank-item.active {
background: #f3f2ff;
border: 1px solid #4537cd;
color: #4537cd;
}
.sibs-bank-payments-form .sibs-bank-items .sibs-bank-item--hidden {
display: none !important;
}
.sibs-bank-payments-form .sibs-bank-items--list {
flex-direction: column;
gap: 10px;
}
.sibs-bank-payments-form .sibs-bank-items--list .sibs-bank-item {
width: 100%;
height: 60px;
padding: 12px 17px;
}
#sibs-payments-description.sibs-bank-items .sibs-bank-item-img,
#payment #sibs-payments-description.sibs-bank-items .sibs-bank-item-img {
position: relative;
right: unset;
left: unset;
float: none;
border: 0;
margin: 0;
padding: 0;
max-width: 100%;
max-height: 26px;
pointer-events: none;
display: block;
}
.sibs-bnpl-items {
display: flex;
flex-direction: column;
gap: 0;
}
.sibs-bnpl-items:not(:first-child) {
margin-top: 16px;
}
.sibs-bnpl-items .sibs-bnpl-item {
margin: 0;
background: #ffffff;
cursor: pointer;
font-size: 16px;
font-weight: 600;
padding: 12px 25px;
box-sizing: border-box;
border: 1px solid rgba(0, 0, 0, 0.07);
border-top: none;
}
.sibs-bnpl-items .sibs-bnpl-item:hover {
background: #fbfbff;
}
.sibs-bnpl-items .sibs-bnpl-item:first-child {
border: 1px solid rgba(0, 0, 0, 0.07);
border-top-left-radius: 7px;
border-top-right-radius: 7px;
}
.sibs-bnpl-items .sibs-bnpl-item:last-child {
border-bottom-left-radius: 7px;
border-bottom-right-radius: 7px;
}
.sibs-bnpl-items .sibs-bnpl-item.active {
background: #f3f2ff;
border: 1px solid #4537cd;
color: #4537cd;
}
.sibs-bnpl-items .sibs-bnpl-item--disabled {
background: #fefcfc;
color: #a5a5a5;
pointer-events: none;
}
.sibs-bnpl-items .sibs-bnpl-item .sibs-bnpl-item-subtitle {
font-size: 12px;
font-weight: normal;
}
#sibs-blik-form:not(:first-child),
#sibs-card-form:not(:first-child) {
margin-top: 16px;
}
#sibs-blik-form.loading,
#sibs-card-form.loading {
padding: 25px 0;
}