@charset "UTF-8";
@font-face {
  font-family: Manrope;
  src: url("/public/fonts/Manrope-ExtraBold.woff2") format("woff2"), url("/public/fonts/Manrope-ExtraBold.ttf") format("truetype");
  font-style: normal;
  font-weight: 800;
}
@font-face {
  font-family: Manrope;
  src: url("/public/fonts/Manrope-Bold.woff2") format("woff2"), url("/public/fonts/Manrope-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: Manrope;
  src: url("/public/fonts/Manrope-SemiBold.woff2") format("woff2"), url("/public/fonts/Manrope-SemiBold.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-family: Manrope;
  src: url("/public/fonts/Manrope-Medium.woff2") format("woff2"), url("/public/fonts/Manrope-Medium.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: Manrope;
  src: url("/public/fonts/Manrope-Regular.woff2") format("woff2"), url("/public/fonts/Manrope-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: Manrope;
  src: url("/public/fonts/Manrope-Light.woff2") format("woff2"), url("/public/fonts/Manrope-Light.ttf") format("truetype");
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: Manrope;
  src: url("/public/fonts/Manrope-ExtraLight.woff2") format("woff2"), url("/public/fonts/Manrope-ExtraLight.ttf") format("truetype");
  font-style: normal;
  font-weight: 200;
}
:root {
  --body-back: #f2f2f2; /* $gray-200: #f2f2f2; */
  --header: #fff;
  --navbar: #18cff7; /* blue-500 */
  --text: #1C2430;
  --infobox: #fff;
  --black: #1C2430;
  --white:#fff;
  --almostwhite:#fefefe;
  --error: #ff8585;
  --red: #e95572;
  --lightred: #e4798e;
  --lightenred: #f5bec9;
  --warning: #e39a62;
  --orange: #e39a62;
  --darkorange: #956139;
  --lightwarning: #e39a6220;
  --info:#6a71b3;
  --success:#2cc9c5;
  --button-radius:20px;
  --box-radius:10px;
  --grey:#808080;
  --grey-eee:#fafafa;
  --grey-f7:#f7f7f7;
  --lightgrey:#dbdbdb;
  --darkgrey:#303030;
  --daysheader:#464d56;
  --highlight:#ffd45c;
  --green:#18cff7; /* blue500 */
  --lightgreen:#75e2fa; /* blue300 */
  --lightengreen:#d8f7fe; /* blue100 */
  --navy:#3f4c6b;
  --lightnavy:#5c75af;
  --discount:#ea6280;
  --paid:#07A05A;
  --unpaid:#B87A00;
  --status-confirmed:#3b8c00;
  --status-checkin:#ac73c3;
  --status-checkout:#288dad;
  --status-new:#ff5a00;
  --status-canceled:#726e74;
  --status-complete:#209677;
  --status-unpaid:#e95572;
  --status-parpaid:#e39a62;
  --status-paid:#009688;
  --ck-border-radius: 5px !important;
  --ck-color-base-border:#eee !important;
}

* {
  font-family: Manrope, Sans-Serif, serif !important;
}

h1 {
  font-family: Manrope, sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: -1.4px;
  color: #050505;
  margin: 0;
}

.actionBar {
  margin-bottom: 24px;
}

.rooms .small-6.columns {
  margin-bottom: 16px;
}

.resp-tabs-container {
  background: #fff;
  padding: 20px;
}

.container {
  max-width: 660px;
}

input::-webkit-inner-spin-button {
  display: none !important;
}

.separator, hr {
  background: #e5e5e5;
  height: 1px;
  width: 100%;
  margin: 24px 0;
  border: none;
}

.phone-with-prefix {
  margin-bottom: 20px;
}
.phone-with-prefix .form-field {
  margin-bottom: 0;
}

.add-www {
  position: absolute;
  top: 0;
  right: 15px;
  cursor: pointer;
}
.add-www svg {
  width: 16px;
  height: 16px;
  display: block;
}

.section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.text-capitalize {
  text-transform: capitalize;
}

.map-wrapper {
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  height: 240px;
  margin-bottom: 24px;
}

.page-ratescalendar .row.content,
.page-calendar .row.content {
  padding-left: 48px;
  padding-right: 48px;
}

pre {
  background-color: #f5f7fa;
  color: #2d2d2d;
  padding: 16px;
  border-radius: 8px;
  border: 1px solid #e1e4e8;
  font-family: Consolas, Monaco, "Courier New", monospace;
  font-size: 14px;
  overflow-x: auto;
  line-height: 1.5;
  white-space: pre-wrap;
  word-break: break-word;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}

.header {
  border-bottom: 1px solid #e5e5e5;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 999;
}
.header .logo {
  max-width: 160px;
}
@media (max-width: 767px) {
  .header .logo {
    max-width: 100%;
    height: 24px;
  }
}

.top-bar-columns {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
}

.avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #18cff7;
  color: #fff;
  overflow: hidden;
  font-family: Manrope, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  flex-shrink: 0;
  margin-right: 12px;
}
.avatar.size-m {
  width: 24px;
  height: 24px;
  border-radius: 6px;
  font-size: 11px;
  line-height: 12px;
}
.avatar.size-s {
  width: 16px;
  height: 16px;
  border-radius: 4px;
  font-size: 11px;
  line-height: 12px;
}
.avatar img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
  background: #fff;
}

.main-content {
  display: flex;
}
.main-content .company-switcher {
  margin: 14px 0 24px;
}
.main-content .company-switcher ul {
  max-width: 600px;
  width: auto;
  left: 0;
  right: auto;
}
.main-content .company-list {
  padding: 0 12px;
  display: flex;
  align-items: center;
  border-radius: 12px;
  border: 2px solid #ededed;
  width: 100%;
  height: 48px;
  overflow: hidden;
  transition: all 0.3s ease;
  cursor: default;
}
.main-content .company-list.clickable {
  cursor: pointer;
}
.main-content .company-list.clickable .actions {
  right: 32px !important;
}
.main-content .company-list.clickable:hover {
  border-color: #e5e5e5;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.04);
}
.main-content .company-list span {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: -0.2px;
  transition: all 0.3s ease;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.main-content .company-list .actions {
  position: absolute;
  top: 2px;
  bottom: 2px;
  right: 2px;
  display: flex;
  align-items: center;
  padding-left: 24px;
  padding-right: 4px;
  transition: all 0.3s ease;
  opacity: 0;
  transform: translateX(4px);
  z-index: 999;
  background: linear-gradient(270deg, #ffffff 61.67%, rgba(255, 255, 255, 0) 100%);
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}
.main-content .company-list .arrow {
  position: relative;
  z-index: 999;
  margin-left: auto;
  transition: all 0.15s ease;
}
.main-content .company-list .arrow svg {
  display: block;
  width: 16px;
  height: 16px;
}
.main-content .company-list:hover .actions {
  opacity: 1;
  transform: translateX(0);
}
.main-content nav {
  position: fixed;
  top: 71px;
  left: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  width: 242px;
  background: #fff;
  padding: 10px 12px 0;
  transition: all 0.3s ease;
  z-index: 999;
  border-right: 1px solid #e5e5e5;
}
.main-content > div {
  padding-left: 242px;
  padding-top: 71px;
  max-width: 1602px !important;
  margin: 0;
  width: 100%;
}
.main-content > .columns {
  padding: 20px 40px;
}
@media (max-width: 767px) {
  .main-content nav {
    transform: translateX(-242px);
    width: 0;
  }
  .main-content nav.nav-open {
    transform: translateX(0);
    width: 242px;
  }
  .main-content > div {
    padding: 61px 0 0 !important;
  }
  .main-content > .columns {
    padding: 20px !important;
  }
  .main-content .content {
    padding: 20px !important;
  }
}

.sh-nav {
  padding-bottom: 24px;
  overflow: auto;
}
.sh-nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.sh-nav ul > li {
  width: 100%;
  margin-bottom: 4px;
}
.sh-nav ul li i, .sh-nav ul li svg {
  margin-right: 16px;
}
.sh-nav ul li i {
  background: transparent;
  width: 20px;
  height: 20px;
  display: inline-block;
  line-height: 20px;
  text-align: center;
  border-radius: 0;
  margin-right: 16px;
}
.sh-nav ul li i::before {
  font-size: 20px;
}
.sh-nav ul li svg {
  display: block;
  width: 20px;
  height: 20px;
}
.sh-nav ul li svg.arrow {
  width: 16px;
  height: 16px;
  margin: 0 0 0 auto;
  transition: all 0.3s ease;
}
.sh-nav ul li svg.arrow.rotated {
  transform: rotate(180deg);
}
.sh-nav ul li a {
  border-radius: 12px;
  display: flex;
  align-items: center;
  padding: 12px 16px !important;
  height: 44px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.3px;
  color: #050505;
  white-space: nowrap;
}
.sh-nav ul li a.route-active,
.sh-nav ul li li.route-active a {
  background: #18CFF7 !important;
  color: #fff !important;
}
.sh-nav ul li a.route-active svg path,
.sh-nav ul li li.route-active a svg path {
  fill: #fff;
}
.sh-nav ul li ul {
  display: none;
  padding-top: 4px;
}
.sh-nav ul li ul li ul {
  display: none;
}
.sh-nav ul li ul li ul li {
  padding-left: 16px !important;
}
.sh-nav li a:hover, .sh-nav li.has-sub.hover a:hover {
  color: #050505;
  background: #f2f2f2;
}
.sh-nav li.has-sub ul::before {
  content: "";
  position: absolute;
  inset: -4px;
  z-index: -1;
}
.sh-nav li.has-sub.hover ul > li.has-sub.hover > a {
  color: #050505;
  background: #f2f2f2;
}
.sh-nav ul ul li a {
  padding-left: 52px !important;
}

.dropWrap ul li .search-input {
  border-radius: 8px;
  box-shadow: 0 1px #f8f8f8;
  border: solid 1px #e5e5e5;
  background-color: #fff;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 24px;
  letter-spacing: -0.2px;
  color: #050505;
  width: 100%;
  padding: 8px 12px;
  height: 40px;
  appearance: none;
  outline: none;
  margin-bottom: 4px;
}
.dropWrap ul li.not-found {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  border-radius: 6px;
  cursor: default;
}
.dropWrap ul li.not-found span {
  font-size: 14px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 22px;
  letter-spacing: -0.1px;
  color: #9e9e9e;
}

.sh-page-title {
  display: flex;
  justify-content: space-between;
  margin-top: 24px;
  margin-bottom: 48px;
}
.sh-page-title h1 {
  color: #050505;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: -1.4px;
  margin: 0;
  padding: 0;
}
.sh-page-title .actions {
  display: flex;
  align-items: center;
  gap: 8px;
}
.sh-page-title .searchInput {
  display: none;
  position: relative;
  transition: all 0.2s ease;
}
.sh-page-title .searchInput.open {
  display: block;
}
.sh-page-title .searchInput input {
  padding-left: 40px;
  padding-right: 80px;
  border-radius: 360px;
  height: 40px;
  width: 300px;
  border: 1px solid #E1E4E8;
  background: #fff;
  font-size: 14px;
  color: #050505;
}
.sh-page-title .searchInput .searchIcon {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 1;
}
.sh-page-title .searchInput .searchIcon svg {
  width: 16px;
  height: 16px;
  display: block;
}
.sh-page-title .searchInput .searchClear {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  text-transform: uppercase;
  color: #050505;
  font-size: 11px;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 4px;
}

@media only screen and (width <= 768px) {
  .sh-page-title {
    margin: 0 0 24px 0;
  }
  .sh-page-title h1 {
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: -1px;
  }
}
.grabber {
  cursor: grab;
  display: inline-flex;
}
.grabber svg {
  display: block;
  width: 20px;
  height: 20px;
}
.grabber svg path {
  fill: #b7b7b7;
  transition: all 0.3s ease;
}

.grabber:hover svg path {
  fill: #767676;
  transition: all 0.3s ease;
}

.drop-area {
  border-radius: 12px;
  border: 2px dashed #E5E5E5;
  padding: 32px;
  text-align: center;
  color: #888;
  cursor: pointer;
}
.drop-area svg {
  margin-bottom: 12px;
}
.drop-area h6 {
  color: #050505;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: -0.4px;
  margin: 0 0 8px;
}
.drop-area p {
  color: #9E9E9E;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -0.1px;
  margin: 0;
}

.drop-area-type-compact {
  display: flex;
  align-items: center;
  padding: 20px;
}
.drop-area-type-compact svg {
  margin: 0 24px 0 0;
  width: 40px;
  height: 40px;
}
.drop-area-type-compact .drop-area-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.drop-area-type-compact h6 {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px; /* 128.571% */
  letter-spacing: -0.2px;
  margin-bottom: 4px;
}
.drop-area-type-compact p {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  color: #767676;
}

.photo-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: 20px;
  margin-bottom: 20px;
}

.photo-list:empty {
  margin-bottom: 0;
}

.photo-item {
  position: relative;
  border-radius: 8px;
}
.photo-item:first-child::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 0 0 8px 8px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
}
.photo-item:first-child::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  content: "Zdjęcie głowne";
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: -0.2px;
  text-align: center;
  padding: 8px;
}

.photo-item img {
  width: 140px;
  height: 100px;
  object-fit: cover;
  border-radius: 8px;
  overflow: hidden;
}

.photo-item .photo-item-remove {
  position: absolute;
  top: -4px;
  right: -4px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
}

.photo-item:hover .photo-item-remove {
  opacity: 1;
  visibility: visible;
}

.photo-ready-to-upload {
  border-top: 2px solid #E5E5E5;
  padding-top: 20px;
  margin-bottom: 20px;
  display: none;
}
.photo-ready-to-upload.empty {
  opacity: 0.5;
}

.photo-ready-to-upload h6 {
  color: #050505;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px; /* 128.571% */
  letter-spacing: -0.2px;
  margin: 0;
}

.tabs-wrapper {
  list-style: none;
  padding: 0;
  /* margin: -20px -20px 20px -20px; */
  display: flex;
  white-space: nowrap;
  border-bottom: 4px solid #e5e5e5;
}

.tabs-wrapper-card {
  background: #fff;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}

.tab-item {
  user-select: none;
  display: inline-flex;
  cursor: pointer;
  padding: 20px 24px;
  width: 50%;
}

.tab-item span {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: -0.3px;
  color: #4d4d4d;
  margin: 0;
  transition: all 0.3s ease;
}

.tab-item.current {
  position: relative;
  cursor: default;
}

.tab-item.current span {
  color: #050505;
}

.tab-item.current::after {
  content: "";
  position: absolute;
  height: 4px;
  width: 100%;
  left: 0;
  bottom: -4px;
  background: #050505;
}

.tabs-card .resp-tabs-container {
  padding: 24px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  margin-bottom: 28px;
}
.tabs-card ul.tabs {
  background: #fff;
  margin: 0;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  position: relative;
}
.tabs-card ul.tabs::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  background: #e5e5e5;
  height: 4px;
  bottom: 0;
  z-index: 1;
}
.tabs-card ul.tabs li {
  position: relative;
  z-index: 10;
  padding: 20px 24px;
}
.tabs-card ul.tabs li:not(.resp-tab-active):hover {
  background: rgba(0, 0, 0, 0.0392156863) !important;
}
.tabs-card ul.tabs li span {
  display: flex;
  height: 20px;
  min-width: 20px;
  padding: 0 4px;
  justify-content: center;
  align-items: center;
  color: #050505;
  border-radius: 360px;
  background: #F2F2F2;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: -0.2px;
  margin-left: 8px;
}

.go-back {
  display: inline-flex;
  align-items: center;
  margin-bottom: 24px;
  cursor: pointer;
  color: #050505;
}
.go-back:hover {
  color: #050505;
}
.go-back span {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: -0.2px;
  margin-left: 12px;
}
.go-back p {
  color: #050505;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.3px;
  margin: 0 0 0 12px;
}

@media only screen and (width <= 768px) {
  .go-back {
    margin-bottom: 28px;
  }
}
.card {
  width: 100%;
  padding: 20px;
  border-radius: 16px;
  background: #fff;
  margin-bottom: 60px;
}

.card-separator {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 24px;
}

.card-tabs {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background: #fff;
}

.card-iframe {
  padding: 0;
}

.card-iframe iframe {
  width: 100%;
  height: 100vh;
  display: block;
}

.card > section {
  width: 100%;
}

.card h2 {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: -0.4px;
  color: #050505;
  margin-bottom: 20px;
}

.card h4 {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: -0.4px;
  margin: 28px 0 20px;
}

.card .resp-tabs-container {
  padding: 0 !important;
}

footer.card {
  display: flex;
  justify-content: flex-end;
}

.channels-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 28px;
}

