@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');



body{
    font-family: "Inter", sans-serif;
}


.jot-form{
    background-image: linear-gradient(#000, #4178c4);
    color: #2c3344;
   
}

.jot-form .logo img{
    width: 100%;
    max-width: 140px;
}

.jot-form .form{
  
    background-color: #fff;
}

.jot-form .form-content{
    padding: 0px 40px;
}

.jot-form .form-content label {
    font-weight: 500;
}

.jot-form .form-content span{
    color: #dc2626;
}

.jot-form .form-check label{
    font-weight: 400;
}

.jot-form textarea#exampleFormControlTextarea1{
    min-height: 150px;
}

.jot-form .package-list img{
    max-width: 100px;
    border: 1px solid #d1d1d1;
}

.package-list .select select{
    max-width: 70px;
    margin: 0px 10px;
}

.package-list .price-list p{
    font-size: 14px;
    
}

.package-list input[type="checkbox"]{
    width: 20px;
    height: 20px;
    border: 1px solid #d1d1d1;
}

.package-list .price-list{
    width: 85%;
}

.jot-form .package-list{
    border-bottom: 1px solid #e7e7e7;
}

.jot-form .package-list .total-amount{
    width: 15%;
}

.total-amount span , .price-list span{
    color: #2c3344 !important;
    font-weight: 600;
}

span.booking_pg_more {
    font-weight: normal;
}

h6{
    font-weight: 600;
}

input[type=radio]{
    width: 20px;
    height: 20px;
    border: 1px solid #a5a5a5 !important;
}

.svg-position label{
    margin-left: 50px;
}

.svg-position svg{
    max-width: 45px;
    position: absolute;
    left: 45px;
    top: 13px;
}

.payment-gateway .form-check{
    border: 1px solid #eeeeee;
    
}

.cstm-border{
    border: 1px solid #cacaca;
    border-radius: 4px;
}
.cstm-border input{
    border: none;
}
.cstm-border input:focus{
    box-shadow: none;
}
.cstm-border input::placeholder{
    color: #8593b5;
}

.cstm-border .col-12{
    border-bottom: 1px solid #cacaca;
}

.cstm-border .col-12 input{
    padding-left:30px ;
}

.cstm-border .col-12 svg{
    position: absolute;
    top: 12px;
}

.form-footer{
    border-top: 1px solid #cacaca;
}

.form-footer button{
    background-color: #18bd5b;
    color: #fff;
    width: 200px;
    padding: 10px  20px;
    border: none;
    border-radius: 4px;
}

.custom_cancel_btn {
    color: #fff;
     width: 200px;
     padding: 10px 20px;
     border: none;
     border-radius: 4px;
 }

 .no_package {
    margin-left: 144px;
    margin-top: 5px;
}
.error {
    color: red;
    font-size: 14px;
}

@media(max-width:678px){
    .form-content{
        padding: 0px !important;
    }

    .jot-form .package-list .total-amount{
        width: 30%;
    }
}

@media (max-width:1200px) {
    .package-list .price-list{
        width: 80%;
    }
}

@media (max-width:976px) {
    .package-list .price-list{
        width: 73%;
    }
}

@media (max-width:768px) {
    .package-list .price-list{
        width: 100%;
        padding: 10px 0px;
    }

    .card_custom_quickbook{
        min-height: 450px !important;
    }
}


.stripe_label, .squareup {
    margin-left: 15px !important;
}

img.squareup-icon {
    padding: 0px 0px 0px 10px;
}


/* use for the loader*/

#check_email_id 
{
    background: #ffffff;
    color: #000;
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 5000;
    top: 0;
    left: 0;
    float: left;
    text-align: center;
    padding-top: 25%;
    opacity: .80;
}
#overlay 
{
    background: #ffffff;
    color: #000;
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 5000;
    top: 0;
    left: 0;
    float: left;
    text-align: center;
    padding-top: 25%;
    opacity: .80;
}

.spinner 
{
    margin: 0 auto;
    height: 64px;
    width: 64px;
    animation: rotate 0.8s infinite linear;
    border: 5px solid #ca9b3a;
    border-right-color: transparent;
    border-radius: 50%;
}

@keyframes rotate 
{
    0% 
    {
        transform: rotate(0deg);
    }
    100% 
    {
        transform: rotate(360deg);
    }
}


span.error-message 
         {
            color: red !important;
            font-size: 14px;
         }
         
         a.booking-read-more {
    color: #ca9b3a;
    font-size: 15px;
    font-weight: bold;
    text-decoration: underline;
}

label.dining_lbel {
    margin-right: 10px;
}

span.req_d {
    color: red !important;
    padding-right: 5px;
}

.total_sum, .total_price {
    color: black !important;
    font-size: 17px;
    font-weight: bold;
}

.review_order span {
    color: black !important;
}

.dining_read_more {
    margin-top: 10px;
    margin-left: 75px;
}

.dining_prv_img {
    width: 200px;
    height: 100px;
    margin-top: 20px;
}

/*Squareup css*/

div#card-container {
    margin-top: 20px;
}

#cardNumber 
{
    border-right: 1px solid #d9d9d9 !important;
}