#header .header-top .settings-account {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
#header .header-top .settings-account .popup-notify {
  margin: 6px 45px 0 0;
  position: relative;
  z-index: 11000;
  -webkit-filter: blur(0px);
  filter: blur(0px);
}
#wrapper.overlay {
  z-index: 10000;
  position: relative;
  -webkit-filter: blur(10px);
  filter: blur(10px);
  margin-top: 0;
}
#wrapper.overlay:before {
  content: '';
  display: block;
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: #fff;
  opacity: 0.8;
  z-index: 10000;
}
.cancel-button {
  cursor: pointer;
  position: absolute;
  visibility: hidden;
  right: 30px;
  top: -10000px;
  opacity: 0.2;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: 10100;
}
.cancel-button:hover {
  opacity: 1;
}
#popups {
  visibility: hidden;
  position: fixed;
  right: 90px;
  top: -10000px;
  width: 560px !important;
  height: 100%;
  z-index: 10000;
  padding: 0 20px;
  overflow-x: hidden;
  overflow-y: auto !important;
}
#popups .jspContainer {
  width: 560px !important;
  height: 100% !important;
}
#popups .jspContainer .jspPane {
  width: 560px !important;
}
#popups .jspVerticalBar {
  width: 6px;
  top: 0;
  background: transparent;
}
#popups .jspVerticalBar .jspTrack {
  background: transparent;
}
#popups .jspVerticalBar .jspTrack .jspDrag {
  background: rgba(0, 0, 0, 0.15);
}
#popups .jspHorizontalBar {
  display: none;
}
#popups .scroll-popup {
  border: 1px solid red;
  overflow-y: auto;
  overflow-x: hidden;
  height: 95%;
}
#popups .title-notice {
  font: 12px 'Proxima Nova', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  margin: 0 0 15px;
}
#popups .bold {
  font-family: 'Proxima Nova', sans-serif;
  font-weight: bold;
}
#popups .popups {
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
  max-width: 560px !important;
}
#popups .popups .main-title-notice {
  font: bold 24px 'Proxima Nova', sans-serif;
  letter-spacing: 0.2px;
  margin: 25px 15px 0 15px;
}
#popups .popups .new-notice-popups {
  margin: 20px 15px 0 15px;
}
#popups .popups .new-notice-popups .popup.warning {
  -webkit-box-shadow: 0 0 30px 0 rgba(255, 201, 201, 0.5);
  box-shadow: 0 0 30px 0 rgba(255, 201, 201, 0.5);
  border: solid 1px #fcdada;
}
#popups .popups .new-notice-popups .popup.success {
  -webkit-box-shadow: 0 0 30px 0 rgba(165, 207, 255, 0.5);
  box-shadow: 0 0 30px 0 rgba(165, 207, 255, 0.5);
  border: solid 1px #cde5ff;
}
#popups .popups .delivered-notice-popups {
  margin: 25px 15px 0 15px;
}
#popups .popups .popup {
  background: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.11);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.11);
  margin-bottom: 10px;
  min-height: 100px;
  max-width: 520px;
  padding: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  white-space: normal;
  text-align: left;
}
#popups .popups .popup .popup-image {
  margin: 20px 30px 0 15px;
}
#popups .popups .popup .popup-image img {
  max-width: 40px;
}
#popups .popups .popup .popup-text {
  margin: 10px 0 0;
}
#popups .popups .popup .popup-text .popup-time {
  color: #000;
  opacity: 0.3;
  font: 12px 'Proxima Nova', sans-serif;
  text-align: right;
  position: absolute;
  right: 15px;
  top: 10px;
}
#popups .popups .popup .popup-text .popup-title {
  font: bold 16px 'Proxima Nova', sans-serif;
  line-height: 1.63;
  letter-spacing: 0.3px;
}
#popups .popups .popup .popup-text .popup-description {
  font: 14px 'Proxima Nova', sans-serif;
  line-height: 1.71;
  letter-spacing: 0.3px;
}
#popups .popups .popup .popup-text .popup-link {
  display: inline-block;
}
#popups .popups .popup .popup-text .popup-link a {
  font: 14px 'Proxima Nova', sans-serif;
  color: #3498db;
}
#popups .popups .popup .popup-text .popup-link a:after {
  background: url(/images/user/popups/arrow_right.svg) no-repeat;
  content: '';
  display: inline-block;
  height: 9px;
  width: 6px;
  margin-left: 7px;
  position: relative;
  top: 1px;
}
@media all and (max-width: 767px) {
  #popups {
    right: 65px;
  }
}
@media screen and (max-width: 638px) {
  #popups {
    width: 400px !important;
  }
  #popups .jspContainer {
    width: 400px !important;
  }
  #popups .jspContainer .jspPane {
    width: 400px !important;
  }
  #popups .cancel-button {
    right: -15px;
    top: 30px;
  }
  #popups .popups {
    width: 400px !important;
  }
  #popups .popups .popup {
    width: 370px !important;
    /* min-height: 180px; */
    height: auto;
  }
  #popups .popups .popup .popup-image {
    margin: 20px 20px 0 15px;
  }
  #popups .popups .popup .popup-text {
    margin-top: 15px;
  }
}
@media all and (max-width: 479px) {
  .cancel-button {
    right: 20px;
  }
  #popups {
    padding: 0 10px;
    right: 35px;
    width: 320px !important;
  }
  #popups .jspContainer {
    width: 310px !important;
  }
  #popups .jspContainer .jspPane {
    width: 320px !important;
  }
  #popups .popups {
    width: 320px !important;
  }
  #popups .popups .popup {
    width: 280px !important;
  }
  #popups .popups .popup .popup-image {
    margin: 20px 20px 0 0px;
  }
}
