@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

body{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: "Playfair Display", serif;
}
p{
    font-size: 18px;
}
button{
    font-size: 20px;
}
.loader-holder{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgb(238 238 238 / 30%);
    z-index: 9;
    display: none;
}
#loader {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 1;
    width: 120px;
    height: 120px;
    margin: -76px 0 0 -76px;
    border: 16px solid #c0c0c0;
    border-radius: 50%;
    border-top: 16px solid #b32134;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    z-index: 999999999;
}
@keyframes spin {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
}

.state-content h2{
    font-size: 34px;
    margin-top: 2em;
    margin-bottom: 1em;
    font-weight: 700;
    color: #b32134;
    /* font-family: "Poppins"; */
    border-bottom: 2px solid #80808014;
    padding-bottom: 12px;

}
.data-container{
    width: 100%;
    max-width: 1600px;
    margin: auto;
}
.state-content .main-content{
    position: sticky;
    top: 0;
}
.state-content  p {
    color: #000;
    font-size: 18px;
    /* font-family: "Montserrat"; */
    font-weight: 500;
}
.state-content  h3 {
    font-size: 32px;
    margin-top: 2em;
    color: #b32134;
    text-align: left;
    /* font-family: "Montserrat"; */
}
.state-content  h3 img{
    width: 160px;
}
.state-content  .processBtn {
    width: 310px;
    margin-top: 9px;
    background: #b22134;
    color: #fff;
    font-size: 22px;
}

/* fedex */
.shipping-inputs{
    font-size: 20px;
}
.shipping-inputs input{
    width: 25px;
    height: 25px;
}

 #divdemofrom,  #divdemoto {
    border: 1px solid #e3e5e6;
    margin-top: 10px;
    min-height: 57vh;
    border-radius: 4px;
    /* background: gainsboro; */
    margin-bottom: 12px;
    position: relative;
    padding: 10px;
}
#divdemofrom .row,  #divdemoto .row{
    margin: 0;
}
 .column .exampleOverlay {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    background: #d9d9d9a1;
    width: 100%;
    z-index: 5555555;
    left: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.column .exampleOverlay p {
    transform: rotate(314deg);
    font-size: 7vw !important;
    color: red;
    /* font-weight: bold !important; */
}
 .infedx-lft {
    text-transform: uppercase;
    padding: 0 10px;
}

 .infedx-rght {
    border-left: 2px solid #000;
    text-transform: uppercase;
    padding-left: 3px;
    word-break: break-all;
    min-height: 6em;
    padding: 0 10px;
}

 .frm-hr {
    margin: 5px;
    border-top: 1px solid #464545;
    background-color: #c1bfbf;
}

/* payment page */

.payment .card {
    background-color: #3b3b6d;
    border-radius: 1rem;
    /* font-family: 'Abel'; */
    color: #47474e;
    /* padding: 2rem; */
    /* font-family: 'Poppins'; */
    /* font-family: 'Alegreya Sans'; */
    width: 550px;
    margin: auto;
    /* margin-top: 12em; */
    /* background-image: url(../images/visaCreditCard.jpg); */
    background-size: cover;
    height: 362px;
    padding-top: 1px;
}
.card_bar {
    background-color: #646464;
    content: "";
    height: 54px;
    margin-top: 17px;
    display: block;
    width: 100%;
}
.cvv_card {
    background-color: #c1c1c1;
    height: 39px;
    position: relative;
    content: "";
    width: 90%;
    margin: auto;
    background-image: url(../images/lineBackground.jpg);
    direction: rtl;
    /* position: relative; */
    /* top: 27px; */
}
.cvv_card span {
    background-color: #fff;
    width: 79px;
    height: 39px;
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    font-size: 25px;
    font-family: monospace;
}
.card__name__input {
    font-size: 29px !important;
    font-family: 'Poppins';
}
.formCard input {
    outline: 0;
    font-weight: normal;
    font-size: 24px;
    font-family: 'Alegreya Sans';
    display: inline-block;
    border: 0;
    color: white;
    background: transparent;
}
.creditCardForm {
    background-color: #f3f3f3a1;
    overflow: hidden;
    padding: 28px;
    color: #4c4e56;
    border: 1px solid gainsboro;
    margin-top: 0;
    border-radius: 11px;
    display: block;
}

.payment {
    margin: auto;
}
.creditCardForm .owner {
    width: 100%;
    margin-right: 10px;
}
.creditCardForm #card-number-field {
    width: 70%;
    padding-right: 10px;
}
.payment label {
    font-weight: 400;
    font-size: 19px;
    font-weight: 500;
    color: #000;
}
.payment .form-control[type="text"] {
    background: #fff;
    width: 100%;
}
.creditCardForm #expiration-date {
    width: 60%;
    float: left;
    margin-top: 1em;
}
#expiration-date label {
    margin-right: 20px;
}
.payment .form-control {
    font-family: revert;
    font-size: 18px;
    letter-spacing: 1.5px;
    color: #000;
    font-weight: 500;
}
.creditCardForm .payment select {
    padding: 10px 5px;
    color: #000;
    font-size: 25px;
    border-radius: 6px;
    width: 60px;
    font-family: revert;
    font-size: 18px;
    letter-spacing: 1.5px;
    font-weight: 500;
}
.creditCardForm #credit_cards {
    width: 40%;
    text-align: right;
    float: left;
    margin-top: 1em;
    display: block;
}
#credit_cards img {
    width: 62px;
    display: inline-block;
}
.payment.container{
    width: 100%;
    max-width: 1400px;
}
.print-btn{
    font-size: 25px;
    margin-bottom: 20px;
}
.stateName, .statePhone, .stateEmail{
    color: #b22134;
    font-weight: 500;
}
@media print {
    .no-print{
        display: none;        
    }
    .form{
        width: 860px;
    }
    .form-container{
        padding: 0;
        width: 100%;
    }
    .gen-form{
        width: 100%;
        margin: 0;
    }
}
input[type="checkbox"] {
    appearance: auto !important;
}
.btn.small-screen{
    display: none;
}
@media screen and (max-width: 768px) {
    .state-content h3 img.arrow-img{
        transform: rotate(90deg);
        width: 50px;
    }
    .btn.small-screen{
        display: block;
    }
}