.CheckBox_container__wlatQ {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 6px;
}

.CheckBox_container__wlatQ input {
  display: none;
}

.CheckBox_container__wlatQ svg {
  overflow: visible;
}

.CheckBox_path__duuxY {
  fill: none;
  stroke: white;
  stroke-width: 6;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition:
    stroke-dasharray 0.5s ease,
    stroke-dashoffset 0.5s ease;
  stroke-dasharray: 241 9999999;
  stroke-dashoffset: 0;
}

.CheckBox_container__wlatQ input:checked ~ svg .CheckBox_path__duuxY {
  stroke-dasharray: 70.5096664428711 9999999;
  stroke-dashoffset: -262.2723388671875;
}

