.swal2-popup {
  flex-direction: column;
  justify-content: center;
  padding: 20px !important;
  box-sizing: border-box;
}

.dark .swal2-popup {
  background: #0e1726;
}

.dark .swal2-popup .swal2-title {
  color: #888ea8;
}

.swal2-popup .swal2-title {
  display: block;
  margin: 0px !important;
  width: 100%;
  color: #3b3f5c;
  font-size: 24px;
  @apply ltr:!pr-10 rtl:!pl-10;
}

.swal2-popup .swal2-styled {
  box-shadow: 0px 5px 20px 0 rgba(0, 0, 0, 0.1) !important;
  letter-spacing: 1px;
  font-size: 14px !important;
  line-height: 20px !important;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  margin: 0 5px;
  padding: 8px 20px;
  border-radius: 6px;
}

.swal2-popup .swal2-styled.swal2-cancel {
  background-color: #fff !important;
  color: #4361ee;
  border: 1px solid #e8e8e8;
  box-shadow: none;
  padding: 7px 20px;
}

.dark .swal2-popup .swal2-styled.swal2-cancel {
  background-color: #3b3f5c !important;
  color: #e0e6ed;
  border-color: #3b3f5c;
}

.swal2-popup .swal2-styled.swal2-confirm {
  background-color: #D2691E !important;
  color: #FFF8E8 !important;
}

.swal2-popup .swal2-styled.swal2-confirm:focus {
  box-shadow: none !important;
}

.swal2-popup .swal2-html-container {
  margin: 0 !important;
  color: #ffffff;
  font-weight: 400;
  @apply ltr:!pr-10 rtl:!pl-10;
}

.bonisa-swal-summary {
  margin-top: 14px;
  padding: 14px;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.22);
  border: 1px solid rgba(210, 105, 30, 0.22);
  display: flex;
  flex-direction: column;
  gap: 12px;
  text-align: left;
}

.bonisa-swal-summary-row {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
}

.bonisa-swal-summary-label {
  color: rgba(255, 248, 232, 0.62);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  line-height: 1.45;
  padding-top: 2px;
}

.bonisa-swal-summary-value {
  color: #D2691E;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
  word-break: break-word;
}

.bonisa-swal-summary strong {
  color: #D2691E;
}

.bonisa-swal-confirm.swal2-popup {
  background: #1A2D4D !important;
  border: 1px solid rgba(210, 105, 30, 0.35);
  border-radius: 16px !important;
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.45);
}

.bonisa-swal-confirm .bonisa-swal-confirm-title,
.bonisa-swal-confirm .swal2-title {
  color: #FFF8E8 !important;
  font-size: 22px !important;
  font-weight: 700 !important;
}

.bonisa-swal-confirm .bonisa-swal-confirm-container,
.bonisa-swal-confirm .swal2-html-container {
  color: #E2E8F0 !important;
  font-size: 15px !important;
  line-height: 1.5 !important;
}

.bonisa-swal-confirm .bonisa-swal-confirm-icon {
  border-color: rgba(245, 176, 65, 0.55) !important;
  color: #F5B041 !important;
}

.bonisa-swal-confirm .swal2-actions {
  margin-top: 18px !important;
  gap: 10px !important;
}

.bonisa-swal-confirm .bonisa-swal-confirm-button,
.bonisa-swal-confirm .bonisa-swal-confirm-cancel {
  min-width: 110px;
  padding: 10px 18px !important;
  border-radius: 10px !important;
  font-size: 14px !important;
  font-weight: 700 !important;
}

.bonisa-swal-confirm.swal2-popup .swal2-styled.bonisa-swal-confirm-button {
  background-color: #D2691E !important;
  color: #FFF8E8 !important;
  border: none !important;
}

.bonisa-swal-confirm.swal2-popup .swal2-styled.bonisa-swal-confirm-cancel {
  background-color: #31486F !important;
  color: #FFF8E8 !important;
  border: 1px solid rgba(255, 248, 232, 0.35) !important;
}

.payment-complete-confirm {
  display: flex;
  flex-direction: column;
  gap: 14px;
  text-align: left;
}

.payment-complete-confirm-lead {
  margin: 0;
  color: #E2E8F0;
  font-size: 15px;
  line-height: 1.5;
}

.payment-complete-confirm-warning {
  padding: 12px 14px;
  border: 1px solid rgba(245, 176, 65, 0.35);
  border-radius: 10px;
  background: rgba(245, 176, 65, 0.08);
  color: #FDE68A;
  font-size: 13px;
  line-height: 1.55;
}

.bonisa-swal-confirm .swal2-title {
  color: #FFF8E8 !important;
  font-weight: 700;
}

