

/* For body text */
body {
  font-family: 'Manrope', sans-serif;
}

/* For headings */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Inter Tight', sans-serif;
}

/* Specific examples */
.mbr-section-title {
  font-family: 'Inter Tight', sans-serif;
  font-weight: 700;
}

.mbr-text {
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
}

h1 {
    /* font-size: 24px !important; */
    font-size: clamp(24px, 3vw + 1rem, 42px) !important;
}



.back{
    line-height: 56px;
    height: 66px;
    padding: 0 16px;
}
/*body,
.list-block input[type="date"],
.list-block input[type="datetime-local"],
.list-block input[type="email"],
.list-block input[type="number"],
.list-block input[type="password"],
.list-block input[type="search"],
.list-block input[type="tel"],
.list-block input[type="text"],
.list-block input[type="time"],
.list-block input[type="url"],
.list-block select,
.list-block textarea,
.content-block-title {
    color: #748080;
}

p {
    margin: 1em 0;
}

.text-right {
    text-align: right;
}

.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 24
}*/

.primary-color{
    color: #2D5A83 !important;
}

/*
|------------------------------------------------------------------------------
| Css shared By Aditya
|------------------------------------------------------------------------------
*/
/*


|------------------------------------------------------------------------------
| Splash Screen
|------------------------------------------------------------------------------
*/

.theam-color-new{
    color: #2d5a83;
}

.page[data-page=splash-screen] .splash {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-around;
    overflow: hidden;
    padding: 16px;
    text-align: center;
    /*background: url('../img/splash.gif');
    background-size: 100%;
    background-position: center;*/
}

.page[data-page=splash-screen] .splash .splash-media {
    margin: 32px 0;
    padding: 0 16px;
    /* /width: 100%; */
}

.page[data-page=splash-screen] .splash .splash-media img {
    width: 200px;
}

.page[data-page=splash-screen] .splash-media .logo {
    height: 40px;
    width: auto;
}

.page[data-page=splash-screen] .splash-media .logo * {
    fill-opacity: 0;
    opacity: 0;
    stroke-width: 10px;
    transition: fill-opacity 1s;
}

.page[data-page=splash-screen] .splash-media .logo.animation-begin * {
    opacity: 1;
}

.page[data-page=splash-screen] .splash-media .logo.animation-finish * {
    fill-opacity: 1;
    stroke-width: 1px;
}

.page[data-page=splash-screen] .splash .splash-preloader {
    margin: 32px 0;
    opacity: 0;
    padding: 0 16px;
    transition: opacity 1s;
}

.page[data-page=splash-screen] .splash-preloader .preloader {
    height: 32px;
    width: 32px;
}




/*
|------------------------------------------------------------------------------
| Login1 - ADITYA (login1.html)
|------------------------------------------------------------------------------
*/

.page[data-page=login1] .image-container {
    position: relative;
    text-align: center;
}

.page[data-page=login1] .image-container img {
    /* Container size */
    width: 100vw; /* Full viewport width */
    height: 100vh; /* Full viewport height */
    background-size: cover; /* Adjusts the image to cover the entire element */
    background-position: center; /* Centers the background image */
    background-repeat: no-repeat; /* Prevents the image from repeating */
}

.page[data-page=login1] .gradient-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgb(0, 0, 0), rgba(0, 0, 0, 0)); /* Black gradient from bottom to top */
    pointer-events: none; /* Allows clicks to pass through to elements behind the overlay */
    z-index: 1; /* Places the overlay above the image */
}

.page[data-page=login1] .image-container button {
    height: 40px;
    width: 80%;
    align-self: stretch;
    flex-grow: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 8px;
    background-color: #2d5a83;
    border: none;
    color: #fff;
  }

 /* .page[data-page=login1] .content-on-image {
    position: absolute;  
    top: 65%; 
    color: white; 
    z-index: 1000;
}*/
.page[data-page=login1] .content-on-image {
    position: absolute; /* Allows the content to be placed over the image */
    top: 74%; /* Centers the content vertically */
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
    color: white; /* Text color */
    z-index: 1000;
}
.page[data-page=login1] .image-container h1 {
    font-size: 28px;
    margin: 0;
}

.page[data-page=login1] .image-container p {
    font-size: 12px;
    color: #dbdbdb;
}



/*
|------------------------------------------------------------------------------
| checkdelivery1 - ADITYA (checkdelivery1.html)
|------------------------------------------------------------------------------
*/

.page[data-page=checkdelivery1] .nav {
    background-color: #fff;
    color: #15191c;
}

.background { background: #faf9f5 !important; }

/* .page[data-page=checkdelivery1] .center{
    color: #2d5a83 !important;
    border: 2px solid #2d5a83 !important;
    font-size: 16px;
    padding: 5px;
    border-radius: 6px;
} */

.page[data-page=checkdelivery1] .location-list{
    color: #2d5a83 !important;
    border: 2px solid #2d5a83 !important;
    font-size: 26px;
    padding: 16px;
    border-radius: 6px;
    margin-right: 6px;
}


/*
|------------------------------------------------------------------------------
| checkdelivery - ADITYA (checkdelivery.html)
|------------------------------------------------------------------------------
*/

.page[data-page=checkdelivery] .nav {
    background-color: #fff;
    color: #15191c;
}

.page[data-page=checkdelivery] .searchbar{
    background-color: #2d5a83;
}

.page[data-page=checkdelivery] .skipA{
    color: #2d5a83 !important;
}


/*
|------------------------------------------------------------------------------
| signup - ADITYA (signup.html)
|------------------------------------------------------------------------------
*/

.page[data-page=signup] .nav {
    background-color: #fff;
    color: #15191c;
}

.page[data-page=signup] .h1{
    font-size: 24px !important;
    color: #15191c !important;
}


.page[data-page=signup] .textOnInput {
    position: relative !important;
    border: 1px solid #79747E;
    color: #676A69;
    border-radius: 4px;
    width: 100%;
    padding: 4px 16px 4px;
    font-size: 10px !important;
}
.page[data-page=signup] .textOnInput label {
    position: absolute !important;
    top: -12px !important;
    left: 16px !important;
    padding: 2px !important;
    z-index: 1 !important;
    color: #676A69;
}


.page[data-page=signup] .textOnInput label:after {
    content: " ";
    background-color: #fff !important;
    width: 100% !important;
    height: 13px !important;
    position: absolute !important;
    left: 0 !important;
    bottom: 0 !important;
    z-index: -1 !important;
}

.page[data-page=signup] label {
    font-size: 12px !important;
    color: #676A69;
    display: inline-block !important;
    margin-bottom: .5rem !important;
    font-weight: 500;
}

.page[data-page=signup] .form-control {
    box-shadow: none !important;

}

.page[data-page=signup] .margin-top{
    margin-top: 20px !important;
}

.page[data-page=signup] .margin-top-less{
    margin-top: -15px !important;
}

.page[data-page=signup] .border{
    border: 1px solid #79747E !important;
    border-radius: 5px;
}

.page[data-page=signup] .buttonn {
    height: 40px !important;
    width: 100%;
    align-self: stretch;
    flex-grow: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 5px;
    background-color: #2d5a83 !important;
    border: none;
    color: #fff;
  }

  .page[data-page=signup] .a {
    text-decoration: underline;
    color: #2d5a83;
    font-weight: 600;
  }

  .page[data-page=signup] .text-center {
    font-size: 10px;
  }

  
/*
|------------------------------------------------------------------------------
| mobile - ADITYA (mobile.html)
|------------------------------------------------------------------------------
*/

.page[data-page=mobile] .nav {
    background-color: #fff;
    color: #15191c;
}

.page[data-page=mobile] .h1{
    font-size: 24px !important;
    color: #15191c !important;
}

.page[data-page=mobile] .buttonn {
    height: 40px !important;
    width: 100%;
    align-self: stretch;
    flex-grow: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 5px;
    background-color: #2d5a83 !important;
    border: none;
    color: #fff;
    font-size: 16px;
  }



.page[data-page=mobile] .textOnInput {
    position: relative !important;
    border: 1px solid #79747E;
    /* color: #676A69; */
    border-radius: 4px;
    width: 100%;
    padding: 4px 16px 4px;
    font-size: 10px !important;
}

.page[data-page=mobile] .textOnInput label {
    position: absolute !important;
    top: -12px !important;
    left: 16px !important;
    padding: 2px !important;
    z-index: 1 !important;
    color: #676A69;
}

.page[data-page=mobile] label {
    font-size: 12px !important;
    color: #676A69;
    display: inline-block !important;
    margin-bottom: .5rem !important;
    font-weight: 500;
}

.page[data-page=mobile] .textOnInput label:after {
    content: " ";
    background-color: #fff !important;
    width: 100% !important;
    height: 13px !important;
    position: absolute !important;
    left: 0 !important;
    bottom: 0 !important;
    z-index: -1 !important;
}

.page[data-page=mobile] .form-control {
    box-shadow: none !important;

}

.page[data-page=mobile] .margin-top{
    margin-top: 20px !important;
}

.page[data-page=mobile] .margin-top-less{
    margin-top: -15px !important;
}

.page[data-page=mobile] .border{
    border: 1px solid #79747E !important;
    border-radius: 5px;
}












.page[data-page=login] .overlayterms {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6); /* Dark semi-transparent background */
    opacity: 0; /* Hidden by default */
    visibility: hidden; /* Hidden by default */
    transition: opacity 0.3s ease; /* Smooth transition */
    z-index: 999; /* Below the drawer */
  }
  
  .page[data-page=login] .drawerterms {
    position: fixed;
    bottom: -90%; 
    left: 0;
    right: 0;
    height: 90%;
    background-color: #fff;
    transition: bottom 0.3s ease; /* Smooth transition */
    z-index: 1000; /* Above the overlay */
    border-radius: 10px 10px 0px 0px;
  }
  
  .page[data-page=login] .drawer-content {
    padding: 20px;
  }


  .page[data-page=signup] .overlayterms {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6); /* Dark semi-transparent background */
    opacity: 0; /* Hidden by default */
    visibility: hidden; /* Hidden by default */
    transition: opacity 0.3s ease; /* Smooth transition */
    z-index: 999; /* Below the drawer */
  }
  
  .page[data-page=signup] .drawerterms {
    position: fixed;
    bottom: -90%; 
    left: 0;
    right: 0;
    height: 90%;
    background-color: #fff;
    transition: bottom 0.3s ease; /* Smooth transition */
    z-index: 1000; /* Above the overlay */
    border-radius: 10px 10px 0px 0px;
  }
  
  .page[data-page=signup] .drawer-content {
    padding: 20px;
  }











/*
|------------------------------------------------------------------------------
| OTP-Verification - MAYUR (otp-verification.html)
|------------------------------------------------------------------------------
*/

.page[data-page=otp-verification] .nav {
    background-color: #fff;
    color: #15191c;
}

.page[data-page=otp-verification] .h1 {
    font-size: 24px !important;
    color: #15191c !important;
    margin: 10px;
    font-weight: 600;
}

.page[data-page=otp-verification] .otp-digits {
    display: flex;
    justify-content: center;
    gap: 15px; /* Adjust the spacing between input fields */
    margin-bottom: 20px;
}

.page[data-page=otp-verification] .otp-digits .otp-digit {
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 34px; 
    /* border: 2px solid #B2B2B2;  */
    border: 2px solid #2D5A83; 
    border-radius: 8px; 
    outline: none;
    transition: border-color 0.3s ease;
}

.page[data-page=otp-verification] .otp-digits .otp-digit:focus {
    border: 2px solid #2D5A83; 
}

.page[data-page=otp-verification] .numpad-wrapper {
    margin-bottom: 0;
    /* position: absolute; */
    bottom: 0;
    left: 0;
    right: 0;
    margin-bottom: 20px;
}

/* Default (small screens) */
.page[data-page="otp-verification"] .responsive-container {
  margin: 0 10px;
}

/* Medium screens (768px – 1199px) */
@media (min-width: 768px) and (max-width: 1199px) {
  .page[data-page="otp-verification"] .responsive-container {
    margin: 0 200px;
  }
}

/* Large screens (≥1200px) */
@media (min-width: 1200px) {
  .page[data-page="otp-verification"] .responsive-container {
    margin: 0 400px;
  }
}


