.notifier_admin_head span {
  padding-right: 28px;
  line-height: 22px;
}
.notifier_admin_head_2 span {
  padding-right: 28px;
  margin-bottom: 20px !important;
}
.notifier_admin_head :first-child {
  padding-top: 0px;
}

.notifier_admin_head {
  overflow: hidden;
  text-align: left;
  color: #1f3448;

  font-size: 20px;
  font-weight: 600 !important;
  padding-bottom: 10px;
  cursor: default;
  direction: ltr;
  /* border-bottom: 4px solid gray; */
}

.notifier_admin_head_2 {
  overflow: hidden;
  text-align: left;
  color: #1f3448;
  font-size: 20px;
  font-weight: 600 !important;
  cursor: default;
  direction: ltr;
  padding-bottom: 13px;
  padding-top: 10px;
  border-bottom: 3px solid #9eadba;
}
.notifier_admin_head :after {
  background-color: rgba(57, 203, 155, 0.25);
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 100%;
}

.notifier_special_setting_sub {
  padding: 20px 0;
  border-bottom: 1px solid #f4f4f4;
}
.notifier_special_setting_sub span > p {
  margin: 0;
  padding-top: 20px;
}
.notifier_user_consent_sub {
  display: grid;
  align-items: center;
  grid-template-columns: 2fr 1fr;

  padding: 25px 0;
  border-bottom: 1px solid #f4f4f4;
}
