/*!
 * Copyright (c) 2024 LatePoint LLC. All rights reserved.
 */
/*!
 * Copyright (c) 2024 LatePoint LLC. All rights reserved.
 */
.os-webhook-form {
  position: relative;
}
.os-webhook-form + .os-webhook-form {
  margin-top: 15px;
}
.os-webhook-form .os-form-message-w.status-success {
  display: none;
}
.os-webhook-form .os-remove-webhook {
  position: absolute;
  right: 0px;
  top: 0px;
  transform: translate(50%, -50%);
  font-size: 14px;
  color: #41444b;
  text-decoration: none;
  padding: 0px 2px;
  line-height: 20px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 5px 15px -5px rgba(115, 125, 146, 0.11), 0 1px 2px 0 rgba(160, 170, 185, 0.6);
  text-align: center;
  display: none;
}
.os-webhook-form .os-remove-webhook:hover {
  color: #dc5858;
  transform: translate(50%, -50%);
}
.os-webhook-form .os-remove-webhook i {
  vertical-align: middle;
  line-height: 22px;
  display: block;
}
.os-webhook-form .os-remove-webhook.os-loading:after {
  display: block;
  content: "";
  width: 19px;
  height: 19px;
  border-bottom: 2px solid #dc5858;
  border-left: 2px solid #dc5858;
  border-top: 2px solid #dc5858;
  border-right: 2px solid rgba(255, 255, 255, 0);
  border-radius: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: os-loading 700ms infinite linear;
}
.os-webhook-form .os-remove-webhook.os-loading i {
  color: transparent;
}
.os-webhook-form:hover .os-remove-webhook {
  display: block;
}
.os-webhook-form:hover .os-webhook-form-info .os-webhook-edit-btn {
  opacity: 1;
}
.os-webhook-form .os-webhook-form-info {
  display: flex;
  cursor: pointer;
  align-items: center;
  padding: 5px 0px;
}
.os-webhook-form .os-webhook-form-info:hover .os-webhook-name {
  color: #1d7bff;
}
.os-webhook-form .os-webhook-form-info .os-webhook-name {
  margin-right: 10px;
  font-size: 18px;
  font-weight: 400;
}
.os-webhook-form .os-webhook-form-info .os-webhook-trigger {
  border-left: 1px solid rgba(0, 0, 0, 0.15);
  border-right: 1px solid rgba(0, 0, 0, 0.15);
  padding: 0px 15px;
  margin-left: 15px;
  margin-right: 15px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #788291;
  font-weight: 400;
  font-size: 12px;
}
.os-webhook-form .os-webhook-form-info .os-webhook-trigger .latepoint-icon {
  color: #1d7bff;
  margin-right: 10px;
  font-size: 12px;
}
.os-webhook-form .os-webhook-form-info .os-webhook-trigger span {
  display: inline-block;
}
.os-webhook-form .os-webhook-form-info .os-webhook-url {
  position: relative;
  display: flex;
  align-items: center;
}
.os-webhook-form .os-webhook-form-info .os-webhook-url .latepoint-icon {
  color: #1d7bff;
  margin-right: 10px;
  font-size: 12px;
}
.os-webhook-form .os-webhook-form-info .os-webhook-url span {
  border-bottom: 1px dotted #1d7bff;
  font-size: 12px;
  color: #1d7bff;
  display: inline-block;
}
.os-webhook-form .os-webhook-form-info .os-webhook-edit-btn {
  margin-left: auto;
  font-size: 16px;
  color: #1d7bff;
  opacity: 0.4;
}
.os-webhook-form .os-webhook-form-params {
  display: none;
  padding-top: 20px;
  margin-top: 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.os-webhook-form .os-webhook-form-i {
  padding: 15px 20px;
  background-color: #fff;
  box-shadow: 0 5px 15px -5px rgba(115, 125, 146, 0.11), 0 1px 2px 0 rgba(160, 170, 185, 0.6);
  border-radius: 6px;
}
.os-webhook-form .os-webhook-form-i .os-form-group {
  margin-bottom: 20px;
}
.os-webhook-form .os-webhook-form-i .os-form-group:first-child {
  flex: 1;
}
.os-webhook-form.os-is-editing .os-webhook-url {
  display: none;
}
.os-webhook-form.os-is-editing .os-webhook-form-params {
  display: block;
}

.os-locations-list {
  display: flex;
  flex-wrap: wrap;
}
.os-locations-list .os-location {
  background-color: #fff;
  box-shadow: 0 1px 2px 0 rgba(95, 129, 196, 0.25), 0 10px 15px 0 rgba(119, 145, 207, 0.16);
  border-radius: 6px;
  margin-bottom: 30px;
  margin-right: 30px;
  width: 320px;
}
.os-locations-list .os-location .os-form-w {
  padding: 0px;
  margin: 0px;
  background-color: transparent;
}
.os-locations-list .os-location.os-location-status-disabled {
  opacity: 0.7;
}
.os-locations-list .os-location.os-location-status-disabled .os-location-header {
  box-shadow: inset 0px 3px 0px 0px #ca1616;
}
.os-locations-list .os-location.os-location-status-disabled .os-location-header .location-name {
  color: #ca1616;
}
.os-locations-list .os-location-header {
  padding: 15px 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  font-size: 16px;
  position: relative;
}
.os-locations-list .os-location-header .edit-location-btn {
  position: absolute;
  top: 10px;
  text-decoration: none;
  font-size: 14px;
  right: 10px;
  display: block;
}
.os-locations-list .os-location-header .os-location-info {
  font-size: 15px;
  color: #788291;
  margin-top: 5px;
}
.os-locations-list .os-location-header .location-image {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}
.os-locations-list .os-location-header .location-image img {
  height: 40px;
  width: auto;
  display: block;
}
.os-locations-list .os-location-header .location-name {
  display: inline-block;
  vertical-align: middle;
  margin: 0px;
  font-size: 26px;
}
.os-locations-list .os-location-body .no-agents-for-location {
  display: inline-block;
  padding: 3px 5px;
  background-color: #ffd7d7;
  border: 1px solid #e64f4f;
  color: #e64f4f;
  border-radius: 3px;
  text-decoration: none;
}
.os-locations-list .os-location-body .os-location-address {
  background-color: #eee;
  min-height: 240px;
}
.os-locations-list .os-location-body .os-location-agents {
  padding: 15px 20px;
}
.os-locations-list .os-location-body .os-location-agents .agents-avatars {
  position: relative;
  display: flex;
}
.os-locations-list .os-location-body .os-location-agents .agents-avatars .agent-avatar {
  width: 35px;
  height: 35px;
  display: block;
  background-size: cover;
  border-radius: 30px;
  box-shadow: 0px 0px 0px 3px #fff;
}
.os-locations-list .os-location-body .os-location-agents .agents-avatars .agent-avatar + .agent-avatar {
  margin-left: -5px;
}
.os-locations-list .os-location-body .os-location-agents .agents-avatars .agents-more {
  position: absolute;
  background-color: #fff;
  padding: 3px 5px;
  font-size: 12px;
  font-weight: 400;
  top: 50%;
  left: 40px;
  border-radius: 6px;
  line-height: 1.1;
  white-space: nowrap;
  transform: translateY(-50%);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
}
.os-locations-list .os-location-body .location-info-row {
  display: flex;
  align-items: center;
}
.os-locations-list .os-location-body .os-location-agents .label {
  font-weight: 400;
  text-align: left;
  padding-right: 10px;
  margin-bottom: 10px;
}
.os-locations-list .os-location-body .os-location-agents .value {
  flex: 1;
  color: #b0b0b0;
}
.os-locations-list .os-location-body .os-location-agents .value strong {
  color: #41444b;
}
.os-locations-list .os-location-body .os-location-address {
  border-radius: 6px 6px 0px 0px;
  overflow: hidden;
}
.os-locations-list .os-location-body .os-location-address iframe {
  border-radius: 6px;
  display: block;
  margin: 0px;
}
.os-locations-list .assign-connection-btn {
  display: inline-block;
  vertical-align: middle;
}
.os-locations-list .location-agents-avatars {
  vertical-align: middle;
  padding: 10px 0px;
  display: inline-block;
}
.os-locations-list .location-agents-avatars img {
  width: 35px;
  height: auto;
  border-radius: 40px;
  display: inline-block;
}
.os-locations-list .location-agents-avatars img + img {
  margin-left: 10px;
}
.os-locations-list .location-agents-avatars img:last-child {
  margin-right: 30px;
}

.create-location-link-w {
  border: 4px dotted rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  margin-bottom: 30px;
  width: 320px;
  text-align: center;
  position: relative;
  cursor: pointer;
  display: block;
  outline: none;
  box-shadow: none;
  min-height: 200px;
}
.create-location-link-w .create-location-link-i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.create-location-link-w .add-location-graphic-w {
  width: 90px;
  height: 90px;
  position: relative;
  margin: 0px auto;
}
.create-location-link-w .add-location-graphic-w .add-location-plus {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  height: 36px;
  width: 36px;
  background-color: #1d7bff;
  box-shadow: 0px 0px 0px 10px rgba(208, 213, 220, 0.3);
  color: #fff;
  transform: translate(-50%, -50%);
  transition: all 0.2s cubic-bezier(0.25, 1.4, 0.5, 1.35);
}
.create-location-link-w .add-location-graphic-w .add-location-plus i {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  font-size: 12px;
  transform: translate(-45%, -47%);
  transition: all 0.2s ease;
}
.create-location-link-w .add-location-label {
  color: #1f222b;
  font-weight: 400;
  font-size: 26px;
  margin-top: 20px;
  transition: all 0.2s cubic-bezier(0.25, 1.4, 0.5, 1.35);
}
.create-location-link-w:hover {
  border-color: #1d7bff;
  border-style: solid;
}
.create-location-link-w:hover .add-location-plus {
  box-shadow: 0px 0px 0px 20px rgba(208, 213, 220, 0.3);
  transform: translate(-50%, -50%) scale(1.3);
}
.create-location-link-w:hover .add-location-label {
  transform: translateY(5px);
}

@keyframes messageButtonAnimation {
  0% {
    transform: translate3d(40px, -50%, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, -50%, 0);
    opacity: 1;
  }
}
.os-conversation-mobile-open-conversations {
  font-size: 24px;
  color: #1d7bff;
  border-right: 1px solid #ddd;
  padding-right: 15px;
  margin-right: auto;
  display: none;
}

.os-conversation-mobile-open-booking-info {
  font-size: 24px;
  color: #1d7bff;
  border-left: 1px solid #ddd;
  padding-left: 15px;
  margin-left: auto;
  display: none;
}

.os-conversations-wrapper {
  display: flex;
  align-items: stretch;
  height: calc(100dvh - 58px);
}
.os-conversations-wrapper .os-conversation-close-booking-info {
  display: none;
  padding-left: 15px;
  margin-left: auto;
  border-left: 1px solid #ddd;
  font-size: 24px;
}
.os-conversations-wrapper .os-conversations-list {
  flex: 1;
  overflow-y: auto;
}
.os-conversations-wrapper .no-conversations-found {
  margin: 15px;
  text-align: center;
  color: #788291;
  font-weight: 700;
  font-size: 18px;
}
.os-conversations-wrapper .osc-search-wrapper {
  position: relative;
  padding: 11px;
  border-bottom: 1px solid #e4e5e7;
}
.os-conversations-wrapper .osc-search-wrapper input {
  padding: 9px;
  line-height: 1;
  padding-left: 35px;
  background-color: #f4f5f6;
  font-size: 15px;
  border: none;
  border-radius: 6px;
  box-shadow: none;
  display: block;
  width: 100%;
}
.os-conversations-wrapper .osc-search-wrapper input::placeholder {
  color: #788291;
}
.os-conversations-wrapper .osc-search-wrapper:before {
  font-family: "latepointIconsAdmin" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e938";
  top: 50%;
  position: absolute;
  left: 20px;
  font-size: 16px;
  color: #788291;
  transform: translateY(-50%);
}
.os-conversations-wrapper .osc-search-wrapper.os-loading:before {
  display: none;
}
.os-conversations-wrapper .osc-search-wrapper.os-loading:after {
  display: block;
  content: "";
  width: 12px !important;
  height: 12px !important;
  border-bottom: 2px solid #1d7bff;
  border-left: 2px solid #1d7bff;
  border-top: 2px solid #1d7bff;
  border-right: 2px solid rgba(255, 255, 255, 0);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: os-loading 700ms infinite linear;
  background-color: transparent !important;
  z-index: 999;
  left: 37px;
}
.os-conversations-wrapper .os-conversations-list-wrapper {
  flex: 0 0 280px;
  display: flex;
  flex-direction: column;
  border-right: 1px solid #e4e5e7;
}
.os-conversations-wrapper .os-conversations-list-wrapper h3 {
  padding: 17px 20px 18px;
  margin: 0px;
  font-size: 20px;
  border-bottom: 1px solid #e4e5e7;
  display: flex;
  align-items: center;
}
.os-conversations-wrapper .os-conversations-list-wrapper h3 span {
  display: block;
  margin-left: 10px;
}
.os-conversations-wrapper .os-conversations-list-wrapper h3 .latepoint-icon {
  color: #1d7bff;
}
.os-conversations-wrapper .os-conversation-content {
  display: flex;
  flex: 1;
}
.os-conversations-wrapper .os-conversation-box {
  display: flex;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  position: relative;
  align-items: center;
  padding: 11px 20px;
  cursor: pointer;
  line-height: 1;
}
.os-conversations-wrapper .os-conversation-box.is-new {
  background-color: #fff0c7;
}
.os-conversations-wrapper .os-conversation-box.os-loading .os-conversation-customer-avatar:before {
  display: block;
  content: "";
  width: 45px !important;
  height: 45px !important;
  border-bottom: 2px solid #1d7bff;
  border-left: 2px solid #1d7bff;
  border-top: 2px solid #1d7bff;
  border-right: 2px solid rgba(255, 255, 255, 0);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: os-loading 700ms infinite linear;
  background-color: transparent !important;
  z-index: 999;
}
.os-conversations-wrapper .os-conversation-box.os-loading.is-selected .os-conversation-customer-avatar:before {
  display: block;
  content: "";
  width: 45px !important;
  height: 45px !important;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
  border-right: 2px solid rgba(255, 255, 255, 0);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: os-loading 700ms infinite linear;
  background-color: transparent !important;
  z-index: 999;
}
.os-conversations-wrapper .os-conversation-box.is-selected {
  background-color: #1d7bff;
  box-shadow: 0px 1px 0px 0px #1d7bff;
}
.os-conversations-wrapper .os-conversation-box.is-selected .os-conversation-customer-name {
  color: #fff;
}
.os-conversations-wrapper .os-conversation-box.is-selected .os-conversation-last-message {
  color: rgba(255, 255, 255, 0.4);
}
.os-conversations-wrapper .os-conversation-box .os-conversation-customer-avatar {
  position: relative;
  flex: 0 0 35px;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  background-position: center center;
  background-size: cover;
  margin-right: 15px;
}
.os-conversations-wrapper .os-conversation-box .os-conversation-customer-info {
  flex: 1;
  position: relative;
}
.os-conversations-wrapper .os-conversation-box .os-conversation-booking-id {
  position: absolute;
  top: 0px;
  right: 0px;
  color: #1d7bff;
  font-size: 12px;
}
.os-conversations-wrapper .os-conversation-box .os-conversation-customer-name {
  font-weight: 400;
  color: #1f222b;
  font-size: 16px;
  margin-bottom: 3px;
}
.os-conversations-wrapper .os-conversation-box .os-conversation-last-message {
  color: #b0b0b0;
  font-size: 14px;
  line-height: 18px;
  height: 18px;
  overflow: hidden;
}
.os-conversations-wrapper .os-conversation-messages {
  flex: 1;
  position: relative;
  border-right: 1px solid #e4e5e7;
  display: flex;
  flex-direction: column;
}
.os-conversations-wrapper .os-conversation-messages .booking-messages-list {
  flex: 1;
  overflow-y: auto;
  padding: 30px;
}
.os-conversations-wrapper .os-conversation-messages .os-booking-messages-input-w {
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}
.os-conversations-wrapper .os-conversation-messages .os-conversation-info {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e4e5e7;
  padding: 8px 20px;
}
.os-conversations-wrapper .os-conversation-messages .os-conversation-info .os-conversation-info-customer {
  font-size: 20px;
  font-weight: 400;
}
.os-conversations-wrapper .os-conversation-messages .os-conversation-info .os-conversation-info-customer a {
  text-decoration: none;
  border-bottom: 1px dotted #1d7bff;
}
.os-conversations-wrapper .os-conversation-messages .os-conversation-info .os-conversation-info-customer-avatar {
  flex: 0 0 43px;
  height: 43px;
  width: 43px;
  border-radius: 50%;
  overflow: hidden;
  background-position: center center;
  background-size: cover;
  margin-right: 15px;
}
.os-conversations-wrapper .os-conversation-booking-info {
  flex: 0 0 250px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
}
.os-conversations-wrapper .os-conversation-booking-info h3 {
  padding: 17px 20px 18px;
  margin: 0px;
  font-size: 20px;
  border-bottom: 1px solid #e4e5e7;
  border-radius: 0px 4px 0px 0px;
  display: flex;
  align-items: center;
}
.os-conversations-wrapper .os-conversation-booking-info h3 span {
  display: block;
  margin-left: 10px;
}
.os-conversations-wrapper .os-conversation-booking-info h3 .latepoint-icon {
  color: #1d7bff;
}
.os-conversations-wrapper .os-conversation-booking-info ul {
  list-style: none;
  padding: 20px;
  margin: 0px;
  display: block;
  flex: 1;
  overflow-y: auto;
}
.os-conversations-wrapper .os-conversation-booking-info li + li {
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.os-conversations-wrapper .os-conversation-booking-info li div {
  font-weight: 400;
  color: #b0b0b0;
  font-size: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 3px;
}
.os-conversations-wrapper .os-conversation-booking-info li strong {
  text-transform: none;
  letter-spacing: normal;
  color: #1f222b;
  font-size: 15px;
}
.os-conversations-wrapper .os-conversation-booking-info li strong + a {
  margin-left: 5px;
}
.os-conversations-wrapper .os-conversation-booking-info li a {
  display: inline-block;
  text-decoration: none;
  color: #1d7bff;
  border-bottom: 1px dotted rgba(29, 123, 255, 0.5);
}
.os-conversations-wrapper .os-conversation-booking-info li a .latepoint-icon {
  margin-right: 3px;
}

.booking-messages-list .os-bm-info-w {
  display: flex;
  align-items: center;
}
.booking-messages-list .os-bm-info-w .os-bm-avatar {
  margin-top: -10px;
  width: 40px;
  height: 40px;
  background-size: cover;
  background-position: center center;
  border-radius: 50%;
  box-shadow: 0px 0px 0px 5px #fff;
  background-color: #fff;
}
.booking-messages-list .os-bm-info-w .os-bm-date {
  color: #a1a3af;
  font-size: 12px;
}
.booking-messages-list .os-booking-message-w {
  margin-bottom: 15px;
}
.booking-messages-list .os-booking-message-w .os-booking-message {
  padding: 15px 20px;
  border-radius: 10px;
  max-width: 370px;
  display: inline-block;
}
.booking-messages-list .os-booking-message-w .os-bm-info-w {
  position: relative;
}
.booking-messages-list .os-booking-message-w.os-bm-customer .os-bm-info-w .os-bm-avatar {
  margin-right: 10px;
}
.booking-messages-list .os-booking-message-w.os-bm-customer .os-booking-message {
  background-color: #2d53de;
  color: #ffffff;
  margin-left: 20px;
}
.booking-messages-list .os-booking-message-w.os-bm-agent, .booking-messages-list .os-booking-message-w.os-bm-admin, .booking-messages-list .os-booking-message-w.os-bm-custom {
  text-align: right;
}
.booking-messages-list .os-booking-message-w.os-bm-agent .os-bm-info-w, .booking-messages-list .os-booking-message-w.os-bm-admin .os-bm-info-w, .booking-messages-list .os-booking-message-w.os-bm-custom .os-bm-info-w {
  flex-direction: row-reverse;
}
.booking-messages-list .os-booking-message-w.os-bm-agent .os-bm-info-w .os-bm-avatar, .booking-messages-list .os-booking-message-w.os-bm-admin .os-bm-info-w .os-bm-avatar, .booking-messages-list .os-booking-message-w.os-bm-custom .os-bm-info-w .os-bm-avatar {
  margin-left: 10px;
}
.booking-messages-list .os-booking-message-w.os-bm-agent .os-booking-message, .booking-messages-list .os-booking-message-w.os-bm-admin .os-booking-message, .booking-messages-list .os-booking-message-w.os-bm-custom .os-booking-message {
  background-color: #edeff6;
  color: #363e4c;
  margin-left: auto;
  margin-right: 20px;
}
.booking-messages-list .os-booking-message-attachment-w {
  margin-bottom: 15px;
}
.booking-messages-list .os-booking-message-attachment-w .os-booking-message-attachment {
  border-radius: 10px;
  padding: 10px 20px;
  text-align: center;
  position: relative;
  border: 2px solid #eee;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
}
.booking-messages-list .os-booking-message-attachment-w .os-booking-message-attachment span {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  font-weight: 400;
  color: #1d7bff;
}
.booking-messages-list .os-booking-message-attachment-w .os-booking-message-attachment .latepoint-icon {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  color: #1d7bff;
}
.booking-messages-list .os-booking-message-attachment-w .os-booking-message-attachment:hover {
  border-color: #1d7bff;
}
.booking-messages-list .os-booking-message-attachment-w .os-bm-info-w {
  position: relative;
}
.booking-messages-list .os-booking-message-attachment-w.os-bm-customer .os-bm-info-w .os-bm-avatar {
  margin-right: 10px;
}
.booking-messages-list .os-booking-message-attachment-w.os-bm-customer .os-booking-message {
  margin-left: 20px;
}
.booking-messages-list .os-booking-message-attachment-w.os-bm-agent, .booking-messages-list .os-booking-message-attachment-w.os-bm-admin {
  text-align: right;
}
.booking-messages-list .os-booking-message-attachment-w.os-bm-agent .os-bm-info-w, .booking-messages-list .os-booking-message-attachment-w.os-bm-admin .os-bm-info-w {
  flex-direction: row-reverse;
}
.booking-messages-list .os-booking-message-attachment-w.os-bm-agent .os-bm-info-w .os-bm-avatar, .booking-messages-list .os-booking-message-attachment-w.os-bm-admin .os-bm-info-w .os-bm-avatar {
  margin-left: 10px;
}
.booking-messages-list .os-booking-message-attachment-w.os-bm-agent .os-booking-message-attachment, .booking-messages-list .os-booking-message-attachment-w.os-bm-admin .os-booking-message-attachment {
  margin-left: auto;
  margin-right: 20px;
}

.os-booking-messages-input-w {
  padding: 0px 115px 0px 25px;
  background-color: #fff;
  border-top: 1px solid #ddd;
  position: relative;
}
.os-booking-messages-input-w input {
  display: block;
  width: 100%;
  border: none;
  padding: 26px 0px 27px;
  box-shadow: none;
  outline: none;
  font-size: 16px;
  line-height: 1;
}
.os-booking-messages-input-w input:focus {
  box-shadow: none;
  outline: none;
  border-bottom-color: #aaa;
}
.os-booking-messages-input-w .os-bm-upload-file-btn {
  position: absolute !important;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  cursor: pointer;
  animation: 0.3s cubic-bezier(0.05, 0.45, 0.1, 1) 0s messageButtonAnimation;
  animation-fill-mode: both;
}
.os-booking-messages-input-w .os-bm-send-btn {
  position: absolute !important;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  cursor: pointer;
  display: none !important;
  animation: 0.3s cubic-bezier(0.05, 0.45, 0.1, 1) 0s messageButtonAnimation;
  animation-fill-mode: both;
}
.os-booking-messages-input-w.os-is-typing .os-bm-send-btn {
  display: inline-flex !important;
}
.os-booking-messages-input-w.os-is-typing .os-bm-upload-file-btn {
  display: none;
}

.os-bm-no-messages {
  background-color: #f3f3f3;
  border-radius: 6px;
  color: #41444b;
  font-size: 14px;
  padding: 8px 10px;
  margin-bottom: 10px;
  text-align: center;
}

.os-bm-open-quick-messages {
  border: 2px dotted rgba(0, 0, 0, 0.1);
  padding: 7px 10px;
  text-align: center;
  border-radius: 6px;
  color: #1d7bff;
  cursor: pointer;
  font-size: 15px;
  margin-bottom: 5px;
}
.os-bm-open-quick-messages:hover {
  border: 2px solid #1d7bff;
}
.os-bm-open-quick-messages i, .os-bm-open-quick-messages span {
  display: inline-block;
  vertical-align: middle;
}
.os-bm-open-quick-messages span {
  margin-left: 5px;
  font-weight: 400;
}
.os-bm-open-quick-messages.os-loading {
  position: relative;
  color: transparent;
}
.os-bm-open-quick-messages.os-loading:after {
  display: block;
  content: "";
  width: 14px !important;
  height: 14px !important;
  border-bottom: 2px solid #1d7bff;
  border-left: 2px solid #1d7bff;
  border-top: 2px solid #1d7bff;
  border-right: 2px solid rgba(255, 255, 255, 0);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: os-loading 700ms infinite linear;
  background-color: transparent !important;
  z-index: 999;
}

.booking-messages-panel {
  position: fixed;
  bottom: 0px;
  top: 0px;
  right: 420px;
  width: 550px;
  background-color: #fff;
  z-index: 9999;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
}
.booking-messages-panel .os-form-header h2 {
  display: inline-block;
  vertical-align: middle;
}
.booking-messages-panel .os-form-header select {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.booking-messages-panel .latepoint-messages-panel-close {
  font-size: 18px;
  line-height: 1;
  color: #333;
  text-decoration: none;
  display: block;
  transition: all 0.6s ease;
  outline: none;
  box-shadow: none;
  z-index: 3;
}
.booking-messages-panel .latepoint-messages-panel-close:focus {
  outline: none;
}
.booking-messages-panel .booking-messages-panel-i {
  display: flex;
  flex-direction: column;
  flex: 1;
  overflow: hidden;
}
.booking-messages-panel .booking-messages-list {
  max-height: 100%;
  overflow: auto;
  padding: 25px;
  flex: 1;
}

@keyframes bookingInfo {
  0% {
    transform: translate3d(30px, 0px, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0px, 0);
    opacity: 1;
  }
}
.os-conversation-booking-info ul {
  animation: 0.4s cubic-bezier(0.05, 0.45, 0.1, 1) 0s bookingInfo;
  animation-fill-mode: both;
}

.os-conversations-no-booking {
  border-left: 1px solid #ddd;
}

@media (max-width: 1024px) {
  .os-conversations-wrapper {
    overflow: hidden;
  }
  .os-conversations-wrapper .os-conversations-list-wrapper h3 {
    padding: 15px 20px;
  }
  .os-conversations-wrapper .os-conversation-booking-info h3 {
    padding: 15px 15px 15px 20px;
  }
  .os-conversations-wrapper .os-conversations-list-wrapper,
  .os-conversations-wrapper .os-conversation-booking-info {
    display: none;
    flex: 1;
    width: auto;
  }
  .os-conversations-wrapper.mobile-show-conversations .os-conversations-list-wrapper {
    display: block;
  }
  .os-conversations-wrapper.mobile-show-conversations .os-conversation-content {
    display: none;
  }
  .os-conversations-wrapper.mobile-show-booking-info .os-conversation-booking-info {
    display: block;
  }
  .os-conversations-wrapper.mobile-show-booking-info .os-conversation-messages {
    display: none;
  }
  .os-conversations-wrapper .os-conversation-close-booking-info {
    display: block;
  }
  .os-conversation-info-label {
    display: none;
  }
  .os-conversations-wrapper .os-conversation-messages .os-conversation-info .os-conversation-info-customer-avatar {
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
    display: none;
  }
  .os-conversation-mobile-open-conversations,
  .os-conversation-mobile-open-booking-info {
    display: block;
  }
  .os-conversations-wrapper .os-conversation-messages .os-conversation-info {
    padding: 15px 15px;
  }
  .os-conversations-wrapper .os-conversation-messages {
    border: none;
    border-radius: 4px;
  }
  .os-booking-messages-input-w {
    border-radius: 0px 0px 4px 4px;
  }
  .os-booking-messages-input-w .os-bm-upload-file-btn {
    right: 15px;
  }
  .os-booking-messages-input-w {
    padding-left: 15px;
  }
  .os-conversations-wrapper .os-conversation-messages .booking-messages-list {
    height: calc(100dvh - 290px);
  }
  .os-conversations-wrapper .os-conversations-list,
  .os-conversations-wrapper .os-search-conversations-list {
    height: calc(100dvh - 310px);
  }
  @keyframes conversationsPanelAnimation {
    0% {
      transform: translate3d(-40px, 0px, 0);
      opacity: 0;
    }
    100% {
      transform: translate3d(0, 0px, 0);
      opacity: 1;
    }
  }
  .os-conversations-list-wrapper {
    animation: 0.4s cubic-bezier(0.05, 0.45, 0.1, 1) 0s conversationsPanelAnimation;
    animation-fill-mode: both;
  }
  @keyframes conversationsBookingInfoPanelAnimation {
    0% {
      transform: translate3d(40px, 0px, 0);
      opacity: 0;
    }
    100% {
      transform: translate3d(0, 0px, 0);
      opacity: 1;
    }
  }
  .os-conversations-wrapper .os-conversation-content,
  .os-conversation-booking-info {
    animation: 0.4s cubic-bezier(0.05, 0.45, 0.1, 1) 0s conversationsBookingInfoPanelAnimation;
    animation-fill-mode: both;
  }
}
/*!
 * Copyright (c) 2022 LatePoint LLC. All rights reserved.
 */
.os-additional-service-durations {
  margin-top: 30px;
}
.os-additional-service-durations h4 {
  font-size: 18px;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 10px;
}

.extra-duration {
  position: relative;
}

.service-duration-box.extra-duration {
  padding: 15px;
  box-shadow: 0px 2px 4px -2px rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  margin: 10px 0px;
  border: 1px solid #ddd;
  border-bottom-color: #ccc;
}
.service-duration-box.extra-duration .os-remove-duration {
  position: absolute;
  right: 1px;
  top: 1px;
  transform: translate(50%, -50%);
  font-size: 16px;
  color: #fff;
  background-color: #eb3a3a;
  border: 3px solid #fff;
  text-decoration: none;
  padding: 0px 2px;
  line-height: 26px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  text-align: center;
  display: none;
  z-index: 3;
  opacity: 1;
}
.service-duration-box.extra-duration .os-remove-duration:hover {
  background-color: #af0000;
}
.service-duration-box.extra-duration .os-remove-duration i {
  vertical-align: middle;
  line-height: 20px;
  display: block;
}
.service-duration-box.extra-duration .os-remove-duration.os-loading:after {
  display: block;
  content: "";
  width: 19px;
  height: 19px;
  border-bottom: 2px solid #dc5858;
  border-left: 2px solid #dc5858;
  border-top: 2px solid #dc5858;
  border-right: 2px solid rgba(255, 255, 255, 0);
  border-radius: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: os-loading 700ms infinite linear;
}
.service-duration-box.extra-duration .os-remove-duration.os-loading i {
  color: transparent;
}
.service-duration-box.extra-duration:hover .os-remove-duration {
  display: block;
}

.coupon-option-wrapper {
  padding: 5px;
  padding-right: 10px;
  background-color: #f3f3f3;
  border-radius: 6px;
  margin-top: 15px;
  display: flex;
  align-items: center;
}
.coupon-option-wrapper .os-form-group.os-form-toggler-group {
  padding-left: 10px;
  padding-right: 15px;
}
.coupon-option-wrapper .os-form-group.os-form-toggler-group:hover {
  box-shadow: none;
}
.coupon-option-wrapper #optionalCouponCode {
  margin-left: auto;
  flex: 0 0 170px;
}
.coupon-option-wrapper #optionalCouponCode .coupon-input-wrapper {
  display: flex;
}
.coupon-option-wrapper #optionalCouponCode .latepoint-btn {
  display: block;
  border: 1px solid #bbb;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
  margin-left: 3px;
  border-bottom-color: #999;
}
.coupon-option-wrapper #optionalCouponCode .latepoint-btn:focus {
  border-color: #1d7bff;
  box-shadow: 0px 0px 0px 2px rgba(29, 123, 255, 0.2);
}
.coupon-option-wrapper #optionalCouponCode .os-form-group.os-form-group-bordered.os-form-textfield-group {
  margin-bottom: 0px;
}
.coupon-option-wrapper #optionalCouponCode .os-form-group.os-form-group-bordered.os-form-textfield-group .os-form-control {
  padding: 4px 6px !important;
  min-height: auto;
  font-size: 13px;
}
.coupon-option-wrapper .os-form-group.os-form-toggler-group {
  margin-bottom: 0px;
}
.coupon-option-wrapper label {
  margin-bottom: 0px;
}
.coupon-option-wrapper #optionalCouponCode {
  display: none;
}

