/* roboto-regular - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Roboto/roboto-v30-latin-regular.eot"); /* IE9 Compat Modes */
  src: local(""),
    url("../fonts/Roboto/roboto-v30-latin-regular.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-IE8 */ url("../fonts/Roboto/roboto-v30-latin-regular.woff2")
      format("woff2"),
    /* Super Modern Browsers */
      url("../fonts/Roboto/roboto-v30-latin-regular.woff") format("woff"),
    /* Modern Browsers */ url("../fonts/Roboto/roboto-v30-latin-regular.ttf")
      format("truetype"),
    /* Safari, Android, iOS */
      url("../fonts/Roboto/roboto-v30-latin-regular.svg#Roboto") format("svg"); /* Legacy iOS */
  font-display: swap;
}
/* roboto-500 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/Roboto/roboto-v30-latin-500.eot"); /* IE9 Compat Modes */
  src: local(""),
    url("../fonts/Roboto/roboto-v30-latin-500.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-IE8 */ url("../fonts/Roboto/roboto-v30-latin-500.woff2")
      format("woff2"),
    /* Super Modern Browsers */ url("../fonts/Roboto/roboto-v30-latin-500.woff")
      format("woff"),
    /* Modern Browsers */ url("../fonts/Roboto/roboto-v30-latin-500.ttf")
      format("truetype"),
    /* Safari, Android, iOS */
      url("../fonts/Roboto/roboto-v30-latin-500.svg#Roboto") format("svg"); /* Legacy iOS */
  font-display: swap;
}
/* roboto-700 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Roboto/roboto-v30-latin-700.eot"); /* IE9 Compat Modes */
  src: local(""),
    url("../fonts/Roboto/roboto-v30-latin-700.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-IE8 */ url("../fonts/Roboto/roboto-v30-latin-700.woff2")
      format("woff2"),
    /* Super Modern Browsers */ url("../fonts/Roboto/roboto-v30-latin-700.woff")
      format("woff"),
    /* Modern Browsers */ url("../fonts/Roboto/roboto-v30-latin-700.ttf")
      format("truetype"),
    /* Safari, Android, iOS */
      url("../fonts/Roboto/roboto-v30-latin-700.svg#Roboto") format("svg"); /* Legacy iOS */
  font-display: swap;
}
html,
body {
  font-family: "Roboto", "Segoe UI", sans-serif;
  scroll-behavior: smooth;
}
a,
a:hover {
  text-decoration: none;
}

.menu-btn {
  display: none;
  background-color: #f0f0f0;
  border-radius: 5px;
  cursor: pointer;
  user-select: none;
  font-size: 24px;
  font-weight: bold;
}
.menu-btn:hover {
  background-color: #fd0e65;
  color: white;
}
.container1 {
  display: flex;
  align-items: center;
}
.link_container {
  margin: 0.7rem 0;
}
.popup_copy {
  display: inline-block;
  position: relative;
  right: -17rem;
  background: #a0a0a0;
  width: auto;
  padding: 0.3rem;
  font-size: small;
  border: none;
  border-radius: 0.2rem;
  opacity: 0;
}
@media screen and (max-width: 535px) {
  .popup_copy {
    right: -1rem;
  }
}
.magnet_img {
  object-fit: cover;
  height: 3rem;
  width: 3rem;
  margin-left: 3rem;
  display: inline-block;
}
.nav-item {
  color: red;
  font-weight: 600;
}
.nav-item:hover {
  color: black;
}
.separator {
  border-top: 1px solid #606060;
}
.auth-btn {
  background-color: #fd0e65;
  color: white;
  border-radius: 4px;
  display: none;
}

#text {
  height: 50px;
}

#profile-btn {
  height: 50px;
}

#propertyType {
  height: 50px;
}

@media screen and (min-width: 640px) and (max-width: 768px) {
  .container {
    max-width: 740px !important;
  }
  #display-image {
    width: 350px !important;
    height: 600px !important;
  }
}

.display-receipt-WECHATPAY {
  width: 400px;
  height: 700px;
  border: 1px solid black;
  background-position: center;
  background-size: cover;
  background-image: url("/public/images/sample_receipt.jpg");
}
.display-receipt-ALIPAY {
  width: 400px;
  height: 700px;
  border: 1px solid black;
  background-position: center;
  background-size: cover;
  background-image: url("/public/images/alipay.jpg");
}
.auth-btn:hover {
  color: white;
}
.text-red {
  color: #ff0000;
}
.text-purple {
  color: #893f63;
}

.bg-red {
  background-color: #ff0000;
}
.text-navy {
  color: #1f4e79;
}
.bg-blue {
  background-color: #0062a9;
}
.bg-navy {
  background-color: #1f4e79;
}
.bg-pink {
  background-color: #fd0e65;
}
.bg-green {
  background-color: #2cc101;
}
.bg-gray {
  background-color: #404040;
}
.text-pink {
  color: #fd0e65;
}
input {
  border: 1px solid #a0a0a0;
}
input:focus {
  outline: 0;
  border: 1px solid #fd0e65;
}

