@font-face {
  font-family: "DM Sans";
  font-style: normal;
}


.page-background {
  background: var(--page-background-color);
}

.parent {
  max-width: 377px;
  font-family: "DM Sans";
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  margin: auto;
  padding: 16px;
  box-shadow: none;
}

/* Body */
.body-text {
  color: var(--body-text-color);
}


.company-logo {
  border-radius: 100%;
  margin-right: 10px;
  object-fit: cover;
}


.btn-icon {
  width: 32px;
  height: 32px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 100%;
  align-items: center;
  display: flex;
  justify-content: center;
}

.social-btn-text {
  font-family: "DM Sans";
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  text-align: start;
}

.text-title {
  line-height: 130%;
}

.about-description {
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 5px;
  line-height: 160%;
  margin: 4px 0;
}

.social-images {
  height: 48px;
  width: 48px;
  padding: 8px;
  image-rendering: pixelated;
}

.product-image {
  width: 100%;
  max-height: 288px;
  margin-top: 5px;
  margin-bottom: 16px;
  border-radius: 10px;
  object-fit: cover;
}

.img-description {
  color: var(--body-text-color);
  font-family: 'DM Sans';
  line-height: 160%;
  font-style: normal;
}

.brand-video {
  width: 100%;
  height: 194px;
  margin-top: 24px;
  margin-bottom: 16px;
  border-radius: 20px;
  border: none;
}

.btn-grey {
  font-family: "DM Sans", sans-serif;
  height: 48px;
  min-width: 164px;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background: var(--background);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}

.promo-text {
  text-align: center;
  color: #4E5866;
  font-weight: 500;
  font-size: 13px;
  font-family: DM Sans;
  padding: 16px;
}

.mobilo-link {
  color: #D33F49;
  text-decoration: none;
  /* Add more styles as needed */
}

hr {
  border: 0;
  height: 1px;
  background: rgb(0, 0, 0, 0.5);
  width: 100%;
  margin: 24px 0;
}

/* Body-Ends */
/* common css */

.flex-column-center {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.mt-16 {
  margin-top: 16px;
}

.mt-8 {
  margin-top: 8px;
}

.mt-4 {
  margin-top: 4px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-8 {
  margin-bottom: 8px;
}

.mr-16 {
  margin-right: 16px;
}

.mr-8 {
  margin-right: 8px;
}

.fs-12 {
  font-size: 12px;
}

.fs-13 {
  font-size: 13px;
}

.fs-14 {
  font-size: 14px;
}

.fs-16 {
  font-size: 16px;
}

.fs-17 {
  font-size: 17px;
}

.fs-20 {
  font-size: 20px;
}

.fs-32 {
  font-size: 32px;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.w-100 {
  width: 100%;
}

::-webkit-scrollbar {
  width: 2px;
}

:hover::-webkit-scrollbar-thumb {
  background: #c5c5c5;
}

:focus::-webkit-scrollbar-thumb {
  background: #c5c5c5;
}

/* common css */

/* Media query */
@media screen and (max-width: 425px) {
  .parent {
    border: none;
    height: auto;
  }
}

.bottom-sheet {
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 1;
  left: 0px;
  animation: animate 1s linear forwards;
  top: 100%;
  border-radius: 9px;
  background: #fff;
}

@keyframes animate {
  %0 {
    top: 100%
  }

  100% {
    top: calc(0% + 10px);
  }
}

.lead-gen {
  width: 100%;
  height: 100%;
  border-radius: 9px;
}

.overflow-y-none {
  overflow-y: hidden;
}

.iframe-bg {
  background: lightgray 0px -0.632px / 100% 100.078%;
}

.z-5 {
  z-index: 5;
}

.close {
  top: 15px;
  left: 15px;
}

.close-container {
  width: 36px;
  line-height: 34px;
  background: #FFFFFF;
  border-radius: 12px;
  text-align: center;
  border: 1px solid #EEEEEE;
  cursor: pointer;
}

.page-body {
  padding: 10px;
}

.page-body #pre-submit .title {
  /* color: var(--header-bg-color); */
  font-feature-settings: 'clig'off, 'liga'off;
  font-family: "DM Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 10px;
  /* 26px */
}

.page-body #pre-submit {}

.page-body #post-submit {
  display: none;
}

.form {
  padding: 20px 0;
}

.control-checkbox .control_indicator:after {
  left: 6px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid #26497c;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.control-checkbox input:disabled~.control_indicator:after {
  border-color: #7b7b7b;
}

.control-checkbox .control_indicator::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 4.5rem;
  height: 4.5rem;
  margin-left: -1.3rem;
  margin-top: -1.3rem;
  background: #ffffff00;
  border-radius: 3rem;
  opacity: 0.6;
  z-index: 99999;
  transform: scale(0);
}

