@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600');

body .lgn-ntf-container {
  margin-top: 20px;
  position: fixed;
  border-radius: 8px;
  background-color: #2288ab;
  box-shadow: 0 0px 0px 0px rgba(0, 0, 0, 0.3), 0 0px 40px 0 rgba(0, 0, 0, 0.18);
  z-index: 3;
  top: 10%;
  right: -10px !important;
  max-height: 95px;
  width: 355px;
  max-width: 355px;
  /*padding: 10px 20px 25px 40px; */
}

body .lgn-ntf-danger-container {
  margin-top: 20px;
  position: fixed;
  border-radius: 8px;
  background-color: rgba(240, 80, 80, 1.0);
  box-shadow: 0 0px 0px 0px rgba(0, 0, 0, 0.3), 0 0px 40px 0 rgba(0, 0, 0, 0.18);
  z-index: 3;
  top: 10%;
  right: -10px !important;
  max-height: 95px;
  width: 355px;
  max-width: 355px;
  /*padding: 10px 20px 25px 40px; */
}

body .lgn-ntf-info-container {
  font-size: 16px;
  font-weight: 500;
  margin-top: 20px;
  position: fixed;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 0px 0px 0px rgba(0, 0, 0, 0.3), 0 0px 40px 0 rgba(0, 0, 0, 0.18);
  z-index: 3;
  top: 10%;
  right: -10px !important;
  max-height: 95px;
  width: 255px;
  max-width: 355px;
  /*padding: 10px 20px 25px 40px; */
}

body .lgn-ntf-info-container span {
  color: #404040 !important;
}

body .lgn-ntf-info-container i {
   color: #bece94 !important;
}

body .lgn-ntf-info-container button.close {
  font-size: 22px;
  font-weight: 500;
  line-height: 22px;
  color: #c6c6c6;
}

body .link-container {
  padding: 10px 20px 25px 40px;
}

body .lgn-ntf-container .ntf_buttons {
  display: flex;
  justify-content: flex-end;
}

body .lgn-ntf-container a {
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
}

/*body .lgn-ntf-container .ntf_buttons a {*/
/*width: 20px;*/
/*}*/

/*buttons settings*/
body .lgn-ntf-container .ntf_buttons .fa {
  color: rgba(255, 255, 255, 0.5);
}

body .lgn-ntf-container .ntf_buttons .fa:hover {
  color: #ffffff;
  cursor: pointer;
}

.ntf-btn {
  text-decoration: none;
  border: none;
  background: none;
  cursor: pointer;
  font-size: 18px;
  z-index: 5;
}

.ntf_buttons button:focus, .ntf_buttons button:active {
  outline: 0px;
  outline-offset: 0px;
}

.ntf-btn-cog {
  padding: 3px 10px 3px 3px;
}

/*titles*/
.lgn-ntf-container .ntf_title h3 {
  font-family: 'Open Sans';
  font-weight: 600;
  font-size: 13px;
  color: #ffffff;
  margin: 0;
  text-transform: none;
}

.lgn-ntf-container .ntf_subtitle p {
  font-family: 'Open Sans';
  font-weight: 400;
  font-size: 13px;
  color: #d0d0d0;
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/*icons position*/
.ntf-icon {
  position: absolute;
  top: -22px;
  left: -20px;
}

.ntf-icon.new-chat-icon {
  top: -15px;
  left: -29px;
}

.ntf-icon.new-email-icon {
  top: -16px;
  left: -30px;
}

.ntf-icon.new-message-icon {
  top: -13px;
  left: -40px;
}

.ntf-icon.new-alert-icon {
  top: -18px;
  left: -15px;
}

.ntf-new-email .ntf-new-email-raft {
  z-index: 10;
  text-align: center;
  position: absolute;
  top: -22px;
  right: 310px;
  border-radius: 50%;
  min-width: 22px;
  min-height: 22px;
  background-color: #2288ab;
  font-family: 'Open Sans';
  font-weight: 600;
  font-size: 12px;
  padding: 2px;
  color: #ffffff;
}

/* Boost Prediction */
body .lgn-ntf-var-container {
  margin-top: 20px;
  position: fixed;
  border-radius: 8px;
  background-color: #2288ab;
  box-shadow: 0 0px 0px 0px rgba(0, 0, 0, 0.3), 0 0px 40px 0 rgba(0, 0, 0, 0.18);
  z-index: 3;
  top: 10%;
  right: -10px !important;
  max-height: 180px;
  width: 430px;
  max-width: 430px;
  /*padding: 10px 20px 25px 40px; */
}

body .link-boost-container {
  padding-right: 20px;
}

.ntf_buttons {
  position: absolute;
  right: 15px;
  top: 5px;
  display: flex;
  justify-content: flex-end;
}

body .lgn-ntf-var-container a {
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
}

body .lgn-ntf-var-container a:hover .ntf_buttons {
  visibility: visible;
  opacity: 1;
  transition: visibility 0s, opacity 0.3s ease;
}

/*buttons settings*/
.ntf_buttons {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.5s, opacity 0.3s ease;
}

body .ntf_buttons .fa {
  color: rgba(255, 255, 255, 0.5);
}

body .ntf_buttons .fa:hover {
  color: #ffffff;
  cursor: pointer;
}

.ntf-btn {
  text-decoration: none;
  border: none;
  background: none;
}

.ntf_buttons button:focus, .ntf_buttons button:active {
  outline: 0px;
  outline-offset: 0px;
}

/*containers*/
.lgn-ntf-var-container .main-content {
  display: flex;
}

.lgn-ntf-var-container .main-content .ntf_text-content {
  margin: 25px 0 10px 15px;
  width: 240px;
}

.lgn-ntf-var-container .main-content .ntf_postimg {
  /*background-image: url(../img/post-example.jpg);*/
  background-size: cover;
  background-position: center;
  width: 140px;
  height: 140px;
  border-radius: 8px 0 0 8px;
  background-color: #d0d0d0;
}

/*titles*/
.ntf_title h3 {
  font-family: 'Open Sans';
  font-weight: 600;
  font-size: 13px;
  color: #ffffff;
  margin: 0 0 5px 0;
}

.ntf_subtitle p {
  font-family: 'Open Sans';
  font-weight: 400;
  font-size: 13px;
  color: #d0d0d0;
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.ntf_text-content .ntf_boost {
  margin-top: 10px;
  font-family: 'Open Sans';
  font-weight: 600;
  font-size: 13px;
  padding: 3px 0;
  color: #ffffff;
}

.ntf_text-content .ntf_boost p {
  margin: 0;
}

/*icons*/
.ntf-var-icon {
  position: absolute;
  max-width: 50px;
  width: 50px;
  max-height: 50px;
  height: 50px;
  top: -15px;
  left: -20px;
  color: #ffffff;
  font-family: 'Open Sans';
  font-weight: 600;
  font-size: 35px;
  border-radius: 5px;
  text-align: center;
  padding: 5px;
  box-shadow: 0 0px 0px 0px rgba(0, 0, 0, 0.3), 0 2px 8px 0 rgba(0, 0, 0, 0.3);
}

.ntf-var-icon p {
  margin: 0;
  line-height: 1.1;
}

.ntf-var-icon.grade-aplus {
  background-color: #00a28c;
  max-width: 55px;
  width: 55px;
}

.ntf-var-icon.grade-a {
  background-color: #03a56b;
}

.ntf-var-icon.grade-b {
  background-color: #b6c137;
}

.ntf-var-icon.grade-c {
  background-color: #ffbb3f;
}

/* Boost Prediction */
