:root {
  --main-bg: linear-gradient(rgba(221, 221, 221, 0.5), rgba(221, 221, 221, 0.4));
  --main-light-bg: #dcd9d9;
  --main-text-color: #262626;
  --inner-main-bg: #fff;
  --inner-main-text-color: #000;
  --inner-tab-color: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.6));
}


html,
body {
  font-family: "Poppins", sans-serif;
}

b,
strong {
  font-weight: 600;
}

input[type="radio"],
input[type="checkbox"] {
  transform: scale(1.3);
  margin-right: 5px;
}

.text-muted {
  color: #464646 !important;
}

.redeem-point-btn.redeemed {
  background: var(--main-bg);
}

.booking-container {
  display: flex;
  flex-flow: column;
  gap: 15px;
}

.contact-cap-title {
  width: 80px;
  height: 80px;
  display: grid;
  place-items: center;
  background-color: #F7F6F7;
  border-radius: 50%;
  margin: 10px auto;
  font-size: 1.4rem;
  font-weight: 600;
}

.sales-card-container {
  display: flex;
  flex-flow: column;
  gap: 25px;
}

.sales-card-item {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  gap: 15px;
  border: 1px solid #ddd;
  padding: 15px;
  background: #FFFFFF;
  box-shadow: 1px 2px 4px rgb(0 0 0 / 10%);
  border-radius: 15px;
}

.sales-card-item-info {
  display: flex;
  flex-flow: column;
  gap: 15px;
  flex: 2;
}

.cus-container {
  display: flex;
  flex-flow: row;
  align-items: center;
  gap: 15px;
  border: 1px solid #D9D9D9;
  padding: 10px;
  border-radius: 50px;
  justify-content: space-between;
}

.cus-container .cus-info {
  flex: 2;
}

.cus-container .cus-initial {
  background: #D9D9D9;
  border-radius: 50px;
  width: 35px;
  height: 35px;
  display: grid;
  place-items: center;
  font-weight: 700;
}

.cus-info-name {
  font-size: 1rem;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 1.2rem;
}

.cus-info-phone {
  font-size: 0.75rem;
}

.cus-info-btn {
  background: #212121;
  border: none;
  width: 24px;
  height: 24px;
  border-radius: 50px;
  color: #fff;
}

.boo-container {
  display: flex;
  flex-flow: row;
  align-items: flex-start;
  gap: 15px;
}

.boo-note-container {
  border: 1px dashed #bdbdbd;
  padding: 8px;
}

.sales-card-item-buttons {
  display: flex;
  flex-flow: column;
}



.nice-card-container {
  display: flex;
  flex-flow: row wrap;
  gap: 15px;
  justify-content: center;
  align-items: center;
}

.nice-card-item {
  background: #FFFFFF;
  box-shadow: 0px 5px 15px rgb(0 0 0 / 15%);
  border-radius: 8px;
  min-height: 50px;
  margin: 0;
  padding: 15px;
  display: flex;
  flex-flow: row;
  gap: 15px;
  align-items: center;
  cursor: pointer;
}

.simple-list {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  list-style: none;
  margin: 10px 0;
  padding: 0;
  gap: 15px;
}

.immutable {
  background: #eee !important;
}

.fc-v-event .fc-event-title {
  font-size: 14px;
}

body.locked {
  overflow-y: hidden;
}

.form-control {
  border: 1px solid #ddd;
  background-color: transparent;
}

.modal.fade.show {
  overflow-y: auto !important;
}

.booking-home-form {
  position: fixed;
  right: 0;
  top: 0;
  height: 100%;
  z-index: 99;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
}

.booking-guest-wrp-heading {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  padding: 10px;
  cursor: pointer;
  color: #000;
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  background: var(--inner-tab-color);
}

.booking-guest-wrp-heading.closed {
  color: #000;
}

.select2-container--bootstrap .select2-selection {
  background-color: transparent;
  color: #000;
  border: 1px solid rgba(0, 0, 0, 0.3);
}

