.gv-surface-dim textarea {
  background-color: #f7f7f7 !important;
}
html,
body {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  height: 100vh;
}
html #root,
body #root {
  height: 100%;
}
.bs-gap-xs {
  gap: 4px !important;
}
.bs-mb-xs {
  margin-bottom: 4px !important;
}
.bs-cursor-pointer {
  cursor: pointer !important;
}
.bs-white-space-wrap {
  white-space: wrap !important;
}
.bs-flex-grow-0 {
  flex-grow: 0 !important;
}
.bs-font-size-0 {
  font-size: 0 !important;
}
.bs-hide-scrollbar {
  scrollbar-width: none;
  -ms-overflow-style: none;
}
@media (max-width: 599px) {
  .bs-flex-col-reverse {
    flex-direction: column-reverse !important;
  }
}
.bs-align-self-start {
  align-self: flex-start !important;
}
.bs-table-action-item {
  width: 56px;
}
.bs-table-fixed {
  table-layout: fixed;
  width: 100%;
}
.bs-border-none {
  border: none !important;
}
.bs-text-alert {
  color: #c70018 !important;
}
.bs-text-info {
  color: #0066aa !important;
}
.bs-text-success {
  color: #5d9a18 !important;
}
.bs-text-default {
  color: #141414 !important;
}
@media (min-width : 1024px) {
  .bs-form-container {
    width: 700px;
  }
}
@media (min-width: 599px) {
  .bs-input-width-sm {
    max-width: 134px !important;
  }
  .bs-input-width-smd {
    max-width: 246px !important;
  }
  .bs-input-width-md {
    max-width: 270px !important;
  }
}

.icon-container {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #cecece;
  border-radius: 100px;
  width: 24px;
  height: 24px;
}
.icon-container.success {
  border-color: #ddedca;
  background-color: #ddedca;
}

.gv-sort {
  gap: 0px !important;
}
.gv-sort .data-table--sortIndicator {
  width: 16px;
  height: 9px;
  cursor: pointer;
}
.gv-sort .data-table--sortIndicator gv-icon {
  width: 100%;
  position: relative;
  top: -6px;
  pointer-events: none;
}
.gv-data-table .gv-empty-state {
  min-height: 360px;
}
@media (max-width: 599px) {
  .gv-data-table .gv-empty-state {
    min-height: auto;
  }
}
.gv-data-table .attach-drag-handle {
  cursor: move;
  touch-action: none;
}
.bs-underline--alert {
  color: #c70018 !important;
}

.right-0 {
  right: 0;
}

.filter-button {
  border-radius: 100px;
  padding-top: 4px !important;
  padding-bottom: 4px !important;
  border: solid 1px #e2e2e2 !important;
}
.filter-button .applied-count {
  padding: 0 8px !important;
  font-size: 12px !important;
  line-height: 20px;
}

.bs-filter-bar {
  overflow-x: hidden !important;
}

.hide-input {
  position: absolute;
  left: 0;
  top: 4px;
  width: 100%;
  height: 105%;
  opacity: 0;
  cursor: pointer;
  box-sizing: border-box;
}
.hide-input::-webkit-calendar-picker-indicator {
  position: absolute;
  left: 0;
  top: 4px;
  width: 100%;
  height: 105%;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.status-filter {
  padding: 16px 24px !important;
}
.status-filter .gv-checkbox {
  margin-top: 3px;
}

.appointments-table {
  overflow: visible !important;
}
.appointments-table-date {
  background-color: #ededed !important;
}
.appointments-table tbody tr {
  cursor: pointer;
}
@media (max-width: 599px) {
  .appointments-table tbody tr th {
    padding-left: 24px !important;
  }
}
.appointments-table-mobile-first-cell {
  vertical-align: top;
  padding-left: 24px !important;
  padding-top: 16px !important;
  padding-bottom: 16px !important;
  padding-right: 8px !important;
}
.appointments-table-mobile-last-cell {
  padding-left: 8px !important;
  padding-top: 16px !important;
  padding-bottom: 16px !important;
  padding-right: 24px !important;
}
.appointment-image-container {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f7f7f7;
}
.appointment-image-container img {
  position: absolute;
  width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.bs-upsell {
  background-color: #d9ebf7;
  border-radius: 4px;
  padding: 16px;
  gap: 8px;
  display: flex;
  flex-direction: column;
  margin-bottom: 16px;
}
.bs-upsell img {
  width: 72px;
  height: 72px;
}
.bs-upsell-other-textarea {
  margin: 0 24px;
}

.bs-sidedrawer {
  left: unset !important;
}
.bs-sidedrawer-overlay {
  align-items: center;
  background-color: rgba(20, 20, 20, 0.6);
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  overflow: auto;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1100;
}
.feedback-button {
  height: 38px !important;
  background: #f2eaf3 !important;
  font-weight: 500 !important;
  font-size: 14px !important;
  letter-spacing: 0.25px !important;
  border-top: 1px solid !important;
  border-left: 1px solid !important;
  border-right: 1px solid !important;
  border-bottom: none !important;
  border-radius: 0px !important;
}
.surveyhero-container {
  width: 100%;
  height: 100%;
}
@media (min-width : 1024px) {
  .bs-feedback-modal {
    width: 900px;
    max-width: 900px !important;
  }
}

.bs-top-bar {
  position: sticky !important;
}
.bs-top-bar button {
  color: #0078c8;
}

.bookingsApp {
  height: 100%;
}
.bookingsApp .gv-sidebar {
  padding: 24px 16px !important;
}
.bookingsApp .page-container {
  overflow: auto;
  max-height: 100%;
}
.bookingsApp .pointer-events-none {
  pointer-events: none !important;
}
.bookingsApp .cursor-pointer {
  cursor: pointer !important;
}
.bookingsApp .border-0 {
  border: none !important;
}

.bookings-highlights {
  width: 764px;
}
.activation-panel {
  width: 300px;
}
.bs-currency {
  padding-top: 10px;
}
.bs-text-xs {
  font-size: 12px !important;
}
.bs-freebtn {
  width: 250px;
}
.bs-href-spacing {
  letter-spacing: 0.35px;
}
.bs-illustration-bg {
  background-color: #d9ebf7;
}
@media screen and (max-width: 1200px) {
  .bs-bookings-illustration {
    flex-direction: column !important;
  }
}
.bs-bookings-action-link {
  cursor: pointer;
}

.right-container {
  min-width: fit-content;
}

