File: /home/assibfaf/public_html/static/css/checkout.css
*,
:after,
:before {
box-sizing: border-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-font-smoothing: antialiased;
}
h1,
h2,
p {
margin: 0;
text-align: center;
}
button {
width: 100%;
padding: 0;
border: 0;
}
body {
background: rgba(0, 0, 0, 0.6);
}
.back_to_order {
display: block;
margin-top: 15px;
text-align: center;
color: #5b5b65;
font-size: 12px;
font-weight: 500px;
text-decoration: none;
}
.form-container {
max-width: 350px;
margin: 0 auto;
display: flex;
align-items: center;
min-height: 100vh;
}
.form-container #payment-form {
width: 100%;
background: #f5f5f7;
border-radius: 5px;
box-shadow: 0 12px 30px 0 rgba(0, 0, 0, 0.5), inset 0 1px 0 0 hsla(0, 0%, 100%, 0.65);
overflow: hidden;
}
#payment-form .form-header {
display: block;
position: relative;
padding: 12px 18px;
text-align: center;
background-color: #e8e9eb;
border-top-left-radius: 6px;
border-top-right-radius: 6px;
}
.Header-companyName,
.Header-purchaseDescription {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.Header-companyName {
font-size: 17px;
font-weight: 700;
color: #000;
text-shadow: 0 1px 0 #fff;
}
.Header-purchaseDescription {
font-size: 13px;
font-weight: 500;
color: #5b5b65;
text-shadow: 0 1px 0 #fff;
padding-bottom: 6px;
}
#payment-form .form-body {
padding: 30px 18px;
}
.form-container .form-label {
display: block;
font-size: 17px;
font-weight: 500;
color: #000;
margin-bottom: 10px;
}
.form-container .pay_btn {
display: block;
margin-top: 20px;
position: relative;
border-radius: 4px;
background-color: #3ea8e5;
background-image: linear-gradient(-180deg, #44b1e8, #3098de);
box-shadow: 0 1px 0 0 rgba(46, 86, 153, 0.15), inset 0 1px 0 0 rgba(46, 86, 153, 0.1),
inset 0 -1px 0 0 rgba(46, 86, 153, 0.4);
font-size: 17px;
line-height: 21px;
height: 40px;
font-weight: 700;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
color: #fff;
cursor: pointer;
transition: all 0.2s ease-in-out;
}
.StripeElement {
box-sizing: border-box;
height: 40px;
padding: 10px 12px;
border: 1px solid transparent;
border-radius: 4px;
background-color: white;
box-shadow: 0 1px 3px 0 #e6ebf1;
-webkit-transition: box-shadow 150ms ease;
transition: box-shadow 150ms ease;
}
.StripeElement--focus {
box-shadow: 0 1px 3px 0 #cfd7df;
}
.StripeElement--invalid {
border-color: #fa755a;
}
.StripeElement--webkit-autofill {
background-color: #fefde5 !important;
}
.alert {
position: relative;
padding: 10px;
font-size: 13px;
margin-bottom: 1rem;
border: 1px solid transparent;
border-radius: .25rem;
}
.alert-primary {
color: #004085;
background-color: #cce5ff;
border-color: #b8daff;
}
.alert-info {
color: #0c5460;
background-color: #d1ecf1;
border-color: #bee5eb;
}