.channel-item {
  padding: 4px 4px 20px;
  border-radius: 12px;
  background-color: #fff;
  width: 309px;
  min-height: 200px;
  float: left;
  position: relative;
  display: flex;
  flex-direction: column;
}

.channel-item-logo {
  border-radius: 8px;
  border: solid 1px #ededed;
  background-color: #fff;
  display: flex;
  align-items: center;
  height: 74px;
  flex-shrink: 0;
  justify-content: center;
}

.channel-item-badge {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: auto;
}
.channel-item-badge span {
  display: inline-flex;
  height: 18px;
  padding: 2px 6px;
  border-radius: 9px;
  font-size: 11px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-transform: uppercase;
}

.channel-item-actions {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin: 24px 0;
}

.page-channels > div {
  max-width: 100% !important;
}
.page-channels > .content > .columns {
  padding: 48px 80px;
}

.services-list {
  gap: 20px;
  margin: 0 0 28px 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}

.payments-list {
  gap: 20px;
  margin: 0 0 28px 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
}

.payment-item {
  padding: 4px 4px 20px;
  border-radius: 12px;
  background-color: #fff;
  position: relative;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.payment-item h3 {
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: -0.6px;
  color: #050505;
  margin: 12px 0;
}

.payment-item-logo {
  border-radius: 8px;
  border: solid 1px #ededed;
  background-color: #fff;
  display: flex;
  align-items: center;
  height: 74px;
  flex-shrink: 0;
  justify-content: center;
}

.payment-item-actions {
  display: flex;
  justify-content: center;
  gap: 8px;
}

.table-wrapper {
  padding: 8px;
  border-radius: 16px;
  background: #fff;
  clear: both;
}

.sh-table th {
  color: #050505;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: -0.2px;
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
  padding: 16px;
  text-align: left;
}
.sh-table tbody tr.clickable {
  cursor: pointer;
}
.sh-table tbody tr td {
  padding: 16px;
  text-align: left;
  border-bottom: none !important;
  border-top: 1px solid #E5E5E5 !important;
}
.sh-table tbody tr:hover td {
  background: #fafafa;
}
.sh-table tbody tr:first-child td {
  border-top: none !important;
}
.sh-table .table-content {
  display: flex;
  align-items: center;
}

.sh-table .table-content img {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  overflow: hidden;
  margin-right: 16px;
  object-fit: cover;
}

.sh-table .table-content-text {
  display: flex;
  flex-direction: column;
}

.sh-table .table-content-text h6 {
  color: #050505;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: -0.2px;
  margin: 0 0 4px;
}

.sh-table .table-content-text .details {
  display: flex;
}

.sh-table .table-content-text .details span {
  color: #4D4D4D;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 133.333% */
  letter-spacing: -0.1px;
}

.sh-table .table-content-text .details span::after {
  content: "·";
  display: inline-flex;
  margin: 0 4px;
}

.sh-table .table-content-text .details span:last-child::after {
  display: none;
}

.sh-table .table-actions {
  display: inline-flex;
  gap: 12px;
  align-items: center;
}

.sh-table .table-actions .grabber {
  width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
}

.sh-table .beds {
  display: inline-flex;
  gap: 16px;
}

.sh-table .bed-item {
  display: inline-flex;
}

.sh-table .bed-item span {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  letter-spacing: -0.1px;
}

.sh-table .bed-item svg {
  margin-right: 4px;
}

.for_channel svg {
  width: 16px;
  height: 16px;
}
.for_channel svg.active path {
  fill: #07a05a;
}

.dropdown-wrapper {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.dropdown-wrapper:empty {
  display: none;
}

.dropOpen .dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) translate(0) scale(1);
}

.dropdown {
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.0784313725);
  border: solid 1px rgba(0, 0, 0, 0.1);
  padding: 4px;
  transform: translateY(-3px) scale(0.98);
  transition: all 0.25s ease;
  opacity: 0;
  visibility: hidden;
  display: block !important;
  outline: none !important;
  position: absolute;
  z-index: 999;
  right: auto !important;
  left: 0 !important;
  margin-top: 4px;
  top: 100%;
}

.dropdown-item {
  border-radius: 8px;
  background: #fff;
  padding: 8px 12px;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.3px;
  cursor: pointer;
  color: #050505;
  display: flex;
  align-items: center;
  transition: background 0.25s ease, color 0.25s ease;
  height: 40px;
}
.dropdown-item:hover {
  background: #f2f2f2 !important;
  color: initial;
}
.dropdown-item span {
  text-transform: capitalize;
  white-space: nowrap;
}
.dropdown-item svg, .dropdown-item i {
  margin-right: 12px;
}
.dropdown-item svg {
  width: 16px;
  height: 16px;
}
.dropdown-item.success svg path {
  fill: #07c971;
}
.dropdown-item.success span, .dropdown-item.success i {
  color: #07c971;
}
.dropdown-item.warning svg path {
  fill: #B87A00;
}
.dropdown-item.warning span, .dropdown-item.warning i {
  color: #B87A00 !important;
}
.dropdown-item.danger svg path {
  fill: #F23918;
}
.dropdown-item.danger span, .dropdown-item.danger i {
  color: #F23918 !important;
}

/* View Switch Component */
.view-switch {
  display: inline-flex;
  background: #E5E5E5;
  border-radius: 20px;
  padding: 2px;
  position: relative;
}

.view-switch-option {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 360px;
  position: relative;
  z-index: 2;
  width: 40px;
  height: 28px;
  padding: 8px 12px;
}
.view-switch-option svg {
  width: 12px;
  height: 12px;
}
.view-switch-option svg path {
  transition: all 0.3s ease;
  fill: #767676;
}
.view-switch-option.active-switch {
  background: #fff;
}
.view-switch-option.active-switch svg path {
  fill: #050505;
}
.view-switch-option:hover:not(.active-switch) svg path {
  fill: #050505;
}

