.notification-categories {
  direction: rtl !important;
}

.pretty-chkbx {
  display: block !important;
  position: relative !important;
  padding: 4px 26px 4px 0 !important;
  margin: 0 0 14px !important;
  cursor: pointer !important;
  font-weight: 500 !important;
  font-size: 15px !important;
  cursor: pointer !important;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.pretty-chkbx input {
  position: absolute !important;
  opacity: 0 !important;
  cursor: pointer !important;
  height: 0 !important;
  width: 0 !important;
}

.pretty-chkbx input:checked ~ .checkmark {
  background-color: #f05521;
}

.pretty-chkbx input:checked ~ .checkmark:after {
  display: block;
}

.pretty-chkbx .checkmark {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 20px;
  width: 20px;
  background-color: #ccc;
}

.pretty-chkbx .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  right: 6px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.pretty-chkbx:hover input ~ .checkmark {
  background-color: #f0552155;
}

.pretty-chkbx a {
  color: #203260;
  text-decoration: underline;
}

.pretty-chkbx a:hover {
  text-decoration: none;
}
/*# sourceMappingURL=forms.css.map */