/*!*********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./components/scheduler/SchedulerCalendar.module.css ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************/
.SchedulerCalendar_calendarWrapper__F9TtM {
  width: 100%;
  margin: 0 auto;
}

/* Override react-calendar default styles for dark theme */
.SchedulerCalendar_calendarWrapper__F9TtM .react-calendar {
  width: 100%;
  max-width: 100%;
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.1);
  font-family: var(--font-jetbrains-mono), monospace;
  color: #FFFFFF;
  padding: 1.5rem;
  border-radius: 0;
}

/* Navigation */
.SchedulerCalendar_calendarWrapper__F9TtM .react-calendar__navigation {
  display: flex;
  margin-bottom: 1.5rem;
  height: auto;
  background: none;
}

.SchedulerCalendar_calendarWrapper__F9TtM .react-calendar__navigation button {
  background: none;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.8);
  font-family: var(--font-jetbrains-mono), monospace;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 0.75rem 1rem;
  cursor: none;
  transition: all 0.2s ease;
  min-width: auto;
}

.SchedulerCalendar_calendarWrapper__F9TtM .react-calendar__navigation button:enabled:hover,
.SchedulerCalendar_calendarWrapper__F9TtM .react-calendar__navigation button:enabled:focus {
  background: rgba(235, 250, 29, 0.1);
  border-color: rgba(235, 250, 29, 0.3);
  color: #EBFA1D;
}

.SchedulerCalendar_calendarWrapper__F9TtM .react-calendar__navigation button:disabled {
  background: none;
  opacity: 0.3;
}

.SchedulerCalendar_calendarWrapper__F9TtM .react-calendar__navigation__label {
  flex-grow: 1 !important;
  font-weight: 600;
}

/* Month view */
.SchedulerCalendar_calendarWrapper__F9TtM .react-calendar__month-view__weekdays {
  font-family: var(--font-jetbrains-mono), monospace;
  font-size: 0.625rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 0.5rem;
}

.SchedulerCalendar_calendarWrapper__F9TtM .react-calendar__month-view__weekdays__weekday {
  padding: 0.75rem 0;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.SchedulerCalendar_calendarWrapper__F9TtM .react-calendar__month-view__weekdays__weekday abbr {
  text-decoration: none;
}

/* Tiles (day cells) */
.SchedulerCalendar_calendarWrapper__F9TtM .react-calendar__tile {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.7);
  padding: 1rem 0.5rem;
  font-size: 0.875rem;
  cursor: none;
  transition: all 0.2s ease;
  position: relative;
  min-height: 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
}

.SchedulerCalendar_calendarWrapper__F9TtM .react-calendar__tile:enabled:hover,
.SchedulerCalendar_calendarWrapper__F9TtM .react-calendar__tile:enabled:focus {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(235, 250, 29, 0.3);
}

.SchedulerCalendar_calendarWrapper__F9TtM .react-calendar__tile--now {
  background: rgba(235, 250, 29, 0.1);
  border-color: rgba(235, 250, 29, 0.3);
  color: #EBFA1D;
}

.SchedulerCalendar_calendarWrapper__F9TtM .react-calendar__tile--now:enabled:hover,
.SchedulerCalendar_calendarWrapper__F9TtM .react-calendar__tile--now:enabled:focus {
  background: rgba(235, 250, 29, 0.15);
  border-color: rgba(235, 250, 29, 0.5);
}

.SchedulerCalendar_calendarWrapper__F9TtM .react-calendar__tile--active {
  background: rgba(235, 250, 29, 0.2);
  border-color: #EBFA1D;
  color: #EBFA1D;
  font-weight: 600;
}

/* Neighboring months */
.SchedulerCalendar_calendarWrapper__F9TtM .react-calendar__month-view__days__day--neighboringMonth {
  opacity: 0.3;
}

/* Weekend styling */
.SchedulerCalendar_calendarWrapper__F9TtM .react-calendar__month-view__days__day--weekend {
  color: rgba(255, 255, 255, 0.5);
}

/* Tiles with active tasks */
.SchedulerCalendar_hasActiveTasks__akxR9 {
  border-color: rgba(235, 250, 29, 0.2) !important;
}

