div.notification-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0px;
  left: 0px;
  z-index: 9999999999; }
  div.notification-popup div.notification-popup-window {
    position: fixed;
    width: 80%;
    min-height: 100px;
    /*height: 640px;*/
    max-height: 70%;
    max-height: calc(100% - 110px);
    top: 100px;
    left: 10%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow-y: auto;
    overflow-x: hidden; }
    div.notification-popup div.notification-popup-window div.notification-popup-window-top-img p {
      margin: 0px;
      padding: 0px; }
    div.notification-popup div.notification-popup-window div.notification-popup-window-top-img img {
      padding: 0px;
      background-color: white; }
    div.notification-popup div.notification-popup-window div.notification-popup-window-top {
      padding: 20px;
      height: 100%;
      overflow: auto; }
      div.notification-popup div.notification-popup-window div.notification-popup-window-top div.notification-popup-window-head {
        font-size: 16px;
        padding: 0 10px; }
        div.notification-popup div.notification-popup-window div.notification-popup-window-top div.notification-popup-window-head div.title-contener {
          color: white;
          font-size: 22px; }
        div.notification-popup div.notification-popup-window div.notification-popup-window-top div.notification-popup-window-head div.close-contener {
          text-align: right; }
          div.notification-popup div.notification-popup-window div.notification-popup-window-top div.notification-popup-window-head div.close-contener a {
            color: white;
            padding: 0 10px;
            /*position: absolute;
						top: -20px;
						right: 0px;*/ }
      div.notification-popup div.notification-popup-window div.notification-popup-window-top div.notification-popup-window-content {
        font-size: 14px;
        padding: 2px 10px 0 10px; }
        div.notification-popup div.notification-popup-window div.notification-popup-window-top div.notification-popup-window-content img {
          max-height: 120px;
          width: auto !important; }
    div.notification-popup div.notification-popup-window div.notification-popup-window-bottom {
      background: white;
      text-align: right;
      padding: 20px 10px; }
      div.notification-popup div.notification-popup-window div.notification-popup-window-bottom a {
        letter-spacing: 2px; }
        div.notification-popup div.notification-popup-window div.notification-popup-window-bottom a :hover {
          color: black; }
  div.notification-popup input[type=checkbox]:after {
    background: white;
    border: 2px solid orange !important;
    color: black; }
  div.notification-popup input[type=checkbox]:before {
    border-color: black; }
  div.notification-popup a {
    color: white; }
    div.notification-popup a:hover {
      color: royalblue !important; }
  div.notification-popup a.link-disabled,
  div.notification-popup a.link-disabled:hover {
    color: #aaa !important;
    cursor: default; }
  div.notification-popup .phone-special-popup {
    position: fixed;
    width: 80%;
    min-height: 100px;
    max-height: 70%;
    max-height: calc(100% - 110px);
    top: 100px;
    left: 10%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: white; }
    div.notification-popup .phone-special-popup .phone-special-popup-frame {
      padding: 5px; }
    div.notification-popup .phone-special-popup .phone-special-popup-container {
      background: white; }
    div.notification-popup .phone-special-popup .notification-popup-window-head {
      font-size: 16px;
      padding: 10px 10px; }
      div.notification-popup .phone-special-popup .notification-popup-window-head .title-contener {
        font-size: 22px;
        font-weight: bold;
        color: #444; }
      div.notification-popup .phone-special-popup .notification-popup-window-head div.close-contener {
        text-align: right; }
        div.notification-popup .phone-special-popup .notification-popup-window-head div.close-contener a {
          color: red;
          padding: 0 10px; }
    div.notification-popup .phone-special-popup div.notification-popup-window-content {
      font-size: 14px;
      padding: 2px 10px 0 10px; }
      div.notification-popup .phone-special-popup div.notification-popup-window-content img {
        max-height: 120px;
        width: auto !important; }
    div.notification-popup .phone-special-popup div.notification-popup-window-bottom {
      background: white;
      text-align: right;
      padding: 20px 15px; }
      div.notification-popup .phone-special-popup div.notification-popup-window-bottom a {
        letter-spacing: 2px; }
        div.notification-popup .phone-special-popup div.notification-popup-window-bottom a :hover {
          color: black; }
    div.notification-popup .phone-special-popup .phone-special-popup-line-container {
      padding: 10px 20px; }
      div.notification-popup .phone-special-popup .phone-special-popup-line-container .phone-special-popup-line {
        width: 100%;
        height: 3px; }