.page[data-page=otp-verification] .continue-btn {
    display: block;
    width: 80%;
    margin: 0 auto;
    padding: 12px;
    background-color: #1f4e7f;
    color: #ffffff;
    border: none;
    border-radius: 8px;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

/* Change button background on hover */
.page[data-page=otp-verification] .continue-btn:hover {
    background-color: #003366;
}

.page[data-page=otp-verification] .buttonn1 {
    height: 40px !important;
    width: 80% !important;
    align-self: stretch;
    flex-grow: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 5px;
    background-color: #2d5a83 !important;
    border: none;
    color: #fff;
  }

.page[data-page=otp-verification] .D {
    width: 327px;
    height: 21px;
    flex-grow: 0;
    font-family: Manrope;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.14px;
    text-align: left;
    color: #464646;
  }


/*
|------------------------------------------------------------------------------
| OTP - ADITYA (otp.html)
|------------------------------------------------------------------------------
*/

.page[data-page=otp] .nav {
    background-color: #fff;
    color: #15191c;
}

.page[data-page=otp] .h1{
    font-size: 24px !important;
    color: #15191c !important;
    margin: 10px;
    font-weight: 600;
}

.page[data-page=otp] .buttonn {
    height: 40px !important;
    width: 80% !important;
    align-self: stretch;
    flex-grow: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 5px;
    background-color: #2d5a83 !important;
    border: none;
    color: #fff;
  }


  .page[data-page=otp] .text {
    margin: 10px;
    color: #343434;
  }


/* Container for the OTP inputs */
.otp-input-container {
    display: flex;
    justify-content: center;
    gap: 15px; /* Adjust the spacing between input fields */
    margin-bottom: 20px; /* Space below the inputs */
}

/* Style for each OTP input box */
.otp-input-container input[type="text"] {
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 24px; /* Large font for the OTP digits */
    border: 2px solid #1f4e7f; /* Border color matching your design */
    border-radius: 8px; /* Rounded corners */
    outline: none;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); /* Optional small shadow */
    transition: border-color 0.3s ease; /* Smooth border color transition */
}

/* Change border color when an input is focused */
.otp-input-container input[type="text"]:focus {
    border-color: #003366; /* Darker border on focus */
}

/* Continue button styling */
.continue-btn {
    display: block;
    width: 80%;
    margin: 0 auto;
    padding: 12px;
    background-color: #1f4e7f;
    color: #ffffff;
    border: none;
    border-radius: 8px;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

/* Change button background on hover */
.continue-btn:hover {
    background-color: #003366;
}

/* OTP timer message */
.otp-timer {
    text-align: center;
    font-size: 14px;
    color: #888;
    margin-top: 10px;
}




/*
|------------------------------------------------------------------------------
| Css shared By Mayur
|------------------------------------------------------------------------------
*/
/*
|------------------------------------------------------------------------------
| Log In
|------------------------------------------------------------------------------
*/

/* .page[data-page=login2] .page-content, */
.page[data-page=login2] .page-content,
.page[data-page=guest] .page-content {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    overflow-y: auto;
}

/* .page[data-page=login] .page-content> :first-child, */
.page[data-page=login2] .page-content> :first-child,
.page[data-page=guest] .page-content> :first-child {
    margin-top: auto !important;
    padding-top: 32px;
}

/* .page[data-page=login] .logo, */
.page[data-page=login2] .logo,
.page[data-page=guest] .logo,
.page[data-page=after-registration] .logo,
.page[data-page=aftermobilechange] .logo {
    display: block;
    margin: 0 auto;
    width: 200px;
}
/* 
.page[data-page=login] input[name=password] {
    padding-right: 42px;
} */

/* .page[data-page=login] .item-after.show-hide-password, */
.page[data-page=signup] .item-after.show-hide-password {
    display: inline-block;
    position: absolute;
    right: 16px;
    top: 12px;
}

.page[data-page=login2] .loginBtn,
.page[data-page=guest] .loginBtn
/* .page[data-page=login] .loginBtn  */
{
    background: transparent !important;
    color: #888;
    border: 1px solid #ddd;
}

/*.page[data-page=login1] .button,*/
.page[data-page=guest] .button {
    width: 220px;
    margin: 0 auto;
}

.page[data-page=login2] .skipA,
.page[data-page=guest] .skipA
/* .page[data-page=login] .skipA  */
{
    color: #888;
    display: block;
    /*margin-top: 20px;*/
}

.page[data-page=login2] .skipA {
    margin-bottom: 40px;
    margin-top: 0;
}

.page[data-page=login2] p,
.page[data-page=guest] p
/* .page[data-page=login] p  */
{
    letter-spacing: 2px;
}

.page[data-page=guest] .page-content i {
    font-size: 100px;
    color: #00ac4f;
}

.page[data-page=guest] p {
    margin: 0;
    color: #000;
}

.page[data-page=guest] .content-block.text-center {
    margin-bottom: 0;
    padding-top: 0;
    margin-top: 50% !important;
}
.button[data-page=login2] {
  
        height: 56px;
        align-self: stretch;
        flex-grow: 0;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 4px;
        padding: 12px;
        border-radius: 8px;
        background-color: #2d5a83;
      }

      .page[data-page=login2] .button {
        height: 40px !important;
        width: 80%;
        align-self: stretch;
        flex-grow: 0;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 4px;
        border-radius: 8px;
        background-color: #2d5a83 !important;
        border: none;
        color: #fff;
      }

      .page[data-page=login2] .a {
        text-decoration: underline;
        color: #2d5a83;
        font-weight:600;
    }

       .page[data-page=login2] .c {
        width: 200px;
        height: 200px;
        /*margin: 218px 95px 199px;*/
    }

/*
|------------------------------------------------------------------------------
| login - MAYUR (login.html)
|------------------------------------------------------------------------------
*/

.page[data-page=login] .nav {
    background-color: #ffffff;
    color: #15191c;
}

.page[data-page=login] .h1{
    font-size: 24px !important;
    color: #15191c !important;
    font-weight: 600;
}

.page[data-page=login] .buttonn {
    height: 40px !important;
    width: 100%;
    align-self: stretch;
    flex-grow: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 5px;
    background-color: #2d5a83 !important;
    border: none;
    color: #fff;
    font-size: 16px;
  }
 

  
  .page[data-page=login] .textOnInput {
    position: relative !important;
    border: 1px solid #79747E;
    color: #676A69;
    border-radius: 4px;
    width: 100%;
    padding: 4px 16px 4px;
    font-size: 10px !important;
}
.page[data-page=login] .textOnInput label {
    position: absolute !important;
    top: -12px !important;
    left: 16px !important;
    padding: 2px !important;
    z-index: 1 !important;
    color: #676A69;
}


.page[data-page=login] .textOnInput label:after {
    content: " ";
    background-color: #fff !important;
    width: 100% !important;
    height: 13px !important;
    position: absolute !important;
    left: 0 !important;
    bottom: 0 !important;
    z-index: -1 !important;
}

.page[data-page=login] label {
    font-size: 12px !important;
    color: #676A69;
    display: inline-block !important;
    margin-bottom: .5rem !important;
    font-weight: 500;
}

.page[data-page=login] .form-control {
    box-shadow: none !important;

}

.page[data-page=login] .margin-top{
    margin-top: 20px !important;
}

.page[data-page=login] .margin-top-less{
    margin-top: -15px !important;
}

.page[data-page=login] .border{
    border: 1px solid #79747E !important;
    border-radius: 5px;
}

.page[data-page=login] .a {
    text-decoration: underline;
    color: #2d5a83;
    font-weight: 600;
  }
/*
|--------------------------------------------------------
| End
|--------------------------------------------------------------
*/

/*
|------------------------------------------------------------------------------
| Css shared By Aditya
|------------------------------------------------------------------------------
*/


/*
|------------------------------------------------------------------------------
| Home
|------------------------------------------------------------------------------
*/

/* added by aditya */

.page[data-page=home]{
    /* background-color: #faf9f5; */
    background-color: #faf9f5;
}

.page[data-page=home] .profile-button{
    color: #fff;
    border: 1px solid #fff;
    width: 100%;
    padding: 2px;
    font-size: 12px;
    border-radius: 5px;
    text-align: center;
}

.page[data-page=home] .slider-hero .swiper-slide,
.page[data-page=product-details] .slider-hero .swiper-slide {
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 24vh;
    position: relative;
    border-radius: 16px;
}

.page[data-page=home] .trackitem{
        font-size: 16px;
        font-weight: 400;
        background-color: #fff;
        border-radius: 10px;
        padding: 5px;
        align-items: center;
}

.page[data-page=home] .trackitemcount{
    font-size: 24px;
}

.page[data-page=product-details] .slider-hero .swiper-slide {
    background-size: auto;
    background-color: transparent;
    /*border: 1px solid #eee;*/
    margin-bottom: 10px;
}

.page[data-page=product-details] .slider-hero .swiper-slide:before {
    background-color: transparent !important;
}


/*.page[data-page=home] .page-content,
.page[data-page=home] #categoryMenu,
.page[data-page=home] #giftMenu,
.page[data-page=home] #trendingMenu {
    background-color: #eee;
}*/

.page[data-page=home] .slider-hero .swiper-slide:before,
.page[data-page=product-details] .slider-hero .swiper-slide:before {
    /*background-color: rgba(128, 128, 128, 0.12);*/
    content: '';
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.page[data-page=home] .slider-hero .slide-content,
.page[data-page=product-details] .slider-hero .slide-content {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    padding: 16px;
    position: relative;
    text-align: center;
}

.page[data-page=home] .slider-hero .slide-title,
.page[data-page=product-details] .slider-hero .slide-title {
    color: #FFFFFF;
    /*font-family: 'Roboto Slab';*/
    font-size: 20px;
}

.page[data-page=home] .slider-hero .slide-text,
.page[data-page=product-details] .slider-hero .slide-text {
    color: rgba(255, 255, 255, 0.87);
}

.page[data-page=home] .slider-hero .slide-actions,
.page[data-page=product-details] .slider-hero .slide-actions {
    margin-bottom: 16px;
    margin-top: 16px;
}

.page[data-page=home] .slider-hero .slide-actions .button,
.page[data-page=product-details] .slider-hero .slide-actions .button {
    text-transform: capitalize;
}

.page[data-page=home] .slider-hero .swiper-pagination-bullet,
.page[data-page=product-details] .slider-hero .swiper-pagination-bullet {
    background-color: #000000;
}

.page[data-page=home] .slider-hero .swiper-pagination-bullet-active,
.page[data-page=product-details] .slider-hero .swiper-pagination-bullet-active {
    background-color: #FFFFFF;
}

.page[data-page=home] .content-block-title {
    font-size: 12px;
    overflow: hidden;
    margin-top: 10px;
    font-weight: bold;
    padding-bottom: 0;
    font-family: "Manrope", sans-serif;
    /* margin-bottom: 20px; */
}

.page[data-page=home] .content-block-title small {
    font-size: 12px;
    margin-top: 5px;
    display: block;
}

.page[data-page=home] .content-block-title small.pull-right a {
    color: #000;
    font-weight: normal;
    /* text-transform: uppercase; */
}

/*.page[data-page=home] .section-features .features-list .item-title {
    font-family: 'Roboto Slab';
}*/

.page[data-page=home] .section-features .features-list .item-text {
    font-size: 13px;
    -webkit-line-clamp: 5;
    max-height: initial;
}

.page[data-page=home] .section-features .features-list .item-media i {
    color: #2196F3;
    font-size: 48px;
}

.theme-red .page[data-page=home] .section-features .features-list .item-media i {
    color: #F44336;
}

.theme-pink .page[data-page=home] .section-features .features-list .item-media i {
    color: #E91E63;
}

.theme-purple .page[data-page=home] .section-features .features-list .item-media i {
    color: #9C27B0;
}

.theme-deeppurple .page[data-page=home] .section-features .features-list .item-media i {
    color: #673AB7;
}

.theme-indigo .page[data-page=home] .section-features .features-list .item-media i {
    color: #3F51B5;
}

.theme-blue .page[data-page=home] .section-features .features-list .item-media i {
    color: #2196F3;
}

.theme-lightblue .page[data-page=home] .section-features .features-list .item-media i {
    color: #03A9F4;
}

.theme-cyan .page[data-page=home] .section-features .features-list .item-media i {
    color: #00BCD4;
}

.theme-teal .page[data-page=home] .section-features .features-list .item-media i {
    color: #009688;
}

.theme-green .page[data-page=home] .section-features .features-list .item-media i {
    color: #4CAF50;
}

.theme-lightgreen .page[data-page=home] .section-features .features-list .item-media i {
    color: #8BC34A;
}

.theme-lime .page[data-page=home] .section-features .features-list .item-media i {
    color: #CDDC39;
}

.theme-yellow .page[data-page=home] .section-features .features-list .item-media i {
    color: #FFEB3B;
}

.theme-amber .page[data-page=home] .section-features .features-list .item-media i {
    color: #FFC107;
}

.theme-orange .page[data-page=home] .section-features .features-list .item-media i {
    color: #FF9800;
}

.theme-deeporange .page[data-page=home] .section-features .features-list .item-media i {
    color: #FF5722;
}

.theme-brown .page[data-page=home] .section-features .features-list .item-media i {
    color: #795548;
}

.theme-gray .page[data-page=home] .section-features .features-list .item-media i {
    color: #9E9E9E;
}

.theme-bluegray .page[data-page=home] .section-features .features-list .item-media i {
    color: #607D8B;
}

.theme-white .page[data-page=home] .section-features .features-list .item-media i {
    color: #FFFFFF;
}

.theme-black .page[data-page=home] .section-features .features-list .item-media i {
    color: #000000;
}

.layout-dark .page[data-page=home] .section-features .features-list .item-media i {
    color: rgba(255, 255, 255, 0.87);
}

.page[data-page=home] .container {
    max-width: 100%;
    margin-bottom: 100px;
    padding: 0 15px;
}

.page[data-page=home] .video-slider {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
}

.page[data-page=home] .video-wrapper {
    flex: 0 0 100%;
    scroll-snap-align: start;
    padding-right: 10px;
    padding-left: 10px;
    box-sizing: border-box;
}

.page[data-page=home] .video-wrapper iframe {
    width: 100%;
    height: 180px;
    border-radius: 10px;
    border: none;
}

.page[data-page=home] .noDataImg {
    text-align: center;
    display: none;
}

.page[data-page=home] .noDataImg img {
    width: 200px;
    height: auto;
}

.page[data-page=home] .farm-video-title {
    text-align: center;
    font-weight: 600;
    font-size: 20px;
}

.page[data-page=home] .farm-video-title span {
    color: #2D5A83;
}

.page[data-page=home] .video-slider::-webkit-scrollbar-track {
    background-color: #f1f1f1;
    /* Background color of the scrollbar track */
    border-radius: 10px;
}

.page[data-page=home] .video-slider::-webkit-scrollbar-thumb {
    background-color: #2D5A83;
    /* Scrollbar thumb color */
    border-radius: 10px;
}


/*
|------------------------------------------------------------------------------
| Bottom bar
|------------------------------------------------------------------------------
*/

.bottom-bar, .bottom-bar1 {
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: fixed;
    bottom: 0;
    width: calc(100% - 80px);
    background-color: #ffffff;
    border-radius: 50px;
    padding: 5px 25px 5px 25px;
    margin: 15px 40px 15px 40px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    z-index: 1400;
    height: 64px;
}
    
    .bottom-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    cursor: pointer;
    flex: 1;
    }
    
    .bottom-icon {
    width: 24px;
    height: 24px;
    margin-bottom: 4px;
    }
    
    .bottom-item span {
    font-size: 12px;
    font-weight: bold;
    color: #717E86;
    }



/*
|------------------------------------------------------------------------------
| Error
|------------------------------------------------------------------------------
*/

.page[data-page=error] .error-container {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    overflow: hidden;
    padding: 16px;
    text-align: center;
}

.page[data-page=error] .error-media img {
    height: auto;
    width: 128px;
}

.page[data-page=error] .error-media i {
    font-size: 128px;
}

.page[data-page=error] .error-code {
    font-size: 64px;
    font-weight: bold;
    letter-spacing: 2px;
}

.page[data-page=error] .error-message {
    font-size: 17px;
    line-height: 23px;
    margin-bottom: 16px;
}

.page[data-page=error] .error-actions {
    font-size: 13px;
    margin-bottom: 16px;
    margin-top: 16px;
}

.page[data-page=error] .error-actions a.error-action {
    border-bottom: 1px dotted;
}


/*
|------------------------------------------------------------------------------
| Side Panel
|------------------------------------------------------------------------------
*/

.panel {
    overflow-x: hidden;
    overflow-y: auto;
}
.panel .panel-header {
    flex-grow: 0;
    padding: 16px 16px 22px;
    background-color: #2d5a83;
    height: 176px;
}

.theme-red .panel .panel-header {
    background-color: #F44336;
}

.theme-pink .panel .panel-header {
    background-color: #E91E63;
}

.theme-purple .panel .panel-header {
    background-color: #9C27B0;
}

.theme-deeppurple .panel .panel-header {
    background-color: #673AB7;
}

.theme-indigo .panel .panel-header {
    background-color: #3F51B5;
}

.theme-blue .panel .panel-header {
    background-color: #2196F3;
}

.theme-lightblue .panel .panel-header {
    background-color: #03A9F4;
}

.theme-cyan .panel .panel-header {
    background-color: #00BCD4;
}

.theme-teal .panel .panel-header {
    background-color: #2d5a83;
}

.theme-green .panel .panel-header {
    background-color: #4CAF50;
}

.theme-lightgreen .panel .panel-header {
    background-color: #8BC34A;
}

.theme-lime .panel .panel-header {
    background-color: #CDDC39;
}

.theme-yellow .panel .panel-header {
    background-color: #FFEB3B;
}

.theme-amber .panel .panel-header {
    background-color: #FFC107;
}

.theme-orange .panel .panel-header {
    background-color: #FF9800;
}

.theme-deeporange .panel .panel-header {
    background-color: #FF5722;
}

.theme-brown .panel .panel-header {
    background-color: #795548;
}

.theme-gray .panel .panel-header {
    background-color: #9E9E9E;
}

.theme-bluegray .panel .panel-header {
    background-color: #607D8B;
}

.theme-white .panel .panel-header {
    background-color: #FFFFFF;
}

.theme-black .panel .panel-header {
    background-color: #000000;
}

.panel .user-info .user-photo {
    border: 2px solid #FFFFFF;
}

.panel .user-info .user-name {
    
  font-family: Manrope;
  font-size: 16.2px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.24;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}

.panel .user-info .user-mobile {
    
  font-family: Manrope;
  font-size: 16.2px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.24;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}

.panel .user-info .user-nmclass{
    width: 125px;
    text-align: left;
}

.panel .afterLoginMenu1{
        display: flex;
    align-items: center;
    justify-content: space-between;
     flex-grow: 0;
    padding: 10px 16.7px 10px 14px;
    height: 291px;
    
}

.panel .afterLoginMenu{
        display: flex;
    align-items: center;
    justify-content: space-between;
     flex-grow: 0;
    padding: 10px 16.7px 10px 14px;
    border-radius: 4px;
    background-color: #fff;
    height: 52px;
}

.panel .user-info .user-location {

    font-family: Manrope;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: left;
    color: #4a4a4a;

   
}

.panel .user-loc-icon{
    font-family: Manrope;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: left;
    color: #4a4a4a;
    margin-right: 10px;
    background-color: white;
    border-radius: 34px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 8px;
}


.panel .user-loc-icon1{
    font-family: Manrope;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: left;
    color: #4a4a4a;
    margin-right: 10px;
    
}

.panel .user-info{
  height: 138px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px;
  padding: 0;
}

.panel .btn-changeuser{
     width: 57.3px;
  height: 22px;
  margin: 6px 0 4px 22px;
  padding: 4px 7.8px 4px 8px;
  border-radius: 4px;
  border: solid 1px #2d5a83;
  background-color: white;
  font-family: Manrope;
  font-size: 10px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  text-align: center;
  color: #2d5a83;
}

.list-block .item-title {
   height: 20px;
  flex-grow: 1;
  font-family: Manrope;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.45;
  letter-spacing: normal;
  text-align: left;
  color: #344054;
}


#walletMenu span {
    float: right;
    font-weight: bold;
     width: 81px;
  height: 20px;
  flex-grow: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 2px 12px;
  border-radius: 12px;
  background-color: #faf9f5;
  
  height: 20px;
  flex-grow: 0;
  font-family: Inter;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.45;
  letter-spacing: normal;
  text-align: center;
  color: #2d5a83;
}