.form {
  max-width: 400px;
}
.form > label,
.form > input {
  display: block;
  width: 100%;
  font-size: 14px;
}
.page {
  max-width: 980px;
}

button {
  border: 0;
  display: block;
  width: 100%;
}
td {
  padding: 0.5rem 1rem;
}
.payment-icon {
  margin-right: 1rem;
  margin-bottom: 2rem;
  width: 60px;
}

@media (max-width: 640px) {
  .payment-icon {
    width: 12%;
  }
}

.download {
  display: inline-block;
  background-color: #f0f0f0;
  border-radius: 5px;
  cursor: pointer;
  user-select: none;
  border: 1px solid #a0a0a0;
  margin-right: 2rem;
}

.store_image {
  display: inline-block;
  cursor: pointer;
  user-select: none;
  margin-right: 2rem;
}

.download:hover {
  border-color: #fd0e65;
}
.checkout-wrapper {
  text-align: right;
}
.checkout-btn {
  background-color: #fd0e65;
  color: white;
  display: block;
  cursor: pointer;
  user-select: none;
  display: inline-block;
}
.wechat-btn {
  background-color: #2cc101;
  color: #ffffff;
  display: block;
  cursor: pointer;
  user-select: none;
  display: inline-block;
}
.custom-cursor-pointer {
  cursor: pointer;
  text-align: center;
  width: 23% !important;
  user-select: none;
}
@media screen and (max-width: 800px) {
  .custom-cursor-pointer {
    width: 100% !important;
  }
}
.custom-chinese-download-buttons {
  cursor: pointer;
  text-align: center;
  width: 40% !important;
  user-select: none;
  font-size: larger;
}
@media screen and (max-width: 800px) {
  .custom-chinese-download-buttons {
    width: 100% !important;
    font-size: medium;
  }
}
.cursor-pointer {
  cursor: pointer;
  user-select: none;
}
.display-none {
  display: none;
}

.my-xl {
  margin: 5rem auto;
}

.xs-nav {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
  display: none;
}
.xs-nav-list {
  position: absolute;
  width: 60%;
  max-width: 300px;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: white;
}

.xs-nav-item,
.xs-auth-item {
  display: block;
  padding: 0.5rem 1rem;
  color: inherit;
}
.xs-auth-item {
  color: #fd0e65;
  display: none;
}
.xs-nav-item:hover {
  background-color: #f0f0f0;
  font-weight: bold;
  color: inherit;
}
.xs-auth-item:hover {
  background-color: #f0f0f0;
  font-weight: bold;
  color: #fd0e65;
}
.xs-nav-list {
  box-shadow: -5px 0px 5px rgba(0, 0, 0, 0.25);
}
.xs-nav-list > hr {
  border-top: 1px solid #d0d0d0;
}

@media screen and (max-width: 980px) {
  .nav-item {
    display: none;
  }
  .menu-btn {
    display: block;
  }
  .lang-select {
    margin-left: auto;
  }
  .auth-btn {
    display: none !important;
  }
}

.lang-select {
  position: relative;
  border: 1px solid #fd0e65;
  color: #fd0e65;
  font-weight: bold;
  border-radius: 4px;
  cursor: pointer;
  width: 90px;
}

.lang-select:hover {
  background-color: #f0f0f0;
}
.lang-value {
  text-align: center;
}

.lang-options {
  position: absolute;
  z-index: 2;
  display: none;
  color: #606060;
  background-color: white;
  top: -2px;
  left: -2px;
  right: -2px;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
}
.lang-option:hover {
  color: #fd0e65;
}

.lang-select:hover > .lang-options {
  display: block;
}