/* Task indicators (colored dots) */
.SchedulerCalendar_taskIndicators__rufJC {
  display: flex;
  gap: 3px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 0.25rem;
}

.SchedulerCalendar_taskDot___kwHU {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0.8;
  transition: all 0.2s ease;
}

.SchedulerCalendar_calendarWrapper__F9TtM .react-calendar__tile:hover .SchedulerCalendar_taskDot___kwHU {
  opacity: 1;
  transform: scale(1.2);
}

.SchedulerCalendar_moreIndicator__egXaw {
  font-family: var(--font-jetbrains-mono), monospace;
  font-size: 0.5rem;
  color: rgba(255, 255, 255, 0.5);
  margin-left: 2px;
}

/* Responsive */
@media (max-width: 768px) {
  .SchedulerCalendar_calendarWrapper__F9TtM {
    max-width: 100%;
  }

  .SchedulerCalendar_calendarWrapper__F9TtM .react-calendar {
    padding: 1rem;
  }

  .SchedulerCalendar_calendarWrapper__F9TtM .react-calendar__tile {
    min-height: 60px;
    padding: 0.75rem 0.25rem;
    font-size: 0.75rem;
  }

  .SchedulerCalendar_calendarWrapper__F9TtM .react-calendar__navigation button {
    padding: 0.5rem 0.75rem;
    font-size: 0.625rem;
  }
}

/*!*******************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[3]!./node_modules/react-calendar/dist/Calendar.css ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************/
.react-calendar {
  width: 350px;
  max-width: 100%;
  background: white;
  border: 1px solid #a0a096;
  font-family: 'Arial', 'Helvetica', sans-serif;
  line-height: 1.125em;
}

.react-calendar--doubleView {
  width: 700px;
}

.react-calendar--doubleView .react-calendar__viewContainer {
  display: flex;
  margin: -0.5em;
}

.react-calendar--doubleView .react-calendar__viewContainer > * {
  width: 50%;
  margin: 0.5em;
}

.react-calendar,
.react-calendar *,
.react-calendar *:before,
.react-calendar *:after {
  box-sizing: border-box;
}

.react-calendar button {
  margin: 0;
  border: 0;
  outline: none;
}

.react-calendar button:enabled:hover {
  cursor: pointer;
}

.react-calendar__navigation {
  display: flex;
  height: 44px;
  margin-bottom: 1em;
}

.react-calendar__navigation button {
  min-width: 44px;
  background: none;
}

.react-calendar__navigation button:disabled {
  background-color: #f0f0f0;
}

.react-calendar__navigation button:enabled:hover,
.react-calendar__navigation button:enabled:focus {
  background-color: #e6e6e6;
}

.react-calendar__month-view__weekdays {
  text-align: center;
  text-transform: uppercase;
  font: inherit;
  font-size: 0.75em;
  font-weight: bold;
}

.react-calendar__month-view__weekdays__weekday {
  padding: 0.5em;
}

.react-calendar__month-view__weekNumbers .react-calendar__tile {
  display: flex;
  align-items: center;
  justify-content: center;
  font: inherit;
  font-size: 0.75em;
  font-weight: bold;
}

.react-calendar__month-view__days__day--weekend {
  color: #d10000;
}

.react-calendar__month-view__days__day--neighboringMonth,
.react-calendar__decade-view__years__year--neighboringDecade,
.react-calendar__century-view__decades__decade--neighboringCentury {
  color: #757575;
}

.react-calendar__year-view .react-calendar__tile,
.react-calendar__decade-view .react-calendar__tile,
.react-calendar__century-view .react-calendar__tile {
  padding: 2em 0.5em;
}

.react-calendar__tile {
  max-width: 100%;
  padding: 10px 6.6667px;
  background: none;
  text-align: center;
  font: inherit;
  font-size: 0.833em;
}

.react-calendar__tile:disabled {
  background-color: #f0f0f0;
  color: #ababab;
}

