@charset "UTF-8";

/* src/global.scss */
.cal-month-view .cal-header {
  text-align: center;
  font-weight: bolder;
}
.cal-month-view .cal-header .cal-cell {
  padding: 5px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  white-space: nowrap;
}
.cal-month-view .cal-days {
  border: 1px solid;
  border-bottom: 0;
}
.cal-month-view .cal-cell-top {
  min-height: 78px;
  flex: 1;
}
.cal-month-view .cal-cell-row {
  display: flex;
}
.cal-month-view .cal-cell {
  float: left;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.cal-month-view .cal-cell .cal-event {
  pointer-events: all !important;
}
.cal-month-view .cal-day-cell {
  min-height: 100px;
}
.cal-month-view .cal-day-cell:not(:last-child) {
  border-right: 1px solid;
}
[dir=rtl] .cal-month-view .cal-day-cell:not(:last-child) {
  border-right: initial;
  border-left: 1px solid;
}
.cal-month-view .cal-days .cal-cell-row {
  border-bottom: 1px solid;
}
.cal-month-view .cal-day-badge {
  margin-top: 18px;
  margin-left: 10px;
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border-radius: 10px;
  float: left;
}
.cal-month-view .cal-day-number {
  font-size: 1.2em;
  font-weight: 400;
  opacity: 0.5;
  margin-top: 15px;
  margin-right: 15px;
  float: right;
  margin-bottom: 10px;
}
.cal-month-view .cal-events {
  flex: 1;
  align-items: flex-end;
  margin: 3px;
  line-height: 10px;
  display: flex;
  flex-wrap: wrap;
}
.cal-month-view .cal-event {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
  margin: 2px;
}
.cal-month-view .cal-day-cell.cal-in-month.cal-has-events {
  cursor: pointer;
}
.cal-month-view .cal-day-cell.cal-out-month .cal-day-number {
  opacity: 0.1;
  cursor: default;
}
.cal-month-view .cal-day-cell.cal-today .cal-day-number {
  font-size: 1.9em;
}
.cal-month-view .cal-open-day-events {
  padding: 15px;
  overflow: hidden;
  animation: cal-slide-down 150ms ease-in;
}
.cal-month-view .cal-open-day-events.cal-open-day-events-closing {
  animation: cal-slide-up 150ms ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .cal-month-view .cal-open-day-events.cal-open-day-events-closing {
    animation: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .cal-month-view .cal-open-day-events {
    animation: none;
  }
}
@keyframes cal-slide-down {
  from {
    height: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
  to {
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@keyframes cal-slide-up {
  from {
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  to {
    height: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.cal-month-view .cal-open-day-events .cal-event {
  position: relative;
  top: 2px;
}
.cal-month-view .cal-out-month .cal-day-badge,
.cal-month-view .cal-out-month .cal-event {
  opacity: 0.3;
}
.cal-month-view .cal-draggable {
  cursor: move;
}
.cal-month-view .cal-drag-active * {
  pointer-events: none;
}
.cal-month-view .cal-event-title {
  cursor: pointer;
}
.cal-month-view .cal-event-title:hover {
  text-decoration: underline;
}
.cal-month-view {
  background-color: #fff;
}
.cal-month-view .cal-cell-row:hover {
  background-color: #fafafa;
}
.cal-month-view .cal-cell-row .cal-cell:hover,
.cal-month-view .cal-cell.cal-has-events.cal-open {
  background-color: #ededed;
}
.cal-month-view .cal-days {
  border-color: #e1e1e1;
}
.cal-month-view .cal-day-cell:not(:last-child) {
  border-right-color: #e1e1e1;
}
[dir=rtl] .cal-month-view .cal-day-cell:not(:last-child) {
  border-right-color: initial;
  border-left-color: #e1e1e1;
}
.cal-month-view .cal-days .cal-cell-row {
  border-bottom-color: #e1e1e1;
}
.cal-month-view .cal-day-badge {
  background-color: #b94a48;
  color: #fff;
}
.cal-month-view .cal-event {
  background-color: #1e90ff;
  border-color: #d1e8ff;
  color: #fff;
}
.cal-month-view .cal-day-cell.cal-weekend .cal-day-number {
  color: #8b0000;
}
.cal-month-view .cal-day-cell.cal-today {
  background-color: #e8fde7;
}
.cal-month-view .cal-day-cell.cal-drag-over {
  background-color: rgb(224.25, 224.25, 224.25) !important;
}
.cal-month-view .cal-open-day-events {
  color: #fff;
  background-color: #555;
  box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.5);
}
.cal-week-view {
}
.cal-week-view * {
  box-sizing: border-box;
}
.cal-week-view .cal-day-headers {
  display: flex;
  padding-left: 70px;
  border: 1px solid;
}
[dir=rtl] .cal-week-view .cal-day-headers {
  padding-left: initial;
  padding-right: 70px;
}
.cal-week-view .cal-day-headers .cal-header {
  flex: 1;
  text-align: center;
  padding: 5px;
}
.cal-week-view .cal-day-headers .cal-header:not(:last-child) {
  border-right: 1px solid;
}
[dir=rtl] .cal-week-view .cal-day-headers .cal-header:not(:last-child) {
  border-right: initial;
  border-left: 1px solid;
}
.cal-week-view .cal-day-headers .cal-header:first-child {
  border-left: 1px solid;
}
[dir=rtl] .cal-week-view .cal-day-headers .cal-header:first-child {
  border-left: initial;
  border-right: 1px solid;
}
.cal-week-view .cal-day-headers span {
  font-weight: 400;
  opacity: 0.5;
}
.cal-week-view .cal-day-column {
  flex-grow: 1;
  border-left: solid 1px;
}
[dir=rtl] .cal-week-view .cal-day-column {
  border-left: initial;
  border-right: solid 1px;
}
.cal-week-view .cal-event {
  font-size: 12px;
  border: 1px solid;
  direction: ltr;
}
.cal-week-view .cal-time-label-column {
  width: 70px;
  height: 100%;
}
.cal-week-view .cal-current-time-marker {
  position: absolute;
  width: 100%;
  height: 2px;
  z-index: 2;
}
.cal-week-view .cal-all-day-events {
  border: solid 1px;
  border-top: 0;
  border-bottom-width: 3px;
  padding-top: 3px;
  position: relative;
}
.cal-week-view .cal-all-day-events .cal-day-columns {
  height: 100%;
  width: 100%;
  display: flex;
  position: absolute;
  top: 0;
  z-index: 0;
}
.cal-week-view .cal-all-day-events .cal-events-row {
  position: relative;
  height: 31px;
  margin-left: 70px;
}
[dir=rtl] .cal-week-view .cal-all-day-events .cal-events-row {
  margin-left: initial;
  margin-right: 70px;
}
.cal-week-view .cal-all-day-events .cal-event-container {
  display: inline-block;
  position: absolute;
}
.cal-week-view .cal-all-day-events .cal-event-container.resize-active {
  z-index: 1;
  pointer-events: none;
}
.cal-week-view .cal-all-day-events .cal-event {
  padding: 0 5px;
  margin-left: 2px;
  margin-right: 2px;
  height: 28px;
  line-height: 28px;
}
.cal-week-view .cal-all-day-events .cal-starts-within-week .cal-event {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
[dir=rtl] .cal-week-view .cal-all-day-events .cal-starts-within-week .cal-event {
  border-top-left-radius: initial;
  border-bottom-left-radius: initial;
  border-top-right-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
}
.cal-week-view .cal-all-day-events .cal-ends-within-week .cal-event {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
[dir=rtl] .cal-week-view .cal-all-day-events .cal-ends-within-week .cal-event {
  border-top-right-radius: initial;
  border-bottom-right-radius: initial;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.cal-week-view .cal-all-day-events .cal-time-label-column {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}
.cal-week-view .cal-all-day-events .cal-resize-handle {
  width: 6px;
  height: 100%;
  cursor: col-resize;
  position: absolute;
  top: 0;
}
.cal-week-view .cal-all-day-events .cal-resize-handle.cal-resize-handle-after-end {
  right: 0;
}
[dir=rtl] .cal-week-view .cal-all-day-events .cal-resize-handle.cal-resize-handle-after-end {
  right: initial;
  left: 0;
}
.cal-week-view .cal-event,
.cal-week-view .cal-header {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cal-week-view .cal-drag-active {
  pointer-events: none;
  z-index: 1;
}
.cal-week-view .cal-drag-active * {
  pointer-events: none;
}
.cal-week-view .cal-time-events {
  position: relative;
  border: solid 1px;
  border-top: 0;
  display: flex;
}
.cal-week-view .cal-time-events .cal-day-columns {
  display: flex;
  flex-grow: 1;
}
.cal-week-view .cal-time-events .cal-day-column {
  position: relative;
}
.cal-week-view .cal-time-events .cal-events-container {
  position: relative;
}
.cal-week-view .cal-time-events .cal-event-container {
  position: absolute;
  z-index: 1;
}
.cal-week-view .cal-time-events .cal-event {
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  margin: 1px;
  padding: 0 5px;
  line-height: 25px;
}
.cal-week-view .cal-time-events .cal-resize-handle {
  width: 100%;
  height: 4px;
  cursor: row-resize;
  position: absolute;
}
.cal-week-view .cal-time-events .cal-resize-handle.cal-resize-handle-after-end {
  bottom: 0;
}
.cal-week-view .cal-hour-segment {
  position: relative;
}
.cal-week-view .cal-hour-segment::after {
  content: "\a0";
}
.cal-week-view .cal-event-container:not(.cal-draggable) {
  cursor: pointer;
}
.cal-week-view .cal-draggable {
  cursor: move;
}
.cal-week-view mwl-calendar-week-view-hour-segment,
.cal-week-view .cal-hour-segment {
  display: block;
}
.cal-week-view .cal-hour:not(:last-child) .cal-hour-segment,
.cal-week-view .cal-hour:last-child :not(:last-child) .cal-hour-segment {
  border-bottom: thin dashed;
}
.cal-week-view .cal-time {
  font-weight: bold;
  padding-top: 5px;
  width: 70px;
  text-align: center;
}
.cal-week-view .cal-hour-segment.cal-after-hour-start .cal-time {
  display: none;
}
.cal-week-view .cal-starts-within-day .cal-event {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.cal-week-view .cal-ends-within-day .cal-event {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.cal-week-view {
  background-color: #fff;
  border-top: solid 1px #e1e1e1;
}
.cal-week-view .cal-day-headers {
  border-color: #e1e1e1;
  border-top: 0;
}
.cal-week-view .cal-day-headers .cal-header:not(:last-child) {
  border-right-color: #e1e1e1;
}
[dir=rtl] .cal-week-view .cal-day-headers .cal-header:not(:last-child) {
  border-right-color: initial;
  border-left: solid 1px #e1e1e1 !important;
}
.cal-week-view .cal-day-headers .cal-header:first-child {
  border-left-color: #e1e1e1;
}
[dir=rtl] .cal-week-view .cal-day-headers .cal-header:first-child {
  border-left-color: initial;
  border-right-color: #e1e1e1;
}
.cal-week-view .cal-day-headers .cal-header:hover,
.cal-week-view .cal-day-headers .cal-drag-over {
  background-color: #ededed;
}
.cal-week-view .cal-day-column {
  border-left-color: #e1e1e1;
}
[dir=rtl] .cal-week-view .cal-day-column {
  border-left-color: initial;
  border-right-color: #e1e1e1;
}
.cal-week-view .cal-event {
  background-color: #d1e8ff;
  border-color: #1e90ff;
  color: #1e90ff;
}
.cal-week-view .cal-all-day-events {
  border-color: #e1e1e1;
}
.cal-week-view .cal-header.cal-today {
  background-color: #e8fde7;
}
.cal-week-view .cal-header.cal-weekend span {
  color: #8b0000;
}
.cal-week-view .cal-time-events {
  border-color: #e1e1e1;
}
.cal-week-view .cal-time-events .cal-day-columns:not(.cal-resize-active) .cal-hour-segment:hover {
  background-color: #ededed;
}
.cal-week-view .cal-hour-odd {
  background-color: #fafafa;
}
.cal-week-view .cal-drag-over .cal-hour-segment {
  background-color: #ededed;
}
.cal-week-view .cal-hour:not(:last-child) .cal-hour-segment,
.cal-week-view .cal-hour:last-child :not(:last-child) .cal-hour-segment {
  border-bottom-color: #e1e1e1;
}
.cal-week-view .cal-current-time-marker {
  background-color: #ea4334;
}
.cal-day-view {
}
.cal-day-view mwl-calendar-week-view-header {
  display: none;
}
.cal-day-view .cal-events-container {
  margin-left: 70px;
}
[dir=rtl] .cal-day-view .cal-events-container {
  margin-left: initial;
  margin-right: 70px;
}
.cal-day-view .cal-day-column {
  border-left: 0;
}
.cal-day-view .cal-current-time-marker {
  margin-left: 70px;
  width: calc(100% - 70px);
}
[dir=rtl] .cal-day-view .cal-current-time-marker {
  margin-left: initial;
  margin-right: 70px;
}
.cal-tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  font-size: 11px;
  word-wrap: break-word;
  opacity: 0.9;
}
.cal-tooltip.cal-tooltip-top {
  padding: 5px 0;
  margin-top: -3px;
}
.cal-tooltip.cal-tooltip-top .cal-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
}
.cal-tooltip.cal-tooltip-right {
  padding: 0 5px;
  margin-left: 3px;
}
.cal-tooltip.cal-tooltip-right .cal-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
}
.cal-tooltip.cal-tooltip-bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.cal-tooltip.cal-tooltip-bottom .cal-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
}
.cal-tooltip.cal-tooltip-left {
  padding: 0 5px;
  margin-left: -3px;
}
.cal-tooltip.cal-tooltip-left .cal-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
}
.cal-tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  text-align: center;
  border-radius: 0.25rem;
}
.cal-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.cal-tooltip.cal-tooltip-top .cal-tooltip-arrow {
  border-top-color: #000;
}
.cal-tooltip.cal-tooltip-right .cal-tooltip-arrow {
  border-right-color: #000;
}
.cal-tooltip.cal-tooltip-bottom .cal-tooltip-arrow {
  border-bottom-color: #000;
}
.cal-tooltip.cal-tooltip-left .cal-tooltip-arrow {
  border-left-color: #000;
}
.cal-tooltip-inner {
  color: #fff;
  background-color: #000;
}
.FormCenter {
  max-width: 1500px;
  margin: 10px auto;
  min-height: calc(100% - 20px);
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 15px 20px 40px 20px;
  background-color: #333a3f;
  border-radius: 10px;
  box-sizing: border-box;
}
.FullscreenDiv {
  position: fixed;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background-color: #000000;
  font-size: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
:root {
  --sidebar-width: 250px;
  --top-bar-height: 50px;
  --dark-bg: #212529;
  --sidebar-bg: #1a1e22;
  --text-color: #e9ecef;
  --accent-color: #3880ff;
  --menu-item-hover: #2c3e50;
  --submenu-active-bg: #2e3c4e;
  --submenu-active-underline: #e03030;
}
body {
  margin: 0;
  padding: 0;
  font-family:
    "Segoe UI",
    Tahoma,
    Geneva,
    Verdana,
    sans-serif;
  background-color: var(--dark-bg);
  color: var(--text-color);
  overflow-x: hidden;
}
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
::-webkit-scrollbar-track {
  background: transparent;
}
::-webkit-scrollbar-thumb {
  background: rgba(150, 150, 150, 0.5);
  border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
  background: rgba(150, 150, 150, 0.8);
}
.app-container {
  display: flex;
  flex-direction: column;
  height: 100dvh;
}
.sidebar {
  width: var(--sidebar-width);
  background-color: var(--sidebar-bg);
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  overflow-y: hidden;
  z-index: 9999;
  border-right: 1px solid #343a40;
  padding-top: var(--safe-top);
  padding-bottom: var(--safe-bottom);
}
.menu-header {
  height: var(--top-bar-height);
  display: flex;
  align-items: center;
  padding: 0 20px;
  padding-left: 26px;
  font-weight: normal;
  font-size: 1rem;
  border-bottom: 1px solid #343a40;
  color: #ffffff;
  -webkit-user-select: none;
  user-select: none;
}
.menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.menu-item {
  border-left: 4px solid transparent;
  transition: border-left-color 0.2s;
}
.menu-item.open {
  border-left-color: var(--accent-color);
}
.menu-item-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 20px;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  transition: background-color 0.2s;
  font-size: 0.85rem;
}
.menu-item-header:hover {
  background-color: var(--menu-item-hover);
}
.menu-item-label {
  display: flex;
  align-items: center;
}
.menu-icon {
  margin-right: 10px;
  font-size: 1.2em;
  flex-shrink: 0;
  color: var(--accent-color);
}
.arrow {
  display: inline-block;
  font-size: 0.7rem;
  transition: transform 0.3s ease;
  color: #adb5bd;
}
.menu-item.open .arrow {
  transform: rotate(180deg);
}
.submenu {
  list-style: none;
  padding: 0;
  margin: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
  background-color: #141719;
}
.submenu.expanded {
  max-height: 500px;
}
.submenu-item {
  padding: 10px 20px 10px 50px !important;
  cursor: pointer;
  font-size: 0.8rem;
  color: #ced4da;
  transition: background-color 0.2s;
  border-bottom: 3px solid transparent;
  -webkit-user-select: none;
  user-select: none;
}
.submenu-item:hover {
  background-color: #262d35;
}
.submenu-item.active {
  background-color: var(--submenu-active-bg);
  border-left: 3px solid var(--submenu-active-underline);
  color: #ffffff;
  font-weight: 500;
  padding-left: 47px !important;
}
.submenu-item-no-icon {
  padding: 10px 20px;
  cursor: pointer;
  font-size: 0.8rem;
  color: #ced4da;
  transition: background-color 0.2s;
  border-bottom: 3px solid transparent;
  -webkit-user-select: none;
  user-select: none;
}
.submenu-item-no-icon:hover {
  background-color: #262d35;
}
.submenu-item-no-icon.active {
  background-color: var(--submenu-active-bg);
  border-left: 3px solid var(--submenu-active-underline);
  color: #ffffff;
  font-weight: 500;
}
.content-wrapper {
  margin-left: var(--sidebar-width);
  display: flex;
  flex-direction: column;
  height: 100dvh;
  width: calc(100% - var(--sidebar-width));
}
.top-bar {
  min-height: calc(var(--top-bar-height) + var(--safe-top));
  background-color: var(--sidebar-bg);
  display: flex;
  align-items: center;
  padding: 0;
  padding-top: var(--safe-top);
  box-sizing: border-box;
  flex-shrink: 0;
  z-index: 200;
}
.tabs {
  display: flex;
  gap: 1px;
  flex-wrap: wrap;
}
.tab {
  cursor: pointer;
  padding: 8px 5px 8px 10px;
  border-radius: 4px;
  transition: all 0.2s;
  border-bottom: 3px solid transparent;
  -webkit-user-select: none;
  user-select: none;
  background-color: #24292e;
  margin: 2px;
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.85rem;
}
.tab-close {
  font-size: 1.2rem;
  line-height: 1;
  color: #888;
  transition: color 0.2s, background-color 0.2s;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.tab-close:hover {
  color: #ff4d4d;
  background-color: rgba(255, 0, 0, 0.15);
}
.tab:hover {
  background-color: var(--menu-item-hover);
}
.tab.active {
  border-bottom: 3px solid var(--submenu-active-underline);
  background-color: #3a3f45;
  color: #ffffff;
}
.main-content {
  background-color: #23272b;
  overflow-y: auto;
  flex-grow: 1;
  position: relative;
  padding-bottom: var(--safe-bottom);
}
ion-router-outlet {
  height: 100%;
}
ion-alert::part(button),
.alert-button {
  cursor: pointer !important;
}
ion-modal.event-details-modal {
  --width: 440px;
  --height: auto;
  --border-radius: 16px;
  --box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
}
ion-modal.event-details-modal .event-popover-content {
  background: #ffffff;
  color: #3c4043;
  display: flex;
  flex-direction: column;
  border-radius: 16px;
  max-height: 90vh;
}
ion-modal.event-details-modal .event-popover-content .popover-header {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 4px 12px;
  background: #f8f9fa;
}
ion-modal.event-details-modal .event-popover-content .popover-header .spacer {
  flex-grow: 1;
}
ion-modal.event-details-modal .event-popover-content .popover-header ion-button {
  --padding-start: 8px;
  --padding-end: 8px;
  margin: 0;
}
ion-modal.event-details-modal .event-popover-content .popover-header ion-button ion-icon {
  font-size: 1.25rem;
  color: #5f6368;
}
ion-modal.event-details-modal .event-popover-content .popover-body {
  padding: 16px 24px 24px;
  overflow-y: auto;
  display: block;
}
ion-modal.event-details-modal .event-popover-content .popover-body .popover-row {
  display: flex;
  align-items: flex-start;
  margin-bottom: 16px;
}
ion-modal.event-details-modal .event-popover-content .popover-body .popover-row:last-child {
  margin-bottom: 0;
}
ion-modal.event-details-modal .event-popover-content .popover-body .popover-row .color-dot {
  width: 14px;
  height: 14px;
  border-radius: 4px;
  margin-top: 6px;
  margin-right: 16px;
  flex-shrink: 0;
}
ion-modal.event-details-modal .event-popover-content .popover-body .popover-row ion-icon {
  font-size: 1.25rem;
  margin-top: 2px;
  margin-right: 16px;
  color: #5f6368;
  flex-shrink: 0;
}
ion-modal.event-details-modal .event-popover-content .popover-body .popover-row .event-details h3 {
  margin: 0 0 4px 0;
  font-size: 0.95rem;
  font-weight: 400;
  color: #202124;
}
ion-modal.event-details-modal .event-popover-content .popover-body .popover-row .event-details .event-time,
ion-modal.event-details-modal .event-popover-content .popover-body .popover-row .event-details .meta-info {
  margin: 0;
  font-size: 0.875rem;
  color: #3c4043;
}
ion-modal.event-details-modal .event-popover-content .popover-body .popover-row .event-details .meta-description {
  margin: 0;
  font-size: 0.8rem;
  color: #3c4043;
  white-space: pre-line;
  line-height: 1.4;
}
ion-modal.event-details-modal .event-popover-content .popover-body .call-log-container {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-in-out, margin-top 0.4s;
  flex-shrink: 0;
}
ion-modal.event-details-modal .event-popover-content .popover-body .call-log-container.expanded {
  max-height: 300px;
  margin-top: 16px;
}
ion-modal.event-details-modal .event-popover-content .popover-body .call-log-container .call-log-content {
  background: #f1f3f4;
  border-radius: 8px;
  padding: 12px;
  max-height: 280px;
  overflow-y: auto;
  border: 1px solid #e0e0e0;
}
ion-modal.event-details-modal .event-popover-content .popover-body .call-log-container .call-log-content .loading-container {
  display: flex;
  justify-content: center;
  padding: 20px;
  color: var(--ion-color-primary, #3880ff);
}
ion-modal.event-details-modal .event-popover-content .popover-body .call-log-container .call-log-content .call-log-meta {
  font-size: 0.8rem;
  color: #5f6368;
  border-bottom: 1px solid #dadce0;
  padding-bottom: 8px;
  margin-bottom: 8px;
}
ion-modal.event-details-modal .event-popover-content .popover-body .call-log-container .call-log-content .call-log-messages {
  font-size: 0.85rem;
  color: #3c4043;
  white-space: pre-wrap;
  line-height: 1.5;
}
ion-modal.edit-event-modal {
  --width: 550px;
  --height: auto;
  --border-radius: 12px;
  --box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}
ion-modal.edit-event-modal .edit-modal-wrapper {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  color: #333;
  max-height: 90vh;
}
ion-modal.edit-event-modal .edit-modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  border-bottom: 1px solid #eee;
}
ion-modal.edit-event-modal .edit-modal-header h2 {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 600;
  color: #222;
}
ion-modal.edit-event-modal .edit-modal-body {
  padding: 20px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 1px;
}
ion-modal.edit-event-modal .edit-modal-body .custom-item {
  margin: 0;
  flex-shrink: 0;
}
ion-modal.edit-event-modal .edit-modal-body .custom-item ion-input,
ion-modal.edit-event-modal .edit-modal-body .custom-item ion-textarea {
  color: #222;
  --padding-top: 8px;
  --padding-bottom: 8px;
}
ion-modal.edit-event-modal .edit-modal-body .datetime-row {
  display: flex;
  flex-direction: column;
  gap: 1px;
  flex-shrink: 0;
}
ion-modal.edit-event-modal .edit-modal-body .time-row {
  display: flex;
  gap: 15px;
  width: 100%;
}
ion-modal.edit-event-modal .edit-modal-body .time-row .flex-item {
  flex: 1 1 50% !important;
  min-width: 140px !important;
  max-width: 50% !important;
}
ion-modal.edit-event-modal .edit-modal-body .time-row .flex-item ion-input {
  text-align: center !important;
  width: 100% !important;
}
ion-modal.edit-event-modal .edit-modal-body .time-row .flex-item ion-input::part(native) {
  text-align: center !important;
  width: 100% !important;
  min-width: 100px !important;
}
ion-modal.edit-event-modal .edit-modal-footer {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 15px 20px;
  border-top: 1px solid #eee;
  gap: 10px;
  background: #fafafa;
}
ion-modal.edit-event-modal .edit-modal-footer .save-btn {
  --background: #3880ff;
  --background-activated: #3171e0;
  --background-hover: #4c8dff;
  --color: #ffffff;
  font-weight: 600;
}
.PageTitle {
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
  color: #ffffff;
  margin-top: 15px;
}
.PageSubtitle {
  font-size: 1.25rem;
  font-weight: 300;
  text-align: left;
  color: #ffffff;
  border-bottom: 2px solid;
  border-image:
    linear-gradient(
      to right,
      var(--accent-color, #3880ff),
      transparent) 1;
  padding-bottom: 8px;
  margin-bottom: 10px;
  margin-top: 30px;
  width: 100%;
}
.PageDescription {
  font-size: 0.85rem;
  font-weight: normal;
  text-align: left;
  color: #ffffff;
}
.PageBlueTextColor {
  color: #3880ff;
}
.PageBlueTextColorLight {
  color: #82b0ff;
}
.apptextarea {
  background: var(--sidebar-bg, #1a1e22);
  border: 1px solid #343a40;
  border-radius: 8px;
  color: #fff;
  --padding-top: 5px !important;
  --padding-bottom: 5px !important;
  --padding-start: 10px;
  --padding-end: 10px;
  min-height: 0 !important;
  margin: 0 !important;
}
.CommonInput {
  background: var(--sidebar-bg, #1a1e22);
  border: 1px solid #343a40;
  border-radius: 6px;
  color: #fff;
  padding: 8px 12px;
  font-size: 0.95rem;
  width: 100%;
  box-sizing: border-box;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.CommonInput:focus {
  border-color: var(--ion-color-primary, #3880ff);
  box-shadow: 0 0 0 3px rgba(56, 128, 255, 0.25);
}
.CommonInput:disabled {
  background: #2a2e33;
  color: #888;
  cursor: not-allowed;
}
input[type=time].CommonInput {
  text-align: center;
  width: 110px;
  min-width: 110px;
  max-width: 110px;
}
.CommonSelect {
  background: var(--sidebar-bg, #1a1e22);
  border: 1px solid #343a40;
  border-radius: 6px;
  color: #fff;
  padding: 8px 12px;
  font-size: 0.95rem;
  width: 100%;
  box-sizing: border-box;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 16px;
  padding-right: 40px;
}
.CommonSelect:focus {
  border-color: var(--ion-color-primary, #3880ff);
  box-shadow: 0 0 0 3px rgba(56, 128, 255, 0.25);
}
.CommonSelect:disabled {
  background: #2a2e33;
  color: #888;
  cursor: not-allowed;
}
.CommonSelect option {
  background: var(--sidebar-bg, #1a1e22);
  color: #fff;
}
.RadioGroup {
  display: flex;
  gap: 15px;
  align-items: center;
}
.CommonRadio {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 0.9rem;
  color: #e9ecef;
  position: relative;
  padding-left: 28px;
  -webkit-user-select: none;
  user-select: none;
}
.CommonRadio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.CommonRadio .RadioMark {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 18px;
  width: 18px;
  background-color: var(--sidebar-bg, #1a1e22);
  border: 1px solid #343a40;
  border-radius: 50%;
  transition: all 0.2s ease;
}
.CommonRadio:hover input ~ .RadioMark {
  border-color: var(--accent-color, #3880ff);
}
.CommonRadio input:checked ~ .RadioMark {
  background-color: var(--accent-color, #3880ff);
  border-color: var(--accent-color, #3880ff);
}
.CommonRadio .RadioMark:after {
  content: "";
  position: absolute;
  display: none;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}
.CommonRadio input:checked ~ .RadioMark:after {
  display: block;
}
.mobile-menu-toggle {
  display: none;
  background: transparent;
  border: none;
  color: var(--text-color);
  font-size: 28px;
  cursor: pointer;
  padding: 0 15px;
  align-items: center;
  justify-content: center;
}
.mobile-backdrop {
  display: none;
}
@media (max-width: 768px) {
  .content-wrapper {
    margin-left: 0 !important;
    width: 100% !important;
  }
  .mobile-menu-toggle {
    display: flex;
  }
  .mobile-close-btn {
    display: block !important;
  }
  .sidebar {
    transform: translateX(-100%);
    transition: transform 0.3s ease;
    box-shadow: 2px 0 8px rgba(0, 0, 0, 0.5);
  }
  .sidebar.mobile-open {
    transform: translateX(0);
  }
  .mobile-backdrop {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 90;
  }
  .tab-label {
    display: none;
  }
  .tab-close {
    display: none;
  }
  .tab {
    padding: 8px 12px;
    justify-content: center;
  }
  .tab ion-icon {
    margin-right: 0 !important;
  }
  .FormCenter {
    top: 0;
    border-radius: 0;
    min-height: 100vh;
  }
}
.topup-alert input[type=number]::-webkit-inner-spin-button,
.topup-alert input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.topup-alert input[type=number] {
  -moz-appearance: textfield;
}
.topup-alert .alert-message {
  white-space: pre-wrap !important;
}
.topup-alert .primary-action-btn {
  background-color: var(--ion-color-primary, #3880ff) !important;
  color: #ffffff !important;
  border-radius: 6px !important;
  margin-left: 10px !important;
  font-weight: 500 !important;
}

/* src/theme/variables.scss */
:root {
  --safe-top: 0px;
  --safe-bottom: 0px;
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
