/* ========== Google Font Family  */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Quicksand:wght@300..700&display=swap');
/* ========== Common Css  */
body {
	font-family: "Quicksand", sans-serif;
	background-color: #F7F5FA;
	position: relative;
	overflow-x: hidden !important;
	background-image: url(../images/design/background_effect.png);
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
	/* width: 100% !important; */
}
button, a{
  transition: all .3s linear
}
/* font-family: "Montserrat", sans-serif;  */

/* ========== Navbar Css Start ==  */
.navbar{
    padding: 0px;
}
.navbar-brand img{
    height: 48px !important;
    width: auto !important;
}
.navbar_area{
    background-color: #ffffff;
    height: 88px;
    margin:24px auto;
    padding-left: 23px;
    padding-right: 23px;
    border-radius: 16px;
}
.nav-link{
    font-family: Quicksand;
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    color: #878787;
    margin: 0px 16px;
}
.nav-item .active{
    font-family: Quicksand;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    color: #4D308E !important;
    border-bottom: 1.5px solid #4D308E;
}


.progress-bar {
    width: 100%;
    height: 10px;
    background-color: #e0e0e0;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
}
.progress-segment {
    height: 100%;
    position: absolute;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    color: #fff;
    white-space: nowrap;
}
.progress-food {
    width: var(--consumed-percentage);
    background-color: #BB2FBD; /* Tomato color for food */
    left: 0;
}
.progress-clothes {
    width: var(--rental-percentage);
    background-color: #1BBDE9; /* SteelBlue color for clothes */
    left: var(--consumed-percentage);
}
.progress-shelter {
    width: var(--remaining-percentage);
    background-color: #4D308E; /* LimeGreen color for shelter */
    left: calc(var(--consumed-percentage) + var(--rental-percentage));
}
.banner_card {
	background-color: #FFFFFF;
	border: 1px solid #FCFCFD;
	border-radius: 16px;
	padding: 32px;
	width: 100%;
	/* position: relative; */
	/* top: -50%; */
	margin-top: -13%;
}
.nav-tabs .nav-link {
	border: none;
    margin: 0px 16px;
    padding: 10px 0px;
    font-family: Quicksand;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;   
    color: #878787; 
}
.nav-tabs .active{
	border: none;
    margin: 0px 16px;
    padding: 10px 0px;
    font-family: Quicksand;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;  
    color: #4D308E !important;  
    border-bottom: 1.5px solid #4D308E !important;
}
.sokhna_card_one{
    margin-top: 24px;
}
.sokhna_profile img{
    width: 100px;
    height: 100px;
    margin-right: 13px;
}
.sokhna_name h3{
    font-family: Quicksand;
    font-size: 28px;
    font-weight: 700;
    line-height: 35px;
    margin-top: 10.5px;
    color: #2C1B5A;    
}
.sokhna_name span{
    font-family: Quicksand;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    color: #878787; 
    padding: 8px 16px 8px 16px;   
    background-color: #F7F5FA;
    margin-right: 4px;
    border-radius: 100px;
}
.sokhna_progress_label{
    margin-top: 17px;
    text-align: center;
}
.sokhan_label_items {
    /* margin: 0px 12px; */
    text-align: center;
}
.sokhan_label_items h4{
    font-family: Quicksand;
    font-size: 20px;
    font-weight: 600;
    line-height: 17.75px;
    color: #374151;    
}
.sokhan_label_items .cricle_box1 {
	width: 10px;
	height: 10px;
	border-radius: 100px;
	background-color: #4D308E;
	margin: 4px 4px 0px 0px;
}
.sokhan_label_items .cricle_box2 {
	width: 10px;
	height: 10px;
	border-radius: 100px;
	background-color: #BB2FBD;
	margin: 4px 4px 0px 0px;
}
.sokhan_label_items .cricle_box3 {
	width: 10px;
	height: 10px;
	border-radius: 100px;
	background-color: #1BBDE9;
	margin: 4px 4px 0px 0px;
}
.sokhan_label_items p{
    font-family: Quicksand;
    font-size: 14px;
    font-weight: 500;
    line-height: 17.75px;
    color: #878787;    
}
/* ========== Booking Css STart ==  */
.booking_ivermant{
   margin-top: 48px;
}
.booking_status .title h3{
    font-family: Quicksand;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    color: #2C1B5A;
}
.booking_status .title p{
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 500;
    line-height: 21.94px;
    color: #878787;
}
.booking_status .arrows i{
    font-size: 20px;
    color: #2C1B5A;
    background-color: #ffffff;
    width: 40px;
    height: 40px;
    text-align: center;
    padding: 10px;
    border-radius: 50px;
    margin-left: 8px;
    cursor: pointer;
    margin-top: 16px;
}
.booking_status .box_area{
    padding: 34px 32px;
    background-color: #ffffff;
    border: 1px solid #FCFCFD;
    border-radius: 16px;
}
.booking_status .box_area .img_bg{
   background-color: #4e308e1e;
   border-radius: 50px;
   padding: 18px 19px;
   width: 72px;
   height: 72px;
   margin-right: 16px;
}
.booking_status .box_area h3{
    font-family: Quicksand;
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    color: #2C1B5A;
    margin-top: 22px;
}
.booking_status .box_area_text h4{
    font-family: Quicksand;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
   color: #878787;
}
.booking_status .box_area_text p{
    font-family: Quicksand;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;    
   color: #878787;
}
.booking_status .box_area a{
    font-family: Quicksand;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    color: #EF3A5D;
    padding: 14px 32px;
    background-color: #FDEBEF;
    border-radius: 100px;
    text-decoration: none;
    align-items: center;
    height: 48px;
    margin-top: 12px;
}

.calendar {
    margin: 10px;
    border-radius: 16px;
    padding: 15px;
    position: relative;
    background-color: #ffffff;
  }
  .calendar-body div p::after {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 1.6px;
    margin: -2px auto 0;
  }
  .calendar-body div p::after
        
        {
            content: '';
            display: block;
            width: 8px;
            height: 8px;
            border-radius: 1.6px;
            margin: 5px auto 0;
        }
  .selected-start-start P{
    background-color: #4D308E !important;
    color: #fff;
    border-radius: 100px !important;
  }
  .selected-start-end .tarik_p{
    background-color: #4D308E !important;
    color: #fff;
    border-radius: 100px !important;
  }
  .prev-next-month{
    margin-top: 15px;
  }
  .calendar-body div {
    /* display: grid; */
    grid-template-columns: repeat(7, 1fr);
    text-align: center;
    position: relative;
  }
  .selected-start-end p{
    background-color: #4D308E;
    color: #fff;
    border-radius: 100px !important;
  }
  .calendar-body div p {
    padding: 16px 10px 10px 10px;
    width: 56px;
    height: 56px;
    margin-bottom: 0px !important;
  }
  .icondate {
    width: 10px;
    height: 10px;
    /* background-color: #0056b3; */
    padding: 0px;
    position: absolute;
  }
  .day-cell {
    position: relative;
  }
