@font-face {
  font-family: "yekan";
  src: url("../fonts/yekan/YekanWebRegular.eot");
  src: url("../fonts/yekan/YekanWebRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/yekan/YekanWebRegular.woff") format("woff");
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}
.ast-builder-menu li svg {
  display: none;
}

h1, h2, h3, h4, a, p, div, span {
  font-family: yekan;
}

.ma_btn_loading {
  position: relative;
}
.ma_btn_loading:before {
  content: "";
  width: 17px;
  height: 17px;
  border: 2px solid #fff;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
  position: absolute;
  top: calc(50% - 8px);
  left: calc(50% - 8px);
  z-index: 2;
}
.ma_btn_loading:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: inherit;
  opacity: 0.95;
  z-index: 1;
  right: 0;
  top: 0;
  border-radius: inherit;
}

.newstore-product .product-inner {
  box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.1) !important;
  border-radius: 10px;
  overflow: hidden;
}

#ma_webinar_signup {
  max-width: 400px;
  margin: auto;
}
#ma_webinar_signup > .inner {
  position: relative;
  background: #40B649;
  padding: 20px;
  border-radius: 15px;
}
#ma_webinar_signup > .inner > .title {
  position: relative;
  padding: 20px 10px 30px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  font-size: 23px;
}
#ma_webinar_signup > .inner > .title .inner {
  position: relative;
  display: inline-block;
}
#ma_webinar_signup > .inner > .title .inner .free_label {
  position: absolute;
  top: -48px;
  left: -56px;
  background: #dc35c8;
  color: #fff;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  line-height: 60px;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  animation: attention 1s cubic-bezier(0.36, 0.07, 0.19, 0.97) infinite;
}
#ma_webinar_signup .email, #ma_webinar_signup .mobile {
  display: none;
}
#ma_webinar_signup .email.active, #ma_webinar_signup .mobile.active {
  display: block;
}
#ma_webinar_signup .location_mode {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}
#ma_webinar_signup .location_mode label {
  display: block;
  flex-grow: 1;
}
#ma_webinar_signup .location_mode label input {
  display: none !important;
}
#ma_webinar_signup .location_mode label input:checked + span {
  background: #ffd88c;
  color: #404040;
}
#ma_webinar_signup .location_mode label span {
  padding: 10px;
  display: block;
  text-align: center;
  border-radius: 6px;
  cursor: pointer;
  border: 1px solid #ffd88c;
  color: #fff;
}
#ma_webinar_signup .location_mode label span:hover {
  background: #e5e5e5;
  color: #404040;
}
#ma_webinar_signup .form-group {
  margin-bottom: 10px;
}
#ma_webinar_signup .form-group.submit button {
  width: 100%;
  background: #166534;
  color: #fff;
  border: none;
  border-radius: 4px;
  transition: 0.3s all;
  font-weight: bold;
  height: 44px;
}
#ma_webinar_signup .form-group.submit button:hover {
  background: #d69d2f;
}
#ma_webinar_signup .form-group label {
  margin-bottom: 5px;
  font-weight: bold;
  display: block;
  color: #fff;
}
#ma_webinar_signup .form-group input {
  width: 100%;
  border-radius: 4px;
  height: 44px;
}
#ma_webinar_signup .message {
  color: #fff;
  background-color: #5cbf74;
  border-color: #0fd13c;
  padding: 15px;
  border-radius: 10px;
  text-align: center;
}
#ma_webinar_signup .message a {
  display: block;
  direction: ltr;
  background: #fff;
  padding: 10px;
  border-radius: 8px;
  color: dodgerblue;
  text-align: left;
}
#ma_webinar_signup p {
  color: #fff;
}
#ma_webinar_signup .product_title {
  font-weight: normal;
  font-size: 14px;
  background: #fff;
  border-radius: 20px;
  color: green;
  margin-top: 5px;
  padding: 4px 10px;
}

#ma_webinar_payment_verify {
  max-width: 500px;
  margin: 40px auto 40px;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
}
#ma_webinar_payment_verify .success {
  background: #40B649;
  border-radius: 6px;
  padding: 20px;
}
#ma_webinar_payment_verify .success > .inner {
  background: #fff;
  border-radius: 5px;
  padding: 20px;
}
#ma_webinar_payment_verify .success .icon_tick {
  width: 40px;
  height: 40px;
  fill: #40B649;
  display: inline-block;
  margin-bottom: 10px;
}
#ma_webinar_payment_verify .success .title {
  font-size: 22px;
  font-weight: bold;
}
#ma_webinar_payment_verify .success .product_title {
  color: #40b649;
  font-weight: bold;
  font-size: 25px;
  margin-bottom: 20px;
}
#ma_webinar_payment_verify .telegram_channel a {
  background: dodgerblue;
  color: #fff;
  padding: 20px 15px;
  display: block;
  font-weight: bold;
  font-size: 22px;
  border-radius: 40px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
#ma_webinar_payment_verify .tracking_code {
  font-weight: normal;
  margin-top: 20px;
}
#ma_webinar_payment_verify .support a {
  background: green;
  color: #fff;
  padding: 6px 30px;
  border-radius: 50px;
  display: inline-block;
  margin: 10px 0 0;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
