.swal2-title {
  color: #848991 !important;
}

.swal2-html-container {
  color: #55585f !important;
}

.swal2-popup {
  background: url("/public/images/widget/vn.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, black, rgb(20, 104, 93) 10%, #215555 20%, rgb(0, 151, 126), rgb(20, 104, 93), black 40%, #215555 21%, rgb(20, 104, 93) 40%, white 50%, black 40%, rgb(20, 104, 93) 70%, transparent);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  background-size: 200%;
  background-position: 0%;
  animation: animatedText 5s ease-in-out infinite alternate;
}

@keyframes animatedText {
  0% {
    background-position: 0%;
  }
  100% {
    background-position: 200%;
  }
}

#contact-box {
  position: relative;
  right: -0.5rem;
  bottom: -1rem;
  background: conic-gradient(from 180deg at 50% 70%, hsla(0, 0%, 98%, 1) 0deg, #eec32d 72deg, #ec4b4b 144deg, #709ab9 216deg, #4dffbf 288deg, hsla(0, 0%, 98%, 1) 1turn);
  padding: 0.125rem;
  display: flex;
  z-index: 1000;
  border-radius: 9999999px;
  filter: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));
  cursor: pointer;
  user-select: none;
}

#contact-box .container {
  width: 100%;
  height: 100%;
  padding: 0.375rem 0.75rem;
  background-color: #fff;
  backdrop-filter: blur(8px);
  opacity: 0.9;
  border-radius: 9999999px;
  position: relative;
  color: #27272a;
  display: flex;
  align-items: center;
  gap: 5px;
}

#contact-box .ping {
  animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  width: 14px;
  height: 14px;
  border-radius: 9999999px;
  background-color: red;
  position: absolute;
  opacity: 0.9;
}

#contact-box .dot-ping {
  width: 14px;
  height: 14px;
  border-radius: 9999999px;
  position: absolute;
  top: 0px;
  right: -4px;
}

#contact-box .dot {
  background-color: red;
  width: 14px;
  height: 14px;
  border-radius: 9999999px;
}

#contact-box .contact-icon {
  width: 2.25rem;
  aspect-ratio: 1;
  background-color: #27272a;
  color: #fff;
  border-radius: 999999px;
  margin-left: -7px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@keyframes ping {
  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}

.custom-btn {
  background: linear-gradient(90deg, #E0F7D4, #D4EAF7);
  border: 1px solid #4CAF50;
  border-radius: 8px;
}

.custom-btn:hover {
  background: linear-gradient(90deg, #D4EAF7, #E0F7D4);
}
.ok.ok-outline.ok-outline-danger {
  color: #f1416c;
  border-color: #f1416c;
  background-color: transparent;
  border-radius: 8px;
}

.ok.ok-outline.ok-outline-dashed {
  border-width: 1px;
  border-style: dashed;
  border-radius: 8px;
}
.v {
  border: none;
  margin: 0px;
  padding: 0px 15px;
  border-radius: 0px
}
.v-info {
  text-align: center;
  margin-bottom: 30px;
  padding: 20px 20px;
  border-radius: 3px;
  background: var(--white);
  border-top: 3px solid var(--primary);
  -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08)
}
.bg-white {
  background-color: #fff !important;
}
.nice-select .option {
  padding: 10px 15px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
}

.nice-select .option div {
  line-height: 1.2;
}

.nice-select .option strong {
  font-weight: bold;
}

.nice-select .option div:nth-child(2) {
  color: gray;
  font-size: 12px;
}
.nice-select {
  border-radius: 8px;
  padding: 10px;
  font-size: 14px;
  width: 100%;
  min-height: 50px;
  display: flex !important;
  align-items: center;
}
.nice-select .list {
  max-height: 250px !important;
  overflow-y: auto;
  border-radius: 8px;
}
.nice-select .option:hover {
  background-color:rgb(238, 166, 166);
}
.nice-select .current {
  display: flex;
  align-items: center;
  gap: 10px;
}
.nice-select img {
  width: 25px !important;
}
.icon-card {
    padding: .25rem;
    background-color: #ffffff;
    border: var(--vz-border-width) solid #ffffff;
    border-radius: var(--vz-border-radius);
    width: 35px;
    height: 35px;
    pointer-events: none;
    user-select: none;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
}