﻿/*
    *********************************************************************************
    This F3 Less file is for the Version 1 of the "demo" version of F3.  This is
    prior to the new changes started 11/26/25 and won't be used in the final version
    *********************************************************************************
*/
.rule-container {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 8px 0;
}
.rule-card {
  padding: 16px;
  border-radius: 8px;
}
.disabled-content {
  opacity: 0.5;
  pointer-events: none;
}
.custom-switch .mud-switch-base.mud-checked + .mud-switch-track {
  background-color: var(--track-color) !important;
  transition: background-color 0.1s;
}
.custom-switch .mud-switch-base.mud-checked {
  color: var(--track-color) !important;
}
.grabbable {
  cursor: grab;
}
.notgrabbable {
  cursor: inheritss;
  color: transparent;
}