.med-ticket-record {
  padding: 0;
  margin: 0 auto;
  border: 1px solid #ebebeb;
  font-size: 14px;
  text-align: center; }
  .med-ticket-record .row {
    margin-left: 0;
    margin-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .med-ticket-record .row:before, .med-ticket-record .row:after {
      display: none; }
  .med-ticket-record h2 {
    font-weight: bold;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0;
    padding: 10px 15px;
    font-size: 18px; }
  .med-ticket-record b, .med-ticket-record p {
    display: block;
    margin-bottom: 0;
    padding: 10px 0; }
  .med-ticket-record small {
    padding-top: 5px; }
  .med-ticket-record a {
    color: inherit; }



.show-map {
  text-decoration: underline dashed;
}

.card-doctor-width-100 {
  min-width: 100% !important;
}

.star-rating-wrapper {
  position: relative;
  white-space: nowrap;
  font-size: 1.1em;
  line-height: 1.1em;
}

.star-rating-wrapper .fa {
    margin: 0 2px;
}

.star-rating-avg {
  position: absolute;
  left: 0;
  top: 1px;
  overflow: hidden;
  white-space: nowrap;
}

.feedback-item {
  padding: 20px;
  margin: 20px 0;
  background-color: #ffffff;
}

#feedback-container {
    position: relative;
}

#feedback-container.loading:after {
    display: block;
    content: " ";
    position: absolute;
    z-index: 10000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0.5;
    cursor: wait;
}

.photo,
#photo-modal .modal-header .close {
    cursor: pointer;
}

#photo-modal .modal-dialog {
    max-width: fit-content;
}

#photo-preview {
    max-height: 80vh;
    max-width: 100%;
}
