.notification-header > div {
  font-size: 25px;
  font-weight: 600;
  padding-bottom: 14px;
}
.notification-header > p {
  font-size: 14px;
}

.form-check-input {
  width: 40px;
  height: 20px;
  background-color: blue;
  border-radius: 10px;
  border: 2px solid #ddd;
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  cursor: pointer;
  position: relative;
  transition: background-color 0.3s ease;
}

/* Checkbox when checked */
.form-check-input {
  background-color: white;
}
.form-check-input:checked {
  background-color: #b22222;
  border: 1px solid #b22222;
}

.form-check-input:checked::before {
  transform: translateX(20px);
}

.input-switch div:last-child {
  font-size: 13px;
  padding-left: 4px;
}
.checkbox-rightdiv div:first-child {
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 4px;
}
.checkbox-rightdiv div:nth-last-child(2) {
    font-size: 14px;
}
.checkbox-rightdiv div:nth-last-child(1) {
    font-size: 14px;
}

/* .email-container {
    border
} */