.toggle-btn {
  border-radius: 5px;
  cursor: pointer;
  user-select: none;
  border: 2px solid transparent;
}
.toggle-btn.active {
  border: 2px solid #fd0e65;
}
.toggle-btn > img,
.toggle-btn > span {
  pointer-events: none;
}
#icbnet-wrapper {
  display: none;
}
/*pay-by-zeropay*/
.title {
  color: #030391;
}
.warning-text {
  color: red;
}
.common {
  margin-left: 100px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.zeropay-qrcode {
  margin-left: 200px;
}

.zeropay-button {
  display: block;
  margin-left: 207px;
  width: 265px;
  background-color: #030391;
  color: white;
  border-radius: 4px;
  text-align: center;
}
.zeropay-currency {
  display: block;
  margin-left: 207px;
  font-weight: bolder;
  font-size: 19px;
}

@media screen and (max-width: 800px) {
  .common {
    margin-left: 20px;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .zeropay-qrcode {
    margin-left: 20px;
  }

  .zeropay-button {
    margin-left: 28px;
  }

  .zeropay-currency {
    margin-left: 28px;
  }
}

.popular {
  background-color: #0062a9;
  color: white;
  position: absolute;
  padding: 4px 12px;
  font-size: 14px;
  font-weight: bold;
  border-radius: 5px;
  top: -15px;
  left: 15%;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
}
.sales-text {
  margin-top: 20px;
  justify-content: flex-end;
}

.fw-bold {
  font-weight: bold;
}
.referral-btn {
  cursor: pointer;
  user-select: none;
  background-color: #0062a9;
  color: white;
  padding: 10px 25px;
  text-align: center;
  border-radius: 5px;
  display: inline-block;
  text-decoration: none;
  color: white;
}
.referral-btn:hover {
  color: white;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.25);
}
/* ///////////////////////////////// */

.switch {
  margin-top: 10px;
  position: relative;
  display: inline-block;
  width: 260px;
  height: 40px;
  /* margin-left: 50px; */
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  /* width: 0; */
  /* height: 0; */
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #7f7f7f;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  /* text-align: space-between;  */
  padding-top: 9px;
  /* padding-left: 45px; */
}

.slider:before {
  position: absolute;
  content: "";
  height: 32px;
  width: 32px;
  left: 0px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

input:checked + .slider {
  /* background-color: #2196F3; */
  background-color: #0062a9;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196f3;
}

input:checked + .slider:before {
  /* content: "Joe's Task: "; */
  -webkit-transform: translateX(220px);
  -ms-transform: translateX(220px);
  transform: translateX(220px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
  /* content: "Joe's Task: "; */
  font-size: 12px;
  text-align: center;
  padding-right: 10px;
  color: white;
  font-weight: bold;
}

.slider.round:before {
  border-radius: 50%;
}

#stream_plan.none {
  display: none;
}
#traffic_plans.none {
  display: none;
}
.alignBottom {
  display: flex;
  align-items: flex-end;
}

span.slider.round.stream.none {
  display: none;
}
span.slider.round.none {
  display: none;
}
.col-xs-12.col-sm-6.toggle {
  /* text-align: end; */
  width: 100%;
}

.select-box {
  position: relative;
  display: block;
  z-index: 1;
  width: 100%;
  margin: 0 auto;
  font-family: "Open Sans", "Helvetica Neue", "Segoe UI", "Calibri", "Arial",
    sans-serif;
  font-size: 18px;
  color: #60666d;
}
/* @media (min-width: 768px) {
  .select-box {
    width: 70%;
  }
}
@media (min-width: 992px) {
  .select-box {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .select-box {
    width: 30%;
  }
} */
.select-box__current {
  position: relative;
  box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  outline: none;
}
.select-box__current:focus + .select-box__list {
  opacity: 1;
  animation-name: none;
}
.select-box__current:focus + .select-box__list .select-box__option {
  cursor: pointer;
}
.select-box__current:focus .select-box__icon {
  transform: translateY(-50%) rotate(180deg);
}
.select-box__icon {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 20px;
  opacity: 0.3;
  transition: 0.2s ease;
}
.select-box__value {
  display: flex;
  text-align: center;
}
.select-box__input {
  display: none;
}
.select-box__input:checked + .select-box__input-text {
  display: block;
  color: #1f4e79;
  font-weight: bolder;
}
.select-box__input-text {
  display: none;
  width: 100%;
  margin: 0;
  padding: 15px;
  background-color: #fff;
  border: 2px solid lightgray;
  border-radius: 10px;
}
.select-box__list {
  position: absolute;
  width: 100%;
  padding: 0;
  list-style: none;
  opacity: 0;
  animation-name: HideList;
  animation-duration: 0.5s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
  animation-timing-function: step-start;
  box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
  text-align: center;
  color: lightslategray;
  font-weight: bold;
  border: 2px solid lightgray;
  border-radius: 5px;
  margin-top: 5px;
}
.select-box__option {
  display: block;
  padding: 15px;
  background-color: #fff;
}
.select-box__option:hover,
.select-box__option:focus {
  color: #546c84;
  background-color: lightgray;
  border-radius: 6px;
  margin: 0.2em;
}
label.select-box__option {
  margin-bottom: 0;
}
@keyframes HideList {
  from {
    transform: scaleY(1);
  }
  to {
    transform: scaleY(0);
  }
}
.agent-text span {
  width: 70px;
  font-size: 14px;
  text-align: center;
}
.agent-text p {
  font-size: 14px;
}
.invitation-block a {
  text-decoration: underline;
}
.invitation-block table {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.commission-text {
  border-bottom: 1px solid #000;
}
.invitation-block input {
  width: 50%;
}
.invitation-block {
  margin-top: 5%;
}
@media screen and (max-width: 767px) {
  .invitation-block input {
    width: 100%;
  }
}
.w-33 {
  width: 33%;
}

[data-timestamp] {
  color: red;
  font-weight: bold;
}

