._actions_1jts2_1 {
  display: flex;
  align-items: center;
}

._addBtn_1jts2_6 {
  margin: var(--spacing-md) 0 !important;
  margin-left: auto !important;
  display: block;
}

._item_1jts2_12 {
  display: flex;
  align-items: center;
  padding: var(--spacing-md);
  justify-content: space-between;
}

._odd_1jts2_19 {
  background: #f1f2f3;
}
._menu_2ap98_1 {
  position: absolute;
  top: 150%;
  right: -10px;
  background: #fff;
  border-radius: 3px;
  padding: 0;
  margin: 0;
  list-style: none;
  width: auto;
  white-space: nowrap;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  transition: opacity 0.3s, visibility 0.3s;
  pointer-events: visible;
  opacity: 0;
  visibility: hidden;
  z-index: 11111;
}
._menu_2ap98_1._shown_2ap98_19 {
  opacity: 1;
  visibility: visible;
}
._menu_2ap98_1:before {
  content: "";
  position: absolute;
  top: -10px;
  right: 15px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
}
._menu_2ap98_1 li:not(:last-child) {
  border-bottom: 1px solid var(--border);
}
._menu_2ap98_1 li:last-child a,
._menu_2ap98_1 li:last-child button {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
._menu_2ap98_1 li:first-child a,
._menu_2ap98_1 li:first-child button {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
._menu_2ap98_1 button,
._menu_2ap98_1 a {
  padding: 8px 10px;
  color: #353535;
  transition: background 0.3s;
  font-size: 16px;
  font-weight: 500;
  background: #fff;
  border: none;
  color: var(--main);
  display: block;
  text-align: left;
  text-decoration: none;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: start;
}
._menu_2ap98_1 button:disabled,
._menu_2ap98_1 a:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
._menu_2ap98_1 button svg,
._menu_2ap98_1 a svg {
  fill: var(--darker);
  margin-right: 5px;
}
._menu_2ap98_1 button svg path,
._menu_2ap98_1 a svg path {
  fill: var(--darker) !important;
}
._menu_2ap98_1 button:not(:disabled):hover,
._menu_2ap98_1 a:not(:disabled):hover {
  background: var(--info);
}
._menu_2ap98_1._mainIcon_2ap98_83 svg {
  fill: var(--main);
}
._menu_2ap98_1._mainIcon_2ap98_83 svg path {
  fill: var(--main) !important;
}
._standings_w1nqb_1 {
  width: 100%;
  border-spacing: 0;
}
._standings_w1nqb_1 th,
._standings_w1nqb_1 td {
  text-align: center;
  padding: var(--spacing-md);
}
._standings_w1nqb_1 ._odd_w1nqb_10 {
  background: #f1f2f3;
}
._standings_w1nqb_1 ._danger_w1nqb_13 {
  background: #ffbaba;
}
._standings_w1nqb_1 ._actionsCell_w1nqb_16 {
  width: 52px;
}
._standings_w1nqb_1 ._actions_w1nqb_16 {
  display: flex;
  align-items: center;
}
._standings_w1nqb_1 ._nameCell_w1nqb_23 {
  text-align: left;
}

._roundInput_w1nqb_27 {
  max-width: 60px;
}

._roundLabel_w1nqb_31 {
  font-size: 12px;
}

._fullWrapper_w1nqb_35 {
  position: relative;
  padding: 35px 0 0;
}
._fullWrapper_w1nqb_35._widthSpacing_w1nqb_39 {
  margin-bottom: 40px;
}

._groups_w1nqb_43 {
  z-index: 1;
  position: relative;
  display: grid;
  width: 96.2%;
  grid-column-gap: 1%;
  margin-left: 0.5%;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

._courts_w1nqb_58 {
  width: 100%;
  display: grid;
  grid-template-rows: 35px auto;
  border: 1px solid var(--border);
  border-right: none;
  border-bottom: none;
  border-radius: 4px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  height: calc(100% + var(--spacing-md));
  z-index: 0;
}
._courts_w1nqb_58 ._header_w1nqb_73 {
  font-weight: 600;
  text-align: center;
  padding: var(--spacing-md);
  height: 35px;
}
._courts_w1nqb_58 span {
  border-bottom: 1px solid var(--border);
  border-right: 1px solid var(--border);
}
._courts_w1nqb_58 span:last-of-type {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: 1px solid var(--border);
}

._addBtn_w1nqb_89 {
  margin-top: var(--spacing-lg) !important;
  display: block;
}

._dragHandle_w1nqb_94 {
  line-height: 0;
  cursor: grab;
}
._dragHandle_w1nqb_94:active {
  cursor: grabbing;
}

._groupTitle_w1nqb_102 {
  font-size: 12px;
  font-weight: normal;
  margin: var(--spacing-md) 0 -6px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: var(--spacing-md);
}
._groupTitle_w1nqb_102 ._groupTitleBtns_w1nqb_111 {
  display: flex;
  align-items: center;
}

._divisionGroup_w1nqb_116 {
  padding: var(--spacing-sm) var(--spacing-md);
  border-radius: 4px;
  margin: var(--spacing-md) 0 0;
  border: 1px solid transparent;
  min-height: 40px;
  background-color: #fff;
  position: relative;
}
._divisionGroup_w1nqb_116._reordering_w1nqb_125:before, ._divisionGroup_w1nqb_116._reordering_w1nqb_125:after {
  background: var(--border);
}
._divisionGroup_w1nqb_116:before, ._divisionGroup_w1nqb_116:after {
  content: "";
  position: absolute;
  top: 50%;
  height: 40px;
  width: 2px;
  border-radius: 2px;
  background: transparent;
  transform: translate(0px, -50%);
  transition: all 0.3s ease-in-out;
}
._divisionGroup_w1nqb_116:before {
  left: calc(var(--spacing-md) / 2 - 1px);
}
._divisionGroup_w1nqb_116:after {
  right: calc(var(--spacing-md) / 2 - 1px);
}
._divisionGroup_w1nqb_116 > li {
  margin-top: 0;
}

._noteWrapper_w1nqb_149 {
  margin: var(--spacing-lg) 0;
}

._groupWrapper_w1nqb_153 {
  position: relative;
}
._groupWrapper_w1nqb_153 ._leftHandle_w1nqb_156 {
  left: 0;
}
._groupWrapper_w1nqb_153 ._leftHandle_w1nqb_156._canTGoLeft_w1nqb_159 {
  cursor: e-resize;
}
._groupWrapper_w1nqb_153 ._rightHandle_w1nqb_162 {
  right: 0;
}
._groupWrapper_w1nqb_153 ._rightHandle_w1nqb_162._canTGoRight_w1nqb_165 {
  cursor: w-resize;
}
._groupWrapper_w1nqb_153 ._leftHandle_w1nqb_156,
._groupWrapper_w1nqb_153 ._rightHandle_w1nqb_162 {
  position: absolute;
  bottom: 0;
  height: calc(100% - 34px);
  width: 10px;
  cursor: col-resize;
  z-index: 10;
}
._loading_a91r8_1 {
  position: absolute;
  top: var(--headerHeight);
  bottom: 0;
  left: 260px;
  right: 0;
  z-index: 12;
  background: rgba(255, 255, 255, 0.4);
}

._title_a91r8_11 {
  margin: 0;
}

h3._title_a91r8_11 {
  font-size: 16px;
  font-weight: 500;
}

._actions_a91r8_20 {
  display: flex;
  align-items: center;
}

._checkboxWrapper_a91r8_25 {
  margin-top: var(--spacing-md);
}

._pools_a91r8_29 li {
  list-style: none;
}
._pools_a91r8_29 li h3 {
  margin-bottom: var(--spacing-sm);
  padding-bottom: var(--spacing-sm);
  border-bottom: 1px solid var(--border);
}
._pools_a91r8_29 li ul {
  padding: 0;
}
._pools_a91r8_29 ._item_a91r8_40 {
  padding: var(--spacing-sm);
  margin: 0;
}
._pools_a91r8_29 ._item_a91r8_40._error_a91r8_44 {
  background: rgba(255, 0, 0, 0.1);
}
._pools_a91r8_29 ._item_a91r8_40._error_a91r8_44:nth-child(even) {
  background: rgba(255, 0, 0, 0.3);
}
._pools_a91r8_29 ._item_a91r8_40:nth-child(even) {
  background: var(--border);
}
._pools_a91r8_29 li li,
._pools_a91r8_29 li li ._actions_a91r8_20 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
._container_lqssq_1 {
  position: relative;
}
._container_lqssq_1 h2 {
  margin: 0 !important;
}

._wrapper_lqssq_8 {
  display: flex;
  overflow-y: auto;
}
._wrapper_lqssq_8 > ._item_lqssq_12 {
  justify-content: start;
}

._addBtn_lqssq_16 {
  justify-content: center;
  margin: var(--spacing-lg) auto 0;
}

._item_lqssq_12 {
  display: flex;
  flex-direction: row-reverse;
  position: relative;
  flex-grow: 1;
}
._item_lqssq_12 p {
  padding: 20px;
  margin: 0;
  background-color: Beige;
  white-space: nowrap;
}
._item_lqssq_12 ._parent_lqssq_33 {
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: var(--spacing-xl);
}
._item_lqssq_12 ._parent_lqssq_33:not(._noChildren_lqssq_40) {
  margin-left: 50px;
}
._item_lqssq_12 ._parent_lqssq_33:not(._noChildren_lqssq_40):after {
  position: absolute;
  content: "";
  width: 25px;
  height: 2px;
  left: 0;
  top: 50%;
  background-color: var(--darker);
  transform: translateX(-100%);
}
._item_lqssq_12 ._childrens_lqssq_53 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
._item_lqssq_12 ._child_lqssq_53 {
  display: flex;
  align-items: flex-start;
  margin-top: 10px;
  margin-bottom: 10px;
  position: relative;
}
._item_lqssq_12 ._child_lqssq_53:before {
  content: "";
  position: absolute;
  background-color: var(--darker);
  right: 0;
  top: 50%;
  transform: translateX(25%);
  width: 100px;
  height: 2px;
}
._item_lqssq_12 ._child_lqssq_53:after {
  content: "";
  position: absolute;
  background-color: var(--darker);
  right: -25px;
  height: calc(50% + 22px);
  width: 2px;
  top: 50%;
}
._item_lqssq_12 ._child_lqssq_53:last-child:after {
  transform: translateY(-100%);
}
._item_lqssq_12 ._child_lqssq_53:only-child:after {
  display: none;
}
._loading_zeu0e_1 {
  position: absolute;
  top: var(--headerHeight);
  bottom: 0;
  left: 260px;
  right: 0;
  z-index: 12;
  background: rgba(255, 255, 255, 0.4);
}

._bulkTeamsHeader_zeu0e_11 {
  margin: var(--spacing-md) 0 var(--spacing-lg) auto;
}

._bulkTeamsForm_zeu0e_15 ._bulkTeamsTopButtons_zeu0e_15 {
  display: flex;
  align-items: center;
  gap: var(--spacing-md);
  justify-content: flex-end;
}
._bulkTeamsForm_zeu0e_15 ._item_zeu0e_21 {
  padding: var(--spacing-md);
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid var(--border);
  border-radius: 4px;
  transition: all 0.3s;
  margin-bottom: var(--spacing-md);
}
._bulkTeamsForm_zeu0e_15 ._item_zeu0e_21:last-child {
  margin-bottom: none;
}
._bulkTeamsForm_zeu0e_15 ._item_zeu0e_21:focus-within {
  border-color: blue;
}
._bulkTeamsForm_zeu0e_15 ._item_zeu0e_21 ._inputWrapper_zeu0e_38 {
  position: relative;
  display: block;
  flex-grow: 1;
}
._bulkTeamsForm_zeu0e_15 ._item_zeu0e_21 ._inputWrapper_zeu0e_38 svg {
  color: var(--border);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  height: 18px;
  width: 18px;
  opacity: 0;
  transition: all 0.3s;
}
._bulkTeamsForm_zeu0e_15 ._item_zeu0e_21 ._inputWrapper_zeu0e_38:focus-within svg {
  opacity: 1;
}
._bulkTeamsForm_zeu0e_15 ._item_zeu0e_21 input {
  border: none;
  padding: none;
  padding-right: 30px;
  width: 100%;
}
._bulkTeamsForm_zeu0e_15 ._item_zeu0e_21 input:focus {
  outline: none;
}

._standings_zeu0e_67 {
  width: 100%;
  border-spacing: 0;
}
._standings_zeu0e_67 th,
._standings_zeu0e_67 td {
  text-align: center;
  padding: var(--spacing-md);
}
._standings_zeu0e_67 ._odd_zeu0e_76 {
  background: #f1f2f3;
}
._standings_zeu0e_67 ._danger_zeu0e_79 {
  background: #ffbaba;
}
._standings_zeu0e_67 ._actionsCell_zeu0e_82 {
  width: 52px;
}
._standings_zeu0e_67 ._actions_zeu0e_82 {
  display: flex;
  align-items: center;
}
._standings_zeu0e_67 ._nameCell_zeu0e_89 {
  text-align: left;
}

._title_zeu0e_93 {
  margin: 0;
}

._divisionTitleWrapper_zeu0e_97 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: var(--spacing-lg);
}
._divisionTitleWrapper_zeu0e_97 ._Error_zeu0e_103 {
  margin-top: 0;
}
._divisionTitleWrapper_zeu0e_97 ._addBtn_zeu0e_106 {
  margin: 0 !important;
}
._divisionTitleWrapper_zeu0e_97 ._actions_zeu0e_82 {
  display: flex;
  align-items: center;
  gap: var(--spacing-sm);
  margin-left: auto;
}

._darggingItem_zeu0e_116 {
  border: 1px solid var(--border);
  display: flex;
  align-items: center;
  gap: var(--spacing-md);
  height: 32px;
  margin: 0;
  border-radius: 2px;
  background: #fff;
}
._darggingItem_zeu0e_116._error_zeu0e_126 {
  background: rgba(255, 0, 0, 0.1);
}
._darggingItem_zeu0e_116._error_zeu0e_126:nth-child(even) {
  background: rgba(255, 0, 0, 0.3);
}
._darggingItem_zeu0e_116:nth-child(even) {
  background: var(--border);
}

._pools_zeu0e_136 {
  padding: 0;
}
._pools_zeu0e_136 li {
  list-style: none;
}
._pools_zeu0e_136 li h3 {
  margin-bottom: var(--spacing-sm);
  padding-bottom: var(--spacing-sm);
  border-bottom: 1px solid var(--border);
}
._pools_zeu0e_136 li ul,
._pools_zeu0e_136 li ul ul {
  padding: 0 !important;
}
._pools_zeu0e_136 ._item_zeu0e_21 {
  padding: var(--spacing-sm);
  margin: 0;
}
._pools_zeu0e_136 ._item_zeu0e_21._error_zeu0e_126 {
  background: rgba(255, 0, 0, 0.1);
}
._pools_zeu0e_136 ._item_zeu0e_21._error_zeu0e_126:nth-child(even) {
  background: rgba(255, 0, 0, 0.3);
}
._pools_zeu0e_136 ._item_zeu0e_21:nth-child(even) {
  background: var(--border);
}
._pools_zeu0e_136 li li,
._pools_zeu0e_136 li li ._actions_zeu0e_82 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

._Fields_zeu0e_171 {
  display: flex;
  align-items: center;
  gap: var(--spacing-md);
  margin-top: var(--spacing-lg);
}
@media (max-width: 600px) {
  ._Fields_zeu0e_171 {
    flex-direction: column;
  }
  ._Fields_zeu0e_171 label {
    gap: var(--spacing-md);
    display: block;
    width: 100%;
  }
}

._addBtn_zeu0e_106 {
  margin: var(--spacing-md) 0 !important;
  margin-left: auto !important;
  display: block;
}

._dragHandle_zeu0e_194 {
  line-height: 0;
}

._divisionGroup_zeu0e_198 {
  padding: var(--spacing-sm);
  border-radius: 4px;
  margin: var(--spacing-md) 0 0;
  border: 1px solid transparent;
  min-height: 40px;
}
._divisionGroup_zeu0e_198 > li {
  margin-top: 0;
}

._noteWrapper_zeu0e_209 {
  margin: var(--spacing-lg) 0;
}
._wrapper_kna62_1 h2 {
  margin: 0 !important;
  font-size: 18px;
  color: var(--main);
}

._empty_kna62_7 {
  text-align: left;
  padding-top: var(--spacing-md);
}

._item_kna62_12 {
  display: flex;
  align-items: center;
  padding: var(--spacing-md);
  justify-content: space-between;
}

._odd_kna62_19 {
  background: #f1f2f3;
}
._actions_qoyvi_1 {
  display: flex;
  align-items: center;
}

._addBtn_qoyvi_6 {
  margin: var(--spacing-md) 0 !important;
  margin-left: auto !important;
  display: block;
}

._item_qoyvi_12 {
  padding: var(--spacing-md);
  list-style: none;
}
._item_qoyvi_12 ._label_qoyvi_16 {
  font-weight: 500;
  font-size: 16px;
  margin: 0 0 var(--spacing-lg);
}

._odd_qoyvi_22 {
  background: #f1f2f3;
}

h2._date_qoyvi_26 {
  font-size: 18px;
  margin: 0 !important;
}

._list_qoyvi_31 {
  padding-bottom: var(--spacing-xl);
}

._actions_qoyvi_1 {
  position: fixed;
  bottom: 0;
  left: var(--spacing-lg);
  right: var(--spacing-lg);
  border: 1px solid var(--border);
  background: #fff;
  padding: var(--spacing-md) var(--spacing-lg);
  z-index: 1;
}
._tutorialOverlay_mk9tz_1 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9998;
}

._tutorialBox_mk9tz_11 {
  position: fixed;
  background: white;
  border-radius: 4px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  padding: var(--spacing-lg);
  max-width: 400px;
  z-index: 9999;
  opacity: 0;
}
@media (max-width: 770px) {
  ._tutorialBox_mk9tz_11 {
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    top: auto !important;
    width: 100%;
    max-width: 100%;
    border-radius: 0;
    display: flex;
    flex-direction: column;
    max-height: 200px;
  }
  ._tutorialBox_mk9tz_11 ._arrow_mk9tz_34 {
    display: none;
  }
  ._tutorialBox_mk9tz_11 ._content_mk9tz_37 {
    overflow: auto;
    height: 100%;
  }
}
._tutorialBox_mk9tz_11 ._arrow_mk9tz_34 {
  position: absolute;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid white;
  top: -10px; /* Position the arrow above the tooltip */
  transform: translate(-50%, 0);
}
._tutorialBox_mk9tz_11 ._text_mk9tz_52 {
  margin: 0 0 10px;
}
._tutorialBox_mk9tz_11 ._nextStep_mk9tz_55 {
  padding: 10px 20px;
  background: #007bff;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.highlight-box {
  position: absolute;
  z-index: 999;
  pointer-events: none;
  border: 2px solid #007bff; /* Highlight border */
  background-color: transparent; /* Ensure the area is visible */
  z-index: 9999;
}
._uploading_1qduf_1 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.1);
  z-index: 11;
}

