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

#subscribe-popup {
  width: 100%;
  padding: 10px;
  font-family: "Nunito Sans", sans-serif;
  box-sizing: border-box;
  color: #494949;
  z-index: 9999999999;
  position: fixed;
  left: 0;
  bottom: 0;
  border: 1px solid #ececec;
  background-color: #ffffff;
  box-shadow: 0 2px 6px 0 rgba(119, 119, 119, 0.5);
}

@media (min-width: 575.98px) {
  #subscribe-popup {
    top: 5px;
    left: 2%;
    bottom: auto;
    max-width: 360px;
    border-radius: 8px;
  }
}

#subscribe-popup > .popup-body {
  display: flex !important;
}

#subscribe-popup > .popup-body > .avatar {
  flex: 0 0 70px !important;
  height: auto !important;
  margin-right: 15px !important;
}

#subscribe-popup > .popup-body > .avatar > img {
  width: 100% !important;
}

#subscribe-popup > .popup-body > .content {
  height: 100% !important;
  min-height: unset !important;
}

#subscribe-popup > .popup-body > .content > .title {
  color: #000000;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 14px !important;
  line-height: 1.5 !important;
}

#subscribe-popup > .popup-body > .content > .buttons {
  margin: 10px 0 !important;
}

#subscribe-popup > .popup-body > .content > .buttons > button {
  font-size: 12px !important;
  height: 32px !important;
  line-height: 32px !important;
  padding: 0 25px !important;
  border: none !important;
  border-radius: 3px !important;
  text-transform: uppercase !important;
  cursor: pointer !important;
}

#subscribe-popup > .popup-body > .content > .buttons > button.allow {
  color: #ffffff !important;
  background-color: #e680c1 !important;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2) !important;
}
