.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;
  }
}
.done-widget {
  padding: 20px;
  height: 300px;
  background-color: #fff;
  width: 100%;
}
.done-widget img {
  height: 150px;
}
