.slider-desc-set {
  padding: 24px;
}

.slider-desc-set .chosen-container-single .chosen-single {
  border-radius: 0;
  display: inline-block;
}

.slider-desc-set .chosen-container-single .chosen-single span {
  background: url("../assets_new/svg/Drop down@1x.svg") no-repeat right;
  padding-right: 20px;
}

/* datepicker style */
.arriving-input-set {
  position: relative;
}

.bg-date {
  background-image: url("https://airportzostage.in/service-provider-dashboard/asset/img/calendar.svg");
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: 9px;
  padding: 0px;
  border: none;
  border-right: 1px solid #cec9c9;
  cursor: pointer;
  width: 46px;
  text-align: center;
  z-index: 1;
  height: 34px;
  margin: auto;
}

.arriving-input-set label {
  font: 12px/14px var(--font-default);
  color: rgba(0, 0, 0, 0.3);
  letter-spacing: -0.38px;
  white-space: nowrap;
  text-align: center;
  margin: 0;
  padding: 0;
}

.date-con {
  width: 145px;
}

.b-input {
  letter-spacing: -0.47px;
  color: rgba(0, 0, 0, 0.85);
  font: 15px/22px var(--font-secondary);
  width: 200px;
  border: none;
  border-radius: 0px;
  padding: 0px;
  background-color: transparent;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
}

.arriving-input-set:nth-child(3) {
  width: 12%;
}

.date-con-set {
  display: flex;
  justify-content: space-between;
}

.input-group {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 200px !important;
  height: 48px;
  border: 1px solid #b3b0b0;
  border-radius: 7px;
}

.dashboard-set {
  /* display: flex;
  margin-inline: auto;
  gap: 2%;
  row-gap: 24px;
  flex-wrap: wrap; */

  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 16px;
}

.dashboard-box {
  /* width: 32%; */
  /* min-width: 374px; */
  cursor: pointer;
  border-radius: 12px;
  overflow: hidden;
  object-fit: cover;
}

ul.month-booking-set {
  text-align: end;
}

.dashboard-box:nth-of-type(1) {
  background-color: #d4edc3;
}

.dashboard-box:nth-of-type(2) {
  background-color: #bee6ed;
}

.dashboard-box:nth-of-type(3) {
  background-color: #ede59c;
}

.dashboard-box-set {
  width: 90%;
  margin-inline: auto;
  margin: 1rem auto;
}

img.b-1 {
  width: 50px;
  height: 53px;
}

h5.total-bookin-tital {
  padding-bottom: 0.1rem;
  font-size: 16px;
}

h1.total-booking-count>span {}

.booking-set-1 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.booking-set-1:nth-child(1) {
  border-bottom: 2px solid rgba(0, 0, 0, 0.1) !important;
}

.booking-set-1:nth-child(2) {
  border-bottom: 2px solid rgba(0, 0, 0, 0.1) !important;
}

.booking-set {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 0px 39px 0px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1) !important;
}

.month-booking {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 13px 0px 0px 0px;
}

.rating-set {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 0px 13px 0px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1) !important;
}

.prograss-bar {
  width: 266px;
  height: 11px;
  background-color: #bfb249 !important;
  margin-bottom: 21px;
  margin-inline: auto;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}

.prograss-inner1 {
  width: 88%;
  height: 11px;
  background-color: white;
  left: 0;
  position: absolute;
  top: 0;
  /*animation: load1 3s normal forwards;*/
}

@keyframes load1 {
  0% {
    width: 0;
  }

  100% {
    width: 86%;
  }
}

.prograss-inner2 {
  width: 12%;
  height: 11px;
  background-color: white;
  left: 0;
  position: absolute;
  top: 0;
  /*animation: load2 3s normal forwards;*/
}

@keyframes load2 {
  0% {
    width: 0;
  }

  100% {
    width: 15%;
  }
}

.prograss-inner3 {
  width: 3%;
  height: 11px;
  background-color: white;
  left: 0;
  position: absolute;
  top: 0;
  /*animation: load3 3s normal forwards;*/
}

@keyframes load3 {
  0% {
    width: 0;
  }

  100% {
    width: 20%;
  }
}

.prograss-inner4 {
  width: 2%;
  height: 11px;
  background-color: white;
  left: 0;
  position: absolute;
  top: 0;
  /*animation: load4 3s normal forwards;*/
}

@keyframes load4 {
  0% {
    width: 0;
  }

  100% {
    width: 2%;
  }
}

.prograss-inner5 {
  width: 0%;
  height: 11px;
  background-color: white;
  left: 0;
  position: absolute;
  top: 0;
  /*animation: load5 3s normal forwards;*/
}

@keyframes load5 {
  0% {
    width: 0;
  }

  100% {
    width: 1%;
  }
}

li.month-cap {
  margin-bottom: 0.5rem;
}

