/* navbar-lock.css — last word. Logo never overlaps nav. Mobile drawer intact. */

html body .cs-sticky-header-1 {
  position: sticky !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 1040 !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  border-radius: 0 !important;
  background: #ffffff !important;
  border-bottom: 1px solid rgba(21, 32, 51, 0.08) !important;
  box-shadow: none !important;
  min-height: 64px !important;
  max-height: none !important;
  overflow: visible !important;
}

html body .cs-sticky-header-1 .container-2,
html body .cs-sticky-header-1 .container {
  width: 100% !important;
  max-width: 1280px !important;
  margin: 0 auto !important;
  padding: 0 20px !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  box-sizing: border-box !important;
}

html body .cs-sticky-header-1 .cs-header-row-1 {
  display: grid !important;
  grid-template-columns: 152px minmax(0, 1fr) auto !important;
  align-items: center !important;
  column-gap: 28px !important;
  width: 100% !important;
  min-height: 64px !important;
  margin: 0 !important;
  float: none !important;
}

html body .cs-sticky-header-1 .cshr1-col-1,
html body .cs-sticky-header-1 .cshr1-col-2,
html body .cs-sticky-header-1 .cshr1-col-3 {
  float: none !important;
  position: relative !important;
  left: auto !important;
  right: auto !important;
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

html body .cs-sticky-header-1 .cshr1-col-1 {
  grid-column: 1 !important;
  width: 152px !important;
  min-width: 152px !important;
  max-width: 152px !important;
  overflow: hidden !important;
  flex: none !important;
}

html body .cs-sticky-header-1 .cs-main-logo-1 {
  display: flex !important;
  align-items: center !important;
  width: 152px !important;
  max-width: 152px !important;
  overflow: hidden !important;
  line-height: 0 !important;
}

html body .cs-sticky-header-1 .cs-main-logo-1 img,
html body .cs-sticky-header-1.header-transparent .cs-main-logo-1 img {
  display: block !important;
  width: 148px !important;
  max-width: 148px !important;
  height: 38px !important;
  max-height: 38px !important;
  object-fit: contain !important;
  object-position: left center !important;
  filter: none !important;
  opacity: 1 !important;
}

html body .cs-sticky-header-1 .cshr1-col-2 {
  grid-column: 2 !important;
  min-width: 0 !important;
  display: flex !important;
  justify-content: flex-end !important;
  overflow: visible !important;
}

html body .cs-sticky-header-1 .cs-main-nav-1 {
  display: flex !important;
  justify-content: flex-end !important;
  min-width: 0 !important;
}

html body .cs-sticky-header-1 .cs-main-menu-1 {
  display: flex !important;
  align-items: center !important;
  flex-wrap: nowrap !important;
  gap: 2px !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

html body .cs-sticky-header-1 .main-li-1 {
  position: relative !important;
  margin: 0 !important;
  flex: 0 0 auto !important;
}

html body .cs-sticky-header-1 .main-a-1,
html body .cs-sticky-header-1 .cs-main-menu-1 > .main-li-1 > a.main-a-1,
html body .cs-sticky-header-1.header-transparent .main-a-1 {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 34px !important;
  padding: 6px 10px !important;
  border-radius: 999px !important;
  color: #2a3348 !important;
  -webkit-text-fill-color: #2a3348 !important;
  font-family: Sora, Inter, system-ui, sans-serif !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  background: transparent !important;
  line-height: 1.2 !important;
}

html body .cs-sticky-header-1 .main-a-1::after {
  content: none !important;
  display: none !important;
}

/* main.min.css: .main-a-1.active:before blue disc — hide on premium nav */
html body .cs-sticky-header-1 .main-a-1::before,
html body .cs-sticky-header-1 .main-a-1.active::before,
html body .cs-sticky-header-1 .main-a-1.main-a-1--franchise::before,
html body .cs-sticky-header-1 .main-a-1.main-a-1--franchise.active::before {
  content: none !important;
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  background: none !important;
}

html body .cs-sticky-header-1 .main-a-1:hover,
html body .cs-sticky-header-1 .main-a-1.active,
html body .cs-sticky-header-1 .main-a-1:focus-visible {
  color: #0b827b !important;
  -webkit-text-fill-color: #0b827b !important;
  background: rgba(15, 158, 150, 0.08) !important;
}

html body .cs-sticky-header-1 .main-a-1.main-a-1--franchise,
html body .cs-sticky-header-1 .cs-main-menu-1 > .main-li-1 > a.main-a-1.main-a-1--franchise {
  gap: 6px !important;
  min-height: 32px !important;
  padding: 0 12px 0 6px !important;
  background: #0f9e96 !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  box-shadow: none !important;
}

html body .cs-sticky-header-1 .main-a-1.main-a-1--franchise:hover,
html body .cs-sticky-header-1 .main-a-1.main-a-1--franchise.active {
  background: #0b827b !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  transform: none !important;
}

html body .cs-sticky-header-1 .main-a-1--franchise__icon {
  width: 22px !important;
  height: 22px !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.16) !important;
  color: #ffffff !important;
  font-size: 10px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}

html body .cs-sticky-header-1 .cshr1-col-3 {
  grid-column: 3 !important;
  flex: none !important;
  justify-self: end !important;
}

html body .cs-sticky-header-1 .cs-header-row-2 {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  flex-wrap: nowrap !important;
  gap: 8px !important;
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
}

html body .cs-sticky-header-1 .cshr2-col-1,
html body .cs-sticky-header-1 .cshr2-col-2,
html body .cs-sticky-header-1 .cshr2-col-3 {
  display: flex !important;
  align-items: center !important;
  flex: 0 0 auto !important;
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
}

html body .cs-sticky-header-1 .cs-header-btn-1,
html body .cs-sticky-header-1 .cs-header-btn-2 {
  width: 38px !important;
  height: 38px !important;
  min-width: 38px !important;
  border-radius: 999px !important;
  background: #f7f9fc !important;
  border: 1px solid rgba(21, 32, 51, 0.1) !important;
  color: #152033 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}

html body .cs-sticky-header-1 .cs-header-btn-3,
html body .cs-sticky-header-1 a.cs-header-btn-3 {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 38px !important;
  min-height: 38px !important;
  padding: 0 16px !important;
  border-radius: 999px !important;
  background: #0f9e96 !important;
  border: 0 !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  white-space: nowrap !important;
  box-shadow: none !important;
}

html body .cs-sticky-header-1 #headerLanguageOption,
html body .cs-sticky-header-1 select.cs-language-select {
  width: 64px !important;
  min-width: 64px !important;
  height: 38px !important;
  padding: 0 24px 0 10px !important;
  border-radius: 999px !important;
  background-color: #ffffff !important;
  border: 1px solid rgba(21, 32, 51, 0.12) !important;
  color: #152033 !important;
  font-size: 12.5px !important;
  font-weight: 650 !important;
}

html body .cs-sticky-header-1 .main-dd-d-1,
html body .cs-sticky-header-1 .csgdd1-d-1 {
  top: 100% !important;
  margin-top: 0 !important;
  padding-top: 8px !important;
  min-width: 200px !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

html body .cs-sticky-header-1 .main-dd-d-1 > .mdd-m-1,
html body .cs-sticky-header-1 .csgdd1-d-1 > .csgdd1-m-1 {
  margin: 0 !important;
  padding: 8px !important;
  list-style: none !important;
  background: #ffffff !important;
  border: 1px solid rgba(21, 32, 51, 0.08) !important;
  border-radius: 14px !important;
  box-shadow: 0 16px 36px rgba(21, 32, 51, 0.12) !important;
}

html body .cs-sticky-header-1 .main-li-1:hover > .main-dd-d-1,
html body .cs-sticky-header-1 .main-li-1:focus-within > .main-dd-d-1,
html body .cs-sticky-header-1 .cs-globe-dd-1:hover > .csgdd1-d-1,
html body .cs-sticky-header-1 .cs-globe-dd-1:focus-within > .csgdd1-d-1 {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}

@media (min-width: 1024px) {
  html body .cs-sticky-header-1 .cs-humberge-m-1 {
    display: none !important;
  }

  html body .cs-sticky-header-1 .cshr2-col-3:not(:has(.cs-header-btn-3)):not(:has(.cs-header-btn-4)) {
    width: auto !important;
  }
}

@media (min-width: 1024px) and (max-width: 1199.98px) {
  html body .cs-sticky-header-1 .cs-header-row-1 {
    grid-template-columns: 140px minmax(0, 1fr) auto !important;
    column-gap: 16px !important;
  }

  html body .cs-sticky-header-1 .cshr1-col-1,
  html body .cs-sticky-header-1 .cs-main-logo-1 {
    width: 140px !important;
    min-width: 140px !important;
    max-width: 140px !important;
  }

  html body .cs-sticky-header-1 .cs-main-logo-1 img {
    width: 136px !important;
    max-width: 136px !important;
    height: 34px !important;
  }

  html body .cs-sticky-header-1 .main-a-1,
  html body .cs-sticky-header-1 .cs-main-menu-1 > .main-li-1 > a.main-a-1 {
    padding: 6px 8px !important;
    font-size: 11.5px !important;
  }
}

@media (max-width: 1023.98px) {
  html body .cs-sticky-header-1 .cshr1-col-2,
  html body .cs-sticky-header-1 .cs-main-nav-1,
  html body .cs-sticky-header-1 .cs-main-menu-1 {
    display: none !important;
    visibility: hidden !important;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
    position: absolute !important;
    left: -9999px !important;
    pointer-events: none !important;
  }

  html body .cs-sticky-header-1 .cs-header-row-1 {
    display: flex !important;
    grid-template-columns: none !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 8px !important;
    min-height: 56px !important;
  }

  html body .cs-sticky-header-1 .cshr1-col-1 {
    width: auto !important;
    min-width: 0 !important;
    max-width: min(148px, 46vw) !important;
    flex: 1 1 auto !important;
    overflow: hidden !important;
  }

  html body .cs-sticky-header-1 .cs-main-logo-1,
  html body .cs-sticky-header-1 .cs-main-logo-1 img {
    width: auto !important;
    min-width: 0 !important;
    max-width: min(140px, 42vw) !important;
    height: 32px !important;
  }

  html body .cs-sticky-header-1 .cshr1-col-3 {
    flex: 0 0 auto !important;
    margin-left: auto !important;
  }

  html body .cs-sticky-header-1 .cshr2-col-1:has(#headerLanguageOption),
  html body .cs-sticky-header-1 .cshr2-col-1:has(.cs-signal-cont-1),
  html body .cs-sticky-header-1 .cs-language-select,
  html body .cs-sticky-header-1 #headerLanguageOption {
    display: none !important;
  }

  html body .cs-sticky-header-1 .cs-humberge-m-1 {
    display: inline-flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 5px !important;
    width: 40px !important;
    height: 40px !important;
    min-width: 40px !important;
    border-radius: 999px !important;
    background: #f7f9fc !important;
    border: 1px solid rgba(21, 32, 51, 0.1) !important;
    flex-shrink: 0 !important;
  }

  html body .cs-sticky-header-1 .cs-header-btn-3 {
    padding: 0 12px !important;
    font-size: 12.5px !important;
    height: 38px !important;
  }

  html body .cs-sticky-header-1 .cs-header-btn-4,
  html body .cs-sticky-header-1 a.cs-header-btn-4 {
    width: 38px !important;
    height: 38px !important;
    min-width: 38px !important;
    max-width: 38px !important;
    padding: 0 !important;
    overflow: hidden !important;
  }

  html body .cs-sticky-header-1 .cs-header-btn-4 .name-d-1 {
    display: none !important;
  }
}

/* ── Toast lock: never a tall/wide side panel ──
   main.min applies .cs-sweetalert2-1 { width:100%; max-width:660px } to the
   Swal container. With top/bottom:0 that becomes a full-height 660px slab. */
html body .swal2-container.sg-toast-wrap,
html body .swal2-container:has(.swal2-toast) {
  background: transparent !important;
  -webkit-backdrop-filter: none !important;
  backdrop-filter: none !important;
  max-width: none !important;
  width: auto !important;
  height: auto !important;
  inset: 0 !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  padding: 14px !important;
  pointer-events: none !important;
  align-items: flex-start !important;
  justify-content: center !important;
}

html body .swal2-container.sg-toast-wrap > .swal2-toast,
html body .swal2-container:has(.swal2-toast) > .swal2-toast {
  pointer-events: auto !important;
  width: auto !important;
  max-width: min(360px, calc(100vw - 28px)) !important;
  min-height: 0 !important;
  min-width: 0 !important;
  padding: 10px 14px !important;
  margin: 8px auto 0 !important;
  box-shadow: 0 10px 24px rgba(26, 31, 54, 0.16) !important;
}

html body .swal2-toast.cs-sweetalert2-1.swal2-popup,
html body .sg-toast-popup.swal2-toast.swal2-popup {
  background: #fff !important;
  color: #1a1f36 !important;
  border: 1px solid rgba(148, 163, 184, 0.25) !important;
  border-radius: 12px !important;
}

html body .swal2-toast.cs-sweetalert2-1 .swal2-title,
html body .sg-toast-popup .swal2-title {
  font-size: 13.5px !important;
  line-height: 1.35 !important;
  font-weight: 600 !important;
  margin: 0 6px !important;
  color: #1a1f36 !important;
  -webkit-text-fill-color: #1a1f36 !important;
  max-width: 32ch !important;
}

html body .swal2-toast.cs-sweetalert2-1.color-1.swal2-popup {
  background: #ecfdf5 !important;
  border-color: rgba(52, 211, 153, 0.35) !important;
}
html body .swal2-toast.cs-sweetalert2-1.color-2.swal2-popup {
  background: #fef2f2 !important;
  border-color: rgba(248, 113, 113, 0.4) !important;
}
html body .swal2-toast.cs-sweetalert2-1.color-3.swal2-popup {
  background: #fffbeb !important;
  border-color: rgba(251, 191, 36, 0.35) !important;
}

html body .swal2-toast.cs-sweetalert2-1.swal2-popup::before,
html body .sg-toast-popup.swal2-toast.swal2-popup::before {
  width: 4px !important;
  background: #0f9e96 !important;
}
html body .swal2-toast.cs-sweetalert2-1.color-1.swal2-popup::before {
  background: #10b981 !important;
}
html body .swal2-toast.cs-sweetalert2-1.color-2.swal2-popup::before {
  background: #ef4444 !important;
}
html body .swal2-toast.cs-sweetalert2-1.color-3.swal2-popup::before {
  background: #f59e0b !important;
}

/* ── Language dropdown with flags ── */
html body .cs-lang-dd {
  position: relative !important;
  display: inline-flex !important;
  vertical-align: middle !important;
}

html body .cs-lang-dd__btn {
  display: inline-flex !important;
  align-items: center !important;
  gap: 7px !important;
  min-width: 76px !important;
  height: 38px !important;
  padding: 0 12px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(21, 32, 51, 0.12) !important;
  background: #ffffff !important;
  color: #152033 !important;
  font-size: 12.5px !important;
  font-weight: 700 !important;
  letter-spacing: 0.04em !important;
  cursor: pointer !important;
  box-shadow: none !important;
}

html body .cs-lang-dd__btn:hover,
html body .cs-lang-dd.is-open .cs-lang-dd__btn {
  border-color: rgba(15, 158, 150, 0.55) !important;
  color: #0b827b !important;
}

html body .cs-lang-dd__code {
  line-height: 1 !important;
}

html body .cs-lang-dd__flag {
  display: inline-block !important;
  width: 18px !important;
  height: 12px !important;
  border-radius: 2px !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  box-shadow: 0 0 0 1px rgba(21, 32, 51, 0.12) !important;
  flex: 0 0 18px !important;
}

html body .cs-lang-dd__flag--tr {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 20'%3E%3Crect width='30' height='20' fill='%23E30A17'/%3E%3Ccircle cx='11.5' cy='10' r='5' fill='%23fff'/%3E%3Ccircle cx='13.2' cy='10' r='4' fill='%23E30A17'/%3E%3Cpolygon fill='%23fff' points='16.2,10 18.7,11.1 17.8,8.5 19.6,6.9 16.9,7 16.2,4.5 15.5,7 12.8,6.9 14.6,8.5 13.7,11.1'/%3E%3C/svg%3E") !important;
}

html body .cs-lang-dd__flag--en {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 30'%3E%3Crect width='60' height='30' fill='%23012169'/%3E%3Cpath d='M0,0 L60,30 M60,0 L0,30' stroke='%23fff' stroke-width='6'/%3E%3Cpath d='M0,0 L60,30 M60,0 L0,30' stroke='%23C8102E' stroke-width='4'/%3E%3Cpath d='M30,0 V30 M0,15 H60' stroke='%23fff' stroke-width='10'/%3E%3Cpath d='M30,0 V30 M0,15 H60' stroke='%23C8102E' stroke-width='6'/%3E%3C/svg%3E") !important;
}

html body .cs-lang-dd__menu {
  position: absolute !important;
  top: calc(100% + 6px) !important;
  right: 0 !important;
  left: auto !important;
  z-index: 1200 !important;
  min-width: 112px !important;
  margin: 0 !important;
  padding: 6px !important;
  list-style: none !important;
  background: #ffffff !important;
  border: 1px solid rgba(21, 32, 51, 0.1) !important;
  border-radius: 12px !important;
  box-shadow: 0 14px 28px rgba(21, 32, 51, 0.14) !important;
}

html body .cs-lang-dd__menu[hidden] {
  display: none !important;
}

html body .cs-lang-dd__option {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  padding: 8px 10px !important;
  border-radius: 8px !important;
  color: #152033 !important;
  -webkit-text-fill-color: #152033 !important;
  text-decoration: none !important;
  font-size: 13px !important;
  font-weight: 650 !important;
}

html body .cs-lang-dd__option:hover,
html body .cs-lang-dd__option.is-active {
  background: rgba(15, 158, 150, 0.1) !important;
  color: #0b827b !important;
  -webkit-text-fill-color: #0b827b !important;
}

html body .cs-mobile-menu-1 .mobile-lang-switch .level-link-1 {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
}

html body .cs-footer-1 .cs-footer-menu-2 a {
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
}

/* Centered error alert — true viewport center (X + Y) */
html body .swal2-container.sg-alert-wrap,
html body div.swal2-container.sg-alert-wrap.swal2-center,
html body div.swal2-container.sg-alert-wrap.swal2-backdrop-show {
  position: fixed !important;
  inset: 0 !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  width: 100% !important;
  max-width: none !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 16px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: rgba(15, 23, 42, 0.45) !important;
  -webkit-backdrop-filter: blur(4px) !important;
  backdrop-filter: blur(4px) !important;
  pointer-events: auto !important;
  overflow-y: auto !important;
}

html body .swal2-container.sg-alert-wrap > .swal2-popup.sg-alert-popup,
html body .swal2-popup.sg-alert-popup,
html body .sg-alert-popup.swal2-popup,
html body .sg-alert-popup.cs-sweetalert2-1.swal2-popup,
html body .sg-alert-popup.cs-sweetalert2-1.color-1.swal2-popup,
html body .sg-alert-popup.cs-sweetalert2-1.color-2.swal2-popup {
  position: relative !important;
  inset: auto !important;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
  margin: 0 auto !important;
  transform: none !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 16px !important;
  width: max-content !important;
  min-width: min(260px, calc(100vw - 48px)) !important;
  max-width: min(360px, calc(100vw - 48px)) !important;
  min-height: 0 !important;
  height: auto !important;
  padding: 20px 28px 18px !important;
  border-radius: 14px !important;
  background: #ffffff !important;
  color: #1a1f36 !important;
  border: 1px solid rgba(148, 163, 184, 0.28) !important;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.22) !important;
  grid-column: auto !important;
  grid-template-columns: none !important;
  box-sizing: border-box !important;
}

html body .sg-alert-popup.color-1.swal2-popup,
html body .sg-alert-popup.cs-sweetalert2-1.color-1.swal2-popup {
  background: #ecfdf5 !important;
  border-color: rgba(52, 211, 153, 0.4) !important;
}

html body .sg-alert-popup.color-2.swal2-popup,
html body .sg-alert-popup.cs-sweetalert2-1.color-2.swal2-popup {
  background: #fef2f2 !important;
  border-color: rgba(248, 113, 113, 0.45) !important;
}

html body .sg-alert-popup .swal2-title {
  display: block !important;
  font-size: 14.5px !important;
  font-weight: 700 !important;
  line-height: 1.4 !important;
  color: #1a1f36 !important;
  -webkit-text-fill-color: #1a1f36 !important;
  margin: 0 !important;
  max-width: 32ch !important;
  padding: 0 !important;
  text-align: center !important;
}

html body .sg-alert-popup .swal2-html-container {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

html body .sg-alert-popup .swal2-actions {
  margin: 0 !important;
  padding: 0 !important;
  width: auto !important;
}

html body .sg-alert-popup .swal2-confirm,
html body .sg-alert-popup .sg-alert-confirm {
  background: #0f9e96 !important;
  border: 0 !important;
  border-radius: 999px !important;
  padding: 8px 20px !important;
  min-width: 96px !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  box-shadow: 0 6px 14px rgba(15, 158, 150, 0.28) !important;
}

html body .sg-alert-popup.color-2.swal2-popup::before,
html body .sg-alert-popup.cs-sweetalert2-1.color-2.swal2-popup::before,
html body .sg-alert-popup.swal2-popup::before {
  display: none !important;
  content: none !important;
  width: 0 !important;
  height: 0 !important;
}
