label {
  width: 100px;
  display: inline-block;
  font-size: 14px;
  color: #495060;
  padding: 10px 12px 10px 0;
}

label:empty {
  width: 0;
}

[type='checkbox'] {
  display: none;
}

.switch {
  width: 40px;
  height: 20px;
  background: #dfdfdf;
  display: inline-block;
  border-radius: 20px;
  transition: background 0.4s;
  padding: 0;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 10px;
}

.switch > .ball {
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 16px;
  background: #fff;
  transition: all 0.4s;
  margin: 2px;
}

[type='checkbox']:checked + label {
  background: #2d8cf0;
}

[type='checkbox']:checked + label > .ball {
  margin-left: 22px;
}

[type='checkbox']:active + label > .ball {
  width: 28px;
  margin-left: 10px;
}

#socialEngineeringDict .form-control {
  width: 200px;
  display: inline-block;
  margin-right: 10px;
}

.sedBtns .btn {
  margin-right: 15px;
}