.hrmenu{
    width: 327px;
    
    flex-grow: 0;
     padding: 0 0 0px; 
    border-right: solid 1px #ededed;
    background-color: #fff;
}

.logout_li{
    margin-top: 50px;
    margin-bottom: 40px;
}
/*
|------------------------------------------------------------------------------
| End Side Panel
|------------------------------------------------------------------------------
*/


/*
|--------------------------------------------------------------------------------
| Navbar and other Css
|--------------------------------------------------------------------------------
*/






/*
|------------------------------------------------------------------------------
| editprofile Page - Aditya (editProfile.html)
|------------------------------------------------------------------------------
*/

.page[data-page=editprofile] .background{
    background: #faf9f5 !important;
}


.page[data-page=editprofile] .cardprofile{
    border-radius: 5px;
    box-shadow: 1px 2px 4px 0 #e0e0e0;
    padding: 10px;
    margin: 10px;
    background: #ffffff;
}

.page[data-page=editprofile] .inputedit{
    border-bottom: 1px solid #2d5a83;
}

.page[data-page=editprofile] .margin-btm{
    margin: 0 0 10px;
}

.page[data-page=editprofile] .content-block-title-2{
    font-size: 16px;
    font-size: 400;
}






/*
|------------------------------------------------------------------------------
| Profile Page - Aditya (delete_account.html)
|------------------------------------------------------------------------------
*/

.page[data-page=delete_account] .background{
    background: #faf9f5 !important;
}


.page[data-page=delete_account] .cardprofile{
    border-radius: 5px;
    box-shadow: 1px 2px 4px 0 #e0e0e0;
    padding: 10px;
    margin: 10px;
    background: #ffffff;
}

.page[data-page=delete_account] .cardhead{
    font-size: 12px;
    font-weight: 600;
    color: #2d5a83;
}

.page[data-page=delete_account] .cardinner{
    padding: 5px;
    align-items: left;
}

.page[data-page=delete_account] .cardhead{
    font-size: 12px;
    font-weight: 600;
    color: #2d5a83;
}

.page[data-page="delete_account"] .sectionborder{
    margin: 10px 5px;
    padding: 0.1px;
    background: #d0d0d0;
}


.page[data-page="delete_account"] .card-2 {
    padding: 10px;
    background: #fff;
    margin: 10px;
    border-radius: 5px;
    box-shadow: 1px 2px 4px 0 #e0e0e0;
}

/*
|------------------------------------------------------------------------------
| Feedback - Aditya (feedback.html)
|------------------------------------------------------------------------------
*/

.page[data-page=feedback] .background{
    background: #faf9f5 !important;
}

.page[data-page=feedback] .commentarea{
    width: 100%;
    padding: 0 10px;
}

.page[data-page=feedback] .inputfield{
    width: 100%;
    border: 1px solid #2d5a83;
    border-radius: 5px;
    height: 110px;
}


/*
|------------------------------------------------------------------------------
| Vacation - Aditya (vacation.html)
|------------------------------------------------------------------------------
*/

.page[data-page=vacation] .background{
    background: #faf9f5 !important;
}

.page[data-page=vacation] .card-vacation{
    background-color: #fff;
    box-sizing: border-box;
    color: #141414;
    margin: 10px;
    border-radius: 5px;
    box-shadow: 1px 2px 4px 0 #e0e0e0;
    margin-left: -30px;
}

.page[data-page=vacation] .textcolor{
    color: #2d5a83;
}


.page[data-page=vacation] .btnn{
    padding: 5px;
    border: 1px solid #2d5a83;
    border-radius: 5px;
}


.page[data-page="vacation"] .addvacationbtn {
    background: #2d5a83;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    padding: 5px;
    margin-right: 20px;
    border-radius: 5px;
}

.page[data-page=vacation] .drawer {
    position: fixed;
    bottom: -350px; /* Hide the drawer below the screen */
    left: 0;
    right: 0;
    height: 350px;
    background-color: #fff;
    transition: bottom 0.3s ease; /* Smooth transition */
    z-index: 1000; /* Above the overlay */
    border-radius: 10px 10px 0px 0px;
  }
  


