.searches-flex {
  display: flex;
  flex-direction: column;
  grid-gap: 15px;
}
.ts-search-item {
  display: flex;
  width: 100%;
  border-radius: 5px;
  transition: 0.2s ease;
  border: 1px solid #d5dce2;
  padding: 16px 20px;
  flex-direction: column;
}
.ts-search-item label {
  color: #474747;
}
.search-data-con {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.search-data-con b {
  overflow: hidden;
  font-weight: 600;
  font-size: var(--e-global-typography-text-font-size);
  color: var(--ts-shade-1);
}
.search-data-con > b,
.search-data-con > span {
  margin-right: 3px;
}
.search-data-con span {
  /* font-size: var(--e-global-typography-text-font-size); */
  color: var(--ts-shade-3);
  display: flex;
  grid-gap: 3px;
  flex-wrap: wrap;
}
.search-data-con .ts-search-icon {
  margin-right: 10px;
}
.search-data-con img.ts-status-avatar {
  width: 36px;
  height: 36px;
  min-width: 36px;
  border-radius: 50%;
}
.elementor-widget-ts-searches {
  max-width: 100%;
}
.ts-search-filters {
  display: flex;
  padding-bottom: 20px;
}
.ts-search-filters .ts-form-group {
  padding: 0;
  padding-right: 20px;
}
.ts-search-filters .ts-form-group .ts-saved-search-filter {
  padding: 0;
  background: transparent;
  border: none;
}
.ts-search-filters
  .ts-form-group
  .ts-saved-search-filter
  .ts-saved-search-filter-text {
  font-size: 16px;
}
.ts-search-filters
  .ts-form-group
  .ts-saved-search-filter.ts-filled
  .ts-saved-search-filter-text {
  font-weight: 600;
}
.ts-search-head ul li {
  margin-right: 15px;
  display: flex;
  align-items: center;
}
.ts-search-head ul li:last-child {
  margin-right: 0;
}
.ts-search-head ul li:first-child {
  margin-right: auto;
}
.ts-search-head ul li .ts-icon-btn {
  width: 48px;
  height: 48px;
}
.ts-search-head ul li .ts-icon-btn i {
  font-size: 22px;
}
.ts-search-head ul li .ts-icon-btn img,
.ts-search-head ul li .ts-icon-btn svg {
  width: 21px;
  height: 21px;
  -o-object-fit: contain;
  object-fit: contain;
}
.ts-search-actions {
  padding: 8px 12px;
  border-radius: 5px;
  text-align: center;
  font-weight: 500;
  display: inline-flex;
  white-space: normal;
  font-size: 14px;
  align-items: center;
}
.ts-search-actions i {
  font-size: 20px;
  margin-right: 5px;
}
.ts-search-actions img,
.ts-search-actions svg {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
  object-fit: contain;
  margin-right: 5px;
}
.ts-search-actions span {
  white-space: nowrap;
}
.ts-inner-status {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 8px;
  border-radius: 5px;
  color: #54595f;
  background: #f3f5f9;
  height: 45px;
}
.ts-inner-status i {
  font-size: 30px;
  margin-right: 5px;
}
.ts-inner-status img,
.ts-inner-status svg {
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
  object-fit: contain;
  margin-right: 5px;
}
.ts-inner-status span {
  font-size: var(--e-global-typography-text-font-size);
  font-weight: 500;
}
.pending_approval,
.pending_payment,
.session_completed,
.sub_incomplete,
.sub_past_due,
.sub_unpaid {
  background: #ffeee8;
}
.pending_approval i,
.pending_approval span,
.pending_payment i,
.pending_payment span,
.session_completed i,
.session_completed span,
.sub_incomplete i,
.sub_incomplete span,
.sub_past_due i,
.sub_past_due span,
.sub_unpaid i,
.sub_unpaid span {
  color: #e54300;
}
.pending_approval img,
.pending_approval svg,
.pending_payment img,
.pending_payment svg,
.session_completed img,
.session_completed svg,
.sub_incomplete img,
.sub_incomplete svg,
.sub_past_due img,
.sub_past_due svg,
.sub_unpaid img,
.sub_unpaid svg {
  fill: #e54300;
}
.completed,
.sub_active {
  background: rgba(0, 197, 109, 0.1019607843);
}
.completed i,
.completed span,
.sub_active i,
.sub_active span {
  color: #00c56d;
}
.completed svg,
.sub_active svg {
  fill: #00c56d;
}
.neutral,
.refund_requested,
.sub_trialing {
  background: var(--ts-shade-6);
}
.neutral i,
.neutral span,
.refund_requested i,
.refund_requested span,
.sub_trialing i,
.sub_trialing span {
  color: #535b6e;
}
.neutral svg,
.refund_requested svg,
.sub_trialing svg {
  fill: #535b6e;
}
.canceled,
.declined,
.failed,
.refunded,
.sub_canceled,
.sub_incomplete_expired {
  background: #fceeee;
}
.canceled i,
.canceled span,
.declined i,
.declined span,
.failed i,
.failed span,
.refunded i,
.refunded span,
.sub_canceled i,
.sub_canceled span,
.sub_incomplete_expired i,
.sub_incomplete_expired span {
  color: #f43b3b;
}
.canceled svg,
.declined svg,
.failed svg,
.refunded svg,
.sub_canceled svg,
.sub_incomplete_expired svg {
  fill: #f43b3b;
}
.ts-system-ico {
  color: #525a6e;
  width: 44px;
  height: 44px;
  min-width: 44px;
  background: #f3f5f9;
  border-radius: 50%;
  margin-right: 0 !important;
  align-items: center;
  justify-content: center;
  display: flex;
}
.ts-system-ico i,
.ts-system-ico svg {
  font-size: 24px;
  color: #525a6e;
}
.ts-system-ico svg {
  fill: #525a6e;
  width: 24px;
  height: 24px;
}
.ts-single-search .ts-status {
  margin-bottom: 0;
}
.ts-single-search .ts-saved-search-filter {
  height: 50px;
}
.search-cards {
  display: grid;
  grid-gap: 15px;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
.ts-search-card {
  border: 1px solid #d5dce2;
  border-radius: 5px;
  background: #fff;
  display: flex;
}
.ts-search-card ul {
  display: flex;
  grid-gap: 15px;
  padding: 20px;
  align-items: center;
  flex-wrap: nowrap;
}
.ts-search-card ul small {
  color: var(--ts-shade-3);
  padding-bottom: 3px;
  display: block;
}
.ts-search-card ul small,
.ts-search-card ul span {
  font-size: var(--e-global-typography-text-font-size);
}
.ts-search-card ul span {
  color: var(--ts-shade-1);
  font-weight: 500;
}
.ts-card-icon {
  color: #fff;
  background: var(--ts-accent-1);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ts-card-icon,
.ts-card-icon i {
  font-size: 22px;
}
.ts-card-icon img,
.ts-card-icon svg {
  width: 22px;
  height: 22px;
  -o-object-fit: contain;
  object-fit: contain;
  fill: #fff;
}
.ts-card-icon:empty {
  display: none;
}
.searches-pagination {
  margin-top: 20px;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.searches-pagination a {
  width: auto;
}
.ts-status-attachments ul {
  grid-gap: 5px;
  display: flex;
  flex-direction: column;
}
.ts-status-attachments li:last-child {
  margin-bottom: 0;
}
.ts-status-attachments a {
  display: flex;
  align-items: center;
  color: #0c162c;
}
.ts-status-attachments a i {
  font-size: 26px;
  color: #525a6e;
  border-radius: 50%;
  margin-right: 10px;
}
.ts-status-attachments a img,
.ts-status-attachments a svg {
  width: 26px;
  height: 26px;
  -o-object-fit: contain;
  object-fit: contain;
  fill: #525a6e;
  margin-right: 10px;
}
.ts-status-attachments a span {
  font-size: var(--e-global-typography-text-font-size);
  font-weight: 600;
}
.search-info-container {
  border: 1px solid #d5dce2;
  border-radius: 5px;
  background: #fff;
}
.search-info-container > .search-product-tags {
  padding: 13px 18px;
  border-top: 1px solid #d5dce2;
}
.search-info-container > .search-product-tags .tci-labels {
  display: flex;
  justify-content: center;
}
.search-info-container > .search-product-tags .checked {
  font-weight: 600;
}
.search-info-container > .search-product-tags .tci-labels li {
  padding: 10px 15px;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: background 0.2s ease;
}
.search-info-container > .search-product-tags .tci-labels li:hover {
  background: var(--ts-shade-5);
}
.search-info-container > ul > li {
  padding: 15px 20px;
  border-top: 1px solid #d5dce2;
}
.search-info-container > ul > li:last-child {
  border-bottom: none;
}
.search-info-container > ul > li small {
  font-size: var(--e-global-typography-text-font-size);
  color: var(--ts-shade-3);
  margin-bottom: 5px;
  display: block;
}
.search-info-container > ul > li span {
  font-size: var(--e-global-typography-text-font-size);
  color: var(--ts-shade-2);
}
.search-info-container .search-info-head {
  display: flex;
  padding: 12px 15px;
  align-items: center;
}
.search-info-container .search-info-head > i {
  font-size: 26px;
  color: var(--ts-shade-3);
  margin-right: 10px;
}
.search-info-container .search-info-head > img,
.search-info-container .search-info-head > svg {
  width: 26px;
  height: 26px;
  -o-object-fit: contain;
  object-fit: contain;
  fill: var(--ts-shade-3);
  margin-right: 10px;
}
.search-info-container .search-info-head span {
  font-weight: 500;
  font-size: var(--e-global-typography-text-font-size);
  color: var(--ts-shade-1);
}
.search-info-container .search-info-head a {
  margin-left: auto;
}
.ts-social-feed .ts-status-head.system-note {
  margin-bottom: 0;
}
@media (max-width: 480px) {
  .ts-search-actions span {
    display: none;
  }
  .ts-search-actions i {
    margin-right: 0 !important;
  }
}
.ts-cal-grid {
  box-shadow: 0 1px 0 0 #d5dce2;
  border: 1px solid #d5dce2;
  overflow: auto;
  border-radius: 10px;
  display: flex;
  position: relative;
  min-height: 660px;
  max-height: 660px;
  background: #fff;
  cursor: move;
  cursor: grab;
  cursor: -webkit-grab;
}
.ts-cal-grid:active {
  cursor: grabbing;
  cursor: -webkit-grabbing;
}
.ts-grid-nav.ts-form-submit {
  margin-left: auto;
  display: flex;
  grid-gap: 5px;
  padding-right: 0 !important;
}
.ts-grid-nav.ts-form-submit .ts-icon-btn {
  width: 46px;
  height: 46px;
}
.ts-grid-nav i {
  padding-right: 0 !important;
}
.ts-chart-nav {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  grid-gap: 10px;
  padding-top: 20px;
}
.ts-chart-nav .ts-icon-btn {
  width: 40px;
  height: 40px;
  min-width: 40px;
}
.ts-chart-nav p {
  font-size: var(--e-global-typography-text-font-size);
  font-weight: 400;
  text-align: center;
  width: 100%;
}
.ts-chart-nav > div {
  display: flex;
  grid-gap: 5px;
}
.ts-cal-days {
  padding-bottom: 15px;
}
.ts-cal-box {
  scroll-snap-align: start;
  grid-row: 1;
  grid-column: auto;
  width: 33.34%;
  min-width: 33.34%;
  border-right: 1px solid #d5dce2;
  display: flex;
  flex-direction: column;
}
.ts-cal-box .ts-no-posts {
  flex-grow: 1;
  justify-content: center;
  align-items: center;
}
.ts-cal-bookings {
  padding: 25px;
  display: flex;
  flex-direction: column;
  grid-gap: 15px;
}
.ts-cal-item {
  border: 1px solid #d5dce2;
  padding: 15px;
  border-radius: 10px;
  flex-wrap: wrap;
  box-shadow: 0 1px 0 0 rgba(135, 150, 161, 0.12);
  cursor: pointer;
  background: #fff;
}
.tci-top,
.ts-cal-item {
  display: flex;
  grid-gap: 10px;
}
.tci-top {
  justify-content: center;
  align-items: center;
}
.tci-top .avatar {
  width: 34px;
  height: 34px;
  min-width: 34px;
  border-radius: 50%;
}
.tci-top p {
  color: var(--ts-shade-1);
  font-weight: 600;
  font-size: var(--e-global-typography-text-font-size);
}
.tci-right {
  grid-gap: 10px;
  display: grid;
}
.tci-title {
  font-weight: 500;
  color: var(--ts-shade-1);
  font-size: var(--e-global-typography-text-font-size);
}
.tci-labels {
  width: 100%;
  grid-gap: 5px;
}
.tci-labels li {
  padding: 7px 10px;
  border-radius: 50px;
  background: var(--ts-shade-6);
  color: var(--ts-shade-2);
  font-size: var(--e-global-typography-text-font-size);
  font-weight: 400;
}
.ts-cal-date {
  display: grid;
  grid-gap: 5px;
  padding: 20px 25px;
  border-bottom: 1px solid #d5dce2;
  position: sticky;
  top: 0;
  background: #fff;
}
.ts-cal-date p {
  color: var(--ts-shade-1);
  font-size: var(--e-global-typography-text-font-size);
  font-weight: 600;
}
.ts-cal-date p span {
  font-weight: 400;
}
.ts-booking-calendar[v-cloak] {
  opacity: 0;
}
.ts-status-side {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  grid-gap: 10px;
}
.ts-divider {
  display: flex;
  margin-left: 20px;
}
.ts-divider > div {
  height: 70px;
  width: 1px;
  background: var(--ts-shade-5);
  position: relative;
  display: flex;
  justify-content: center;
}
.ts-divider > div:after,
.ts-divider > div:before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--ts-shade-5);
  position: absolute;
}
.ts-divider > div:before {
  top: 0;
}
.ts-divider > div:after {
  bottom: 0;
}
body.rtl .ts-booking-calendar .ts-search-filters .ts-grid-nav.ts-form-submit {
  flex-direction: row-reverse !important;
}
.ts-download-limit {
  color: var(--ts-shade-3);
}
@media (max-width: 768px) {
  .ts-grid-nav.ts-form-submit {
    display: none;
  }
}
.filter-icon svg {
  width: 20px;
  height: 20px;
}
span.single-filter {
  align-items: center;
}
.filters {
  gap: 10px 20px;
}

span.single-filter.ts-saved-search-filter-wrapper label {
  display: flex;
  align-items: center;
}
span.single-filter.ts-saved-search-filter-wrapper label svg {
  width: 15px;
  height: 15px;
}

.ts-search-actions-item {
  display: flex;
  gap: 1px;
  align-items: center;
}

.ts-search-actions {
  display: flex;
  gap: 20px;
  border-top: 1px solid #00000021;
  border-radius: 0;
  padding: 0;
  padding-top: 12px;
}

span.single-filter.ts-saved-search-filter-wrapper > span > svg {
  height: 17px;
  width: 17px;
  fill: #000000c7;
}

.ts-search-item .ts-form-group {
  flex-direction: row;
  display: flex;
  gap: 5px;
}
.ts-search-item .ts-form-group label {
  font-weight: 500;
  color: black;
}

.ts-search-item-body {
  display: flex;
  align-items: flex-start;
}

.ts-search-item-post-type {
  display: flex;
  flex-direction: column;
  background: var(--e-global-color-accent);
  padding: 10px;
  border-radius: 10px;
  margin-right: 20px;
  color: white;
  font-size: 12px;
}

.ts-search-item-post-type svg {
  height: 28px;
  width: 28px;
  fill: white;
}

a.ts-search-actions-item {
  color: black;
}
a.ts-search-actions-item svg {
  fill: black;
}

.saved-search-title {
  font-size: 1rem;
  font-weight: 500;
  padding-bottom: 13px;
  border-bottom: 1px solid #dedede;
  margin-bottom: 17px;
}

.ts-search-actions {
  margin-top: 21px;
}