/* Circle under the selected dates */
/* Circle under specific dates (e.g., 2024-09-05 and 2024-09-10) */


  .selected-range {
    background-color: #4e308e1f;
    color: #fff;
    border-radius: 0px !important;
  }
  .selected-start-start {
    background-color: #4e308e1f;
    border-top-left-radius: 100px !important;
    border-bottom-left-radius: 100px !important;
  }
  .selected-start-end {
    background-color: #4e308e1f;
    border-top-right-radius: 100px !important;
    border-bottom-right-radius: 100px !important;
    width: 56px !important;
  }
  .calendar-header {
    font-family: Quicksand;
    font-size: 18px;
    font-weight: 600;
    line-height: 22.5px;
    text-align: center;
    color: #2C1B5A;
  }
  .calendar-weekdays {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    text-align: center;
    margin-top: 20px;
    font-family: Quicksand;
    font-size: 18px;
    font-weight: 700;
    line-height: 22.5px;
    text-align: center;
    color: #858585;  
    margin-top: 30px;  
  }
  .calendar-body {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    text-align: center;
    /* margin-left: 7px; */
    /* margin-right: -7px; */
    margin-top: 21px;
  }
  .calendar-body div {
    position: relative;
    /* padding: 15px 15px; */
    cursor: pointer;
    border-radius: 5px;
    font-family: Quicksand;
    font-size: 18px;
    font-weight: 500;
    line-height: 22.5px;
    text-align: center;
    color: #313131;
    /* width: 56px !important; */
    height: 56px !important;
    /* margin-left: 15px; */
    text-align: center;

    /* justify-content: start; */
  }
  .calendar-body div:hover .tarik_p{
    background-color: #4D308E;
    border-radius: 100px;
  }
  
  .icon-down::before {
    content: '\2193'; /* Down arrow */
  }
  .icon-up::before {
    content: '\2191'; /* Up arrow */
  }
  .prev-next-month {
    color: #bbb;
    opacity: 0.5; /* Less opacity for next and previous month dates */
    cursor: default;
  }
  .prev-next-month:hover {
    background-color: transparent;
  }

  .calendar-container {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .forMobile{
    display: none;
  }
  .forDesk{
    display: initial;
  }
  div[data-date="2024-9-11"] .tarik_p::after{
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    background-color: #007bff; 
    border-radius: 50%;
    margin: 5px auto 0;
  }
  @media (min-width: 768px) {
    .calendar-container {
      grid-template-columns: 1fr 1fr; /* Two columns on larger screens */
    }
   
  }
  .arrow-left, .arrow-right {
    position: absolute;
    top: 9%;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 1.5rem;
    z-index: 1;
    background-color: #F7F5FA;
    height: 40px;
    padding: 2px 0px 0px 14px;
    width: 40px;
    border-radius: 100%;
  }
  .arrow-left {
    left: 4%;
  }
  .arrow-right {
    right: 4%; /* Adjust to fit nicely outside the calendar */
  }
  .booking-info {
    margin-top: 20px;
    font-weight: bold;
    text-align: center;
    color: #0056b3;
  }
.calander_area{
    padding-top: 48px;
}
.calander_area .title h3{
    font-family: Quicksand;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    color: #2C1B5A;
}
.calander_area .title p{
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 500;
    line-height: 21.94px;
    color: #878787;
}
.bg_for_booking_avivble{
  background-color: #F7F5FA;
  border-radius: 100px;
  padding: 16px 32px;
  margin: 10px 20px;
}
.bg_for_booking_avivble .booking_avibile p{
  font-family: Quicksand;
  font-size: 14px;
  font-weight: 700;
  line-height: 17.5px;
  color: #2C1B5A;
  margin-bottom: 0px;
}
.bg_for_booking_avivble .booking_avibile p span{
  font-family: Quicksand;
  font-size: 14px;
  font-weight: 500;
  line-height: 17.5px;
  color: #2C1B5A;
}
.bg_for_booking_avivble .booking_avibile .color_box{
  width: 20px;
  height: 20px;
  background-color: #1BBDE9;
  border-radius: 4px;
  margin-right: 5px;
}
.bg_for_booking_avivble .booking_avibile .color_box_two{
  width: 20px;
  height: 20px;
  background-color: #BB2FBD;
  border-radius: 4px;
  margin-right: 5px;
  clip-path: polygon(50% 0%, 0% 100%, 100% 99%);
}
.form_booking{
  background-color: #ffffff;
  padding: 19.5px 32px;
  border-radius: 16px;
  margin-top: 48px;
  margin-bottom: 100px;
}
.contact_name p{
  font-family: Quicksand;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: #878787;
  margin-bottom: 3px;
}
.contact_name h3{
  font-family: Quicksand;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  color: #2C1B5A;
  margin-bottom: 0px;
}
.contact_name input{
  font-family: Quicksand;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  color: #2C1B5A;
  width:110px;
  padding: 0;
  background-color: transparent !important;
  border: none;

}
.form-control:focus {
	color: #212529;
	background-color: #fff;
	border-color: #86b7fe;
	outline: 0;
	box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.25);
}
.contact_name{
  margin-right: 48px;
}
.form_submit button{
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 600;
  line-height: 19.5px;
  color: #FFFFFF;
  background-color: #4D308E;
  border-radius: 100px;
  padding: 14px 32px;
  border: none;
}
.banner_bg_css{
  background: url(../images/banner/container.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 16px;

}
/*  
================================
=========== SignUp Page CSS 
================================
  */
  
  .login-container {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }

  .logo {
    position: absolute;
    top: 10px;
    left: 20px;
    font-size: 1.5rem;
    font-weight: bold;
    z-index: 3;
  }
  .logo img{
      height: 64px !important;
      width: auto;
      margin: 24px 0px 0px 24px;
    }
    .login-form {
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding: 20px 50px;
      position: relative;
      background-color: rgba(255, 255, 255, 0);
      z-index: 2;
      border-radius: 8px;
      top: 50%;
      transform: translateY(-50%);
    }

  .image-container {
    position: relative;
    z-index: 1;
  }

  .image-container img {
    width: 120%;
    height: 100vh;
    object-fit: cover;
    padding: 10px;
    border-radius: 16px;
  }
.info-box h3{
  font-family: Quicksand;
  font-size: 16px !important;
  font-weight: 600;
  line-height: 24px;
  color: #2C1B5A;  
  margin-top: 8px;
}
.info-box p{
  font-family: Quicksand;
  font-size:  12px !important;
  font-weight: 500;
  line-height: 18px;  
  color: #878787;  
}
.info-box{
  border-radius: 8px;
  padding: 8px;
}
  @media (max-width: 991px) {
    .login-container {
      background: url('../images/banner/mobile_login_bg.png') no-repeat center center;
      background-size: cover;
      min-height: 242px; /* Set height to 242px in mobile view */
      flex-direction: column;
      align-items: center;
    }

    .logo {
      position: absolute;
      top: 0;
      left: 50%;
      transform: translate(-50%, 50%);
      font-size: 2rem;
      z-index: 3;
      
    }
   

    .login-form {
      background-color: rgba(255, 255, 255, 0.8);
      padding: 40px;
      width: 90%;
      z-index: 2;
      margin-top: 20px;
      position: relative;
    }

    #closeInfoBox {
      /* display: initial !important; */
      justify-content: end;
      display: flex;
    }
  }