.control-checkbox input+.control_indicator::before {
  animation: s-ripple 250ms ease-out;
}

.control-checkbox input:checked+.control_indicator::before {
  animation-name: s-ripple-dup;
}

label.control-checkbox {
  display: inline;
  align-items: center;
  max-width: 90%;
  word-wrap: break-word;
}

.form-group {
  padding: 5px 0px;
}

.form-group-checkbox {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 20px 0px;
}

.form-label-checkbox {
  margin: 0;
  /* color: black; */
}

.form-label {
  /* color: #262626; */
  font-family: "DM Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 21px */
}

.form-label-checkbox {
  margin-bottom: 0;
}

.form-input {
  box-sizing: border-box;
  height: 48px;
  padding: 10px 16px;
  width: 100%;
  font-weight: normal;
  border-radius: 10px;
  border: 1px solid #E8E8E8;
  background: #FFF;
  color: #262626;
}

.form-input.error {
  border-color: red;
}

.form-error-container {
  text-align: right;
  display: none;
  margin: 0;
}

.form-error {
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 9px;
  color: #f70000;
}

.input-with-prefix {
  position: relative;
  width: 100%;
}

.input-with-prefix .form-input {
  padding-left: 80px;
}

.input-prefix {
  width: 80px;
  text-align: center;
  position: absolute;
  height: 100%;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  display: flex;
  align-items: center;
  color: #262626;
  justify-content: center;
}

.input-with-country {
  display: flex;
}

.input-with-country .country-form-flag {
  width: auto;
  height: 15px;
  margin-right: 5px;
}

.custom-checkbox {
  display: none;
}

.control_indicator {
  position: relative;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #FFFFFF;
  border: 1px solid #E8E8E8;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  cursor: pointer;
  border-radius: 5px;
}

.form-group-checkbox input[type="checkbox"]:checked+.control_indicator {
  background-color: #00AD72;
}

.control_indicator:after {
  content: '';
  position: absolute;
  display: none;
}

