html,body {
  height: 100%;
  margin: 0;
  padding: 0;
  padding: 1px;
  box-sizing: border-box;
}

body {
  font-family: Arial;
  color: #333333;
}

#chart-container {
  position: relative;
  height: 420px;
  border: 1px solid #aaa;
  margin: 0.5rem;
  overflow: auto;
  text-align: center;
}

/*.filament-forms-repeater-component > ul > div{*/
/*    display: flex !important;*/
/*    flex-wrap: wrap !important;*/
/*    gap: 2 !important;*/
/*}*/

/*.filament-forms-repeater-component > ul > div > li{*/
/*    width: 48% !important;*/
/*}*/
.color-option {
  display: flex;
  align-items: center;
  padding: 5px;
  margin: 5px 0;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.color-option div {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  border: 1px solid #ccc;
}
