/* KAZIO ACCOUNT DASHBOARD LOGOUT CARD V2 */
.kz-account-logout-card-v2 {
  margin: 16px 0 0 !important;
  padding: 18px 16px !important;
  border-radius: 22px !important;
  border: 1px solid rgba(225, 29, 72, .16) !important;
  background:
    radial-gradient(circle at 86% 18%, rgba(225,29,72,.10), transparent 30%),
    linear-gradient(180deg, #ffffff, #fffafa) !important;
  box-shadow: 0 16px 38px rgba(6, 34, 26, .07) !important;
  direction: rtl !important;
  font-family: Vazirmatn, Tahoma, sans-serif !important;
  overflow: hidden !important;
  position: relative !important;
  width: 100% !important;
  box-sizing: border-box !important;
  float: none !important;
  clear: both !important;
}

.kz-account-logout-card-v2::before {
  content: "" !important;
  position: absolute !important;
  top: 14px !important;
  right: 16px !important;
  width: 34px !important;
  height: 4px !important;
  border-radius: 999px !important;
  background: linear-gradient(90deg, #e11d48, #ff6b8a) !important;
}

.kz-account-logout-card-v2-head {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  margin-top: 8px !important;
}

.kz-account-logout-card-v2-icon {
  width: 48px !important;
  height: 48px !important;
  min-width: 48px !important;
  border-radius: 17px !important;
  display: grid !important;
  place-items: center !important;
  background: #fff1f5 !important;
  color: #e11d48 !important;
  font-size: 21px !important;
  box-shadow: 0 13px 28px rgba(225,29,72,.12) !important;
}

.kz-account-logout-card-v2-title {
  margin: 0 !important;
  color: #111827 !important;
  font-size: 15px !important;
  font-weight: 950 !important;
  line-height: 1.8 !important;
}

.kz-account-logout-card-v2-desc {
  margin: 2px 0 0 !important;
  color: #667085 !important;
  font-size: 11.5px !important;
  font-weight: 650 !important;
  line-height: 1.9 !important;
}

.kz-account-logout-card-v2-actions {
  display: grid !important;
  grid-template-columns: 1fr !important;
  margin-top: 15px !important;
}

.kz-account-logout-card-v2-btn {
  min-height: 44px !important;
  border-radius: 15px !important;
  border: 1px solid #e11d48 !important;
  background: linear-gradient(135deg, #e11d48, #be123c) !important;
  color: #fff !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  text-decoration: none !important;
  font-size: 12.5px !important;
  font-weight: 950 !important;
  box-shadow: 0 14px 28px rgba(225,29,72,.18) !important;
  transition: transform .16s ease, box-shadow .16s ease, background .16s ease !important;
}

.kz-account-logout-card-v2-btn:hover,
.kz-account-logout-card-v2-btn:focus {
  color: #fff !important;
  text-decoration: none !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 18px 36px rgba(225,29,72,.22) !important;
  background: linear-gradient(135deg, #f43f5e, #be123c) !important;
}

.kz-account-logout-card-v2-btn i {
  font-size: 15px !important;
}

/* Make sure old bad full-width card is not visible if browser still has it */
[data-kazio-account-logout-card="v1"] {
  display: none !important;
}

@media (max-width: 768px) {
  .kz-account-logout-card-v2 {
    margin-top: 14px !important;
    padding: 17px 15px !important;
    border-radius: 20px !important;
  }
}