.page[data-page=vacation] .date-picker-container {
    position: relative;
    margin-top: 40px;
  }
  
  .page[data-page=vacation] #startdate {
    font-size: 16px;
    width: 100%;
    cursor: pointer;
  }
  
  .page[data-page=vacation] #calendar-popup {
    display: none;
    position: absolute;
    top: -55%;
    left: 0;
    background-color: #fff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    width: 100%;
    z-index: 999;
    border-radius: 13px;
  }
  
  
  .page[data-page=vacation] .calendar-popup {
    display: none;
    position: absolute;
    top: -55%;
    left: 0;
    background-color: #fff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    width: 100%;
    z-index: 999;
    border-radius: 13px;
  }
  
  .page[data-page=vacation] .calendar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    /* background-color: #4CAF50; */
    color: #000;
    font-size: 20px;
    font-weight: 300;
    padding-top: 30px;
  }
  
  .page[data-page=vacation] .calendar-nav {
    background: none;
    border: none;
    color: #2D5A83;
    font-size: 28px;
    cursor: pointer;
  }
  
  
  .page[data-page=vacation] .calendar-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    padding: 0px;
  }
  
  
  .page[data-page=vacation] .day-name {
    font-weight: bold;
    text-align: center;
    padding: 5px;
    font-size: 16px;
    color: #2d5a83;
  }
  
  .page[data-page=vacation].calendar-day,
  .day-name {
    width: calc(100% / 7); /* Divide grid into 7 columns */
    height: 40px;
    line-height: 40px;
    text-align: center;
  }
  
  .page[data-page=vacation].empty-cell {
    width: calc(100% / 7);
    height: 40px;
  }
  
  .page[data-page=vacation] .calendar-day {
    text-align: center;
    padding: 5px;
    font-size: 20px;
    cursor: pointer;
    border-radius: 5px;
    transition: background-color 0.2s;
    color: #000;
  }
  
  .page[data-page=vacation] .calendar-day:hover {
    background-color: #f0f0f0;
  }
  
  .page[data-page=vacation] .calendar-day.selected {
    background-color: #2D5A83;
    color: white;
    border-radius: 50%;
  }
  
  
  .page[data-page=vacation] .calendar-month {
    position: absolute;
    left: 20px;
  }
  
  .page[data-page=vacation] .prev-arrow{
    position: absolute;
    left: 78%;
  }
  
  .page[data-page=vacation] .next-arrow{
    position: absolute;
    left: 88%;
  }
  
  .page[data-page=vacation] .next-arrow-month{
    position: absolute;
    left: 100%;
    color: #2D5A83;
    font-size: 20px;
  }
  
  .page[data-page=vacation] .addvacationbutton{
      height: 56px !important;
      width: 100%;
      align-self: stretch;
      flex-grow: 0;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      gap: 4px;
      border-radius: 5px;
      background-color: #2d5a83 !important;
      border: none;
      color: #fff;
      font-size: 16px;
      margin-top: 60px;
  }
  
  .page[data-page=vacation] .editvacationbutton{
    height: 56px !important;
    width: 100%;
    align-self: stretch;
    flex-grow: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 5px;
    background-color: #2d5a83 !important;
    border: none;
    color: #fff;
    font-size: 16px;
    margin-top: 10px;
  }
  
  .page[data-page=vacation] .endvacationbutton{
    height: 56px !important;
    width: 100%;
    align-self: stretch;
    flex-grow: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 5px;
    background-color: #ffffff !important;
    border: 1px solid #2D5A83;
    color: #2D5A83;
    font-size: 16px;
    margin-top: 10px;
  }


  .page[data-page=vacation] .textOnInput {
    position: relative !important;
    border-radius: 5px;
    width: 100%;
    margin-top: 30px;
  }
  
  
  .page[data-page=vacation] .textOnInput label {
    position: absolute !important;
    top: -10px !important;
    left: 23px !important;
    padding: 2px !important;
    z-index: 1 !important;
    font-weight: 300;
    background-color: #fff;
  }
  
  .page[data-page=vacation] label {
    font-size: 12px !important;
    color: #676A69;
    display: inline-block !important;
    margin-bottom: .5rem !important;
  }
  
  .page[data-page=vacation] .form-control2 {
    display: block;
    width: 100%;
    height: 56px;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #676A69;
    border-radius: 4px;
  }
  
  .page[data-page=vacation] .medium-16px-text{
    font-size: 16px;
    font-weight: 600;
  }

/*
|------------------------------------------------------------------------------
| Notification - Aditya (notification.html)
|------------------------------------------------------------------------------
*/

.page[data-page=notification] .background{
    background: #faf9f5 !important;
}

.page[data-page=notification] .card-feedback{
    background: #fff;
    margin: 10px;
    position: relative;
    border-radius: 5px;
    font-size: 14px;
    border: 1px solid #2d5a83;
}


.page[data-page=notification] .alert-notification {
    background-color: #fff;
    box-sizing: border-box;
    color: #141414;
    display: flex;
    line-height: 1.3em;
    margin: 4px 0;
    border-radius: 5px;
    box-shadow: 1px 2px 4px 0 #e0e0e0;
}

.page[data-page=notification] .alert-media-icon {
    align-items: center;
    background-color: #2d5a831c;
    display: flex;
    padding: 10px;
    border-radius: 0px 0px 0px 10px;
}

.page[data-page=notification] .alert-text-p {
    padding: 5px;
}

.page[data-page=notification] .toolbar-inner-50 {
    background-color: #2d5a83 !important;
    -webkit-box-pack: justify;
    justify-content: space-between;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    overflow: hidden;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}


/*
|------------------------------------------------------------------------------
| Billing history - Aditya (billing-history.html)
|------------------------------------------------------------------------------
*/


.page[data-page=billing-history] .select-date {
    border: 1px solid #2D5A83;
    border-radius: 5px;
    padding: 0 10px;
    font-size: 14px;
    background: #fff;
  }

  .page[data-page=billing-history] .button-bill {
    color: #fff;
    background-color: #2d5a83;
    border-radius: 5px;
    font-size: 10px;
  }
  
  .page[data-page=billing-history] .button-fill {
    color: #fff;
    background-color: #5a5a5a;
    border-radius: 5px;
    font-size: 10px;
  }

  .page[data-page=billing-history] .card-bill {
    background: #fff;
    margin: 10px;
    position: relative;
    border-radius: 5px;
    font-size: 14px;
    border: 1px solid #2d5a83;
  }

  .page[data-page=billing-history] .bill-amt {
    padding: 0 10px;
    border-radius: 5px;
  }
   
  .page[data-page="billing-history"] .background{
    background: #faf9f5 !important;
  }


  .page[data-page="billing-history"] .pricing-table-title1{
    color: #FFFFFF;
    font-size: 16px;
    padding: 8px;
    text-align: center;
    background: #2d5a83;
    border-radius: 5px 5px 0px 0px;
  }

  .page[data-page="billing-history"] .pricing-table1 {
    color: #212121;
    border: 1px solid #2d5a83;
    margin: 10px;
    border-radius: 5px;
  }

  .page[data-page="billing-history"] .pricing-table-features1 {
    padding: 10px;
    border-radius: 0px 0px 5px 5px;
    background: #fff;
}

/*
|------------------------------------------------------------------------------
| Payment history - Aditya (payment-history.html)
|------------------------------------------------------------------------------
*/


.page[data-page=payment-history] .select-date {
    border: 1px solid #2D5A83;
    border-radius: 5px;
    padding: 0 10px;
    font-size: 14px;
    background: #fff;
  }

  .page[data-page=payment-history] .button-bill {
    color: #fff;
    background-color: #2d5a83;
    border-radius: 5px;
    font-size: 10px;
  }
  
  .page[data-page=payment-history] .button-fill {
    color: #fff;
    background-color: #5a5a5a;
    border-radius: 5px;
    font-size: 10px;
  }

  .page[data-page=payment-history] .card-bill {
    background: #fff;
    margin: 10px;
    position: relative;
    border-radius: 5px;
    font-size: 14px;
    border: 1px solid #2d5a83;
  }

  .page[data-page=payment-history] .bill-amt {
    padding: 0 10px;
    border-radius: 5px;
  }
   
  .page[data-page="payment-history"] .background{
    background: #faf9f5 !important;
  }
  



/*
|------------------------------------------------------------------------------
| wallet - Aditya (wallet.html)
|------------------------------------------------------------------------------
*/

.page[data-page="wallet"] .pricing-table-title1{
    color: #FFFFFF;
    font-size: 16px;
    padding: 8px;
    text-align: center;
    background: #2d5a83;
    border-radius: 5px 5px 0px 0px;
  }

  .page[data-page="wallet"] .pricing-table1 {
    color: #212121;
    border: 1px solid #2d5a83;
    margin: 10px;
    border-radius: 5px;
  }

  .page[data-page="wallet"] .pricing-table-features1 {
    padding: 10px;
    border-radius: 0px 0px 5px 5px;
    background: #fff;
}

.page[data-page="wallet"] .btnn{
    text-align: right;
    display: block;
    width: 95%;
}

.page[data-page="wallet"] .btnn-text{
    border: 1px solid #2d5a83;
    padding: 5px;
    border-radius: 5px;
}

.page[data-page=wallet] .card-bill {
    background: #fff;
    margin: 10px;
    position: relative;
    border-radius: 5px;
    font-size: 14px;
    /* border: 1px solid #2d5a83; */
  }

  .page[data-page=wallet] .bill-amt {
    padding: 0 10px;
    border-radius: 5px;
  }

  .page[data-page=wallet] .buttonwallet {
    padding: 5px 10px;
    font-size: 14px;
    border: none;
    width: 100%;
    color: #000000;
    font-weight: 400;
  }

  .page[data-page=wallet] .buttonwallet.active {
    background: #2d5a83; /* Change this to your desired background color */
    color: #fff; /* Optional: Adjust text color if needed */
}

  .page[data-page="wallet"] .border-t-b-l{
    border-radius: 5px 0px 0px 5px;
  }

  .page[data-page="wallet"] .border-t-b-r{
    border-radius: 0px 5px 5px 0px;
  }

 

  .grid-container-button {
    padding: 0 10px;
  }
  

/* navbar design/ */