.select2-container--bootstrap .select2-selection--single .select2-selection__placeholder {
  color: #000;
}

.save-quick-blocktime-btn {
  color: #000;
}

.save-quick-blocktime-btn:hover {
  color: #fff;
}

.tags-wrp {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
}

.tags-wrp-item {
  flex: 1 1 100%;
  border: 1px solid rgba(0, 0, 0, 0.2);
  color: var(--main-text-color);
  padding: 8px;
  border-radius: 50px;
  text-align: center;
  cursor: pointer;
}

.tags-wrp-item.selected {
  background: rgba(0, 0, 0, 0.3);
  color: var(--main-text-color);
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
}

.staff-list-container .tags-wrp-item {
  flex: 1 1 100%;
  display: flex;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  gap: 15px;
}

.staff-list-container .tags-wrp-item img {
  width: 50px;
  border-radius: 50px;
  aspect-ratio: 1/1;
}

.staff-list-container .tags-wrp-item span {
  width: 200px;
}

.service-items {
  list-style: none;
  margin: 0;
  padding: 0;
}

.service-items li {
  display: flex;
  flex-flow: row;
  align-items: baseline;
}

.service-items li label {
  margin-left: 5px;
}

.table-nb td {
  border: none;
}

.select2-container--bootstrap .select2-search--dropdown .select2-search__field {
  border: 1px solid #666;
}

.resource-avatar {
  display: block;
  margin: 0 auto 5px auto;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  object-fit: cover;
}

.fc .fc-timegrid-axis-cushion,
.fc .fc-timegrid-slot-label-cushion {
  font-size: 10px;
  font-weight: 500;
}

.table-bordered th,
.table-bordered td {
  border: unset;
}

.table-bordered thead th,
.table-bordered thead td {
  border: unset;
}

.table-bordered {
  border: unset;
}


.card-body,
.card-block {
  padding: 15px;
}

.dashboard-overview-wrp {
  display: flex;
  flex-flow: row;
  align-items: center;
  overflow: auto;
  justify-content: flex-start;
}

.dashboard-overview-wrp-items {
  flex: 1 1 calc(100% / 6 - 15px);
  margin: 15px;
  align-self: stretch;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.customerCheckin__searchBox__wrapper {
  position: relative;
}

.customerCheckin__searchBox__wrapper > span {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  height: 100%;
  align-items: center;
  width: 30px;
  cursor: pointer;
}

.customerCheckinWidget__btn {
  background: var(--main-bg);
  color: var(--main-text-color);
  border: 1px solid #eee;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 15px;
  right: 15px;
  font-size: 10px;
  font-weight: 400;
  box-shadow: 2px 2px 4px rgb(0 0 0 / 10%);
  z-index: 21;
}

/* Custom Pagination */
.custom_result_pagination {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
}

.custom_result_pagination li {
  padding: 5px;
  margin: 5px;
  width: 40px;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 3px;
  cursor: pointer;
  transition: all .5s ease;
}

.custom_result_pagination li.disabled {
  cursor: default;
}

.custom_result_pagination li:not(.disabled).active,
.custom_result_pagination li:not(.disabled):hover {
  background-color: #F2F2F2;
  font-weight: bold;
}

.custom_result_search_wrapper {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  margin: 15px 0;
}

.custom_result_search_wrapper__searchBox {
  position: relative;
}

.custom_result_search_wrapper__searchBox > input {
  min-width: 350px;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 6px 25px 6px 12px;
}

.custom_result_search_wrapper__searchBox > button {
  background: transparent;
  border: unset;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}

#custom_result_loading_screen {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.85);
  z-index: 99999;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
}

#custom_result_loading_screen > span {
  font-weight: bold;
  font-size: 18px;
  opacity: 0;
  animation: .5s linear .5s infinite alternate loadingScreen;
}