._documents_1qduf_11 {
  margin-top: var(--spacing-lg);
  margin-bottom: var(--spacing-lg);
}
._documents_1qduf_11 h3 {
  margin-bottom: var(--spacing-xs);
}
._documents_1qduf_11 ._wrapper_1qduf_18 {
  border-left: 1px solid var(--border);
  padding-left: var(--spacing-md);
  margin-top: var(--spacing-lg);
}
._documents_1qduf_11 ._addBtn_1qduf_23 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-color: var(--border);
  margin-top: var(--spacing-lg);
}
._documents_1qduf_11 ._textInput_1qduf_31 {
  width: 100%;
}

._uploadWrapper_1qduf_35 {
  position: absolute;
  left: var(--spacing-lg);
  top: var(--spacing-lg);
  z-index: 10;
  color: var(--main);
}
@media (max-width: 960px) {
  ._uploadWrapper_1qduf_35 {
    left: var(--spacing-md);
    top: var(--spacing-md);
  }
}
._uploadWrapper_1qduf_35 ._triggerButton_1qduf_48 {
  border: none;
  display: flex;
  background: #fff;
  border-radius: 3px;
  align-items: center;
  border: 1px solid var(--border);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  gap: var(--spacing-sm);
  padding: var(--spacing-sm);
  height: 28px;
  transition: all 0.3s;
}
._uploadWrapper_1qduf_35 ._triggerButton_1qduf_48:hover {
  background: #f1f2f3;
}
._uploadWrapper_1qduf_35 ul {
  list-style: none;
  background: #fff;
  margin-top: var(--spacing-sm);
  padding: var(--spacing-sm);
  display: flex;
  flex-direction: column;
  gap: var(--spacing-xs);
  border-radius: 8px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
._uploadWrapper_1qduf_35 ul li {
  border-top: 1px solid var(--bg);
}
._uploadWrapper_1qduf_35 ul li:first-of-type {
  border: none;
}
._uploadWrapper_1qduf_35 ._uploadButton_1qduf_81 {
  display: flex;
  align-items: center;
  gap: var(--spacing-sm);
  border: none;
  background: none;
  border-radius: 4px;
  font-family: var(--mainFont);
  padding: var(--spacing-md);
  transition: all 0.3s;
  text-align: left;
  width: 100%;
}
._uploadWrapper_1qduf_35 ._uploadButton_1qduf_81:hover {
  background: #f1f2f3;
}

._Wrapper_1qduf_98 {
  height: 100%;
  width: var(--sidebarWidth);
  color: var(--main);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.3);
  z-index: 401;
}
._Wrapper_1qduf_98 h1 {
  font-size: 24px;
  font-weight: 600;
  margin: 0;
}
._Wrapper_1qduf_98 h2 {
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 var(--spacing-xs);
}
._Wrapper_1qduf_98 > ul {
  padding: 0;
  list-style: none;
  overflow: auto;
  height: calc(100% - 132px);
}
._Wrapper_1qduf_98 .odd {
  background: #f1f2f3;
}
._Wrapper_1qduf_98 > ul > li {
  padding: var(--spacing-lg);
  transition: all 0.3s;
  border-bottom: 1px solid var(--border);
  cursor: pointer;
  border: 2px solid transparent;
}
._Wrapper_1qduf_98 > ul > li:hover button {
  opacity: 1;
}
._Wrapper_1qduf_98 > ul > li.selected {
  border: 2px solid var(--darker);
}
._Wrapper_1qduf_98 ul ul {
  display: flex;
  align-items: start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: var(--spacing-md);
}
._Wrapper_1qduf_98 ul ul a {
  color: var(--main);
  transition: all 0.3s;
}
._Wrapper_1qduf_98 ul ul svg {
  fill: var(--main);
  transition: all 0.3s;
}

