.widget-notification {
  max-width: 100vw !important;
  display: none;
}

.widget-notification.show {
  display: block;
}

.widget-notification .widget-inner {
  cursor: pointer;
}

.widget-notification .widget-inner-content {
  display: flex;
  width: 100%;
}

.widget-notification .notification-container {
  display: flex;
}

.widget-notification p {
  margin: 0;
}

.widget-notification .notification-content {
  flex: 1;
  word-break: break-word;
}

.widget-notification .notification-close.nf-close-btn {
  font-size: 1.5rem;
  line-height: 1;
  padding-left: 10px;
  margin-left: auto;
  font-weight: 400;
}

.widget-notification .alert {
  margin: 0;
  border-radius: 0;
  padding: 0;
  line-height: 1.5;
}

.widget-notification .alert-content {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.widget-notification .alert .close {
  font-weight: 400;
  text-shadow: none;
  z-index: 1;
}

.widget-notification .alert .container-max {
  position: relative;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.widget-notification .alert .container-max .notification-countdown-container .bg-div {
  display: block;
  position: absolute;
  top: -0.75rem;
  bottom: -0.75rem;
  width: 100%;
  z-index: 0;
}

.widget-notification .alert-dismissible .alert-content {
  padding-right: 4rem;
}

.widget-notification .alert-dismissible .alert-content .alert-content-code {
  flex: 1
}

.widget-notification .alert-light {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.widget-notification .alert-dark {
  color: #fff;
  background-color: #495057;
  border-color: #58616a;
}

.widget-notification .notification-countdown-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  flex: 0;
  padding: 0.5rem 1rem;
  margin-right: 1rem;
  position: relative;
  align-self: stretch;
}

.widget-notification .notification-countdown-container .bg-div {
  display: none;
}

.widget-notification .countdown-top-wrapper .notification-countdown-container {
  flex-direction: row;
  margin-right: 0;
}

.widget-notification .countdown-top-wrapper .notification-countdown-container .notification-countdown-title {
  margin-right: 1.5rem;
  margin-bottom: 0;
  white-space: normal;
}

.widget-notification .notification-countdown-container .countdown-group {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0;
  z-index: 1;
}

.widget-notification .notification-countdown-container .notification-countdown-days,
.widget-notification .notification-countdown-container .notification-countdown-hours,
.widget-notification .notification-countdown-container .notification-countdown-minutes,
.widget-notification .notification-countdown-container .notification-countdown-seconds {
  font-weight: 700;
}

.widget-notification .notification-countdown-container .notification-countdown-title {
  margin-bottom: 0.25rem;
  white-space: nowrap;
  z-index: 1;
}

.widget-notification .notification-countdown-container .notification-countdown-days:after,
.widget-notification .notification-countdown-container .notification-countdown-hours:after,
.widget-notification .notification-countdown-container .notification-countdown-minutes:after {
  content: ':';
  margin: 0 4px;
  ;
}