.page[data-page=wallet] .Top-Actions {
    width: 389.5px;
    height: 48px;
    flex-grow: 0;
    padding: 9px 25px 9px 21.5px;
    box-shadow: 0 2px 4px 0 #deebff;
  }
  


  .page[data-page=wallet] .nav {
    background-color: #fff !important;
    color: #2d2d2d !important;
  }
  
  .page[data-page=wallet] .center{
    text-align: center !important;
    font-weight: 600 !important;
  }
  
  
  .page[data-page=wallet] .background{
    background-color: #faf9f5 !important;
  }
  
  .page[data-page=wallet] .padding-l-r{
    padding: 0px 15px 15px 15px;
  }
  
  .page[data-page=wallet] .header {
    width: 343px;
    height: 30px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0;
  }

  .page[data-page=wallet] .margin-left-40{
    margin-left: -40px;
  }
  
  
  
  .page[data-page=wallet] .Main-Headline {
    width: 66px;
    height: 30px;
    flex-grow: 0;
    font-family: 'Manrope';
    font-size: 20px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #423f3f;
  }
  
  
  
  .page[data-page=wallet] .credit-card-mockup {
      width: 359px;
      height: 190px;
      flex-grow: 0;
      margin: 20px 16px 19.7px 15px;
      padding: 27.8px 21.1px 23.3px 18px;
      border-radius: 20px;
      box-shadow: 8px 10px 16px 0 rgba(0, 0, 0, 0.05);
      border-style: solid;
      border-width: 1px;
      border-image-source: linear-gradient(117deg, #fff 1%, rgba(255, 255, 255, 0.2) 100%);
      border-image-slice: 1;
      background-image: linear-gradient(to right, #0f3152, #bcd9ff), linear-gradient(117deg, #fff 1%, rgba(255, 255, 255, 0.2) 100%);
      background-origin: border-box;
      background-clip: content-box, border-box;
    }
  
    .page[data-page=wallet] .Text-label {
      width: 105px;
      height: 24px;
      flex-grow: 0;
      font-family: Manrope;
      font-size: 16px;
      font-weight: 600;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.5;
      letter-spacing: normal;
      text-align: left;
      color: #fafafa;
    }
  
    .page[data-page=wallet] .button {
      width: 337px;
      height: 56px;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      gap: 4px;
      margin: 0 6.8px 0 11.8px;
      padding: 12px;
      border-radius: 8px;
      background-color: #2d5a83;
    }
  
    .page[data-page=wallet] .product-cart {
      width: 355.5px;
      height: 106.3px;
      flex-grow: 0;
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      align-items: center;
      gap: 16px;
      padding: 16px 0 0;
      background-color: #fff;
    }
  
  /* /////// */
  
  
    /* General Styling for the List */
  .page[data-page=wallet] .transaction-item {
    padding: 5px;
    background-color: #FFFFFF; /* Light pink background similar to the image */
    border-bottom: 1px solid #ddd; /* Light border between items */
    list-style: none;
  }
  
  .page[data-page=wallet] .item-content {
    display: flex;
    flex-direction: column;
  }
  
  .page[data-page=wallet] .item-inner {
    padding-bottom: 10px;
  }

  .page[data-page=wallet] .balance-title{
    font-size: 14px !important;
  }

  .page[data-page=wallet] .balance-amount{
    font-size: 32px !important;
    font-weight: bold;
  }
  
  .page[data-page=wallet] .item-title {
    font-size: 16px;
    font-weight: bold;
  }


  .page[data-page=wallet] .balance-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.page[data-page=wallet] .balance-icon {
    width: 87.24px !important;
    height: 91.47px !important;
    margin-left: 10px; /* Add some spacing if needed */
}

.page[data-page=wallet] .balance-info {
    font-size: 10px;
    color: #D3D0D0;
}


  
  .page[data-page=wallet] .row.no-gutter {
    display: flex;
    justify-content: space-between;
  }
  
  .page[data-page=wallet] .col-50 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  
  .page[data-page=wallet] .text-right {
    text-align: right;
  }
  
  .page[data-page=wallet] .dateData small {
    color: #666; /* Date and extra text in lighter grey */
  }
  
  /* Styling for Amount and View Bill */
  .page[data-page=wallet] .amount-view {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #ddd; /* Add a border between amount and bill link */
  }
  
  .page[data-page=wallet] .amount-text {
    font-size: 20px;
    font-weight: bold;
  }
  
  .page[data-page=wallet] .view-bill {
    color: #1a73e8; /* Blue color for 'View bill' */
    text-decoration: none;
    font-weight: bold;
  }
  
  .page[data-page=wallet] .view-bill:hover {
    text-decoration: underline;
  }
  
  .page[data-page=wallet] .amount-date-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  
  
  /* add balance */
  
  
  .page[data-page=wallet] .margin-top{
    margin-top: 20px !important;
  }
  
  


  .page[data-page=wallet] .amtBox {

    width: 50px!important;
height: 35px!important;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
gap: 4px;
margin: 0 6.8px 0 11.8px;
padding: 12px;
border-radius: 8px;
background-color: #2d5a83;

}

.page[data-page=wallet] #amountrow{
margin-top: 10px;
}


.page[data-page=wallet-transaction-history] #CancleSubscription {
    background-color: #ffffff;
    color: rgb(255, 60, 60);
    cursor: pointer;
    font-weight: bold;
    margin-top: 10px;
    height: 15px !important;
    width: 100%;
    font-size: 14px;
    align-self: stretch;
    flex-grow: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 5px;
    border: none;
  }

.page[data-page=wallet-transaction-history] .upcomingcancel {
  color: #FC5555;
background-color: #FC555520;
}
.page[data-page=wallet-transaction-history] .upcomingother {

background-color: #c5c1c1;
color: #373434;

}


@media (min-width: 360px) {
    .fc-calendar .fc-row > div.fc-today-select {
      width: 50px;
      height: 50px;
      margin-top: 3px;
    }
  
    .fc-calendar .fc-row > div.fc-today {
      width: 50px;
      height: 50px;
      margin-top: 3px;
    }
  }


  @media (max-width: 359px) {
    .fc-calendar .fc-row > div.fc-today-select {
      width: 40px;
      height: 40px;
      margin-top: 3px;
    }
  
    .fc-calendar .fc-row > div.fc-today {
      width: 40px;
      height: 40px;
      margin-top: 3px;
    }
  }

.page[data-page=wallet] .amtBox {

    width: 50px!important;
height: 35px!important;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
gap: 4px;
margin: 0 6.8px 0 11.8px;
padding: 12px;
border-radius: 8px;
background-color: #2d5a83;

}

.page[data-page=wallet] #amountrow{
margin-top: 10px;
}











  
  /* 
  .page[data-page=wallet] .textOnInput {
    position: relative !important;
    border: 1px solid #79747E;
    border-radius: 5px;
    width: 100%;
    padding: 2px;
  } */
  
  
  .page[data-page=wallet] .form-control {
    box-shadow: none !important;
  
  
  
  }
  
  .page[data-page=wallet] .item-text {
    font-size: 13px;
    -webkit-line-clamp: 5;
    max-height: initial;
  }
  
  .navtext{
    color: #423F3F;
    font-size: 20px !important;
    font-weight: 600 !important;
  }
  
  /* page content
   */
  
   /* .page[data-page=wallet] .add-balance-btn .button {
    background-color: #547bad;
    color: white;
    padding: 10px 20px;
    border-radius: 14px;
    border: none;
    font-size: 1.1em;
  } */
  

  .page[data-page=wallet] .add-balance-btn .buttonn {
    height: 40px !important;
    width: 100%;
    font-size: 16px;
    align-self: stretch;
    flex-grow: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 5px;
    background-color: #2D5A83 !important;
    border: none;
    color: #fff;
  }

  /* .page-content {
    padding: 15px;
    padding-bottom: 80px;
  } */
  .page[data-page=wallet] .balance-card {
    background: linear-gradient(12deg, #2d5a84, #BCD9FF);
    border-radius: 20px;
    padding: 15px;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 20px 0px 0px;
    min-height: 190px;
    max-width: 100%;
  }

  .page[data-page=wallet] .recent-transactions {
    background-color: #ffffff;
    padding: 15px;
    margin-bottom: 80px;
  }
  
  .page[data-page=wallet] .recent-transactions h4 {
    color: #323135;
    font-size: 20px;
    font-weight: 500;
  }
   
  .page[data-page=wallet] .add-balance-btn{
    background-color: #fff;
    padding: 20px 15px 15px 20px;
    /* position: fixed; */
    margin: 10px;
    bottom: 10px;
    width: 100%;
    border-radius: 10px;
    /* border-top: 1px solid #ddd; */
  }

  .page[data-page=wallet] .Divider {
    height: 0.5px;
    margin: 6px 11.5px 11px 2px;
    background-color: #7E8281;
  }
  
  
  .page[data-page=wallet] .label-text {
    width: 109px;
    height: 16px;
    flex-grow: 0;
    font-family: Manrope;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: 0.4px;
    text-align: left;
    color: #676a69;
  }
  
  
  
  
  /* drower  */
  
  
  .page[data-page=wallet] .form-control {
    height: 48px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 4px 0;
  }
  
  .page[data-page=wallet] .app-product-list-item {
    width: 389px;
    height: 252px;
    flex-grow: 0;
    padding: 45px 16.2px 58px 17.3px;
    border-radius: 12px;
    background-color: #fff;
  }
  
  
  
  .page[data-page=wallet] .overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6); /* Dark semi-transparent background */
    opacity: 0; /* Hidden by default */
    visibility: hidden; /* Hidden by default */
    transition: opacity 0.3s ease; /* Smooth transition */
    z-index: 999; /* Below the drawer */
  }
  
  .page[data-page=wallet] .drawer {
    position: fixed;
    bottom: -300px; 
    left: 0;
    right: 0;
    height: auto;
    background-color: #fff;
    transition: bottom 0.3s ease; /* Smooth transition */
    z-index: 1000; /* Above the overlay */
    border-radius: 10px 10px 0px 0px;
  }
  
  .page[data-page=wallet] .drawer-content {
    padding: 20px;
  }
  
  .page[data-page=wallet] #close-button {
    padding: 10px 20px;
    font-size: 16px;
  }
  
  .page[data-page=wallet] .edit-name{
    font-weight: 600;
    text-align: center;
  
  }
  
  
  .page[data-page=wallet] input[type="text"] {
    width: 100%;
    padding: 10px;
    margin-top: 30px;
    margin-bottom: 20px;
    border-radius: 5px;
    border: 1px solid #ccc;
    box-sizing: border-box;
  }
  
  .page[data-page=wallet] #updatwalletbalance {
    width: 100%;
    padding: 10px;
    background-color: #2D5A83;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
  }
  
  .page[data-page=wallet] #updatwalletbalance:hover {
    background-color: #2D5A83;
    opacity: 0.9;
  }
  
  /* ///////// */
  
  
  .page[data-page=wallet] .textOnInput {
    position: relative !important;
    border-radius: 5px;
    width: 100%;
    /* padding: 2px; */
    margin-top: 10px;
  }
  .page[data-page=wallet] .textOnInput label {
    position: absolute !important;
    top: -10px !important;
    left: 23px !important;
    padding: 2px !important;
    z-index: 1 !important;
    font-weight: 200;
  }
  
  .page[data-page=wallet] .textOnInput .label2 {
    position: absolute !important;
    /* top: 20px !important; */
    left: 23px !important;
    padding: 2px !important;
    z-index: 1 !important;
    font-weight: 200;
  }
  
  .page[data-page=wallet] .textOnInput label:after {
    content: " ";
    background-color: #fff !important;
    width: 100% !important;
    height: 13px !important;
    position: absolute !important;
    left: 0 !important;
    bottom: 0 !important;
    z-index: -1 !important;
  }
  .page[data-page=wallet] label {
    font-size: 12px !important;
    color: #676A69;
    display: inline-block !important;
    margin-bottom: .5rem !important;
  }
  
  
  .page[data-page=wallet] .form-control2 {
    display: block;
    width: 100%;
    height: 56px;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #676A69;
    border-radius: 4px;
  }
  










/*
|--------------------------------------------------------------------------------
| Product Details Page - APARNA (product-details.html)
|--------------------------------------------------------------------------------
*/

