.bpa-sqaure-front-card{
margin: 12px 0;
font-size: 14px;
color: #202C45 !important;
font-family: Poppins !important;
padding: 10px 16px !important;
height: auto !important;
line-height: 18px !important;
font-weight: normal !important;
background-color: transparent !important;
border: 1px solid #CFD6E5 !important;
border-radius: var(--bpa-radius-4px) !important;
max-width: 100%;
}
.card-errors{
font-family: Poppins !important;
color: #EE2445;
font-size: 14px;
margin-bottom: 5px
}
.square-card-skeleton-wrapper{
display: flex;
justify-content: space-between;
vertical-align: middle;
position: absolute;
z-index: 9999 !important;
width: 97%;
left: 50%;
transform: translateX(-50%);
background: #fff;
}
.card-number-skeleton,
.card-expiry-skeleton,
.card-cvv-skeleton{
display: inline-flex;
margin-right: 10px;
}
.card-number-skeleton{ width: 75%; }
.card-expiry-skeleton{ width: 15%; }
.card-cvv-skeleton{ width: 10%; }
.square-card-skeleton-wrapper .el-skeleton__item{ width: 100%; }