.notif-settings-window {
  background: var(--bg_base);
  font-family: "Ubuntu", sans-serif;
  font-size: 16px;
  color: var(--dark_color);
  box-shadow: 0px 5px 8.1px 1.9px rgb(191 190 190 / 40%);
  z-index: 9999999999;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 515px; }

.notif-settings-window .popupHeader {
  padding: 45px 40px; }

.notif-settings-window .closebtn {
  top: 25px; }

.notif-settings-window .ss-content-wrapper {
  margin-left: 40px;
  padding: 0;
  overflow: hidden;
  height: 235px; }

.notif-settings-window .ss-content {
  margin-top: 5px;
  width: 100%; }

.notif-settings-window .notif-settings-row {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 30px; }

.notif-settings-window .notif-row-ttl {
  font-size: 18px;
  line-height: 20px;
  color: var(--dark_color); }

.notif-settings-window .select--custom {
  background: url(../img/pulldown.png) 100% center no-repeat;
  font-size: 18px;
  font-weight: bold; }

/* ON/OFF Switch */
.onoffswitch {
  position: relative;
  width: 35px;
  display: inline-block;
  font-size: 80%; }

.onoffswitch .onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid transparent;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  margin: 0; }

.onoffswitch .onoffswitch-inner {
  width: 200%;
  margin-left: -100%;
  -webkit-transition: margin 0.15s ease-in-out;
  -o-transition: margin 0.15s ease-in-out;
  -moz-transition: margin 0.15s ease-in-out;
  transition: margin 0.15s ease-in-out; }

.onoffswitch .onoffswitch-inner:before,
.onoffswitch .onoffswitch-inner:after {
  float: left;
  width: 50%;
  height: 14px;
  padding: 0;
  line-height: 24px;
  font-size: 80%;
  color: white;
  font-weight: normal;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.onoffswitch .onoffswitch-inner:before {
  content: "";
  padding-left: 10px;
  background-color: #d72d7a;
  color: white; }

.onoffswitch .onoffswitch-inner:after {
  content: "";
  padding-right: 10px;
  background-color: #fafafa;
  color: #3d3d3d;
  text-align: right; }

.onoffswitch .onoffswitch-switch {
  width: 14px;
  height: 14px;
  margin: 0;
  background: white;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 1px;
  bottom: 0;
  right: 20px;
  -webkit-transition: right 0.15s ease-in-out;
  -o-transition: right 0.15s ease-in-out;
  -moz-transition: right 0.15s ease-in-out;
  transition: right 0.15s ease-in-out; }

.toggle-group {
  position: relative;
  height: auto;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  top: 50%;
  left: 10px;
  margin-top: 0; }

.toggle-group input[type=checkbox] {
  position: absolute;
  left: 10px;
  top: 1px; }

.toggle-group input[type=checkbox]:checked ~ .onoffswitch .onoffswitch-label .onoffswitch-inner {
  margin-left: 0; }

.toggle-group input[type=checkbox]:checked ~ .onoffswitch .onoffswitch-label .onoffswitch-switch {
  right: 1px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5); }

.toggle-group input[type=checkbox]:focus ~ .onoffswitch {
  outline: thin dotted #333;
  outline: 0; }

.toggle-group label {
  position: absolute;
  cursor: pointer;
  padding-left: 65px;
  display: inline-block;
  text-align: left;
  line-height: 24px;
  width: 100%;
  z-index: 1;
  height: 24px;
  font-weight: 200; }