/* .page[data-page=product-details] .drawer {
    position: fixed;
    bottom: -510px; 
    left: 0;
    right: 0;
    height: 510px;
    background-color: #fff;
    transition: bottom 0.3s ease; 
    z-index: 1000; 
    border-radius: 10px 10px 0px 0px;
    max-width: 400px;
    justify-content: center;
  } */


  .page[data-page=product-details] .drawer {
  position: fixed;
  bottom: -510px;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 500px;
  height: 510px;
  margin: 0 auto;
  background-color: #fff;
  transition: bottom 0.3s ease;
  z-index: 1000;
  border-radius: 10px 10px 0px 0px;
}


  
  .page[data-page=product-details] input[type="date"] {
    width: 100%;
    height: 40px;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 4px;
    border: 1px solid #D0D5DD;
    box-sizing: border-box;
    padding-left: 8px;
    padding-right: 8px;
  }
  
  /* Container for the toggle */
  .page[data-page=product-details] .toggle {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 30px;
    margin-top: 10px;
    margin-bottom: -10px;
  }
  
  /* .page[data-page=product-details] .dataDivDrawerSubscribe .drawer .product-card {
      display: flex;
  } */

  .page[data-page=product-details] .product-card {
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    border-bottom: 1px solid #E2EDEB;
}
  
  .page[data-page=product-details] .product-image img {
      width: 100px;
  }
  
  .page[data-page=product-details] .product-info {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

  .page[data-page=product-details] .product-title {
    font-size: 16px;
    font-weight: bold;
    color: #04060A;
}
  
.page[data-page=product-details] .product-price {
    font-size: 14px;
    font-weight: bold;
    color: #04060A;
}

  .page[data-page=product-details] .product-volume {
    font-size: 10px;
    color: #A3A4A3;
}
  
  /* .page[data-page=product-details] .button-p, .page[data-page=product-details] .button-n {
      width: 28px;
    height: 28px;
    flex-grow: 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
    background-color: #2d5a83;
    color: white;
    border: solid 1px #2d5a83;
  } */

  .page[data-page=product-details] .quantity-controls .button-p {
    width: 28px;
    height: 28px;
    border: none;
    border-radius: 0px 5px 5px 0px;
    background-color: #2D5A83;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
  }

  .page[data-page=product-details] .quantity-controls .button-n {
    width: 28px;
    height: 28px;
    border: none;
    border-radius: 5px 0px 0px 5px;
    background-color: #2D5A83;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
}
  
  .page[data-page=product-details] .productdinput{
      width: 44px;
    height: 28px;
    flex-grow: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 5px 6px;
    border: solid 1px #2d5a83;
    background-color: #f5f5f5;
    text-align: center;
  }
  
  .page[data-page=product-details] .quantity-controls{
      display: flex;
      align-items: center;
  }

  
  
  .page[data-page=product-details] .product-name{
      /*width: 241px;*/
      /*height: 40px;*/
      flex-grow: 0;
      /* font-family: Manrope !important; */
      font-size: 32px;
      font-weight: 500;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.25;
      letter-spacing: normal;
      /*text-align: center;*/
      color: #141414;
  }
  
  .page[data-page=product-details] .packaging{
      height: 21px;
    align-self: stretch;
    flex-grow: 0;
    /*font-family: Manrope;*/
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    /*text-align: center;*/
    color: #3d4d5c;
  }
  
  .page[data-page=product-details] .priceDiv{
       height: 35px;
    align-self: stretch;
    flex-grow: 0;
    /*font-family: Manrope;*/
    font-size: 28px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: left;
    color: #141414;
  }
  .page[data-page=product-details] .detaildiv{
      display: block!important;
  }
  
  .page[data-page=product-details] .detaildiv{
      display: flex!important;
  } 
  .page[data-page=product-details] .description{
      height: 24px;
    align-self: stretch;
    flex-grow: 0;
    /*font-family: Manrope;*/
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.2px;
    text-align: left;
    color: #323135;
  }
  
  .page[data-page=product-details] .pdesc{
       width: 352px;
    height: 594px;
    flex-grow: 0;
    font-family: Manrope;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.57;
    letter-spacing: 0.2px;
    text-align: left;
    color: #68656e;
  }
  
  .page[data-page=product-details] .ptext{
      /*height: 48px;*/
      height: auto;
    align-self: stretch;
    flex-grow: 0;
    /*font-family: Manrope;*/
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #68656e;
        padding: 0px 5px 0px;
  }
  
  .page[data-page=product-details] .ptext1{
      height: 21px;
    align-self: stretch;
    flex-grow: 0;
    /*font-family: Manrope;*/
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #141414;
  
  }
  .page[data-page=product-details] .ptext11{
   width: 146px;
    height: 32px;
    flex-grow: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 0 16px 0 8px;
    border-radius: 8px;
    background-color: #f0f2f5;
  }
  .page[data-page=product-details] ul {
      display: inline;
      list-style-type: none;
  }
  .page[data-page=product-details] li {
  margin: 12px;
  }
  
  .page[data-page=product-details] .divider-primary {
   /*width: 356px;*/
    height: 1px;
    flex-grow: 0;
    background-color: #e0e0e5;
  }
  
  .page[data-page=product-details] .input-group-btn{
      width: 110px;
    height: 48px;
    flex-grow: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    border-radius: 8px;
    background-color: #f0f2f5;
  }
  
  .page[data-page=product-details] .subBtn, .page[data-page=product-details] .addBtn{
       height: 24px;
    align-self: stretch;
    flex-grow: 0;
    font-family: Manrope;
    font-size: 36px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.67;
    letter-spacing: normal;
    text-align: center;
    color: #141414;
    background-color: #f0f2f5; 
      border-color: #f0f2f5;
  } 
  
  .page[data-page=product-details] .qty{
       width: 111px;
    height: 48px;
    flex-grow: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    border-radius: 8px !important;
    background-color: #2d5a83;
    color: white;
        margin-right: 12px;
      margin-left: 12px;
  }
  
  .page[data-page=product-details] .input-group{
      display: flex!important;
  }
  
  .page[data-page=product-details] .subBtn{
      margin-right: 12px;
  } 
  
  .page[data-page=product-details] .addBtn{
      margin-left: 12px;
  }
  .page[data-page=product-details] .page-content{
  padding-bottom: 20px!important;
  padding: 10px;
  }
  
  .page[data-page=product-details] .toolbar-inner {
      top: -16px!important;
      bottom: 15px;
      display: block!important;
      flex-direction: column;
      align-items: center;
      justify-content: flex-start;
      width: 100%;
      height: 95%;
      background-color: #ffffff !important;
      padding: 0 5px;
      border-radius: 0 10px 10px 0px;
  }
  
  .page[data-page=product-details] .add-cart{
      height: 46px;
    flex-grow: 1;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 0 20px;
    border-radius: 8px;
    background-color: #2d5a83;
  }
  
  #productDetailDiv .swiper-slide {
      border-radius: 10px;
      text-align: center;
      width: 300px;
  }
  
  .page[data-page=product-details] .slider-hero .swiper-slide {
      background-size: auto;
      background-color: transparent;
      /* border: 1px solid #eee; */
      margin-bottom: 10px;
  }
  .page[data-page=product-details] .slider-hero .swiper-slide {
      background-color: transparent;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      min-height: 24vh;
      position: relative;
      border-radius: 10px;
  }
  .page[data-page=product-details] .slider-hero .swiper-slide img{
     /* width: 250px; */
  }
  
  
  .page[data-page=product-details] :root {
    --f7-grid-gap: 16px;
  }
  

  /* Styles for the tab content */
  .page[data-page=product-details] .tab-content {
    margin-top: 20px;
  }
  
  /* Hide content by default */
  .page[data-page=product-details] .content {
    display: none;
  }
  
  /* Show content when the tab is active */
  .page[data-page=product-details] .content.active {
    display: block;
  }
  

  /* Style for the tabs container */
  .page[data-page=product-details] .tabs-container {
    display: flex;
    border: none;
    border-radius: 8px;
    overflow: hidden;
    /* width: fit-content; */
  }
  
  /* Style for individual tab */
  .page[data-page=product-details] .tab {
    padding: 10px 20px;
    cursor: pointer;
    transition: background-color 0.3s;
    flex: 1;
    text-align: center;
    border-right: 1px solid #ccc;
    margin-right: 8px;
    margin-left: 8px;
    border-radius: 2px;
  }
  
  .page[data-page=product-details] .tab:last-child {
    border-right: none; /* Remove the border for the last tab */
  }
  
  /* Default styles for inactive tab */
  .page[data-page=product-details] .tab {
    background-color: #F5F5F5;
    color: #878787;
  }
  
  /* Styles for the active tab */
  .page[data-page=product-details] .tab.active {
    background-color: #E7F1FF;
    color: #2D5A83;
    position: relative;
    font-weight: bold;
  }
  
  /* Checkmark corner style */
  .page[data-page=product-details] .tab.active::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-bottom: 15px solid #2D5A83; /* Triangle color */
    border-left: 15px solid transparent;
  }
  



.page[data-page=product-details] .subscription-type {
    display: flex;
    gap: 10px;
}

.page[data-page=product-details] .subscription-btn {
    padding: 10px 20px;
    border: 1px solid #F5F5F5;
    border-radius: 5px;
    background-color: #F5F5F5;
    color: #333;
    cursor: pointer;
    font-size: 14px;
    transition: background-color 0.3s, color 0.3s;
}

.page[data-page=product-details] .subscription-btn.active {
    background-color: #2d5a83; /* Active background color */
    color: white; /* Active text color */
}

.page[data-page=product-details] .subscription-btn:not(.active):hover {
    background-color: #F5F5F5;
}

.page[data-page=product-details] #addCartBtn {
    cursor: pointer;
    font-weight: bold;
    margin-top: 26px;
    height: 56px !important;
    width: 100%;
    font-size: 16px;
    align-self: stretch;
    flex-grow: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 5px;
    background-color: #2D5A83 !important;
    border: none;
    color: #fff;
}



.page[data-page=product-details] .tag-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 15px 0px 0px 0px;
  }
  
.page[data-page=product-details] .tag-item {
    display: flex;
    align-items: center;
    background-color: #F0F2F5;
    padding: 8px 14px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 400;
    color: #141414;
  }
  
.page[data-page=product-details] .tag-item img {
    width: 18px;
    height: 18px;
    margin-right: 8px;
  }
  
.page[data-page=product-details] .tag-item span {
    white-space: nowrap;
  }
  
  
  /*
  |--------------------------------------------------------------------------------
  | Trending Items Page - APARNA (trending-items.html)
  |--------------------------------------------------------------------------------
  */
  
  .page[data-page=trending-items] .trendingp{
         display: flex;
      text-decoration: none;
      color: inherit;
      min-height: 200px;
      max-height: 100%;
      background-color: #ffffff;
      border-radius: 16px;
      border: 1px solid #DEDEDE;
      padding: 10px 10px 5px 10px;
      /* display: flex; */
      flex-direction: column;
      justify-content: space-between;
      overflow: hidden;
      margin: 6px;
  }
  .page[data-page=trending-items] .trendingli{
      display: grid;
      text-decoration: none;
      color: inherit;
  }
  
  .page[data-page=trending-items] .trendingimg {
      width: 80px;
      height: 80px;
      margin-bottom: 10px;
      align-self: center;
  }
  
  .page[data-page=trending-items] .item-title {
      font-size: 12px;
      color: #333;
      text-align: left;
      font-weight: bold;
      white-space: normal;
  }
  
  .page[data-page=trending-items] .product-quantity {
      font-size: 12px;
      color: #2d5a83;
  
  }
  
  .page[data-page=trending-items] .priceDiv {
      font-size: 14px;
      font-weight: bold;
      color: #333;
      white-space: nowrap;
      white-space: break-spaces;
      /* line-height: 14px; */
  }
  

  .page[data-page=trending-items] .add-button {
    border: 1px solid #2D5A83;
    color: #2D5A83;
    border-radius: 6px;
    background-color: #faf9f5;
    padding: 6px 17px;
    font-size: 12px;
    cursor: pointer;
    white-space: nowrap;
    font-weight: bold;
}

.page[data-page=trending-items] .price-add-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 5px 0;
    gap: 5px;
}

.page[data-page=trending-items] .product-price {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    white-space: nowrap;
}

  
  .page[data-page=trending-items] .trending-list {
      display: grid;
      /* grid-template-columns: repeat(2, 1fr) !important; */
      /* margin-top: -30px !important; */
  }
  
  .page[data-page=trending-items] .list-block .item-media+.item-inner {
      margin-left: 0px;
  }
  
  .page[data-page=trending-items] .item-media1{
      text-align: center;
  }
  
  .page[data-page=trending-items] {
      background-color: #faf9f5;
  }
  
  .page[data-page=trending-items] .nav {
      background-color: #fff !important;
      color: #2d2d2d !important;
  }
  
  .page[data-page=trending-items] .list-block .item-title {
     height: auto;
    flex-grow: 1;
    font-family: Manrope;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.45;
    letter-spacing: normal;
    text-align: left;
    color: #344054;
  }
  
  /*
  |--------------------------------------------------------------------------------
  | All Products List Page - APARNA (all-products-list.html)
  |--------------------------------------------------------------------------------
  */
  
  .page[data-page=all-products-list] .trendingp{
         display: flex;
      text-decoration: none;
      color: inherit;
      min-height: 200px;
      max-height: 100%;
      background-color: #ffffff;
      border-radius: 16px;
      border: 1px solid #DEDEDE;
      padding: 10px 10px 5px 10px;
      /* display: flex; */
      flex-direction: column;
      justify-content: space-between;
      overflow: hidden;
      margin: 6px;
  }
  .page[data-page=all-products-list] .trendingli{
      display: grid;
      text-decoration: none;
      color: inherit;
  }
  
  .page[data-page=all-products-list] .trendingimg {
      width: 80px;
      height: 80px;
      margin-bottom: 10px;
      align-self: center;
  }
  
  .page[data-page=all-products-list] .item-title {
      font-size: 12px;
      color: #333;
      text-align: left;
      font-weight: bold;
      white-space: normal;
  }

.page[data-page=all-products-list] .best-buttton {
      background: transparent;
    border: 1px solid #2d5a83;
    border-radius: 6px;
    width: 90%;
    padding: 4px;
    margin: 8px;
}
  
  .page[data-page=all-products-list] .product-quantity {
      font-size: 12px;
      color: #2d5a83;
  
  }
  
  
  .page[data-page=all-products-list] .priceDiv {
    font-size: 14px;
    font-weight: bold;
    color: #333;
    white-space: nowrap;
    white-space: break-spaces;
    /* line-height: 14px; */
}


  .page[data-page=all-products-list] .add-button {
    border: 1px solid #2D5A83;
    color: #2D5A83;
    border-radius: 6px;
    background-color: #faf9f5;
    padding: 6px 17px;
    font-size: 12px;
    cursor: pointer;
    white-space: nowrap;
    font-weight: bold;
}

.page[data-page=all-products-list] .price-add-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 5px 0;
    gap: 5px;
}

