@font-face {
  font-family: 'Satoshi';
  src: url(/assets/Satoshi-8a5189ce5eadbc6accc3db5eeb89e3cc075cade6b76bbecb176617e9026e6624.ttf);
}

@font-face {
  font-family: 'KumbhSans';
  src: url(/assets/KumbhSans-b2ffc5e3d340cda4a98b7771735dc40dc54b15e5a08fcb98104f184302c37b16.ttf);
  font-weight: 100 900;
  font-style: normal;
}

@font-face {
  font-family: 'Satoshi';
  src: url(/assets/Satoshi-8a5189ce5eadbc6accc3db5eeb89e3cc075cade6b76bbecb176617e9026e6624.ttf);
}

@font-face {
  font-family: 'KumbhSans';
  src: url(/assets/KumbhSans-b2ffc5e3d340cda4a98b7771735dc40dc54b15e5a08fcb98104f184302c37b16.ttf);
  font-weight: 100 900;
  font-style: normal;
}

/* line 3, app/assets/stylesheets/shared.scss */
.column, .column--dark {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  position: relative;
  width: 100%;
  background: #F6F5F0;
}

@media only screen and (min-width: 1025px) {
  /* line 3, app/assets/stylesheets/shared.scss */
  .column, .column--dark {
    min-height: 100vh;
  }
}

@media only screen and (max-width: 1024px) {
  /* line 3, app/assets/stylesheets/shared.scss */
  .column, .column--dark {
    width: 100%;
  }
}

/* line 20, app/assets/stylesheets/shared.scss */
.column--dark {
  background: #1A0030;
}

@media only screen and (max-width: 1024px) {
  /* line 20, app/assets/stylesheets/shared.scss */
  .column--dark {
    padding: 100px 0px 20px 0px;
    display: flex;
    justify-content: center;
  }
}

@media only screen and (min-width: 1025px) {
  /* line 32, app/assets/stylesheets/shared.scss */
  .column .column-wrapper, .column--dark .column-wrapper {
    flex: 1 1 50vw;
    width: 100%;
  }
}

/* line 40, app/assets/stylesheets/shared.scss */
.text-wrapper {
  display: block;
}

@media only screen and (min-width: 1025px) {
  /* line 40, app/assets/stylesheets/shared.scss */
  .text-wrapper {
    padding: 0px 100px;
  }
}

@media only screen and (max-width: 1024px) {
  /* line 40, app/assets/stylesheets/shared.scss */
  .text-wrapper {
    padding: 0px 30px;
  }
}

/* line 52, app/assets/stylesheets/shared.scss */
.label, .plans__label, .transfer-existing-number__label, .dashboard-form__label, .sign-in__label {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  color: #18181B;
  margin: 10px 0px 0px 0px;
  display: block;
  text-align: left;
}

/* line 63, app/assets/stylesheets/shared.scss */
.input, .plans__input--error, .plans__input, .transfer-existing-number__input--error, .transfer-existing-number__input, .dashboard-form__input--error, .dashboard-form__input, .sign-in__input--error, .sign-in__input {
  border-radius: 6px;
  border: 1px solid #CBD5E1;
  background: #FFFFFF;
  width: -webkit-fill-available;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  padding: 8px 12px;
  margin: 10px 0px;
  font-family: "KumbhSans";
}

/* line 76, app/assets/stylesheets/shared.scss */
.input::placeholder, .plans__input--error::placeholder, .plans__input::placeholder, .transfer-existing-number__input--error::placeholder, .transfer-existing-number__input::placeholder, .dashboard-form__input--error::placeholder, .dashboard-form__input::placeholder, .sign-in__input--error::placeholder, .sign-in__input::placeholder {
  color: #94A3B8;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  font-family: "KumbhSans";
}

/* line 85, app/assets/stylesheets/shared.scss */
.input.slim, .slim.plans__input--error, .slim.plans__input, .slim.transfer-existing-number__input--error, .slim.transfer-existing-number__input, .slim.dashboard-form__input--error, .slim.dashboard-form__input, .slim.sign-in__input--error, .slim.sign-in__input {
  margin: 0;
  border-top: 0;
  border-bottom: 0;
  border-radius: 0;
}