.button-rectangle {
  cursor: pointer;
  position: relative;
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  text-align: center;
  transition: background 0.3s ease, color 0.3s ease;
  border: none;
  display: flex;
  align-items: center;
}
.button-rectangle.center {
  justify-content: center;
}
.button-rectangle svg {
  display: block;
}
.button-rectangle svg path {
  transition: all 0.3s ease;
}
.button-rectangle .avatar {
  margin: 0 8px 0 -8px;
  transition: all 0.3s ease;
}
.button-rectangle .icon + .label {
  margin-left: 8px;
}
.button-rectangle:disabled {
  cursor: no-drop;
}
.button-rectangle:disabled .avatar {
  opacity: 0.4;
}
.button-rectangle.button-type-secondary {
  color: #050505;
  background: #f2f2f2;
}
.button-rectangle.button-type-secondary svg:not(.color) path {
  fill: #050505;
}
.button-rectangle.button-type-secondary:disabled {
  background: #f2f2f2;
  color: #b7b7b7;
}
.button-rectangle.button-type-secondary:disabled svg:not(.color) path {
  fill: #b7b7b7;
}
@media only screen and (min-width: 768px) {
  .button-rectangle.button-type-secondary:not(:disabled):hover {
    background: #ededed;
  }
}
.button-rectangle.button-type-secondary .active {
  background-color: #e0e0e0;
}
.button-rectangle.button-type-tertiary {
  font-weight: 600;
  color: #050505;
  background: #ffffff;
}
.button-rectangle.button-type-tertiary svg:not(.color) path {
  fill: #050505;
}
@media only screen and (min-width: 768px) {
  .button-rectangle.button-type-tertiary:not(:disabled):hover {
    background-color: #f8f8f8;
  }
  .button-rectangle.button-type-tertiary:not(:disabled):active {
    background-color: #f2f2f2;
  }
}
.button-rectangle.button-type-tertiary.has-icon {
  color: #050505;
}
.button-rectangle.button-type-tertiary.has-icon svg path {
  fill: #050505;
}
.button-rectangle.button-type-tertiary:disabled {
  color: #b7b7b7;
}
.button-rectangle.button-type-tertiary:disabled svg path {
  fill: #b7b7b7;
}
.button-rectangle.button-type-transparent {
  font-weight: 600;
  color: #050505;
  background: transparent;
}
.button-rectangle.button-type-transparent svg:not(.color) path {
  fill: #050505;
}
.button-rectangle.button-type-transparent.has-icon {
  color: #050505;
}
.button-rectangle.button-type-transparent.has-icon svg path {
  fill: #050505;
}
.button-rectangle.button-type-transparent:disabled {
  color: #b7b7b7;
}
.button-rectangle.button-type-transparent:disabled svg path {
  fill: #b7b7b7;
}
.button-rectangle.button-type-transparent-white {
  font-weight: 600;
  color: #ffffff;
  background: transparent;
}
.button-rectangle.button-type-transparent-white svg:not(.color) path {
  fill: #ffffff;
}
.button-rectangle.button-type-transparent-white.has-icon {
  color: #ffffff;
}
.button-rectangle.button-type-transparent-white.has-icon svg:not(.color) path {
  fill: #ffffff;
}
.button-rectangle.button-type-primary {
  color: #ffffff !important;
  background: var(--primary, #18cff7);
}
.button-rectangle.button-type-primary.button-size-l {
  position: relative;
  z-index: 11;
}
.button-rectangle.button-type-primary svg:not(.color) path {
  fill: #ffffff;
}
.button-rectangle.button-type-primary:disabled {
  background: var(--primaryDisable, #75e2fa);
  color: var(--primaryDisableText, #d8f7fe);
}
.button-rectangle.button-type-primary:disabled svg:not(.color) path {
  fill: var(--primaryDisableText, #d8f7fe);
}
@media only screen and (min-width: 768px) {
  .button-rectangle.button-type-primary:not(:disabled):hover {
    background: var(--primaryHover, #09c2ec);
  }
}
.button-rectangle.button-type-danger {
  color: #ffffff;
  background: #f23918;
}
.button-rectangle.button-type-danger svg:not(.color) path {
  fill: #ffffff;
}
.button-rectangle.button-type-danger:disabled {
  background: #ffc3bd;
  color: #feeeec;
}
.button-rectangle.button-type-danger:disabled svg:not(.color) path {
  fill: #feeeec;
}
@media only screen and (min-width: 768px) {
  .button-rectangle.button-type-danger:not(:disabled):hover {
    background: #d6290a;
  }
}
.button-rectangle.button-type-green {
  color: #050505;
  background: #d9fbec;
}
.button-rectangle.button-type-green:disabled {
  color: #050505;
  background: #d9fbec;
}
.button-rectangle.button-type-whatsapp {
  color: #ffffff;
  background: #40c351;
}
.button-rectangle.button-type-whatsapp svg {
  width: 20px;
  height: 20px;
  display: block;
  margin-right: 8px;
}
.button-rectangle.button-type-whatsapp:disabled {
  background: #40c351;
  color: #ffffff;
}
@media only screen and (min-width: 768px) {
  .button-rectangle.button-type-whatsapp:not(:disabled):hover {
    background: #40c351;
  }
}
.button-rectangle.button-type-dark {
  color: #ffffff;
  background: #050505;
}
.button-rectangle.button-type-dark svg {
  width: 16px;
  height: 16px;
}
.button-rectangle.button-type-dark svg path {
  fill: #ffffff;
}
.button-rectangle.button-type-dark:disabled {
  background: #cacaca;
  color: #f2f2f2;
}
@media only screen and (min-width: 768px) {
  .button-rectangle.button-type-dark:not(:disabled):hover {
    background: #252525;
  }
}
.button-rectangle.button-type-white {
  color: #050505;
  background: #ffffff;
}
.button-rectangle.button-type-white:disabled {
  background: #f8f8f8;
}
@media only screen and (min-width: 768px) {
  .button-rectangle.button-type-white:not(:disabled):hover {
    background: #fafafa;
  }
}
.button-rectangle.button-size-s {
  padding: 8px;
  border-radius: 6px;
  height: 32px;
  min-width: 32px;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.1px;
}
.button-rectangle.button-size-s svg:not(.color) {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}
.button-rectangle.button-size-s svg:not(.color).arrow {
  margin-left: 8px;
  margin-right: 0;
}
.button-rectangle.button-size-s svg:not(.color).arrow svg {
  width: 12px;
  height: 12px;
}
.button-rectangle.button-size-s svg:not(.color).icon-right {
  margin-left: 12px;
}
.button-rectangle.button-size-s.button-icon-small svg:not(.color) {
  width: 12px;
  height: 12px;
}
.button-rectangle.button-size-m {
  height: 40px;
  padding: 8px 16px;
  border-radius: 8px;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: -0.2px;
}
.button-rectangle.button-size-m .avatar {
  margin-left: -12px;
}
.button-rectangle.button-size-m svg:not(.color) {
  width: 16px;
  height: 16px;
}
.button-rectangle.button-size-m svg:not(.color).arrow, .button-rectangle.button-size-m svg:not(.color).icon-right {
  margin-left: 12px;
}
.button-rectangle.button-size-m.button-type-primary {
  font-weight: 700;
}
.button-rectangle.button-size-m.has-icon {
  padding-left: 12px;
  padding-right: 12px;
}
.button-rectangle.button-size-m.has-icon .avatar {
  margin-left: -8px;
}
.button-rectangle.button-size-l {
  font-size: 16px;
  line-height: 25px;
  letter-spacing: -0.2px;
  padding: 12px 16px;
  height: 48px;
  border-radius: 12px;
  justify-content: center;
}
.button-rectangle.button-size-l svg.icon {
  width: 16px;
  height: 16px;
}
.button-rectangle.button-size-l.button-type-primary {
  font-weight: 700;
}
.button-rectangle.button-size-l.button-type-secondary {
  font-weight: 600;
}
.button-rectangle.button-size-l.button-type-danger {
  font-weight: 700;
}
.button-rectangle.button-size-l.button-type-tertiary {
  font-weight: 600;
}
.button-rectangle.button-block {
  flex-direction: column;
  height: auto;
  padding: 16px;
}
.button-rectangle.button-block svg:not(.color) {
  width: 20px;
  height: 20px;
}
.button-rectangle.button-block svg:not(.color).icon {
  margin: 0 0 2px 0;
}
.button-rectangle.button-block span {
  font-size: 14px;
  line-height: 22px;
}

.banner {
  padding: 16px 20px 16px 16px;
  display: flex;
  align-items: center;
  border-radius: 12px;
  background-color: #fddcd8;
}
.banner svg {
  display: block;
  width: 20px;
  height: 20px;
}
.banner svg.icon-left {
  margin-right: 16px;
}
.banner .banner-content h6 {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: -0.3px;
  margin: 0;
  color: #050505;
}
.banner .banner-content p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.2px;
  margin: 0;
  white-space: pre-line;
  color: #050505;
}
.banner .banner-content p p:last-child {
  margin-bottom: 0;
}
.banner .banner-content p a {
  color: #ffffff;
  text-decoration: underline;
}
.banner .banner-content p a:hover {
  text-decoration: none;
}
.banner .banner-content h6 + p {
  margin-top: 4px;
}
.banner button {
  padding: 7px 12px;
  height: 32px;
  border-radius: 16px;
  border: none;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 16px;
  letter-spacing: -0.1px;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
  justify-content: center;
}
.banner button span {
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.29;
  letter-spacing: -0.1px;
  color: #050505;
}
.banner .banner-actions {
  margin-left: auto;
  padding-left: 16px;
  flex-shrink: 0;
}
.banner .banner-actions .icon {
  display: block;
  padding: 4px;
  margin: 0 -4px;
}
.banner .banner-actions .icon.clickable {
  cursor: pointer;
}
.banner .banner-actions .icon svg {
  display: block;
  width: 12px;
  height: 12px;
}
.banner.clickable {
  cursor: pointer;
}
.banner.hierarchy-low.type-info {
  background-color: #ebf2fe;
}
.banner.hierarchy-low.type-info button {
  background-color: #d8e6fd;
}
.banner.hierarchy-low.type-positive {
  background-color: #d9fbec;
}
.banner.hierarchy-low.type-positive button {
  background-color: #bcf8df;
}
.banner.hierarchy-low.type-warning {
  background-color: #fcefd4;
}
.banner.hierarchy-low.type-warning button {
  background-color: #ffe4ad;
}
.banner.hierarchy-low.type-negative {
  background-color: #feeeec;
}
.banner.hierarchy-low.type-negative button {
  background-color: #fddcd8;
}
.banner.hierarchy-low.type-neutral {
  background-color: #f2f2f2;
}
.banner.hierarchy-high.type-negative {
  background-color: #f23918;
}
.banner.hierarchy-high.type-negative .banner-content h6,
.banner.hierarchy-high.type-negative .banner-content p {
  color: #ffffff;
}
.banner.hierarchy-high.type-negative svg path {
  fill: #ffffff;
}
.banner.hierarchy-high.type-negative button {
  background-color: rgba(0, 0, 0, 0.16);
}
.banner.hierarchy-high.type-negative button span {
  color: #ffffff;
}
.banner.hierarchy-high.type-info {
  background-color: #2874f6;
}
.banner.hierarchy-high.type-info .banner-content h6,
.banner.hierarchy-high.type-info .banner-content p {
  color: #ffffff;
}
.banner.hierarchy-high.type-info svg path {
  fill: #ffffff;
}
.banner.hierarchy-high.type-info button {
  background-color: rgba(0, 0, 0, 0.16);
}
.banner.hierarchy-high.type-info button span {
  color: #ffffff;
}
.banner.hierarchy-high.type-positive {
  background-color: #07c971;
}
.banner.hierarchy-high.type-positive button {
  background-color: rgba(0, 0, 0, 0.16);
}
.banner.hierarchy-high.type-warning {
  background-color: #ffc247;
}
.banner.hierarchy-high.type-warning button {
  background-color: rgba(255, 255, 255, 0.28);
}
.banner.hierarchy-high.type-neutral {
  background-color: #e5e5e5;
}
.banner.no-border-radius {
  border-radius: 0;
}

.addons-list {
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
  padding: 8px;
  border-radius: 16px;
  background: #fff;
}

.addon-item {
  background: white;
  padding: 16px;
  display: flex;
  align-items: center;
  cursor: pointer;
  border-bottom: 1px solid #E5E5E5;
}
.addon-item:first-child {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.addon-item:hover {
  background: #fafafa;
}
.addon-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}

.addon-drag {
  padding: 6px;
}

.addon-icon {
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  background-color: #F8F8F8;
  margin-right: 16px;
}
.addon-icon .addon-photo {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  object-fit: cover;
  object-position: center;
}
.addon-icon svg {
  width: 24px;
  height: 24px;
}
.addon-icon:not(.addon-icon-default) svg path {
  fill: #767676;
}

.addon-content {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.addon-title {
  display: flex;
  align-items: flex-end;
  line-height: 20px;
}
.addon-title strong {
  color: #050505;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: -0.3px;
}

.addon-subtitle {
  color: #767676;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: -0.1px;
}

.addon-tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 4px;
}
.addon-tags .tag {
  display: inline-flex;
  align-items: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: -0.1px;
  white-space: nowrap;
  background: transparent;
}
.addon-tags .tag::after {
  content: "·";
  margin: 0 4px;
  color: #4D4D4D;
}
.addon-tags .tag:last-child::after {
  display: none;
}
.addon-tags .tag.tag-booking {
  color: #7c3aed;
}
.addon-tags .tag.tag-always {
  color: #c2410c;
}
.addon-tags .tag.tag-upselling {
  color: #dc2626;
}
.addon-tags .tag.tag-free {
  color: #059669;
}
.addon-tags .tag.tag-extra {
  color: #1e40af;
}
.addon-tags .tag.tag-invisible {
  color: #1c2430;
}
.addon-tags .tag.tag-discount {
  color: #be185d;
}
.addon-tags .tag.tag-info {
  color: #4b5563;
}

.addon-price {
  flex-shrink: 0;
  color: #050505;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 125% */
  letter-spacing: -0.3px;
  margin-right: 60px;
}

.addon-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}
.addon-actions .dropdown-wrapper {
  position: relative;
}
.addon-actions .switch {
  flex-shrink: 0;
}

.ui-sort-placeholder {
  background: #f0f4ff;
  border: 2px dashed var(--navy);
  border-radius: 12px;
  margin: 6px 0;
  height: 88px;
  opacity: 0.5;
}

.addons-list-title {
  color: #767676;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: 14px;
  text-transform: uppercase;
  margin-bottom: 8px;
  padding: 0;
  min-height: 0;
}

.addons-group-back {
  margin-bottom: 24px;
}
.addons-group-back span {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.3px;
}

.addons-groups-section {
  margin-bottom: 24px;
}
.addons-groups-section .addons-groups-title {
  color: #767676;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: 14px;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.addons-groups-section .addons-groups-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  position: relative;
}
.addons-groups-section .addon-group-item {
  position: relative;
  display: flex;
  align-items: center;
  user-select: none;
}
.addons-groups-section .addon-group-item.ui-sortable-helper {
  cursor: grabbing;
}
.addons-groups-section .addon-group-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 16px;
  background: #fff;
  border: none;
  height: auto;
  border-radius: 12px;
  cursor: pointer;
  transition: none;
  position: relative;
  width: 100%;
  pointer-events: auto;
}
.addons-groups-section .addon-group-button:hover {
  background: #F8F8F8;
}
.addons-groups-section .addon-group-button:active {
  cursor: grabbing;
}
.addons-groups-section .addon-group-button svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.addons-groups-section .addon-group-button svg path {
  fill: #050505;
}
.addons-groups-section .addon-group-button span {
  color: #050505;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 125% */
  letter-spacing: -0.3px;
}
.addons-groups-section .addon-group-item.ui-sortable-helper .addon-group-button {
  cursor: grabbing;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.addons-groups-section .ui-sort-placeholder-groups {
  background: #f0f4ff;
  border: 2px dashed var(--navy);
  border-radius: 12px;
  margin: 0;
  opacity: 0.5;
  width: auto;
  min-width: 120px;
  height: 56px;
}

.addon-group-contextmenu li.danger {
  color: #F23918;
}
.addon-group-contextmenu li.danger svg path {
  fill: #F23918;
}
.addon-group-contextmenu li.danger:hover {
  background: #fef2f2 !important;
}

.select2-container {
  z-index: 99999;
}

.select2-input .select2-selection {
  background-color: #f2f2f2;
  border: 2px solid transparent;
  border-radius: 12px;
  min-height: 48px;
  display: flex;
  align-items: center;
  padding: 6px 8px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23050505'%3E%3Cg%3E%3Cpath d='M2.385 3.895c-.283.29-.283.751 0 1.04l2.9 2.961c.387.395 1.02.401 1.415.014l.014-.014 2.901-2.96c.283-.29.283-.752 0-1.04-.275-.282-.727-.287-1.009-.011l-.01.01L6 6.545l-2.596-2.65c-.276-.281-.728-.286-1.01-.01l-.01.01z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-position: right 0.75rem center;
  padding-right: 16px;
  cursor: pointer;
}
.select2-input .select2-selection .select2-selection__rendered {
  display: none;
}
.select2-input .select2-selection .select2-summary {
  display: block;
  padding: 0 4px;
  line-height: 24px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.2px;
  color: #050505;
}
.select2-input.select2-container--focus .select2-selection {
  border: 2px solid transparent;
  border-radius: 12px !important;
}

.select2-container.select2-pill .select2-selection--multiple {
  padding: 8px 12px;
  min-height: 32px;
  border-radius: 360px !important;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.27739 5.27797C2.90754 5.65303 2.90754 6.25317 3.27739 6.62823L7.30024 10.7078C7.67893 11.0919 8.29921 11.0981 8.68567 10.7218C8.69042 10.7172 8.69511 10.7125 8.69976 10.7078L12.7226 6.62823C13.0925 6.25317 13.0925 5.65303 12.7226 5.27797C12.3623 4.91261 11.7722 4.90665 11.4045 5.26465C11.4 5.26904 11.3955 5.27348 11.3911 5.27797L8 8.71693L4.60887 5.27797C4.2486 4.91261 3.65847 4.90665 3.29079 5.26465C3.28628 5.26904 3.28181 5.27348 3.27739 5.27797Z' fill='%23050505'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 12px 12px;
  background-position: right 12px center;
  padding-right: 36px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none !important;
}
.select2-container.select2-pill .select2-selection--multiple .select2-selection__rendered {
  display: none;
}
.select2-container.select2-pill .select2-selection--multiple .select2-summary {
  display: block;
  color: #050505;
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 16px;
}

.select2-dropdown {
  z-index: 99999;
  min-width: 200px !important;
  max-width: 350px !important;
  width: max-content;
  list-style: none;
  margin: 0;
  white-space: nowrap;
  border-radius: 12px !important;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.0784313725);
  border: solid 1px rgba(0, 0, 0, 0.1);
  padding: 4px;
  overflow: hidden;
}
.select2-dropdown.select2-dropdown--below {
  margin-top: 4px;
}

.select2-results .select2-results__options .select2-results__option {
  padding: 8px 12px;
}
.select2-results .select2-results__options .select2-results__option[aria-selected=true] {
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.3322 3.50049C13.0375 3.50919 12.7579 3.63121 12.5524 3.84069L6.55119 9.78741L3.95261 7.21194C3.66813 6.91837 3.24569 6.80012 2.84821 6.90278C2.45074 7.00544 2.14033 7.31298 2.03671 7.70679C1.93309 8.1006 2.05245 8.51914 2.34875 8.80099L5.74926 12.171C6.1922 12.6097 6.91017 12.6097 7.35311 12.171L14.1563 5.42974C14.4917 5.10667 14.5926 4.6127 14.4103 4.18585C14.2279 3.759 13.7998 3.48683 13.3322 3.50049Z' fill='%23050505'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-position: right 0.75rem center;
  padding-right: 32px;
}
.select2-results .select2-results__options .select2-results__option--highlighted[aria-selected] {
  background-color: #f2f2f2 !important;
}
.select2-results .select2-results__options li {
  border-radius: 8px;
  background: #fff;
  padding: 8px 12px;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.3px;
  cursor: pointer;
  color: #050505 !important;
  display: flex;
  align-items: center;
  transition: none;
  height: 40px;
}

.rooms-selector-btn {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  height: 24px;
  padding: 2px 8px;
  border-radius: 12px;
  background-color: #2874f6;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 20px;
  letter-spacing: -0.1px;
  color: #fff;
  transition: all 0.3s ease;
  border: none;
}
.rooms-selector-btn:hover {
  background-color: #0a5deb;
}
.rooms-selector-btn.small {
  height: 20px;
  padding: 4px;
}
.rooms-selector-btn span:not(.icon) {
  margin: 0 4px;
}
.rooms-selector-btn svg {
  width: 12px;
  height: 12px;
  display: block;
}
.rooms-selector-btn svg path {
  fill: #fff;
}
.rooms-selector-btn .icon + .icon {
  margin-left: 8px;
}

.form-field {
  margin-bottom: 20px;
}

input[type=color] {
  border: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::-webkit-color-swatch {
  border: 0;
  border-radius: 0;
}

::-moz-color-swatch,
::-moz-focus-inner {
  border: 0;
}

::-moz-focus-inner {
  padding: 0;
}

.form-field-checkbox {
  margin-bottom: 16px;
}
.form-field-checkbox label {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.form-field-checkbox span {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: -0.2px;
}

label > i {
  margin-right: 8px;
}

.yesno-toggle {
  display: flex;
  flex-direction: column;
  font-family: sans-serif;
}

.yesno-toggle input {
  display: none;
}

.yesno-buttons {
  display: flex;
  gap: 8px;
}

.yesno-toggle label {
  margin-bottom: 4px;
}

.yesno-btn {
  border: none;
  border-radius: 9999px;
  padding: 12px 20px;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  background-color: #f2f2f2;
  color: #000;
  transition: background-color 0.2s, color 0.2s;
}

.yesno-btn.active {
  background-color: #000;
  color: #fff;
}

.yesno-btn::before {
  content: "";
  display: none;
}

.yesno-desc {
  margin: 0 0 8px 0;
  color: #767676;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: -0.1px;
}

.switch-toggle {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-family: sans-serif;
}
.switch-toggle.locked {
  position: relative;
}
.switch-toggle.locked:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
}

.switch-toggle input {
  display: none;
}

.switch {
  height: 24px;
  width: 44px;
  border: solid 2px #cacaca;
  background: #ffffff;
  border-radius: 12px;
  transition: all 0.3s ease;
  position: relative;
  cursor: pointer;
  display: inline-block;
  margin: 0;
}
.switch .switch-inner {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #4d4d4d;
  transition: left 0.3s ease, background-color 0.3s ease;
}
.switch.checked {
  border-color: var(--primary, #18cff7);
  background-color: #ffffff;
}
.switch.checked .switch-inner {
  left: 22px;
  background: var(--primary, #18cff7) url("/public/icons/svg/icons-checkmark-white.svg") no-repeat center center;
  background-size: 8px;
}
.switch.disabled {
  cursor: default;
  border-color: #ededed;
}
.switch.disabled .switch-inner {
  background-color: #cacaca;
}
.switch.disabled.checked {
  border-color: #b0eefc;
  animation: none;
}
.switch.disabled.checked .switch-inner {
  background-color: #b0eefc;
}

.switch-desc {
  margin: 4px 0 0;
  color: #767676;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: -0.1px;
}

.select-wrapper {
  position: relative;
  margin-bottom: 20px;
  display: inline-flex;
}

.select-wrapper select {
  display: flex;
  height: 32px;
  padding: 0 42px 0 12px;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  color: #050505;
  border-radius: 36px;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px; /* 114.286% */
  letter-spacing: -0.2px;
  margin-bottom: 0;
}

.niceCheckbox {
  margin-bottom: 20px;
}
.niceCheckbox span {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.niceCheckbox span .form-field {
  display: inline-flex;
}
.niceCheckbox span .form-field, .niceCheckbox span label {
  margin-bottom: 0;
}

.page-livechat > .content > .columns,
.page-checkin-card > .content > .columns,
.page-guests > .content > .columns,
.page-ai-assistant > .content > .columns {
  padding: 0;
  width: 100%;
}
.page-livechat .main-container .content,
.page-checkin-card .main-container .content,
.page-guests .main-container .content,
.page-ai-assistant .main-container .content {
  padding: 0 !important;
  width: 100% !important;
}
.page-livechat > div,
.page-checkin-card > div,
.page-guests > div,
.page-ai-assistant > div {
  max-width: 100% !important;
}
.page-livechat iframe,
.page-checkin-card iframe,
.page-guests iframe,
.page-ai-assistant iframe {
  width: 100%;
  height: calc(100vh - 71px);
  display: block;
}

.page-automation-settings > .content > .columns {
  padding: 0;
  width: 100%;
}
.page-automation-settings .main-container .content {
  width: 100% !important;
}
.page-automation-settings .main-container .content > .columns {
  max-width: 656px;
}
.page-automation-settings > div {
  max-width: 100% !important;
}
.page-automation-settings iframe {
  width: 100%;
  height: calc(100vh - 71px);
  display: block;
}

#dashboard {
  margin-top: 20px;
}

.dashboard-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.sh-button-circle.animation {
  position: relative;
  overflow: hidden;
}

.sh-button-circle .icon {
  position: absolute;
  width: 16px;
  height: 16px;
  transition: top 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), left 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.8s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.sh-button-circle .icon--old {
  top: calc(50% - 8px);
  left: calc(50% - 8px);
  opacity: 1;
}

.sh-button-circle .icon--new {
  top: 100%;
  left: -16px;
  opacity: 0;
}

header:hover .sh-button-circle .icon--old {
  top: -16px;
  left: 100%;
  opacity: 0;
}

header:hover .sh-button-circle .icon--new {
  top: calc(50% - 8px);
  left: calc(50% - 8px);
  opacity: 1;
}

.dashboard-tiles {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 20px;
}
.dashboard-tiles .column,
.dashboard-tiles .columns {
  padding: 0 !important;
}
.dashboard-tiles .contentBox {
  margin: 0 !important;
}
.dashboard-tiles .wide {
  grid-column: span 2;
  overflow: initial !important;
}
.dashboard-tiles .box {
  border-radius: 16px;
  background: #fff;
  height: 480px;
  display: flex;
  flex-direction: column;
  overflow: auto;
}
.dashboard-tiles .box header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px;
}
.dashboard-tiles .box header.clickable {
  cursor: pointer;
}
.dashboard-tiles .box header h4 {
  color: #050505;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px; /* 140% */
  letter-spacing: -0.6px;
  margin: 0;
}
.dashboard-tiles .box section {
  height: 100%;
  overflow: auto;
}
.dashboard-tiles .box .resp-tabs-container {
  margin-bottom: 0;
  padding: 0;
  min-height: calc(100% - 64px);
  display: flex;
  justify-content: center;
}
.dashboard-tiles .box .resp-tabs-container .resp-tab-content {
  width: 100%;
}

.dashboard-stats {
  display: flex;
  gap: 20px;
  margin-top: 20px;
}
.dashboard-stats .stats-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1 0 0;
  padding: 20px 24px 24px 24px;
  background: #fff;
  border-radius: 16px;
}
.dashboard-stats .stats-box .stats-box-title {
  display: flex;
  align-items: center;
}
.dashboard-stats .stats-box .stats-box-title p {
  color: #050505;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: -0.2px;
  margin: 0;
}
.dashboard-stats .stats-box .stats-box-title span {
  display: inline-flex;
  margin-left: 4px;
}
.dashboard-stats .stats-box .stats-box-title svg {
  width: 12px;
  height: 12px;
  display: inline-flex;
}
.dashboard-stats .stats-box .current-value {
  display: flex;
  align-items: flex-end;
  margin: 12px 0 4px;
}
.dashboard-stats .stats-box .current-value h1 {
  color: #050505;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 44px; /* 122.222% */
  letter-spacing: -1.6px;
  margin: 0;
  padding: 0;
}
.dashboard-stats .stats-box .current-value span {
  color: #050505;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px; /* 128.571% */
  letter-spacing: -0.2px;
  opacity: 1;
  margin-bottom: 6px;
  margin-left: 8px;
}
.dashboard-stats .stats-box .current-value span.success {
  color: #07A05A;
}
.dashboard-stats .stats-box .current-value span.danger {
  color: #f23918;
}
.dashboard-stats .stats-box .current-value span.neutral {
  color: #767676;
}
.dashboard-stats .stats-box h1 {
  color: #050505;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 44px; /* 122.222% */
  letter-spacing: -1.6px;
  margin: 0;
  padding: 0;
}
.dashboard-stats .stats-box > span {
  color: #050505;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px; /* 128.571% */
  letter-spacing: -0.2px;
}

.dashboard-reservation {
  padding: 16px 24px;
  border-top: 1px solid #E5E5E5;
  cursor: pointer;
}
.dashboard-reservation:hover {
  background-color: #F8F8F8;
}
.dashboard-reservation .guest-name {
  color: #050505;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
  letter-spacing: -0.3px;
  margin: 0 0 4px 0;
}
.dashboard-reservation .guest-name.modal {
  cursor: pointer;
}
.dashboard-reservation .guest-contacts {
  color: #050505;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
  letter-spacing: -0.1px;
  margin-bottom: 12px;
  display: flex;
  flex-wrap: wrap;
}
.dashboard-reservation .guest-contacts .contact-link {
  display: flex;
  align-items: center;
  color: #050505;
  margin-right: 12px;
}
.dashboard-reservation .guest-contacts .contact-link:last-child {
  margin-right: 0;
}
.dashboard-reservation .guest-contacts svg {
  margin-right: 4px;
}
.dashboard-reservation .guest-payment p {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px; /* 128.571% */
  letter-spacing: -0.2px;
  margin: 0;
}
.dashboard-reservation .guest-payment .unpaid {
  color: #B87A00;
}
.dashboard-reservation .guest-payment .paid {
  color: #07A05A;
}

.reservation-item {
  display: flex;
  align-items: center;
  padding: 16px 24px;
  cursor: pointer;
}
.reservation-item:hover {
  background-color: #F8F8F8;
}
.reservation-item:last-child {
  margin-bottom: 0;
}
.reservation-item .reservation-source {
  overflow: hidden;
  margin-right: 16px;
}
.reservation-item .reservation-source img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}
.reservation-item .reservation-range {
  color: #4D4D4D;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: -0.1px;
}
.reservation-item .guest-name {
  color: #050505;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
  letter-spacing: -0.3px;
  margin-bottom: 4px;
}
.reservation-item .reservation-price .price {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px; /* 128.571% */
  letter-spacing: -0.2px;
  margin: 0;
}
.reservation-item .reservation-price .price.paid {
  color: #07A05A;
}
.reservation-item .reservation-price .price.unpaid {
  color: #B87A00;
}

.status-badge {
  margin-left: auto;
  display: flex;
  align-self: center;
  align-items: center;
  padding: 4px 8px;
  border-radius: 360px;
  border: 1px solid #E5E5E5;
  background: transparent !important;
}
.status-badge .dot {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 2px solid #9e9e9e;
  margin-right: 8px;
  display: inline-flex;
  align-self: center;
}
.status-badge .text {
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  text-transform: capitalize;
  color: #050505;
}
.status-badge.status-confirmed .dot {
  border-color: #07a05a;
  box-shadow: 0 0 0 2px rgba(7, 160, 90, 0.2);
}
.status-badge.status-confirmed .text {
  color: #07a05a;
}
.status-badge.status-checkin .dot {
  border-color: #07a05a;
  box-shadow: 0 0 0 2px rgba(7, 160, 90, 0.2);
}
.status-badge.status-checkin .text {
  color: #07a05a;
}
.status-badge.status-checkout .dot {
  border-color: #b87a00;
  box-shadow: 0 0 0 2px rgba(184, 122, 0, 0.2);
}
.status-badge.status-checkout .text {
  color: #b87a00;
}
.status-badge.status-canceled .dot {
  border-color: #f23918;
  box-shadow: 0 0 0 2px rgba(242, 57, 24, 0.2);
}
.status-badge.status-canceled .text {
  color: #f23918;
}
.status-badge.status-complete .dot {
  border-color: #07a05a;
  box-shadow: 0 0 0 2px rgba(7, 160, 90, 0.2);
}
.status-badge.status-complete .text {
  color: #07a05a;
}
.status-badge.status-new .dot {
  border-color: #2874f6;
  box-shadow: 0 0 0 2px rgba(40, 116, 246, 0.2);
}
.status-badge.status-new .text {
  color: #2874f6;
}

.current-month-stats {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 28px 0;
  text-align: center;
}
.current-month-stats > div {
  width: 33%;
}
.current-month-stats p {
  color: #050505;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px; /* 128.571% */
  letter-spacing: -0.2px;
  margin: 0 0 4px 0;
  text-transform: capitalize;
}
.current-month-stats span {
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px; /* 128.571% */
  letter-spacing: -1px;
}
.current-month-stats .new span {
  color: #2874F6;
}
.current-month-stats .confirmed span {
  color: #07A05A;
}
.current-month-stats .canceled span {
  color: #9E9E9E;
}
.current-month-stats.empty-stats span {
  color: #9E9E9E !important;
}

.total-reservations {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  padding-top: 24px;
}
.total-reservations p {
  color: #050505;
  text-align: center;
  font-size: 16.8px;
  font-style: normal;
  font-weight: 500;
  line-height: 21.6px; /* 128.571% */
  letter-spacing: -0.24px;
  margin: 0;
}
.total-reservations span {
  color: #050505;
  text-align: center;
  font-size: 38.4px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px; /* 125% */
  letter-spacing: -1.68px;
}

.dashboard-empty {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px;
  margin: auto;
  height: 100%;
}
.dashboard-empty svg {
  display: block;
  width: 60px;
  height: 60px;
}
.dashboard-empty h5 {
  color: #050505;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px; /* 140% */
  letter-spacing: -0.6px;
  margin: 20px 0 8px;
}
.dashboard-empty p {
  color: #4D4D4D;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.2px;
  margin: 0;
}
.dashboard-empty .sh-button-pill {
  margin-top: 20px;
}

.revenue-summary {
  padding: 0 24px;
}
.revenue-summary p {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px; /* 128.571% */
  letter-spacing: -0.2px;
  margin-bottom: 4px;
}
.revenue-summary .revenue-current-value {
  display: flex;
  align-items: flex-end;
}
.revenue-summary .revenue-current-value h1 {
  color: #050505;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 44px; /* 122.222% */
  letter-spacing: -1.6px;
  margin: 0;
  padding: 0;
}
.revenue-summary .revenue-current-value span {
  color: #050505;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px; /* 128.571% */
  letter-spacing: -0.2px;
  opacity: 1;
  margin-bottom: 6px;
  margin-left: 8px;
}
.revenue-summary .revenue-current-value span.success {
  color: #07A05A;
}
.revenue-summary .revenue-current-value span.danger {
  color: #f23918;
}
.revenue-summary .revenue-current-value span.neutral {
  color: #767676;
}

.sentiment-container {
  height: 100%;
  width: 100%;
  padding: 0 28px 0 12px;
  max-height: 365px;
  margin: auto;
}
.sentiment-container.empty-sentiment {
  padding: 0;
}
.sentiment-container canvas {
  max-height: 320px;
}
.sentiment-container .emoji-labels {
  display: flex;
  justify-content: space-around;
  padding-right: 6%;
  margin-top: 8px;
}
.sentiment-container .emoji-labels div {
  width: 20%;
  text-align: center;
}

#chart-container {
  position: relative;
}

.chartjs-tooltip {
  position: absolute;
  pointer-events: none;
  border-radius: 12px;
  padding: 16px 20px;
  border: 1px solid rgba(0, 0, 0, 0.02);
  background: #FFF;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.08);
  white-space: nowrap;
  transform: translate(-50%, -100%);
  transition: all 0.3s ease;
  opacity: 0;
}

.chartjs-tooltip.show {
  opacity: 1;
}

.chartjs-tooltip p {
  color: #767676;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
  letter-spacing: -0.1px;
  margin-bottom: 8px;
}

.chartjs-tooltip .tooltip-content {
  color: #050505;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
  letter-spacing: -0.1px;
}

.chartjs-tooltip .tooltip-content .price {
  font-weight: 700; /* pogrubienie ceny */
  color: #050505;
}

.chartjs-tooltip .tooltip-content .arrow {
  font-weight: 700;
  margin-left: 4px;
}

.chartjs-tooltip .tooltip-content .arrow.up {
  color: #07A05A;
}

.chartjs-tooltip .tooltip-content .arrow.down {
  color: #FF3B30;
}

.page-roomstypes > .content > .columns {
  padding: 48px 80px;
}

form h2 {
  color: #050505;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: -0.8px;
  margin-bottom: 20px;
}

form header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
form header h2 {
  margin-bottom: 0;
}
form header .search {
  position: relative;
  right: auto;
  top: auto;
}

.availability {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 30px;
}

.rooms {
  display: flex;
}

.rooms-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
  gap: 16px;
}

