.notification-widget {
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  min-width: 350px;
}
@media (max-width: 375px) {
  .notification-widget {
    min-width: 320px;
  }
}
@media (max-width: 320px) {
  .notification-widget {
    min-width: 280px;
  }
}
.notification-widget .notification-title {
  font-family: 'Gotham-Bold', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  background-color: #007CE0;
  letter-spacing: 0.01em;
  line-height: 20px;
  padding: 20px;
}
.notification-widget .notification-title .close {
  margin-left: 20px;
  float: right;
  top: 0;
  color: #fff;
  opacity: 1;
  font-size: 16px;
}
.notification-widget.notification-small {
  min-width: unset;
  width: 370px;
}
.notification-widget .notification-message {
  font-family: 'Gotham-Bold', sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #007CE0;
  letter-spacing: 0.01em;
}
.notification-widget .notification-content {
  background-color: #fff;
  padding: 30px;
  text-align: left;
}
@media (max-width: 320px) {
  .notification-widget .notification-title {
    font-family: 'Gotham-Bold', sans-serif;
    font-weight: 400;
    font-size: 13px;
  }
  .notification-widget .notification-title .close {
    margin-left: 5px;
  }
}
#recoverPopup .recover-widget {
  height: auto;
}
#recoverPopup .notification-title .close {
  display: none;
}
#recoverPopup,
#recoverSuccessPopup {
  background: none;
  pointer-events: none;
}
#recoverPopup .content,
#recoverSuccessPopup .content {
  pointer-events: all;
}

.notification-widget {
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  min-width: 350px;
}
@media (max-width: 375px) {
  .notification-widget {
    min-width: 320px;
  }
}
@media (max-width: 320px) {
  .notification-widget {
    min-width: 280px;
  }
}
.notification-widget .notification-title {
  font-family: 'Gotham-Bold', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  background-color: #007CE0;
  letter-spacing: 0.01em;
  line-height: 20px;
  padding: 20px;
}
.notification-widget .notification-title .close {
  margin-left: 20px;
  float: right;
  top: 0;
  color: #fff;
  opacity: 1;
  font-size: 16px;
}
.notification-widget.notification-small {
  min-width: unset;
  width: 370px;
}
.notification-widget .notification-message {
  font-family: 'Gotham-Bold', sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #007CE0;
  letter-spacing: 0.01em;
}
.notification-widget .notification-content {
  background-color: #fff;
  padding: 30px;
  text-align: left;
}
@media (max-width: 320px) {
  .notification-widget .notification-title {
    font-family: 'Gotham-Bold', sans-serif;
    font-weight: 400;
    font-size: 13px;
  }
  .notification-widget .notification-title .close {
    margin-left: 5px;
  }
}
.recover-widget {
  position: relative;
  width: 100%;
  height: 300px;
  background-color: #eeeeee;
  padding: 20px;
}
.recover-widget .btn-primary {
  width: 100%;
}
.recover-widget .not-member {
  color: #888888;
}
.recover-widget .not-member a {
  font-weight: 700;
}
.recover-widget .logo {
  height: 30px;
}
#recoverPopup .notification-widget {
  width: 370px;
}
#recoverPopup .notification-title {
  padding: 0;
  height: 200px;
  position: relative;
}
#recoverPopup .notification-title .close {
  position: absolute;
  float: none;
  top: 20px;
  right: 20px;
  font-size: 21px;
}
#recoverPopup .notification-title .title {
  position: absolute;
  left: 20px;
  bottom: 20px;
  color: #fff;
}
#recoverPopup .notification-title img {
  position: absolute;
  height: 100%;
  right: 0;
}
