body {
  font-family: "Segoe UI", sans-serif;
  background: #fff;
}
@media (max-width: 768px) {
  body {
    padding: 10px 10px;
  }
}

p {
  margin-bottom: 0 !important;
}

#title {
  color: rgb(27, 27, 27);
  display: block;
  text-transform: inherit;
  text-align: inherit;
  font-size: 32px;
  font-style: normal;
  font-weight: bold;
  line-height: 1.33;
}

.left-text {
  color: rgb(27, 27, 27) !important;
  font-size: 15px;
  display: flex;
  flex-direction: column;
  row-gap: 0.8rem;
}

#description {
  font-size: 15px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.33;
  color: rgb(27, 27, 27);
}

#salonImage {
  height: 520px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  #salonImage {
    height: 384px;
  }
}

@media (max-width: 768px) {
  .salon-img {
    margin-bottom: 20px;
  }
}

.salon-logo {
  width: 100px;
  height: auto;
}

.action-buttons .btn {
  margin-right: 10px;
  margin-bottom: 10px;
}

.status-text {
  color: orange;
  font-weight: 500;
}

.hours-list {
  font-size: 15px;
  font-style: normal;
  line-height: 1.7;
}
.hours-list .today {
  font-weight: bold;
}

.btn-darks {
  font-weight: bold;
  font-size: 14px;
  font-style: normal;
  background-color: rgb(17, 17, 17);
  text-transform: none;
  line-height: 1.32;
  color: #fff;
  padding: 10px 20px;
}
.btn-darks:hover {
  opacity: 0.9;
  font-weight: bold;
  font-size: 14px;
  font-style: normal;
  background-color: rgb(17, 17, 17);
  text-transform: none;
  line-height: 1.32;
  color: #fff;
  padding: 10px 20px;
}
@media (max-width: 768px) {
  .btn-darks {
    min-width: 190px;
  }
}

.btn-sucess {
  font-family: inherit;
  font-weight: bold;
  font-size: 14px;
  font-style: normal;
  background-color: rgb(20, 198, 86);
  line-height: 1.32;
  color: #fff;
  padding: 10px 20px;
}
.btn-sucess:hover {
  opacity: 0.9;
  font-family: inherit;
  font-weight: bold;
  font-size: 14px;
  font-style: normal;
  background-color: rgb(20, 198, 86);
  line-height: 1.32;
  color: #fff;
  padding: 10px 20px;
}
@media (max-width: 768px) {
  .btn-sucess {
    min-width: 190px;
  }
}/*# sourceMappingURL=full-business-details.css.map */