.common-block-ui.tape-chart-block {
  padding: 22px 20px 0 20px;
  min-height: calc(100vh - var(--headheight) - 78px);
}

.tap-card-head label.custom-switch .switch {
  background: #f8f8f8;
  box-shadow: 0px 6px 10px #4041430d;
  border-radius: 9px;
  width: 243px;
}

.tap-card-head label.custom-switch .switch span {
  width: 50%;
  border-radius: 9px;
  left: 4px;
}

.tap-card-head label.custom-switch input:checked ~ .switch span {
  transform: translateX(94%);
}

.tap-card-head label.custom-switch .switch:before,
.tap-card-head label.custom-switch .switch:after {
  font-size: 10px;
}

.daterage-preview i.cs-icon {
  font-size: 18px;
}

.action-tap-chart .cal-btn {
  height: 44px;
  background: #eeeef3;
  cursor: pointer;
  border: none;
  outline: none;
  padding: 0 16px;
  display: inline-flex;
  align-items: center;
  grid-gap: 8px;
  gap: 8px;
  border-radius: 6px;
  /* min-width: 132px; */
  justify-content: space-between;
  transition: all 0.2s ease;
}

.action-tap-chart .cal-btn:hover {
  background-color: #000000;
  color: #fff;
}

.daterage-preview span {
  visibility: hidden;
}

.fullcalendar-ui .fc .fc-toolbar-title {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.5px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
  position: absolute;
  top: -46px;
  z-index: 9;
  right: 0;
  margin: auto;
  left: 80px;
}

.fullcalendar-ui .fc .fc-toolbar-title:before {
  content: "\e90f";
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
}

.daterage-preview span,
.fullcalendar-ui .fc .fc-toolbar-title {
  width: 254px;
}

.fc-header-toolbar .fc-button.fc-button-primary {
  display: none;
}

.action-tap-chart .cal-btn span.fc-icon {
  font-size: 16px;
}

.action-tap-chart .cal-btn.cal-next {
  right: 30px;
  top: 20px;
  left: auto;
}

.inner-range {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 2px;
}

.action-tap-chart .cal-btn span.title {
  font-size: 15px;
  font-weight: 500;
}

.action-tap-chart .cal-btn span.range-inner-ui {
  font-size: 11px;
}

.action-tap-chart .cal-btn.cal-next .inner-range {
  align-items: flex-end;
}