.rooms-list-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px;
  border: 2px solid #EDEDED;
  border-radius: 12px;
  background-color: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
  color: #050505;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 125% */
  letter-spacing: -0.3px;
}

.rooms-list-item:hover {
  border-color: #888;
}

.facilityLabelChecked {
  border-color: #050505;
  background-color: #f9f9f9;
}

.page-rates > div,
.page-ratesattributes > div,
.page-attributes > div {
  max-width: 1062px !important;
}
.page-rates > .content > .columns,
.page-ratesattributes > .content > .columns,
.page-attributes > .content > .columns {
  padding: 48px 80px;
}

.page-ratesprices > .content > .columns {
  padding: 48px 80px;
}

.page-ratescalendar > div {
  max-width: 100% !important;
}

.main-container .content {
  padding: 48px 80px;
}
.main-container .content > .columns {
  padding: 0;
}

.page-channelmanager_calendar .main-container {
  max-width: 100% !important;
}

.tabs-menu {
  margin: 24px 0;
  list-style: none;
  padding: 0;
  /* margin: -20px -20px 20px -20px; */
  display: flex;
  white-space: nowrap;
  border-bottom: 4px solid #e5e5e5;
}
.tabs-menu .tab-menu-item {
  user-select: none;
  display: inline-flex;
  cursor: pointer;
  padding: 20px 24px;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: -0.3px;
  color: #4d4d4d;
  margin: 0;
  transition: all 0.3s ease;
}
.tabs-menu .tab-menu-item.current {
  position: relative;
  cursor: default;
  color: #050505;
}
.tabs-menu .tab-menu-item.current::after {
  content: "";
  position: absolute;
  height: 4px;
  width: 100%;
  left: 0;
  bottom: -4px;
  background: #050505;
}

