@import "./css2.css";
.app {
  padding: 0 0 50px;
  min-height: 100vh;
}
.loader {
  flex: 1;
  background: #fff;
}
._appScreen_1fj1c_1 {
  height: 200px;
  object-fit: contain;
  border-radius: 10px;
  box-shadow: 0 4px 8px #00000040;
}
@media (max-width: 500px) {
  ._appScreen_1fj1c_1 {
    height: 250px;
  }
}
._appScreensCarousel_2ztea_1 {
  display: flex;
  gap: 10px;
  width: 100%;
  overflow-y: hidden;
  overflow-x: auto;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  padding-left: 10px;
  direction: ltr;
}
._appScreensCarousel_2ztea_1::-webkit-scrollbar {
  display: none;
}
@media (min-width: 400px) {
  ._appScreensCarousel_2ztea_1 {
    justify-content: start;
  }
}
._inversion_2ztea_21 ._appScreensCarousel_2ztea_1 {
  padding-left: 0;
  direction: rtl;
  flex-direction: row-reverse;
}
@media (min-width: 400px) {
  ._inversion_2ztea_21 ._appScreensCarousel_2ztea_1 {
    justify-content: flex-end;
  }
}
._description__title_ii87i_1 {
  font-size: 18px;
  font-weight: 600;
  color: #202124;
}
._description__header_ii87i_6 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
._inversion_ii87i_13 ._description__header_ii87i_6 {
  flex-direction: row-reverse;
  text-align: right;
}
._inversion_ii87i_13 ._description__header_ii87i_6 svg {
  transform: rotate(180deg);
}
._modal__content_17huh_1 {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  z-index: 3;
  padding: 0 0 0 16px;
  display: flex;
  flex-direction: column;
}
._modal__header_17huh_15 {
  display: flex;
  gap: 16px;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid #c6c6c6;
  flex-shrink: 0;
}
._modal__header_17huh_15 div:last-child {
  display: flex;
}
._modal__logo_17huh_27 {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 8px;
  margin-right: 16px;
}
._modal__button_17huh_35 {
  width: 30px;
  height: 30px;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
._modal__button_17huh_35 svg {
  transform: rotate(180deg);
}
._modal__info_17huh_46 {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
._modal__title_17huh_52 {
  font-size: 20px;
  font-weight: 600;
  color: #202124cc;
}
._modal__subtitle_17huh_58 {
  font-size: 14px;
  color: #202124cc;
}
._modal__body_17huh_63 {
  flex: 1;
  overflow-y: auto;
  padding: 20px 10px 20px 0;
}
._modal__body_17huh_63::-webkit-scrollbar {
  width: 4px;
}
._modal__body_17huh_63::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 2px;
}
._modal__body_17huh_63::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 2px;
}
._modal__body_17huh_63::-webkit-scrollbar-thumb:hover {
  background: #555;
}
._modal__body-item_17huh_83 {
  font-size: 14px;
  white-space: pre-wrap;
  line-height: 1.2rem;
  color: gray;
  padding: 16px 0;
  border-bottom: 1px solid #c6c6c6;
}
._modal__body-item_17huh_83:last-child {
  border-bottom: none;
}
._modal__list_17huh_95 {
  display: flex;
  flex-direction: column;
  gap: 10px;
  list-style: none;
}
._modal__list-item_17huh_102 {
  display: flex;
  justify-content: space-between;
}
._modal__body-title_17huh_107 {
  margin-bottom: 10px;
  color: #202124cc;
}
._modal__description_17huh_112 {
  font-size: 14px;
  white-space: pre-wrap;
  line-height: 1.2rem;
  color: gray;
}
._inversion_17huh_119 {
  text-align: right;
}
._inversion_17huh_119 ._modal__content_17huh_1 {
  padding: 0 10px;
}
._inversion_17huh_119 ._modal__header_17huh_15 {
  justify-content: space-between;
}
._inversion_17huh_119 ._modal__header_17huh_15 div:last-child {
  flex-direction: row-reverse;
}
._inversion_17huh_119 ._modal__header_17huh_15 div:last-child img {
  margin-right: 0;
  margin-left: 10px;
}
._inversion_17huh_119
  ._modal__header_17huh_15
  div:last-child
  ._modal__info_17huh_46 {
  flex-direction: column;
}
._btn_dstqz_1 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  border: none;
  height: 37px;
  border-radius: 8px;
  background: #01875f;
  transition: 0.3s linear background-color;
  cursor: pointer;
}
@media (hover: hover) {
  ._btn_dstqz_1:hover {
    background: #0da376;
  }
  ._btn_dstqz_1:active {
    background: #01875f;
  }
}
@media (hover: none) {
  ._btn_dstqz_1:active {
    background: #0da376;
  }
}
._btn__text_dstqz_27 {
  font-size: 1.2em;
  font-weight: 600;
  color: #fff;
}
._btn_dstqz_1:disabled {
  opacity: 0.5;
  pointer-events: none;
}
._downloadPlate_1c12y_1 {
  margin: 0 auto;
  width: 100%;
  padding: 0 10px;
  gap: 24px;
}
._downloadPlate_1c12y_1 button {
  display: inline-block;
}
._downloadWishlist_1c12y_11 {
  align-items: center;
  display: flex;
  justify-content: center;
  padding-top: 15px;
  margin: auto;
  z-index: 1;
}
._downloadWishlist_1c12y_11 button {
  background: transparent;
  border: none;
  align-items: center;
  display: flex;
  height: 40px;
  font-size: 14px;
  color: #01875f;
  font-weight: 500;
}
._downloadWishlist_1c12y_11 svg {
  margin-right: 8px;
  fill: #01875f;
}
._inversion_1c12y_34 button {
  display: inline-flex;
  flex-direction: row-reverse;
}
._header_1d55z_1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  background-color: #fff;
  z-index: 3;
  padding: 10px 20px;
  transition: box-shadow 0.2s ease-in-out;
  border-bottom: 1px solid transparent;
}
._header__actionTools_1d55z_17 {
  display: flex;
  align-items: center;
  gap: 20px;
}
._logo_1d55z_23 {
  display: flex;
  align-items: center;
}
._logo_1d55z_23 svg {
  margin-right: 8px;
  height: 40px;
  width: 40px;
}
._logo_1d55z_23 p {
  font-family: Google Sans, Roboto, Arial, sans-serif;
  line-height: 1.75rem;
  font-size: 1.375rem;
  letter-spacing: 0;
  white-space: nowrap;
  color: #5f6368;
  font-weight: 500;
}
._scrolled_1d55z_42 {
  box-shadow: 0 4px 5px #00000024, 0 1px 10px #0000001f, 0 2px 4px -1px #0003;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
._inversion_1d55z_47 {
  flex-direction: row-reverse;
}
._inversion_1d55z_47 ._logo_1d55z_23 {
  flex-direction: row-reverse;
  gap: 10px;
}
._inversion_1d55z_47 ._logo_1d55z_23 svg {
  margin-right: 0;
}
._inversion_1d55z_47 ._header__actionTools_1d55z_17 {
  flex-direction: row-reverse;
}
._ios-panel-view_1vgr9_1 {
  width: 100%;
  color: #000;
  padding-top: 60px;
  background-color: #01875f;
}
._ios-panel-view__img_1vgr9_7 {
  display: inline-block;
  width: 84px;
  height: 70px;
}
._ios-panel-view__icon-dots_1vgr9_12 {
  margin: 0 6px;
}
._ios-panel-view__icon-arrow_1vgr9_15 {
  height: 16px;
}
._ios-panel-view_1vgr9_1 b {
  display: inline-block;
  margin-left: 4px;
}
._ios-panel-view__content_1vgr9_22 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
._ios-panel-view__content-info_1vgr9_27 {
  display: flex;
  align-items: center;
  font-size: 10px;
  color: #fff;
  cursor: pointer;
}
._ratingChartLine_b57ox_1 {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 4px;
}
._ratingChartLine__rate_b57ox_7 {
  font-size: 10px;
  color: gray;
}
._ratingChartLine__bg_b57ox_11 {
  width: 100%;
  height: 8px;
  background-color: #e3e3e3;
  border-radius: 10px;
}
._ratingChartLine__bar_b57ox_17 {
  height: 8px;
  background-color: #01875f;
  border-radius: 10px;
  transition: 0.3s all;
}
._inversion_b57ox_24 {
  flex-direction: row-reverse;
}
._inversion_b57ox_24 ._ratingChartLine__bg_b57ox_11 {
  transform: scaleX(-1);
}
._ratingChart_66i4j_1 {
  width: 100%;
}
._inversion_66i4j_5 {
  flex-direction: row-reverse;
  direction: ltr;
}
._inversion_66i4j_5 > * {
  direction: ltr;
}
._starRating_sm1yr_1 {
  display: flex;
}
._starRating__star_sm1yr_4 {
  fill: #e3e3e3;
  transition: fill 0.3s ease;
}
._starRating__star_filled_sm1yr_8 {
  fill: #01875f;
}
._ratingInfo_13tnm_1 {
  min-width: 110px;
  width: fit-content;
  justify-content: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}
._ratingInfo__rait_13tnm_10 {
  font-size: 50px;
  font-weight: 600;
  line-height: 60px;
}
._ratingInfo__totalReviews_13tnm_15 {
  margin-top: 6px;
  font-size: 12px;
  color: gray;
}
._reviewHead_1v34p_1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  width: 100%;
}
._reviewHead__wrapper_1v34p_8 {
  display: flex;
  align-items: center;
  gap: 12px;
}
._reviewHead__avatar_1v34p_13 {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
._reviewHead__title_1v34p_18 {
  font-size: 14px;
  font-weight: 500;
}
._inversion_1v34p_23,
._inversion_1v34p_23 ._reviewHead__wrapper_1v34p_8 {
  flex-direction: row-reverse;
}
._avatar_16fnv_1 {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
}
._reviewRating_27csx_1 {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 15px;
}
._reviewRating__date_27csx_7 {
  font-size: 12px;
  color: gray;
}
._inversion_27csx_12 {
  flex-direction: row-reverse;
}
._reviewUseful__title_1ayp7_1,
._reviewUseful__subtitle_1ayp7_1 {
  font-size: 12px;
  color: gray;
}
._reviewUseful__wrapper_1ayp7_5 {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
._reviewUseful__buttons_1ayp7_10 {
  margin-left: 20px;
  display: flex;
  align-items: center;
  gap: 8px;
}
._reviewUseful__button_1ayp7_10 {
  cursor: pointer;
  padding-inline: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 44px;
  height: 29px;
  background: none;
  border: 1px solid #75747a;
  border-radius: 20px;
  font-weight: 500;
  line-height: 29px;
  font-size: 13px;
  color: #5f6368;
}
._reviewUseful__button__active_1ayp7_32 {
  background: #01875f;
  color: #fff;
}
._support_1ayp7_37 {
  grid-row-gap: 12px;
  align-items: center;
  background-color: #f8f9fa;
  display: grid;
  grid-template-columns: 1fr;
  margin: 24px 0 24px 24px;
  padding: 12px 16px 16px;
}
._support_1ayp7_37 div {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
._support_1ayp7_37 div p {
  color: #5f6368;
  font-family: Roboto, Arial, sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.025em;
  line-height: 1rem;
}
._support_1ayp7_37 div b {
  color: #5f6368;
  font-family: Roboto, Arial, sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.025em;
  line-height: 1rem;
}
._support_1ayp7_37 p {
  color: #5f6368;
  font-family: Roboto, Arial, sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.025em;
  line-height: 1rem;
}
._inversion_1ayp7_76 {
  text-align: right;
}
._inversion_1ayp7_76 ._reviewUseful__wrapper_1ayp7_5 {
  flex-direction: row-reverse;
  text-align: right;
  gap: 10px;
}
._inversion_1ayp7_76 ._support_1ayp7_37 div:first-child {
  flex-direction: row-reverse;
}
._review__text_4yns2_1 {
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 1.2rem;
  color: #5f6368;
}
._inversion_4yns2_8 {
  text-align: right;
}
._reviewList_z7cb9_1 {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
._ratingAndReview__title_1nl89_1 {
  font-size: 18px;
  font-weight: 600;
  color: #202124;
}
._ratingAndReview__ratingWrapper_1nl89_6 {
  display: flex;
  gap: 12px;
  margin-bottom: 45px;
}
._ratingAndReview__header_1nl89_11 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
._inversion_1nl89_18 ._ratingAndReview_1nl89_1,
._inversion_1nl89_18 ._ratingAndReview__header_1nl89_11 {
  flex-direction: row-reverse;
}
._inversion_1nl89_18 ._ratingAndReview__header_1nl89_11 svg {
  transform: rotate(180deg);
}
._inversion_1nl89_18 ._ratingAndReview__ratingWrapper_1nl89_6 {
  flex-direction: row-reverse;
}
._textWithIcon_1ggq7_1 {
  display: flex;
  align-items: start;
  gap: 20px;
}
._textWithIcon__text_1ggq7_6 {
  font-size: 14px;
  color: #3e3e3e;
  font-weight: 500;
  margin-bottom: 5px;
}
._textWithIcon__subtext_1ggq7_12 {
  font-size: 12px;
  color: #5f6368;
}
._inversion_1ggq7_17 {
  flex-direction: row-reverse;
  text-align: right;
}
._securityBanner_xks4u_1 {
  padding: 26px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  border-radius: 7px;
  border: 1px solid #c8c8c8;
}
._seeText_xks4u_10 {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 500;
  color: #01875f;
}
._inversion_xks4u_17 {
  text-align: right;
}
._securityData__title_2fo1i_1 {
  font-size: 18px;
  font-weight: 600;
  color: #202124;
}
._securityData__descriptions_2fo1i_6 {
  font-size: 14px;
  color: gray;
  margin-bottom: 30px;
}
._securityData__header_2fo1i_11 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
._inversion_2fo1i_18 ._securityData__header_2fo1i_11 {
  flex-direction: row-reverse;
  text-align: right;
}
._inversion_2fo1i_18 ._securityData__header_2fo1i_11 svg {
  transform: rotate(180deg);
}
._inversion_2fo1i_18 ._securityData__descriptions_2fo1i_6 {
  text-align: right;
}
._tag_2p2dj_1 {
  width: fit-content;
  border: 1px solid #484848;
  border-radius: 5px;
  padding: 5px;
  cursor: pointer;
}
._tag__title_2p2dj_8 {
  font-size: 14px;
  line-height: 1;
  color: #484848;
  white-space: nowrap;
}
._tags_hu5i1_1 {
  display: flex;
  align-items: center;
  gap: 6px;
}
._inversion_hu5i1_7 {
  flex-direction: row-reverse;
}
._bet-log-wrapper_1w6i6_1 {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: "#fff";
  height: 100vh;
}
._bet-log-wrapper_1w6i6_1 img {
  width: 80px;
  height: 80px;
  animation: _pulse_1w6i6_1 1.5s infinite, _fade_1w6i6_1 2s infinite;
}
@keyframes _pulse_1w6i6_1 {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  to {
    transform: scale(1);
  }
}
@keyframes _fade_1w6i6_1 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
._appHead_1dx4r_1 {
  padding: 10px 10px 0;
  display: flex;
  gap: 24px;
  align-items: start;
}
._appHead__wrapper_1dx4r_7 {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
._appHead__status_1dx4r_12 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
._appHead__verify_1dx4r_19 {
  display: flex;
  align-items: center;
}
._appHead__verify__icon_1dx4r_23 {
  display: inline-block;
  margin-left: 6px;
  width: 22px;
  height: 22px;
}
._appHead__avatar_1dx4r_29 {
  width: 74px;
  height: 74px;
  border-radius: 6px;
  transition: transform 0.3s ease;
}
._appHead_1dx4r_1 h1,
._appHead_1dx4r_1 h2,
._appHead_1dx4r_1 p {
  font-weight: 500;
}
._appHead__title_1dx4r_40 {
  font-size: 19px;
}
._appHead__subtitle_1dx4r_43 {
  font-size: 16px;
  color: #01875f;
}
._appHead__company_1dx4r_47 {
  font-size: 11px;
  color: gray;
}
._appHeadActive_1dx4r_52 ._appHead__avatar_1dx4r_29 {
  transform: scale(0.6);
}
._appHeadActive_1dx4r_52 ._loader_1dx4r_55 {
  position: absolute;
  width: 74px;
  height: 74px;
  border: 3px solid transparent;
  border-top: 4px solid #01875f;
  border-radius: 50%;
  animation: _spin_1dx4r_1 1s linear infinite;
  transition: opacity 0.3s ease;
}
@keyframes _spin_1dx4r_1 {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
._inversion_1dx4r_74 {
  flex-direction: row-reverse;
  text-align: right;
}
._inversion_1dx4r_74 ._appHead__verify_1dx4r_19 {
  display: flex;
  flex-direction: row-reverse;
  margin-left: 0;
}
._inversion_1dx4r_74 ._appHead__verify__icon_1dx4r_23 {
  margin-right: 6px;
}
._metricItem_22ees_1 {
  min-width: 100px;
  height: 40px;
  display: flex;
  align-items: end;
  justify-content: center;
  flex: 0;
  overflow: hidden;
}
._metricItem_divider_22ees_10 {
  border-right: 1px solid #dddddd;
}
._metricItem__content_22ees_13 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 4px;
  padding: 0 10px;
  width: 100%;
  overflow: hidden;
}
._metricItem__title_22ees_24 {
  font-size: 14px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
._metricItem__title_weight_22ees_31 {
  font-weight: 500;
}
._metricItem__subtitle_22ees_34 {
  color: gray;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  text-align: center;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
._appMetricsInfo_jws15_1 {
  display: flex;
  align-items: center;
  overflow-x: auto;
  height: 56px;
}
._appMetricsInfo_jws15_1::-webkit-scrollbar {
  display: none;
}
._navbar_11qvd_1 {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-color: #fff;
  padding: 8px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 -2px 5px #0003;
}
._navbar-list_11qvd_13 {
  display: flex;
  list-style: none;
  gap: 10px;
  justify-content: space-between;
  padding: 0 20px;
}
._navbar-list__item_11qvd_21 {
  text-align: center;
}
._navbar-list__title_11qvd_25 {
  font-weight: 500;
  font-size: 16px;
  color: #5f6368;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Google Sans, Roboto, Helvetica, Arial, sans-serif;
}
.container {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 1296px;
  padding: 0 20px;
}
body {
  position: relative;
}