@keyframes loadingScreen {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* End of Custom Pagination */

.login-page .card {
  background-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  margin: 20px auto;
  box-shadow: 3px 3px 11px rgba(0, 0, 0, 0.3);
}

.login-page {
  background-image: url('../../assets/images/inail_bg.jpeg');
  background-size: cover;
  background-repeat: no-repeat;
}

.login-page a {
  color: var(--main-text-color) !important;
  font-weight: bold !important;
}

.external-paynow-menu-btn {
  border: 1px solid var(--main-text-color);
  color: var(--main-text-color);
  background: transparent;
}

.external-paynow-menu-btn:hover {
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
}

.alert-inail {
  color: var(--main-text-color);
  background-color: var(--main-bg);
  border: unset;
}


/* INAIL MENU */

.app-body {
  margin-left: 50px;
}

.inailNavWrapper-topmenu {
  display: none;
  flex-flow: row;
  justify-content: space-between;
  padding: 0 15px;
  background: var(--main-bg);
}

.inailNavWrapper-topmenu-toggle-btn {
  background: transparent;
  border: unset;
  font-size: 1.5rem;
  outline: unset;
  display: flex;
  flex-flow: row;
  align-items: center;
  color: #000;
}

.inailNavWrapper {
  background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
  color: var(--main-text-color);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  flex-flow: column;
  position: fixed;
  justify-content: space-between;
  left: 0;
  top: 0;
  height: 100%;
  width: auto;
  z-index: 10;
  padding: 15px 0 50px 0;
  overflow-y: auto;
  display: flex;
  margin: 0;
}


.inailNavWrapper__expandText {
  order: 3;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  text-align: center;
  text-orientation: sideways;
  margin: 0;
  white-space: nowrap;
  display: flex;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  font-size: 0.8rem;
  cursor: pointer;
  font-weight: 500;
  transition: transform 0.5s ease;
}

.inailNavWrapper__logo {
  display: block;
  color: var(--main-text-color);
  font-weight: bold;
  letter-spacing: 1px;
  text-align: center;
  font-size: 25px;
  padding: 15px;
  order: 1;
}

.inailNavWrapper__mainNav {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-flow: column;
}

.inailNavWrapper__mainNav li {
  /* flex: 1 1 calc(100% / 4); */
  flex: 1;
  text-align: center;
}

.inailNavWrapper__mainNav li a {
  color: var(--main-text-color);
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  position: relative;
  height: 100%;
  border-bottom: 0.1px solid rgba(0, 0, 0, 0.1);
  transition: background .5s ease;
}


.inailNavWrapper__mainNav li a .icon-help-text {
  display: none;
  align-items: center;
  opacity: 1;
  visibility: visible;
  white-space: nowrap;
  margin-left: 5px;
}

.inailNavWrapper__mainNav li a .icon-help-text.showing {
  display: flex;
  align-items: center;
  opacity: 1;
  visibility: visible;
  white-space: nowrap;
}

.inailNavWrapper__mainNav li a:hover,
.inailNavWrapper__mainNav li.active a {
  background: #fff;
  color: var(--main-text-color);
}

.inailNavWrapper__subNav {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-flow: row;
  align-content: center;
}

.inailNavWrapper__subNav li {
  display: flex;
  align-items: center;
}

.inailNavWrapper__rightNav {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  order: 4;
}

@media (max-width: 1024px),
@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2),
@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .inailNavWrapper-topmenu {
    display: flex;
    z-index:99;
  }

  .inailNavWrapper {
    padding-top: 80px;
    width: 100%;
    display: none;
  }

  .inailNavWrapper__mainNav {
    height: 100%;
    flex-flow: row wrap;
  }

  .inailNavWrapper__mainNav li {
    flex: 1 1 calc(100% / 4);
  }

  .inailNavWrapper__mainNav li a {
    border: 0.1px solid rgba(0, 0, 0, 0.1);
    flex-flow: column;
    justify-content: center;
  }

  .inailNavWrapper__mainNav li a .icon-help-text {
    display: flex;
  }

  .inailNavWrapper.showing {
    display: flex;
  }

  .app-body {
    margin-left: 0;
  }
}