.login-form h2{
  font-family: Quicksand;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  color: #2C1B5A;  
}
.login-form p{
  font-family: Quicksand;
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;  
  color: #9C98A9;  
}
    /* Info Box Styling */
    .info-box {
      display: none;
      position: absolute;
      background-color: #fff;
      border: 1px solid #ddd;
      padding: 10px;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
      z-index: 10;
      width: 200px;
      /* top: -128%; */
      left: 100%;
      margin-left: 10px;
      bottom: 42px !important;
      /* right: 35px !important; */
      left: -201px !important;
      /* top: -164px; */
    }

    .info-container {
      position: relative;
      display: inline-block;
      font-family: Quicksand;
      font-size: 20px;
      font-weight: 600;
      line-height: 25px;
      text-align: left;
      color: #9C98A9;      
    }

    .info-box.show {
      display: block;
    }
.login-form label{
  font-family: Quicksand;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  color: #2C1B5A;  
}
.login-form input{
  border-radius: 8px;
  font-family: Quicksand;
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
  color: #2C1B5A;  
  padding: 11.5px 24px;
  border: 1px solid #4D308E;
  margin-top: 16px;
}
.form_button {
  font-family: Quicksand;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  color: #FFFFFF;
  background-color: #0f1f5c;
  border-radius: 50px;
  padding: 14px 0px;
  border: none;
  margin-top: 40px;
  transition: all .3s linear;
}
.form_extra_code{
  font-family: Quicksand;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  color: #4D308E; 
  background-color: #4D308E1A; 
  border-radius: 50px;
  padding: 14px 0px;
  border: none;
  text-align: center;
  text-decoration: none;
  margin-top: 24px;
}
.form_button:hover{
  background-color: #a9a9a9;
  color: #ffffff;
}
.form_extra_code:hover{
  background-color: #a9a9a9;
  color: #ffffff;
}
#closeInfoBox{
  display: none;
}
    /* Mobile view styling */
    @media (max-width: 768px) {
      .info-box {
        display: none;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        margin: 0;
        padding: 15px;
        border: none;
        border-top: 1px solid #ddd;
        box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.2);
        z-index: 1000;
      }

      .info-box.show {
        display: block;
      }
      #closeInfoBox{
        display: initial !important;
      }
    }
    .login-form p a{
      font-family: Quicksand;
      font-size: 20px;
      font-weight: 600;
      line-height: 25px;
      color: #4D308E;
      text-decoration: none;
    }
    .login-form form{
      margin-top: 40px;
    }
    .iti {
      position: relative;
      display: inline-block;
      width: 100%;
    }
    .errors{
      font-family: Quicksand;
      font-size: 16px !important;
      font-weight: 600;
      line-height: 20px;
      text-align: left;
  color: #EF3A5D !important;      
    }
    .otp-input {
      display: flex;
      justify-content: start;
      margin-bottom: 1rem;
  }
  .otp-input input {
      width: 40px;
      height: 40px;
      margin: 0 5px;
      text-align: center;
      font-size: 1.2rem;
      border: 1.5px solid #DDDDDD;
      border-radius: 4px;
      background-color: #FFFFFF;
      color: #000000;
      padding: 0px !important;
  }
  .otp-input input::-webkit-outer-spin-button,
  .otp-input input::-webkit-inner-spin-button {
      -webkit-appearance: none;
      margin: 0;
  }
  .otp-input input[type=number] {
      -moz-appearance: textfield;
  }
  .resent{
    font-family: Quicksand;
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    text-align: left;
color: #9C98A9;    
  }
  .resent{
    font-family: Quicksand;
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    text-align: left;
color: #6B7280;    
  }
  .list-unstyled li p{
    font-family: Quicksand;
font-size:  16px !important;
font-weight: 600;
line-height: 20px;
text-align: left;
/* color: #009634; */
  }
  .row_w_100 {
    width: 100%;
  }
  .mtnai .progress {
    height: 6px;
    width: 80%;
    margin-top: 10px;
}

.mtnai .progress-bar {
    background-color: #009634;
}

.mtnai .form-horizontal {
    padding: 25px 20px;
    border: 1px solid #eee;
    border-radius: 5px;
}

.mtnai .form-group {
    position: relative;
}

.mtnai .form-control {
    padding-right: 40px; /* Ensure space for the eye icon */
}

/* Adjusted to show the eye icon in the correct position */
.mtnai .password-toggle {
position: absolute;
right: 10px;
top: 62%;
transform: translateY(-50%);
cursor: pointer;
display: none;
}

.mtnai .password-toggle i {
    font-size: 20px;
    color: #9C98A9;
}

.mtnai  .form-group.active .password-toggle {
    display: inline-block;
}

.mtnai  .form-group input:focus + .password-toggle {
    display: inline-block;
}

/* Prevent the icon from shifting to another line */
.mtnai .form-group {
    display: flex;
    align-items: center;
}
.mtnai .login-form {
display: flex;
flex-direction: column;
justify-content: center;
padding: 20px 50px;
position: relative;
background-color: rgba(255, 255, 255, 0);
z-index: 2;
border-radius: 8px;
top: 60% !important;
transform: translateY(-50%);
}
.mtnai .kpp  {
font-size: 16px !important;
}

.form-group {
  display: block;
  margin-bottom: 15px;
}

.form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.form-group label {
  position: relative;
  cursor: pointer;
}

.form-group label:before {
  content:'';
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #DDDDDD;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
}