.page[data-page=all-products-list] .product-price {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    white-space: nowrap;
}
  
  .page[data-page=all-products-list] .trending-list {
      display: grid;
      /* grid-template-columns: repeat(2, 1fr) !important; */
      margin-top: -60px !important;
  }
  
  .page[data-page=all-products-list] .list-block .item-media+.item-inner {
      margin-left: 0px;
  }
  
  .page[data-page=all-products-list] .item-media1{
      text-align: center;
  }
  
  .page[data-page=all-products-list] {
      background-color: #faf9f5;
  }
  
  .page[data-page=all-products-list] .nav {
      background-color: #fff !important;
      color: #2d2d2d !important;
  }
  
  .page[data-page=all-products-list] .list-block .item-title {
     height: auto;
    flex-grow: 1;
    font-family: Manrope;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.45;
    letter-spacing: normal;
    text-align: left;
    color: #344054;
  }
  
  /*
  |--------------------------------------------------------------------------------
  | Banner Popup Page - APARNA
  |--------------------------------------------------------------------------------
  */
  
  #bannerPopup img {
      width: 100%;
  }
  
  #bannerPopup p {
      word-wrap: break-word;
  }
  
  #bannerPopup .promoData {
      text-align: center;
  }
  
  #bannerPopup .promoData .promo {
      padding: 10px;
      width: 100px;
      display: inline-block;
      border: 1px solid;
      border-radius: 5px;
  }
  
  #bannerPopup .promoData a {
      padding: 10px;
      margin-left: 5px;
      height: auto;
      margin-top: -5px;
      background-color: #2D5A83;
  }
  
  
  #bannerPopup .center {
      color: white;
      font-size: 16px;
      font-weight: bold;
  }
  
  #bannerPopup .copypromobtn{
      background: #2d5a83;
  }
  
  #bannerPopup .theme-teal .toolbar {
      background-color: #fff;
      border-bottom: 1px solid #aaa;
  }
  
  #bannerPopup .theme-teal a, .toolbar a.link {
       color: #989f9b;
  
  }
  
  #bannerPopup .toolbar-inner .center {
      margin-left: 16px;
      margin-right: 16px;
  }
  
  #bannerPopup .content-block {
      background: #faf9f5;
      margin: 0px 0px;
      padding: 0 16px;
      box-sizing: border-box;
      padding-top: 25px;
      padding-bottom: 25px;
  }
  
  #bannerPopup h5{
      height: 24px;
      align-self: stretch;
      flex-grow: 0;
      /* font-family: Manrope; */
      font-size: 16px;
      font-weight: 600;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: 0.2px;
      text-align: left;
      color: #323135;
  }
  
  #bannerPopup .btext {
      height: auto;
      align-self: stretch;
      flex-grow: 0;
      font-size: 16px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.5;
      letter-spacing: normal;
      text-align: left;
      color: #68656e;
  }
















  /*
|------------------------------------------------------------------------------
| Cart - APARNA - (cart.html)
|------------------------------------------------------------------------------
*/

.page[data-page=cart] .page-content {
    height: calc(100% - 48px);
}

.page[data-page=cart] .cartheader {
    width: 93px;
    flex-grow: 0;
    padding: 0.3px 0 0;
    flex-grow: 0;
    font-size: 20px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #423f3f;
    background-color: #fff;
}

.page[data-page=cart] .products-list .item-media img {
    /*max-height: 80px;*/
    width: 90px;
}

.page[data-page=cart] .products-list .item-title{
    white-space: normal;
    /* height: 50px; */
    width: auto;
    height: auto;
    flex-grow: 0;
    /* font-family: Manrope; */
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.2px;
    text-align: left;
    color: #323135;
}

.page[data-page=cart] .products-list .item-after {
    font-weight: bold;
}

.page[data-page=cart] .list-block .products-list .item-text {
    max-height: none;
}

.page[data-page=cart] .products-list .item-subtitle {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font-size: 11px;
    -webkit-line-clamp: 2;
    white-space: normal;
}

.page[data-page=cart] .products-list .item-text {
    margin-top: 4px;
}

.page[data-page=cart] .price-summary .item-title {
    font-size: 14px;
}

.page[data-page=cart] .toolbar-bottom .grand-total {
    background-color: white;
    color: #12192d;
    height: 48px;
    text-align: center;
    width: 50%;
  flex-grow: 0;
  margin: 0 0 4px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.57;
  letter-spacing: normal;
  /*text-align: left;*/
}


.page[data-page=cart] .toolbar-bottom .button {
    border-radius: 0;
    height: 48px;
    line-height: 48px;
    width: 50%;
}

.page[data-page="cart"] .grand-total {
   /* border: 1px solid #d3d3d3;
    color: #757575 !important;
    font-weight: 500 !important;
    font-size: 13px !important;*/
}


.page[data-page=cart] .list-block.media-list .item-inner {
    padding-top: 5px;
    padding-bottom: 4px;
    margin-left: 5px;
    padding-right: 0px !important;
}

.page[data-page=cart] .item-content {
    padding-left: 0px !important;
}

.page[data-page=cart] .chip-label {
height: 24px;
    flex-grow: 0;
    /* font-family: Manrope; */
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.2px;
    text-align: left;
    color: #68656e;
    background: white;
}

.page[data-page=cart] .chip-small {
    background: white;
    padding: 0 0px !important;
}

.page[data-page=cart] .priceDiv{
    height: 36px;
    align-self: stretch;
    flex-grow: 0;
    /* font-family: Manrope; */
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.2px;
    text-align: left;
    color: #323135;
    /*padding-left: 7px;*/
}

.page[data-page=cart] .subBtn, .page[data-page=cart] .addBtn {
    height: 28px;
    background-color: #2d5a83;
    padding: 0px 12px;
    color: white;
}

.page[data-page=cart] .cartqty {
height: 28px;
    flex-grow: 0;
    /* font-family: Manrope; */
    font-size: 13px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: center;
    color: #333;
    border: 1px #2d5a83 solid;
}

.page[data-page=cart] .item-media {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    border-radius: 8px;
    /* width: 80px; */
    /* height: 80px; */
    flex-grow: 0;
}


.page[data-page=cart] .cart-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6); /* Dark semi-transparent background */
    opacity: 0; /* Hidden by default */
    visibility: hidden; /* Hidden by default */
    transition: opacity 0.3s ease; /* Smooth transition */
    z-index: 999; /* Below the drawer */
  }

.page[data-page=cart] .list-block {
    padding-right: 16px !important;
    padding-left: 16px !important;
    padding-top: 16px !important;
    padding-bottom: 10px !important;
    /*background-color: white;*/
    background-color: #faf9f5;
    margin: 20px 0 !important;
}

.page[data-page=cart] .divider-primary {
    height: 1px;
    margin: 15px 0.5px 13px 0;
    background-color: #e0e0e5;
}

.page[data-page=cart] .typeTag {
    height: 24px;
    align-self: stretch;
    flex-grow: 0;
    /*font-family: Manrope;*/
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    text-align: left;
    color: #878787;
}

.page[data-page=cart] .typeTag1 {
width: 40px;
  height: 24px;
  flex-grow: 0;
  /*font-family: Manrope;*/
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #323135;
}

.page[data-page=cart] .editdatesign {
margin-left: 10px;
pointer-events: auto;
position: relative;
        cursor: pointer;
}

.page[data-page=cart] .divider-primary1 {
    /*height: 16px;*/
    height: 2px;
    margin: 15px 0.5px 13px 0;
    background-color: #faf9f5;
    margin-right: -50px;
    margin-left: -50px;
}

.page[data-page=cart] .divider-primary2 {
    height: 20px;
    /*height: 2px;*/
    margin: 15px 0.5px 13px 0;
    background-color: #faf9f5;
    margin-right: -50px;
    margin-left: -50px;
}

.page[data-page=cart] .deliveryspan{
    width: 354px;
  height: 24px;
  margin: 11px 0 0 8.5px;
  /*font-family: Manrope;*/
  font-size: 12px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: normal;
  text-align: left;
  color: #878787;
}


.page[data-page=cart] .addrTag {
width: 138px;
  height: 24px;
  /*margin: 0 65px 0 0;*/
  /*font-family: Manrope;*/
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.2px;
  text-align: left;
  color: #323135;
}

.page[data-page=cart] .addrTag1 {
width: 135px;
  height: 21px;
  /*margin: 0 0 3px 65px;*/
  /*font-family: Manrope;*/
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.2px;
  display: inline-block;
  text-align: right;
  color: #2d5a83;

}

.page[data-page=cart] .newrow {
    margin-top: 10px;
}

.page[data-page=cart] .addrTag3{

    width: 81px;
    height: 21px;
    flex-grow: 0;
    /* font-family: Manrope; */
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.2px;
    text-align: left;
    color: #323135;
    margin-left: 5px;
}

.page[data-page=cart] .card {
    margin: 0px !important; 
    box-shadow: 0 0px 0px rgba(0, 0, 0, .12), 0 0px 0px rgba(0, 0, 0, .24) !important;
}

.page[data-page=cart] .paymentdetails {
 width: 134px;
  height: 24px;
  /*margin: 0 229px 24px 27px;*/
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.2px;
  text-align: left;
  color: #323135;
}

.page[data-page=cart] .card .itemtitle {
  width: 113px;
  height: 20px;
  /*margin: 0 149px 0 0;*/
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: normal;
  text-align: left;
  color: #68656e;
}


.item-after {
    width: 72px;
  height: 20px;
  margin: 0 0 0 149px;
  /*font-family: Manrope;*/
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: right;
  color: #68656e;
  justify-content: flex-end;
}

.page[data-page=cart] .card .payable-amount {
  width: 73px;
  height: 20px;
  margin: 0 0 0 163px;
  /*font-family: Manrope;*/
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: right;
  color: #323135;
}

.page[data-page=cart] .divider-primary8 {
    background-color: #faf9f5;
}

.page[data-page=cart] .emptyspan {
    text-align: center;
    margin-top: 100px;
}

.page[data-page=cart] .emptyimg {
     width: 58px;
  height: 52px;
  object-fit: contain;
      margin-bottom: 16px;
}

.page[data-page=cart] .emptyspan1 {
     width: 218px;
  height: 30px;
  flex-grow: 0;
  /*font-family: Manrope;*/
  font-size: 20px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #323135;
  margin-bottom: 8px;
}

.page[data-page=cart] .emptyspan2 {
    width: 248px;
  height: 50px;
  flex-grow: 0;
  /*font-family: Manrope;*/
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: 0.2px;
  text-align: center;
  color: #68656e;
}

.page[data-page=cart] .toolbar-inner {
    display: flex !important;
    flex-direction: row !important;
    top: 0px !important;
    background-color: #fff !important;
}

.page[data-page=cart] .cartAmt {
  width: 63px;
  height: 22px;
  flex-grow: 0;
  /*margin: 4px 29px 0 0;*/
  font-size: 20px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.1;
  letter-spacing: normal;
  text-align: left;
  color: #12192d;
}


.page[data-page=cart] #checkoutBtn {
  width: 171px;
  height: 48px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 4px;
  padding: 12px;
  border-radius: 8px;
  background-color: #2d5a83 !important;
  margin-right: 18px;
  text-transform: unset !important;
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
}

.page[data-page=cart] #carttoolbar {
    height: 88px;
  align-self: stretch;
  flex-grow: 0;
  padding: 26px 23px 14px 35px;
  box-shadow: 0 -0.8px 0 0 #dedede;
  background-color: #fff;
}

.page[data-page=cart] {
background-color: #faf9f5;
}

/*edit date drawer css*/
.page[data-page=cart] .drawer1 {
  position: fixed;
  bottom: -450px; /* Hide the drawer below the screen */
  left: 0;
  right: 0;
  height: 450px;
  background-color: #fff;
  transition: bottom 0.3s ease; /* Smooth transition */
  z-index: 1000; /* Above the overlay */
  border-radius: 10px 10px 0px 0px;
}


.page[data-page=cart] .textOnInput {
  position: relative !important;
  border-radius: 5px;
  width: 100%;
  /* padding: 2px; */
  margin-top: 30px;
}


.page[data-page=cart] .textOnInput label {
  position: absolute !important;
  top: -10px !important;
  left: 23px !important;
  padding: 2px !important;
  z-index: 1 !important;
  font-weight: 300;
  background-color: #fff;
}

.page[data-page=cart] label {
  font-size: 12px !important;
  color: #676A69;
  display: inline-block !important;
  margin-bottom: .5rem !important;
}

.page[data-page=cart] .form-control2 {
  display: block;
  width: 100%;
  height: 56px;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #676A69;
  border-radius: 4px;
}

.page[data-page=cart] .medium-16px-text{
  font-size: 16px;
  font-weight: 600;
}



