.switch-custom span {
  width: 40px;
  height: 20px;
}

.switch-custom span:after {
  width: 20px;
}

.switch-custom input:checked+span:after {
  left: 18px;
}

.switch-box {
  vertical-align: middle;
  display: flex;
}

.switch-title {
  margin: 2px 10px;
  font-weight: bold;
}

.setting-box {
  border-radius: var(--radius-s);
  border: 1px solid var(--lightgray);
  padding: 15px;
  margin-bottom: 15px;
}

.m-b-5 {
  margin-bottom: 5px;
}

.p-r-none {
  padding-right: 0 !important;
}

.border-red-deep-button .multiSelect > button:first-child {
  border: 1px solid red !important;
}

.btn-save-template {
  outline: none !important;
  background: none;
}

.resize-none {
  resize: none;
}

.disable-input {
  background-color: var(--lightgray) !important;
  pointer-events: none;
}