li.booking-cap {
  margin-bottom: 0.5rem;
}

.rating-cust {
  color: black;
  font-size: 1rem;
}

/*  chart analytics section */
.booking-analytics-set {
  display: flex;
  margin-inline: auto;
  gap: 12px;
  padding-top: 20px;
}

.booking-overview {
  width: 66.3%;
  position: relative;
  border-radius: 5px;
  background-color: #ffff;
  padding: 10px 30px;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.popular-solt {
  width: 32%;
  position: relative;
  background-color: #ffff;
  margin-inline: auto;
  margin-right: 0px;
  border-radius: 12px;
  height: 455px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 0.5rem;
}

a.canvasjs-chart-credit {
  display: none !important;
}

.booking-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 19px;
  border-bottom: 1px solid #ded8d8;
  padding-bottom: 17px;
  margin-inline: auto;
  margin-top: 9px;
}

select.overview-left {
  border: none;
  background: transparent;
  outline: none;
}

.hide3 {
  width: 75px;
  height: 10px;
  background-color: #ffffff;
  position: absolute;
  bottom: 13px;
  right: 0;
}

.hide2 {
  width: 61px;
  height: 20px;
  background-color: white;
  position: absolute;
  bottom: 7px;
  right: 0;
}

img.b-3 {
  position: absolute;
  right: 0px;
  top: 0px;
}

.over-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
  border-bottom: 1px solid #ded8d8;
  padding-bottom: 16px;
  width: 98%;
  margin-inline: auto;
  padding-top: 7px;
}

/* view table */

.view-table-set {
  display: flex;
  justify-content: space-between;
  margin-inline: auto;
  gap: 2px;
  margin-top: 17px;
  margin-bottom: 40px;
}

.view-table-lefet {
  width: 58%;
  background-color: white;
  border-radius: 14px;
  border: 1px solid #d2d2d2;
  padding-top: 14px;
}

.view-table-rghit {
  width: 40%;
  background-color: white;
  border-radius: 14px;
  border: 1px solid #d2d2d2;
  padding-top: 14px;
}

.viwe-cont {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #e0dada;
}

.table-section-set {
  max-height: 350px;
  overflow: hidden;
  overflow-y: scroll;
}

.table-section-set table .lable-alert img {
  width: 24px;
  height: 24px;
}

table.td-style {
  width: 94%;
  margin-inline: auto;
}

.table-body-set>tr {
  border-bottom: 1px dashed #dbd3d3;
}

.lable-alert {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
}

td.hr-set {
  text-align: end;
}

small {
  color: #888888;
}

.bule-color {
  color: var(--clr-neutral-900);
}

.viwe-cont-lefet {
  display: flex;
  justify-content: space-between;
  width: 93%;
  margin-inline: auto;
  border-bottom: 1px solid #e0dada;
}

a {
  text-decoration: unset;
}

/* an style */
.center-single-line {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 13px;
}

.box1 {
  width: 87%;
  margin: auto;
}

.review-content-set {
  max-height: 350px;
  overflow: hidden;
  overflow-y: scroll;
}

.content1 {
  padding-top: 20px;
  padding-bottom: 17px;
}

.warron-bio1 {
  display: flex;
  gap: 10px;
  padding-bottom: 5px;
}

.warron-img img {
  width: 45px;
  aspect-ratio: 1;
  border-radius: 50%;
  object-fit: cover;
}

img.\@4-stars1 {
  width: 110px;
}

.center-point1 {
  display: flex;
  justify-content: space-between;
  padding-bottom: 5px;
}

.joi-date1 {
  padding-top: 22px;
  color: #b3adad;
}

p.font-letter1 {
  color: black;
}

.modal-body {
  background: white;
  height: 100vh;
}

/* ----
 */

/* modal-papop */

.modal-dialog {
  max-width: 98%;
  margin: 1.75rem auto;
}

div#exampleModalCenter {
  padding-right: 0px !important;
}

.modal-content {
  top: 26px;
  height: 100vh;
  border-radius: 2.3rem;
}

.dashboard-pop-set {
  width: 85%;
  margin-inline: auto;
  margin: 1rem auto;
}

.rating-pop-set {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 0px 13px 0px;
}

.month-booking-pop {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 13px 0px 0px 0px;
}

.dashboard-pop-box {
  width: 34%;
  min-width: 900px;
  border-radius: 12px;
  overflow: hidden;
  object-fit: cover;
}

.dashboard-pop-box:nth-of-type(1) {
  background-color: #ebe59c;
}

.dashboard-pop-box:nth-of-type(2) {
  background-color: #d4edc3;
}

.dashboard-pop-box:nth-of-type(3) {
  background-color: #ede59c;
}

.month-booking-pop {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 13px 0px 0px 0px;
  column-gap: 15px;
}