.form-group input:checked + label::after {
	content: '';
	display: block;
	position: absolute;
	top: 6px;
	left: 9px;
	width: 6px;
	height: 14px;
	border: solid #2C1B5A;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}
/* 
========================================
============= Request To Book Page Css 
======================================== */
#request_area{
  margin-top: 32px;
}
.request_info h3{
  font-family: Quicksand;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  color: #2C1B5A;  
}
.request_info h4{
  font-family: Quicksand;
  font-size: 22px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: -0.2199999988079071px;
  color: #2C1B5A;  
}
.request_info p{
  font-family: Quicksand;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: #313131;  
}
.request_info p span{
  font-family: Quicksand;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  color: #313131;  
}
.request_info i {
	background-color: #ffffff;
	color: #2C1B5A;
	width: 40px;
	height: 40px;
	padding: 12px 0px 0px 13px;
	border-radius: 100px;
  margin-right: 8px;
  margin-bottom: 24px;
  cursor: pointer;
}
.request_info a{
  font-family: Quicksand;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  color: #4D308E;  
  text-decoration: none;
}
.request_info .my_line{
 width: 100%;
 height: 1px;
 background-color: #DDDDDD;
 margin: 24px 0px;
}
.request_info ul li{
  font-family: Quicksand;
  font-size: 15.63px;
  font-weight: 500;
  line-height: 20px;
  text-align: left;
  color: #313131;  
}
.request_info ul{
padding-left: 25px !important; 
}
.request_info .cardmy .img_bg_here {
	width: 48px !important;
	height: 48px !important;
	background-color: #4D308E1A;
	border-radius: 100px;
	display: block;
	padding: 9px 20px 10px 12px;
  margin-right: 16px;
}
.request_info .cardmy .img_bg_here img{
  width: 24px;
  height: 24px;
  /* padding: 10px 10px 10px 10px; */
}
.request_info p.copyri , .request_info p.copyri a{
  font-family: Quicksand;
font-size: 12px;
font-weight: 500;
line-height: 16px;
text-align: left;
color: #313131;
}
.request_info{
  padding-right: 20px;
}

.card_request_book .box_area .img_bg {
	background-color: #4e308e1e;
	border-radius: 50px;
	padding: 18px 19px;
	width: 72px;
	height: 72px;
	margin-right: 16px;
}
.card_request_book .box_area_text h4 {
	font-family: Quicksand;
	font-size: 16px;
	font-weight: 500;
	line-height: 20px;
	color: #878787;
  margin-bottom: 0;
}
.card_request_book .box_area h3 {
	font-family: Quicksand;
	font-size: 20px;
	font-weight: 600;
	line-height: 25px;
	color: #2C1B5A;
	margin-top: 22px;
  margin-bottom: 0;
}
.card_request_book .box_area_text p {
	font-family: Quicksand;
	font-size: 16px;
	font-weight: 500;
	line-height: 20px;
	color: #878787;
}
.card_request_book .your_pay_mode p{
  font-family: Quicksand;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.71px;
  text-align: left;
  color: #878787;
}
.your_pay_mode{
  margin-top: 40px;
}
.card_request_book .your_pay_mode img{
 height: 19px;
 width: auto;
 margin-left: 4px;
}
.card_request_book{
  padding: 32px;
  background-color: #ffffff;
  border-radius: 16px;
  border: 1px solid #FCFCFD;
}
.card_request_book .my_line{
  width: 100%;
  height: 1px;
  background-color: #DDDDDD;
  margin: 24px 0px;
 }
.card_request_book h3{
  font-family: Quicksand;
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
  text-align: left;
  color: #222222;  
  margin-bottom: 24px;
 }
.card_request_book p{
  font-family: Quicksand;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;  
  color: #878787;  
  margin-bottom: 16px;
 }
.card_request_book p.t_prize_text{
  font-family: Quicksand;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;  
  color: #878787;  
  margin-bottom: 16px;
 }
.card_request_book span{
  font-family: Quicksand;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;    
  color: #313131;  
 }
.card_request_book span.t_prize{
  font-family: Quicksand;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;    
  color: #313131;  
 }
.card_request_book button{
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 600;
  line-height: 19.5px;
  color: #ffffff; 
  padding: 14px 0px;
  background-color: #4D308E; 
  border-radius: 100px;
  width: 100%;
  border: none;
  margin-top: 24px;
 }
 .fa-bars{
  color: #4D308E;
  margin-right: 5px;
  font-size: 20px;
  cursor: pointer;
 }
 .pay_button_mobile{
  display: none;
  /* border: 1px  #EDEDED; */
 }
 .success_prize{
  margin-top: 170px;
 }
 .success_prize h3{
  font-family: Quicksand;
  font-size: 32px;
  font-weight: 600;
  line-height: 38.4px;
  color: #313131; 
  margin-bottom: 0px; 
 }
 .success_prize h4{
  font-family: Quicksand;
font-size: 20px;
font-weight: 500;
line-height: 30px;
  color: #878787; 
  margin-bottom: 0px; 
 }
 .card_request_book a {
	font-family: Montserrat;
	font-size: 16px;
	font-weight: 600;
	line-height: 19.5px;
	color: #ffffff;
	padding: 14px 0px;
	background-color: #4D308E;
	border-radius: 100px;
	width: 100%;
	border: none;
	margin-top: 24px;
  text-decoration: none;
  text-align: center;
  margin: 32px 8px 0px 8px;
}
.card_request_book a.download_button {
	font-family: Montserrat;
	font-size: 16px;
	font-weight: 600;
	line-height: 19.5px;
	color: #4D308E;
	padding: 14px 0px;
	background-color: #4D308E1A;
	border-radius: 100px;
	width: 100%;
	border: none;
	margin-top: 24px;
  text-decoration: none;
  text-align: center;
  margin: 32px 8px 0px 8px;
}
.close_button i{
  position: absolute;
  left: 24px;
  top: 24px;
  font-size: 24px;
  background-color: #F4F2F7;
  border-radius: 100px;
  padding: 10px;
  cursor: pointer;
  color: #2C1B5A;
}
.booing_status h3{
  font-family: Quicksand;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  text-align: left;
  color: #2C1B5A;
  margin-top: 32px;
}
.booing_status .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	color: #495057;
	background-color: #ffffff00;
	border-color: #dee2e6 #dee2e6 #fff;
}
.booking_status_card{
  padding: 24px 32px;
  margin-top: 24px;
  background-color: #ffffff;
  border-radius: 16px;
}
.booking_status_name h3{
  font-family: Quicksand;
  font-size: 40px;
  font-weight: 600;
  line-height: 50px;
  text-align: left;
  color: #2C1B5A; 
  margin-top: 0px;
  margin-bottom: 0px; 
} 
.booking_status_name p{
  font-family: Quicksand;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
  text-align: left;
  color: #878787;   
  margin-top: 0px;
  margin-bottom: 0px; 
} 
.my_imgg_bg{
  width: 72px;
  height: 72px;
  background-color: #EDEAF4;
  border-radius: 100px;
}
.my_imgg_bg img {
	width: 36px;
	height: 36px;
	margin: 18px 0px 0px 18px;
}
/* ========== Booking Css End ==  */
/* ========== Home Page Css Start ==  */
/* Hide mobile table by default (visible only in mobile screens) */
.mobile-table {
  display: none;
}