/* END OF INAIL MENU */


.day_off_items {
  list-style: none;
  margin: 15px 0 0 0;
  padding: 0;
  display: flex;
  flex-flow: row wrap;
  gap: 5px;
}

.day_off_items li {
  background-color: #fff;
  padding: 5px;
  color: var(--main-text-color);
  border: 1px solid #333;
  border-radius: 5px;
  display: flex;
  flex-flow: row;
  align-items: center;
}

.day_off_picker {
  border: 1px solid #ddd;
  outline: none;
  border-radius: 5px;
  padding: 5px;
  color: #000;
  text-align: center;
  cursor: pointer;
  min-width: 200px;
}

.day_off_items li span {
  font-weight: bold;
  color: #FE5E5E;
  margin-left: 5px;
  cursor: pointer;
}

.fc-highlight {
  background: #F7B8B6 !important;
}

.fc-non-business {
  background-color: #ddd !important;
  border: none;
  outline: none;
}

.fc-timegrid-event-harness {
  margin-right: 0 !important;
}

.text-danger-cool {
  color: #d80200 !important;
}

.loading-screen {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  flex-flow: column;
  justify-content: center;
  justify-items: center;
  align-items: center;
  align-content: center;
  z-index: 9999;
  text-align: center;
}

.notification-content {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}

.notification-content p {
  margin: 0;
}

.booking-date-picker {
  background-color: transparent;
  border: 1px solid #000;
  outline: none;
  border-radius: 5px;
  padding: 10px;
  color: #fff;
  text-align: center;
}

::-webkit-input-placeholder {
  /* Edge */
  color: #666;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #666;
}

::placeholder {
  color: #666;
}

.notifyjs-corner {
  top: 100px !important;
  position: fixed;
  margin: 5px;
  z-index: 1050;
  width: 100%;
  height: 100%;
}

.notification-btn {
  background: none;
  outline: none;
  border: none;
  position: relative;
  animation: none;
  transform-origin: center 60%;
}

.notification-alert {
  cursor: pointer;
  background: var(--main-bg) !important;
  color: var(--main-text-color) !important;
  border-radius: 5px !important;
  border: unset;
}

.notification-btn.wiggle {
  animation: wiggle .2s infinite alternate;
}

@keyframes wiggle {
  0% {
    transform: rotate(-5deg);
  }

  100% {
    transform: rotate(5deg);
  }
}

.notification-btn span {
  border-radius: 50%;
  position: absolute;
  top: -5px;
  right: -15px;
  color: #373737;
  font-weight: bold;
  min-width: 20px;
  min-height: 20px;
  line-height: 1.5em;
}

.group-delete {
  width: 5%;
}


.app-footer {
  background: var(--main-bg);
  color: var(--main-text-color);
  z-index: 20;
  border: unset;
}

.main {
  background: #fff;
}

.card-header {
  background-color: #fff;
  border-bottom: 1px solid #e3e8ec;
}

.app-footer a {
  color: var(--main-text-color);
}

.sales-report-tbl tr.group td {
  padding: 10px 5px;
}


.btn-cool-danger {
  background-color: #A1424B !important;
  color: #fff;
  transition: all .5s ease;
}

.btn-cool-danger:hover {
  background-color: #7b2931;
  color: #fff;
}

.staff-turn-blocks {
  display: flex;
  flex-flow: row;
  justify-content: center;
  max-width: 768px;
  margin: 0 auto;
}

.staff-turn-blocks .staff-turn-block {
  text-align: center;
  width: 100%;
  text-align: center;
}

.staff-turn-blocks .staff-turn-block:first-child {
  border-right: 1px solid #ddd;
}

.staff-turn-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-flow: column;
  justify-items: center;
  align-items: center;
  align-content: center;
  min-height: 400px;
}

.staff-turn-list li {
  margin: 5px 0;
}

.staff-turn-list li button {
  border: unset;
  background-color: #373737;
  outline: none;
  color: #fff;
  padding: 5px 15px;
  width: 200px;
  height: 50px;
}

