/* line 1, ../../assets/stylesheets/notification-inside.scss */
.alert-inside {
  padding: 8px 5px;
  background-color: #4a88b1;
  color: white;
  position: fixed;
  bottom: 50px;
  right: 10px;
  max-width: 320px;
  line-height: 1.2;
  box-shadow: 0px 0px 3px 1px #696969;
  z-index: 9;
}
/* line 13, ../../assets/stylesheets/notification-inside.scss */
.alert-inside .closebtn {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
  opacity: .7;
  position: absolute;
  right: 5px;
  top: 0px;
}
/* line 28, ../../assets/stylesheets/notification-inside.scss */
.alert-inside .closebtn:hover {
  opacity: 1;
}
/* line 32, ../../assets/stylesheets/notification-inside.scss */
.alert-inside .notification-img {
  max-height: 100%;
  max-width: 85px;
  display: inline-block;
  background-size: cover;
  width: 85px;
  height: 92px;
  background-position: center;
  background-repeat: no-repeat;
  float: left;
  margin: 0px 5px;
}
/* line 45, ../../assets/stylesheets/notification-inside.scss */
.alert-inside .title-notification {
  font-family: "Merriweather", serif;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1.3;
  /*float: right;*/
  text-align: left;
  color: #fff;
  padding: 5px;
  box-sizing: border-box;
}
/* line 57, ../../assets/stylesheets/notification-inside.scss */
.alert-inside .title-notification:hover {
  text-decoration: underline;
}
/* line 62, ../../assets/stylesheets/notification-inside.scss */
.alert-inside .text-notification {
  float: right;
  text-align: left;
  color: #fff;
  padding: 5px;
  box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.3;
}
/* line 73, ../../assets/stylesheets/notification-inside.scss */
.alert-inside .text-notification:hover {
  text-decoration: underline;
}
