.flizpay-express-checkout-button {
border-radius: 4px !important;
display: flex !important;
align-items: center !important;
justify-content: center !important;
text-align: center !important;
width: 100% !important;
cursor: pointer !important;
border: 0px !important;
padding: 4 !important;
max-height: 48px !important;
border-radius: 5px !important;
cursor: pointer !important;
transition: background-color 0.5s ease, color 0.5s ease, transform 0.5s ease !important;
font-family: 'BR Cobane', sans-serif !important;
font-weight: 600 !important;
font-size: 0.95rem !important;
font-size-adjust: inherit !important;
height: 48px !important;
line-height: 116%;
}
.flizpay-express-checkout-button.flizpay-express-checkout-minicart-button {
font-size: 0.80rem !important;
}
.flizpay-express-checkout-light {
color: #001F3F !important;
background-color: #80ED99 !important;
&:hover {
filter: opacity(85%) !important;
}
&:active {
transform: scale(0.98) !important;
border-color: #80ED99 !important;
}
}
.flizpay-express-checkout-dark {
color: #80ED99 !important;
background-color: #001F3F !important;
&:hover {
background-color: #80ED99 !important;
color: #001F3F !important;
}
&:active {
transform: scale(0.98) !important;
border-color: #001F3F !important;
}
}
.flizpay-express-checkout-container-checkout {
display: flex !important;
flex-direction: column !important;
justify-content: center !important;
align-items: center !important;
margin-top: 8px !important;
margin-bottom: 18px !important;
text-align: center !important;
width: 100% !important;
}
.fliz-loading-html {
margin-bottom: -15px;
padding: 46 8;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.fliz-cancel-button {
cursor: pointer;
text-decoration: none;
border: none;
color: #001F3F;
border-radius: 5%;
background-color: white;
margin-top: 20px;
}
.fliz-refresh-button {
cursor: pointer;
text-decoration: underline;
border: none;
color: #001F3F;
border-radius: 5%;
background-color: white;
margin-bottom: 4px;
display: none;
margin-bottom: 8px;
}
.fliz-black-text {
color: #001F3F;
font-weight: 600;
}
.fliz-highlight-text {
text-shadow: 0px 0px 4px #80ED99;
}
.flizpay-express-checkout-button.disabled {
cursor: not-allowed !important;
filter: grayscale(100%) !important;
&:hover {
cursor: not-allowed !important;
filter: grayscale(100%) !important;
}
&:active {
cursor: not-allowed !important;
filter: grayscale(100%) !important;
}
}
.flizpay-loader {
width: 38px;
height: 38px;
border-radius: 50%;
display: inline-block;
border-top: 3px solid #001F3F;
border-right: 3px solid transparent;
box-sizing: border-box;
animation: rotation 1s linear infinite;
}
@keyframes rotation {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}