.notif {
  position: relative;
  float: none;
  margin: 0;
  padding: 0; }

.notif__button {
  position: relative;
  display: block;
  margin: 0;
  padding: 0.2rem 1rem;
  border-style: solid;
  border-color: transparent;
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 1px;
  border-radius: 0;
  line-height: inherit;
  outline: none;
  width: auto;
  height: auto;
  background: #000; }

.notif__counter-text {
  padding: 0.375rem;
  font-family: "futura-pt", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: normal;
  color: #fff; }

.notif__counter-badge {
  position: absolute;
  display: block;
  top: 50%;
  right: 0;
  bottom: inherit;
  left: inherit;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 100%;
  font: normal 1rem "futura-pt", Helvetica, Arial, sans-serif;
  background: #ee4f4f;
  color: #fff;
  transform: translateY(-50%); }

.notif {
  position: relative; }

.notif__dropdown {
  max-height: inherit; }
  .notif__dropdown.dropdown-menu {
    position: absolute;
    top: 100%;
    right: inherit;
    bottom: inherit;
    left: 0;
    min-width: 300px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0 0 10px 10px;
    background-color: #000;
    box-shadow: none; }
  .notif__dropdown .simplebar-scrollbar:before {
    border-radius: 10px;
    background: #fff; }
  .notif__dropdown .simplebar-track .simplebar-scrollbar.simplebar-visible:before {
    opacity: 0.5; }

.notif__list {
  margin: 0;
  padding: 0.625rem; }

.notif__item {
  display: flex;
  flex-direction: row;
  margin: 0;
  padding: 1rem 1.5rem;
  color: #fff;
  cursor: pointer; }
  .notif__item + .notif__item {
    border-top: 1px solid rgba(255, 255, 255, 0.3); }
  .notif__item:hover {
    background-color: #333;
    color: #fff; }
  .notif__item.notif__item--unread {
    font-weight: 700;
    background-color: inherit;
    color: #fff; }
    .notif__item.notif__item--unread:hover {
      background-color: inherit;
      color: inherit; }
    .notif__item.notif__item--unread .notif__date {
      color: inherit; }

.notif__item-survey .notif__icon {
  background-image: url("../img/notifications/survey.svg"); }

.notif__item-redeem .notif__icon {
  background-image: url("../img/notifications/redeem.svg"); }

.notif__item-qualification .notif__icon {
  background-image: url("../img/notifications/qualification.svg"); }

.notif__item-emergency .notif__icon {
  background-image: url("../img/notifications/emergency.svg"); }

.notif__item-complaint .notif__icon {
  background-image: url("../img/notifications/complaint.svg"); }

.notif__item-maintenance .notif__icon {
  background-image: url("../img/notifications/maintenance.svg"); }

.notif__item-promotion .notif__icon {
  background-image: url("../img/notifications/promotion.svg"); }

.notif__item-maximail .notif__icon {
  background-image: url("../img/notifications/maximail.svg"); }

.notif__icon {
  width: 30px;
  height: 30px;
  margin: 0 1rem 0 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain; }

.notif__content {
  width: auto;
  margin: 0;
  padding: 0;
  border-radius: 0;
  background: none; }
  .notif__content > div::first-line {
    padding: 0;
    border-radius: 0;
    font-size: inherit;
    font-weight: bold;
    background-color: inherit;
    color: inherit; }

.notif__date {
  border: none;
  border-radius: 0;
  font-size: 0.75rem;
  font-weight: 300;
  background-color: none;
  color: #fff; }

.notif__link {
  display: block;
  margin: 1rem 0 0 0;
  padding: 0.5rem;
  border: none;
  border-radius: 0;
  text-align: center;
  text-decoration: none;
  font: 400 1rem "futura-pt", Helvetica, Arial, sans-serif;
  background-color: transparent;
  color: #fff; }
  .notif__link:hover {
    background-color: #333;
    color: #fff; }

.notif__filters {
  display: flex;
  flex-direction: row;
  margin: 30px 0 15px 0;
  padding: 0 0 20px 0;
  border-style: solid;
  border-color: #333;
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 1px;
  border-left-width: 0; }

.notif__select2-container {
  width: 25%; }

.notif__type-survey {
  background-image: url("../img/notifications/survey-page.svg"); }

.notif__type-redeem {
  background-image: url("../img/notifications/redeem-page.svg"); }

.notif__type-qualification {
  background-image: url("../img/notifications/qualification-page.svg"); }

.notif__type-emergency {
  background-image: url("../img/notifications/emergency-page.svg"); }

.notif__type-complaint {
  background-image: url("../img/notifications/complaint-page.svg"); }

.notif__type-maintenance {
  background-image: url("../img/notifications/maintenance-page.svg"); }

.notif__type-promotion {
  background-image: url("../img/notifications/promotion-page.svg"); }

.notif__type-maximail {
  background-image: url("../img/notifications/maximail-page.svg"); }

.notif__filters .select2-container {
  font-size: 1.6rem; }
  .notif__filters .select2-container .select2-selection--single {
    height: auto; }
    .notif__filters .select2-container .select2-selection--single .select2-selection__rendered {
      padding: 0.313rem 1.25rem 0.313rem 0.5rem; }
.notif__filters .select2-container--default .select2-selection--single {
  border: 1px solid #ccc;
  border-radius: 0;
  background-color: #fff; }
  .notif__filters .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #005b99 #000; }
  .notif__filters .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 50%;
    right: 10px;
    transform: translateY(-50%); }
.notif__filters .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #333;
  color: #fff; }
.notif__filters .select2-dropdown {
  border: 1px solid #e8e8e8;
  border-radius: 0;
  outline: none;
  background-color: #f7f8fa; }
.notif__filters .select2-search--dropdown {
  padding: 8px; }
  .notif__filters .select2-search--dropdown .select2-search__field {
    padding: 1.300rem 1.200rem;
    font-size: 1.400rem;
    color: #005b99; }

.notif__page .notif__filters .notif__icon {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 0.938rem 0 0.625rem;
  padding: 0;
  border: none;
  border-radius: 0;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
  background-color: transparent; }

.filter__button {
  width: auto;
  height: 40px;
  margin: 0 0 0 1.875rem;
  padding: 0.938rem 2.5rem;
  line-height: 1.5;
  text-align: center;
  font-size: 1.125rem;
  cursor: pointer;
  background-color: #f15a29;
  color: #fff; }
  .filter__button.filter__button-secondary {
    background-color: #333;
    color: #fff #fff; }

.filter__button {
  position: relative; }
  .filter__button input {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none; }
  .filter__button.filter__unread-bt--is-active {
    padding: 0.938rem 0.938rem 0.938rem 2.5rem; }
  .filter__button.filter__unread-bt--is-active:after {
    position: absolute;
    top: 50%;
    right: inherit;
    bottom: inherit;
    left: 12px;
    display: block;
    content: '';
    width: 20px;
    height: 20px;
    background-image: url("../img/notifications/checked.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%;
    transform: translateY(-50%); }

.notif__page .notif__list {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center; }
.notif__page .notif__item {
  position: relative;
  align-items: center;
  width: 100%;
  padding: 1.5rem; }
  .notif__page .notif__item + .notif__item {
    border-top: 1px solid #ccc; }
  .notif__page .notif__item:hover {
    background-color: transparent;
    color: inherit; }
  .notif__page .notif__item.notif__item--has-url {
    padding: 1.5rem 3rem 1.5rem 1.5rem; }
  .notif__page .notif__item.notif__item--has-url:after {
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    content: '';
    width: 20px;
    height: 20px;
    border: none;
    border-radius: 0;
    background-image: url("../img/notifications/link-page.svg");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    transform: translateY(-50%); }
  .notif__page .notif__item.notif__item--unread:hover {
    background-color: inherit;
    color: inherit; }
.notif__page .notif__icon {
  margin: 0 2rem 0 0;
  background-position: 50%;
  background-size: contain;
  background-repeat: no-repeat; }
.notif__page .notif__date {
  color: inherit; }

@media screen and (max-width: 767px) {
  .notif {
    float: none; }

  .notif__dropdown.dropdown-menu {
    min-width: auto;
    width: 100%; }

  .notif__filters {
    flex-direction: column; }

  .notif__select2-container {
    width: 100%; }

  .filter__button {
    margin: 15px 0 0 0; } }

/*# sourceMappingURL=notif.css.map */