/* Desktop table visible on larger screens */
.desktop-table th, .desktop-table td {
  padding: 1rem;
  text-align: left;
}

/* Show mobile table only on screens less than 768px wide */
@media (max-width: 767px) {
  .desktop-table {
      display: none;
  }
  .mobile_view_hidden{
    display: none !important;
  }

  .mobile-table {
      display: block;
      border: 1px solid #ddd;
      margin-bottom: 1rem;
  }

  .mobile-table td {
      display: block;
      text-align: left;
      padding: 0.5rem;
      position: relative;
      border: none;
  }

  /* Add labels for each cell on mobile */
  .mobile-table td::before {
      content: attr(data-label);
      font-weight: bold;
      margin-right: 10px;
      display: inline-block;
      width: 45%;
  }

  /* Mobile-specific adjustments for the first line and status */
  .booking-details {
      font-weight: bold;
      display: flex;
      justify-content: space-between;
  }

  .btn-action {
      width: 100%;
  }
}
.table-responsive {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	margin-top: 16px;
}
.table-bordered > :not(caption) > * > * {
	border-width: 0 0px;
}
.desktop-table {
	background-color: #ffffff;
	padding: 0px 0px;
	border-radius: 8px;
	margin-bottom: 100px;
}
.my_bg_color{
  background-color: #EDEAF4;
  border-radius: 12px 12px 0 0; 
}
.my_bg_color th{
  font-family: Quicksand;
  font-size: 14px;
  font-weight: 600;
  line-height: 19.6px;
  color: #2C1B5A; 
  border-radius: 8px; 
}

.desktop-table table{
  border-radius: 8px !important;

}
#booking-table-body td{
  font-family: Quicksand;
  font-size: 14px;
  font-weight: 500;
  line-height: 19.6px;
  color: #2C1B5A !important;  
}
#booking-table-body .pending_status{
  font-family: Quicksand;
  font-size: 12px;
  font-weight: 500;
  line-height: 15px;
  letter-spacing: -0.02em;
  color: #FF6600 !important;
  padding: 4.5px 8px;
  background-color: #FF66001A;
  border-radius: 16px;
}
.pending_status{
  font-family: Quicksand;
  font-size: 12px;
  font-weight: 500;
  line-height: 15px;
  letter-spacing: -0.02em;
  color: #FF6600 !important;
  padding: 4.5px 8px;
  background-color: #FF66001A;
  border-radius: 16px;
}
#booking-table-body .upcoming_status{
  font-family: Quicksand;
  font-size: 12px;
  font-weight: 500;
  line-height: 15px;
  letter-spacing: -0.02em;
  color: #2196F3 !important;
  padding: 4.5px 8px;
  background-color: #2196F31A;
  border-radius: 16px;
}
.upcoming_status{
  font-family: Quicksand;
  font-size: 12px;
  font-weight: 500;
  line-height: 15px;
  letter-spacing: -0.02em;
  color: #2196F3 !important;
  padding: 4.5px 8px;
  background-color: #2196F31A;
  border-radius: 16px;
}
#booking-table-body .completed_status{
  font-family: Quicksand;
  font-size: 12px;
  font-weight: 500;
  line-height: 15px;
  letter-spacing: -0.02em;
  color: #4CAF50 !important;
  padding: 4.5px 8px;
  background-color: #4CAF501A;
  border-radius: 16px;
}
.completed_status{
  font-family: Quicksand;
  font-size: 12px;
  font-weight: 500;
  line-height: 15px;
  letter-spacing: -0.02em;
  color: #4CAF50 !important;
  padding: 4.5px 8px;
  background-color: #4CAF501A;
  border-radius: 16px;
}
#booking-table-body .canceled_status{
  font-family: Quicksand;
  font-size: 12px;
  font-weight: 500;
  line-height: 15px;
  letter-spacing: -0.02em;
  color: #EF3A5D !important;
  padding: 4.5px 8px;
  background-color: #FDEBEF;
  border-radius: 16px;
}
.canceled_status{
  font-family: Quicksand;
  font-size: 12px;
  font-weight: 500;
  line-height: 15px;
  letter-spacing: -0.02em;
  color: #EF3A5D !important;
  padding: 4.5px 8px;
  background-color: #FDEBEF;
  border-radius: 16px;
}
#booking-table-body .tr_delete_link{
  font-family: Quicksand;
  font-size: 12px;
  font-weight: 500;
  line-height: 15px;
  letter-spacing: -0.02em;
  color: #EF3A5D !important;
  padding: 4.5px 8px;
  background-color: #FDEBEF;
  border-radius: 16px;
  text-decoration: none;
}
.tr_delete_link{
  font-family: Quicksand;
  font-size: 12px;
  font-weight: 500;
  line-height: 15px;
  letter-spacing: -0.02em;
  color: #EF3A5D !important;
  padding: 4.5px 8px;
  background-color: #FDEBEF;
  border-radius: 16px;
  text-decoration: none;
}
.tr_pay_link{
  font-family: Quicksand;
  font-size: 12px;
  font-weight: 500;
  line-height: 15px;
  letter-spacing: -0.02em;
  color: #ffffff !important;
  padding: 4.5px 8px;
  background-color: #4D308E;
  border-radius: 16px;
  text-decoration: none;
}
.upcoming_status{
  font-family: Quicksand;
  font-size: 12px;
  font-weight: 500;
  line-height: 15px;
  letter-spacing: -0.02em;
  color: #2196F3 !important;
  padding: 4.5px 8px;
  background-color: #2196F31A;
  border-radius: 16px;
}
.show-entries{
  font-family: Quicksand;
  font-size: 14px;
  font-weight: 500;
  line-height: 17.5px;
  letter-spacing: -0.02em;
  color: #747E8A;  
  padding-left: 1rem;

}
.form-select:focus {
	border-color: #86b7fe;
	outline: 0;
	box-shadow: 0 0 0 0 rgba(13, 109, 253, 0);
}
.disabled .pagenet {
  color: #AEB6BF;
}
.pagenet {
	padding: 3px 20px;
	color: #2C1B5A;
	cursor: pointer;
	font-size: 24px;
	margin-top: -7px;
}
.page-link{
  font-family: Quicksand;
  font-size: 14px;
  font-weight: 500;
  line-height: 17.5px;
  letter-spacing: -0.02em;
  color: #AEB6BF;  
  border: none;
  margin: 0px 3px;
}
.active .page-link{
  
}
.page-item.active .page-link {
	font-family: Quicksand;
  font-size: 14px;
  font-weight: 500;
  line-height: 17.5px;
  letter-spacing: -0.02em;
  color: #000000;  
  border: 1px solid #EAECF0;
  margin: 0px 3px;
  border-radius: 8px;
  background-color: transparent;
  margin-top: 7px;
}
button.page-link{
  margin-top: 7px;
}
#current-page{
  font-size: 14px;
}