.action-tap-chart {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

.daterage-preview {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.5px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.fc .fc-timeline-header-row-chrono .fc-timeline-slot-frame {
  justify-content: center;
}

.fullcalendar-ui .fc .fc-toolbar.fc-header-toolbar {
  padding: 0;
  margin: 0;
}

/* .fullcalendar-ui .fc .fc-toolbar-title {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.24px;
} */

.fullcalendar-ui .fc .fc-button-primary {
  background-color: #e9e9e9;
  color: #353535;
  border-color: #e9e9e9;
  transition: all 0.4s ease;
  height: 40px;
  font-size: 13px;
  text-transform: capitalize;
}

.fullcalendar-ui .fc .fc-button-primary:hover {
  background: #000000;
  color: #fff;
}

.fc-timeline-event-harness .fc-timeline-event {
  border-radius: 9px;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.24px;
}

.fc-direction-ltr .fc-timeline-slot.fc-day-sat,
.fc-direction-ltr .fc-timeline-slot.fc-day-sun {
  background: #dfdfdf82;
}

.content-cell-disc {
  background-color: #dfdfdf42;
}

/* .fc-direction-ltr .fc-timeline-slot.fc-day-sat,
.fc-direction-ltr .fc-timeline-slot.fc-day-sun{
  background-color: #F8F8F8;
}

 */

/* 
.fullcalendar-ui .fc .fc-datagrid-cell-cushion.fc-scrollgrid-sync-inner {
  padding: 8px;
  white-space: nowrap;
  overflow: hidden;
  padding: 7px 20px;
  background-color: #000000;
  width: 100%;
  text-align: left;
  color: #fff;
} */

.user-detail-card {
  display: flex;
  align-items: flex-start;
  text-align: left;
  justify-content: space-between;
}

.vcard-timeline .MuiTooltip-tooltip {
  padding: 20px 20px;
  width: 524px;
  text-align: left;
  min-width: 524px;
}

.vcard-timeline .left-vcard h4 {
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 6px;
}

.user-detail-card p {
  font-size: 10px;
  letter-spacing: 0.2px;
  color: #000000;
  margin: 0 0 3px 0px;
  font-weight: 500;
}

/* .due-price {
    color: #d93b5f;
    font-size: 12px;
    padding: 10px 12px;
    background: #f8f8f8;
    border-radius: 9px;
    font-weight: 700;
} */

.vcard-due-price {
  background-color: #f8f8f8;
  border-radius: 6px;
}

.vcard-timeline .summary-date-range {
  background-color: #f8f8f8;
  padding: 10px 10px 12px 10px;
  border: none;
  margin: 0 0 18px 0;
  text-align: left;
  grid-gap: 10px;
  grid-gap: 10px;
  gap: 10px;
  border-radius: 5px;
}

.srp-date-ui .title-arr {
  width: 100%;
  text-align: center;
  display: block;
  font-size: 10px;
  margin-bottom: 3px;
  font-weight: 500;
}

.vcard-timeline .srp-date-ui {
  flex-wrap: wrap;
  width: 64px;
}

.vcard-timeline .srp-date-ui .selected-date {
  width: 58px;
  padding-bottom: 4px;
  margin: 0 auto;
}

.summary-list-card-timeline li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  letter-spacing: 0.2px;
  color: #000000;
  font-size: 10px;
  margin: 0 0 5px 0;
}

.vcard-timeline .srp-date-ui .selected-date span {
  padding: 2px 10px;
  width: 100%;
  height: 22px;
}

.notes-timeline {
  padding-top: 12px;
  border-top: 1px solid #e4e4e4;
  margin-top: 15px;
}

.notes-timeline h4 {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.2px;
  margin: 0 0 2px 0;
}

.notes-timeline p {
  margin: 0;
  letter-spacing: 0.2px;
  font-size: 10px;
}

.vcard-timeline .srp-date-ui .selected-date label {
  font-size: 18px;
  height: auto;
  text-align: center;
  line-height: 16px;
}

.vcard-timeline .srp-date-ui .selected-date label small {
  display: block;
  font-size: 10px;
  font-weight: 400;
}

.vcard-timeline .summary-date-range .srp-check-date {
  border-left: 1px solid #f1f1f1;
  padding-left: 6px;
  margin-left: 8px;
}

.Tooltip-light span.MuiTooltip-arrow::before {
  box-shadow: 2px 2px 0 0 rgb(0 0 0 / 4%);
}

.Tooltip-light span.MuiTooltip-arrow {
  color: #fff;
}

.fc-timeline-slot-label a.fc-timeline-slot-cushion {
  font-size: 12px;
  display: inline-block;
  width: 44px;
  word-break: break-word;
  white-space: normal;
  line-height: 18px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.24px;
  min-width: 40px;
}

.fc-timeline-slot-label a.fc-timeline-slot-cushion::first-line {
  font-weight: 700;
  font-size: 16px;
}

.fc-timeline-event-harness .fc-timeline-event span {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  min-height: 15px;
}

.tc-date-filter {
  display: flex;
  align-items: center;
  gap: 18px;
  padding-left: 0;
}

.tc-date-filter button.btn-activity {
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.tc-date-filter button.btn-activity .cs-icon {
  font-size: 25px;
}

th[role="columnheader"]
  span.fc-datagrid-expander.fc-datagrid-expander-placeholder {
  display: none;
}

.tc-date-filter .form-control.ns-dob-field {
  margin: 0;
  width: calc(100% - 60px);
}

.fc .fc-datagrid-cell-cushion,
.fc .fc-datagrid-header .fc-datagrid-cell-frame {
  width: 100%;
}

.fc-theme-standard td.fc-day-today,
.fc-theme-standard th.fc-day-today {
  background: #cc03030a;
}

.fullcalendar-ui .fc .fc-timeline-lane-frame {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.fullcalendar-ui .fc .fc-resource-timeline-divider {
  width: 1px;
}

.tc-date-filter .MuiOutlinedInput-root.MuiInputBase-root {
  flex-direction: row-reverse;
}

.fc .fc-datagrid-cell-cushion {
  position: relative;
  padding: 10px 28px;
}

.fc-direction-ltr .fc-datagrid-expander {
  opacity: 1;
  margin: 0;
  display: block;
}

.fc .fc-datagrid-cell-cushion span.fc-icon.fc-icon-minus-square,
.fc .fc-datagrid-cell-cushion span.fc-icon.fc-icon-plus-square {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 2;
}

.fc .fc-datagrid-cell-frame .fc-datagrid-expander .fc-icon {
  display: none;
}

.fc-datagrid-cell-frame .fc-datagrid-expander span.fc-icon.fc-icon-minus-square,
.fc-datagrid-cell-frame .fc-datagrid-expander span.fc-icon.fc-icon-plus-square {
  display: block;
}

.fc-datagrid-cell-frame
  .fc-datagrid-expander
  span.fc-icon.fc-icon-minus-square::before,
.fc-datagrid-cell-frame
  .fc-datagrid-expander
  span.fc-icon.fc-icon-plus-square::before {
  content: "\e900";
  transform: rotate(90deg);
  position: absolute;
  right: 10px;
  top: -3px;
  font-size: 22px;
  height: 20px;
  width: 20px;
  line-height: 20px;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  bottom: 0;
  margin: auto;
  color: #fff;
  z-index: 1;
}

.fc-datagrid-cell-frame .fc-icon {
  display: none;
}

.fc-datagrid-cell-frame
  .fc-datagrid-expander
  span.fc-icon.fc-icon-plus-square::before {
  transform: rotate(-90deg);
}

.fc-datagrid-cell-frame .fc-datagrid-cell-main {
  position: relative;
}

.fc-datagrid-cell-frame .fc-datagrid-cell-main span.parent-class {
  color: #fff;
  display: inline-block;
  align-items: center;
  grid-gap: 11px;
  gap: 11px;
  font-size: 12px;
  letter-spacing: 0.24px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: calc(100% - 60px);
  vertical-align: middle;
}

.fc-datagrid-cell-frame .fc-datagrid-cell-main span.parent-class:before {
  content: "\e90d";
  font-family: "icomoon" !important;
  font-size: 16px;
  vertical-align: middle;
  margin-right: 11px;
}

.fc-datagrid-cell-frame
  .fc-datagrid-cell-cushion
  .fc-datagrid-cell-main
  > span:not(.parent-class) {
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  letter-spacing: 0.32px;
}

.fc-datagrid-cell-frame
  .fc-datagrid-cell-cushion
  .fc-datagrid-cell-main
  .room-occ-item
  span:not(.parent-class):before {
  content: "Room";
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.24px;
  margin-right: 12px;
}

.fc-datagrid-cell-frame
  .fc-datagrid-cell-cushion
  .fc-datagrid-cell-main
  .room-occ-item
  span:not(.parent-class) {
  display: flex;
  align-items: center;
}

.fc-resource-timeline table.fc-scrollgrid {
  border-color: transparent;
}

.fc-resource-timeline table.fc-scrollgrid > thead {
  position: sticky;
  top: 150px;
  background-color: #fff;
  z-index: 2;
}

.fc-scrollgrid-section-header th {
  border-top: 1px solid #fff;
}

.fc-scrollgrid-section-header th:last-child {
  border-top: 1px solid #dddddd;
}

/* .fc .fc-timeline-event-harness .fc-timeline-event {
	transform: translateX(15%);
} */

.sidebar-nav.show ~ .cs-wrapper table.fc-scrollgrid-sync-table {
  max-width: 100%;
}

.room-occ-item i.cs-icon.icon-info {
  position: absolute;
  right: 18px;
  top: 0;
  height: 18px;
  bottom: 0;
  margin: auto;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
}

.change-date-info {
  width: 100%;
  text-align: left;
  margin-bottom: 4px;
}

.list-change-date {
  text-align: left;
  margin: 6px 0 5px 0;
  display: inline-block;
  width: 100%;
  border: 1px solid #d8d8d8;
  padding: 7px 10px;
  border-radius: 5px;
  background-color: #fbfbfb;
}

.list-change-date label {
  display: inline-block;
  width: 100%;
  font-weight: 600;
}

.info-continue {
  padding-top: 18px;
  color: #000;
}

.devider-date i.cs-icon.icon-arrow-down2 {
  transform: rotate(-90deg) translate(0px, 0px);
  display: inline-block;
  font-size: 16px;
  color: #a7a7a7;
}

.ccard-payment-summery {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #e4e4e4;
  padding-top: 14px;
}

.summary-list-card-timeline {
  flex: 0 0 46%;
}

.summary-list-card-timeline li span {
  flex: 0 0 50%;
}

.vcard-due-price {
  background-color: #f8f8f8;
  width: 196px;
  padding: 10px 30px;
  text-align: right;
  position: relative;
}

.vcard-due-price i.cs-icon {
  position: absolute;
  left: -18px;
  width: 35px;
  height: 35px;
  background-color: #fff;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  border-radius: 20px;
}

.due-price {
  font-size: 14px;
  font-weight: 600;
  display: flex;
  justify-content: flex-end;
  gap: 14px;
  margin-bottom: 5px;
  color: #d93b5f;
}

.due-price span {
  color: #000;
}

.total-due-sm {
  text-transform: uppercase;
  font-size: 12px;
}

.vcard-timeline p.MuiTypography-root {
  overflow: visible;
}

.vcard-due-price i.cs-icon {
  position: absolute;
  left: -18px;
  width: 35px;
  height: 35px;
  background-color: #fff;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  border-radius: 20px;
}

.due-price {
  font-size: 14px;
  font-weight: 600;
  display: flex;
  justify-content: flex-end;
  gap: 14px;
  margin-bottom: 5px;
}

.total-due-sm {
  text-transform: uppercase;
  font-size: 12px;
}

.action-vcard {
  margin: 16px -20px -20px -20px;
  background: #f8f8f8;
  padding: 15px 20px;
  display: grid;
  align-items: center;
  grid-template-columns: repeat(6, 6fr);
  gap: 10px;
}

.vcard-timeline p.MuiTypography-root {
  overflow: visible;
}

button.field-v-card {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  height: 65px;
  border-radius: 5px;
  padding: 10px 5px;
  font-size: 11px;
  gap: 5px;
  cursor: pointer;
  transition: all 0.4s ease;
}

button.field-v-card:hover {
  color: #ffffff;
  background-color: var(--pri);
}

button.field-v-card i.cs-icon {
  font-size: 18px;
  color: #323232;
}

button.field-v-card:hover i.cs-icon {
  color: #ffffff;
}

.modal-room-detail.rooms-detail-item .room-show-img {
  height: 220px;
}

.modal-room-detail.rooms-detail-item .room-detail-header {
  margin-bottom: 8px;
}

.Tooltip-light.vcard-roomDetail .MuiTooltip-tooltip {
  text-align: left;
  padding: 0.8rem;
  border-radius: 14px;
  width: 500px;
  box-shadow: 0 0 4px rgb(0 0 0 / 28%);
}

.vcard-roomDetail .rooms-detail-item .room-detail-inner-contents {
  box-shadow: none;
  border: none;
  padding: 0;
  border-radius: 0;
}

.cs-commmon-dialogue-content.popup-content.tape-chart-reservation-modal
  .MuiPaper-root {
  max-width: 800px;
}

.tape-chart-reservation-modal .mobile-popup-content {
  padding: 0 !important;
}

.tape-chart-reservation-modal .tab-ui-nw {
  padding: 0 0;
}

.tape-chart-reservation-modal .tab-ui-nw .tab-head-btns ul {
  padding: 0 10px;
  background: #ffffff;
  height: 60px;
  gap: 10px;
}

.tape-chart-reservation-modal .tab-content-ui-nw {
  display: inline-block;
  width: 100%;
  padding: 30px 26px;
}

.tape-chart-reservation-modal .tab-head-btns {
  z-index: 5;
  top: 0;
  position: inherit;
}

.tape-chart-reservation-modal .tab-head-btns ul li {
  color: #000000;
  padding: 20px 15px;
}

.tape-chart-reservation-modal .tab-head-btns ul li:before {
  display: none;
}

.tape-chart-reservation-modal .tab-head-btns ul li:after {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  background: white;
  bottom: -8px;
  left: 0;
  right: 0;
  margin: auto;
  transform: rotate(45deg);
  opacity: 0;
  border-left: 1px solid #d7d7d7;
  border-top: 1px solid #d7d7d7;
}

.tape-chart-reservation-modal .tab-head-btns ul li.active:after {
  opacity: 1;
}

.tape-chart-reservation-modal .srp-filter-date {
  margin: 0;
  padding: 2px 0 20px 0;
  border-bottom: 1px solid #e5e5e5;
  background: transparent;
}

.rs-customer-head {
  display: inline-flex;
  align-items: center;
  gap: 20px;
}

button.cs-btn-customer {
  min-width: 120px;
  height: 40px;
  background-color: #f8f8f8;
  border-radius: 9px;
  display: inline-flex;
  gap: 30px;
  align-items: center;
  color: #000;
  cursor: pointer;
  transition: all 0.4s ease;
  padding: 0 10px;
}

button.cs-btn-customer:hover {
  background-color: #000000;
  color: #ffffff;
}

.cs-btn-customer span {
  font-size: 10px;
  letter-spacing: 0.2px;
}

.cs-btn-customer label {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 16px;
  font-weight: 700;
}

.cs-btn-customer i.cs-icon {
  font-size: 6px;
  transform: rotate(-90deg);
  display: inline-block;
}

.tape-chart-reservation-modal .srp-filter-date:before {
  display: none;
}

.head-block-rs {
  display: flex;
  padding: 18px 0;
}

.head-block-rs ul {
  display: flex;
  align-items: center;
  gap: 42px;
}

.head-block-rs ul li {
  color: #000000;
  font-size: 12px;
  letter-spacing: 0.24px;
}

.customize-policy-block .customize-item {
  display: flex;
  align-items: center;
  padding: 10px 10px 10px 18px;
  box-shadow: 0px 4px 10px #4041430d;
  border-radius: 10px;
  justify-content: space-between;
  cursor: pointer;
  margin-bottom: 10px;
}

.customize-policy-block .customize-item:last-child {
  margin-bottom: 0;
}

.customize-item .customize-name {
  font-size: 12px;
  letter-spacing: 0.24px;
  color: #000000;
  width: 24%;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.customize-item .rate-plan {
  letter-spacing: 0.24px;
  color: #000000;
  font-size: 12px;
  width: 16%;
  text-decoration: underline;
}

.mx-occupancy {
  color: #404143;
  font-size: 12px;
  width: 20%;
}

.tate-rate-night {
  letter-spacing: 0.24px;
  font-size: 14px;
  width: 15%;
  color: #000000;
}

.total-info {
  width: auto;
  letter-spacing: 0.2px;
  display: inline-flex;
  gap: 7px;
  align-items: center;
  font-size: 10px;
  font-weight: 700;
  background-color: #f8f8f8;
  border-radius: 9px;
  height: 40px;
  justify-content: center;
  padding: 0 14px;
}

.total-info strong {
  font-size: 14px;
}

.total-info i.cs-icon.icon-info {
  font-size: 16px;
  display: block;
}

.total-info span {
  margin-right: 16px;
}

.info-total-preview {
  position: relative;
}

.info-total-preview .summary-list-card {
  display: block;
  position: absolute;
  right: -30px;
  bottom: 30px;
  z-index: 99;
  width: 240px;
  background-color: #fff;
  box-shadow: 0px -6px 15px 0 #00000045;
  padding: 8px 18px;
  border-radius: 5px;
  transform: translateY(10px);
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease;
}

.info-total-preview .summary-list-card li {
  margin: 16px 0;
}

.info-total-preview .summary-list-card ul {
  min-height: 0;
  max-height: unset;
}

.info-total-preview .summary-list-card ul span {
  margin: 0;
}

.info-total-preview:hover .summary-list-card {
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}

span.cs-radio {
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #000000;
  width: 18px;
  height: 18px;
  display: inline-block;
  border-radius: 20px;
  position: relative;
  flex: 0 0 18px;
}

span.cs-radio:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 12px;
  height: 12px;
  border-radius: 20px;
  background-color: #000000;
  bottom: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  transition: all 0.4s ease;
}

.rs-cart-reservation {
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}

.customize-item input[type="radio"] {
  display: none;
}

.customize-item
  input[type="radio"]:checked
  ~ .customize-name
  span.cs-radio:before {
  opacity: 1;
}

.d-flex {
  display: flex;
}

.justify-flex-end {
  justify-content: flex-end;
}

.justify-flex-center {
  justify-content: center;
}

.tape-chart-reservation-modal .popup-content .close:after,
.tape-chart-reservation-modal .popup-content .close:before {
  height: 18px;
  top: -10px;
}

.fc-timeline-event.room-block {
  background: #404143;
  border-color: #404143;
}

.fc-timeline-event.room-reservation {
  border-color: #03cc67;
  background-color: #03cc67;
}

.fc-timeline-event.room-bundle-block {
  border-color: #2062f6;
  background-color: #2062f6;
}

.fc-timeline-event.room-hold {
  border-color: #f56060;
  background-color: #f56060;
}

.fc-timeline-event.room-active {
  border-color: #03cc67;
  background-color: #03cc67;
}

.fc-timeline-event.room-checkin {
  border-color: #8320f6;
  background-color: #8320f6;
}

.fc-timeline-event.room-checkout {
  border-color: #f68b20;
  background-color: #f68b20;
}

.fc-timeline-event.room-closed {
  border-color: #a95c5c;
  background-color: #a95c5c;
}
.action-vcard.hold-actions-modal {
  grid-template-columns: repeat(4, 6fr);
}
.action-vcard.block-actions-modal {
  grid-template-columns: repeat(3, 6fr);
}

@media screen and (min-width: 1600px) {
  .cs-commmon-dialogue-content.popup-content.tape-chart-reservation-modal
    .MuiPaper-root {
    max-width: 900px;
  }
}

@media screen and (min-width: 1800px) {
  .Tooltip-light.vcard-roomDetail .MuiTooltip-tooltip {
    max-width: inherit;
    width: 600px;
    min-width: 600px;
  }

  .vcard-timeline .summary-date-range {
    gap: 18px;
  }

  .vcard-timeline .srp-check-date {
    font-size: 14px;
  }

  .vcard-timeline .srp-date-ui .selected-date label {
    font-size: 14px;
  }

  .vcard-timeline .srp-date-ui .selected-date span {
    padding: 2px 10px;
    margin-bottom: 2px;
  }

  .vcard-timeline .left-vcard h4 {
    font-size: 14px;
  }

  .user-detail-card p {
    font-size: 12px;
  }

  .due-price {
    font-size: 14px;
  }

  .summary-list-card-timeline li {
    font-size: 12px;
  }

  .notes-timeline h4,
  .notes-timeline p {
    font-size: 12px;
  }

  .tap-card-head label.custom-switch .switch {
    width: 330px;
    height: 50px;
  }

  .tap-card-head label.custom-switch .switch:before,
  .tap-card-head label.custom-switch .switch:after {
    font-size: 14px;
    top: 17px;
  }

  .tap-card-head label.custom-switch .switch span {
    height: 34px;
  }
}

@media screen and (max-width: 1600px) {
  .vcard-due-price {
    width: 183px;
    padding: 10px 16px 10px 20px;
  }

  button.field-v-card {
    font-size: 9px;
  }

  .fc .fc-datagrid-cell-cushion {
    padding: 10px 14px 10px 14px;
  }

  .room-occ-item {
    max-width: calc(100% - 23px);
  }

  .room-occ-item i.cs-icon.icon-info {
    right: 25px;
  }

  .tape-chart-reservation-modal .tab-ui-nw .tab-head-btns ul {
    margin-top: 0;
  }

  .fc-resource-timeline table.fc-scrollgrid > thead {
    top: 150px;
  }

  .fc-datagrid-cell-frame
    .fc-datagrid-cell-cushion
    .fc-datagrid-cell-main
    .room-occ-item
    span:not(.parent-class) {
    font-size: 14px;
  }

  .fullcalendar-ui .fc .fc-toolbar-title {
    font-size: 13px;
    top: -46px;
  }

  .action-tap-chart .cal-btn {
    font-size: 13px;
    /* min-width: 132px; */
  }
}

@media screen and (max-width: 1100px) {
  .fc-view-harness.fc-view-harness-active {
    overflow: auto;
  }

  .fc-resource-timeline table.fc-scrollgrid > thead {
    top: 0;
  }

  .fc-resource-timeline table.fc-scrollgrid > colgroup > col:first-child {
    width: 250px !important;
  }
}

@media screen and (max-width: 991px) {
  .tc-date-filter .form-control.ns-dob-field {
    width: calc(100% - 40px);
  }

  .fc-resource-timeline table.fc-scrollgrid > colgroup > col:first-child {
    width: 220px !important;
  }

  .fc-datagrid-cell-frame .fc-datagrid-cell-main span.parent-class {
    width: calc(100% - 40px);
  }

  .fullcalendar-ui .fc .fc-toolbar-title {
    position: initial;
  }

  .fullcalendar-ui .fc .fc-toolbar.fc-header-toolbar {
    padding: 6px 18px 12px 18px;
  }
}

@media screen and (max-width: 767px) {
  .fc
    tr.fc-scrollgrid-section.fc-scrollgrid-section-header
    .fc-datagrid-cell-cushion {
    position: fixed;
    top: 134px;
    z-index: 9;
    left: 0;
    background-color: #fff;
  }

  .fullcalendar-ui {
    margin-top: 45px;
  }

  .fc-resource-timeline table.fc-scrollgrid > colgroup > col:first-child {
    width: 190px !important;
  }

  .room-occ-item {
    max-width: calc(100% - 10px);
  }

  .fc-datagrid-cell-frame .fc-datagrid-cell-main span.parent-class {
    width: calc(100% - 6px);
  }

  .room-occ-item i.cs-icon.icon-info {
    display: none;
  }

  .fullcalendar-ui .cal-btn {
    left: 18px;
    top: 18px;
  }

  .fullcalendar-ui .cal-btn.cal-next {
    right: 18px;
    top: 18px;
  }

  .fc-datagrid-cell-frame
    .fc-datagrid-cell-cushion
    .fc-datagrid-cell-main
    .room-occ-item
    span:not(.parent-class):before {
    font-size: 10px;
  }

  .fc-datagrid-cell-frame
    .fc-datagrid-cell-cushion
    .fc-datagrid-cell-main
    .room-occ-item
    span:not(.parent-class) {
    font-size: 12px;
  }

  .fc .fc-datagrid-cell-cushion {
    padding: 8px 8px 8px 8px;
  }

  .fc-datagrid-cell-frame .fc-datagrid-cell-main span.parent-class:before {
    margin-right: 5px;
    font-size: 13px;
  }

  .fc-datagrid-cell-frame .fc-datagrid-cell-main span.parent-class {
    font-size: 10px;
  }

  .fc-datagrid-cell-frame
    .fc-datagrid-expander
    span.fc-icon.fc-icon-minus-square::before,
  .fc-datagrid-cell-frame
    .fc-datagrid-expander
    span.fc-icon.fc-icon-plus-square::before {
    top: 1px;
    font-size: 18px;
    height: 20px;
    width: 16px;
  }

  .fc-timeline-slot-label a.fc-timeline-slot-cushion {
    font-size: 10px;
    line-height: 16px;
  }

  .fc-timeline-event-harness .fc-timeline-event {
    font-size: 10px;
  }

  .common-block-ui.tape-chart-block {
    padding: 22px 0px 30px 0px;
  }

  .action-tap-chart .cal-btn span.title {
    font-size: 13px;
  }

  .action-tap-chart .cal-btn {
    padding: 0 6px;
    height: 38px;
  }

  .action-tap-chart .cal-btn span.range-inner-ui {
    font-size: 10px;
  }
  .tc-date-filter button.btn-activity .cs-icon {
    font-size: 18px;
  }
}

@media screen and (max-width: 450px) {
  .fc
    tr.fc-scrollgrid-section.fc-scrollgrid-section-header
    .fc-datagrid-cell-cushion {
    top: 124px;
  }

  .fc-resource-timeline table.fc-scrollgrid > colgroup > col:first-child {
    width: 120px !important;
  }

  .tap-card-head label.custom-switch .switch {
    width: 214px;
  }
}
