.portlet-content {
  min-height: 0px !important; }

.noti-block {
  display: block; }

.notification-popup {
  display: none;
  position: fixed;
  z-index: 9999;
  padding-top: 1%;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.4); }

.notification-popup-content-noti {
  background-color: #fefefe;
  margin: auto;
  border: 1px solid #888;
  width: 58%;
  color: #222; }

.notification-popup-content-noti-v2 {
  background-color: #fefefe;
  margin: auto;
  border: 1px solid #888;
  width: 3%;
  color: #222; }

.notification-popup-noti-v2 {
  display: none;
  position: fixed;
  z-index: 9999;
  padding-top: 1%;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.4); }

.notification-popup-otp {
  display: none;
  position: fixed;
  z-index: 9999;
  padding-top: 1%;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.4); }

.notification-popup-content {
  background-color: #fefefe;
  margin: auto;
  border: 1px solid #888;
  width: 58%;
  color: #222; }

.notification-popup-close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold; }

.notification-popup-close:hover,
.notification-popup-close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer; }

.notification-popup .title-noti-popup {
  color: white;
  font-size: 18px;
  line-height: 24px; }

.notification-popup .sw-tile-bg {
  background: #007aa4; }

.notification-popup .btn-primary {
  background-color: #007aa4 !important;
  border-color: #007aa4 !important; }

.notification-popup p {
  margin-bottom: 1px !important; }