.page[data-page=cart] .date-picker-container {
  position: relative;
  margin-top: 40px;
}

.page[data-page=cart] #startdate {
  font-size: 16px;
  width: 100%;
  cursor: pointer;
}

.page[data-page=cart] #calendar-popup {
  display: none;
  position: absolute;
  top: -55%;
  left: 0;
  background-color: #fff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  width: 100%;
  z-index: 999;
  border-radius: 13px;
}


.page[data-page=cart] .calendar-popup {
  display: none;
  position: absolute;
  top: -55%;
  left: 0;
  background-color: #fff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  width: 100%;
  z-index: 999;
  border-radius: 13px;
}

.page[data-page=cart] .calendar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  /* background-color: #4CAF50; */
  color: #000;
  font-size: 20px;
  font-weight: 300;
  padding-top: 30px;
}

.page[data-page=cart] .calendar-nav {
  background: none;
  border: none;
  color: #2D5A83;
  font-size: 28px;
  cursor: pointer;
}

.page[data-page=cart] #calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  padding: 0px;
}

.page[data-page=cart] .calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  padding: 10px;
}

.page[data-page=cart] .calendar-day {
  text-align: center;
  padding: 5px;
  font-size: 20px;
  cursor: pointer;
  border-radius: 5px;
  transition: background-color 0.2s;
  color: #000;
}

.page[data-page=cart] .day-name {
    font-weight: bold;
    text-align: center;
    padding: 5px;
    font-size: 16px;
    color: #2d5a83;
  }
  
  .page[data-page=cart].calendar-day,
  .day-name {
    width: calc(100% / 7); /* Divide grid into 7 columns */
    height: 40px;
    line-height: 40px;
    text-align: center;
  }
  
  .page[data-page=cart].empty-cell {
    width: calc(100% / 7);
    height: 40px;
  }

.page[data-page=cart] .calendar-day:hover {
  background-color: #f0f0f0;
}

.page[data-page=cart] .calendar-day.selected {
  background-color: #2D5A83;
  color: white;
  border-radius: 50%;
}


.page[data-page=cart] .calendar-month {
  position: absolute;
  left: 20px;
}

.page[data-page=cart] .prev-arrow{
  position: absolute;
  left: 78%;
}

.page[data-page=cart] .next-arrow{
  position: absolute;
  left: 88%;
}

.page[data-page=cart] .next-arrow-month{
  position: absolute;
  left: 100%;
  color: #2D5A83;
  font-size: 20px;
}




.page[data-page=cart] .editCartDatebutton{
  height: 56px !important;
  width: 100%;
  align-self: stretch;
  flex-grow: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 5px;
  background-color: #2D5A83 !important;
  border: none;
  color: #fff;
  font-size: 16px;
  margin-top: 10px;
}



/*
|------------------------------------------------------------------------------
| Address Modal - APARNA - (cart.html)
|------------------------------------------------------------------------------
*/

.addressModal {
    left: 0 !important;
    bottom: 0 !important;
    height: 80%;
    top: unset !important;
    z-index: 13050 !important;
    border-radius: 10px 10px 0 0;
}

.addressModal .toolbar {
    background: white;
    border-radius: 8px;
}
.addressModal .toolbar .toolbar-inner{
    top: 0px!important;
flex-direction: row !important;
    justify-content: space-between !important;
    border-radius: 10px 10px 0 0;
    background-color: #2d5a83 !important;
}

.addressModal .toolbar .toolbar-inner .left, .addressModal .toolbar .toolbar-inner .right {
    color: rgb(255, 255, 255);
}

.addressModal .toolbar .toolbar-inner .left{
    margin-left: 12px;
    color: rgb(255, 255, 255);
}
.addressModal .toolbar .toolbar-inner .right{
    margin-right: 12px;
    color: rgb(255, 255, 255);
}
.addressModal .picker-modal-inner{
    background-color: #fff;
}

.addressModal #btnAddressSubmit{
    background-color: #2d5a83 !important;
}

.addressModal .toolbar a {
    color: #ffffff;
}

.toast {
    z-index: -1 !important;
}

.addressModal .content-block {
    margin-top: 15px;
    margin-bottom: 25px;
}

.addressModal .picker-modal-inner {
    overflow-y: auto;
}

.addressModal .customCss input,
.addressModal .customCss .smart-select,
.addressModal .customCss textarea,
.addressModal .customCss select {
    margin-bottom: 0px !important;
}

/*
|------------------------------------------------------------------------------
| Address Modal - APARNA - (index.html)
|------------------------------------------------------------------------------
*/

.addressprofileModal {
    left: 0 !important;
    bottom: 0 !important;
    height: 80%;
    top: unset !important;
    z-index: 13050 !important;
    border-radius: 10px 10px 0 0;
}

.addressprofileModal .toolbar {
    background: white;
    border-radius: 8px;
}
.addressprofileModal .toolbar .toolbar-inner{
    top: 0px!important;
flex-direction: row !important;
    justify-content: space-between !important;
    border-radius: 10px 10px 0 0;
}

.addressprofileModal .toolbar .toolbar-inner .left, .addressprofileModal .toolbar .toolbar-inner .right {
    color: rgb(255, 255, 255);
}

.addressprofileModal .toolbar .toolbar-inner .left{
    margin-left: 12px;
    color: rgb(255, 255, 255);
}
.addressprofileModal .toolbar .toolbar-inner .right{
    margin-right: 12px;
    color: rgb(255, 255, 255);
}
.addressprofileModal .picker-modal-inner{
    background-color: #fff;
}

.addressprofileModal #btnProfileAddressSubmit{
    background-color: #2d5a83 !important;
}

.addressprofileModal .toolbar a {
    color: #ffffff;
}

.toast {
    z-index: -1 !important;
}

.addressprofileModal .content-block {
    margin-top: 15px;
    margin-bottom: 25px;
}

.addressprofileModal .picker-modal-inner {
    overflow-y: auto;
}

.addressprofileModal .customCss input,
.addressprofileModal .customCss .smart-select,
.addressprofileModal .customCss textarea,
.addressprofileModal .customCss select {
    margin-bottom: 0px !important;
}



/*
|------------------------------------------------------------------------------
| Address Modal - APARNA - (cart.html)
|------------------------------------------------------------------------------
*/

.addresscartModal {
    left: 0 !important;
    bottom: 0 !important;
    height: 80%;
    top: unset !important;
    z-index: 13050 !important;
    border-radius: 10px 10px 0 0;
}

.addresscartModal .toolbar {
    background: white;
    border-radius: 8px;
}
.addresscartModal .toolbar .toolbar-inner{
    top: 0px!important;
flex-direction: row !important;
    justify-content: space-between !important;
    border-radius: 10px 10px 0 0;
    background-color: #2d5a83 !important;
}

.addresscartModal .toolbar .toolbar-inner .left, .addresscartModal .toolbar .toolbar-inner .right {
    color: rgb(255, 255, 255);
}

.addresscartModal .toolbar .toolbar-inner .left{
    margin-left: 12px;
    color: rgb(255, 255, 255);
}
.addresscartModal .toolbar .toolbar-inner .right{
    margin-right: 12px;
    color: rgb(255, 255, 255);
}
.addresscartModal .picker-modal-inner{
    background-color: #fff;
}

.addresscartModal #btnAddressSubmit{
    background-color: #2d5a83 !important;
}

.addresscartModal .toolbar a {
    color: #ffffff;
}

.toast {
    z-index: -1 !important;
}

.addresscartModal .content-block {
    margin-top: 15px;
    margin-bottom: 25px;
}

.addresscartModal .picker-modal-inner {
    overflow-y: auto;
}

.addresscartModal .customCss input,
.addresscartModal .customCss .smart-select,
.addresscartModal .customCss textarea,
.addresscartModal .customCss select {
    margin-bottom: 0px !important;
}


/*
|------------------------------------------------------------------------------
| SubscribeSub Modal  - APARNA 
|------------------------------------------------------------------------------
*/

.subscribeSubModal .modal-title {
    font-size: 15px;
    padding: 10px;
    font-weight: 500;
    color: #151E1D;
    border-bottom: 1px solid #878787;
    text-align: center;
}

.subscribeSubModal
{
    height: 240px;
    top: 30% !important;
    left: 50% !important;
    margin-top: -120px !important;
    margin-left: -120px !important;
    border: none;
    border-radius: 12px;
}

.subscribeSubModalfont{
    font-weight: normal !important;
    font-size: 16px !important;
    color: #333333 !important;
}


.subscribeSubModal .list-block .list-button,
.subscribeSubModal h2 {
    line-height: 35px;
    font-size: 15px;
    font-weight: 600;
    padding: 0px;
    margin: 0;
}

.subscribeSubModal .list-block .item-content::after {
    background-color: transparent;
}

.subscribeSubModal .list-block .item-media+.item-inner {
    margin: 0;
}

.subscribeSubModal .list-block .item-content,
.subscribeSubModal .list-block .item-inner,
.subscribeSubModal .list-block .item-media {
    padding: 0;
}

.subscribeSubModal .list-block .item-inner .item-title {
    font-size: 13px;
    font-weight: 500;
    color: #757575;
}

.subscribeSubModal .list-block .item-content,
.subscribeSubModal .list-block .item-inner,
.subscribeSubModal .list-block li {
    min-height: 40px;
}

.subscribeSubModal .list-block li .fullWidth {
    width: 100%;
}

.subscribeSubModal .list-block ul {
    overflow: hidden;
}

.subscribeSubModal .custWidth,
.subscribeSubModal .custLabel {
    width: 70px;
    float: left;
}

.subscribeSubModal .custLabel {
    padding-left: 10px !important;
}

.subscribeSubModal .daysTxt,
.subscribeSubModal .daysTxt1 {
    width: 50px !important;
    border: 1px solid #757575 !important;
    float: left;
    text-align: center;
    border-radius: 5px !important;
}

.subscribeSubModal {
    height: auto;
}

/* .subscribeSubModal li.subli{
    margin-left: -15px;
    width: 304px;
    height: 56px;
    flex-grow: 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 16px;
    padding: 16px 0;
    background-color: #fff;
} */

.subscribeSubModal li.subli {
    margin-left: 10px;
    width: 240px;
    height: 56px;
    display: grid; /* Change display to grid */
    grid-template-columns: 20% 50% 30%; /* Define column widths */
    justify-content: space-between; /* Distribute space evenly */
    align-items: center; /* Center items vertically */
    /* gap: 10px;
    padding: 16px 0; */
    background-color: #fff;
}


.dayCheck {
    width: 20px;
    height: 20px;
    border: 2px solid #2d5a83;
    border-radius: 5px;
    appearance: none;
    outline: none;
    cursor: pointer;
    position: relative;
    margin: 0 !important;
}

.dayCheck:checked {
    background-color: #2d5a83;
    border-color: none;
}

/* Checkmark styling */
.dayCheck:checked::after {
    content: ''; /* This creates the checkmark */
    position: absolute;
    top: 0px; /* Adjusted for larger checkbox */
    left: 5px; /* Adjusted for larger checkbox */
    width: 6px; /* Adjusted width */
    height: 12px; /* Adjusted height */
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg); /* Rotates to create the check shape */
}


.buttonSubscribeSubModal{
    cursor: pointer;
    font-weight: bold;
    height: 48px !important;
    width: 100% !important;
    font-size: 16px !important;
    align-self: stretch;
    flex-grow: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-radius: 5px !important;
    background-color: #2D5A83 !important;
    border: none;
    color: #fff !important;
    margin-top: 10px;
}





/*
|------------------------------------------------------------------------------
| Guest - APARNA (guest.html)
|------------------------------------------------------------------------------
*/

.page[data-page=guest] .content-block a{
    background-color: #2D5A83 !important;
}

.page[data-page=guest] {
    background: #faf9f5 !important;
}

.page[data-page=guest]  .content-block img {
    width: 50px !important;
}

.page[data-page=guest]  .content-block p {
    font-size: 16px;
}


.page[data-page=home] #categoryMenu1 .noDataImg, .page[data-page=home] #trendingMenu2 .noDataImg  {
    display: block!important;
    grid-template-columns: repeat(4, 1fr);
    gap: 5px;
    /* padding: 10px; */
    width: 100%;
    /* background-color: #fff; */
}

/*
|--------------------------------------------------------------------------------
| Wallet Recharge Approval - APARNA (wallet-recharge-approval.html)
|--------------------------------------------------------------------------------
*/
.page[data-page=wallet-recharge-approval] .rechargeApproval {

    text-align: center;
}