.swal2-popup .swal2-close {
  position: absolute;
  top: 16px;
  transition: color 0.1s ease-out;
  font-family: serif;
  @apply ltr:right-4 rtl:left-4;
}

.dark .swal2-popup .swal2-close {
  color: #888ea8;
}

.swal2-popup.swal2-toast {
  flex-direction: row;
  align-items: center;
  width: auto !important;
  box-shadow: 0 0 0.625em #d9d9d9;
  padding: 2em;
  overflow-y: hidden;
  display: flex !important;
}

.swal2-popup.swal2-toast.swal2-show {
  -webkit-animation: showSweetToast 0.5s;
  animation: showSweetToast 0.5s;
}

.swal2-popup pre {
  color: #009688;
}

.swal2-icon {
  position: relative;
  box-sizing: content-box;
  justify-content: center;
  width: 5em;
  height: 5em;
  margin: 1.25em auto 1.875em;
  border: 0.25em solid transparent;
  border-radius: 50%;
  border-color: #000;
  font-family: inherit;
  line-height: 5em;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.swal2-icon:not(.swal2-error):not(.swal2-success) {
  width: 2em !important;
  line-height: 119px !important;
  height: 2em !important;
  margin: 0.25em auto 0.875em !important;
}

.swal2-icon.swal2-error {
  border-color: #e7515a !important;
  border: 5px solid #f1f2f3 !important;
  box-shadow: 0px 3px 25px 0px rgb(113 106 202 / 20%);
}

.swal2-icon.swal2-warning {
  color: #fb4 !important;
  border: 5px solid #f1f2f3 !important;
  box-shadow: 0px 3px 25px 0px rgba(113, 106, 202, 0.2);
  font-size: 60px;
  line-height: 80px;
  text-align: center;
}

.swal2-icon.swal2-info {
  color: #4361ee !important;
  border: 5px solid #f1f2f3 !important;
  box-shadow: 0px 3px 25px 0px rgba(113, 106, 202, 0.2);
  font-size: 60px;
  line-height: 80px;
  text-align: center;
}

.swal2-icon.swal2-question {
  color: #805dca !important;
  border-style: solid;
  border-width: 4px !important;
  border-color: transparent !important;
  text-align: center;
  box-shadow: 0px 3px 25px 0px rgba(113, 106, 202, 0.2);
  font-size: 60px;
  line-height: 80px;
  text-align: center;
}

.dark .swal2-icon.swal2-question,
.dark .swal2-icon.swal2-info,
.dark .swal2-icon.swal2-warning,
.dark .swal2-icon.swal2-error {
  border-color: #888ea8 !important;
  box-shadow: none !important;
}

.swal2-icon.swal2-success [class^='swal2-success-line'][class$='tip'] {
  top: 2.875em;
  left: 0.875em;
  width: 1.5625em;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.swal2-icon.swal2-success [class^='swal2-success-line'][class$='long'] {
  top: 2.375em;
  right: 0.5em;
  width: 2.9375em;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.swal2-icon.swal2-success .swal2-success-fix {
  position: absolute;
  top: 0.5em;
  left: 1.625em;
  width: 0.4375em;
  height: 5.625em;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  z-index: 1;
}

.swal2-icon.swal2-success .swal2-success-ring {
  position: absolute;
  top: -0.25em;
  left: -0.25em;
  width: 100%;
  height: 100%;
  border: 0.25em solid rgba(165, 220, 134, 0.3);
  border-radius: 50%;
  z-index: 2;
  box-sizing: content-box;
}

.swal2-icon.swal2-success [class^='swal2-success-circular-line'][class$='right'] {
  top: -0.6875em;
  left: 1.875em;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 0 3.75em;
  transform-origin: 0 3.75em;
  border-radius: 0 7.5em 7.5em 0;
}

.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step {
  background: #25d5e4 !important;
}

.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step {
  background: #ebedf2 !important;
}

.dark .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step {
  background: #3b3f5c !important;
  color: #888ea8 !important;
}

.dark .swal2-progress-steps .swal2-progress-step {
  color: #e0e6ed;
}

.swal2-icon-content {
  font-size: 5.75rem !important;
}

.swal2-show {
  -webkit-animation: swal2-show 0.3s;
  animation: swal2-show 0.3s;
}

.swal2-modal.background-modal .swal2-title {
  color: #fff !important;
}

.dark .swal2-input {
  background-color: #1b2e4b;
  border-color: #253b5c;
  color: #888ea8;
}

.dark .swal2-footer {
  border-color: #888ea8;
}

.swal2-image {
  margin-bottom: 32px !important;
}

.sweet-alerts.swal2-popup .swal2-html-container {
    @apply !px-0 !mt-4;
}

.sweet-alerts.swal2-popup .swal2-title {
    @apply ltr:!pr-6 rtl:!pl-6;
}

/* Onay öncesi kontrol modalı */
.approval-checklist-popup.swal2-popup {
  background: #1A2D4D !important;
  border: 1px solid rgba(210, 105, 30, 0.45);
  border-radius: 16px !important;
  padding: 28px 24px 22px !important;
  max-width: 520px;
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.45);
}

.approval-checklist-popup .approval-checklist-title,
.approval-checklist-popup .swal2-title {
  color: #FFF8E8 !important;
  font-size: 20px !important;
  font-weight: 800 !important;
  margin-bottom: 6px !important;
  letter-spacing: -0.01em;
}

.approval-checklist-popup .approval-checklist-icon {
  border-color: #F5B041 !important;
  color: #F5B041 !important;
}

.approval-checklist-popup .approval-checklist-icon .swal2-icon-content {
  color: #F5B041 !important;
}

.approval-checklist-popup .approval-checklist-container {
  text-align: left !important;
  margin-top: 8px !important;
  padding: 0 !important;
}

.approval-checklist {
  text-align: left;
}

.approval-checklist-lead {
  color: #FFE8B8;
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 16px;
  line-height: 1.45;
}

.approval-checklist-items {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 14px;
}

.approval-checklist-item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 12px 14px;
  background: rgba(255, 248, 232, 0.1);
  border: 1px solid rgba(255, 248, 232, 0.18);
  border-radius: 12px;
}

.approval-checklist-num {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #D2691E;
  color: #FFF8E8;
  font-weight: 800;
  font-size: 13px;
  border-radius: 8px;
  line-height: 1;
}

.approval-checklist-text {
  color: #FFF8E8;
  font-size: 14px;
  line-height: 1.55;
  font-weight: 500;
}

.approval-checklist-warning {
  padding: 12px 14px;
  border-radius: 12px;
  background: rgba(239, 68, 68, 0.2);
  border: 1px solid rgba(252, 165, 165, 0.5);
  color: #FFD4D4;
  font-size: 13px;
  line-height: 1.55;
}

.approval-checklist-warning strong {
  color: #FFFFFF;
  font-weight: 800;
}

.approval-checklist-popup .swal2-actions {
  gap: 10px;
  margin-top: 20px !important;
  width: 100%;
}

.approval-checklist-popup .approval-checklist-confirm,
.approval-checklist-popup .approval-checklist-cancel {
  flex: 1;
  margin: 0 !important;
  padding: 12px 16px !important;
  border-radius: 10px !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  box-shadow: none !important;
}

.approval-checklist-popup.swal2-popup .swal2-styled.approval-checklist-confirm {
  background-color: #D2691E !important;
  color: #FFF8E8 !important;
  border: none !important;
}

.approval-checklist-popup.swal2-popup .swal2-styled.approval-checklist-confirm:hover {
  background-color: #E07A2E !important;
}

.approval-checklist-popup.swal2-popup .swal2-styled.swal2-cancel.approval-checklist-cancel {
  background-color: #31486F !important;
  color: #FFF8E8 !important;
  border: 1px solid rgba(255, 248, 232, 0.35) !important;
}

.approval-checklist-popup.swal2-popup .swal2-styled.swal2-cancel.approval-checklist-cancel:hover {
  background-color: #3D5685 !important;
  border-color: rgba(255, 248, 232, 0.5) !important;
  color: #FFFFFF !important;
}

/* Kazanç kesinleştir onayı */
.winnings-apply-popup.swal2-popup {
  background: #1A2D4D !important;
  border: 1px solid rgba(74, 222, 128, 0.45);
  border-radius: 16px !important;
  padding: 24px 22px 18px !important;
  max-width: 620px;
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.45);
}

