/* date range picekr */
.daterangepicker {
  font-family: var(--senbee-content-font);
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  border: 0 solid var(--bs-border-color);
  -moz-backdrop-filter: saturate(110%) blur(12px);
  -webkit-backdrop-filter: saturate(110%) blur(12px);
  backdrop-filter: saturate(110%) blur(12px);
  overflow: hidden;
  border-radius: var(--bs-border-radius);
}
.daterangepicker .drp-calendar {
  max-width: none;
}
.daterangepicker .drp-calendar .calendar-table {
  background-color: transparent;
  border: none;
}
.daterangepicker .drp-calendar .calendar-table table {
  border-collapse: separate !important;
  border-spacing: 1px;
}
.daterangepicker .drp-calendar .calendar-table table th {
  font-weight: 500;
  border: 0;
  height: 34px;
  border-radius: var(--bs-border-radius);
}
.daterangepicker .drp-calendar .calendar-table table th.available:hover {
  background-color: rgba(var(--senbee-theme-1-rgb), 0.1);
  color: var(--senbee-theme-1-text);
}
.daterangepicker .drp-calendar .calendar-table table th.available:hover svg {
  stroke: var(--senbee-theme-1-text);
}
.daterangepicker .drp-calendar .calendar-table table th.month {
  font-size: 1.15rem;
}
.daterangepicker .drp-calendar .calendar-table table td {
  border-radius: var(--bs-border-radius);
  height: 32px;
  width: 30px;
  position: relative;
  border: 0 !important;
  z-index: 1;
}
.daterangepicker .drp-calendar .calendar-table table td.available {
  background-color: rgba(255, 255, 255, 0.05);
}
.daterangepicker .drp-calendar .calendar-table table td.available:hover {
  background-color: rgba(var(--senbee-theme-1-rgb), 0.15);
  border-color: rgba(var(--senbee-theme-1-rgb), 0.15);
  color: var(--senbee-theme-1);
}
.daterangepicker .drp-calendar .calendar-table table td.today, .daterangepicker .drp-calendar .calendar-table table td.in-range.today {
  background-color: var(--senbee-theme-1);
  color: var(--senbee-theme-1-text) !important;
}
.daterangepicker .drp-calendar .calendar-table table td.today:hover, .daterangepicker .drp-calendar .calendar-table table td.in-range.today:hover {
  color: var(--senbee-theme-1-text) !important;
}
.daterangepicker .drp-calendar .calendar-table table td.today.active, .daterangepicker .drp-calendar .calendar-table table td.in-range.today.active {
  color: var(--senbee-theme-1-text);
}
.daterangepicker .drp-calendar .calendar-table table td.active, .daterangepicker .drp-calendar .calendar-table table td.end-date, .daterangepicker .drp-calendar .calendar-table table td.start-date {
  background-color: var(--senbee-theme-1);
  color: var(--senbee-theme-1-text);
  border: 1px solid var(--senbee-theme-1) !important;
}
.daterangepicker .drp-calendar .calendar-table table td.active.in-range, .daterangepicker .drp-calendar .calendar-table table td.end-date.in-range, .daterangepicker .drp-calendar .calendar-table table td.start-date.in-range {
  background-color: transparent;
  border: 1px solid var(--senbee-theme-1) !important;
}
.daterangepicker .drp-calendar .calendar-table table td.active:hover, .daterangepicker .drp-calendar .calendar-table table td.end-date:hover, .daterangepicker .drp-calendar .calendar-table table td.start-date:hover {
  color: var(--senbee-theme-1-text) !important;
}
.daterangepicker .drp-calendar .calendar-table table td.active.active, .daterangepicker .drp-calendar .calendar-table table td.end-date.active, .daterangepicker .drp-calendar .calendar-table table td.start-date.active {
  background-color: var(--senbee-theme-1) !important;
  color: var(--senbee-theme-1-text);
  border: 1px solid var(--senbee-theme-1) !important;
}
.daterangepicker .drp-calendar .calendar-table table td.in-range {
  background-color: rgba(var(--senbee-theme-1-rgb), 0.05);
  border: 1px solid rgba(var(--senbee-theme-1-rgb), 0.1) !important;
}
.daterangepicker .drp-calendar .calendar-table table td.off {
  opacity: 0.35;
  color: var(--bs-secondary);
  background-color: rgba(var(--senbee-theme-1-rgb), 0.08);
}
.daterangepicker .drp-calendar.left {
  border-color: var(--bs-border-color) !important;
}
.daterangepicker:after, .daterangepicker:before {
  display: none;
}
.daterangepicker .drp-buttons {
  padding: 0.75rem;
  border-color: var(--bs-border-color) !important;
}
.daterangepicker .drp-buttons .btn {
  font-weight: 500;
}
.daterangepicker .ranges ul li {
  font-size: 14px;
  line-height: 20px;
}
.daterangepicker .ranges ul li:hover {
  background-color: rgba(var(--senbee-theme-1-rgb), 0.1);
}
.daterangepicker .ranges ul li.active {
  background-color: var(--senbee-theme-1);
}