.filters-bar {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.filter-group {
  display: flex;
  align-items: center;
}

.button-pill {
  padding: 8px 12px;
  height: 32px;
  border-radius: 360px;
  border: none;
  background-color: #fff;
  color: #050505;
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 16px;
  letter-spacing: -0.2px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.button-pill:hover {
  background-color: #fafafa;
}
.button-pill svg {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}
.button-pill .arrow {
  margin-left: 12px;
  display: inline-flex;
}
.button-pill .arrow svg {
  width: 12px;
  height: 12px;
  margin-right: 0;
}
.button-pill.highlight {
  background-color: #f8f8f8;
}

.payments-filter-clear {
  width: 12px;
  height: 12px;
  cursor: pointer;
  margin-left: 4px;
}
.payments-filter-clear svg {
  width: 12px;
  height: 12px;
  display: block;
}
.payments-filter-clear svg path {
  fill: #050505;
}

.dropOpen .button-pill {
  background-color: #f8f8f8;
}

.payments-reservation-badge {
  display: inline-block;
  padding: 4px 8px;
  background: #F2F2F2;
  border-radius: 8px;
  color: #050505;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: -0.2px;
  cursor: pointer;
  text-decoration: none;
}
.payments-reservation-badge:hover {
  background: #E5E5E5;
  color: #050505;
}

.payments-amount {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: -0.3px;
}
.payments-amount.payments-amount-paid {
  color: #07A05A;
}
.payments-amount.payments-amount-unpaid {
  color: #050505;
}

.payments-paid-wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
}
.payments-paid-wrapper svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.payments-paid-wrapper svg path {
  fill: #07A05A;
}

.payments-paid-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.payments-paid-date {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: -0.2px;
  color: #4D4D4D;
}

.payments-deposit {
  color: #4D4D4D;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
  margin: 2px 0 0 0;
}

.payments-add-date {
  color: #4d4d4d;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.payments-type {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #050505;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: -0.2px;
}
.payments-type svg {
  width: 16px;
  height: 16px;
}
.payments-type svg path {
  fill: #050505;
}

.payments-summary-wrapper {
  padding: 20px 16px;
  border-top: 1px solid #e5e5e5;
}

.payments-summary {
  display: flex;
  gap: 34px;
  padding: 12px 16px;
  border-radius: 16px;
  background: #F8F8F8;
}

.payments-summary-item {
  display: flex;
  flex-direction: column;
}

.payments-summary-label {
  color: #050505;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}

.payments-summary-value {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.2px;
}
.payments-summary-value.payments-summary-total {
  color: #050505;
}
.payments-summary-value.payments-summary-paid {
  color: #07a05a;
}
.payments-summary-value.payments-summary-topay {
  color: #d97706;
}

.payments-pagination {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 24px;
  border-top: 1px solid #e5e5e5;
  margin-top: 24px;
}

.payments-pagination-left {
  display: flex;
  align-items: center;
  gap: 12px;
}
.payments-pagination-left span {
  color: #4d4d4d;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.payments-rows-select {
  padding: 6px 12px;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  background: #fff;
  color: #050505;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  outline: none;
}
.payments-rows-select:hover {
  border-color: #d5d5d5;
}
.payments-rows-select:focus {
  border-color: #18cff7;
}

.payments-pagination-right {
  display: flex;
  align-items: center;
  gap: 8px;
}

.payments-pagination-btn {
  min-width: 32px;
  height: 32px;
  padding: 0 8px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid #e5e5e5;
  color: #050505;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.2s;
}
.payments-pagination-btn:hover:not(.disabled):not(.active) {
  background: #f8f8f8;
  border-color: #d5d5d5;
}
.payments-pagination-btn.active {
  background: #f5f5f5;
  border-color: #e5e5e5;
  font-weight: 500;
}
.payments-pagination-btn.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.filter-date .date-filter-menu {
  min-width: 320px;
  padding: 16px;
}
.filter-date .date-filter-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.filter-date .date-filter-actions {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
}

.page-payments .sh-table td:last-child a {
  margin-left: auto;
}

/* ===========================================
   FILTERS BAR
   =========================================== */
.filters-bar {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.filter-group {
  display: flex;
  align-items: center;
}
.filter-group + .filter-group {
  margin-left: 8px;
}

.filter-separator {
  width: 1px;
  height: 14px;
  margin: 0 12px;
  background: #cbcbcb;
}

.filter-select {
  min-width: 160px;
  height: 40px;
  padding: 8px 12px;
  border: 1px solid #E1E4E8;
  border-radius: 8px;
  background: #fff;
  font-size: 14px;
  color: #050505;
  cursor: pointer;
  transition: all 0.2s ease-out;
}

/* Responsive filters */
@media (width <= 768px) {
  .filter-group {
    justify-content: center;
  }
  .filter-select {
    min-width: 100%;
    width: 100%;
  }
  .filter-clear {
    margin-left: 0;
    align-self: center;
  }
}
/* ===========================================
   BUTTON PILL STYLES
   =========================================== */
.button-pill {
  padding: 8px 12px;
  height: 32px;
  border-radius: 360px;
  border: none;
  background-color: #fff;
  color: #050505;
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 16px;
  letter-spacing: -0.2px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.button-pill:hover {
  background-color: #fafafa;
}
.button-pill svg {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}
.button-pill .arrow {
  margin-left: 12px;
  display: inline-flex;
}
.button-pill .arrow svg {
  width: 12px;
  height: 12px;
  margin-right: 0;
}

.dropOpen .button-pill {
  background-color: #f8f8f8;
}

/* ===========================================
   BOARD VIEW LAYOUT
   =========================================== */
body.board-view .main-container {
  max-width: none !important;
}

body.board-view .rooms-board {
  border-radius: 12px;
}

body.list-view .row.content .columns {
  max-width: 660px;
}

/* ===========================================
   ROOMS BOARD VIEW
   =========================================== */
.rooms-board {
  background: #fff;
  border-radius: 16px;
  padding: 8px;
}

.board-columns {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding-bottom: 10px;
  height: 100%;
}

.board-column {
  min-width: 280px;
  background: #fff;
  border-radius: 12px;
  overflow: visible;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  min-height: 50vh;
}

/* Board column colors with 8% opacity */
.board-column[data-state=clean] {
  background-color: rgba(7, 160, 90, 0.08);
}
.board-column[data-state=clean] .column-header svg path {
  fill: rgb(7, 160, 90);
}
.board-column[data-state=dirty] {
  background-color: rgba(242, 57, 24, 0.08);
}
.board-column[data-state=dirty] .column-header svg path {
  fill: rgb(242, 57, 24);
}
.board-column[data-state=cleaning] {
  background-color: rgba(184, 122, 0, 0.08);
}
.board-column[data-state=cleaning] .column-header svg path {
  fill: rgb(184, 122, 0);
}
.board-column[data-state=tocheck] {
  background-color: rgba(40, 118, 246, 0.08);
}
.board-column[data-state=tocheck] .column-header svg path {
  fill: rgb(40, 118, 246);
}
.board-column[data-state=stay] {
  background-color: rgba(77, 77, 77, 0.08);
}
.board-column[data-state=stay] .column-header svg path {
  fill: rgb(77, 77, 77);
}
.board-column[data-state=staycleaning] {
  background-color: rgba(77, 77, 77, 0.08);
}
.board-column[data-state=staycleaning] .column-header svg path {
  fill: rgb(77, 77, 77);
}
.board-column[data-state=outofservice] {
  background-color: rgba(5, 5, 5, 0.08);
}
.board-column[data-state=outofservice] .column-header svg path {
  fill: rgb(5, 5, 5);
}
.board-column[data-state=technicalbreak] {
  background-color: rgba(5, 5, 5, 0.08);
}
.board-column[data-state=technicalbreak] .column-header svg path {
  fill: rgb(5, 5, 5);
}

.column-header {
  padding: 16px;
  color: white;
  display: flex;
  align-items: center;
  position: relative;
}
.column-header svg {
  margin-right: 8px;
  width: 16px;
  height: 16px;
}
.column-header h3 {
  margin: 0;
  color: #050505;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: -0.3px;
}
.column-header h3 span {
  color: #767676;
}

.column-content {
  padding: 0 4px 16px;
  min-height: 200px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  overflow: visible;
  flex: 1;
}
.column-content:empty::before {
  content: attr(data-empty-text);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  color: #999;
  font-style: italic;
  font-size: 14px;
  border: 2px dashed #E1E4E8;
  border-radius: 8px;
  background: #fafbfc;
}

.board-room-card {
  display: flex;
  padding: 16px 12px;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  border-radius: 12px;
  background: #fff;
  cursor: move;
  position: relative;
  width: 100%;
  min-width: 240px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.08);
  touch-action: none;
}
.board-room-card .room-info {
  flex: 1;
}
.board-room-card .room-name {
  color: #050505;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: -0.2px;
  margin: 0;
}
.board-room-card .guest-stay {
  color: #4D4D4D;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: -0.1px;
  text-decoration-line: underline;
  margin-top: 8px;
  cursor: pointer;
}
.board-room-card .guest-stay:hover {
  text-decoration: none;
}
.board-room-card .room-actions {
  margin: auto 0 auto auto;
  transition: all 0.2s ease-out;
  opacity: 0;
  visibility: hidden;
}
.board-room-card .room-actions a {
  margin: -7px 0;
}
.board-room-card:hover .room-actions {
  opacity: 1;
  visibility: visible;
}

/* ===========================================
   DRAG AND DROP STYLES
   =========================================== */
.board-room-card.dragging {
  opacity: 0.5;
}

.ui-draggable-dragging {
  z-index: 1000 !important;
}

.drag-helper {
  width: 100% !important;
  min-width: 240px !important;
  transform: none !important;
  transition: none !important;
  animation: none !important;
}

.board-column.drag-over {
  background-color: rgba(0, 0, 0, 0.05) !important;
}
.board-column[data-state=clean].drag-over {
  background-color: rgba(7, 160, 90, 0.15) !important;
}
.board-column[data-state=dirty].drag-over {
  background-color: rgba(242, 57, 24, 0.15) !important;
}
.board-column[data-state=cleaning].drag-over {
  background-color: rgba(184, 122, 0, 0.15) !important;
}
.board-column[data-state=tocheck].drag-over {
  background-color: rgba(40, 118, 246, 0.15) !important;
}
.board-column[data-state=stay].drag-over {
  background-color: rgba(77, 77, 77, 0.15) !important;
}
.board-column[data-state=staycleaning].drag-over {
  background-color: rgba(77, 77, 77, 0.15) !important;
}
.board-column[data-state=outofservice].drag-over {
  background-color: rgba(5, 5, 5, 0.15) !important;
}
.board-column[data-state=technicalbreak].drag-over {
  background-color: rgba(5, 5, 5, 0.15) !important;
}

@keyframes dragPlaceholder {
  from {
    opacity: 0;
    transform: scale(0.8);
  }
  to {
    opacity: 0.6;
    transform: scale(1);
  }
}
/* ===========================================
   ROOMS LIST LAYOUT
   =========================================== */
.rooms-list1 {
  display: flex;
  flex-direction: column;
  max-width: 800px;
  background: #fff;
  padding: 8px;
  border-radius: 16px;
}

.room-item {
  display: flex;
  align-items: center;
  background: #fff;
  padding: 16px;
  border-bottom: 1px solid #E5E5E5;
  transition: all 0.2s ease-out;
  position: relative;
  cursor: pointer;
}
.room-item:first-child {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.room-item:hover {
  background: #fafafa;
}
.room-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}
.room-item .room-image {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  overflow: hidden;
  margin-right: 16px;
  flex-shrink: 0;
}
.room-item .room-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.room-item .room-info {
  flex: 1;
  min-width: 0;
}
.room-item .room-name {
  color: #050505;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: -0.2px;
  margin: 0;
}
.room-item .guest-name {
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  color: #050505;
}
.room-item .guest-stay {
  color: #4D4D4D;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: -0.1px;
  text-decoration-line: underline;
  margin-top: 4px;
}
.room-item .guest-stay:hover {
  text-decoration: none;
}

@media (max-width: 767px) {
  .rooms-list1 {
    padding: 0;
    background: transparent;
  }
  .room-item {
    flex-direction: column;
    padding: 16px;
    border-radius: 16px;
    border-bottom: none;
    margin-bottom: 8px;
  }
  .room-item:last-child {
    margin-bottom: 16px;
  }
  .room-content {
    display: flex;
    align-items: center;
    width: 100%;
  }
  .room-status {
    width: 100%;
    margin-top: 16px;
  }
  .room-status .dropWrap, .room-status .dropWrap button {
    width: 100%;
  }
}
/* Stay Timeline Section */
.stay-timeline {
  margin-bottom: 24px;
}

.timeline-line {
  position: relative;
  height: 2px;
  background: #e5e5e5;
  margin-bottom: 12px;
}
.timeline-line .timeline-start {
  position: absolute;
  left: 0;
  top: -3px;
  width: 8px;
  min-width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 2px solid #cacaca;
  background: #fff;
}
.timeline-line .timeline-end {
  position: absolute;
  right: 0;
  top: -3px;
  width: 8px;
  min-width: 8px;
  height: 8px;
  border: 2px solid #cacaca;
  background: #fff;
  transition: all 0.3s ease;
}

.timeline-dates {
  display: flex;
  justify-content: space-between;
}

.timeline-start-date .date-main,
.timeline-end-date .date-main {
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.2px;
  color: #050505;
  margin: 0;
}
.timeline-start-date .date-details,
.timeline-end-date .date-details {
  color: #666666;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.timeline-end-date {
  text-align: right;
}

/* ===========================================
   RESERVATION CARD DESIGN
   =========================================== */
.reservation-card {
  background: #fff;
  border-radius: 16px;
  padding: 16px;
  margin-bottom: 8px;
  /* Room Header Section */
  /* Arrival Time Section */
  /* Guest Count Section */
  /* Contact Section */
  /* Comments Section */
}
.reservation-card:last-child {
  margin-bottom: 16px;
}
.reservation-card .room-header {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.reservation-card .room-thumbnail {
  position: relative;
  width: 48px;
  height: 48px;
  border-radius: 8px;
  overflow: hidden;
  margin-right: 16px;
  flex-shrink: 0;
}
.reservation-card .room-thumbnail .thumbnail-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.reservation-card .room-thumbnail .status-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -10px 0 0 -10px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}
.reservation-card .room-thumbnail .status-overlay.status-tocheck svg path {
  fill: #007AFF;
}
.reservation-card .room-thumbnail .status-overlay.status-clean svg path {
  fill: #07A05A;
}
.reservation-card .room-thumbnail .status-overlay.status-dirty svg path {
  fill: #F23918;
}
.reservation-card .room-thumbnail .status-overlay.status-cleaning svg path {
  fill: #B87A00;
}
.reservation-card .room-thumbnail .status-overlay.status-stay svg path {
  fill: #4D4D4D;
}
.reservation-card .room-thumbnail .status-overlay.status-staycleaning svg path {
  fill: #4D4D4D;
}
.reservation-card .room-thumbnail .status-overlay.status-outofservice svg path {
  fill: #050505;
}
.reservation-card .room-thumbnail .status-overlay.status-technicalbreak svg path {
  fill: #050505;
}
.reservation-card .room-thumbnail svg {
  width: 12px;
  height: 12px;
  display: block;
}
.reservation-card .room-info {
  flex: 1;
  min-width: 0;
}
.reservation-card .room-name {
  overflow: hidden;
  color: #050505;
  text-overflow: ellipsis;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: -0.3px;
  margin: 0 0 4px 0;
}
.reservation-card .room-status {
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: -0.1px;
}
.reservation-card .room-status.status-tocheck {
  color: #007AFF;
}
.reservation-card .room-status.status-clean {
  color: #07A05A;
}
.reservation-card .room-status.status-dirty {
  color: #F23918;
}
.reservation-card .room-status.status-cleaning {
  color: #B87A00;
}
.reservation-card .room-status.status-stay {
  color: #4D4D4D;
}
.reservation-card .room-status.status-staycleaning {
  color: #4D4D4D;
}
.reservation-card .room-status.status-outofservice {
  color: #050505;
}
.reservation-card .room-status.status-technicalbreak {
  color: #050505;
}
.reservation-card .arrival-time {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.reservation-card .arrival-time .arrival-icon {
  margin-right: 8px;
}
.reservation-card .arrival-time .arrival-icon svg {
  display: block;
  width: 16px;
  height: 16px;
}
.reservation-card .arrival-time .arrival-text {
  color: #050505;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: -0.2px;
}
.reservation-card .guest-count {
  color: #050505;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: -0.2px;
  margin-bottom: 16px;
}
.reservation-card .guest-count strong {
  font-weight: 700;
}
.reservation-card .contact-section {
  background: #F8F8F8;
  border-radius: 12px;
  padding: 12px 16px;
  position: relative;
  margin: 0 -12px -12px -12px;
}
.reservation-card .guest-name {
  color: #050505;
  font-size: 14px !important;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: -0.2px;
  margin-bottom: 4px;
}
.reservation-card .contact-item {
  display: flex;
  align-items: center;
  margin-bottom: 4px;
}
.reservation-card .contact-item:last-child {
  margin-bottom: 0;
}
.reservation-card .contact-item .contact-icon {
  margin-right: 4px;
}
.reservation-card .contact-item span {
  color: #050505;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -0.1px;
}
.reservation-card .reservation-number {
  color: #767676;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: -0.2px;
  margin-top: 12px;
}
.reservation-card .reservation-arrow {
  position: absolute;
  right: 16px;
  top: 50%;
  margin-top: -8px;
  width: 16px;
  height: 16px;
  display: block;
}
.reservation-card .comment-section {
  display: flex;
  align-items: flex-start;
  padding: 12px;
  background: #F8F9FA;
  border-radius: 8px;
  margin-bottom: 8px;
}
.reservation-card .comment-section.housekeeping {
  background: #E3F2FD;
}
.reservation-card .comment-section .comment-icon {
  color: #666666;
  margin-right: 8px;
  flex-shrink: 0;
  margin-top: 2px;
}
.reservation-card .comment-section .comment-text {
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  flex: 1;
}

/* ===========================================
   CUSTOM TABS STYLES
   =========================================== */
.custom-tabs-nav {
  display: flex;
  padding: 0;
  margin: 0 -16px;
  width: calc(100% + 32px);
  overflow-x: auto;
  overflow-y: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
  padding-bottom: 4px;
}
.custom-tabs-nav::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: #E5E5E5;
  z-index: 10;
}

.custom-tab {
  background: transparent;
  border: none;
  padding: 16px 20px;
  color: #4D4D4D;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 125% */
  letter-spacing: -0.3px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 11;
  height: auto;
}
.custom-tab.current-tab {
  color: #050505;
  background: transparent;
}
.custom-tab.current-tab::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0;
  height: 4px;
  background: #050550;
}
.custom-tab .tab-count {
  display: flex;
  height: 20px;
  min-width: 20px;
  padding: 0 4px;
  justify-content: center;
  align-items: center;
  color: #050505;
  border-radius: 360px;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: -0.2px;
  margin-left: 8px;
  background: #fff;
}

.custom-tabs-content {
  margin-top: 16px;
}

.custom-tab-panel {
  display: none;
}
.custom-tab-panel.current-tab {
  display: block;
}

.modalOverlay {
  z-index: 9999;
}

.reservation-modal {
  padding: 0;
  background: #f2f2f2;
}
.reservation-modal header {
  padding: 16px 20px 20px 20px;
}
.reservation-modal header .go-back {
  margin-bottom: 28px;
}
.reservation-modal header .status {
  display: flex;
  margin-bottom: 8px;
}
.reservation-modal header .status .status-badge {
  margin: 0;
  border-color: #CACACA;
}
.reservation-modal header h1, .reservation-modal header .modal-title {
  color: #050505;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: -1.4px;
  margin: 0;
  padding: 0;
}
.reservation-modal header h1 span, .reservation-modal header .modal-title span {
  text-transform: lowercase;
}
.reservation-modal .reservation-costs .total-amount {
  color: #050505;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: -0.4px;
}
.reservation-modal .reservation-costs .discount {
  margin-top: 4px;
}
.reservation-modal .reservation-costs .discount span {
  color: #767676;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: -0.2px;
  text-decoration-line: line-through;
}
.reservation-modal .reservation-costs .discount small {
  color: #767676;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  text-decoration-line: none;
}
.reservation-modal .reservation-costs .cost-details {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 20px;
}
.reservation-modal .reservation-costs .cost-details span {
  color: #4D4D4D;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 133.333% */
  letter-spacing: -0.1px;
}
.reservation-modal .reservation-costs .cost-details p {
  margin: 4px 0 0 0;
  color: #050505;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: -0.2px;
}
.reservation-modal .reservation-costs .cost-details small {
  color: #767676;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
  margin-top: 4px;
}
.reservation-modal .reservation-costs .cost-details > div {
  flex: 1 1 33.333%;
}
.reservation-modal .reservation-costs .cost-details > div.paid p {
  color: #07A05A;
}
.reservation-modal .reservation-costs .cost-details > div.unpaid p {
  color: #B87A00;
}

.task-status-modal {
  padding: 12px 24px 24px 24px;
  height: auto;
  bottom: 0;
  top: auto;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
.task-status-modal .sh-button-close {
  margin-left: -8px;
}
.task-status-modal h1 {
  color: #050505;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: -1.4px;
  padding: 0;
  margin: 12px 0 24px 0;
}
.task-status-modal .description {
  margin-bottom: 20px;
}
.task-status-modal .description p, .task-status-modal .description strong {
  color: #050505;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.3px;
}
.task-status-modal .description p:empty, .task-status-modal .description strong:empty {
  display: none;
}
.task-status-modal .description strong {
  font-weight: 700;
}

.housekeeper header .logo img {
  max-width: 128px;
}
.housekeeper header .account-button {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 4px;
  border-radius: 360px;
}
.housekeeper header .avatar {
  border-radius: 50%;
  margin: 0;
}
.housekeeper header .arrow {
  width: 16px;
  height: 16px;
  margin: 0 4px 0 8px;
}
.housekeeper header .right ul {
  min-width: 0;
}
.housekeeper section {
  background: #fff;
  padding: 20px;
  margin-bottom: 8px;
}
.housekeeper section h6 {
  color: #050505;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px; /* 140% */
  letter-spacing: -0.6px;
  margin: 0 0 20px 0;
}
.housekeeper section h6 + p {
  margin-top: -16px;
  margin-bottom: 20px;
}
.housekeeper section .item {
  margin-bottom: 24px;
}
.housekeeper section .item:last-child {
  margin-bottom: 0;
}
.housekeeper section .item .item-header {
  color: #4D4D4D;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: -0.1px;
  margin-bottom: 4px;
}
.housekeeper section .item .item-value, .housekeeper section .item a {
  color: #050505;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: -0.2px;
}
.housekeeper section .item .item-value-source {
  display: flex;
  gap: 8px;
  align-items: center;
}
.housekeeper section .item .item-value-source .reservation-source {
  display: inline-flex;
}
.housekeeper section .item .item-value-source img {
  width: 16px;
  height: 16px;
}

.task-header {
  padding: 0 4px;
}
.task-header .go-back {
  margin-left: -4px;
  margin-right: -4px;
}
.task-header .room-image {
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: 8px;
  overflow: hidden;
  flex-shrink: 0;
}
.task-header .room-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.task-header h1 {
  color: #050505;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px; /* 125% */
  letter-spacing: -1.4px;
  padding: 0;
  margin: 16px 0 20px;
}

.meal-item {
  padding: 16px;
  margin: 0 -16px;
  background: #fff;
  border-bottom: 1px solid #E5E5E5;
}
.meal-item:last-child {
  border: none;
  padding-bottom: 32px;
}
.meal-item .meal-item-date {
  color: #050505;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.6px;
  margin-bottom: 20px;
  text-transform: lowercase;
}
.meal-item .meal-item-header {
  color: #050505;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: -0.2px;
  text-transform: capitalize;
  margin-bottom: 4px;
}
.meal-item .meal-item-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: center;
}
.meal-item .meal-item-content h1 {
  margin: 0;
  padding: 0;
  color: #050505;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: -1px;
}
.meal-item .meal-item-content .empty {
  margin: 0;
  color: #9E9E9E;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: -1px;
}
.meal-item .meal-item-single {
  min-width: 71px;
}

.meal-details-wrapper {
  padding: 16px;
}

.meal-details {
  display: flex;
  padding: 12px 16px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  align-self: stretch;
  border-radius: 16px;
  background: #fff;
  margin-bottom: 8px;
}
.meal-details h6 {
  color: #050505;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: -0.3px;
  margin: 4px 0 12px 0;
  padding: 0;
}
.meal-details span {
  color: #050505;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: -0.2px;
}
.meal-details p {
  color: #767676;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: -0.1px;
  margin: 0;
}

.meal-summary-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 24px 0 20px;
  padding: 0 20px;
}

.meal-summary-header {
  color: #050505;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px; /* 128.571% */
  letter-spacing: -0.2px;
  text-transform: capitalize;
}

.meal-summary-value {
  color: #050505;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px; /* 128.571% */
  letter-spacing: -1px;
  margin-top: 4px;
  text-align: center;
}

.task-modal {
  padding: 0;
  background: #f2f2f2;
  display: flex;
  flex-direction: column;
}
.task-modal header {
  padding: 16px 20px 0 20px;
}
.task-modal header .go-back {
  margin-bottom: 28px;
}
.task-modal header h1 {
  color: #050505;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: -1.4px;
  margin: 28px 0 24px;
  padding: 0;
}
.task-modal header h1 span {
  text-transform: lowercase;
}
.task-modal .sh-button-close {
  margin-left: -4px;
}
.task-modal form {
  display: flex;
  flex-direction: column;
  background: #fff;
  height: 100%;
  padding: 20px 20px 28px 20px;
}
.task-modal .button {
  margin-top: auto;
}

/* ===========================================
   STATUS DROPDOWN
   =========================================== */
.status-dropdown {
  position: relative;
}

.status-button {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 20px;
  border: none;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  transition: none;
}

.status-icon,
.status-icon-alt {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.status-icon svg,
.status-icon-alt svg {
  width: 16px;
  height: 16px;
}

.status-text {
  flex: 1;
  text-align: left;
}

.dropdown-arrow {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.dropdown-arrow path {
  fill: #fff;
}

.status-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: white;
  border: 1px solid #EDEDED;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  overflow: hidden;
}

.dropdown-item {
  padding: 8px 12px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  transition: background-color 0.2s ease-out;
}
.dropdown-item:hover {
  background-color: #F8F8F8;
}
.dropdown-item.selected {
  background-color: #E5F3FF;
  color: #2874F6;
}

/* ===========================================
   STATUS COLORS MIXIN
   =========================================== */
/* ===========================================
   STATUS IMPLEMENTATIONS
   =========================================== */
/* Clean Status */
.hk_clean .status-button {
  background: #07A05A;
}
.hk_clean .status-button:hover {
  background: rgb(6.58, 150.4, 84.6);
}
.hk_clean .status-icon-alt svg path,
.hk_clean .dropdown-arrow svg path {
  fill: #fff;
}
.hk_clean .status-icon svg path {
  fill: #07A05A;
}
.hk_clean .status-text {
  color: #fff;
}
.hk_clean.bg {
  background: #07A05A;
}

/* Dirty Status */
.hk_dirty .status-button {
  background: #F23918;
}
.hk_dirty .status-button:hover {
  background: rgb(227.48, 53.58, 22.56);
}
.hk_dirty .status-icon-alt svg path,
.hk_dirty .dropdown-arrow svg path {
  fill: #fff;
}
.hk_dirty .status-icon svg path {
  fill: #F23918;
}
.hk_dirty .status-text {
  color: #fff;
}
.hk_dirty.bg {
  background: #F23918;
}

/* Cleaning Status */
.hk_cleaning .status-button {
  background: #B87A00;
}
.hk_cleaning .status-button:hover {
  background: rgb(172.96, 114.68, 0);
}
.hk_cleaning .status-icon-alt svg path,
.hk_cleaning .dropdown-arrow svg path {
  fill: #fff;
}
.hk_cleaning .status-icon svg path {
  fill: #B87A00;
}
.hk_cleaning .status-text {
  color: #fff;
}
.hk_cleaning.bg {
  background: #B87A00;
}

/* To Check Status */
.hk_tocheck .status-button {
  background: #2874F6;
}
.hk_tocheck .status-button:hover {
  background: rgb(37.6, 109.04, 231.24);
}
.hk_tocheck .status-icon-alt svg path,
.hk_tocheck .dropdown-arrow svg path {
  fill: #fff;
}
.hk_tocheck .status-icon svg path {
  fill: #2874F6;
}
.hk_tocheck .status-text {
  color: #fff;
}
.hk_tocheck.bg {
  background: #2874F6;
}

/* Stay Status */
.hk_stay .status-button {
  background: #E5E5E5;
}
.hk_stay .status-button:hover {
  background: rgb(215.26, 215.26, 215.26);
}
.hk_stay .status-icon-alt svg path,
.hk_stay .dropdown-arrow svg path {
  fill: #050505;
}
.hk_stay .status-icon svg path {
  fill: #E5E5E5;
}
.hk_stay .status-text {
  color: #050505;
}
.hk_stay.bg {
  background: #E5E5E5;
}

/* Stay Cleaning Status */
.hk_staycleaning .status-button {
  background: #E5E5E5;
}
.hk_staycleaning .status-button:hover {
  background: rgb(215.26, 215.26, 215.26);
}
.hk_staycleaning .status-icon-alt svg path,
.hk_staycleaning .dropdown-arrow svg path {
  fill: #050505;
}
.hk_staycleaning .status-icon svg path {
  fill: #E5E5E5;
}
.hk_staycleaning .status-text {
  color: #050505;
}
.hk_staycleaning.bg {
  background: #E5E5E5;
}

/* Out of Service Status */
.hk_outofservice .status-button {
  background: #050505;
}
.hk_outofservice .status-button:hover {
  background: #232323;
}
.hk_outofservice .status-icon-alt svg path,
.hk_outofservice .dropdown-arrow svg path {
  fill: #fff;
}
.hk_outofservice .status-icon svg path {
  fill: #050505;
}
.hk_outofservice .status-text {
  color: #fff;
}
.hk_outofservice.bg {
  background: #050505;
}

/* Technical Break Status */
.hk_technicalbreak .status-button {
  background: #050505;
}
.hk_technicalbreak .status-button:hover {
  background: #232323;
}
.hk_technicalbreak .status-icon-alt svg path,
.hk_technicalbreak .dropdown-arrow svg path {
  fill: #fff;
}
.hk_technicalbreak .status-icon svg path {
  fill: #050505;
}
.hk_technicalbreak .status-text {
  color: #fff;
}
.hk_technicalbreak.bg {
  background: #050505;
}

.housekeeper .tasks-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 0;
}
.housekeeper .task-item {
  background: #fff;
  border-radius: 12px;
  padding: 16px;
  transition: all 0.3s ease;
  position: relative;
}
.housekeeper .task-item-header {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.housekeeper .task-priority-icon {
  display: flex;
  margin-right: 8px;
}
.housekeeper .task-priority-icon svg {
  display: block;
  width: 16px;
  height: 16px;
}
.housekeeper .task-priority-icon.danger svg path {
  fill: #F23918;
}
.housekeeper .task-priority-icon.warning svg path {
  fill: #FFC247;
}
.housekeeper .task-deadline-tag {
  display: flex;
  align-items: center;
  padding: 2px 8px 2px 4px;
  gap: 4px;
  background: #FCEFD4;
  border-radius: 360px;
}
.housekeeper .task-deadline-tag svg {
  width: 12px;
  height: 12px;
}
.housekeeper .task-deadline-tag span {
  color: #050505;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: -0.1px;
}
.housekeeper .task-room-title {
  color: #050505;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: -0.2px;
  margin: 0 0 4px 0;
}
.housekeeper .task-description {
  color: #050505;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: -0.3px;
  margin: 0 0 8px 0;
  padding: 0;
}
.housekeeper .task-description p {
  margin: 0;
  padding: 0;
}
.housekeeper .task-assigned-user {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #050505;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
}
.housekeeper .task-assigned-user svg {
  width: 14px;
  height: 14px;
  fill: currentColor;
  opacity: 0.6;
}
.housekeeper .task-timestamp {
  color: #767676;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: -0.1px;
  margin-top: 12px;
}
.housekeeper .task-item-actions {
  display: flex;
  justify-content: flex-end;
  margin-top: 12px;
}
.housekeeper .task-edit-button {
  background: #050505;
  color: #fff;
  padding: 8px 16px;
  border-radius: 6px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
}
.housekeeper .task-edit-button:hover {
  background: #333;
  color: #fff;
  text-decoration: none;
}
.housekeeper .empty-state {
  text-align: center;
  padding: 40px 20px;
  color: #999;
  font-size: 16px;
}
.housekeeper .empty-state p {
  margin: 0;
}
.housekeeper .custom-tab-panel {
  display: none;
}
.housekeeper .custom-tab-panel.current-tab {
  display: block;
}
.housekeeper .status-options {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.housekeeper .status-options .status-option {
  display: flex;
  align-items: center;
  padding: 16px 0;
  background: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  border-bottom: 1px solid #E5E5E5;
}
.housekeeper .status-options .status-option:last-child {
  border: none;
}
.housekeeper .status-options .status-icon {
  display: flex;
  align-items: center;
  margin-right: 12px;
}
.housekeeper .status-options .status-icon svg {
  width: 16px;
  height: 16px;
}
.housekeeper .status-options .status-option[data-status=pending] .status-icon svg path {
  fill: #2874F6;
}
.housekeeper .status-options .status-option[data-status=done] .status-icon svg path {
  fill: #07A05A;
}
.housekeeper .status-options .status-text {
  flex: 1;
  color: #050505;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}
.housekeeper .status-options .status-checkmark {
  display: flex;
  align-items: center;
}
.housekeeper .status-options .status-checkmark svg {
  width: 16px;
  height: 16px;
}

.cursor-pointer {
  cursor: pointer;
}

.page-configdata > div,
.page-config_params > div,
.page-configimages > div,
.page-config_payments > div,
.page-configaddons > div,
.page-users > div,
.page-service > div,
.page-hotrespages > div,
.page-vouchers > div,
.page-rates > div,
.page-ratesattributes > div,
.page-attributes > div,
.page-attributesgroups > div,
.page-tickets > div,
.page-objectsnewsletter > div,
.page-roomstypes > div,
.page-addons > div,
.page-payments > div {
  max-width: 1202px !important;
}

/*# sourceMappingURL=smart-guest.css.map */