#ma_webinar_payment_verify .support a span {
  display: block;
}
#ma_webinar_payment_verify .bank_card {
  padding: 15px;
  border: 1px solid green;
  border-radius: 20px;
  font-size: 22px;
}
#ma_webinar_payment_verify .bank_card .number {
  direction: ltr;
  letter-spacing: 1px;
}
#ma_webinar_payment_verify .bank_card .amount {
  letter-spacing: 2px;
  font-size: 24px;
  margin-top: 15px;
  margin-bottom: 10px;
  color: #159115;
}
#ma_webinar_payment_verify .bank_card .amount span.currency {
  letter-spacing: 0;
  font-size: 14px;
  font-weight: normal;
  color: #333;
}

#ma_course_signup {
  max-width: 400px;
  margin: auto;
}
#ma_course_signup > .inner {
  position: relative;
  background: #40B649;
  padding: 20px;
  border-radius: 15px;
}
#ma_course_signup > .inner > .title {
  position: relative;
  padding: 20px 10px 30px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  font-size: 23px;
}
#ma_course_signup > .inner > .title .inner {
  position: relative;
  display: inline-block;
}
#ma_course_signup .form-group {
  margin-bottom: 10px;
}
#ma_course_signup .form-group.submit button {
  width: 100%;
  background: #166534;
  color: #fff;
  border: none;
  border-radius: 4px;
  transition: 0.3s all;
  font-weight: bold;
  height: 44px;
}
#ma_course_signup .form-group.submit button:hover {
  background: #d69d2f;
}
#ma_course_signup .form-group label {
  margin-bottom: 5px;
  font-weight: bold;
  display: block;
  color: #fff;
}
#ma_course_signup .form-group input {
  width: 100%;
  border-radius: 4px;
  height: 44px;
}
#ma_course_signup .message {
  color: #fff;
  background-color: #5cbf74;
  border-color: #0fd13c;
  padding: 15px;
  border-radius: 10px;
  text-align: center;
}
#ma_course_signup .message a {
  display: block;
  direction: ltr;
  background: #fff;
  padding: 10px;
  border-radius: 8px;
  color: dodgerblue;
  text-align: left;
}
#ma_course_signup p {
  color: #fff;
}
#ma_course_signup .product_title {
  font-weight: normal;
  font-size: 14px;
  background: #fff;
  border-radius: 20px;
  color: green;
  margin-top: 5px;
  padding: 4px 10px;
}
#ma_course_signup .product_price {
  font-size: 20px;
  background: #fff;
  border-radius: 20px;
  color: green;
  margin-top: 5px;
  padding: 0 10px;
  display: inline-block;
}
#ma_course_signup .product_price .value {
  letter-spacing: 2px;
  font-weight: bold;
}
#ma_course_signup .product_price .currency {
  font-size: 14px;
  color: #797979;
  font-weight: normal;
}

#ma_course_payment_verify {
  max-width: 500px;
  margin: 40px auto 40px;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
}
#ma_course_payment_verify .telegram_channel {
  border: 2px solid #fff;
  padding: 10px;
  border-radius: 6px;
  margin-top: 15px;
  text-align: center;
}
#ma_course_payment_verify .telegram_channel a {
  font-family: tahoma;
  background: dodgerblue;
  color: #fff;
  padding: 10px;
  border-radius: 6px;
  display: block;
  font-weight: normal;
}

#ma_course_payment_verify {
  max-width: 500px;
  margin: 40px auto 40px;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
}
#ma_course_payment_verify .success {
  background: #40B649;
  border-radius: 6px;
  padding: 20px;
}
#ma_course_payment_verify .success > .inner {
  background: #fff;
  border-radius: 5px;
  padding: 20px;
}
#ma_course_payment_verify .success .icon_tick {
  width: 40px;
  height: 40px;
  fill: #40B649;
  display: inline-block;
  margin-bottom: 10px;
}
#ma_course_payment_verify .success .title {
  font-size: 22px;
  font-weight: bold;
}
#ma_course_payment_verify .success .product_title {
  color: #40b649;
  font-weight: bold;
  font-size: 25px;
  margin-bottom: 20px;
}
#ma_course_payment_verify .telegram_channel a {
  background: dodgerblue;
  color: #fff;
  padding: 20px 15px;
  display: block;
  font-weight: bold;
  font-size: 22px;
  border-radius: 40px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
#ma_course_payment_verify .tracking_code {
  font-weight: normal;
  margin-top: 20px;
}
#ma_course_payment_verify .support a {
  background: green;
  color: #fff;
  padding: 6px 30px;
  border-radius: 50px;
  display: inline-block;
  margin: 10px 0 0;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
#ma_course_payment_verify .support a span {
  display: block;
}
#ma_course_payment_verify .bank_card {
  padding: 15px;
  border: 1px solid green;
  border-radius: 20px;
  font-size: 22px;
}
#ma_course_payment_verify .bank_card .number {
  direction: ltr;
  letter-spacing: 1px;
}
#ma_course_payment_verify .bank_card .amount {
  letter-spacing: 2px;
  font-size: 24px;
  margin-top: 15px;
  margin-bottom: 10px;
  color: #159115;
}
#ma_course_payment_verify .bank_card .amount span.currency {
  letter-spacing: 0;
  font-size: 14px;
  font-weight: normal;
  color: #333;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*# sourceMappingURL=style_public.css.map */
