label {
display: inline-block;
max-width: 100%;
margin-bottom: 5px;
font-weight: 700;
}
.detail-wrapperr{
-webkit-tap-highlight-color: rgba(0,0,0,0);
font-family: Montserrat, sans-serif;
font-weight: 400;
font-size: 14px;
color: #8995a2;
line-height: 24px;
box-sizing: border-box;
border-radius: 6px;
overflow: hidden;
width: 100%;
display: block;
margin-bottom: 40px;
border: 1px solid #eaeff5;
}
.detail-wrapper-header{
-webkit-tap-highlight-color: rgba(0,0,0,0);
font-family: Montserrat, sans-serif;
font-weight: 400;
font-size: 14px;
color: #8995a2;
line-height: 24px;
box-sizing: border-box;
padding: 1em 1em 1em 1.5em;
border-bottom: 1px solid #eaeff5;
}
.detail-wrapper-body{
-webkit-tap-highlight-color: rgba(0,0,0,0);
font-family: Montserrat, sans-serif;
font-weight: 400;
font-size: 14px;
color: #8995a2;
line-height: 24px;
box-sizing: border-box;
padding: 1.5em 1em 1.5em 1.5em;
}
.payment-card{
-webkit-tap-highlight-color: rgba(0,0,0,0);
font-family: Montserrat, sans-serif;
font-weight: 400;
font-size: 14px;
color: #8995a2;
line-height: 24px;
box-sizing: border-box;
border-radius: 4px;
padding: 18px 15px 15px;
border: 1px solid #eaeff5;
-webkit-box-shadow: 0 0 10px 1px rgba(71, 85, 95, 0.08);
margin-bottom: 20px;
}
.payment-card-title{
-webkit-tap-highlight-color: rgba(0,0,0,0);
font-family: Montserrat, sans-serif;
font-weight: 400;
font-size: 14px;
color: #8995a2;
line-height: 24px;
box-sizing: border-box;
float: left;
}
.pull-right {
float: right!important;
}
header.payment-card-header .pull-right img {
max-width: 50px;
}
.payment-card-header{
-webkit-tap-highlight-color: rgba(0,0,0,0);
font-family: Montserrat, sans-serif;
font-weight: 400;
font-size: 14px;
color: #8995a2;
line-height: 24px;
box-sizing: border-box;
display: inline-block;
width: 100%;
}
.payment-card-body{
-webkit-tap-highlight-color: rgba(0,0,0,0);
font-family: Montserrat, sans-serif;
font-weight: 400;
font-size: 14px;
color: #8995a2;
line-height: 24px;
box-sizing: border-box;
}
.theme-btn{
-webkit-tap-highlight-color: rgba(0,0,0,0);
box-sizing: border-box;
font-family: "Montserrat", sans-serif;
outline: 0;
text-decoration: none;
display: inline-block;
margin-bottom: 0;
font-size: 14px;
line-height: 1.42857143;
text-align: center;
white-space: nowrap;
vertical-align: middle;
touch-action: manipulation;
cursor: pointer;
user-select: none;
position: relative;
border-radius: 2px;
box-shadow: none;
font-weight: 400;
background: #ff431e;
border: 1px solid #ff431e;
color: #ffffff;
text-transform: uppercase;
transition: all ease 0.4s;
padding: 15px 40px;
} |