.staff-turn-list li button:hover {
  background-color: #23862f;
}

.table-dark {
  background-color: #373737;
}

.jumbotron {
  background: rgba(221, 221, 221, 0.2);
  color: var(--main-text-color);
}

.inner-jumbotron {
  color: var(--inner-main-text-color);
  background-color: var(--inner-tab-color);
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.receipt-wrapper {
  max-width: 500px;
  margin: 0 auto;
}

.dash-border {
  display: block;
  border-top: 1px dashed var(--main-text-color);
}

.status-box {
  padding: 5px 10px;
  border-radius: 15px;
  color: var(--main-text-color);
  font-weight: bold;
  word-break: keep-all;
  white-space: nowrap;
}

.service_price_after_discount_wrapper,
.individual_staff_tip_wrapper {
  display: block;
  font-size: 15px;
}

.new-service-detail-block {
  background-color: #373737;
  color: #fff;
}

.service-detail-block td {
  min-width: 150px;
}

.sub-row {
  font-size: 18px;
}

.main-row {
  font-weight: bold;
  font-size: 25px;
}

.payment-types-block {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  max-width: 600px;
  gap: 15px;
}

.payment-types-block li {
  flex: 1 1 100px;
  border: 1px solid #ddd;
  color: var(--main-text-color);
  padding: 10px;
  border-radius: 50px;
  text-align: center;
  margin: 15px 0;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.payment-types-block li:hover,
.payment-types-block li.selected {
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  color: var(--main-text-color);
}

.appointment_color_boxes {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-flow: row wrap;
  align-content: center;
  align-items: center;
  justify-items: center;
  gap: 15px;
}

.appointment_color_boxes li {
  display: flex;
  align-content: center;
  align-items: center;
}

.appointment_color_boxes li span {
  margin-right: 5px;
}

.appointment_color_boxes .color-box {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
}

.service-category-card {
  background-color: transparent;
}

.fixed-header {
  position: fixed;
  width: 100%;
  top: 0;
  display: table;
}

.fc-day-today {
  background-color: #fff !important
}

.fc th {
  border: unset !important;
}

.fc-theme-standard .fc-scrollgrid {
  border: unset !important;
}

.dropdown-header {
  color: var(--main-text-color);
}

.dropdown-menu-right .dropdown-item {
  color: var(--main-text-color) !important;
}

.new-booking {
  height: 100%;
  overflow: auto;
  border-radius: 15px;
  box-shadow: 2px 2px 4px rgb(0, 0, 0, 0.1);
}

.guest-slots {
  background-color: #fff;
  border-radius: 10px;
}

.modal-dialog {
  max-width: 60%;
  margin: 0 auto;
}

.modal-content {
  background: var(--inner-tab-color);
  /* Semi-transparent background */
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  /* Apply blur effect */
  border-radius: 10px;
  /* Rounded corners */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  /* Shadow effect */
}

.modal-content .form-control {
  border: 1px solid rgba(0, 0, 0, 0.3);
}

@media (max-width: 1200px) {
  .modal-dialog {
    max-width: none;
  }

}

@media (max-width: 992px) {
  .floating-fast-pay-wrp {
    position: relative;
  }
}


@media (max-width: 991px) {
  .new-booking {
    top: 0;
    z-index: 99;
  }
}

@media (max-width: 600px) {
  .sales-card-item-info {
    flex: 1 1 100%;
  }

  .sales-card-item-buttons {
    flex-flow: row wrap;
  }
}

@media (max-width: 768px) {
  .staff-turn-list li button {
    width: 100px;
  }
}

@media (max-width: 500px) {

  .custom_result_search_wrapper__searchBox > input {
    min-width: 250px;
  }

  .fc-header-toolbar {
    justify-content: space-between;
    align-items: center;
    flex-flow: row wrap;
  }

  .fc-toolbar-chunk {
    margin-bottom: 5px;
  }

  .appointment_color_boxes {
    margin-bottom: 10px !important;
  }

  .pull-right {
    float: none;
  }

  .notifyjs-corner {
    width: 100%;
  }

  .booking-home-form {
    top: 0;
  }
}

.btn {
  margin: 5px;
  background-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border: none;
  border-radius: 15px !important;
  overflow: hidden;
}

.btn-cool {
  color: var(--main-text-color);
  outline: unset;
  border: unset;
}

.btn-cool:hover {
  background-color: var(--main-bg);
  color: var(--main-text-color);
}

.btn-primary {
  background-color: #187CA0 !important;
  border-color: none;
  color: #fff;
}

.btn-success {
  color: #000 !important;
  background-color: #B6DADA !important;
  border-color: transparent !important;
}

.btn-danger {
  color: #fff !important;
  background-color: #B40808 !important;
  border-color: transparent !important;
}

.btn-warning {
  color: #151b1e !important;
  background-color: #e0a800 !important;
  border-color: transparent !important;
}

.btn-success:hover {
  color: #000 !important;
  background-color: #a4c4c4 !important;
}

.add-multiple-service-modal-btn,
.add-guest-btn,
.booking-name-look-up-btn {
  background-color: #B6DADA;
  color: var(--main-text-color);
}

.toggle-service-category-btn {
  text-align: right;
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

.jumbotron-cool {
  background-color: #1e2b37;
  color: #fff;
}

.booking-submit-btn,
.book-appointment-btn {
  color: #fff;
  background-color: #333a42;
  border-color: #2e343b;
}

.jumbotron-cool a {
  color: #fff;
}

.alert-info {
  background-color: rgba(50, 50, 50, 0.1);
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border: none;
  color: #000;
}

.border-top {
  display: block;
  width: 100%;
  border-top: 1px solid #ddd;
}

.border-bottom {
  display: block;
  width: 100%;
  border-bottom: 1px solid #ddd;
}

.service-slots {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  background: rgba(255, 255, 255, 0.76);
  margin-bottom: 10px;
  border-radius: 5px;
}

.service-slots .form-row {
  flex: 1 1 auto;
}

.form-row label,
.form-group label {
  font-weight: 500;
}

.service-action-btn {
  display: flex;
  align-self: flex-start;
  position: relative;
  margin: 0 0.5rem;
}

.appoint-details-items {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  justify-items: center;
  align-content: center;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 15px 10px;
}

.appoint-details-items:last-child {
  border-bottom: none;
}


.input-placeholder {
  border: none;
  cursor: pointer;
  border-bottom: 1px solid #333;
  background: transparent;
  padding: 5px 15px;
  width: 100%;
}

.appointment-details-wrapper .guest-number {
  margin-top: 15px;
  font-weight: bold;
  font-size: 18px;
}

.dataTables_filter input {
  width: 500px !important;
  border: 1px solid #373737;
}

#print-receipt {
  display: none;
}

.print-business-name {
  font-size: 1.3rem;
}

@media print {

  html,
  body {
    margin: 0;
    padding: 0;
  }

  @page {
    size: 72mm 210mm;
  }

  .print-business-name {
    font-size: 1.2rem;
  }

  .receipt-wrapper {
    line-height: 15px;
  }

  .receipt-wrapper h2 {
    font-size: 20px;
    line-height: 20px;
  }

  .receipt-wrapper p {
    font-size: 13px;
    line-height: 15px;
    margin-bottom: 0 !important;
  }

  .receipt-tbl {
    font-size: 13px;
    margin: 0;
    width: 100%;
  }

  .receipt-tbl .sub-total-td {
    padding-top: 20px;
  }

  .receipt-tbl tr {
    border-bottom: 1px solid var(--main-text-color);
  }

  .receipt-tbl tr td {
    padding: 2px 0;
  }

  .sales-report-tbl {
    color: var(--main-text-color);
  }

  .sales-report-tbl tr.group td {
    padding: 5px;
  }

  .sales-report-tbl tr.group td a {
    color: var(--main-text-color);
  }

}