@import url("https://fonts.googleapis.com/css2?family=Comfortaa:wght@300..700&display=swap");
:root {
  --toonie-primary-color:#133d59;
  --toonie-secondary-color:#f4b31d;
  --toonie-secondary-color-variant:#e8a520;
  --toonie-grey-color:#797979;
  --toonie-light-grey-color:#91a1ad;
  --main-white-color:#fff;
  --secondary-white-color:#f5f5f5;
  --error-color:#b22929;
  --font-family:"Comfortaa";
}

.loader-container.svelte-1q62srk.svelte-1q62srk.svelte-1q62srk {
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loader.svelte-1q62srk.svelte-1q62srk.svelte-1q62srk {
  width: 50px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(farthest-side, var(--toonie-secondary-color) 94%, rgba(0, 0, 0, 0)) top/8px 8px no-repeat, conic-gradient(rgba(0, 0, 0, 0) 30%, var(--toonie-secondary-color));
  -webkit-mask: radial-gradient(farthest-side, rgba(0, 0, 0, 0) calc(100% - 8px), #000 0);
  animation: svelte-1q62srk-spin 1s infinite linear;
}

.loader--small.svelte-1q62srk.svelte-1q62srk.svelte-1q62srk {
  width: 40px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(farthest-side, white 94%, rgba(0, 0, 0, 0)) top/8px 8px no-repeat, conic-gradient(rgba(0, 0, 0, 0) 30%, white);
  -webkit-mask: radial-gradient(farthest-side, rgba(0, 0, 0, 0) calc(100% - 8px), #000 0);
  animation: svelte-1q62srk-spin 1s infinite linear;
}

@keyframes svelte-1q62srk-spin {
  100% {
    transform: rotate(1turn);
  }
}
.primary-btn.svelte-1q62srk.svelte-1q62srk.svelte-1q62srk {
  width: 22rem;
  height: 3rem;
  background-color: var(--toonie-primary-color);
  color: var(--toonie-secondary-color);
  cursor: pointer;
  padding: 0.5rem 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  border: 1px solid var(--toonie-primary-color);
  font-family: var(--font-family), sans-serif;
  font-size: 1rem;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  margin-top: 1rem;
}

.primary-btn.svelte-1q62srk.svelte-1q62srk.svelte-1q62srk:hover {
  background-color: var(--toonie-secondary-color);
  color: var(--toonie-primary-color);
  border: 1px solid var(--toonie-secondary-color);
}

.primary-btn__text.svelte-1q62srk.svelte-1q62srk.svelte-1q62srk {
  padding-top: 5px;
  padding-right: 5px;
}

.main.svelte-1q62srk.svelte-1q62srk.svelte-1q62srk {
  margin: 0;
  padding: 0;
  font-family: var(--font-family), sans-serif;
  display: flex;
  height: 100%;
  width: 100%;
}

@media only screen and (max-width: 780px) {
  .main.svelte-1q62srk.svelte-1q62srk.svelte-1q62srk {
    overflow: auto;
  }
}
.left-side.svelte-1q62srk.svelte-1q62srk.svelte-1q62srk, .right-side.svelte-1q62srk.svelte-1q62srk.svelte-1q62srk {
  box-sizing: border-box;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.subtitle.svelte-1q62srk.svelte-1q62srk.svelte-1q62srk {
  color: var(--toonie-primary-color);
  font-weight: bold;
  margin-top: 0;
}

.left-side.svelte-1q62srk.svelte-1q62srk.svelte-1q62srk {
  width: 50%;
  background-color: var(--secondary-white-color);
  color: var(--main-white-color);
}

@media only screen and (max-width: 780px) {
  .left-side.svelte-1q62srk.svelte-1q62srk.svelte-1q62srk {
    display: none;
  }
}
.right-side.svelte-1q62srk.svelte-1q62srk.svelte-1q62srk {
  width: 50%;
  background-color: var(--main-white-color);
}

@media only screen and (max-width: 780px) {
  .right-side.svelte-1q62srk.svelte-1q62srk.svelte-1q62srk {
    width: 100%;
  }
}
.right-side-content.svelte-1q62srk.svelte-1q62srk.svelte-1q62srk {
  z-index: 998;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 4rem;
}

@media only screen and (max-width: 780px) {
  .right-side-content.svelte-1q62srk.svelte-1q62srk.svelte-1q62srk {
    margin-bottom: 0;
    gap: 3rem;
  }
}
.column-center.svelte-1q62srk.svelte-1q62srk.svelte-1q62srk {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 780px) {
  .column-center.svelte-1q62srk.svelte-1q62srk.svelte-1q62srk {
    flex: 2;
  }
}
.card.svelte-1q62srk.svelte-1q62srk.svelte-1q62srk {
  width: 20rem;
  min-height: 16rem;
  background-color: var(--main-white-color);
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  color: var(--toonie-primary-color);
  position: relative;
  margin-bottom: 1rem;
}

.card.svelte-1q62srk p.svelte-1q62srk.svelte-1q62srk {
  margin: 0;
}

.card.svelte-1q62srk .title.svelte-1q62srk.svelte-1q62srk {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 0.6rem;
}

.card.svelte-1q62srk .icon.svelte-1q62srk.svelte-1q62srk {
  position: absolute;
  top: -32px;
  left: 50%;
  transform: translateX(-50%);
  width: 3.6rem;
  height: 3.6rem;
  background-color: var(--toonie-secondary-color);
  color: var(--main-white-color);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
  font-weight: bold;
}

.card.svelte-1q62srk .row.svelte-1q62srk.svelte-1q62srk {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
  padding: 0.8rem 1rem;
}

.card.svelte-1q62srk .row .label.svelte-1q62srk.svelte-1q62srk {
  font-size: 1rem;
  text-align: start;
}

.card.svelte-1q62srk .row .value.svelte-1q62srk.svelte-1q62srk {
  font-size: 1.125rem;
  font-weight: 600;
  text-align: end;
}

.card-mobile.svelte-1q62srk.svelte-1q62srk.svelte-1q62srk {
  display: none;
}

@media only screen and (max-width: 780px) {
  .card-mobile.svelte-1q62srk.svelte-1q62srk.svelte-1q62srk {
    display: block;
    flex: 2;
    width: 18rem;
    min-height: 10rem;
    max-height: 12rem;
    padding: 1rem;
  }
  .card-mobile.svelte-1q62srk .icon.svelte-1q62srk.svelte-1q62srk {
    width: 3rem;
    height: 3rem;
    font-size: 1rem;
  }
  .card-mobile.svelte-1q62srk .title.svelte-1q62srk.svelte-1q62srk {
    font-size: 1.5rem;
  }
  .card-mobile.svelte-1q62srk .subtitle.svelte-1q62srk.svelte-1q62srk {
    font-size: 1rem;
  }
  .card-mobile.svelte-1q62srk .row.svelte-1q62srk.svelte-1q62srk {
    padding: 0.4rem 1rem;
  }
  .card-mobile.svelte-1q62srk .row.svelte-1q62srk .value.svelte-1q62srk {
    font-size: 1rem;
  }
}
.footer.svelte-1q62srk.svelte-1q62srk.svelte-1q62srk {
  margin-top: auto;
  color: var(--toonie-light-grey-color);
  font-size: 0.8rem;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  align-items: center;
  justify-content: center;
}

.footer.svelte-1q62srk .footer-row.svelte-1q62srk.svelte-1q62srk {
  display: flex;
  align-items: center;
}

.pwt-svg-title.svelte-1q62srk.svelte-1q62srk.svelte-1q62srk {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 3rem;
  color: var(--toonie-secondary-color);
}

@media only screen and (max-width: 780px) {
  .pwt-svg-title.svelte-1q62srk.svelte-1q62srk.svelte-1q62srk {
    margin-top: 0;
    flex: 1;
    min-height: 3rem;
  }
}
.footer-svg.svelte-1q62srk.svelte-1q62srk.svelte-1q62srk {
  color: var(--toonie-secondary-color);
}

.container.svelte-14r8c4j {
  font-family: var(--font-family), sans-serif;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}

.card.svelte-14r8c4j {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 20rem;
  min-height: 16rem;
  background-color: var(--main-white-color);
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  color: var(--toonie-primary-color);
}

.title.svelte-14r8c4j {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 0.6rem;
}

.flex-center.svelte-14r8c4j {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.description.svelte-14r8c4j {
  font-size: 18px;
  margin-bottom: 20px;
  text-align: center;
}

@keyframes svelte-wnaixc-fade-up {
  from {
    opacity: 0;
    transform: translateY(30%);
  }
}
@keyframes svelte-wnaixc-spin {
  100% {
    transform: rotate(1turn);
  }
}
.loader.svelte-wnaixc.svelte-wnaixc {
  width: 24px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(farthest-side, white 94%, rgba(0, 0, 0, 0)) top/8px 8px no-repeat, conic-gradient(rgba(0, 0, 0, 0) 30%, white);
  -webkit-mask: radial-gradient(farthest-side, rgba(0, 0, 0, 0) calc(100% - 8px), #000 0);
  animation: svelte-wnaixc-spin 1s infinite linear;
}

.card-modal.svelte-wnaixc.svelte-wnaixc {
  position: fixed;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  background-color: rgba(0, 0, 0, 0.5);
  display: grid;
  place-items: center;
  overflow: auto;
  z-index: 9999;
}

.card-modal__body.svelte-wnaixc.svelte-wnaixc {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  animation: svelte-wnaixc-fade-up 0.5s forwards;
}

.card-modal--visible.svelte-wnaixc.svelte-wnaixc {
  opacity: 1;
  visibility: visible;
}

.card-modal__close-icon.svelte-wnaixc.svelte-wnaixc {
  position: absolute;
  right: 1.5rem;
  top: 1.5rem;
  color: var(--toonie-secondary-color);
  cursor: pointer;
  border: none;
  background: none;
  font-size: 1.125rem;
  z-index: 999;
}

.card-modal__title.svelte-wnaixc.svelte-wnaixc {
  color: var(--toonie-primary-color);
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
}

.card-modal__title--error.svelte-wnaixc.svelte-wnaixc {
  color: var(--error-color);
  margin-top: 1rem;
  margin-bottom: 0;
}

.card-modal__message.svelte-wnaixc.svelte-wnaixc {
  text-align: center;
  margin-top: 1rem;
  font-size: 0.8rem;
  line-height: 1.5rem;
  max-width: 200px;
  color: black;
}

.card-modal__message--error.svelte-wnaixc.svelte-wnaixc {
  color: var(--error-color);
  width: 100%;
  text-align: start;
  max-width: 100%;
}

.card-modal__footer.svelte-wnaixc.svelte-wnaixc {
  margin-top: 1rem;
  color: #91a1ad;
  font-size: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-modal__footer.svelte-wnaixc span.svelte-wnaixc {
  padding-top: 3px;
}

.card-modal__btn.svelte-wnaixc.svelte-wnaixc {
  background: var(--toonie-secondary-color);
  box-shadow: 0 4px 15px rgba(244, 201, 19, 0.3);
  border-radius: 30px;
  outline: 0;
  border: 0;
  margin-top: 1rem;
  padding: 0.5rem 2rem;
  cursor: pointer;
  color: var(--main-white-color);
}

.card-modal__content.svelte-wnaixc.svelte-wnaixc {
  background-color: var(--main-white-color);
  border-radius: 30px;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  background-clip: padding-box;
  padding: 3rem 2rem 1rem;
  font-family: var(--font-family), sans-serif;
  position: relative;
  min-width: 400px;
  max-width: 500px;
}

@media only screen and (max-width: 780px) {
  .card-modal__content.svelte-wnaixc.svelte-wnaixc {
    width: 18rem;
    min-width: auto;
    min-height: 10rem;
    padding: 2rem 1rem 1rem;
  }
}
@media only screen and (max-width: 360px) {
  .card-modal__content.svelte-wnaixc.svelte-wnaixc {
    width: 16rem;
  }
}
form.svelte-wnaixc.svelte-wnaixc {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.row.svelte-wnaixc.svelte-wnaixc {
  display: flex;
  flex-direction: row;
  gap: 5px;
  justify-content: center;
}

input.svelte-wnaixc.svelte-wnaixc, .input {
  box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.1);
  border: none;
  padding: 1rem;
  border-radius: 5px;
  background: white;
}

.row.svelte-wnaixc .input {
  width: 50%;
}

.footer-svg.svelte-wnaixc.svelte-wnaixc {
  color: var(--toonie-secondary-color);
}

@keyframes svelte-wnaixc-fade-up {
  from {
    opacity: 0;
    transform: translateY(30%);
  }
}
@keyframes svelte-wnaixc-spin {
  100% {
    transform: rotate(1turn);
  }
}
.pwt-modal.svelte-wnaixc.svelte-wnaixc {
  position: fixed;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  background-color: rgba(0, 0, 0, 0.5);
  display: grid;
  place-items: center;
  overflow: auto;
  z-index: 9999;
}

.pwt-modal__body.svelte-wnaixc.svelte-wnaixc {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  animation: svelte-wnaixc-fade-up 0.5s forwards;
}

.pwt-modal--visible.svelte-wnaixc.svelte-wnaixc {
  opacity: 1;
  visibility: visible;
}

.pwt-modal__close-icon.svelte-wnaixc.svelte-wnaixc {
  position: absolute;
  right: 1.5rem;
  top: 1.5rem;
  color: var(--toonie-secondary-color);
  cursor: pointer;
  border: none;
  background: none;
  font-size: 1.125rem;
  z-index: 999;
}

.pwt-modal__title.svelte-wnaixc.svelte-wnaixc {
  color: var(--toonie-primary-color);
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
}

.pwt-modal__title--error.svelte-wnaixc.svelte-wnaixc {
  color: var(--error-color);
  margin-top: 1rem;
  margin-bottom: 0;
}

.pwt-modal__message.svelte-wnaixc.svelte-wnaixc {
  text-align: center;
  margin-top: 1rem;
  font-size: 0.8rem;
  line-height: 1.5rem;
  max-width: 200px;
  color: black;
}

.pwt-modal__footer.svelte-wnaixc.svelte-wnaixc {
  margin-top: 1rem;
  color: #91a1ad;
  font-size: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pwt-modal__footer.svelte-wnaixc span.svelte-wnaixc {
  padding-top: 3px;
}

.pwt-modal__btn.svelte-wnaixc.svelte-wnaixc {
  background: var(--toonie-secondary-color);
  box-shadow: 0 4px 15px rgba(244, 201, 19, 0.3);
  border-radius: 30px;
  outline: 0;
  border: 0;
  margin-top: 1rem;
  padding: 0.5rem 2rem;
  cursor: pointer;
  color: var(--main-white-color);
}

.pwt-modal__content.svelte-wnaixc.svelte-wnaixc {
  width: 18rem;
  min-width: 15rem;
  background-color: var(--main-white-color);
  border-radius: 30px;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  background-clip: padding-box;
  padding: 3rem 2rem 1rem;
  font-family: var(--font-family), sans-serif;
  position: relative;
}

@media only screen and (max-width: 780px) {
  .pwt-modal__content.svelte-wnaixc.svelte-wnaixc {
    padding: 2rem 1rem 1rem;
  }
}
@media only screen and (max-width: 360px) {
  .pwt-modal__content.svelte-wnaixc.svelte-wnaixc {
    width: 16rem;
  }
}
.pwt-modal__payment-data.svelte-wnaixc.svelte-wnaixc {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 1rem;
  gap: 1rem;
}

.pwt-modal__subtitle.svelte-wnaixc.svelte-wnaixc {
  color: var(--toonie-grey-color);
  font-size: 1rem;
  font-weight: bold;
}

.pwt-modal__letter-code.svelte-wnaixc.svelte-wnaixc {
  text-align: center;
  margin-top: 1rem;
  letter-spacing: 2px;
  font-size: 1.3rem;
  color: var(--toonie-secondary-color);
  border: 2px solid var(--toonie-secondary-color);
  border-radius: 10px;
  padding: 10px 20px;
}

.input {
  box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.1);
  border: none;
  padding: 1rem;
  border-radius: 5px;
  background: white;
}

.footer-svg.svelte-wnaixc.svelte-wnaixc {
  color: var(--toonie-secondary-color);
}

@keyframes svelte-wnaixc-fade-up {
  from {
    opacity: 0;
    transform: translateY(30%);
  }
}
@keyframes svelte-wnaixc-spin {
  100% {
    transform: rotate(1turn);
  }
}
.pwt-modal.svelte-wnaixc.svelte-wnaixc {
  position: fixed;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  background-color: rgba(0, 0, 0, 0.5);
  display: grid;
  place-items: center;
  overflow: auto;
  z-index: 9999;
}

.pwt-modal__body.svelte-wnaixc.svelte-wnaixc {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  animation: svelte-wnaixc-fade-up 0.5s forwards;
}

.pwt-modal--visible.svelte-wnaixc.svelte-wnaixc {
  opacity: 1;
  visibility: visible;
}

.pwt-modal__close-icon.svelte-wnaixc.svelte-wnaixc {
  position: absolute;
  right: 1.5rem;
  top: 1.5rem;
  color: var(--toonie-secondary-color);
  cursor: pointer;
  border: none;
  background: none;
  font-size: 1.125rem;
  z-index: 999;
}

.pwt-modal__title.svelte-wnaixc.svelte-wnaixc {
  color: var(--toonie-primary-color);
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
}

.pwt-modal__title--error.svelte-wnaixc.svelte-wnaixc {
  color: var(--error-color);
  margin-top: 1rem;
  margin-bottom: 0;
}

.pwt-modal__message.svelte-wnaixc.svelte-wnaixc {
  text-align: center;
  margin-top: 1rem;
  font-size: 0.8rem;
  line-height: 1.5rem;
  max-width: 200px;
  color: black;
}

.pwt-modal__footer.svelte-wnaixc.svelte-wnaixc {
  margin-top: 1rem;
  color: #91a1ad;
  font-size: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pwt-modal__footer.svelte-wnaixc span.svelte-wnaixc {
  padding-top: 3px;
}

.pwt-modal__btn.svelte-wnaixc.svelte-wnaixc {
  background: var(--toonie-secondary-color);
  box-shadow: 0 4px 15px rgba(244, 201, 19, 0.3);
  border-radius: 30px;
  outline: 0;
  border: 0;
  margin-top: 1rem;
  padding: 0.5rem 2rem;
  cursor: pointer;
  color: var(--main-white-color);
}

.pwt-modal__centered.svelte-wnaixc.svelte-wnaixc {
  text-align: center;
}

.pwt-modal__content.svelte-wnaixc.svelte-wnaixc {
  width: 18rem;
  min-width: 15rem;
  background-color: var(--main-white-color);
  border-radius: 30px;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  background-clip: padding-box;
  padding: 3rem 2rem 1rem;
  font-family: var(--font-family), sans-serif;
  position: relative;
}

@media only screen and (max-width: 780px) {
  .pwt-modal__content.svelte-wnaixc.svelte-wnaixc {
    padding: 2rem 1rem 1rem;
  }
}
@media only screen and (max-width: 360px) {
  .pwt-modal__content.svelte-wnaixc.svelte-wnaixc {
    width: 16rem;
  }
}
.pwt-modal.svelte-wnaixc .stream-modal-content.svelte-wnaixc {
  background-color: var(--main-white-color);
  border-radius: 30px;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  background-clip: padding-box;
  padding: 3rem 2rem 1rem;
  font-family: var(--font-family), sans-serif;
  position: relative;
  min-width: 200px;
}

.input {
  box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.1);
  border: none;
  padding: 1rem;
  border-radius: 5px;
  background: white;
}

.footer-svg.svelte-wnaixc.svelte-wnaixc {
  color: var(--toonie-secondary-color);
}

@keyframes svelte-wnaixc-fade-up {
  from {
    opacity: 0;
    transform: translateY(30%);
  }
}
@keyframes svelte-wnaixc-spin {
  100% {
    transform: rotate(1turn);
  }
}
.loader.svelte-wnaixc.svelte-wnaixc {
  width: 24px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(farthest-side, white 94%, rgba(0, 0, 0, 0)) top/8px 8px no-repeat, conic-gradient(rgba(0, 0, 0, 0) 30%, white);
  -webkit-mask: radial-gradient(farthest-side, rgba(0, 0, 0, 0) calc(100% - 8px), #000 0);
  animation: svelte-wnaixc-spin 1s infinite linear;
}

.pwt-modal.svelte-wnaixc.svelte-wnaixc {
  position: fixed;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  background-color: rgba(0, 0, 0, 0.5);
  display: grid;
  place-items: center;
  overflow: auto;
  z-index: 9999;
}

.pwt-modal__body.svelte-wnaixc.svelte-wnaixc {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  animation: svelte-wnaixc-fade-up 0.5s forwards;
}

.pwt-modal--visible.svelte-wnaixc.svelte-wnaixc {
  opacity: 1;
  visibility: visible;
}

.pwt-modal__close-icon.svelte-wnaixc.svelte-wnaixc {
  position: absolute;
  right: 1.5rem;
  top: 1.5rem;
  color: var(--toonie-secondary-color);
  cursor: pointer;
  border: none;
  background: none;
  font-size: 1.125rem;
  z-index: 999;
}

.pwt-modal__title.svelte-wnaixc.svelte-wnaixc {
  color: var(--toonie-primary-color);
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
}

.pwt-modal__title--error.svelte-wnaixc.svelte-wnaixc {
  color: var(--error-color);
  margin-top: 1rem;
  margin-bottom: 0;
}

.pwt-modal__message.svelte-wnaixc.svelte-wnaixc {
  text-align: center;
  margin-top: 1rem;
  font-size: 0.8rem;
  line-height: 1.5rem;
  max-width: 200px;
  color: black;
}

.pwt-modal__footer.svelte-wnaixc.svelte-wnaixc {
  margin-top: 1rem;
  color: #91a1ad;
  font-size: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pwt-modal__footer.svelte-wnaixc span.svelte-wnaixc {
  padding-top: 3px;
}

.pwt-modal__btn.svelte-wnaixc.svelte-wnaixc {
  background: var(--toonie-secondary-color);
  box-shadow: 0 4px 15px rgba(244, 201, 19, 0.3);
  border-radius: 30px;
  outline: 0;
  border: 0;
  margin-top: 1rem;
  padding: 0.5rem 2rem;
  cursor: pointer;
  color: var(--main-white-color);
}

.reg-modal__content.svelte-wnaixc.svelte-wnaixc {
  width: 36rem;
  min-width: 24rem;
  background-color: var(--main-white-color);
  border-radius: 10px;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  background-clip: padding-box;
  padding: 3rem 2rem 1rem;
  font-family: var(--font-family), sans-serif;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media only screen and (max-width: 780px) {
  .reg-modal__content.svelte-wnaixc.svelte-wnaixc {
    padding: 2rem 1rem 1rem;
    width: 34rem;
  }
}
@media only screen and (max-width: 600px) {
  .reg-modal__content.svelte-wnaixc.svelte-wnaixc {
    padding: 2rem 1rem 1rem;
    width: 22rem;
    min-width: 20rem;
  }
}
@media only screen and (max-width: 440px) {
  .reg-modal__content.svelte-wnaixc.svelte-wnaixc {
    width: 16rem;
  }
}
.reg-modal__title.svelte-wnaixc.svelte-wnaixc {
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--toonie-primary-color);
  margin-bottom: 2.6rem;
}

.reg-modal__row.svelte-wnaixc.svelte-wnaixc {
  display: flex;
  align-items: start;
  gap: 2rem;
  margin-bottom: 14px;
  width: 32rem;
  min-width: 20rem;
}

.reg-modal__row.svelte-wnaixc #terms.svelte-wnaixc {
  margin-top: 0;
}

@media only screen and (max-width: 600px) {
  .reg-modal__row.svelte-wnaixc.svelte-wnaixc {
    flex-direction: column;
    text-align: justify;
    width: 100%;
    justify-content: center;
    align-items: center;
    gap: 1rem;
  }
}
.reg-modal__label.svelte-wnaixc.svelte-wnaixc {
  display: flex;
  font-weight: 800;
  font-size: 1rem;
}

.reg-modal__input-container.svelte-wnaixc.svelte-wnaixc {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  min-width: 8rem;
  width: 15rem;
}

.reg-modal__input-container.svelte-wnaixc input.svelte-wnaixc {
  border-bottom: 1px solid var(--toonie-primary-color);
  box-shadow: none;
  background: transparent;
  border-radius: 0;
  padding: 0.4rem 0.4rem 0.8rem 0;
  font-family: var(--font-family), sans-serif;
}

.reg-modal__input-container.svelte-wnaixc input.svelte-wnaixc::placeholder {
  color: #91a1ad;
  font-size: 18px;
}

.reg-modal__input-container--prefix.svelte-wnaixc.svelte-wnaixc {
  width: 4rem;
  min-width: 4rem;
}

@media only screen and (max-width: 600px) {
  .reg-modal__input-container--prefix.svelte-wnaixc.svelte-wnaixc {
    width: 15rem;
  }
}
.reg-modal__checkbox-container.svelte-wnaixc.svelte-wnaixc {
  font-size: 14px;
}

@media only screen and (max-width: 600px) {
  .reg-modal__checkbox-container.svelte-wnaixc.svelte-wnaixc {
    width: 14rem;
  }
}
.terms-row.svelte-wnaixc.svelte-wnaixc {
  gap: 0.2rem;
}

@media only screen and (max-width: 600px) {
  .terms-row.svelte-wnaixc.svelte-wnaixc {
    display: flex;
    flex-direction: row;
    align-items: start;
  }
}
form.svelte-wnaixc.svelte-wnaixc {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.row.svelte-wnaixc.svelte-wnaixc {
  display: flex;
  flex-direction: row;
  gap: 5px;
  justify-content: center;
}

input.svelte-wnaixc.svelte-wnaixc, .input {
  box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.1);
  border: none;
  padding: 1rem;
  border-radius: 5px;
  background: white;
}

.row.svelte-wnaixc .input {
  width: 50%;
}

.footer-svg.svelte-wnaixc.svelte-wnaixc {
  color: var(--toonie-secondary-color);
}

@keyframes svelte-wnaixc-fade-up {
  from {
    opacity: 0;
    transform: translateY(30%);
  }
}
@keyframes svelte-wnaixc-spin {
  100% {
    transform: rotate(1turn);
  }
}
.pwt-modal.svelte-wnaixc.svelte-wnaixc {
  position: fixed;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  background-color: rgba(0, 0, 0, 0.5);
  display: grid;
  place-items: center;
  overflow: auto;
  z-index: 9999;
}

.pwt-modal__body.svelte-wnaixc.svelte-wnaixc {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  animation: svelte-wnaixc-fade-up 0.5s forwards;
}

.pwt-modal--visible.svelte-wnaixc.svelte-wnaixc {
  opacity: 1;
  visibility: visible;
}

.pwt-modal__close-icon.svelte-wnaixc.svelte-wnaixc {
  position: absolute;
  right: 1.5rem;
  top: 1.5rem;
  color: var(--toonie-secondary-color);
  cursor: pointer;
  border: none;
  background: none;
  font-size: 1.125rem;
  z-index: 999;
}

.pwt-modal__title.svelte-wnaixc.svelte-wnaixc {
  color: var(--toonie-primary-color);
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
}

.pwt-modal__title--error.svelte-wnaixc.svelte-wnaixc {
  color: var(--error-color);
  margin-top: 1rem;
  margin-bottom: 0;
}

.pwt-modal__message.svelte-wnaixc.svelte-wnaixc {
  text-align: center;
  margin-top: 1rem;
  font-size: 0.8rem;
  line-height: 1.5rem;
  max-width: 200px;
  color: black;
}

.pwt-modal__footer.svelte-wnaixc.svelte-wnaixc {
  margin-top: 1rem;
  color: #91a1ad;
  font-size: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pwt-modal__footer.svelte-wnaixc span.svelte-wnaixc {
  padding-top: 3px;
}

.pwt-modal__btn.svelte-wnaixc.svelte-wnaixc {
  background: var(--toonie-secondary-color);
  box-shadow: 0 4px 15px rgba(244, 201, 19, 0.3);
  border-radius: 30px;
  outline: 0;
  border: 0;
  margin-top: 1rem;
  padding: 0.5rem 2rem;
  cursor: pointer;
  color: var(--main-white-color);
}

.pwt-modal__content.svelte-wnaixc.svelte-wnaixc {
  width: 18rem;
  min-width: 15rem;
  background-color: var(--main-white-color);
  border-radius: 30px;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  background-clip: padding-box;
  padding: 3rem 2rem 1rem;
  font-family: var(--font-family), sans-serif;
  position: relative;
}

@media only screen and (max-width: 780px) {
  .pwt-modal__content.svelte-wnaixc.svelte-wnaixc {
    padding: 2rem 1rem 1rem;
  }
}
@media only screen and (max-width: 360px) {
  .pwt-modal__content.svelte-wnaixc.svelte-wnaixc {
    width: 16rem;
  }
}
.input {
  box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.1);
  border: none;
  padding: 1rem;
  border-radius: 5px;
  background: white;
}

.footer-svg.svelte-wnaixc.svelte-wnaixc {
  color: var(--toonie-secondary-color);
}

.position-bottom-right.svelte-mlfoct {
  position: absolute;
  bottom: 0;
  right: 0;
}

.position-top-left.svelte-1dphtcz {
  position: absolute;
  top: 0;
  left: 0;
}