.modal-header {
  margin: auto;
  padding: 2rem 1rem;
  border-bottom: none;
}

.dashboard-pop-set {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

img.star-icon {
  width: 95px;
}

.right-side-pop {
  display: flex;
  column-gap: 25px;
}

span.month-booking-pop-count {
  font-family: sans-serif;
  font-weight: 800;
}

button.size {
  font-size: 45px;
  padding: 1rem 1rem;
  margin: -2rem -1rem -1rem auto !important;
}

/* pop-body */

.center-single-line {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 13px;
}

.line {
  border-bottom: 1px solid #dfdada;
  width: 87%;
}

.header {
  font-size: 18px;
  color: black;
  cursor: pointer;
  display: inline-flex;
}

.box {
  width: 50%;
  margin: auto;
}

.select__rating-list {
  background-color: #fff;
  border: none;
  float: right;
  margin-top: -10px;
  font-size: 15px;
}

.content {
  padding-top: 13px;
  margin-left: 60px;
  margin-right: 40px;
  padding-bottom: 30px;
}

.warron-bio {
  display: flex;
  gap: 10px;
  padding-bottom: 5px;
}

img.\@4-stars {
  width: 110px;
}

.center-point {
  display: flex;
  justify-content: space-between;
  padding-bottom: 5px;
}

.joi-date {
  padding-top: 22px;
  color: #b3adad;
}

p.font-letter {
  color: black;
}

.clint-name {}

h5.total-bookin-tital-pop {}

.modal-body {
  background: white;
  height: auto;
}

.modal-header .close {
  outline: none;
  border: none;
}

.table-body-set>tr>td {
  position: relative;
  padding: 12px 8px;
}

.p1 {
  position: absolute;
  top: 1px;
  left: 104px;
  margin-top: 0.5rem;
}

@media only screen and (max-width: 2560px) and (min-width: 1440px) {
  canvas#curveChart {
    height: 500px !important;
  }
}

@media (max-width: 1573px) {
  .dashboard-box {
    /* width: 42%; */
  }
}

@media (max-width: 1440px) {

  .prograss-bar {
    width: 190px;
  }

  canvas.canvasjs-chart-canvas {
    height: unset;
  }

  .p1 {
    left: 36px;
  }

  p.font-letter1 {
    font-size: 15px;
  }

  h1.total-booking-count>span {
    font-size: 37px;
  }
}

@media (max-width: 1200px) {

  /* .dashboard-box {
    min-width: 370px;
  }*/
  .prograss-bar {
    width: 190px;
  }

  .booking-analytics-set {
    width: 97%;
  }

  .view-table-set {
    width: 97%;
  }

  canvas.canvasjs-chart-canvas {
    height: unset;
  }

  .p1 {
    left: 10px;
    font-size: 12px;
  }

  p.font-letter1 {
    font-size: 12px;
  }

  h1.total-booking-count>span {
    font-size: 37px;
  }

  /* .dashboard-box:nth-of-type(3) {
    margin-left: 11rem;
  }*/

  .booking-overview {
    width: 99%;
    margin-inline: auto;
  }

  .booking-analytics-set {
    width: 89%;
    display: unset;
    margin-inline: auto;
    gap: 12px;
    padding-top: 20px;
  }

  .popular-solt {
    width: 99%;
  }
}

@media screen and (max-width: 1204px) {

  /*  .dashboard-box {
    min-width: 457px;
    margin: auto;
  }*/
  .prograss-bar {
    width: 270px;
  }

  .booking-analytics-set {
    width: 97%;
  }

  .view-table-set {
    width: 97%;
  }

  /*canvas.canvasjs-chart-canvas {
    height: unset;
  }*/
  .p1 {
    left: 10px;
    font-size: 12px;
  }

  p.font-letter1 {
    font-size: 15px;
  }

  h1.total-booking-count>span {
    font-size: 37px;
  }

  /*.dashboard-box:nth-of-type(3) {
    margin: auto;
  }*/

  canvas.canvasjs-chart-canvas {
    width: 50rem;
  }

  .booking-overview {
    width: 99%;
    margin-inline: auto;
    margin-top: 1rem;
  }

  .booking-analytics-set {
    width: 89%;
    display: unset;
    margin-inline: auto;
    gap: 12px;
    padding-top: 20px;
  }

  .popular-solt {
    width: 99%;
    margin-top: 1rem;
  }

  .view-table-set {
    display: unset;
  }

  .view-table-lefet {
    width: 99%;
    margin: auto;
    margin-top: 1rem;
  }

  .view-table-rghit {
    width: 99%;
    margin: auto;
    margin-top: 1rem;
  }
}

@media screen and (max-width: 1270px) {
  .box {
    width: 72%;
  }
}

@media screen and (max-width:1195px) {
  .dashboard-box {
    /* width: 71%; */
  }


}