@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Open+Sans:wght@300;400;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Kaushan+Script&family=Open+Sans:wght@300;400;600;700&display=swap");

:root {
  --primary-color: #1e1e1e;
  scroll-behavior: smooth;
}

body {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 600px;
}

.mandatory{
  color: #ce0b0b;
}

.pointer{
  cursor: pointer;
}

.get-btn a {
  color: white !important;
}

a {
  color: var(--primary-color) !important;
  text-decoration: none !important;
}

.ms-8 {
  margin-left: 8%;
}

.me-8 {
  margin-right: 8%;
}



.modal_color{
background-color: #c3c3c3;
}
.modal_title_text{
color: var(--black-80, rgba(0, 0, 0, 0.80));
font-family: Inter;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 24px; /* 150% */
}
.modal_text{
  color:#4e4e4e;
}


.get-btn {
  min-width: 128px;
  height: 36px;
  border-radius: 10px;
  color: white !important;
  background: #058BAA;
  border: 0;
  font-weight: 500px;
  font-size: 16px;
  line-height: 24px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 8px 14px;

}


@media (min-width: 768px) and (max-width: 1199.98px) {
  .get-btn {
    min-width: 50px;
    height: 36px;
    font-size: 10px;
    padding: 5px 5px;

  }

  .normal-btn {
    font-size: 12px;
  }


}

.card {
  min-width: 206px;
  min-height: 100px;
  border: none;
  border-radius: 20px;
 background: var(--white-white, #FFF);
}

.color-1 {
  background-color: #DEE8F6;
}

.color-2 {
  background-color: #E5DEF4;
}

.color-3 {
  background-color: #EFE9CC;
}

.color-4 {
  background-color: #D9F6D7;
}

.color-5 {
  background-color: #FEE7E7;
}
.color-6 {
  background-color: #fefee7;
}
.color-7 {
  background-color: #f7e7fe;
}
.color-8 {
  background-color: #fef9e7cf;
}

.color-1 .card-title {
  color: #32586D !important;
}

.color-1 .card-text {
  color: #32586D !important;
}

.color-2 .card-title {
  color: #4A4164 !important;
}

.color-2 .card-text {
  color: #4A4164 !important;
}

.color-3 .card-title {
  color: #74652E !important;
}

.color-3 .card-text {
  color: #74652E !important;
}

.color-4 .card-title {
  color: #597454 !important;
}

.color-4 .card-text {
  color: #597454 !important;
}

.color-5 .card-title {
  color: #894949 !important;
}

.color-5 .card-text {
  color: #894949 !important;
}


.modal_glass_color{
  background: rgba(255, 255, 255, 0.77)!important;
  backdrop-filter: blur(15px)!important;
}


/* for date range  */

input {
  padding: 10px 15px !important;
  border: 1px solid #4e4e4e !important;
  border-radius: 4px !important;
  box-sizing: border-box;
  background-color: transparent!important;
  font-size: 16px !important;
  letter-spacing: 1px;
  position: relative;
  width: 100%;
}

input:focus {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 1px solid #FFA000 !important;
  outline-width: 0;
}

.daterangepicker {
  background-color: #fff;
  border-radius: 0 !important;
  align-content: center !important;
  padding: 0 !important;
}

/*Weekday Heading*/
thead tr:nth-child(2) {
  color: #BDBDBD !important;
}

tbody tr td {
  padding: 5px 7px !important;
}

.month {
  font-size: 16px !important;
  padding-bottom: 10px !important;
  padding-top: 10px !important;
}

.start-date,
.end-date {
  border-radius: 0px !important;
}

.available:hover {
  border-radius: 0px !important;
}

.off {
  color: #EEEEEE !important;
}

.off:hover {
  background-color: #EEEEEE !important;
  color: #fff !important;
}

.drp-buttons {
  display: none !important;
}


.i-circle {
  display: inline-block;

  color: #fff;
  border-radius: 50%;
  font-size: 22px;
  line-height: 30px;
  /* set to same size as width, height */
  width: 35px;
  height: 35px;
  text-align: center;
}



.subscription {
  background-color: #058BAA33;
  color: #058BAA;
  padding: 5px;
  border-radius: 5px;

}

.subscription1 {
  background: rgba(217, 73, 73, 0.20);
  color: #D94949;
  padding: 5px;
  border-radius: 5px;
}

.light-color {
  color: rgba(0, 0, 0, 0.4);
}

.light-color1 {
  color: rgba(0, 0, 0, 0.8);
}

.light-black-color {
  color: rgba(0, 0, 0, 0.4);
  font-weight: 500;
  font-size: 12px;
  line-height: 24px;
}


.text-size-30 {
  font-size: 30px;
  line-height: 24px;
  font-weight: 500px;
}

.text-size-20 {
  font-size: 20px;
}

.btn:focus {
  outline: none !important;
  box-shadow: none !important;
}

.dropdown-position {

  transform: translate(-115px, 34px) !important;
}
.daterangepicker.show-calendar .drp-buttons {
  display: block!important;
}

/* Extra small devices(sm)  */
@media (min-width: 481px) and (max-width: 767px) {
 
  #main {
      padding: 20px;
      margin-left: 20px;
  }

  .get-btn {
      padding: 4px 4px;
      font-size: 12px;
  }
  .header {
    padding-left: 0px;
}

  .modal-content {
      left: 0%;
      top: 10%;
  }

  .ms-5 {
      margin-left: 16px !important;
  }

  .me-5 {
      margin-right: 16px !important;
  }

}

/* small tablets(md)  */
@media (min-width: 768px) and (max-width: 991px) {

  #main {
      padding: 20px;
      margin-left: 20px;
  }

  .get-btn {
      padding: 4px 4px;
      font-size: 12px;
  }

  .modal-content {
      left: 18%;
      top: 10%;
  }

  .ms-5 {
      margin-left: 16px !important;
  }

  .me-5 {
      margin-right: 16px !important;
  }

}

.loader {
  display: none;
  position: fixed;
  z-index: 100001;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, .5) url('../image/icon/layer_loader.gif') 50% 50% no-repeat;
}

.form-control {
  background-color: transparent !important;
  border: var(--bs-border-width) solid #5c5d5e !important;
}