﻿.but-wrapper {
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}
@media (min-width: 768px) {
  .but-wrapper {
    display: none;
  }
}
.but-wrapper.init .selected {
  display: none;
}
.but-wrapper.init .selected.active {
  display: none;
}
.but-wrapper.selected .init {
  display: none;
}
.but-wrapper .cancel {
  display: none;
}
.but-wrapper #but {
  appearance: none;
}
.but-wrapper #but + label {
  display: inline-flex;
  align-items: center;
  user-select: none;
  appearance: none;
  position: relative;
}
.but-wrapper #but + label::before {
  content: "";
  display: inline-block;
  width: 2.3em;
  height: 2.3em;
  flex-shrink: 0;
  flex-grow: 0;
  -webkit-box-shadow: 0px 9px 26px -5px rgba(0, 0, 0, 0.29);
  -moz-box-shadow: 0px 9px 26px -5px rgba(0, 0, 0, 0.29);
  box-shadow: 0px 9px 26px -5px rgba(0, 0, 0, 0.29);
  border-radius: 15px;
  margin-right: 0.5em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 80% 60%;
}
.but-wrapper .but-text {
  margin-right: 10px;
}
.but-wrapper .cancel.active {
  display: block;
}
.but-wrapper .cancel {
  font-size: 13px;
  border: none;
  background-color: #fff;
  position: absolute;
  left: 0;
  -webkit-box-shadow: 0px 9px 26px -5px rgba(0, 0, 0, 0.29);
  -moz-box-shadow: 0px 9px 26px -5px rgba(0, 0, 0, 0.29);
  box-shadow: 0px 9px 26px -5px rgba(0, 0, 0, 0.29);
  padding: 0;
  outline: none !important;
  padding-left: 12px;
  padding-right: 12px;
  border-radius: 20px;
  margin-left: 0;
}
.but-wrapper #but + label::before {
  background-image: url("/images/notifications/bell-left.png");
}
.but-wrapper #but:checked + label::before {
  background-image: url("/images/notifications/bell-right.png");
}
.but-wrapper #but:checked .cancel {
  display: block;
}
.but-wrapper #but + label::after {
  display: none;
  content: "";
  background-image: url("/images/notifications/check.png");
  position: absolute;
  bottom: -10px;
  right: 11%;
  width: 25px;
  height: 25px;
  z-index: 99999;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
.but-wrapper #but.active + label::after {
  display: block;
}
.but-wrapper .but-firsttext {
  display: block;
  font-size: 13px;
}
.but-wrapper .but-bold {
  display: block;
  margin-bottom: -10px;
  font: 600 13px/27px "arimobold", sans-serif;
}

/*# sourceMappingURL=data:application/json;charset=utf-8,%7B%22version%22:3,%22sourceRoot%22:%22%22,%22sources%22:%5B%22file:///C:/Projects/idf_core/Idf.Web/wwwroot/scss/base/notifications-subscribe.scss%22%5D,%22names%22:%5B%5D,%22mappings%22:%22AAGA;EACI;EACA;EACA;;AAEA;EALJ;IAMQ;;;AAKA;EACI;;AAEA;EACI;;AAMR;EACI;;AAKR;EACI;;AAGJ;EACI;;AAGJ;EACI;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;;AAGJ;EACI;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;;AAGJ;EACI;;AAGJ;EACI;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;EACA%22%7D */