.inline-calendar .daterangepicker {
  margin: 0 auto !important;
  position: relative;
  display: block !important;
  box-shadow: none;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  background-color: transparent !important;
  z-index: 0;
  padding: 0;
  border: 0 !important;
}
.inline-calendar .daterangepicker .calendar-table th {
  height: 34px;
}
.inline-calendar .daterangepicker .calendar-table th.month {
  font-size: 1.25rem;
}
.inline-calendar .daterangepicker .calendar-table td {
  height: 34px;
}
.inline-calendar .daterangepicker .drp-calendar.left {
  width: 100%;
  padding: 0;
  border: 0;
}
.inline-calendar .daterangepicker .drp-buttons {
  display: none;
}

/* date swiper calendar column staff */
.dateselect {
  padding: 0px 0;
}
.dateselect .swiper-slide {
  border-radius: var(--bs-border-radius);
  text-align: center;
  max-width: 40px;
  padding: 10px 5px 5px 5px;
  margin: 0 5px;
  user-select: none;
  cursor: pointer;
  color: var(--bs-secondary);
}
.dateselect .swiper-slide p {
  font-size: 13px;
  margin-bottom: 5px;
}
.dateselect .swiper-slide .avatar {
  color: var(--senbee-theme-1);
}
.dateselect .swiper-slide:hover, .dateselect .swiper-slide:focus {
  background-color: rgba(var(--senbee-theme-1-rgb), 0.1);
  cursor: pointer;
}
.dateselect .swiper-slide:hover .avatar, .dateselect .swiper-slide:focus .avatar {
  background-color: rgba(var(--senbee-theme-1-rgb), 0.1);
}
.dateselect .swiper-slide.active {
  background-color: var(--senbee-theme-1);
  color: var(--senbee-theme-1-text);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.dateselect .swiper-slide.active .text-secondary {
  color: var(--senbee-theme-1-text) !important;
}
.dateselect .swiper-slide.active .avatar {
  background-color: var(--senbee-theme-1);
  color: var(--senbee-theme-1-text);
}

/* time stamp custom calendar view display*/
.table-timestamp-wrap {
  --bs-border-color: #ced7e0;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  mouse-wheel: horizontal;
  width: 100%;
}
.table-timestamp-wrap .table-scheduled-fixed-cell {
  --bs-table-bg: transparent;
}
.table-timestamp-wrap .table-scheduled-fixed-cell.timepunch-table {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  margin-bottom: 0;
}
.table-timestamp-wrap .table-scheduled-fixed-cell.timepunch-table thead tr {
  position: relative;
}
.table-timestamp-wrap .table-scheduled-fixed-cell.timepunch-table thead tr th {
  display: table-cell;
  width: auto;
  max-width: 100%;
  min-width: 210px !important;
}
.table-timestamp-wrap .table-scheduled-fixed-cell.timepunch-table thead tr th:first-child {
  vertical-align: top;
  text-align: right;
  font-size: 12px;
  width: 60px;
  max-width: 60px;
  min-width: 60px !important;
}
.table-timestamp-wrap .table-scheduled-fixed-cell.timepunch-table thead tr th:nth-child(2) {
  margin-left: 60px;
}
.table-timestamp-wrap .table-scheduled-fixed-cell.timepunch-table thead tr:first-child th {
  height: 80px;
  vertical-align: middle;
}
.table-timestamp-wrap .table-scheduled-fixed-cell.timepunch-table tbody tr {
  position: relative;
}
.table-timestamp-wrap .table-scheduled-fixed-cell.timepunch-table tbody tr td {
  display: table-cell;
  width: auto;
  max-width: 100%;
  position: relative;
  height: 30px;
  max-height: 30px;
  /* 15 minute slot is of 30px so card height minutes multiply by 2 */
  padding: 0.225rem 0.5rem;
  border-top: 1px solid var(--bs-border-color);
  border-right: 1px solid var(--bs-border-color);
  border-bottom: 0;
  min-width: 210px !important;
}
.table-timestamp-wrap .table-scheduled-fixed-cell.timepunch-table tbody tr td:hover {
  cursor: pointer;
  background: rgba(var(--senbee-theme-1-rgb), 0.1) !important;
}
.table-timestamp-wrap .table-scheduled-fixed-cell.timepunch-table tbody tr td:first-child {
  vertical-align: top;
  text-align: right;
  font-size: 12px;
  width: 60px;
  max-width: 60px;
  min-width: 60px !important;
}
.table-timestamp-wrap .table-scheduled-fixed-cell.timepunch-table tbody tr td:nth-child(2) {
  margin-left: 60px;
}
.table-timestamp-wrap .table-scheduled-fixed-cell.timepunch-table tbody tr td .time-punch {
  position: absolute;
  border-radius: 15px;
  right: 5px;
  top: -11px;
  height: 20px;
  width: auto;
  line-height: 20px;
  padding: 0 8px;
  background-color: rgba(var(--bs-light-rgb), 1);
  color: var(--senbee-theme-1);
  font-weight: 500;
  white-space: nowrap;
}
.table-timestamp-wrap .table-scheduled-fixed-cell.timepunch-table tbody tr td .card {
  position: absolute;
  top: 0;
  left: 0.5rem;
  width: calc(100% - 1rem);
  height: calc(var(--aaptsminuts, 1) * 2px - 1px);
  overflow-y: auto;
  z-index: 9;
  margin-top: calc(var(--starttime) * 2px);
}
.table-timestamp-wrap .table-scheduled-fixed-cell.timepunch-table tbody tr td .card.overlap-2 {
  width: calc(50% - 0.75rem);
}
.table-timestamp-wrap .table-scheduled-fixed-cell.timepunch-table tbody tr td .card.overlap-2.two {
  left: calc(50% + 0.25rem);
}
.table-timestamp-wrap .table-scheduled-fixed-cell.timepunch-table tbody tr td .card.overlap-3 {
  width: calc(33.3% - 0.66rem);
}
.table-timestamp-wrap .table-scheduled-fixed-cell.timepunch-table tbody tr td .card.overlap-3.two {
  left: calc(33.3% + 0.25rem);
}
.table-timestamp-wrap .table-scheduled-fixed-cell.timepunch-table tbody tr td .card.overlap-3.three {
  left: calc(66.6% + 0.25rem);
}
.table-timestamp-wrap .table-scheduled-fixed-cell.timepunch-table tbody tr.slot td {
  border-top: 1px dashed var(--bs-border-color);
  border-bottom: none;
}
.table-timestamp-wrap .table-scheduled-fixed-cell.timepunch-table tbody tr.slot td .time-punch {
  background-color: var(--senbee-theme-1-text);
  color: var(--bs-secondary);
}
.table-timestamp-wrap .table-scheduled-fixed-cell.timepunch-table tbody tr:hover td {
  background-color: transparent;
}

/* full calendar schedule */
.fc {
  overflow: hidden;
  --fc-small-font-size: 0.95rem;
  --fc-today-bg-color: rgba(var(--senbee-theme-1-rgb), 0.025);
}
.fc a {
  text-decoration: none;
}
.fc .fc-button {
  background-color: rgba(var(--senbee-theme-1-rgb), 0.75);
  border-color: var(--senbee-theme-1);
  text-transform: capitalize;
  border-radius: var(--bs-border-radius);
  border-width: 0;
  overflow: hidden;
}
.fc .fc-button:focus, .fc .fc-button:hover {
  background-color: rgba(var(--senbee-theme-1-rgb), 0.85);
  color: var(--senbee-theme-1-text);
  outline: none;
  box-shadow: none;
  outline: none;
}
.fc .fc-button:active, .fc .fc-button.active, .fc .fc-button.fc-button-active:not(:disabled) {
  background-color: rgba(var(--senbee-theme-1-rgb), 1) !important;
  color: var(--senbee-theme-1-text);
  box-shadow: none !important;
  outline: none;
}
.fc .fc-button.fc-today-button {
  background-color: rgba(var(--senbee-theme-1-rgb), 0.75);
  border-color: var(--senbee-theme-1);
}
.fc .fc-button.fc-today-button:focus, .fc .fc-button.fc-today-button:hover {
  background-color: rgba(var(--senbee-theme-1-rgb), 0.85);
  color: var(--senbee-theme-1-text);
  box-shadow: none;
  outline: none;
}
.fc .fc-button.fc-today-button:active, .fc .fc-button.fc-today-button.active, .fc .fc-button.fc-today-button.fc-button-active:not(:disabled) {
  background-color: rgba(var(--senbee-theme-1-rgb), 1) !important;
  color: var(--senbee-theme-1-text);
  box-shadow: none !important;
  outline: none;
}
.fc .fc-toolbar.fc-header-toolbar {
  margin-bottom: 0em;
  padding: 0;
}
.fc .fc-toolbar.fc-header-toolbar .fc-toolbar-title {
  font-size: 1.25rem;
  font-family: var(--senbee-content-font);
  font-weight: 500;
}
.fc.fc-theme-standard table {
  border: 0 none;
  border-collapse: collapse;
}
.fc.fc-theme-standard table th {
  font-weight: 500;
  font-size: 14px;
  text-decoration: none;
  padding: 10px 0;
  line-height: 20px;
  border: none;
  color: var(--bs-secondary);
}
.fc.fc-theme-standard table th a.fc-col-header-cell-cushion {
  font-weight: 500;
  text-transform: uppercase;
  color: var(--senbee-theme-1);
}
.fc.fc-theme-standard table td {
  border: none;
}
.fc.fc-theme-standard table td .fc-daygrid-day-number,
.fc.fc-theme-standard table td .fc-timegrid-axis-cushion,
.fc.fc-theme-standard table td .fc-timegrid-slot-label-cushion {
  color: var(--bs-secondary);
  font-size: 14px;
}
.fc.fc-theme-standard table td .fc-daygrid-day-frame {
  min-height: 120px;
}
.fc.fc-theme-standard table table {
  width: 100% !important;
}
.fc.fc-theme-standard table table td {
  background-color: transparent;
  color: inherit;
  font-size: 16px;
  font-weight: normal;
  text-decoration: none;
  padding: 0;
  border: 1px solid var(--bs-border-color);
  transition: ease all 0.5s;
}
.fc.fc-theme-standard table table td a {
  color: inherit;
  font-weight: normal;
}
.fc.fc-theme-standard table table td .fc-daygrid-more-link {
  font-size: 10px;
}
.fc.fc-theme-standard table table td:first-child {
  border-left: none;
}
.fc.fc-theme-standard table table td:last-child {
  border-right: none;
}
.fc.fc-theme-standard table table td.fc-day-other {
  color: var(--bs-secondary);
  background-color: rgba(var(--senbee-theme-1-rgb), 0.05);
}
.fc.fc-theme-standard table table tr:first-child td {
  border-bottom: none;
}
.fc.fc-theme-standard table table tr:last-child td {
  border-bottom: none;
}
.fc.fc-theme-standard table .fc-daygrid-body {
  width: 100% !important;
  transition: ease all 0.5s;
}
.fc.fc-theme-standard table .fc-daygrid-event-harness-abs {
  transition: ease all 0.5s;
}
.fc .fc-h-event,
.fc .fc-event {
  border: 0;
  border-radius: var(--bs-border-radius);
  padding: 5px 10px;
  border: var(--bs-border-width) solid transparent;
  flex-direction: column;
  align-self: start;
  align-items: flex-start;
  align-items: start;
  transition: ease all 0.5s;
  box-shadow: none;
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 1px;
}
.fc .fc-h-event > *,
.fc .fc-event > * {
  z-index: 1;
}
.fc .fc-h-event:before,
.fc .fc-event:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-color: transparent;
  opacity: 0.15;
  z-index: 0;
  border-radius: var(--bs-border-radius);
}
.fc .fc-h-event .fc-daygrid-event-dot,
.fc .fc-event .fc-daygrid-event-dot {
  display: none;
}
.fc .fc-h-event .fc-event-time,
.fc .fc-event .fc-event-time {
  color: var(--bs-secondary);
}
.fc .fc-h-event .fc-event-title,
.fc .fc-event .fc-event-title {
  font-weight: 400;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  max-width: 100%;
}
.fc .fc-h-event .fc-event-main,
.fc .fc-event .fc-event-main {
  color: var(--senbee-text);
}
.fc .fc-h-event.text-white .fc-event-main,
.fc .fc-event.text-white .fc-event-main {
  color: white;
}
.fc .fc-h-event .badge,
.fc .fc-event .badge {
  border-radius: calc(var(--bs-border-radius) - 3px);
}
.fc .fc-timegrid-slot {
  height: 30px;
}
.fc .fc-scrollgrid-section-sticky > * {
  background-color: transparent;
}

