.Switch__cf___3qVBg {
  zoom: 1;
}
.Switch__cf___3qVBg:before,
.Switch__cf___3qVBg:after {
  content: "";
  display: table;
}
.Switch__cf___3qVBg:after {
  clear: both;
}
.Switch__deleteIcon___3cxfJ {
  cursor: pointer;
}
.Switch__deleteIcon___3cxfJ:hover path {
  fill: #e63956;
}
.Switch__switch___1FfJn {
  display: inline-block;
  width: 32px;
  height: 16px;
  position: relative;
}
.Switch__switch___1FfJn input {
  display: none;
}
.Switch__switch___1FfJn input + label {
  display: block;
  position: relative;
  top: 0px;
  left: 0px;
  width: 32px;
  height: 16px;
  border-radius: 8px;
  border: none;
  background: #9099a3;
  outline-style: none;
  cursor: pointer;
  transition: background 0.1s ease-out;
}
.Switch__switch___1FfJn input + label:after {
  display: block;
  content: "";
  position: relative;
  top: 2px;
  left: 2px;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  border: none;
  background: #fff;
  outline-style: none;
  cursor: pointer;
  transition: left 0.2s ease-out;
}
.Switch__switch___1FfJn input:checked + label {
  background: #1677d9;
}
.Switch__switch___1FfJn input:checked + label:after {
  left: 18px;
}
.Switch__switch___1FfJn.Switch__inactive___jys6j label {
  background: #e1e6eb;
}