/* line 91, app/assets/stylesheets/shared.scss */
.input.slim:first-of-type, .slim.plans__input--error:first-of-type, .slim.plans__input:first-of-type, .slim.transfer-existing-number__input--error:first-of-type, .slim.transfer-existing-number__input:first-of-type, .slim.dashboard-form__input--error:first-of-type, .slim.dashboard-form__input:first-of-type, .slim.sign-in__input--error:first-of-type, .slim.sign-in__input:first-of-type {
  margin-top: 10px;
  border: 1px solid #CBD5E1;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

/* line 98, app/assets/stylesheets/shared.scss */
.input.slim:last-of-type, .slim.plans__input--error:last-of-type, .slim.plans__input:last-of-type, .slim.transfer-existing-number__input--error:last-of-type, .slim.transfer-existing-number__input:last-of-type, .slim.dashboard-form__input--error:last-of-type, .slim.dashboard-form__input:last-of-type, .slim.sign-in__input--error:last-of-type, .slim.sign-in__input:last-of-type {
  margin-bottom: 10px;
  border: 1px solid #CBD5E1;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

/* line 107, app/assets/stylesheets/shared.scss */
.button, .plans__form-button, .transfer-existing-number__button, .sim-card-activation__button, .sim-card-activation__button--small, .dashboard-form__cancel, .dashboard-form__button, .sign-in__button {
  background: #334155;
  border-radius: 6px;
  border: none;
  color: #FFFFFF;
  cursor: pointer;
  font-family: "KumbhSans";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  margin: 10px 0px;
  padding: 12px 6px;
  width: 100%;
}

/* line 122, app/assets/stylesheets/shared.scss */
.button:disabled, .plans__form-button:disabled, .transfer-existing-number__button:disabled, .sim-card-activation__button:disabled, .sim-card-activation__button--small:disabled, .dashboard-form__cancel:disabled, .dashboard-form__button:disabled, .sign-in__button:disabled {
  opacity: 0.75;
}

/* line 127, app/assets/stylesheets/shared.scss */
.error-message, .plans__error, .transfer-existing-number__error, .dashboard-form__error, .sign-in__error {
  color: #E80000;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: left;
  margin: 0px 0px 10px 0px;
}

/* line 137, app/assets/stylesheets/shared.scss */
p.small {
  font-size: 12px;
  line-height: 16px;
}

/* line 142, app/assets/stylesheets/shared.scss */
.center {
  text-align: center;
}

/* line 146, app/assets/stylesheets/shared.scss */
.box {
  position: relative;
  margin: 20px 0;
  padding: 4px 24px 4px 24px;
  border-radius: 10px;
  background-color: #FFFFFF;
  color: #000000;
}

/* line 154, app/assets/stylesheets/shared.scss */
.box p {
  font-size: 12px !important;
  line-height: 16px !important;
}

/* line 160, app/assets/stylesheets/shared.scss */
.box-info {
  padding: 4px 24px 4px 46px;
}

/* line 163, app/assets/stylesheets/shared.scss */
.box-info::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 18px;
  width: 23px;
  height: 23px;
  background-repeat: no-repeat;
  background-image: url(/assets/icon-info-fbe5aaef04260fb931362da818a9a546703163fb28ed9367116be416830be4a2.svg);
}

@font-face {
  font-family: 'Satoshi';
  src: url(/assets/Satoshi-8a5189ce5eadbc6accc3db5eeb89e3cc075cade6b76bbecb176617e9026e6624.ttf);
}

@font-face {
  font-family: 'KumbhSans';
  src: url(/assets/KumbhSans-b2ffc5e3d340cda4a98b7771735dc40dc54b15e5a08fcb98104f184302c37b16.ttf);
  font-weight: 100 900;
  font-style: normal;
}

/* line 3, app/assets/stylesheets/global.scss */
body {
  margin: 0;
  font-family: "KumbhSans";
  background: #F6F5F0;
}

/* line 9, app/assets/stylesheets/global.scss */
.flash-box {
  display: flex;
  flex-direction: row;
  justify-items: center;
  justify-content: center;
  position: fixed;
  top: 25px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1200px;
  background-color: #FFFFFF;
  color: #000000;
  text-align: center;
  z-index: 1000;
  border-radius: 12px;
}

@media (max-width: 1024px) {
  /* line 9, app/assets/stylesheets/global.scss */
  .flash-box {
    min-width: 60%;
  }
}

/* line 29, app/assets/stylesheets/global.scss */
.flash-box .icon {
  display: flex;
  background-image: url(/assets/icon-alert-5dee424ec22faf2b862e87ce802b4e4e9c6326267bbf4fe10e4a51c680086781.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 60px;
  min-height: 60px;
  height: 100%;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}

/* line 41, app/assets/stylesheets/global.scss */
.flash-box .content {
  display: flex;
  justify-content: center;
  width: calc(100% - 120px);
  padding-left: 15px;
}

/* line 47, app/assets/stylesheets/global.scss */
.flash-box .content p {
  font-size: 16px;
  margin: 0;
  align-self: center;
}

/* line 54, app/assets/stylesheets/global.scss */
.flash-box .close-btn-container {
  display: flex;
  justify-content: center;
  width: 60px;
  height: 60px;
}

/* line 60, app/assets/stylesheets/global.scss */
.flash-box .close-btn-container .close-btn {
  align-self: center;
  padding: 10px;
  font-size: 22px;
  line-height: 22px;
  cursor: pointer;
}

/* line 70, app/assets/stylesheets/global.scss */
.flash-box.notice-box .icon {
  background-color: #56ADD1;
}

/* line 76, app/assets/stylesheets/global.scss */
.flash-box.alert-box .icon {
  background-color: #FF4D4D;
}

/* line 82, app/assets/stylesheets/global.scss */
.flash-box.promo_notice-box .icon {
  background-image: none;
  background-color: #059669;
}

/* line 86, app/assets/stylesheets/global.scss */
.flash-box.promo_notice-box .icon::before {
  content: "Promo Added";
  color: #FFFFFF;
  font-size: 12px;
  margin: auto;
}

/* line 97, app/assets/stylesheets/global.scss */
.pagination .previous_page, .pagination .next_page, .pagination .current, .pagination .previous_page, .pagination .next {
  margin: 0px 10px;
}

/* line 1, app/assets/stylesheets/users/sign-in.scss */
.sign-in {
  display: flex;
  min-height: 100vh;
}

@media only screen and (max-width: 1024px) {
  /* line 5, app/assets/stylesheets/users/sign-in.scss */
  .sign-in--with-margin {
    margin-top: 40px;
  }
}

/* line 11, app/assets/stylesheets/users/sign-in.scss */
.sign-in__column, .sign-in__column--dark {
  position: relative;
}

@media only screen and (min-width: 1025px) {
  /* line 11, app/assets/stylesheets/users/sign-in.scss */
  .sign-in__column, .sign-in__column--dark {
    width: calc(100% - 480px);
  }
}

@media only screen and (max-width: 1024px) {
  /* line 11, app/assets/stylesheets/users/sign-in.scss */
  .sign-in__column, .sign-in__column--dark {
    width: 100%;
  }
}

/* line 22, app/assets/stylesheets/users/sign-in.scss */
.sign-in__column--dark {
  width: 480px;
  background: #1A0030;
}

@media only screen and (max-width: 1024px) {
  /* line 22, app/assets/stylesheets/users/sign-in.scss */
  .sign-in__column--dark {
    display: none;
  }
}

/* line 33, app/assets/stylesheets/users/sign-in.scss */
.sign-in__column-purchase, .sign-in__column-purchase--dark {
  width: 50%;
}

@media only screen and (max-width: 1024px) {
  /* line 33, app/assets/stylesheets/users/sign-in.scss */
  .sign-in__column-purchase, .sign-in__column-purchase--dark {
    width: 100%;
    min-height: 300px;
  }
}

@media only screen and (min-width: 1025px) {
  /* line 33, app/assets/stylesheets/users/sign-in.scss */
  .sign-in__column-purchase, .sign-in__column-purchase--dark {
    position: relative;
  }
}

/* line 45, app/assets/stylesheets/users/sign-in.scss */
.sign-in__column-purchase--dark {
  background: #1A0030;
}

/* line 51, app/assets/stylesheets/users/sign-in.scss */
.sign-in__links {
  padding: 24px;
}

/* line 55, app/assets/stylesheets/users/sign-in.scss */
.sign-in__link {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  color: #18181B;
  text-decoration: underline;
}

/* line 64, app/assets/stylesheets/users/sign-in.scss */
.sign-in__span {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin: 0px 10px;
}

/* line 79, app/assets/stylesheets/users/sign-in.scss */
.sign-in__input--error {
  border-color: #E80000;
}

/* line 86, app/assets/stylesheets/users/sign-in.scss */
.sign-in__button {
  background: #3CBF00;
}

/* line 91, app/assets/stylesheets/users/sign-in.scss */
.sign-in__block-wrapper {
  text-align: center;
}

@media only screen and (min-width: 1025px) {
  /* line 91, app/assets/stylesheets/users/sign-in.scss */
  .sign-in__block-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

@media only screen and (max-width: 1024px) {
  /* line 91, app/assets/stylesheets/users/sign-in.scss */
  .sign-in__block-wrapper {
    margin: 20px;
    padding: 30px;
  }
}

/* line 107, app/assets/stylesheets/users/sign-in.scss */
.sign-in__header {
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: -0.225px;
  margin: 10px 0px;
}

/* line 116, app/assets/stylesheets/users/sign-in.scss */
.sign-in__text {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin: 10px 0px;
}

/* line 128, app/assets/stylesheets/users/sign-in.scss */
.sign-in__impacts-wrapper {
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

/* line 134, app/assets/stylesheets/users/sign-in.scss */
.sign-in__impacts-text {
  width: 100%;
  position: absolute;
  bottom: 0;
  background-image: linear-gradient(transparent, #000000);
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  align-items: center;
  color: white;
  padding-bottom: 40px;
}

/* line 148, app/assets/stylesheets/users/sign-in.scss */
.sign-in__impacts-text h4 {
  font-size: 40px;
  font-weight: 700;
  margin: 0;
}

/* line 154, app/assets/stylesheets/users/sign-in.scss */
.sign-in__impacts-text .percentage {
  font-size: 80px;
  font-weight: 700;
  margin: 0;
}

/* line 160, app/assets/stylesheets/users/sign-in.scss */
.sign-in__impacts-text p {
  font-size: 20px;
  margin: 0;
}

/* line 166, app/assets/stylesheets/users/sign-in.scss */
.sign-in__forgot-password {
  text-decoration: none;
  color: black;
}

/* line 171, app/assets/stylesheets/users/sign-in.scss */
.sign-in__password {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}

/* line 1, app/assets/stylesheets/users/navbar.scss */
.users-navbar {
  background: #F6F5F0;
  display: flex;
  justify-content: space-between;
}

/* line 6, app/assets/stylesheets/users/navbar.scss */
.users-navbar__links {
  text-align: center;
}

/* line 10, app/assets/stylesheets/users/navbar.scss */
.users-navbar__logo {
  height: 60px;
  margin: 25px;
}

/* line 15, app/assets/stylesheets/users/navbar.scss */
.users-navbar__avatar {
  display: block;
  height: 54px;
  width: 54px;
  border-radius: 50%;
  border: 3px solid #1A0030;
  box-sizing: content-box;
  margin: 25px;
  background-color: #F6F5F0;
  color: #000000;
  font-size: 20px;
  font-weight: 700;
  line-height: 54px;
  text-align: center;
  text-decoration: none;
}

/* line 32, app/assets/stylesheets/users/navbar.scss */
.users-navbar__log-out {
  color: #1A0030;
  text-decoration: none;
  margin-top: -20px;
  display: block;
}

/* line 1, app/assets/stylesheets/users/transparent-navbar.scss */
.users-transparent-navbar {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}

/* line 10, app/assets/stylesheets/users/transparent-navbar.scss */
.users-transparent-navbar__logo {
  height: 60px;
  margin: 25px;
}

/* line 15, app/assets/stylesheets/users/transparent-navbar.scss */
.users-transparent-navbar__avatar {
  position: absolute;
  right: 20px;
  top: 20px;
  height: 54px;
  width: 54px;
  border-radius: 50%;
  background-color: #f6f5f0;
  color: black;
  display: flex;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  border: 2px solid #311945;
  text-decoration: none;
}

/* line 35, app/assets/stylesheets/users/transparent-navbar.scss */
.users-transparent-navbar__container {
  margin-top: 20px;
  margin-right: 20px;
  color: white;
  display: flex;
  overflow: hidden;
  width: 58px;
  height: 58px;
  border-radius: 32px;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  justify-content: flex-end;
  text-align: right;
}

/* line 50, app/assets/stylesheets/users/transparent-navbar.scss */
.users-transparent-navbar__container .users-transparent-navbar__content {
  display: none;
}

/* line 55, app/assets/stylesheets/users/transparent-navbar.scss */
.users-transparent-navbar__name {
  text-transform: capitalize;
  font-weight: 700;
}

/* line 60, app/assets/stylesheets/users/transparent-navbar.scss */
.users-transparent-navbar__content {
  display: none;
}

/* line 64, app/assets/stylesheets/users/transparent-navbar.scss */
.users-transparent-navbar__container:hover {
  width: auto;
  padding-left: 20px;
  padding-right: 66px;
  background: #311945;
  margin-top: 18px;
}

/* line 71, app/assets/stylesheets/users/transparent-navbar.scss */
.users-transparent-navbar__container:hover .users-transparent-navbar__content {
  display: block;
}

/* line 76, app/assets/stylesheets/users/transparent-navbar.scss */
.users-transparent-navbar__log-out {
  color: #FFFFFF;
  text-decoration: none;
  margin-top: -20px;
}

/* line 2, app/assets/stylesheets/milo/dashboard.scss */
.milo-dashboard .logo {
  height: 28px;
}

/* line 2, app/assets/stylesheets/dashboard/index.scss */
.dashboard__content {
  padding-top: 50px;
}

/* line 6, app/assets/stylesheets/dashboard/index.scss */
.dashboard__hero {
  padding-top: 50px;
  background-color: #1A0030;
  padding-bottom: 30px;
}

/* line 12, app/assets/stylesheets/dashboard/index.scss */
.dashboard__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 40px;
}

/* line 18, app/assets/stylesheets/dashboard/index.scss */
.dashboard__hero-row {
  display: flex;
}

@media only screen and (max-width: 1024px) {
  /* line 18, app/assets/stylesheets/dashboard/index.scss */
  .dashboard__hero-row {
    flex-direction: column;
  }
}

@media only screen and (min-width: 1025px) {
  /* line 28, app/assets/stylesheets/dashboard/index.scss */
  .dashboard__hero-column:first-child {
    width: 66% !important;
    margin-right: 50px;
  }
  /* line 33, app/assets/stylesheets/dashboard/index.scss */
  .dashboard__hero-column:last-child {
    margin-top: 110px;
    margin-left: 50px;
    width: 34%;
  }
}

/* line 41, app/assets/stylesheets/dashboard/index.scss */
.dashboard__text-center {
  text-align: center;
}

/* line 45, app/assets/stylesheets/dashboard/index.scss */
.dashboard__header {
  font-family: "KumbhSans";
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  text-transform: capitalize;
}

@media only screen and (max-width: 1024px) {
  /* line 45, app/assets/stylesheets/dashboard/index.scss */
  .dashboard__header {
    display: grid;
  }
}

/* line 61, app/assets/stylesheets/dashboard/index.scss */
.dashboard__hero-header {
  color: #FFFFFF;
  font-family: "KumbhSans";
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  text-transform: capitalize;
}

@media only screen and (max-width: 1024px) {
  /* line 61, app/assets/stylesheets/dashboard/index.scss */
  .dashboard__hero-header {
    display: grid;
    margin-top: 30px;
  }
}

/* line 78, app/assets/stylesheets/dashboard/index.scss */
.dashboard__hero-header span {
  right: 0;
  top: 0;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #000000;
  border-radius: 10px;
  background-color: #FFFFFF;
  border: 1px solid #000000;
  padding: 12px 18px;
}

@media only screen and (max-width: 1024px) {
  /* line 78, app/assets/stylesheets/dashboard/index.scss */
  .dashboard__hero-header span {
    margin-top: 10px;
    width: fit-content;
  }
}

/* line 98, app/assets/stylesheets/dashboard/index.scss */
.dashboard__hero-info {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  background-color: #FED865;
  color: #000000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  bottom: -16px;
  width: 100%;
  padding: 12px 0px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

/* line 116, app/assets/stylesheets/dashboard/index.scss */
.dashboard__bill-wrapper {
  position: relative;
  margin: 50px 0px;
  background-color: #FFFFFF;
  border-radius: 20px;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  max-width: 610px;
  padding: 20px 20px 70px 20px;
}

@media only screen and (max-width: 1024px) {
  /* line 116, app/assets/stylesheets/dashboard/index.scss */
  .dashboard__bill-wrapper {
    margin-top: 80px;
  }
}

/* line 129, app/assets/stylesheets/dashboard/index.scss */
.dashboard__bill-wrapper .dashboard__hero-header {
  color: #000000;
  margin: 10px 0px;
}

/* line 135, app/assets/stylesheets/dashboard/index.scss */
.dashboard__bill-footer {
  background-color: #CBD5E1;
  position: absolute;
  left: 0px;
  bottom: 0px;
  height: 50px;
  width: 100%;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

/* line 146, app/assets/stylesheets/dashboard/index.scss */
.dashboard__bill-link {
  color: #000000;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
  text-align: center;
  display: block;
  margin: 0 auto;
  padding-top: 10px;
}

/* line 159, app/assets/stylesheets/dashboard/index.scss */
.dashboard__plan-info {
  border-radius: 20px;
  background: #FFFFFF;
  padding: 30px 0px 0px 0px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}

@media only screen and (min-width: 1025px) {
  /* line 159, app/assets/stylesheets/dashboard/index.scss */
  .dashboard__plan-info {
    margin-top: 70px;
  }
}

@media only screen and (max-width: 1024px) {
  /* line 159, app/assets/stylesheets/dashboard/index.scss */
  .dashboard__plan-info {
    margin-top: 30px;
  }
}

/* line 177, app/assets/stylesheets/dashboard/index.scss */
.dashboard__link-button {
  color: #FFFFFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  border-radius: 20px;
  background: #3CBF00;
  padding: 10px 20px;
  display: block;
  width: max-content;
  text-decoration: none;
  margin: 10px 0px;
}

/* line 192, app/assets/stylesheets/dashboard/index.scss */
.dashboard__link {
  color: #000000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  border-radius: 20px;
  background: #FFFFFF;
  text-decoration: none;
  display: block;
  padding: 20px;
  margin: 15px 0px;
  display: flex;
  justify-content: left;
  align-items: center;
  position: relative;
}

/* line 210, app/assets/stylesheets/dashboard/index.scss */
.dashboard__link-disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

/* line 214, app/assets/stylesheets/dashboard/index.scss */
.dashboard__link-disabled:hover .dashboard__tooltip {
  visibility: visible;
}

/* line 219, app/assets/stylesheets/dashboard/index.scss */
.dashboard__tooltip {
  visibility: hidden;
  position: absolute;
  z-index: 1;
  background-color: #000000;
  padding: 10px;
  color: #FFFFFF;
  max-width: 250px;
  font-size: 12px;
  border-radius: 16px;
  left: 0;
  right: 0;
  margin-inline: auto;
  top: 10px;
  text-align: center;
}

/* line 236, app/assets/stylesheets/dashboard/index.scss */
.dashboard__hero-icon {
  border: 1px solid #000000;
  border-radius: 8px;
  padding: 10px;
  margin-right: 20px;
  height: 45px;
}

/* line 244, app/assets/stylesheets/dashboard/index.scss */
.dashboard__data {
  padding: 0px 20px;
}

/* line 247, app/assets/stylesheets/dashboard/index.scss */
.dashboard__data:last-child {
  padding-bottom: 30px;
}

/* line 251, app/assets/stylesheets/dashboard/index.scss */
.dashboard__data p {
  margin: 0;
  margin-left: 15px;
}

/* line 256, app/assets/stylesheets/dashboard/index.scss */
.dashboard__data ul {
  padding-left: 20px;
}

/* line 260, app/assets/stylesheets/dashboard/index.scss */
.dashboard__data p,
.dashboard__data li {
  color: #000000;
  leading-trim: both;
  text-edge: cap;
  font-family: "KumbhSans";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

@media only screen and (max-width: 600px) {
  /* line 260, app/assets/stylesheets/dashboard/index.scss */
  .dashboard__data p,
.dashboard__data li {
    font-size: 14px;
    line-height: 20px;
  }
}

/* line 278, app/assets/stylesheets/dashboard/index.scss */
.dashboard__chart {
  position: relative;
  width: 175px;
  height: 175px;
  aspect-ratio: 1;
  display: inline-grid;
  place-content: center;
  margin-left: 20px;
  margin-bottom: 20px;
  font-size: 25px;
  font-weight: bold;
  font-family: sans-serif;
}

@media only screen and (max-width: 600px) {
  /* line 278, app/assets/stylesheets/dashboard/index.scss */
  .dashboard__chart {
    width: 115px;
    height: 115px;
  }
}

/* line 296, app/assets/stylesheets/dashboard/index.scss */
.dashboard__chart::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  inset: 0;
  background: conic-gradient(#D9D9D9 100%, #0000 0);
  -webkit-mask: radial-gradient(farthest-side, #0000 calc(99% - 10px), #000000 calc(100% - 10px));
  mask: radial-gradient(farthest-side, #0000 calc(99% - 10px), #000000 calc(100% - 10px));
}

/* line 314, app/assets/stylesheets/dashboard/index.scss */
.dashboard__chart::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  inset: 0;
  background: conic-gradient(#49a078 calc(var(--p) * 1%), #0000 0);
  -webkit-mask: radial-gradient(farthest-side, #0000 calc(99% - 10px), #000000 calc(100% - 10px));
  mask: radial-gradient(farthest-side, #0000 calc(99% - 10px), #000000 calc(100% - 10px));
}

/* line 333, app/assets/stylesheets/dashboard/index.scss */
.dashboard__chart-data {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

/* line 340, app/assets/stylesheets/dashboard/index.scss */
.dashboard__chart-data h3 {
  margin: 0;
  color: #000000;
  text-edge: cap;
  font-family: "KumbhSans";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
}

@media only screen and (max-width: 600px) {
  /* line 340, app/assets/stylesheets/dashboard/index.scss */
  .dashboard__chart-data h3 {
    font-size: 20px;
    line-height: 22px;
  }
}

/* line 356, app/assets/stylesheets/dashboard/index.scss */
.dashboard__chart-data p {
  color: #6B7280;
  text-align: center;
  font-family: "KumbhSans";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  margin: 0;
}

@media only screen and (max-width: 600px) {
  /* line 356, app/assets/stylesheets/dashboard/index.scss */
  .dashboard__chart-data p {
    font-size: 12px;
    line-height: 18px;
  }
}

/* line 373, app/assets/stylesheets/dashboard/index.scss */
.dashboard__bill {
  padding: 10px 0px;
  width: 100%;
  text-align: center;
  background-color: #FED865;
  margin-top: 30px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

@media only screen and (max-width: 600px) {
  /* line 382, app/assets/stylesheets/dashboard/index.scss */
  .dashboard__bill p {
    font-size: 14px;
    line-height: 18px;
  }
}

/* line 390, app/assets/stylesheets/dashboard/index.scss */
.dashboard__cards-container {
  margin: 40px 0px;
  display: grid;
  gap: 20px;
}

@media only screen and (min-width: 1025px) {
  /* line 390, app/assets/stylesheets/dashboard/index.scss */
  .dashboard__cards-container {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media only screen and (max-width: 1024px) {
  /* line 390, app/assets/stylesheets/dashboard/index.scss */
  .dashboard__cards-container {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

/* line 404, app/assets/stylesheets/dashboard/index.scss */
.dashboard__cards {
  padding: 20px 0px;
}

/* line 408, app/assets/stylesheets/dashboard/index.scss */
.dashboard__card {
  height: 500px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  border-radius: 8px;
  background-image: linear-gradient(transparent, #000000);
  transition: transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), filter 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* line 420, app/assets/stylesheets/dashboard/index.scss */
.dashboard__card:hover {
  height: 500px;
  cursor: pointer;
  filter: brightness(110%);
  overflow: hidden;
  box-shadow: 0 50px 80px -20px rgba(0, 0, 0, 0.4);
  transform: translate3d(0px, 0px, 0px) scale3d(1.05, 1.05, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
}

/* line 430, app/assets/stylesheets/dashboard/index.scss */
.dashboard__card:hover p {
  display: block;
}

/* line 435, app/assets/stylesheets/dashboard/index.scss */
.dashboard__card h4 {
  font-size: 22.313px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  color: #FFFFFF;
  padding: 30px;
  margin: 0;
}

/* line 445, app/assets/stylesheets/dashboard/index.scss */
.dashboard__card p {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  color: #FFFFFF;
  padding: 0px 30px;
  margin: 0;
  display: none;
}

/* line 457, app/assets/stylesheets/dashboard/index.scss */
.dashboard__card-text {
  position: absolute;
  left: 0;
  bottom: 0;
  padding-bottom: 20px;
  width: 100%;
  border-radius: 8px;
  background-image: linear-gradient(transparent, #000000);
}

/* line 467, app/assets/stylesheets/dashboard/index.scss */
.dashboard__title {
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  color: #000000;
  margin: 20px 0px;
}

/* line 476, app/assets/stylesheets/dashboard/index.scss */
.dashboard__subtitle {
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
  color: #000000;
}

/* line 485, app/assets/stylesheets/dashboard/index.scss */
.dashboard__plans-container {
  display: flex;
}

/* line 489, app/assets/stylesheets/dashboard/index.scss */
.dashboard__cards-to-activation {
  margin-top: 15px !important;
}

/* line 493, app/assets/stylesheets/dashboard/index.scss */
.dashboard__plans-button {
  border: 1px solid #000000;
  border-radius: 8px;
  padding: 10px;
  text-decoration: none;
  color: #000000;
  font-weight: 700;
}

@media only screen and (max-width: 1024px) {
  /* line 493, app/assets/stylesheets/dashboard/index.scss */
  .dashboard__plans-button {
    margin-top: 10px;
    font-size: 14px;
  }
}

/* line 507, app/assets/stylesheets/dashboard/index.scss */
.dashboard__plans-flex {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: flex-start;
  align-content: flex-start;
  padding-left: 20px;
}

/* line 517, app/assets/stylesheets/dashboard/index.scss */
.dashboard__table-wrapper {
  overflow: auto;
  border-radius: 6px;
  border: 1px solid #000000;
  margin: 20px 0px;
}

/* line 524, app/assets/stylesheets/dashboard/index.scss */
.dashboard__table {
  width: 100%;
  max-width: 100%;
  border: 1px solid #000000;
  margin: 0px;
  border-collapse: collapse;
  border-style: hidden;
  border-spacing: 0;
}

/* line 533, app/assets/stylesheets/dashboard/index.scss */
.dashboard__table thead {
  text-align: left;
}

/* line 537, app/assets/stylesheets/dashboard/index.scss */
.dashboard__table td, .dashboard__table th {
  border-bottom: 1px solid #000000;
  padding: 20px;
}

/* line 542, app/assets/stylesheets/dashboard/index.scss */
.dashboard__table td {
  background-color: #FFFFFF;
  font-size: 14px;
  color: #605D5D;
}

/* line 548, app/assets/stylesheets/dashboard/index.scss */
.dashboard__table th {
  background-color: #E4E2F8;
  font-size: 16px;
}

/* line 554, app/assets/stylesheets/dashboard/index.scss */
.dashboard__table-email {
  color: #9B9696;
}

/* line 558, app/assets/stylesheets/dashboard/index.scss */
.dashboard__status, .dashboard__status--available, .dashboard__status--assigned-awaiting-activation, .dashboard__status--activation-in-progress, .dashboard__status--number-transfer-in-progress, .dashboard__status--suspended, .dashboard__status--terminated, .dashboard__status--active {
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  padding: 5px 10px;
  border-radius: 26px;
  display: inline-flex;
  flex-direction: row;
}

/* line 568, app/assets/stylesheets/dashboard/index.scss */
.dashboard__status span, .dashboard__status--available span, .dashboard__status--assigned-awaiting-activation span, .dashboard__status--activation-in-progress span, .dashboard__status--number-transfer-in-progress span, .dashboard__status--suspended span, .dashboard__status--terminated span, .dashboard__status--active span {
  font-size: 20px;
  font-weight: 800;
}

/* line 573, app/assets/stylesheets/dashboard/index.scss */
.dashboard__status--active {
  color: #059669;
  background-color: #ECFDF5;
}

/* line 580, app/assets/stylesheets/dashboard/index.scss */
.dashboard__status--active {
  color: #059669;
  background-color: #ECFDF5;
}

/* line 587, app/assets/stylesheets/dashboard/index.scss */
.dashboard__status--terminated {
  color: #FFFFFF;
  background-color: #000000;
}

/* line 594, app/assets/stylesheets/dashboard/index.scss */
.dashboard__status--suspended {
  color: #DC2626;
  background-color: #FEF2F2;
}

/* line 601, app/assets/stylesheets/dashboard/index.scss */
.dashboard__status--available, .dashboard__status--assigned-awaiting-activation, .dashboard__status--activation-in-progress, .dashboard__status--number-transfer-in-progress {
  color: #1E293B;
  background-color: #CBD5E1;
}

/* line 609, app/assets/stylesheets/dashboard/index.scss */
.dashboard__progress-bar {
  width: 90px;
  height: 6px;
  background: #D9D9D9;
  margin-top: 8px;
  border-radius: 4px;
}

/* line 616, app/assets/stylesheets/dashboard/index.scss */
.dashboard__progress-bar::before {
  width: var(--w);
  background: var(--c);
  content: '';
  content: '';
  display: block;
  height: 6px;
  border-radius: 4px;
  max-width: 100%;
}

/* line 1, app/assets/stylesheets/dashboard/form.scss */
.dashboard-form {
  max-width: 600px;
  margin: 0 auto;
  border-radius: 20px;
  border: 2px solid #FFFFFF;
  background: #FFFFFF;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  margin-top: 20px;
  margin-bottom: 20px;
}

/* line 11, app/assets/stylesheets/dashboard/form.scss */
.dashboard-form__container {
  padding: 20px 40px;
}

/* line 15, app/assets/stylesheets/dashboard/form.scss */
.dashboard-form__header {
  color: #000000;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0px 0px 10px 0px;
}

/* line 24, app/assets/stylesheets/dashboard/form.scss */
.dashboard-form__subheader {
  color: #000000;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0;
  margin-bottom: 20px;
}

/* line 34, app/assets/stylesheets/dashboard/form.scss */
.dashboard-form__text {
  margin: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #000000;
  margin-bottom: 20px;
}

/* line 44, app/assets/stylesheets/dashboard/form.scss */
.dashboard-form__label {
  font-weight: 400;
}

/* line 48, app/assets/stylesheets/dashboard/form.scss */
.dashboard-form__label--with-margin {
  margin-bottom: 10px;
}

/* line 53, app/assets/stylesheets/dashboard/form.scss */
.dashboard-form select {
  background: url(/assets/dropdown-arrow-6ab802aea67fcced8262391b1de2738859cff0acfcb9a1ef4a49dabcd3cb1d29.svg) 97% center no-repeat, linear-gradient(to right, #FFFFFF, #FFFFFF);
  appearance: none;
}

/* line 61, app/assets/stylesheets/dashboard/form.scss */
.dashboard-form__input--no-margin {
  margin: 0;
}

/* line 65, app/assets/stylesheets/dashboard/form.scss */
.dashboard-form__input--border {
  border-radius: 6px 6px 0px 0px;
  border-bottom: none;
}

/* line 70, app/assets/stylesheets/dashboard/form.scss */
.dashboard-form__input--error {
  border-color: #E80000;
}

/* line 77, app/assets/stylesheets/dashboard/form.scss */
.dashboard-form__form {
  margin: 20px 0px 0px 0px;
  max-width: 500px;
}

/* line 83, app/assets/stylesheets/dashboard/form.scss */
.dashboard-form__form-group--one-row {
  display: flex;
  margin-bottom: 10px;
}

/* line 87, app/assets/stylesheets/dashboard/form.scss */
.dashboard-form__form-group--one-row .field_with_errors {
  width: 50%;
}

/* line 91, app/assets/stylesheets/dashboard/form.scss */
.dashboard-form__form-group--one-row .field_with_errors:first-child .dashboard-form__input--error {
  border-radius: 0px 0px 0px 6px;
}

/* line 97, app/assets/stylesheets/dashboard/form.scss */
.dashboard-form__form-group--one-row .field_with_errors:last-child .dashboard-form__input--error {
  border-radius: 0px 0px 6px 0px;
}

/* line 104, app/assets/stylesheets/dashboard/form.scss */
.dashboard-form__form-group--one-row input:first-child {
  border-radius: 0px 0px 0px 6px;
}

/* line 108, app/assets/stylesheets/dashboard/form.scss */
.dashboard-form__form-group--one-row input:last-child {
  border-radius: 0px 0px 6px 0px;
}

/* line 115, app/assets/stylesheets/dashboard/form.scss */
.dashboard-form__button {
  width: auto;
  padding: 10px 20px;
  color: #FFFFFF;
  background-color: #3CBF00;
}

/* line 128, app/assets/stylesheets/dashboard/form.scss */
.dashboard-form__footer {
  display: flex;
  justify-content: end;
  margin-top: 10px;
  border-top: 1px solid #D9D9D9;
}

/* line 135, app/assets/stylesheets/dashboard/form.scss */
.dashboard-form__cancel {
  text-decoration: none;
  width: auto;
  margin-right: 10px;
  padding: 10px 20px;
  border: 1px solid #1A0030;
  color: #1A0030;
  background-color: #FFFFFF;
}

/* line 2, app/assets/stylesheets/sim_card_activation/index.scss */
.sim-card-activation__hero-image-wrapper {
  position: relative;
}

/* line 5, app/assets/stylesheets/sim_card_activation/index.scss */
.sim-card-activation__hero-image-wrapper::after {
  content: "Back of SIM";
  display: inline-block;
  position: absolute;
  bottom: -40px;
  left: 0;
  width: 542px;
  font-size: 32px;
  font-weight: 700;
  color: #FFFFFF;
  text-align: center;
}

/* line 18, app/assets/stylesheets/sim_card_activation/index.scss */
.sim-card-activation__hero-image-wrapper__hero-image {
  width: 542px;
}

/* line 23, app/assets/stylesheets/sim_card_activation/index.scss */
.sim-card-activation__phone-sim-image-wrapper {
  position: relative;
  padding-left: 55px;
}

/* line 28, app/assets/stylesheets/sim_card_activation/index.scss */
.sim-card-activation__phone-image {
  position: relative;
  z-index: 1;
  max-height: 100vh;
}

@media only screen and (max-width: 1024px) {
  /* line 28, app/assets/stylesheets/sim_card_activation/index.scss */
  .sim-card-activation__phone-image {
    max-height: 300px;
  }
}

@keyframes insert {
  0% {
    right: 25%;
  }
  100% {
    right: 60%;
  }
}

@keyframes insert-mobile {
  0% {
    right: -50%;
  }
  100% {
    right: -5%;
  }
}

/* line 56, app/assets/stylesheets/sim_card_activation/index.scss */
.sim-card-activation__sim-image {
  position: absolute;
  z-index: 0;
  bottom: 25%;
  right: 60%;
  animation-duration: 3s;
  animation-iteration-count: infinite;
}

@media only screen and (min-width: 1025px) {
  /* line 56, app/assets/stylesheets/sim_card_activation/index.scss */
  .sim-card-activation__sim-image {
    animation-name: insert;
    max-height: 15vh;
  }
}

@media only screen and (max-width: 1024px) {
  /* line 56, app/assets/stylesheets/sim_card_activation/index.scss */
  .sim-card-activation__sim-image {
    max-height: 50px;
    animation-name: insert-mobile;
  }
}

/* line 75, app/assets/stylesheets/sim_card_activation/index.scss */
.sim-card-activation__planet-image-wrapper {
  padding: 0px 100px;
}

/* line 78, app/assets/stylesheets/sim_card_activation/index.scss */
.sim-card-activation__planet-image-wrapper img {
  max-width: 100%;
  transform: scaleX(-1);
}

/* line 84, app/assets/stylesheets/sim_card_activation/index.scss */
.sim-card-activation .plans__text-wrapper {
  max-width: 475px;
}

/* line 87, app/assets/stylesheets/sim_card_activation/index.scss */
.sim-card-activation .plans__text-wrapper h3 {
  font-size: 32px;
  line-height: 1.1;
}

/* line 92, app/assets/stylesheets/sim_card_activation/index.scss */
.sim-card-activation .plans__text-wrapper p {
  font-size: 16px;
  line-height: 20px;
}

/* line 97, app/assets/stylesheets/sim_card_activation/index.scss */
.sim-card-activation .plans__text-wrapper form {
  padding: 0;
}

/* line 102, app/assets/stylesheets/sim_card_activation/index.scss */
.sim-card-activation .inner-wrapper {
  width: 85%;
}

/* line 106, app/assets/stylesheets/sim_card_activation/index.scss */
.sim-card-activation__button, .sim-card-activation__button--small {
  text-decoration: none;
  display: block;
  text-align: center;
  background-color: #3CBF00;
  width: 100%;
  font-size: 26px;
  line-height: 36px;
}

/* line 117, app/assets/stylesheets/sim_card_activation/index.scss */
.sim-card-activation__button--small {
  box-sizing: border-box;
  margin: 15px 0 15px 0;
  padding: 8px 24px;
  font-size: 16px;
  line-height: 24px;
}

/* line 128, app/assets/stylesheets/sim_card_activation/index.scss */
.sim-card-activation .button-with-arrow {
  position: relative;
  font-weight: 400;
  background-color: #FFFFFF;
  color: #000000;
  text-align: left;
}

/* line 135, app/assets/stylesheets/sim_card_activation/index.scss */
.sim-card-activation .button-with-arrow::after {
  content: "";
  position: absolute;
  right: 12px;
  top: calc(50% - 8px);
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-image: url(/assets/arrow-right-3ed64df1f484dcec03611d2bd64cca04d029cf736f8ca7b80a78455e36a2ad38.svg);
}

/* line 1, app/assets/stylesheets/transfer-existing-number/index.scss */
.transfer-existing-number {
  align-items: center;
}

@media only screen and (min-width: 1025px) {
  /* line 1, app/assets/stylesheets/transfer-existing-number/index.scss */
  .transfer-existing-number {
    justify-content: center;
    min-height: 100vh;
    display: flex;
  }
}

/* line 10, app/assets/stylesheets/transfer-existing-number/index.scss */
.transfer-existing-number__header {
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 44px;
  color: #FFFFFF;
}

@media only screen and (max-width: 1024px) {
  /* line 10, app/assets/stylesheets/transfer-existing-number/index.scss */
  .transfer-existing-number__header {
    font-size: 28px;
    line-height: 30px;
  }
}

/* line 23, app/assets/stylesheets/transfer-existing-number/index.scss */
.transfer-existing-number__text {
  color: #FFFFFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-top: 12px;
}

/* line 32, app/assets/stylesheets/transfer-existing-number/index.scss */
.transfer-existing-number__list {
  list-style: none;
  padding-left: 50px;
}

/* line 37, app/assets/stylesheets/transfer-existing-number/index.scss */
.transfer-existing-number__list-element {
  counter-increment: custom-counter;
  position: relative;
  padding-left: 20px;
}

/* line 42, app/assets/stylesheets/transfer-existing-number/index.scss */
.transfer-existing-number__list-element::before {
  content: counter(custom-counter);
  color: #FFFFFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  position: absolute;
  --size: 40px;
  left: calc(-1 * var(--size) - 10px);
  line-height: var(--size);
  width: var(--size);
  height: var(--size);
  top: 0;
  background: #3CBF00;
  border-radius: 50%;
  text-align: center;
}

@media only screen and (max-width: 1024px) {
  /* line 42, app/assets/stylesheets/transfer-existing-number/index.scss */
  .transfer-existing-number__list-element::before {
    font-size: 18px;
    line-height: 28px;
    --size: 30px;
  }
}

/* line 67, app/assets/stylesheets/transfer-existing-number/index.scss */
.transfer-existing-number__list-element__header {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  color: #FFFFFF;
  margin: 12px 0;
}

@media only screen and (max-width: 1024px) {
  /* line 67, app/assets/stylesheets/transfer-existing-number/index.scss */
  .transfer-existing-number__list-element__header {
    font-size: 18px;
    line-height: 20px;
  }
}

/* line 82, app/assets/stylesheets/transfer-existing-number/index.scss */
.transfer-existing-number .switch-date-wrapper {
  display: flex;
}

/* line 86, app/assets/stylesheets/transfer-existing-number/index.scss */
.transfer-existing-number__proposed_dates {
  position: relative;
  display: inline-flex;
  width: auto;
  margin-right: auto;
}

/* line 92, app/assets/stylesheets/transfer-existing-number/index.scss */
.transfer-existing-number__proposed_dates span {
  background: #FFFFFF;
  padding: 10px 6px;
  border-radius: 10px;
  border: 2px solid #FFFFFF;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  margin: 10px 5px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  cursor: pointer;
}

/* line 105, app/assets/stylesheets/transfer-existing-number/index.scss */
.transfer-existing-number__proposed_dates span.checked {
  border: 2px solid #3CBF00;
}

/* line 111, app/assets/stylesheets/transfer-existing-number/index.scss */
.transfer-existing-number .switch-date-divider {
  display: inline-flex;
  margin: 10px 0;
  background-color: #D9D9D9;
  width: 1px;
}

/* line 118, app/assets/stylesheets/transfer-existing-number/index.scss */
.transfer-existing-number .switch-date-input-wrapper {
  position: relative;
  width: auto;
  margin-left: auto;
}

/* line 123, app/assets/stylesheets/transfer-existing-number/index.scss */
.transfer-existing-number .switch-date-input-wrapper .field_with_errors {
  display: inline;
}

/* line 127, app/assets/stylesheets/transfer-existing-number/index.scss */
.transfer-existing-number .switch-date-input-wrapper input {
  width: 100px;
  padding-left: 36px;
  border: 2px solid #FFFFFF;
}

/* line 132, app/assets/stylesheets/transfer-existing-number/index.scss */
.transfer-existing-number .switch-date-input-wrapper input.checked {
  border: 2px solid #3CBF00;
}

/* line 137, app/assets/stylesheets/transfer-existing-number/index.scss */
.transfer-existing-number .switch-date-input-wrapper::before {
  content: url(/assets/icon-calendar-28122a02918f724286cd1434e0d129eb52b5a5ba486deeb44f97a7d2a781f441.svg);
  display: block;
  position: absolute;
  left: 12px;
  top: calc(50% - 8px);
  width: 16px;
  height: 16px;
}

/* line 148, app/assets/stylesheets/transfer-existing-number/index.scss */
.transfer-existing-number .switch-date-input-wrapper .the-datepicker__container.the-datepicker__container--over .the-datepicker__main {
  border-radius: 10px;
}

/* line 152, app/assets/stylesheets/transfer-existing-number/index.scss */
.transfer-existing-number .switch-date-input-wrapper .the-datepicker__container .the-datepicker__main .the-datepicker__body {
  margin-top: 0;
}

/* line 156, app/assets/stylesheets/transfer-existing-number/index.scss */
.transfer-existing-number .switch-date-input-wrapper .the-datepicker__container .the-datepicker__main .the-datepicker__navigation {
  margin-top: 0;
}

/* line 160, app/assets/stylesheets/transfer-existing-number/index.scss */
.transfer-existing-number .switch-date-input-wrapper .the-datepicker__container .the-datepicker__main
td.the-datepicker__cell--selected
a.the-datepicker__button
.the-datepicker__button-content {
  background-color: #3CBF00;
}

/* line 167, app/assets/stylesheets/transfer-existing-number/index.scss */
.transfer-existing-number .switch-date-input-wrapper .the-datepicker__container .the-datepicker__main
td.the-datepicker__cell--selected
a.the-datepicker__button {
  color: #FFFFFF;
}

/* line 173, app/assets/stylesheets/transfer-existing-number/index.scss */
.transfer-existing-number .switch-date-input-wrapper .the-datepicker__container .the-datepicker__main a.the-datepicker__button {
  color: #18181B;
}

/* line 177, app/assets/stylesheets/transfer-existing-number/index.scss */
.transfer-existing-number .switch-date-input-wrapper .the-datepicker__container .the-datepicker__main
td.the-datepicker__cell--unavailable
a.the-datepicker__button {
  color: #D9D9D9;
}

/* line 185, app/assets/stylesheets/transfer-existing-number/index.scss */
.transfer-existing-number__form {
  margin: 0 auto;
}

@media only screen and (min-width: 1025px) {
  /* line 185, app/assets/stylesheets/transfer-existing-number/index.scss */
  .transfer-existing-number__form {
    max-width: 500px;
    padding: 40px 0;
  }
}

@media only screen and (max-width: 1024px) {
  /* line 185, app/assets/stylesheets/transfer-existing-number/index.scss */
  .transfer-existing-number__form {
    padding: 20px 0;
  }
}

/* line 205, app/assets/stylesheets/transfer-existing-number/index.scss */
.transfer-existing-number__input--error {
  border-color: #E80000;
}

/* line 211, app/assets/stylesheets/transfer-existing-number/index.scss */
.transfer-existing-number__input:last-child {
  width: 65%;
}

/* line 216, app/assets/stylesheets/transfer-existing-number/index.scss */
.transfer-existing-number__button {
  background: #3CBF00;
}

/* line 1, app/assets/stylesheets/transfer-existing-number/confirmation.scss */
.transfer-existing-number-confirmation {
  position: relative;
}

@media only screen and (max-width: 1024px) {
  /* line 1, app/assets/stylesheets/transfer-existing-number/confirmation.scss */
  .transfer-existing-number-confirmation {
    padding: 0px 30px;
  }
}

/* line 8, app/assets/stylesheets/transfer-existing-number/confirmation.scss */
.transfer-existing-number-confirmation__container {
  padding: 30px;
  border-radius: 20px;
  border: 2px solid #FFFFFF;
  background: #FFFFFF;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
}

@media only screen and (min-width: 1025px) {
  /* line 8, app/assets/stylesheets/transfer-existing-number/confirmation.scss */
  .transfer-existing-number-confirmation__container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 650px;
    margin-top: 300px;
  }
}

@media only screen and (max-width: 1024px) {
  /* line 8, app/assets/stylesheets/transfer-existing-number/confirmation.scss */
  .transfer-existing-number-confirmation__container {
    margin: 0 auto;
    margin-top: 100px;
    max-width: 500px;
  }
}

/* line 31, app/assets/stylesheets/transfer-existing-number/confirmation.scss */
.transfer-existing-number-confirmation__icon {
  position: absolute;
  width: 120px;
  height: 120px;
  border-radius: 18px;
  border: 1px solid #E8E8E8;
  background: #FFFFFF;
  left: 50%;
  transform: translateX(calc(50% - 120px));
  top: -45px;
  text-align: center;
}

/* line 43, app/assets/stylesheets/transfer-existing-number/confirmation.scss */
.transfer-existing-number-confirmation__icon::before {
  content: "";
  height: 30px;
  width: 120px;
  background-color: #E80000;
  position: absolute;
  top: 0px;
  left: 0px;
  border-radius: 18px 18px 0px 0px;
}

/* line 55, app/assets/stylesheets/transfer-existing-number/confirmation.scss */
.transfer-existing-number-confirmation__day {
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 34px 0px 0px 0px;
}

/* line 63, app/assets/stylesheets/transfer-existing-number/confirmation.scss */
.transfer-existing-number-confirmation__month {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0px;
}

/* line 71, app/assets/stylesheets/transfer-existing-number/confirmation.scss */
.transfer-existing-number-confirmation__header {
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 20px;
  padding-top: 45px;
}

@media only screen and (max-width: 1024px) {
  /* line 71, app/assets/stylesheets/transfer-existing-number/confirmation.scss */
  .transfer-existing-number-confirmation__header {
    font-size: 24px;
    line-height: 1.2;
  }
}

/* line 86, app/assets/stylesheets/transfer-existing-number/confirmation.scss */
.transfer-existing-number-confirmation__button {
  color: #000000;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  border-radius: 8px;
  background: #FFFFFF;
  border: 1px solid #000000;
  padding: 20px 25px;
  display: block;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: "KumbhSans";
  text-decoration: none;
  width: fit-content;
}

@media only screen and (max-width: 1024px) {
  /* line 86, app/assets/stylesheets/transfer-existing-number/confirmation.scss */
  .transfer-existing-number-confirmation__button {
    font-size: 16px;
    line-height: 1.2;
    padding: 10px 12px;
  }
}

/* line 1, app/assets/stylesheets/plans/index.scss */
.plans {
  align-items: center;
}

@media only screen and (min-width: 1025px) {
  /* line 1, app/assets/stylesheets/plans/index.scss */
  .plans {
    display: flex;
    justify-content: center;
    min-height: 100vh;
  }
}

/* line 10, app/assets/stylesheets/plans/index.scss */
.plans__column, .plans__column--dark {
  position: relative;
  width: 100%;
  background: #F6F5F0;
}

@media only screen and (min-width: 1025px) {
  /* line 10, app/assets/stylesheets/plans/index.scss */
  .plans__column, .plans__column--dark {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: stretch;
  }
}

@media only screen and (max-width: 1024px) {
  /* line 10, app/assets/stylesheets/plans/index.scss */
  .plans__column, .plans__column--dark {
    width: 100%;
  }
}

/* line 27, app/assets/stylesheets/plans/index.scss */
.plans__column--dark {
  background: #1A0030;
}

@media only screen and (max-width: 1024px) {
  /* line 27, app/assets/stylesheets/plans/index.scss */
  .plans__column--dark {
    padding: 100px 0px 40px 0px;
    display: flex;
    justify-content: center;
  }
}

@media only screen and (min-width: 1025px) {
  /* line 40, app/assets/stylesheets/plans/index.scss */
  .plans__column-wrapper {
    flex: 1 1 50vw;
    width: 100%;
    display: flex;
    flex-direction: column;
  }
}

@media only screen and (max-width: 1024px) {
  /* line 40, app/assets/stylesheets/plans/index.scss */
  .plans__column-wrapper {
    padding: 0px 30px;
  }
}

@media only screen and (min-width: 1025px) {
  /* line 53, app/assets/stylesheets/plans/index.scss */
  .plans__partner-image {
    margin-bottom: 40px;
    margin-left: 100px;
  }
}

@media only screen and (max-width: 1252px) {
  /* line 53, app/assets/stylesheets/plans/index.scss */
  .plans__partner-image {
    margin-bottom: 20px;
    margin-left: 80px;
    height: 110px;
  }
}

@media only screen and (max-width: 1024px) {
  /* line 53, app/assets/stylesheets/plans/index.scss */
  .plans__partner-image {
    max-height: 200px;
    display: block;
    margin: auto;
  }
}

/* line 72, app/assets/stylesheets/plans/index.scss */
.plans__text-wrapper {
  display: block;
}

@media only screen and (min-width: 1025px) {
  /* line 72, app/assets/stylesheets/plans/index.scss */
  .plans__text-wrapper {
    padding: 0px 100px;
  }
}

@media only screen and (max-width: 1024px) {
  /* line 72, app/assets/stylesheets/plans/index.scss */
  .plans__text-wrapper {
    padding: 10px 0px 0px 0px;
  }
}

/* line 85, app/assets/stylesheets/plans/index.scss */
.plans__info span {
  color: #E80000;
  font-weight: bold;
}

/* line 91, app/assets/stylesheets/plans/index.scss */
.plans__form {
  margin: 0 auto;
}

/* line 95, app/assets/stylesheets/plans/index.scss */
.plans__header, .plans__header--spacing {
  color: #FFFFFF;
  font-size: 54px;
  font-style: normal;
  font-weight: 700;
  line-height: 54px;
  margin: 20px 0px;
}

@media only screen and (max-width: 1252px) {
  /* line 95, app/assets/stylesheets/plans/index.scss */
  .plans__header, .plans__header--spacing {
    font-size: 38px;
    line-height: 38px;
  }
}

@media only screen and (max-width: 1024px) {
  /* line 95, app/assets/stylesheets/plans/index.scss */
  .plans__header, .plans__header--spacing {
    font-size: 30px;
    line-height: 30px;
  }
}

/* line 113, app/assets/stylesheets/plans/index.scss */
.plans__header span, .plans__header--spacing span {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

/* line 120, app/assets/stylesheets/plans/index.scss */
.plans__header--spacing {
  font-size: 40px;
  line-height: 44px;
  margin: 30px 0px;
}

/* line 129, app/assets/stylesheets/plans/index.scss */
.plans__promo-code {
  font-size: 12px;
  background: #EF767A;
  border-radius: 24px;
  padding: 10px;
  color: #FFFFFF;
  font-weight: bold;
}

/* line 138, app/assets/stylesheets/plans/index.scss */
.plans__subheader {
  color: #000000;
  font-style: normal;
  font-weight: 700;
}

@media only screen and (min-width: 1025px) {
  /* line 138, app/assets/stylesheets/plans/index.scss */
  .plans__subheader {
    font-size: 24px;
    line-height: 24px;
  }
}

@media only screen and (max-width: 1024px) {
  /* line 138, app/assets/stylesheets/plans/index.scss */
  .plans__subheader {
    font-size: 20px;
    line-height: 20px;
  }
}

/* line 154, app/assets/stylesheets/plans/index.scss */
.plans__form-title {
  color: #000000;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}

/* line 162, app/assets/stylesheets/plans/index.scss */
.plans__text {
  color: #FFFFFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  margin: 0;
}

@media only screen and (max-width: 1252px) {
  /* line 162, app/assets/stylesheets/plans/index.scss */
  .plans__text {
    font-size: 20px;
    line-height: 24px;
  }
}

/* line 175, app/assets/stylesheets/plans/index.scss */
.plans__text--big {
  color: #FFFFFF;
  font-size: 18px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 20px !important;
  margin: 20px 0px;
}

/* line 183, app/assets/stylesheets/plans/index.scss */
.plans__text--big a {
  font-weight: bold;
  color: #FFFFFF;
}

/* line 189, app/assets/stylesheets/plans/index.scss */
.plans__text--small {
  color: #FFFFFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  margin: 0;
}

/* line 199, app/assets/stylesheets/plans/index.scss */
.plans__card-image {
  margin-bottom: 20px;
}

/* line 203, app/assets/stylesheets/plans/index.scss */
.plans__list, .plans__ordered-list {
  margin: 0;
  padding: 0;
  padding-left: 30px;
}

/* line 209, app/assets/stylesheets/plans/index.scss */
.plans__list-element {
  position: relative;
  list-style-type: none;
  color: #FFFFFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}

@media only screen and (max-width: 1252px) {
  /* line 209, app/assets/stylesheets/plans/index.scss */
  .plans__list-element {
    font-size: 20px;
    line-height: 24px;
  }
}

/* line 223, app/assets/stylesheets/plans/index.scss */
.plans__list-element::before {
  content: "";
  position: absolute;
  left: -40px;
  top: 0;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-image: url(/assets/green-tick-icon-6184d2cf7b920e3ab886a562cf1484bc7c8daafc8a4e3d75724f4cae9cbff7f6.svg);
}

/* line 235, app/assets/stylesheets/plans/index.scss */
.plans__ordered-list-element {
  position: relative;
  list-style-type: none;
  color: #FFFFFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  margin: 15px 0px;
}

@media only screen and (max-width: 1252px) {
  /* line 235, app/assets/stylesheets/plans/index.scss */
  .plans__ordered-list-element {
    font-size: 20px;
    line-height: 24px;
  }
}

/* line 250, app/assets/stylesheets/plans/index.scss */
.plans__ordered-list-element::before {
  content: "1";
  position: absolute;
  left: -40px;
  top: 0;
  width: 30px;
  height: 30px;
  background-color: #3CBF00;
  font-size: 18px;
  line-height: 30px;
  font-weight: normal;
  color: #FFFFFF;
  text-align: center;
  border-radius: 20px;
  top: 50%;
  transform: translateY(-50%);
}

/* line 268, app/assets/stylesheets/plans/index.scss */
.plans__ordered-list-element:nth-of-type(2)::before {
  content: "2";
}

/* line 272, app/assets/stylesheets/plans/index.scss */
.plans__ordered-list-element:nth-of-type(3)::before {
  content: "3";
}

/* line 277, app/assets/stylesheets/plans/index.scss */
.plans__card-section {
  display: flex;
}

/* line 280, app/assets/stylesheets/plans/index.scss */
.plans__card-section--row {
  display: block;
}

/* line 285, app/assets/stylesheets/plans/index.scss */
.plans__radio-input {
  display: none;
}

/* line 288, app/assets/stylesheets/plans/index.scss */
.plans__radio-input:checked + .plans__radio-button, .plans__radio-input:checked + .plans__radio-button--disabled {
  border: 6px solid #3CBF00;
}

/* line 291, app/assets/stylesheets/plans/index.scss */
.plans__radio-input:checked + .plans__radio-button::after, .plans__radio-input:checked + .plans__radio-button--disabled::after {
  border-bottom-width: 6px;
  border-color: #3CBF00;
}

@media only screen and (min-width: 1025px) {
  /* line 298, app/assets/stylesheets/plans/index.scss */
  .plans .data .plans__radio-button, .plans .data .plans__radio-button--disabled {
    font-size: 36px;
    line-height: 32px;
  }
}

@media only screen and (max-width: 1024px) {
  /* line 298, app/assets/stylesheets/plans/index.scss */
  .plans .data .plans__radio-button, .plans .data .plans__radio-button--disabled {
    font-size: 24px;
    line-height: 20px;
  }
}

/* line 310, app/assets/stylesheets/plans/index.scss */
.plans__radio-button, .plans__radio-button--disabled {
  background: #FFFFFF;
  padding: 15px 0;
  border-radius: 20px;
  border: 6px solid transparent;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  margin: 0px 5px;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  color: #000000;
  width: 100%;
  text-align: center;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  min-height: 60px;
}

/* line 330, app/assets/stylesheets/plans/index.scss */
.plans__radio-button--disabled {
  opacity: 0.5;
}

/* line 334, app/assets/stylesheets/plans/index.scss */
.plans__radio-button--disabled::before {
  content: "Coming soon";
  position: absolute;
  bottom: -40px;
  background: #D9D9D9;
  font-family: "KumbhSans";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  width: 94%;
  left: calc(0 + 2%);
  padding: 5px 0px;
  border-radius: 0px 0px 8px 8px;
}

/* line 351, app/assets/stylesheets/plans/index.scss */
.plans__radio-button.contract_12, .contract_12.plans__radio-button--disabled, .plans__radio-button.contract_24, .contract_24.plans__radio-button--disabled {
  flex-direction: column;
}

/* line 355, app/assets/stylesheets/plans/index.scss */
.plans__radio-button.contract_12::after, .contract_12.plans__radio-button--disabled::after, .plans__radio-button.contract_24::after, .contract_24.plans__radio-button--disabled::after {
  content: "Save 10%";
  position: absolute;
  bottom: -6px;
  display: block;
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  background-color: #D9D9D9;
  border: 6px solid transparent;
  border-top-width: 0;
  border-bottom-width: 0;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

/* line 373, app/assets/stylesheets/plans/index.scss */
.plans__radio-button.contract_24::after, .contract_24.plans__radio-button--disabled::after {
  content: "Save 15%";
}

/* line 378, app/assets/stylesheets/plans/index.scss */
.plans__radio-button p, .plans__radio-button--disabled p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  margin: 0;
}

/* line 387, app/assets/stylesheets/plans/index.scss */
.plans__radio-button h4, .plans__radio-button--disabled h4 {
  text-align: left;
  font-style: normal;
  font-weight: 700;
  margin: 0;
}

@media only screen and (min-width: 1025px) {
  /* line 387, app/assets/stylesheets/plans/index.scss */
  .plans__radio-button h4, .plans__radio-button--disabled h4 {
    font-size: 36px;
    line-height: 36px;
  }
}

@media only screen and (max-width: 1024px) {
  /* line 387, app/assets/stylesheets/plans/index.scss */
  .plans__radio-button h4, .plans__radio-button--disabled h4 {
    font-size: 24px;
    line-height: 24px;
  }
}

/* line 404, app/assets/stylesheets/plans/index.scss */
.plans__radio-button img, .plans__radio-button--disabled img {
  margin: 0 20px;
}

/* line 409, app/assets/stylesheets/plans/index.scss */
.plans__icon-box {
  display: flex;
  justify-content: center;
  margin-right: 20px;
}

/* line 415, app/assets/stylesheets/plans/index.scss */
.plans__card {
  display: inline-flex;
  width: 100%;
  margin: 10px 0px;
}

/* line 421, app/assets/stylesheets/plans/index.scss */
.plans__summary {
  background: #FFFFFF;
  border-radius: 6px;
  display: flex;
  align-items: center;
  text-align: center;
}

@media only screen and (min-width: 1025px) {
  /* line 421, app/assets/stylesheets/plans/index.scss */
  .plans__summary {
    margin: 80px 40px 0px 40px;
    padding: 10px;
  }
}

@media only screen and (max-width: 1024px) {
  /* line 421, app/assets/stylesheets/plans/index.scss */
  .plans__summary {
    width: 100%;
    margin: 20px 0px;
  }
}

/* line 439, app/assets/stylesheets/plans/index.scss */
.plans__summary-element {
  width: 100%;
}

@media only screen and (min-width: 1025px) {
  /* line 439, app/assets/stylesheets/plans/index.scss */
  .plans__summary-element {
    padding: 0px 20px;
  }
}

@media only screen and (max-width: 1024px) {
  /* line 439, app/assets/stylesheets/plans/index.scss */
  .plans__summary-element {
    padding: 20px;
  }
}

/* line 450, app/assets/stylesheets/plans/index.scss */
.plans__summary-element:first-child {
  border-right: 1px solid #D9D9D9;
}

/* line 455, app/assets/stylesheets/plans/index.scss */
.plans__summary-text, .plans__summary-text--light {
  color: #000000;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0;
}

/* line 463, app/assets/stylesheets/plans/index.scss */
.plans__summary-text--light {
  font-weight: 400;
}

/* line 469, app/assets/stylesheets/plans/index.scss */
.plans__price {
  margin: 10px 0px;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}

@media only screen and (min-width: 1025px) {
  /* line 469, app/assets/stylesheets/plans/index.scss */
  .plans__price {
    font-size: 30px;
  }
}

@media only screen and (max-width: 1024px) {
  /* line 469, app/assets/stylesheets/plans/index.scss */
  .plans__price {
    font-size: 24px;
  }
}

/* line 485, app/assets/stylesheets/plans/index.scss */
.plans__original-price {
  font-size: 16px;
  color: #6B7280;
  font-weight: normal;
  text-decoration: line-through;
}

/* line 492, app/assets/stylesheets/plans/index.scss */
.plans__button {
  background: #3CBF00;
  border-radius: 6px;
  border: none;
  color: #FFFFFF;
  cursor: pointer;
  font-family: "KumbhSans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  margin-top: 10px;
  padding: 5px 50px;
  width: 100%;
}

/* line 507, app/assets/stylesheets/plans/index.scss */
.plans__button:disabled {
  opacity: 0.75;
}

/* line 511, app/assets/stylesheets/plans/index.scss */
.plans__button--single {
  background: #3CBF00;
  border-radius: 6px;
  border: none;
  color: #FFFFFF;
  cursor: pointer;
  float: right;
  font-family: "KumbhSans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  margin-top: 40px;
  padding: 5px 50px;
  width: 100%;
}

@media only screen and (min-width: 1025px) {
  /* line 529, app/assets/stylesheets/plans/index.scss */
  .plans__icons {
    font-size: 36px;
  }
}

@media only screen and (max-width: 1024px) {
  /* line 529, app/assets/stylesheets/plans/index.scss */
  .plans__icons {
    font-size: 20px;
  }
}

/* line 540, app/assets/stylesheets/plans/index.scss */
.plans .plan_summary .plans__header, .plans .plan_summary .plans__header--spacing {
  margin: 5px 0;
}

/* line 545, app/assets/stylesheets/plans/index.scss */
.plans__perks {
  margin: 20px 0;
}

/* line 549, app/assets/stylesheets/plans/index.scss */
.plans__label {
  font-weight: 400;
}

/* line 553, app/assets/stylesheets/plans/index.scss */
.plans__label--with-margin {
  margin-bottom: 10px;
}

/* line 558, app/assets/stylesheets/plans/index.scss */
.plans select {
  background: url(/assets/dropdown-arrow-6ab802aea67fcced8262391b1de2738859cff0acfcb9a1ef4a49dabcd3cb1d29.svg) 97% center no-repeat, linear-gradient(to right, #FFFFFF, #FFFFFF);
  appearance: none;
}

/* line 566, app/assets/stylesheets/plans/index.scss */
.plans__input--no-margin {
  margin: 0;
}

/* line 570, app/assets/stylesheets/plans/index.scss */
.plans__input--one-group {
  margin: 0;
}

/* line 574, app/assets/stylesheets/plans/index.scss */
.plans__input--border {
  border-radius: 6px 6px 0px 0px;
  border-bottom: none;
}

/* line 579, app/assets/stylesheets/plans/index.scss */
.plans__input--no-border-top {
  border-top: none;
  border-radius: 0px 0px 8px 8px;
  margin-bottom: 10px;
}

/* line 585, app/assets/stylesheets/plans/index.scss */
.plans__input--error {
  border-color: #E80000;
}

/* line 592, app/assets/stylesheets/plans/index.scss */
.plans__form {
  margin: 20px 0px 0px 0px;
  max-width: 500px;
  margin: 0 auto;
}

/* line 599, app/assets/stylesheets/plans/index.scss */
.plans__form-group--one-row-inputs {
  margin-bottom: 20px;
  display: flex;
  justify-content: left;
  flex-direction: row;
}

/* line 605, app/assets/stylesheets/plans/index.scss */
.plans__form-group--one-row-inputs input {
  height: 38px;
  width: 38px;
  margin: 0px 18px 0 0;
  padding: 8px;
  text-align: center;
  font-size: 28px;
}

/* line 613, app/assets/stylesheets/plans/index.scss */
.plans__form-group--one-row-inputs input::placeholder {
  text-align: center;
  font-size: 28px;
}

/* line 620, app/assets/stylesheets/plans/index.scss */
.plans__form-group--one-row {
  display: flex;
  margin-bottom: 10px;
}

/* line 624, app/assets/stylesheets/plans/index.scss */
.plans__form-group--one-row .field_with_errors {
  width: 50%;
}

/* line 628, app/assets/stylesheets/plans/index.scss */
.plans__form-group--one-row .field_with_errors:first-child .plans__input--error {
  border-radius: 0px 0px 0px 6px;
}

/* line 634, app/assets/stylesheets/plans/index.scss */
.plans__form-group--one-row .field_with_errors:last-child .plans__input--error {
  border-radius: 0px 0px 6px 0px;
}

/* line 641, app/assets/stylesheets/plans/index.scss */
.plans__form-group--one-row input:first-child {
  border-radius: 0px 0px 0px 6px;
}

/* line 645, app/assets/stylesheets/plans/index.scss */
.plans__form-group--one-row input:last-child {
  border-radius: 0px 0px 6px 0px;
}

/* line 656, app/assets/stylesheets/plans/index.scss */
.plans__form-button {
  background-color: #3CBF00;
  margin: 20px 0px;
}

/* line 663, app/assets/stylesheets/plans/index.scss */
.plans__disclaimer {
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  color: #000000;
  margin: 0;
}

/* line 672, app/assets/stylesheets/plans/index.scss */
.plans__e-sim-icon {
  margin: 0 auto;
  display: block;
  max-width: 200px;
}

/* line 678, app/assets/stylesheets/plans/index.scss */
.plans #sim_plan_form_country {
  border-radius: 8px 8px 0px 0px;
}

/* line 682, app/assets/stylesheets/plans/index.scss */
.plans #payment-form {
  margin: 0 auto 30px;
  padding: 0 30px;
}

@media only screen and (min-width: 1025px) {
  /* line 682, app/assets/stylesheets/plans/index.scss */
  .plans #payment-form {
    width: 600px;
  }
}

@media only screen and (max-width: 1024px) {
  /* line 682, app/assets/stylesheets/plans/index.scss */
  .plans #payment-form {
    max-width: 500px;
  }
}

/* line 694, app/assets/stylesheets/plans/index.scss */
.plans #payment-form #payment-element {
  margin-bottom: 10px;
}

/* line 698, app/assets/stylesheets/plans/index.scss */
.plans #payment-form #error-message {
  color: #FF4D4D;
  font-size: 16px;
  line-height: 20px;
}

/* line 704, app/assets/stylesheets/plans/index.scss */
.plans #payment-form button {
  margin-top: 10px;
}

/* line 710, app/assets/stylesheets/plans/index.scss */
.plans.success .plans__image-wrapper {
  padding: 0px 100px;
}

/* line 713, app/assets/stylesheets/plans/index.scss */
.plans.success .plans__image-wrapper img {
  max-width: 100%;
  transform: scaleX(-1);
}

/* line 719, app/assets/stylesheets/plans/index.scss */
.plans.success .plans__text-wrapper {
  max-width: 550px;
  margin: 0 auto;
}

/* line 724, app/assets/stylesheets/plans/index.scss */
.plans.success .plans__content-wrapper {
  position: relative;
  padding-left: 60px;
}

/* line 728, app/assets/stylesheets/plans/index.scss */
.plans.success .plans__content-wrapper p {
  font-size: 26px;
  line-height: 36px;
}

@media only screen and (max-width: 1024px) {
  /* line 728, app/assets/stylesheets/plans/index.scss */
  .plans.success .plans__content-wrapper p {
    font-size: 16px;
    line-height: 20px;
  }
}

/* line 737, app/assets/stylesheets/plans/index.scss */
.plans.success .plans__content-wrapper p::before {
  content: "1";
  position: absolute;
  left: 0;
  display: block;
  height: 40px;
  width: 40px;
  font-size: 28px;
  line-height: 40px;
  font-weight: 700;
  color: #FFFFFF;
  text-align: center;
  background-color: #3CBF00;
  border-radius: 20px;
}

@media only screen and (max-width: 1024px) {
  /* line 737, app/assets/stylesheets/plans/index.scss */
  .plans.success .plans__content-wrapper p::before {
    font-size: 20px;
    line-height: 32px;
    height: 32px;
    width: 32px;
  }
}

/* line 760, app/assets/stylesheets/plans/index.scss */
.plans.success .plans__content-wrapper p:nth-of-type(2)::before {
  content: "2";
}

/* line 764, app/assets/stylesheets/plans/index.scss */
.plans.success .plans__content-wrapper p:nth-of-type(3)::before {
  content: "3";
}

/* line 768, app/assets/stylesheets/plans/index.scss */
.plans.success .plans__content-wrapper p:nth-of-type(4)::before {
  content: "4";
}

/* line 774, app/assets/stylesheets/plans/index.scss */
.plans.success .store-icon,
.plans.success .social-icon {
  display: inline-block;
  margin-right: 25px;
}

/* line 1, app/assets/stylesheets/the-datepicker.css */
body.the-datepicker-page {
  overflow: hidden;
}

@media (min-width: 37.5em) {
  /* line 5, app/assets/stylesheets/the-datepicker.css */
  body.the-datepicker-page {
    overflow: auto;
  }
}

/* line 9, app/assets/stylesheets/the-datepicker.css */
.the-datepicker__container {
  position: absolute;
  left: auto;
  top: auto;
  z-index: 99;
}

/* line 16, app/assets/stylesheets/the-datepicker.css */
.the-datepicker__container .the-datepicker__main {
  border-top-left-radius: 0;
}

/* line 19, app/assets/stylesheets/the-datepicker.css */
.the-datepicker__container.the-datepicker__container--over .the-datepicker__main {
  border-top-left-radius: 0.3em;
  border-bottom-left-radius: 0;
}

/* line 23, app/assets/stylesheets/the-datepicker.css */
.the-datepicker__container.the-datepicker__container--left .the-datepicker__main {
  border-top-left-radius: 0.3em;
  border-top-right-radius: 0;
}

/* line 27, app/assets/stylesheets/the-datepicker.css */
.the-datepicker__container.the-datepicker__container--over.the-datepicker__container--left .the-datepicker__main {
  border-bottom-left-radius: 0.3em;
  border-top-right-radius: 0.3em;
  border-bottom-right-radius: 0;
}

/* line 32, app/assets/stylesheets/the-datepicker.css */
.the-datepicker__main {
  width: auto;
  height: auto;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 0.3em;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1em;
  box-sizing: border-box;
  overflow-y: auto;
}

/* line 43, app/assets/stylesheets/the-datepicker.css */
.the-datepicker__main.the-datepicker__main--darkmode {
  background-color: #000;
  border-color: #494949;
}

@media (min-width: 37.5em) {
  /* line 49, app/assets/stylesheets/the-datepicker.css */
  .the-datepicker__container--responsive .the-datepicker__main {
    width: auto;
    height: auto;
  }
}

/* line 54, app/assets/stylesheets/the-datepicker.css */
.the-datepicker__main .the-datepicker__header {
  padding: 0.4em 0.4em 0 0.4em;
}

/* line 57, app/assets/stylesheets/the-datepicker.css */
.the-datepicker__main .the-datepicker__body {
  margin-top: 1em;
  padding: 0 0.4em 0.4em 0.4em;
  overflow-x: hidden;
  overflow-y: hidden;
}

/* line 63, app/assets/stylesheets/the-datepicker.css */
.the-datepicker__main .the-datepicker__body.the-datepicker__body--swipeable {
  touch-action: none;
}

/* line 66, app/assets/stylesheets/the-datepicker.css */
.the-datepicker__main th.the-datepicker__week-day {
  padding: 0.5em 0;
  text-align: center;
  font-weight: normal;
  text-transform: uppercase;
  color: #666;
  font-size: 0.85em;
}

/* line 74, app/assets/stylesheets/the-datepicker.css */
.the-datepicker__main a.the-datepicker__button {
  display: block;
  width: 2.1em;
  padding: 0.6em 0;
  text-decoration: none;
  text-align: center;
  color: #007eff;
  border-radius: 0.3em;
}

/* line 83, app/assets/stylesheets/the-datepicker.css */
.the-datepicker__main a.the-datepicker__button:hover {
  background-color: #d1e8ff;
  text-decoration: none;
}

/* line 87, app/assets/stylesheets/the-datepicker.css */
.the-datepicker__main--darkmode.the-datepicker__main a.the-datepicker__button:hover {
  background-color: #003b75;
}

/* line 90, app/assets/stylesheets/the-datepicker.css */
.the-datepicker__main a.the-datepicker__day-button {
  width: auto;
}

/* line 93, app/assets/stylesheets/the-datepicker.css */
.the-datepicker__container .the-datepicker__main a.the-datepicker__day-button {
  width: 2.1em;
}

/* line 96, app/assets/stylesheets/the-datepicker.css */
.the-datepicker__container.the-datepicker__container--responsive .the-datepicker__main a.the-datepicker__day-button {
  width: auto;
}

@media (min-width: 37.5em) {
  /* line 100, app/assets/stylesheets/the-datepicker.css */
  .the-datepicker__container.the-datepicker__container--responsive .the-datepicker__main a.the-datepicker__day-button {
    width: 2.1em;
  }
}

/* line 104, app/assets/stylesheets/the-datepicker.css */
.the-datepicker__main a.the-datepicker__year-button {
  width: auto;
}

/* line 107, app/assets/stylesheets/the-datepicker.css */
.the-datepicker__main a.the-datepicker__year-cell-button {
  width: auto;
}

/* line 110, app/assets/stylesheets/the-datepicker.css */
.the-datepicker__container .the-datepicker__main a.the-datepicker__year-cell-button {
  width: 3.825em;
}

/* line 113, app/assets/stylesheets/the-datepicker.css */
.the-datepicker__container.the-datepicker__container--responsive .the-datepicker__main a.the-datepicker__year-cell-button {
  width: auto;
}

@media (min-width: 37.5em) {
  /* line 117, app/assets/stylesheets/the-datepicker.css */
  .the-datepicker__container.the-datepicker__container--responsive .the-datepicker__main a.the-datepicker__year-cell-button {
    width: 3.825em;
  }
}

/* line 121, app/assets/stylesheets/the-datepicker.css */
.the-datepicker__main .the-datepicker__title {
  display: inline-block;
  width: 70%;
}

/* line 125, app/assets/stylesheets/the-datepicker.css */
.the-datepicker__main .the-datepicker__title-content {
  display: inline-block;
  padding: 0.5em;
}

/* line 129, app/assets/stylesheets/the-datepicker.css */
.the-datepicker__main .the-datepicker__control {
  display: inline-block;
  width: 30%;
  text-align: right;
}

/* line 134, app/assets/stylesheets/the-datepicker.css */
.the-datepicker__main .the-datepicker__reset,
.the-datepicker__main .the-datepicker__close {
  display: inline-block;
  font-weight: bold;
}

/* line 139, app/assets/stylesheets/the-datepicker.css */
.the-datepicker__main .the-datepicker__navigation {
  margin-top: 0.3em;
}

/* line 142, app/assets/stylesheets/the-datepicker.css */
.the-datepicker__main .the-datepicker__go {
  display: inline-block;
  width: 15%;
}

/* line 146, app/assets/stylesheets/the-datepicker.css */
.the-datepicker__main .the-datepicker__go a.the-datepicker__button {
  display: inline-block;
  font-weight: bold;
}

/* line 150, app/assets/stylesheets/the-datepicker.css */
.the-datepicker__main .the-datepicker__go-next {
  text-align: right;
}

/* line 153, app/assets/stylesheets/the-datepicker.css */
.the-datepicker__main .the-datepicker__state {
  display: inline-block;
  width: 70%;
}

/* line 157, app/assets/stylesheets/the-datepicker.css */
.the-datepicker__main .the-datepicker__month {
  display: inline-block;
  width: 62%;
  text-align: center;
}

/* line 162, app/assets/stylesheets/the-datepicker.css */
.the-datepicker__main .the-datepicker__year {
  display: inline-block;
  width: 38%;
  text-align: center;
}

/* line 167, app/assets/stylesheets/the-datepicker.css */
.the-datepicker__main .the-datepicker__month-year {
  text-align: center;
}

/* line 170, app/assets/stylesheets/the-datepicker.css */
.the-datepicker__main select.the-datepicker__select {
  font-size: 0.9em;
  margin: 0;
  padding: 0;
  background-color: #fff;
  color: #000;
}

/* line 177, app/assets/stylesheets/the-datepicker.css */
.the-datepicker__main--darkmode.the-datepicker__main select.the-datepicker__select {
  background-color: #000;
  color: #cdcdcd;
}

/* line 181, app/assets/stylesheets/the-datepicker.css */
.the-datepicker__main table.the-datepicker__table {
  width: 100%;
  border-collapse: collapse;
}

/* line 185, app/assets/stylesheets/the-datepicker.css */
.the-datepicker__container .the-datepicker__main table.the-datepicker__table {
  width: auto;
}

/* line 188, app/assets/stylesheets/the-datepicker.css */
.the-datepicker__container.the-datepicker__container--responsive .the-datepicker__main table.the-datepicker__table {
  width: 100%;
}

@media (min-width: 37.5em) {
  /* line 192, app/assets/stylesheets/the-datepicker.css */
  .the-datepicker__container.the-datepicker__container--responsive .the-datepicker__main table.the-datepicker__table {
    width: auto;
  }
}

/* line 196, app/assets/stylesheets/the-datepicker.css */
.the-datepicker__main td.the-datepicker__cell {
  padding: 0;
}

/* line 199, app/assets/stylesheets/the-datepicker.css */
.the-datepicker__main td.the-datepicker__cell a.the-datepicker__button {
  padding: 0.1em;
  margin: 0 auto;
}

/* line 203, app/assets/stylesheets/the-datepicker.css */
.the-datepicker__main td.the-datepicker__cell a.the-datepicker__button .the-datepicker__button-content {
  display: block;
}

/* line 206, app/assets/stylesheets/the-datepicker.css */
.the-datepicker__main td.the-datepicker__cell a.the-datepicker__button .the-datepicker__button-content.the-datepicker__day-content {
  padding: 0.6em 0;
}

/* line 209, app/assets/stylesheets/the-datepicker.css */
.the-datepicker__main td.the-datepicker__cell a.the-datepicker__button .the-datepicker__button-content.the-datepicker__year-cell-content {
  padding: 0.755em 0;
}

/* line 212, app/assets/stylesheets/the-datepicker.css */
.the-datepicker__main td.the-datepicker__cell a.the-datepicker__button .the-datepicker__button-content {
  text-align: center;
  border-radius: 0.3em;
}

/* line 216, app/assets/stylesheets/the-datepicker.css */
.the-datepicker__main td.the-datepicker__cell a.the-datepicker__button:hover {
  background-color: transparent;
}

/* line 219, app/assets/stylesheets/the-datepicker.css */
.the-datepicker__main td.the-datepicker__cell a.the-datepicker__button:hover .the-datepicker__button-content {
  background-color: #d1e8ff;
}

/* line 222, app/assets/stylesheets/the-datepicker.css */
.the-datepicker__main--darkmode.the-datepicker__main td.the-datepicker__cell a.the-datepicker__button:hover .the-datepicker__button-content {
  background-color: #003b75;
}

/* line 225, app/assets/stylesheets/the-datepicker.css */
.the-datepicker__main td.the-datepicker__cell--highlighted a.the-datepicker__button .the-datepicker__button-content {
  background-color: #d1e8ff;
}

/* line 228, app/assets/stylesheets/the-datepicker.css */
.the-datepicker__main--darkmode.the-datepicker__main td.the-datepicker__cell--highlighted a.the-datepicker__button .the-datepicker__button-content {
  background-color: #003b75;
}

/* line 231, app/assets/stylesheets/the-datepicker.css */
.the-datepicker__main td.the-datepicker__day--outside a.the-datepicker__button {
  color: #8ac4ff;
}

/* line 234, app/assets/stylesheets/the-datepicker.css */
.the-datepicker__main--darkmode.the-datepicker__main td.the-datepicker__day--outside a.the-datepicker__button {
  color: #002a41;
}

/* line 237, app/assets/stylesheets/the-datepicker.css */
.the-datepicker__main td.the-datepicker__cell--unavailable a.the-datepicker__button {
  color: #aaa;
}

/* line 240, app/assets/stylesheets/the-datepicker.css */
.the-datepicker__main--darkmode.the-datepicker__main td.the-datepicker__cell--unavailable a.the-datepicker__button {
  color: #323232;
}

/* line 243, app/assets/stylesheets/the-datepicker.css */
.the-datepicker__main td.the-datepicker__cell--unavailable a.the-datepicker__button:hover .the-datepicker__button-content {
  background-color: transparent;
}

/* line 246, app/assets/stylesheets/the-datepicker.css */
.the-datepicker__main--darkmode.the-datepicker__main td.the-datepicker__cell--unavailable a.the-datepicker__button:hover .the-datepicker__button-content {
  background-color: transparent;
}

/* line 249, app/assets/stylesheets/the-datepicker.css */
.the-datepicker__main td.the-datepicker__cell--selected a.the-datepicker__button,
.the-datepicker__main td.the-datepicker__cell--selected.the-datepicker__cell--highlighted a.the-datepicker__button {
  color: #fff;
}

/* line 253, app/assets/stylesheets/the-datepicker.css */
.the-datepicker__main--darkmode.the-datepicker__main td.the-datepicker__cell--selected a.the-datepicker__button,
.the-datepicker__main--darkmode.the-datepicker__main td.the-datepicker__cell--selected.the-datepicker__cell--highlighted a.the-datepicker__button {
  color: #fff;
}

/* line 257, app/assets/stylesheets/the-datepicker.css */
.the-datepicker__main td.the-datepicker__cell--selected a.the-datepicker__button .the-datepicker__button-content,
.the-datepicker__main td.the-datepicker__cell--selected.the-datepicker__cell--highlighted a.the-datepicker__button .the-datepicker__button-content {
  background-color: #007eff;
}

/* line 261, app/assets/stylesheets/the-datepicker.css */
.the-datepicker__main td.the-datepicker__cell--selected a.the-datepicker__button:hover .the-datepicker__button-content,
.the-datepicker__main td.the-datepicker__cell--selected.the-datepicker__cell--highlighted a.the-datepicker__button:hover .the-datepicker__button-content {
  background-color: #007eff;
}

/* line 265, app/assets/stylesheets/the-datepicker.css */
.the-datepicker__main--darkmode.the-datepicker__main td.the-datepicker__cell--selected a.the-datepicker__button:hover .the-datepicker__button-content,
.the-datepicker__main--darkmode.the-datepicker__main td.the-datepicker__cell--selected.the-datepicker__cell--highlighted a.the-datepicker__button:hover .the-datepicker__button-content {
  background-color: #007eff;
}

/* line 269, app/assets/stylesheets/the-datepicker.css */
.the-datepicker__main .the-datepicker__animated {
  animation-duration: 0.1s;
  animation-fill-mode: both;
}

/* line 273, app/assets/stylesheets/the-datepicker.css */
.the-datepicker__deselect {
  position: absolute;
}

/* line 276, app/assets/stylesheets/the-datepicker.css */
.the-datepicker__deselect .the-datepicker__deselect-button {
  position: relative;
  left: -0.8em;
  text-decoration: none;
  color: #007eff;
  font-weight: bold;
}

/* line 283, app/assets/stylesheets/the-datepicker.css */
.the-datepicker__deselect .the-datepicker__deselect-button:hover {
  text-decoration: none;
}

/* line 286, app/assets/stylesheets/the-datepicker.css */
.the-datepicker__fade-out-left {
  animation-name: the-datepicker-fade-out-left;
}

/* line 289, app/assets/stylesheets/the-datepicker.css */
.the-datepicker__fade-out-right {
  animation-name: the-datepicker-fade-out-right;
}

/* line 292, app/assets/stylesheets/the-datepicker.css */
.the-datepicker__fade-in-left {
  animation-name: the-datepicker-fade-in-left;
}

/* line 295, app/assets/stylesheets/the-datepicker.css */
.the-datepicker__fade-in-right {
  animation-name: the-datepicker-fade-in-right;
}

/* line 298, app/assets/stylesheets/the-datepicker.css */
.the-datepicker__fade-out-up {
  animation-name: the-datepicker-fade-out-up;
}

/* line 301, app/assets/stylesheets/the-datepicker.css */
.the-datepicker__fade-out-down {
  animation-name: the-datepicker-fade-out-down;
}

/* line 304, app/assets/stylesheets/the-datepicker.css */
.the-datepicker__fade-in-up {
  animation-name: the-datepicker-fade-in-up;
}

/* line 307, app/assets/stylesheets/the-datepicker.css */
.the-datepicker__fade-in-down {
  animation-name: the-datepicker-fade-in-down;
}

@-moz-keyframes the-datepicker-fade-out-left {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-100%, 0, 0);
  }
}

@-webkit-keyframes the-datepicker-fade-out-left {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-100%, 0, 0);
  }
}

@-o-keyframes the-datepicker-fade-out-left {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes the-datepicker-fade-out-left {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-100%, 0, 0);
  }
}

@-moz-keyframes the-datepicker-fade-out-right {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(100%, 0, 0);
  }
}

@-webkit-keyframes the-datepicker-fade-out-right {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(100%, 0, 0);
  }
}

@-o-keyframes the-datepicker-fade-out-right {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes the-datepicker-fade-out-right {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(100%, 0, 0);
  }
}

@-moz-keyframes the-datepicker-fade-in-left {
  from {
    transform: translate3d(-100%, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes the-datepicker-fade-in-left {
  from {
    transform: translate3d(-100%, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

@-o-keyframes the-datepicker-fade-in-left {
  from {
    transform: translate3d(-100%, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes the-datepicker-fade-in-left {
  from {
    transform: translate3d(-100%, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

@-moz-keyframes the-datepicker-fade-in-right {
  from {
    transform: translate3d(100%, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes the-datepicker-fade-in-right {
  from {
    transform: translate3d(100%, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

@-o-keyframes the-datepicker-fade-in-right {
  from {
    transform: translate3d(100%, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes the-datepicker-fade-in-right {
  from {
    transform: translate3d(100%, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

@-moz-keyframes the-datepicker-fade-out-up {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(0, -100%, 0);
  }
}

@-webkit-keyframes the-datepicker-fade-out-up {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(0, -100%, 0);
  }
}

@-o-keyframes the-datepicker-fade-out-up {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes the-datepicker-fade-out-up {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(0, -100%, 0);
  }
}

@-moz-keyframes the-datepicker-fade-out-down {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(0, 100%, 0);
  }
}

@-webkit-keyframes the-datepicker-fade-out-down {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(0, 100%, 0);
  }
}

@-o-keyframes the-datepicker-fade-out-down {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes the-datepicker-fade-out-down {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(0, 100%, 0);
  }
}

@-moz-keyframes the-datepicker-fade-in-up {
  from {
    transform: translate3d(0, -100%, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes the-datepicker-fade-in-up {
  from {
    transform: translate3d(0, -100%, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

@-o-keyframes the-datepicker-fade-in-up {
  from {
    transform: translate3d(0, -100%, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes the-datepicker-fade-in-up {
  from {
    transform: translate3d(0, -100%, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

@-moz-keyframes the-datepicker-fade-in-down {
  from {
    transform: translate3d(0, 100%, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes the-datepicker-fade-in-down {
  from {
    transform: translate3d(0, 100%, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

@-o-keyframes the-datepicker-fade-in-down {
  from {
    transform: translate3d(0, 100%, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes the-datepicker-fade-in-down {
  from {
    transform: translate3d(0, 100%, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

@font-face {
  font-family: 'Satoshi';
  src: url(/assets/Satoshi-8a5189ce5eadbc6accc3db5eeb89e3cc075cade6b76bbecb176617e9026e6624.ttf);
}

@font-face {
  font-family: 'KumbhSans';
  src: url(/assets/KumbhSans-b2ffc5e3d340cda4a98b7771735dc40dc54b15e5a08fcb98104f184302c37b16.ttf);
  font-weight: 100 900;
  font-style: normal;
}

/* line 3, app/assets/stylesheets/file-upload.scss */
.file-upload {
  max-width: 600px;
  margin: 20px auto;
  font-family: "KumbhSans";
}

/* line 8, app/assets/stylesheets/file-upload.scss */
.file-upload__dropzone {
  border: 2px dashed #9B9696;
  border-radius: 8px;
  padding: 40px;
  text-align: center;
  background-color: #FAFAFA;
  transition: all 0.3s ease;
  margin-bottom: 16px;
}

/* line 17, app/assets/stylesheets/file-upload.scss */
.file-upload__dropzone--dragover {
  border-color: #3CBF00;
  background-color: #E2E8F0;
}

/* line 23, app/assets/stylesheets/file-upload.scss */
.file-upload__instructions {
  color: #334155;
  margin-bottom: 16px;
  font-size: 16px;
}

/* line 29, app/assets/stylesheets/file-upload.scss */
.file-upload__drag-text, .file-upload__browse-text {
  color: #3CBF00;
  cursor: pointer;
}

/* line 35, app/assets/stylesheets/file-upload.scss */
.file-upload__input {
  display: none;
}

/* line 39, app/assets/stylesheets/file-upload.scss */
.file-upload__button {
  background-color: #3CBF00;
  color: #FFFFFF;
  border: none;
  padding: 10px 20px;
  border-radius: 4px;
  font-size: 14px;
  cursor: pointer;
  transition: background-color 0.2s;
}

/* line 49, app/assets/stylesheets/file-upload.scss */
.file-upload__button:hover {
  background-color: #3CBF00;
}

/* line 54, app/assets/stylesheets/file-upload.scss */
.file-upload__preview {
  margin-top: 20px;
}

/* line 58, app/assets/stylesheets/file-upload.scss */
.file-upload__preview-item {
  display: flex;
  align-items: center;
  padding: 8px 12px;
  background-color: #FAFAFA;
  border-radius: 4px;
  margin-bottom: 8px;
}

/* line 67, app/assets/stylesheets/file-upload.scss */
.file-upload__preview-name {
  flex-grow: 1;
  margin-left: 10px;
  color: #334155;
}

/* line 73, app/assets/stylesheets/file-upload.scss */
.file-upload__preview-remove {
  background: none;
  border: none;
  color: #E80000;
  cursor: pointer;
  font-size: 1.2em;
  margin-left: 10px;
  padding: 0 5px;
}

/* line 82, app/assets/stylesheets/file-upload.scss */
.file-upload__preview-remove:hover {
  color: #DC2626;
}

/* line 87, app/assets/stylesheets/file-upload.scss */
.file-upload__preview-size {
  color: #605D5D;
  font-size: 0.8em;
  margin-left: 5px;
}

/* line 93, app/assets/stylesheets/file-upload.scss */
.file-upload__preview-icon {
  width: 20px;
  height: 20px;
  fill: #D9D9D9;
}
