.swal2-title {
  color: #848991 !important;
}
.swal2-html-container {
  color:#55585f !important;
}
.swal2-popup {
  background: url("/assets/images/widget/vi5.png") bottom no-repeat !important;
}
.swal2-confirm,
.text-bg-primary,
.btn-primary {
    background: linear-gradient(9deg, #0e2e4b, #2e6868) !important;
}
.img-bg {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

.user-cover-bg {
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.user-cover-bg .cover-data {
  color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: self-end;
  justify-content: flex-end;
  padding: 15px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.432) 100%);
}

.best-text {
  background-image: linear-gradient(20deg, white, red 10%, #F05780 20%, purple, yellow, white 40%, #F00892 21%, orange 40%, black 50%, white 40%, rgb(0 0 0) 70%, transparent);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  background-size: 400%;
  background-position: -400%;
  animation: animatedText 3s infinite alternate-reverse;
}

@keyframes animatedText {
  from {
    background-position: 0%;
  }

  to {
    background-position: 100%;
  }
}