.winnings-apply-popup .winnings-apply-title,
.winnings-apply-popup .swal2-title {
  color: #FFF8E8 !important;
  font-size: 22px !important;
  font-weight: 700 !important;
}

.winnings-apply-popup .winnings-apply-icon {
  border-color: rgba(74, 222, 128, 0.55) !important;
  color: #4ADE80 !important;
}

.winnings-apply-popup .winnings-apply-container,
.winnings-apply-popup .swal2-html-container {
  margin-top: 8px !important;
  text-align: left !important;
  width: 100% !important;
}

.winnings-apply-confirm {
  display: flex;
  flex-direction: column;
  gap: 14px;
  text-align: left;
}

.winnings-apply-lead {
  margin: 0;
  color: #E2E8F0;
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
}

.winnings-apply-table-title {
  margin-top: 2px;
  color: #F5B041;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-align: left;
}

.winnings-apply-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid rgba(255, 248, 232, 0.14);
  border-radius: 10px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.03);
  text-align: left;
}

.winnings-apply-table th,
.winnings-apply-table td {
  padding: 11px 14px;
  border-bottom: 1px solid rgba(255, 248, 232, 0.1);
  vertical-align: top;
  text-align: left;
}

.winnings-apply-table tr:last-child th,
.winnings-apply-table tr:last-child td {
  border-bottom: none;
}