.react-calendar__month-view__days__day--neighboringMonth:disabled,
.react-calendar__decade-view__years__year--neighboringDecade:disabled,
.react-calendar__century-view__decades__decade--neighboringCentury:disabled {
  color: #cdcdcd;
}

.react-calendar__tile:enabled:hover,
.react-calendar__tile:enabled:focus {
  background-color: #e6e6e6;
}

.react-calendar__tile--now {
  background: #ffff76;
}

.react-calendar__tile--now:enabled:hover,
.react-calendar__tile--now:enabled:focus {
  background: #ffffa9;
}

.react-calendar__tile--hasActive {
  background: #76baff;
}

.react-calendar__tile--hasActive:enabled:hover,
.react-calendar__tile--hasActive:enabled:focus {
  background: #a9d4ff;
}

.react-calendar__tile--active {
  background: #006edc;
  color: white;
}

.react-calendar__tile--active:enabled:hover,
.react-calendar__tile--active:enabled:focus {
  background: #1087ff;
}

.react-calendar--selectRange .react-calendar__tile--hover {
  background-color: #e6e6e6;
}

/*!******************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./app/scheduler/scheduler.module.css ***!
  \******************************************************************************************************************************************************************************************************************************************************************************/
.scheduler_container__zmnQs {
  min-height: 100vh;
  padding: 2rem;
  background: #000000;
}

.scheduler_loading__Iipn9 {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  font-family: var(--font-jetbrains-mono), monospace;
  font-size: 1.5rem;
  color: #EBFA1D;
  letter-spacing: 0.1em;
}

.scheduler_header__lJcm6 {
  max-width: 1600px;
  margin: 0 auto 4rem;
}

.scheduler_backLink__Phol5 {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.875rem;
  font-family: var(--font-jetbrains-mono), monospace;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  transition: all 0.3s ease;
  margin-bottom: 2rem;
  cursor: none;
}

.scheduler_backLink__Phol5:hover {
  color: #EBFA1D;
  transform: translateX(-4px);
}

.scheduler_headerInfo__t_aAZ {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 2rem;
}

.scheduler_title__5ijRh {
  font-size: clamp(3rem, 8vw, 5rem);
  font-weight: 200;
  color: #FFFFFF;
  letter-spacing: -0.02em;
  text-transform: lowercase;
}

.scheduler_clock__BoQOj {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.5rem;
}

.scheduler_time__MXJgg {
  font-family: var(--font-jetbrains-mono), monospace;
  font-size: 2rem;
  color: #EBFA1D;
  font-weight: 400;
  letter-spacing: 0.05em;
}