.roundedui .fc .fc-h-event,
.roundedui .fc .fc-event {
  --bs-border-radius: 0.725rem;
}

/* header media query 991 -lg */
/* header media query 767px -md */
/* header media query 575px -sm */
@media screen and (max-width: 575px) {
  .fc .fc-toolbar.fc-header-toolbar {
    flex-wrap: wrap;
  }
  .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:nth-child(1) {
    order: 2;
  }
  .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:nth-child(2) {
    width: 100%;
    margin-bottom: 1rem;
    order: 1;
  }
  .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:nth-child(3) {
    order: 3;
  }
  .fc .fc-toolbar.fc-header-toolbar .fc-button {
    font-size: 0.95rem;
  }
  .fc .fc-toolbar.fc-header-toolbar .fc-button .fc-icon {
    font-size: 1rem;
  }
  .fc .fc-toolbar.fc-header-toolbar .fc-button:not(.fc-prev-button):not(.fc-next-button) {
    letter-spacing: 100px;
    max-width: 40px;
    white-space: nowrap;
    text-align: center;
    text-indent: 5px;
  }
  .fc.fc-theme-standard table table td .fc-daygrid-more-link {
    height: 8px;
    width: 8px;
    border-radius: 5px;
    text-indent: 15px;
    overflow: hidden;
    display: block;
  }
}
/* dark mode */
[data-bs-theme=dark] .daterangepicker {
  background-color: var(--bs-dd-bg);
}
[data-bs-theme=dark] .daterangepicker .calendar-table .prev span,
[data-bs-theme=dark] .daterangepicker .calendar-table .next span {
  border-color: rgba(var(--bs-link-color-rgb), 1);
}
[data-bs-theme=dark] .daterangepicker .calendar-table .prev:hover, [data-bs-theme=dark] .daterangepicker .calendar-table .prev:focus,
[data-bs-theme=dark] .daterangepicker .calendar-table .next:hover,
[data-bs-theme=dark] .daterangepicker .calendar-table .next:focus {
  background-color: rgba(255, 255, 255, 0.05) !important;
}
[data-bs-theme=dark] .daterangepicker .calendar-table .prev:hover span, [data-bs-theme=dark] .daterangepicker .calendar-table .prev:focus span,
[data-bs-theme=dark] .daterangepicker .calendar-table .next:hover span,
[data-bs-theme=dark] .daterangepicker .calendar-table .next:focus span {
  border-color: #ffffff;
}
[data-bs-theme=dark] .daterangepicker .drp-calendar .calendar-table table td.available:not([class*=-date]):hover {
  background-color: rgba(255, 255, 255, 0.15);
  color: #ffffff;
}
[data-bs-theme=dark] .daterangepicker .drp-calendar .calendar-table table td.in-range {
  color: #ffffff;
  background-color: rgba(var(--senbee-theme-1-rgb), 0.25);
}
[data-bs-theme=dark] .fc .fc-event {
  --senbee-text: #000000;
  color: #000000;
}
[data-bs-theme=dark] .fc .fc-button-primary:not(:disabled):active, [data-bs-theme=dark] .fc .fc-button-primary:not(:disabled).active, [data-bs-theme=dark] .fc .fc-button-primary:not(:disabled).fc-button-active,
[data-bs-theme=dark] .fc .fc-button-primary:not(:disabled):active,
[data-bs-theme=dark] .fc .fc-button-primary:not(:disabled).active,
[data-bs-theme=dark] .fc .fc-button-primary:not(:disabled).fc-button-active {
  border-color: var(--senbee-theme-1);
}
[data-bs-theme=dark] .fc .fc-button-primary:not(:disabled):hover, [data-bs-theme=dark] .fc .fc-button-primary:not(:disabled):focus,
[data-bs-theme=dark] .fc .fc-button-primary:not(:disabled):hover,
[data-bs-theme=dark] .fc .fc-button-primary:not(:disabled):focus {
  border-color: var(--senbee-theme-1);
}
[data-bs-theme=dark] .fc table th a.fc-col-header-cell-cushion {
  color: var(--bs-link-color);
}
[data-bs-theme=dark] .fc-daygrid-dot-event.fc-event-mirror,
[data-bs-theme=dark] .fc-daygrid-dot-event:hover {
  background: rgba(255, 255, 255, 0.95);
}
[data-bs-theme=dark] .table-timestamp-wrap {
  --bs-border-color-translucent: var(--bs-border-color);
  --bs-border-color: rgb(46, 52, 70);
}
[data-bs-theme=dark] .table-timestamp-wrap .table-scheduled-fixed-cell.timepunch-table tbody tr.slot td .time-punch {
  background-color: var(--bs-border-color);
}