
html, body {
  height: 100%;
  margin: 0;
  overflow: hidden; /* disables scroll */
}

/*--header-month-css----*/
nav.navbar.navbar-expand-lg.navbar-set {
    padding: 12px 16px;
    min-height: 64px;
    border-width: 0 0 1px 0;
    border-color: #e2e8f0;
  
    border-style: solid;
 ;
    background-color: #fff;
    width: 100%;
    box-shadow: none;
    opacity: 1;
}


.icon-images {
    width: 14px !important;

   } 
    .brand-logo {
   
      margin-right: 8px;
     
    }

    /*---CHECKOUT-PAGES-----*/
    section.checkout-form {
    background-color: #e2e8f0;
    padding: 48px 0px ;
    min-height: 100vh;
}
.checkout-box {
    margin-top: -22px !important;
    background: #fff;
    border-radius: 16px;
 box-shadow: 1px 13px 30px #5d697921,6px 54px 54px #5d69791c,13px 121px 73px #5d69790f,23px 214px 86px #5d697905,36px 335px 94px #5d697900;
    overflow: hidden;
}
    .checkout-box-width {
    max-width: 560px;
    margin: 0px auto;
    position: relative;
}
    .checkout-header {
    background: #0f81eb;
    color: #fff;
    text-align: center;
    padding: 6px 0px 27px 0px;
    font-weight: 700 !important;
    font-size: 16px;
   
    border-radius: 24px 24px 0px 1px;
    font-family: "Inter", sans-serif !important;
    font-size: 14px;
   
    color: #06292b;
    letter-spacing: 0.1em;
}
    .checkout-body {
      padding: 30px;
    }
    .plan-title {
    font-weight: 700 !important;
    font-size: 28px;
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 0px;
     font-family: "Inter", sans-serif !important;
        line-height: 150%;
        color:  #06292b !important;
}

    .form-control {
      border-radius: 10px;
      padding: 10px 14px;
    }
    .set-form-layout {
    width: 368px;
    margin: auto;
}
.form-label {
    margin-bottom: 0.5rem;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
span.text-normal {
    font-weight: 400;
    color: #06292b;
}
    .btn-submit {
      background: #ffcc00;
      color: #000;
      border: none;
      border-radius: 10px;
      font-weight: 600;
      width: 100%;
      padding: 12px;
      transition: 0.3s;
    }
    .btn-submit:hover {
      background: #f5c400;
    }
    .payment-footer {
      text-align: center;
     
      margin-top: 20px;
    }
    .payment-footer img {
    /* height: 18px; */
    /* margin: 0 2px; */
    width: 266px;
}

button.btn.btn-submit {
    background: #f8d94d;
    border-radius: 16px;
    padding: 12px 0px;
    font-size: 20px !important;
    font-weight: 600 !important;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
    color: #000 !important;
    margin-top: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
input.form-control {
    border: 1px solid #cbd5e1;
    border-width: 2px;
    padding: 14px 24px;
    background: #f8fafc;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    border-radius: 16px;
    margin: 0px;
    line-height: 1.5;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    text-rendering: optimizeLegibility;
}
button.btn.btn-submit:hover {
    background: #efce3c;
}
.d-flex.gap-3.space-add {
    margin-bottom: 34px;
}
.form-control:focus {

    border-color: #09f !important;
    outline: 0;
    box-shadow: unset !important;
}
/*---SECOND-CHECKOUT-PAGES-----*/

.checkout-header-second{
    background: #5d19b0;
    color: #fff;
    text-align: center;
    padding: 6px 0px 27px 0px;
    font-weight: 700 !important;
    font-size: 16px;
   
    border-radius: 24px 24px 0px 1px;
    font-family: "Inter", sans-serif !important;
    font-size: 14px;
   
    color: #06292b;
    letter-spacing: 0.1em;
}
/*mobile-device*/

@media (max-width: 767px) {
/* Hide header only on plan checkout pages, not on cart page */
body:not(.cart-page) header {
    display: none;
}
section.checkout-form {
    padding: 30px 0px 0px 0px;
}

.checkout-box-width {
   
    width: 100%;
}
.set-form-layout {
    width: 100%;
   }
.plan-title {
        font-size: 24px;
   
}

.checkout-body {
    padding: 27px 17px 16px 17px;
}

}