.scheduler_date__tmC22 {
  font-family: var(--font-jetbrains-mono), monospace;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

/* Stats Section */
.scheduler_stats__26njV {
  max-width: 1600px;
  margin: 0 auto 4rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-gap: 1.5rem;
  gap: 1.5rem;
}

.scheduler_statCard__YKxBd {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 2rem;
  transition: all 0.3s ease;
}

.scheduler_statCard__YKxBd:hover {
  border-color: rgba(235, 250, 29, 0.3);
  background: rgba(235, 250, 29, 0.05);
}

.scheduler_statValue__iMQln {
  font-size: 3rem;
  font-weight: 200;
  color: #EBFA1D;
  line-height: 1;
  margin-bottom: 0.5rem;
}

.scheduler_statLabel__SSl5w {
  font-family: var(--font-jetbrains-mono), monospace;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

/* Calendar Section */
.scheduler_calendarSection__4V2on {
  max-width: 1600px;
  margin: 0 auto 6rem;
  padding: 3rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

/* Tasks Section */
.scheduler_tasks__9cibb {
  max-width: 1600px;
  margin: 0 auto;
}

.scheduler_tasksHeader__9czAV {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
  gap: 1rem;
  flex-wrap: wrap;
}

.scheduler_sectionTitle__ck93f {
  font-size: clamp(1.5rem, 4vw, 2rem);
  font-weight: 300;
  color: #FFFFFF;
  margin-bottom: 0;
  text-transform: lowercase;
  letter-spacing: -0.01em;
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.scheduler_filterIndicator__5KYEJ {
  font-family: var(--font-jetbrains-mono), monospace;
  font-size: 0.875rem;
  color: #EBFA1D;
  font-weight: 400;
  letter-spacing: 0.05em;
}

.scheduler_clearFilterBtn__AuYXR {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.25rem;
  background: rgba(235, 250, 29, 0.1);
  border: 1px solid rgba(235, 250, 29, 0.3);
  color: #EBFA1D;
  font-family: var(--font-jetbrains-mono), monospace;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  cursor: none;
  transition: all 0.2s ease;
  white-space: nowrap;
}

.scheduler_clearFilterBtn__AuYXR:hover {
  background: rgba(235, 250, 29, 0.2);
  border-color: rgba(235, 250, 29, 0.5);
  transform: translateX(-2px);
}

.scheduler_taskList__4r6RK {
  display: grid;
  grid-gap: 1.5rem;
  gap: 1.5rem;
}

.scheduler_noTasks__87767 {
  padding: 4rem 2rem;
  text-align: center;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.scheduler_noTasks__87767 p {
  font-family: var(--font-jetbrains-mono), monospace;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.6);
  letter-spacing: 0.05em;
  margin: 0;
}

.scheduler_taskCard__tCQfD {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 2rem;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.scheduler_taskCard__tCQfD::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: #FFB800;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.scheduler_taskCard__tCQfD:hover {
  border-color: rgba(255, 184, 0, 0.3);
  background: rgba(255, 184, 0, 0.05);
  transform: translateX(4px);
}

.scheduler_taskCard__tCQfD:hover::before {
  opacity: 1;
}

.scheduler_taskHeader__ouIO5 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1rem;
  gap: 1rem;
}

.scheduler_taskTitleRow__r_nbH {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex: 1 1;
}

.scheduler_botProfile__weowV {
  flex-shrink: 0;
}

.scheduler_botAvatar__Gm_V2 {
  width: 40px;
  height: 50px;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
}

.scheduler_taskCard__tCQfD:hover .scheduler_botAvatar__Gm_V2 {
  border-color: rgba(255, 184, 0, 0.5);
  box-shadow: 0 0 10px rgba(255, 184, 0, 0.2);
}

.scheduler_taskInfo__R6nw_ {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  flex: 1 1;
}

.scheduler_taskName____0hG {
  font-size: 1.5rem;
  font-weight: 400;
  color: #FFFFFF;
  letter-spacing: -0.01em;
}

.scheduler_botName__6a_WO {
  font-family: var(--font-jetbrains-mono), monospace;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  opacity: 0.8;
}

.scheduler_taskService__Lby7z {
  font-family: var(--font-jetbrains-mono), monospace;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 0.05em;
}

.scheduler_taskStatus__xDNXC {
  font-family: var(--font-jetbrains-mono), monospace;
  font-size: 0.625rem;
  padding: 0.375rem 0.875rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  white-space: nowrap;
}

.scheduler_taskStatus__xDNXC[data-status="active"] {
  background: rgba(0, 255, 136, 0.15);
  color: #00FF88;
  border: 1px solid rgba(0, 255, 136, 0.3);
}

.scheduler_taskStatus__xDNXC[data-status="paused"] {
  background: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.scheduler_taskStatus__xDNXC[data-status="failed"] {
  background: rgba(255, 51, 102, 0.15);
  color: #FF3366;
  border: 1px solid rgba(255, 51, 102, 0.3);
}

.scheduler_taskDescription__ORq1N {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

.scheduler_taskSchedule___vYOn {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-gap: 1rem;
  gap: 1rem;
  margin-bottom: 1.5rem;
  padding: 1rem;
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.scheduler_scheduleItem__QjYzr {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.scheduler_scheduleLabel__6708d {
  font-family: var(--font-jetbrains-mono), monospace;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.scheduler_scheduleValue__qTvz_ {
  font-family: var(--font-jetbrains-mono), monospace;
  font-size: 0.875rem;
  color: #EBFA1D;
  font-weight: 400;
}

.scheduler_taskActions__UE2sd {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.scheduler_actionBtn__9otVW {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.625rem 1.25rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.8);
  font-family: var(--font-jetbrains-mono), monospace;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  cursor: none;
  transition: all 0.2s ease;
}

.scheduler_actionBtn__9otVW:hover {
  background: rgba(255, 184, 0, 0.1);
  border-color: rgba(255, 184, 0, 0.3);
  color: #FFB800;
}

.scheduler_actionBtn__9otVW:active {
  transform: scale(0.98);
}

/* Terminal Section */
.scheduler_terminalSection__RWhlW {
  max-width: 1600px;
  margin: 4rem auto 0;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

/* Terminal Display */
.scheduler_terminalToggle__osURO {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.25rem;
  background: rgba(235, 250, 29, 0.05);
  border: 1px solid rgba(235, 250, 29, 0.2);
  color: #EBFA1D;
  font-family: var(--font-jetbrains-mono), monospace;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  cursor: none;
  transition: all 0.2s ease;
  white-space: nowrap;
}

.scheduler_terminalToggle__osURO:hover {
  background: rgba(235, 250, 29, 0.1);
  border-color: rgba(235, 250, 29, 0.4);
  transform: translateX(2px);
}

.scheduler_terminal__wYm7f {
  margin-top: 1rem;
  background: #0a0a0a;
  border: 1px solid rgba(235, 250, 29, 0.3);
  overflow: hidden;
}

.scheduler_terminalHeader__pULg8 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.75rem 1rem;
  background: rgba(235, 250, 29, 0.1);
  border-bottom: 1px solid rgba(235, 250, 29, 0.2);
}

.scheduler_terminalTitle__i5a8S {
  font-family: var(--font-jetbrains-mono), monospace;
  font-size: 0.75rem;
  color: #EBFA1D;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 600;
}

.scheduler_terminalUpdate__eT7br {
  font-family: var(--font-jetbrains-mono), monospace;
  font-size: 0.625rem;
  color: rgba(235, 250, 29, 0.6);
  letter-spacing: 0.05em;
}

.scheduler_terminalOutput__d6aqG {
  font-family: var(--font-jetbrains-mono), monospace;
  font-size: 0.75rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.9);
  padding: 1rem;
  margin: 0;
  overflow-x: auto;
  overflow-y: auto;
  max-height: 400px;
  white-space: pre;
  background: #000000;
}

.scheduler_terminalOutput__d6aqG::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.scheduler_terminalOutput__d6aqG::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.3);
}

.scheduler_terminalOutput__d6aqG::-webkit-scrollbar-thumb {
  background: rgba(235, 250, 29, 0.3);
  border-radius: 4px;
}

.scheduler_terminalOutput__d6aqG::-webkit-scrollbar-thumb:hover {
  background: rgba(235, 250, 29, 0.5);
}

/* Monitoring Grid Layout */
.scheduler_monitoringGrid__QidnF {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1.5rem;
  gap: 1.5rem;
  margin-top: 1rem;
}

/* Responsive */
@media (max-width: 1024px) {
  .scheduler_headerInfo__t_aAZ {
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
  }

  .scheduler_clock__BoQOj {
    align-items: flex-start;
  }

  .scheduler_time__MXJgg {
    font-size: 1.5rem;
  }
}

@media (max-width: 1200px) {
  .scheduler_monitoringGrid__QidnF {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}

@media (max-width: 768px) {
  .scheduler_container__zmnQs {
    padding: 1rem;
  }

  .scheduler_title__5ijRh {
    font-size: 2.5rem;
  }

  .scheduler_stats__26njV {
    grid-template-columns: repeat(2, 1fr);
  }

  .scheduler_tasksHeader__9czAV {
    flex-direction: column;
    align-items: flex-start;
  }

  .scheduler_clearFilterBtn__AuYXR {
    width: 100%;
    justify-content: center;
  }

  .scheduler_taskSchedule___vYOn {
    grid-template-columns: 1fr;
  }

  .scheduler_taskHeader__ouIO5 {
    flex-direction: column;
  }

  .scheduler_taskTitleRow__r_nbH {
    flex-direction: column;
    align-items: flex-start;
  }

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

