.admin-confirmation-page {
  min-height: 460px;
  padding: 0 21px;

  [bb-custom-confirmation-text].bb-message {
    padding-left: 0;
  }

  bb-attendee-list {
    .attendee-list__item {
      padding-top: 14px;
      padding-bottom: 0;
    }

    .attendee-list__item + .attendee-list__item {
      margin-top: -8px;
    }

    .attendee-list__primary {
      font-weight: normal;
    }
  }

}

.confirmation-heading {
  margin-bottom: 15px;
}

.confirmation-summary {
  font-size: $font-size-base;
  margin: 6px 0 0px 0;
  padding: 10px 10px 10px 10px;

    &:first-child {
      border-top: 1px solid $bb-border;
    }
}

.confirmation-summary-subtitle {
  font-weight: 600;
}

.booking-details-title {
  color: $brand-primary;
  font-weight: 600;
  font-size: 16px;
}

.confirmation-summary{
  .confirmation-summary-item {
    border-top: 1px solid #ddd;

    .bb-summary-label {
      font-weight: 600;
    }

    .bb-summary-label, .bb-summary-value{
      float: left;
      font-size: 14px;
      min-width: 115px;
      color: #333;
      padding-top: 14px;
      padding-left: 0px;
    }

    .bb-summary-value{
      width: auto;
      color: inherit;

      .attendee-list .attendee-list__item {
        border-bottom: 0px;
      }
    }

    .address-item {
      padding-top: 0px;
    }
  }
}

.address-item {
  &:last-child {
    margin-bottom: 0;
  }
}

.move-done-msg {
  color: green;
}

.no-margin-bottom {
  margin-bottom: 0px;
}

.bb-checkout, div[bb-checkout] {

  a {
    text-decoration: none;
  }

  .btn-link {
    margin-top: 25px;
    color: $gray-base;
  }

  .bb-confirmation-border-margin {
    margin-top: 30px;
    // margin-bottom: 20px;
  }

  .bb-confirmation-p-alignment {
    margin-bottom: 5px;
  }

  .bb-checkout-pay-button {
    text-align: right;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid $bb-border;
    margin-bottom: 15px;
  }

  .bb-message {
    padding: 20px 10px 10px 10px;

    p {
      margin: 10px 0 5px;
    }
  }
}

.angular-google-map-container {
  height: 200px;
}

.bb-booking-export {
  display: inline;
}