.form-group-checkbox input[type="checkbox"]:checked+.control_indicator:after {
  display: block;
  left: 7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.share-button {
  display: flex;
  padding: 15px 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 100px;
  width: 100%;
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: 0px;
  margin-top: 24px;
  opacity: 0.5;
}

.share-button-active {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  opacity: 1;
}

.signup-block {
  width: calc(100% - 30px) !important;
  left: 15px !important;
}

@media screen and (min-width: 377px) {
  .signup-block {
    width: 362px !important;
    left: calc(50% - 188.5px) !important;
  }
}



.country-form-picker {
  background: #f8f8f8;
  border: 0.5px solid #c4c4c4;
  box-sizing: border-box;
  border-radius: 5px;
  width: 70px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}


.country-form-picker.active {
  background-color: #C4C4C4;
}

.country-form-picker.active .country-form-arrow {
  transform: rotate(180deg);
}

.country-form-picker-active {
  background: #c4c4c4;
}

.country-form-picker-dropdown-container {
  position: relative;
}

.country-form-picker-dropdown {
  background: #FFFFFF;
  border: 0.5px solid rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  border-radius: 5px;
  position: absolute;
  margin-top: 5px;
  height: 200px;
  width: 100%;
  padding: 5px 10px;
  display: none;
  align-content: flex-start;
  flex-direction: column;
  z-index: 1000;
  box-shadow: 4px 7.369565010070801px 14.739130020141602px 0px rgba(34, 54, 85, 0.05);
}

.country-form-picker-dropdown.active {
  display: flex;
}

.divider {
  border-bottom: 0.2px solid #c4c4c4;
}

.country-form-picker-dropdown .search-container {
  width: 100%;
  height: 40px;
  border-bottom: 0.2px solid #c4c4c4;
  padding: 0px 5px;
  display: flex;
  align-items: center;
}

.country-form-picker-dropdown .search-container .search-icon {
  height: 20px;
  width: 20px;
}

.country-form-picker-dropdown .search-container .search-box {
  background-color: transparent;
  border: 0;
  width: 100%;
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  height: 30px;
  color: #b3b3b3;
  padding-left: 5px;
}

.country-form-picker-dropdown .search-container .search-box:focus {
  outline: none;
}

.country-form-picker-dropdown .country-container {
  height: 100%;
  overflow-y: scroll;
}

.country-form-picker-dropdown .country-container .country-with-flag {
  height: 35px;
  padding: 5px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.country-form-picker-dropdown .country-container .recommanded-countries {
  padding: 2.5px 0px;
}

.country-form-picker-dropdown .country-container .other-countries {
  padding: 2.5px 0px;
}

.country-form-flag {
  height: 20px;
  width: 30px;
}

.country-form-name {
  font-weight: 400;
  font-size: 11px;
  padding-left: 5px;
  line-height: 150%;
  text-transform: capitalize;
  color: #000000;
  width: 100%;
}

.country-form-check {
  height: 8px;
  display: none;
}

.country-form-check.active {
  height: 8px;
  display: unset;
  margin-right: 8px;
}

.country-form-arrow {
  width: 10px;
  height: 6px;
}

.country-form-arrow-active {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}

#additionalData {
  display: none;
}

select {
  appearance: none;
}

.select-dropdown {
  background-image: url(https://storage.googleapis.com/mobilo-7062f.appspot.com/landingPage/icons/select-down-arrow.svg);
  background-position: center right 10px;
  background-repeat: no-repeat;
}

/* Keyframes for Spinner Animation */
@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* For Webkit Browsers */
@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

/* Absolute Center Spinner */
.loading {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* Transparent Overlay */
.loading:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.32);
  background: rgba(0, 0, 0, 0.32);
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading:not(:required):after {
  content: "";
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 150ms infinite linear;
  -moz-animation: spinner 150ms infinite linear;
  -ms-animation: spinner 150ms infinite linear;
  -o-animation: spinner 150ms infinite linear;
  animation: spinner 150ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0,
    rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0,
    rgba(255, 255, 255, 0.75) 0 1.5em 0 0,
    rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0,
    rgba(255, 255, 255, 0.75) -1.5em 0 0 0,
    rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0,
    rgba(255, 255, 255, 0.75) 0 -1.5em 0 0,
    rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0,
    rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0,
    rgba(255, 255, 255, 0.75) 0 1.5em 0 0,
    rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0,
    rgba(255, 255, 255, 0.75) -1.5em 0 0 0,
    rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0,
    rgba(255, 255, 255, 0.75) 0 -1.5em 0 0,
    rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
}


/* The snackbar - position it at the bottom and in the middle of the screen */
#snackbar {
  visibility: hidden;
  /* Hidden by default. Visible on click */
  min-width: 250px;
  /* Set a default minimum width */
  margin-left: -125px;
  /* Divide value of min-width by 2 */
  background-color: #333;
  /* Black background color */
  color: #fff;
  /* White text color */
  text-align: center;
  /* Centered text */
  border-radius: 2px;
  /* Rounded borders */
  padding: 16px;
  /* Padding */
  position: fixed;
  /* Sit on top of the screen */
  z-index: 1;
  /* Add a z-index if needed */
  left: 50%;
  /* Center the snackbar */
  bottom: 30px;
  /* 30px from the bottom */
}

/* Show the snackbar when clicking on a button (class added with JavaScript) */
#snackbar.show {
  visibility: visible;
  /* Show the snackbar */
  /* Add animation: Take 0.5 seconds to fade in and out the snackbar.
  However, delay the fade out process for 2.5 seconds */
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }

  to {
    bottom: 30px;
    opacity: 1;
  }
}

@keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }

  to {
    bottom: 30px;
    opacity: 1;
  }
}

@-webkit-keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }

  to {
    bottom: 0;
    opacity: 0;
  }
}

@keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }

  to {
    bottom: 0;
    opacity: 0;
  }
}

.form-group {
  position: relative;
}

.loading-text-field {
  height: 48px;
  position: absolute;
  bottom: 5px;
  background: white;
  width: 100%;
  border: 1px solid #E8E8E8;
  z-index: 1;
  border-radius: 10px;
  padding: 10px 16px;
  display: flex;
  align-items: center;
}

.loading-text-field .loader-text-icon {
  margin-right: 8px;
}

.loading-text-field span {
  color: #3A80E9;
  font-size: 16px;
}

.custom-social-image {
  object-fit: cover;
  padding: 0px;
}
