@charset "UTF-8";
/**
 * Foundation for Sites by ZURB
 * Version 6.5.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
.block_notifications {
  position: relative;
  width: 40px; }
  .block_notifications button {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-right: 15px;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    overflow: visible; }
    .block_notifications button.has_notifications {
      background-color: #003661; }
      .block_notifications button.has_notifications:after {
        color: #fff; }
    .block_notifications button:hover {
      border-color: #db0084; }
    .block_notifications button:after {
      content: "\EA07";
      font-family: "fa";
      font-weight: 400;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      line-height: 1;
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      font-size: 20px;
      color: #9b9b9b;
      -moz-transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    .block_notifications button span {
      position: absolute;
      width: 18px;
      height: 18px;
      border-radius: 50%;
      text-align: center;
      line-height: 18px;
      color: #fff;
      font-size: 10.5px;
      top: -5px;
      right: -5px;
      font-weight: 700;
      background: #db0084; }
      .block_notifications button span.new {
        background: #db0084; }
    @media screen and (max-width: 39.99875em) {
      .block_notifications button {
        width: 33px;
        height: 33px; } }

.notifications-container {
  position: absolute;
  z-index: 1;
  width: 372px;
  max-height: 250px;
  right: -999px;
  left: -999px;
  top: 54px;
  margin: auto;
  background: #ffffff;
  box-shadow: 0px 0px 11px 1.3px rgba(0, 0, 0, 0.2);
  border-radius: 10px; }
  .notifications-container:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 10px 8px;
    border-color: transparent transparent #ffffff transparent;
    position: absolute;
    top: -8px;
    right: 0;
    left: 0;
    margin: auto; }
  @media screen and (min-width: 40em) and (max-width: 63.99875em) {
    .notifications-container {
      right: -99px;
      left: unset; }
      .notifications-container:after {
        left: unset;
        right: 110px; } }
  @media screen and (max-width: 39.99875em) {
    .notifications-container {
      width: 90vw;
      position: fixed;
      left: 0;
      right: 0; }
      .notifications-container:after {
        display: none; } }
  .notifications-container ul {
    position: relative;
    padding: 20px 15px;
    overflow: auto;
    max-height: 250px; }
    .notifications-container ul li:not(:first-child) {
      padding-top: 11px; }
    .notifications-container ul li:not(:last-child) {
      padding-bottom: 11px;
      border-bottom: 1px solid #dfdfdf; }
    .notifications-container ul li a,
    .notifications-container ul li p {
      font-size: 14px;
      line-height: 20px;
      padding-left: 16px;
      color: #333333;
      display: block;
      font-weight: 500;
      position: relative; }
      .notifications-container ul li a:before,
      .notifications-container ul li p:before {
        content: "";
        position: absolute;
        left: 0;
        top: 27px;
        width: 7px;
        height: 7px;
        border-radius: 50%;
        background: #ec008c; }
      .notifications-container ul li a span,
      .notifications-container ul li p span {
        display: block;
        font-size: 12px;
        font-weight: 400; }

#header.nav-up .notifications-container {
  display: none; }

#block-adminimal-theme-content .btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 5px;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out; }

#block-adminimal-theme-content .btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }
