@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body {
    font-family: "Poppins", serif;
    font-style: normal;
}
.payment2{
    padding: 0 30px;
    max-width: 1440px;
}
.payment2-content {
    margin-right: calc(-0.5* var(--bs-gutter-x));
    margin-left: calc(-0.5* var(--bs-gutter-x));
}
.grey-bg{
    background-color: #fff !important;
}
.form_body{
    border: 1px solid #becad6;
    background: #fff;
    box-shadow: none;
    margin: 1rem auto 0 auto;
    border-radius: 1rem;
}
.form_wrapper{
    padding: 0;
}
.secondStep .form_wrapper{
    border: 1px solid #becad6;
    background: #fff;
    box-shadow: none;
    margin: 1rem auto 0 auto;
    border-radius: 1rem;
    padding: .5rem;
}
hr{
    margin: .5rem 0;
}
.payments h2{
    font-weight: 400 !important;
    font-size: 18px !important;
}
.card-types{
    height: 50px;
}
.dh {
    color: #000;
    padding: 1rem 0;
}
.secondStep .dh {
    color: #000;
    padding: .6rem;
}
.credit-header{
    padding: 1rem;
}
.dh p{
    font-size: 24px;
    font-weight: 700;
}
.form-line{
    margin: 0 -.5rem .5rem;
}
.ui-input{
    height: 50px;
    padding: .8rem .75rem;
    font-size: 16px;
    line-height: 1.15;
    width: 100%;
    background: #f5f5f5;
    border: 1px solid #becad6;
    border-radius: 1rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 0 1px 2px rgba(0, 0, 0, 0);
    outline: none;
}
.ui-input:hover, select:hover {
    border-color: #2d67cb7d;
}
.ui-input:focus, select:focus {
    box-shadow: 0 1px 3px rgba(0,0,0,0.06), 0 1px 2px rgba(0,0,0,0.12) !important;
    border-color: #24728e99 !important;
}
.ui-input::placeholder, select::placeholder{
    color: #D2D3D2;
}
label{
    color: #333 !important;
    font-size: 14px !important;
    font-weight: 500;
}
.ui-form__submit{
    margin: 10px 0 0 0;
}
.bottom-payment{
    background: #ebe9eb;
    padding: 2rem;
    border: none;
    margin-bottom: 1rem;
    margin-top: 1rem;
}
.confirm {
    background: #dfdcde;
    padding: 1.5rem;
    border-radius: 1rem;
    text-align: center;
    margin-top: 1rem;
}
.bottom-payment-header{
    font-size: 18px;
    font-weight: 700;
    margin: 0;
}
.cvv-wrapper{
    width: 48%;
}
.cvv{
    width: 70px;
}
.ui-form__submit-button{
    line-height: normal;
    height: auto;
    padding: 13.5px;
    border-radius: 1rem;
    font-size: 18px;
    font-weight: 500;
    background-color: #52a4ff;;
}
.ui-form__submit-button:hover{
    background-color: #348ec9;;
}
.topterms {
    width: 100%;
    text-align: left;
    background: #f5f5f5;
    color: #a2a2a2;
    padding: .5rem;
    font-size: 10px;
    line-height: 1.2;
}
.toptermsText {
    display: flex;
    justify-content: space-between;
}
.lockIcon {
    margin-right: 2px;
    background-color: #333;
    border-radius: 50%;
    padding: .125rem;
}
.toptermsText span {
    color: black;
    font-size: 1rem;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.toptermsText img {
    height: 20px;
    vertical-align: sub;
}
.iti__selected-flag{
    border-radius: 1rem 0 0 1rem;
}