.service-wrap-name {
  font-size: 18px;
  font-weight: 700;
  display: block;
}

.service-wrap-price {
  color: #8093A4;
  font-size: 14px;
}


.user-details-wrap-inner {
  display: flex;
  align-items: center;
}

.user-details li:first-child {
  font-size: 20px;
  font-weight: 700;
  display: block;
}

.user-details li:last-child {
  color: #8093A4;
  font-size: 14px;
}

.services-data-wrap {
  display: flex;
  align-items: center;
}

.users-services-wrap {
  list-style: none;
  padding: 0px;
  margin: 0px;
  display: flex;
  flex-direction: row;
}

.dates-info {
  margin: 0 -15px;
  margin-top: 15px;
  font-weight: 700;
  font-style: italic;
}

.content-service--wrap {
  margin: 15px 0 0 0;
}

.users-services-wrap li {
  list-style: none;
  border-top: 1px solid #E9EAEB;
  padding: 15px 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.users-services-wrap li:last-child {
  margin-bottom: -30px;
}

.services-amount {
  background: #BFEAF2;
  padding: 5px 10px;
  margin-right: 10px;
  border-radius: 36px;
  font-size: 14px;
}

.services-data-wrap svg {
  height: 20px;
  width: 20px;
}

.banner-company {
  border-radius: 8px;
}

.user-details-wrap {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  -webkit-user-select: none;
  /* Safari */
  -ms-user-select: none;
  /* IE 10 and IE 11 */
  user-select: none;
  /* Standard syntax */
}

.users-single-booking-wrap {
  margin-bottom: 30px;
  width: 100%;
  cursor: pointer;
}

ul.booking-items {
  padding: 0px;
  margin: 0px;
  list-style: none;
}

ul.booking-items li {
  padding-top: 10px;
  white-space: unset;
  word-wrap: break-word
}

.pill_select {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-content: flex-start;
  list-style: none;
  margin: 0px;
  padding: 0px;


  svg {
    transition-duration: 0.2s;
    text-align: right;
    float: right;
    font-size: 22px;
    margin-top: 5px;

  }

  svg.active {
    transform: rotate(180deg);
  }

  .content_item {
    margin: 15px 0;
  }

}

.content_item.active {
  display: block;
}

.content_item {
  display: none;
}

img.banner-company {
  display: block;
  width: 100%;
  height: 450px;
  margin: 0px 0 30px 0;
  object-fit: cover;
}

.table-side-panel td {
  text-align: right
}

.table-side-panel td,
.table-side-panel th {
  padding: 10px 0px;
}

.table-side-panel {
  margin-top: -10px;
}

.side-panel-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
  display: block;
}

.side-panel-wrap {
  background: #fff;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  border: 1px solid #E9EAEB;

  .side-panel-content {
    padding: 15px 30px;
  }

  svg {
    width: 20px;
    height: 20px;
    fill: #8093A4;
    margin-right: 5px;
  }

  a {
    fill: #8093A4;
  }
}

.btn-book-now svg {
  margin-top: 0px !important;
}

.btn-book-now:hover {
  background-color: #8093A4;
  color: #fff;
}

.search-wrap form {
  margin: 0px !important;
}

/* L */
@media (max-width: 1200px) {}

@media (max-width: 992px) {
  .user-thumb {
    margin-right: 15px;
  }

  .side-panel-wrap {
    .side-panel-content {
      padding: 15px;
    }
  }

  .users-services-wrap li {
    list-style: none;
    border-top: 1px solid #E9EAEB;
    padding: 15px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;

    .service-wrap-right {
      margin-top: 15px;
    }
  }

}

@media (max-width: 768px) {}

@media (max-width: 576px) {
  .user-details-wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    align-items: flex-start;
  }

  .services-data-wrap {
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
}