._IconWrapper_1qduf_153 {
  font-size: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
._IconWrapper_1qduf_153 svg {
  width: 20px;
}

._Header_1qduf_163 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--spacing-lg);
  border-bottom: 1px solid var(--border);
}

._DivisionsWrapper_1qduf_171 {
  margin-top: var(--spacing-lg);
  margin-bottom: var(--spacing-lg);
  display: flex;
  align-items: center;
  gap: var(--spacing-md);
  flex-wrap: wrap;
}
._DivisionsWrapper_1qduf_171._noSpaceBottom_1qduf_179 {
  margin-bottom: 0;
}

._Dates_1qduf_183 {
  display: block;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: var(--spacing-xs);
}

._EmptyEvents_1qduf_190 {
  text-align: center;
  font-size: 14px;
  border-bottom: none !important;
  cursor: default !important;
}

._EditButton_1qduf_197 {
  border: none;
  background: #f1f2f3;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  height: 30px;
  width: 30px;
  border-radius: 4px;
  padding: 0;
  cursor: pointer;
  margin: 0;
  transition: background 0.3s;
  z-index: 1;
}
._EditButton_1qduf_197:hover {
  background: #e1e2e3;
}

._Heading_1qduf_217 {
  display: flex;
  justify-content: space-between;
  position: relative;
}