.winnings-apply-table tbody th[scope="row"] {
  width: 38%;
  color: #94A3B8;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  background: rgba(255, 255, 255, 0.03);
}

.winnings-apply-table td {
  color: #FFF8E8;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.45;
}

.winnings-apply-table-outcomes thead th {
  color: #F5B041;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  background: rgba(245, 176, 65, 0.1);
}

.winnings-apply-table-outcomes tbody th[scope="row"] {
  width: 42%;
  color: #CBD5E1;
  font-size: 13px;
  font-weight: 600;
  text-transform: none;
  letter-spacing: normal;
}

.winnings-apply-win {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(34, 197, 94, 0.18);
  border: 1px solid rgba(74, 222, 128, 0.45);
  color: #86EFAC;
  font-size: 13px;
  font-weight: 800;
}

.winnings-apply-warning {
  padding: 12px 14px;
  border: 1px solid rgba(245, 176, 65, 0.35);
  border-radius: 10px;
  background: rgba(245, 176, 65, 0.08);
  color: #FDE68A;
  font-size: 13px;
  line-height: 1.5;
  text-align: left;
}

.winnings-apply-popup .swal2-actions {
  margin-top: 18px !important;
  gap: 10px !important;
}

.winnings-apply-popup .winnings-apply-confirm,
.winnings-apply-popup .winnings-apply-cancel {
  min-width: 120px;
  padding: 10px 18px !important;
  border-radius: 10px !important;
  font-size: 14px !important;
  font-weight: 700 !important;
}

.winnings-apply-popup.swal2-popup .swal2-styled.winnings-apply-confirm {
  background-color: #16A34A !important;
  color: #052E16 !important;
  border: none !important;
}

.winnings-apply-popup.swal2-popup .swal2-styled.winnings-apply-confirm:hover {
  background-color: #22C55E !important;
}

.winnings-apply-popup.swal2-popup .swal2-styled.swal2-cancel.winnings-apply-cancel {
  background-color: #31486F !important;
  color: #FFF8E8 !important;
  border: 1px solid rgba(255, 248, 232, 0.35) !important;
}

/* Başarı bildirimi */
.bonisa-swal-success.swal2-popup {
  background: #1A2D4D !important;
  border: 1px solid rgba(74, 222, 128, 0.45);
  border-radius: 16px !important;
  padding: 28px 24px 22px !important;
  max-width: 420px;
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.45);
}

.bonisa-swal-success .bonisa-swal-success-title,
.bonisa-swal-success .swal2-title {
  color: #FFF8E8 !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  line-height: 1.4 !important;
  margin: 0 !important;
}

.bonisa-swal-success .bonisa-swal-success-icon.swal2-success {
  border-color: #4ADE80 !important;
  color: #4ADE80 !important;
  margin: 0 auto 16px !important;
}

.bonisa-swal-success .bonisa-swal-success-icon.swal2-success .swal2-success-ring {
  border-color: rgba(74, 222, 128, 0.35) !important;
}

.bonisa-swal-success .bonisa-swal-success-icon.swal2-success [class^='swal2-success-line'] {
  background-color: #4ADE80 !important;
}

.bonisa-swal-success .bonisa-swal-success-icon.swal2-success .swal2-success-fix {
  background-color: #1A2D4D !important;
}

.bonisa-swal-success .swal2-actions {
  margin-top: 20px !important;
}

.bonisa-swal-success .bonisa-swal-success-confirm,
.bonisa-swal-success .swal2-styled.swal2-confirm {
  min-width: 120px;
  padding: 12px 24px !important;
  border-radius: 10px !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  background-color: #D2691E !important;
  color: #FFF8E8 !important;
  box-shadow: 0 8px 20px rgba(210, 105, 30, 0.35) !important;
}

.bonisa-swal-success .bonisa-swal-success-confirm:hover,
.bonisa-swal-success .swal2-styled.swal2-confirm:hover {
  background-color: #E07A2E !important;
}