.custom-select {
  display: inline-block;
  width: 100%;
}

.select-items div {
  padding: 10px;
  border-bottom: 1px solid #ddd;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.select-items div:hover {
  background-color: #ddd;
}
.select-items .fa-check {
  display: none;
  color: green;
  margin-right: 10px;
}
.select-items .active .fa-check{
  display: initial;
  color: #2C1B5A;
  margin-right: 10px;
}
.select-items .selected .fa-check {
  display: inline;
}

.popupdorsoft {
	/* display: none; */
	position: absolute;
	background-color: #fff;
	border: 1px solid #ddd;
	/* border-radius: 4px; */
	width: 200px;
	box-shadow: 0 8px 16px rgba(0,0,0,0.2);
	z-index: 99;
	/* left: -141%; */
	/* top: -6px; */
	border-radius: 10px;
	right: 0;
}
.select-items div.selected {
	padding: 10px;
	border-bottom: 1px solid #dddddd00;
	cursor: pointer;
	display: flex;
	align-items: center;
  background-color: #EEEBF5;
  font-family: Quicksand;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.5px;
  color: #2C1B5A;  
  margin-left: 0px !important;
}
.select-items div {
	padding: 10px;
	border-bottom: 1px solid #dddddd00;
	cursor: pointer;
	display: flex;
	align-items: center;
	background-color: #ffffff;
	font-family: Quicksand;
	font-size: 14px;
	font-weight: 500;
	line-height: 24px;
	letter-spacing: 0.5px;
	color: #2C1B5A;
	padding-left: 35px;
}
.soft_collam{
  text-align: end;
}
.filter_button_area button{
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 600;
  line-height: 14.63px;
  color: #4D308E;  
  border-radius: 58px;
  padding: 12px 20px;
  background-color: #FFFFFF;
  border: none;
  margin-right: 6px;
  margin-top: 12px;
  margin-bottom: 12px;
}
.filter_button_area button:hover{
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 600;
  line-height: 14.63px;
  color: #4D308E;  
  border-radius: 58px;
  padding: 12px 20px;
  background-color: #EEEBF5;
  border: none;
  margin-right: 6px;
}
.data_table{
  margin-top: 48px;
}
.booking-details .titlestatus{
  font-family: Quicksand;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  text-align: left;
  color: #000000;  
}
.mobile-table{
  border-radius: 8px;
  border: 1px solid #FCFCFD;
  padding: 16px 16px;
  background-color: #FFFFFF;
}
.datetarik{
  margin-top: 21px;
}
.datetarik h3{
  font-family: Quicksand;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  text-align: center;
  color: #4D308E;  
  margin-bottom: 0px;
}
.datetarik i {
	font-size: 16px;
	background: #4D308E1A;
	padding: 9px;
	color: #4D308E;
	border-radius: 100px;
}
.datetarik p {
  font-family: Quicksand;
  font-size: 12px;
  font-weight: 500;
  line-height: 15px;
  color: #878787;
  margin-top: 4px;
}
.titlestatus2{
  font-family: Quicksand;
  font-size: 12px;
  font-weight: 500;
  line-height: 15px;
  color:#878787;
}
.titlestatus22{
  font-family: Quicksand;
  font-size: 14px;
  font-weight: 500;
  line-height: 15px;
  color:#878787;
}
.titlestatus2prize{
  font-family: Quicksand;
  font-size: 18px;
  font-weight: 700;
  line-height: 22.5px;
  color: #4D308E;  
}



.popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
  background-color: #fff;
  border: 1px solid #ccc;
  z-index: 100;
}
.popup.active {
  display: block;
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  display: none;
  z-index: 99;
}
.overlay.active {
  display: block;
}
.form-group {
  margin-bottom: 20px;
}

.slider-container {
  text-align: center;
}

.slider {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 10px 0;
}

.slider-range {
  display: flex;
  position: relative;
  width: 100%;
  height: 8px; /* Height of the slider track */
  background-color: #ddd;
  border-radius: 5px;
}

input[type="range"] {
  position: absolute;
  width: 100%;
  height: 8px;
  background-color: transparent; /* Transparent to prevent overlap */
  appearance: none;
}

input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #4D308E;
  cursor: pointer;
  margin-top: -6px; /* Bring the thumb over the track */
}

input[type="range"]::-moz-range-thumb {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #4D308E;
  cursor: pointer;
  margin-top: -6px; /* Bring the thumb over the track */
}

.range-labels {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 5px;
}

.manual-inputs {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}

.manual-inputs input[type="number"] {
  width: 80px;
  padding: 5px;
  margin: 0 5px;
}

.date-picker-wrapper {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
}

.date-picker-wrapper .icon {
  padding: 10px;
  background-color: #eee;
  cursor: pointer;
}

#date-input {
  padding: 10px;
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 4px;
  cursor: pointer;
}

.calendar-popup {
  position: absolute;
  top: 50px;
  left: 0;
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 10px;
  z-index: 10;
}

.hidden {
  display: none;
}

.calendar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.nav-icon {
  cursor: pointer;
  padding: 5px;
  font-size: 18px;
  user-select: none;
}

#calendar {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-gap: 5px;
}

#calendar div {
  text-align: center;
  padding: 10px;
}

#calendar div:hover {
  background-color: #f0f0f0;
  cursor: pointer;
}

#calendar .selected {
  background-color: #007BFF;
  color: white;
  border-radius: 50%;
}