._Desc_1qduf_223 {
  white-space: pre-line;
}

._InlineIconWrapper_1qduf_227 {
  display: flex;
  align-items: center;
  font-size: 12px;
  line-height: 12px;
  gap: var(--spacing-xs);
}
._InlineIconWrapper_1qduf_227._withSpace_1qduf_234 {
  margin-top: var(--spacing-sm);
}
._InlineIconWrapper_1qduf_227 a {
  color: var(--main);
  text-decoration: none;
}
._InlineIconWrapper_1qduf_227 svg {
  width: 15px;
  height: 15px;
}

._RecurringWrapper_1qduf_246 {
  display: flex;
  align-items: center;
  gap: var(--spacing-sm);
}
._RecurringWrapper_1qduf_246 svg {
  width: 15px;
  height: 15px;
}
._RecurringWrapper_1qduf_246 ._days_1qduf_255 {
  text-transform: capitalize;
}

._titleInput_1qduf_259 {
  border: none;
  background: none;
  font-size: 24px;
  color: #fff;
  padding: 0;
  margin: 0;
}
._hour_10ctm_1 {
  font-size: 12px;
  font-weight: 500;
  color: var(--main);
  display: block;
  margin-bottom: var(--spacing-md);
}

._FieldsWrapper_10ctm_9 h3 {
  margin-bottom: var(--spacing-xs);
}

._Count_10ctm_13 {
  background: #f00;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--spacing-sm) var(--spacing-md);
  color: var(--bg);
  font-weight: 700;
  border-radius: 3px;
}

._Button_10ctm_25 {
  align-items: start;
  padding-bottom: 0;
  margin-bottom: 0;
}
._Button_10ctm_25._open_10ctm_30 {
  margin-bottom: var(--spacing-lg);
  padding-bottom: 0;
}
._Button_10ctm_25 h3 {
  color: var(--main);
  font-size: 16px;
  font-weight: 500;
  margin: 0;
}

._times_10ctm_41 ._wrapper_10ctm_41 {
  border-left: 1px solid var(--border);
  padding-left: var(--spacing-md);
}

._dragHandle_10ctm_46 {
  line-height: 0 !important;
}
._sectionTitle_1hmoy_1 {
  margin-bottom: 0;
}