.os-coupons-w .os-form-w:first-child {
  margin-top: 0px;
}

.os-coupon-form {
  position: relative;
}
.os-coupon-form.os-coupon-status-disabled .os-coupon-form-i {
  opacity: 0.6;
}
.os-coupon-form.os-coupon-status-disabled .os-coupon-form-i:before {
  content: "";
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 4px;
  background-color: #e84e4e;
  border-radius: 6px;
  position: absolute;
}
.os-coupon-form + .os-coupon-form {
  margin-top: 15px;
}
.os-coupon-form .os-form-message-w.status-success {
  display: none;
}
.os-coupon-form .os-remove-coupon {
  position: absolute;
  right: 0px;
  top: 0px;
  transform: translate(50%, -50%);
  font-size: 14px;
  color: #41444b;
  text-decoration: none;
  display: block;
  padding: 0px 2px;
  line-height: 18px;
  width: 18px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 5px 15px -5px rgba(115, 125, 146, 0.11), 0 1px 2px 0 rgba(160, 170, 185, 0.6);
  text-align: center;
  vertical-align: middle;
  transition: all 0.2s ease;
  display: none;
}
.os-coupon-form .os-remove-coupon:hover {
  color: #dc5858;
  transform: translate(50%, -50%) rotate(90deg);
}
.os-coupon-form .os-remove-coupon i {
  vertical-align: middle;
  line-height: 18px;
}
.os-coupon-form .os-remove-coupon.os-loading:after {
  display: block;
  content: "";
  width: 19px;
  height: 19px;
  border-bottom: 2px solid #dc5858;
  border-left: 2px solid #dc5858;
  border-top: 2px solid #dc5858;
  border-right: 2px solid rgba(255, 255, 255, 0);
  border-radius: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: os-loading 700ms infinite linear;
}
.os-coupon-form .os-remove-coupon.os-loading i {
  color: transparent;
}
.os-coupon-form:hover .os-remove-coupon {
  display: block;
}
.os-coupon-form .os-coupon-form-info {
  display: flex;
  cursor: pointer;
  align-items: center;
  position: relative;
  padding-left: 25px;
}
.os-coupon-form .os-coupon-form-info:before {
  content: "";
  width: 3px;
  height: 3px;
  background-color: #1d7bff;
  box-shadow: 6px 6px 0px rgba(29, 123, 255, 0.6), 0px 6px 0px rgba(29, 123, 255, 0.6), 0px 12px 0px rgba(29, 123, 255, 0.3), 6px 18px 0px rgba(29, 123, 255, 0.7), 6px 12px 0px rgba(29, 123, 255, 0.4);
  position: absolute;
  top: 2px;
  left: 0px;
}
.os-coupon-form .os-coupon-form-info:hover .os-coupon-name {
  color: #1d7bff;
}
.os-coupon-form .os-coupon-form-info.os-coupon-required .os-coupon-type:after {
  position: absolute;
  content: "*";
  color: #BC0000;
  top: 50%;
  right: -15px;
  transform: translateY(-50%);
  line-height: 1;
  font-size: 18px;
  display: block;
}
.os-coupon-form .os-coupon-form-info .os-coupon-drag {
  font-size: 16px;
  padding: 5px;
  padding-left: 0px;
  color: #1d7bff;
  margin-right: 10px;
  line-height: 1;
  cursor: -moz-grab;
  cursor: -webkit-grab;
  cursor: grab;
}
.os-coupon-form .os-coupon-form-info .os-coupon-drag:before {
  font-family: "latepointIconsAdmin" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e92b";
}
.os-coupon-form .os-coupon-form-info .os-coupon-name {
  padding: 5px 0px;
  margin-right: 10px;
  font-size: 19px;
  font-weight: 400;
}
.os-coupon-form .os-coupon-form-info .os-coupon-code {
  margin-right: 10px;
  font-size: 12px;
  margin-left: 10px;
  font-weight: 400;
  color: #1d7bff;
  text-transform: uppercase;
  padding: 4px;
  border-radius: 4px;
  background-color: #fff;
  border: 1px dashed #1d7bff;
  line-height: 1;
}
.os-coupon-form .os-coupon-form-info .os-coupon-type {
  color: #788291;
  position: relative;
}
.os-coupon-form .os-coupon-form-info .os-coupon-edit-btn {
  margin-left: auto;
  font-size: 16px;
  color: #1d7bff;
}
.os-coupon-form .os-coupon-form-params {
  display: none;
  padding-top: 20px;
  margin-top: 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.os-coupon-form .os-coupon-form-i {
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 5px 15px -5px rgba(115, 125, 146, 0.11), 0 1px 2px 0 rgba(160, 170, 185, 0.6);
  border-radius: 6px;
}
.os-coupon-form .os-coupon-form-i .os-form-group {
  margin-bottom: 20px;
}
.os-coupon-form .os-coupon-form-i .os-form-group:first-child {
  flex: 1;
}
.os-coupon-form.os-is-editing .os-coupon-form-params {
  display: block;
}

.add-coupon-box {
  border: 3px dotted rgba(0, 0, 0, 0.1);
  padding: 13px;
  border-radius: 6px;
  cursor: pointer;
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.add-coupon-box .add-coupon-graphic-w {
  width: 40px;
  height: 40px;
  position: relative;
}
.add-coupon-box .add-coupon-graphic-w .add-coupon-plus {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  height: 18px;
  width: 18px;
  background-color: #1d7bff;
  box-shadow: 0px 0px 0px 10px rgba(189, 214, 252, 0.3);
  color: #fff;
  transform: translate(-50%, -50%);
  transition: all 0.2s cubic-bezier(0.25, 1.4, 0.5, 1.35);
}
.add-coupon-box .add-coupon-graphic-w .add-coupon-plus i {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  font-size: 10px;
  transform: translate(-45%, -47%);
  transition: all 0.2s ease;
}
.add-coupon-box .add-coupon-label {
  color: #1f222b;
  font-weight: 400;
  font-size: 18px;
  transition: all 0.2s cubic-bezier(0.25, 1.4, 0.5, 1.35);
  margin-left: 15px;
}
.add-coupon-box:hover {
  border-color: #1d7bff;
  border-style: solid;
}
.add-coupon-box:hover .add-coupon-plus {
  box-shadow: 0px 0px 0px 12px rgba(189, 214, 252, 0.3);
  transform: translate(-50%, -50%) scale(1.2);
}
.add-coupon-box:hover .add-coupon-label {
  transform: translateX(5px);
}
.add-coupon-box.os-loading {
  animation: animate_appointment_small_box 0.8s ease infinite;
}
.add-coupon-box.os-loading .add-coupon-plus {
  color: rgba(255, 255, 255, 0.4);
}
.add-coupon-box.os-loading .add-coupon-plus:after {
  display: block;
  content: "";
  width: 42px !important;
  height: 42px !important;
  border-bottom: 2px solid #1d7bff;
  border-left: 2px solid #1d7bff;
  border-top: 2px solid #1d7bff;
  border-right: 2px solid rgba(255, 255, 255, 0);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: os-loading 700ms infinite linear;
  background-color: transparent !important;
  z-index: 999;
}

.coupon-restrictions-w {
  padding: 30px 30px 20px 30px;
  background-color: #fff7e9;
  border-radius: 6px;
  margin-bottom: 20px;
  border: 1px solid #e8d5b3;
}
.coupon-restrictions-w h3 {
  color: #bb8421;
  margin-top: 0px;
  margin-bottom: 20px;
}
.coupon-restrictions-w .os-form-group.os-form-group-transparent.os-form-textfield-group .os-form-control {
  background-color: transparent !important;
  border-bottom-color: rgba(0, 0, 0, 0.2);
}
.coupon-restrictions-w .os-form-group.os-form-group-transparent.os-form-textfield-group .os-form-control::placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.coupon-restrictions-w .os-form-group label {
  color: rgba(0, 0, 0, 0.4);
}

.in-table-coupon-code {
  border: 1px dotted #999;
  padding: 2px 4px;
}

/*!
 * Copyright (c) 2024 LatePoint LLC. All rights reserved.
 */
.pac-container {
  font-family: "latepoint", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 15px;
  z-index: 9999999;
}

.os-uploaded-file-info {
  text-decoration: none;
  padding: 8px;
  border-radius: 6px;
  border: 1px solid #ddd;
  border-bottom: 1px solid #bbb;
  margin-bottom: 15px;
  background-color: #fff;
  display: flex;
  align-items: center;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
  position: relative;
  cursor: default;
  line-height: 1;
}
.os-uploaded-file-info:before {
  position: absolute;
  font-family: "latepointIconsAdmin" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e91a";
  font-size: 14px;
  top: 48%;
  right: 15px;
  color: #1d7bff;
  transform: translateY(-50%);
  display: none;
}
.os-uploaded-file-info .uf-remove {
  content: "";
  width: 18px;
  height: 18px;
  font-size: 14px;
  position: absolute;
  top: -6px;
  right: -6px;
  background-color: #dc5454;
  color: #fff;
  border-radius: 50%;
  padding: 2px;
  box-shadow: 0px 0px 0px 2px #fff;
  cursor: pointer;
}
.os-uploaded-file-info .uf-remove:hover {
  background-color: #e32b2b;
  box-shadow: 0px 0px 0px 2px #841414;
}
.os-uploaded-file-info .uf-icon {
  flex: 0 0 30px;
  font-size: 18px;
  line-height: 1;
  color: #41444b;
  position: relative;
}
.os-uploaded-file-info .uf-icon i {
  display: block;
}
.os-uploaded-file-info.is-uploaded {
  cursor: pointer;
}
.os-uploaded-file-info.is-uploaded:hover {
  border-color: #1d7bff;
  box-shadow: 0px 0px 0px 2px #d6ebff;
  background-color: #fff;
}
.os-uploaded-file-info.is-uploaded:hover .uf-label {
  color: #1d7bff;
}
.os-uploaded-file-info.is-uploaded:hover:before {
  display: block;
}
.os-uploaded-file-info.is-uploaded .uf-icon:before {
  content: "";
  width: 12px;
  height: 12px;
  font-size: 8px;
  font-family: "latepointIconsAdmin" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e904";
  position: absolute;
  top: -4px;
  right: 7px;
  background-color: #83d476;
  color: #fff;
  border-radius: 50%;
  padding: 2px;
  box-shadow: 0px 0px 0px 2px #fff;
}
.os-uploaded-file-info .uf-data {
  padding-left: 10px;
  border-left: 1px solid #eee;
  flex: 1;
  overflow: hidden;
}
.os-uploaded-file-info .uf-label {
  display: block;
  color: #41444b;
}
.os-uploaded-file-info .uf-name {
  display: block;
  color: #788291;
  font-size: 12px;
}

.cf-condition {
  display: flex;
  border: 1px solid #e4e5e7;
  padding: 15px;
  border-radius: 5px 5px 0px 0px;
  align-items: center;
  position: relative;
}
.cf-condition:hover .cf-remove-condition {
  display: block;
}
.cf-condition .cf-remove-condition {
  outline: none;
  border: none;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 14px;
  color: #eb3a3a;
  text-decoration: none;
  padding: 0px 2px;
  line-height: 20px;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 5px 15px -5px rgba(115, 125, 146, 0.11), 0 1px 2px 0 rgba(160, 170, 185, 0.6);
  text-align: center;
  z-index: 3;
  display: none;
  cursor: pointer;
}
.cf-condition .cf-remove-condition:focus {
  outline: none;
}
.cf-condition .cf-remove-condition:hover {
  color: #dc5858;
  box-shadow: 0px 0px 0px 2px #dc5858;
}
.cf-condition .cf-remove-condition i {
  vertical-align: middle;
  line-height: 21px;
  display: block;
}
.cf-condition .cf-remove-condition.os-loading:after {
  display: block;
  content: "";
  width: 19px;
  height: 19px;
  border-bottom: 2px solid #dc5858;
  border-left: 2px solid #dc5858;
  border-top: 2px solid #dc5858;
  border-right: 2px solid rgba(255, 255, 255, 0);
  border-radius: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: os-loading 700ms infinite linear;
}
.cf-condition .cf-remove-condition.os-loading i {
  color: transparent;
}
.cf-condition .os-form-group {
  margin-right: 10px;
}
.cf-condition .custom-field-condition-values-w {
  flex: 1;
}
.cf-condition + .cf-condition {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-top: none;
}
.cf-condition:last-child {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.cf-conditions {
  display: none;
}
.cf-conditions.is-active {
  display: block;
}
.cf-conditions h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.latepoint-custom-fields-for-booking-wrapper.os-loading {
  opacity: 0.4;
  position: relative;
}
.latepoint-custom-fields-for-booking-wrapper.os-loading:before {
  display: block;
  content: "";
  width: 12px !important;
  height: 12px !important;
  border-bottom: 2px solid #1d7bff;
  border-left: 2px solid #1d7bff;
  border-top: 2px solid #1d7bff;
  border-right: 2px solid rgba(255, 255, 255, 0);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: os-loading 700ms infinite linear;
  background-color: transparent !important;
  z-index: 999;
}

@media (max-width: 600px) {
  .booking-messages-panel {
    max-width: 100%;
    width: 100%;
    height: 100dvh;
    right: 0;
    left: 0;
  }
  .booking-messages-panel .latepoint-messages-panel-close {
    font-size: 24px;
  }
  .booking-messages-panel .os-booking-messages-input-w {
    padding-left: 15px;
  }
  .booking-messages-panel .os-booking-messages-input-w .os-bm-upload-file-btn {
    right: 15px;
  }
  .booking-messages-panel .os-booking-messages-input-w .os-bm-send-btn {
    right: 15px;
  }
  .booking-messages-panel .booking-messages-list .os-booking-message-w .os-booking-message {
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .booking-messages-panel .booking-messages-panel-i .booking-messages-list {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/*# sourceMappingURL=latepoint-pro-features-admin.css.map */