.calendar-header #month-name {
  font-size: 16px;
  font-weight: bold;
}
#mainForm {
	/* bottom: 0px; */
	width: 100%;
	width: 350px !important;
	top: 70px !important;
	/* bottom: -1% !important; */
	position: absolute;
	left: -150%;
  border-radius: 10px;
  border: none;
  display: none;
}
.date-picker-wrapper i{
  position: absolute;
  left: 10px;
  color: #9C98A9;
}
.date-picker-wrapper input{
  padding-left: 30px !important;
  width: 100%;
  border: 1px solid #DDDDDD;
  border-radius: 8px;
  color: #9C98A9;
}
.range_title{
  font-family: Quicksand;
font-size: 14px;
font-weight: 700;
line-height: 24px;
letter-spacing: 0.5px;
text-align: left;
color: #4D308E;
margin-bottom: 0px;
}
.range-labels label{
  font-family: Roboto;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.5px;
  color: #878787;  
}
input[type="range"] {
	position: absolute;
	width: 100%;
	height: 5px;
  border-radius: 8px;
	background-color: #4D308E4D !important;
	appearance: none;
}
.manual-inputs label{
  font-family: Quicksand;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  text-align: left;
  color: #313131;  
}
.position_card{
  margin: 0px 5px;
}
.position_card p {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	font-family: Quicksand;
	font-size: 12px;
	font-weight: 600;
	line-height: 24px;
	letter-spacing: 0.5px;
	color: #878787;
	border-left: 1px solid #E6E8EC;
	padding: 12px;
}
.position_card input{
  border-radius: 8px;
  border: 1px solid #E6E8EC;
  padding: 12px 16px;
  font-family: Quicksand;
  font-size: 12px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.5px;
  color: #878787;
}
.filter_form_button .submit{
  font-family: Quicksand;
font-size: 14px;
font-weight: 600;
line-height: 24px;
letter-spacing: 0.5px;
padding: 12px 0px;
background-color: #4D308E;
color: #FFFFFF;
}
.filter_form_button .reset{
  font-family: Quicksand;
font-size: 14px;
font-weight: 600;
line-height: 24px;
letter-spacing: 0.5px;
padding: 12px 0px;
background-color: #EDEAF4;
color: #4D308E;
}
.my_line{
  height: 1.5px;
  background-color: #E6E8EC;
  width: 100%;
  margin: 16px 0px;
}
.card-header , card{
  background-color: #FFFFFF;
}
.card{
  border-radius: 10px;
  border: none;
  z-index: 99 !important;
}
.card-header h3{
  font-family: Quicksand;
font-size: 16px;
font-weight: 700;
line-height: 20px;
text-align: left;
color: #4D308E;
padding-top: 10px;
}
.dis_not_pay{
  color: #4D308E66 !important;
}
.selectable-div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  border: 2px solid #ccc;
  border-radius: 5px;
  margin-bottom: 10px;
  cursor: pointer;
}

.selected {
  border-color: #007bff;
  background-color: #f0f8ff;
}

input[type="radio"] {
  display: none;
}

input[type="radio"]:checked + label .selectable-div {
  /* border-color: #007bff; */
  background-color: #ffffff;
  border: 1px solid #4D308E;
}
.checkmark {
	display: inline-block;
	width: 20px !important;
	height: 20px !important;
	border-radius: 50%;
	border: 1px solid #D3D3D3;
	text-align: center;
	line-height: 18px;
	color: white;
	font-weight: bold;
	font-size: 14px;
	margin-top: -78px;
}

input[type="radio"]:checked + label .checkmark {
  background-color: #4D308E;
  color: white;
}
.info_secect_box h3{
  font-family: Quicksand;
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
  text-align: left;
  color: #2C1B5A;  
}
.info_secect_box p{
  font-family: Quicksand;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;  
  color: #878787;  
}
.info_secect_box{
  width: 90%;
}
.selectable-div {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 16px;
  background-color: #ffffff;
	border-radius: 5px;
	margin-bottom: 10px;
	cursor: pointer;
  border: none;
}
.info_secect_box input{
  font-family: Quicksand;
  font-size: 12px;
  font-weight: 500;
  line-height: 15px;
  color: #5E5E5E;
  padding: 11px;
  width: 100%;
  height: 73px;
  border-radius: 8px;
  border: 1px solid #E9E9E9;
}
.call_center{
  border-radius: 16px;
  background-color: #EDE6FA;
  padding: 16px;
}
.call_center h3{
  font-family: Quicksand;
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
  text-align: left;
  color: #2C1B5A; 
  margin-left: 12px; 
}
.call_center p{
  font-family: Quicksand;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  margin-left: 12px;
  color: #2C1B5A;  
}
.call_center p span{
  font-family: Quicksand;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
  
  color: #2C1B5A;  
}
.call_center img {
	margin-top: -50px;
}
.call_center{
  margin-bottom: 50px;
}
.onon_div span{
  font-family: Quicksand;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.5px;  
  color: #878787;
}
.onon_div .kjh{
  font-family: Quicksand;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.5px;
  color: #313131; 
  margin-bottom: 0px; 
}

/* Container for the checkboxes */
.checkboxes {
  display: flex;
  gap: 10px;
}

/* Basic styles for the jholok elements */
.jholok {
  width: 16px;
  height: 16px;
  background-color: #EDEAF4;
  border-radius: 100px;
  position: relative;
  cursor: not-allowed; /* No interaction allowed */
  z-index: 9;
}

/* jholok when 'active' class is applied */
.jholok.active {
  background-color: #4D308E; /* Change the color for active checkboxes */
}

.jholok.active::after {
	content: '';
	position: absolute;
	width: 5px;
	height: 11px;
	border: solid white;
	border-width: 0 2px 2px 0;
	top: 1px;
	left: 6px;
	transform: rotate(45deg);
}
.jholok_paynow{
  font-family: Quicksand;
  font-size: 14px;
  font-weight: 500;
  line-height: 19.6px;
  text-align: left;
color: #2C1B5A;  
text-decoration: none;
}
.invoice_mobile_title h3{
  font-family: Quicksand;
  font-size: 14px;
  font-weight: 700;
  line-height: 17.5px;
  text-align: left;
color: #2C1B5A;  
}
.invoice_table_img{
  width: 48px;
  height: 48px;
  padding: 12px;
  background-color: #4D308E1A;
  border-radius: 100px;
}
.invoice_table_img img{
  width: 24px;
  height: 24px;
}
.invoice_mobile_title{
  margin-left: 16px;
  margin-top: 5px;
}
.mobilehid {
  display: none;
}
.mabile_desk_profile_manu {
	background-color: #ffffff7a;
	/* margin-top: 24px; */
	position: absolute;
	top: -70%;
	z-index: -9;
	width: 200px;
	right: -49%;
	z-index: 999 !important;
  border-radius: 10px;
}
.mabile_desk_profile_manu ul{
  background-color: #ffffff;
  margin-top: 9px;
  list-style-type: none;
  margin-left: 7px;
  margin-right: 7px;
  padding-left: 0px;
  padding: 16px;
  border-radius: 10px;
}
.mabile_desk_profile_manu ul li a{
  font-family: Quicksand;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.5px;
  text-align: left;
color: #2C1B5A;  
text-decoration: none;
padding-left: 10px;
}
.manu_profile{
  padding: 3px 0px 3px 15px;
  border-radius: 100px;
  cursor: pointer;
}
.manu_profile_m{
  padding: 3px 0px 3px 15px;
  border-radius: 100px;
  cursor: pointer;
}
.mabile_desk_profile_manu ul li{
  padding: 10px 0px;
}
.mabile_desk_profile_manu ul li.centerr{
  border-bottom: 1.5px solid #E6E8EC;
  border-top: 1.5px solid #E6E8EC;
}
.mabile_desk_profile_manu ul li a.logout{
  font-family: Quicksand;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.5px;
  text-align: left;
color: #EF3A5D;  
text-decoration: none;
}
.manu_profile i, .manu_profile img{
  position: relative;
  z-index: 9999;
}
.manu_profile_m i, .manu_profile_m img{
  position: relative;
  z-index: 9999;
}
.mabile_desk_profile_manu {
  display: none;
  z-index: 999;
  /* background-color: #EDEAF4; */
  /* Add any other styling you need */
}
.manu_profile.active {
	padding: 3px 0px 3px 15px;
	border-radius: 100px;
	cursor: pointer;
  background-color: #EDEAF4;
}
.manu_profile_m.active {
	padding: 3px 0px 3px 15px;
	border-radius: 100px;
	cursor: pointer;
  background-color: #EDEAF4;
}
.mabile_desk_profile_manu ul li:hover {
	background-color: #EDEAF4;
  border-radius: 8px;
}
.manu_profile_m.active .mabile_desk_profile_manu {
  display: block;
}
.mabile_desk_profile_manu img {
	height: 36px;
	margin-left: 5%;
	margin-top: 6%;
}
.mabile_desk_profile_manu i {
	background-color: #F4F2F7;
	color: #2C1B5A;
	font-size: 19px;
	margin-top: 5%;
	margin-right: 7%;
	padding: 10px 13px;
	border-radius: 100px;
}
.manu_profile.active .mabile_desk_profile_manu{
	display: initial;
}
.only_mobile_bottom{
  display: none;
}
.donwload_link{
  background-color: #4D308E1A !important;
  color: #4D308E !important;
}

.slider {
	position: relative;
	width: 100%;
	margin: 0px auto;
}

.range-labels {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

/* Styling the range inputs */
input[type="range"] {
  -webkit-appearance: none;
  width: 100%;
  background: transparent;
  position: absolute;
  top: 0;
  pointer-events: none; /* Prevents clicks on the track area */
}

input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #4D308E;
  position: relative;
  margin-top: 0px; /* Moves the thumb above the track */
  pointer-events: all; /* Ensures the thumb is clickable */
  cursor: pointer;
}

input[type="range"]::-moz-range-thumb {
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #4D308E;
  position: relative;
  margin-top: -35px; /* Moves the thumb above the track */
  pointer-events: all; /* Ensures the thumb is clickable */
  cursor: pointer;
}

.slider-range {
	position: relative;
	height: 6px;
}
.track {
	position: absolute;
	top: 0px;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: #ddd;
	border-radius: 2px;
	z-index: 1;
}

input[type="range"]:nth-child(2) {
  z-index: 2; /* Keeps the second thumb on top of the first */
}

input[type="range"]:nth-child(3) {
  z-index: 3; /* Keeps the first thumb on top of the second */
}

.profile_card{
  background-color: #ffffff;
  border-radius: 16px;
  border: 1px solid #FCFCFD;
  padding: 26px 24px;
}
.profile_card h3{
  font-family: Quicksand;
  font-size: 22px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: -0.2199999988079071px;
  text-align: left;
  color: #2C1C5A;  
  margin-top: 0px;
}
.profile_info span{
  font-family: Quicksand;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  text-align: left;
  color: #878787;  
}
.profile_info span{
  font-family: Quicksand;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;  
  color: #878787;  
}
.profile_info a{
  font-family: Quicksand;
  font-size: 14px;
  font-weight: 600;
  line-height: 17.5px;
  text-align: left;
  color: #4D308E;  
  text-decoration: none;
}
.profile_img{
  background-color: #ffffff;
  border-radius: 16px;
  border: 1px solid #FCFCFD;
  padding: 16px 24px;

}
.img_border{
  width: 128px;
  height: 128px;
}
.profile_images .edit_img{
  position: absolute;
  right: 0;
  bottom: 0;
}
.edit_img{
  background-color: #ffffff;
  width: 48px;
  height: 48px;
  border-radius: 1000px;
  
  cursor: pointer;
}
.edit_img img {
	padding: 13px 0px 0px 3px;
}
.profile_img  h3{
  font-family: Quicksand;
  font-size: 22px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: -0.2199999988079071px;
  color: #2C1C5A;  
  text-align: center;
  margin-top: 16px;
}
.profile_img  p{
  font-family: Quicksand;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: -0.2199999988079071px;  
  text-align: center;
  color: #878787;
}

.profiile_tab_card{
  background-color: #ffffff;
  border-radius: 16px;
  padding: 25px 16px;
}
.profiile_tab_card .sokhna_name h3{
  font-family: Quicksand;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  text-align: left;
color: #2C1B5A;       
margin-top: 0px;
}
.profiile_tab_card .sokhna_profile img{
 width: 80px;
 height: 80px;
}
.profiile_tab_card .sokhna_name span {
	font-family: Quicksand;
	font-size: 12px;
	font-weight: 500;
	line-height: 20px;
	color: #878787;
	padding: 2px 5px 2px 5px;
	background-color: #F7F5FA;
	margin-right: 4px;
	border-radius: 100px;
}
.profiile_tab_card .sokhan_label_items h4 {
	font-family: Quicksand;
	font-size: 16px;
	font-weight: 600;
	line-height: 17.75px;
	color: #374151;
}
.profiile_tab_card .sokhan_label_items p {
	font-family: Quicksand;
	font-size: 10px;
	font-weight: 500;
	line-height: 17.75px;
	color: #878787;
}
.profile_mr {
  padding-bottom: 73px;
}
.popup_card{
  padding: 30px 20px;
  border-radius: 8px;
  background-color: #ffffff;
}
.popup_card i{
  padding: 10px 14px;
  font-size: 25px;
  color: #2C1C5A;
  background-color: #2b1c5a57;
  border-radius: 100px;
}
.popup_card h3 {
	font-family: Quicksand;
	font-size: 24px;
	font-weight: 700;
	line-height: 30px;
	color: #2C1B5A;
  margin-top: 8px;
}
.popup_card p {
	font-family: Montserrat;
	font-size: 18px;
	font-weight: 500;
	line-height: 21.94px;
	color: #878787;
  padding-bottom: 10px !important;
}
.popup_card a {
	font-family: Montserrat;
	font-size: 16px;
	font-weight: 600;
	line-height: 19.5px;
	color: #FFFFFF;
	background-color: #4D308E;
	border-radius: 100px;
  text-decoration: none;
	padding: 14px 32px;
	border: none;
}
.popup_active{
  position: relative;

}
.popup_position .opacty_kom{
opacity: 1;
}
.popup_active .opacty_kom{
opacity: .4;
}
.popup_position .popup_card{
  display: none;
}
.popup_active .popup_card{
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 1 !important;
  z-index: 99999;
}
.popupmaintwo{
  display: none;
}
.active_popup{
  display: block;
  position: absolute;
  left: 50%;
  top: 3%;
  transform: translateX(-50%);
  width: 100%;
}
/*--- /.price-range-slider ---*/
/* ========== Home Page Css End ==  */
/* ========== Navbar Css End ==  */
/* ========== Design Css START ==  */

/* ========== Design Css End ==  */
