html, body {
  min-height: 100%;
  height: auto;
}

body {
  background-image: url("../../images/theme_v2/registration_bg.png");
  background-repeat: no-repeat;
  background-position: bottom;
  background-color: #f9f8fa;
}
@media only screen and (min-width: 2001px) {
  body {
    background-image: url("../../images/theme_v2/registration_bg2.png");
  }
}
@media only screen and (min-width: 2801px) {
  body {
    background-image: url("../../images/theme_v2/registration_bg3.png");
  }
}

.wrap {
  margin: auto;
}

.registration_body {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 40px 0 0 0;
  width: 100%;
}
.registration_body h3 {
  font-family: Meta Serif Pro;
  font-size: 28px;
  font-weight: 500;
  line-height: 38px;
  letter-spacing: -0.01em;
  text-align: center;
}
.registration_body .subtitle {
  font-family: Noto Serif TC;
  font-size: 16px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: -0.01em;
  text-align: center;
  color: #000;
}
.registration_body .logo-div {
  display: flex;
  justify-content: center;
}
.registration_body .p-email {
  color: #1A73E8;
}

.registration_body-div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0;
  width: 100%;
}

.registration_block {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 0;
  justify-content: space-around;
}
.registration_block.info_outside {
  margin-top: 20px;
}

.registration_content {
  border-radius: 12px;
  background: #FFFFFF;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
  max-width: 600px;
  padding: 0 35px;
  text-align: center;
  width: 100%;
}
.registration_content .center_img {
  position: relative;
  top: -60px;
  margin-bottom: -30px;
  width: 118px;
  height: 118px;
  border-radius: 50%;
}
.registration_content p {
  font-family: Open Sans;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
}
.registration_content hr {
  margin-top: 40px;
  margin-bottom: 20px;
  margin-left: -50px;
  margin-right: -50px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.registration_content .subtitle {
  font-family: Open Sans;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
}
.registration_content .subtitle-pay {
  font-family: Noto Serif TC;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  text-align: center;
  flex: 1 1 auto;
}

.registration_content2 {
  border-radius: 12px;
  background: #FFFFFF;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
  max-width: 600px;
  padding: 50px 50px;
  text-align: center;
  width: 100%;
}
.registration_content2 p {
  font-family: Open Sans;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
  color: #000;
}

.registration_content-row {
  display: flex;
  flex-direction: row;
}

.with_center_img {
  margin-top: 60px;
}

.registration_progress {
  width: 100%;
  height: 7px;
  background: #EDE7F9;
  position: fixed;
  z-index: 1001;
  top: 53px;
}
.registration_progress .bar {
  transition: all 0.7s ease-in-out 0s;
  width: 0;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='100' height='7' viewBox='0 0 100 7' fill='none'%3e%3crect width='100' height='7' fill='url(%23paint0_linear_19099_70)'/%3e%3cdefs%3e%3clinearGradient id='paint0_linear_19099_70' x1='58.1887' y1='-9.50037' x2='111.661' y2='161.753' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0.0729167' stop-color='%23A598D0'/%3e%3cstop offset='0.833333' stop-color='%23E5D0EF'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e");
}

.next_btn {
  margin-top: 30px;
  max-width: 500px;
  height: 70px;
  border-radius: 90px;
  background: #BE95FF;
  border: none;
  align-self: center;
  width: 80%;
  color: #FFFFFF;
  text-align: center;
  font-family: "Optima";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
}
.next_btn:hover {
  background: #b588fc;
}
.next_btn:active {
  background: #ad7dfa;
}

.back_btn {
  border-radius: 18px;
}
.back_btn:hover {
  background-color: #F0F0F0;
}
.back_btn:active {
  background-color: #E0E0E0;
}

.back-btn-a {
  flex: 0 0 40px;
  margin-left: 10%;
  height: 40px;
}

.back_btn_mobile {
  display: none;
  margin: 0 25px;
}

.institute_logo {
  margin-top: 10px;
  margin-bottom: 35px;
}

.offset_block {
  min-width: 60px;
  width: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.info_note {
  border-radius: 2px;
  background: #FFF;
  box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.08);
  max-width: 600px;
  padding: 20px;
  align-self: center;
  margin-top: 35px;
  border-left: 2px solid #7E5FAA;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 10px;
}
.info_note span {
  color: #161616;
  font-feature-settings: "clig" off, "liga" off;
  font-family: Open Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.15px;
}
.info_note img {
  width: 23px;
  height: 23px;
  flex-shrink: 0;
  margin-top: 5px;
}

.info_row_block {
  display: flex;
  justify-content: center;
  margin: 0 10px;
}

.info_row {
  display: flex;
  margin-bottom: 20px;
  max-width: 930px;
}

.info_border {
  width: 3px;
  flex-shrink: 0;
  background: linear-gradient(180deg, rgba(110, 135, 183, 0.5) 9.61%, rgba(159, 117, 192, 0.35) 157.46%);
}

.info_block {
  border-radius: 0 6px 6px 0;
  background: linear-gradient(102deg, #F8FAFF 30.07%, #FAF1FD 144.34%);
  padding: 20px 15px;
  align-self: center;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 10px;
}
.info_block p {
  color: #161616;
  font-feature-settings: "clig" off, "liga" off;
  font-family: "Open Sans";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.info_block b {
  font-weight: 600;
}
.info_block img {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  margin-top: 5px;
}

.info-div {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background: linear-gradient(102.07deg, #F8FAFF 30.07%, #FAF1FD 144.34%);
  min-height: 60px;
  padding: 1rem;
  border-left: 3px solid rgba(110, 135, 183, 0.5);
  color: #161616;
  margin-top: 15px;
  font-family: Open Sans;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.150000006px;
}
.info-div img {
  height: 18px;
  margin-right: 1rem;
}

.plan_block {
  margin: 0 -5px 0 -5px;
  display: flex;
  flex-direction: column;
  width: 364px;
  border-radius: 35px;
  padding: 10px 20px 10px 20px;
  justify-content: space-between;
}
.plan_block .value {
  font-family: Meta Serif Pro;
  font-size: 20px;
  font-weight: 750;
  line-height: 25.68px;
  text-align: center;
  color: #C1C1C1;
  margin-top: 6px;
}
.plan_block .description {
  font-family: Open Sans;
  font-size: 19px;
  font-weight: 300;
  line-height: 25.87px;
  text-align: left;
  color: #FFFFFF;
}

.plan-body {
  display: flex;
  flex-direction: row;
  margin-top: 50px;
}
.plan-body .price {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}
.plan-body .price-left {
  display: flex;
  flex-direction: column;
}
.plan-body .price-right {
  display: flex;
  flex-direction: column;
}
.plan-body .price-plan {
  display: flex;
  flex-direction: column;
  font-family: Meta Serif Pro;
  font-size: 14px;
  font-weight: 750;
  line-height: 17.98px;
  text-align: left;
  color: #DDDDDD;
}
.plan-body .price-plan-name {
  font-family: Meta Serif Pro;
  font-size: 25px;
  font-weight: 350;
  line-height: 32.1px;
  color: #FFF;
  margin-bottom: 0.7rem;
}
.plan-body .list {
  margin: 20px 0 0 10px;
}
.plan-body .list-row {
  display: flex;
  flex-direction: row;
  margin: 0.5rem;
}
.plan-body .list-item {
  font-family: Open Sans;
  font-size: 19px;
  font-weight: 600;
  line-height: 25.87px;
  text-align: left;
  color: #fff;
}
.plan-body .list-row .list-item:hover {
  color: #b588fc;
  cursor: pointer;
}
.plan-body .check-div {
  flex: 0 0 30px;
  align-items: flex-start;
  display: flex;
  justify-content: center;
}
.plan-body .check-div img {
  margin-top: 4px;
}
.plan-body .bth-choice {
  position: relative;
  border-radius: 20px;
  background-color: #BE95FF;
  width: 100%;
  height: 70px;
  color: #fff;
  align-self: center;
  bottom: -34px;
  font-family: Open Sans;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
  text-align: center;
  align-content: center;
}
.plan-body .bottom-div-selected {
  margin: 0 0;
}
.plan-body .bth-choice-selected {
  border-radius: 90px;
}

.price-plan-value {
  font-family: Meta Serif Pro;
  font-size: 50px;
  font-weight: 350;
  line-height: 64.2px;
  text-align: center;
  color: #BE95FF;
}

.price-plan-month {
  font-family: Meta Serif Pro;
  font-size: 14px;
  font-weight: 750;
  line-height: 17.98px;
  text-align: center;
  color: #DDDDDD;
  margin-left: 0.8rem;
}

.price-plan-row {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
  margin-right: 0.5rem;
}

.bottom-div {
  display: flex;
  flex-direction: column;
  margin: 0 -20px;
}
.bottom-div .bth-choice:hover {
  background: #b588fc;
}
.bottom-div .bth-choice:active {
  background: #ad7dfa;
}

.top-div {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}

.most-popular {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: relative;
  align-self: end;
  top: -22px;
  right: -20px;
  background: linear-gradient(152.01deg, #D155E5 48.55%, #FFFFFF 203.35%);
  border-radius: 3px 3px 0 3px;
  color: #fff;
  font-family: Open Sans;
  font-size: 13px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  padding: 1px 0.8rem;
}

.plan-block-small {
  margin-bottom: 20px;
}

.step2 {
  margin-bottom: 50px;
}

.flex-row {
  display: flex;
  flex-direction: row;
  align-items: baseline;
}

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

.div-50-top {
  flex: 0 0 230px;
}

.div-50 {
  flex: 1 1 auto;
}

.carousel-inner {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.margin-1-rem {
  margin: 1rem 2rem;
}

.insights-left {
  flex: 0 1 30%;
}

.insights-right {
  flex: 1 1 70%;
}

.alert-item-name {
  margin-left: 0.5rem;
}

.alert-pay-container-live,
.alert-pay-container-finish {
  display: flex;
  justify-content: center;
}

.animated {
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

#signupform-files {
  display: none;
}

label[for=signupform-files] {
  background: rgba(196, 196, 196, 0.1);
  border-radius: 4px;
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: center;
  margin-bottom: 20px;
}

.form_fields {
  display: flex;
  flex-direction: column;
  color: #636363;
  font-family: Open Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.15px;
}
.form_fields .input,
.form_fields .select2-selection {
  width: 100%;
  padding: 0 15px;
  border-radius: 6px;
  border: 1px solid #E0E0E0;
  height: 56px;
  color: #636363;
  font-family: Open Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.15px;
}
.form_fields input[disabled] {
  cursor: default;
  background: #F4F4F4;
}
.form_fields .select2-selection__rendered,
.form_fields .select2-search,
.form_fields .select2-search__field {
  padding: 0 !important;
  height: 100% !important;
}
.form_fields .select2-search__field,
.form_fields .select2-search {
  width: 100% !important;
}

.field_separator {
  height: 20px;
}

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #AEAEAE;
  cursor: not-allowed;
}

input {
  background-color: #fff;
}

input[readonly] {
  background-color: #F4F4F4;
}

.form-group label {
  display: flex;
  align-items: flex-start;
}
.form-group label .custom-checkbox {
  margin-right: 5px;
}

.news_container {
  max-width: 850px;
  height: 60px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 10px;
  background: transparent;
}
.news_container hr {
  margin: 0;
}
.news_container > hr {
  border-top: 1px solid rgba(0, 0, 0, 0.11);
}
.news_container .owl-carousel {
  margin-top: auto;
  margin-bottom: auto;
}
.news_container .slider-container {
  touch-action: none;
}

.bg-white {
  background: transparent !important;
}

.owl-carousel .owl-item img {
  display: block;
  height: 22px;
  width: auto;
}

.slider-container div {
  min-width: 270px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.slider-container div img {
  max-height: 2rem;
}

.slider-item-ratio .slider-container > * > * {
  position: inherit;
}

.sign_up-section .base-block {
  margin-top: 10px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 50px;
}
.sign_up-section .title {
  font-family: Meta Serif Pro;
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 38px;
  letter-spacing: -0.01em;
  color: #000000;
}
.sign_up-section .box {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  background: #FFFFFF;
  box-shadow: 0px 1px 30px rgba(0, 0, 0, 0.05);
  border-radius: 6px;
  padding: 27px 30px;
  margin-top: 10px;
}
.sign_up-section form {
  flex: 0 1 560px;
}
.sign_up-section .form {
  display: flex;
  flex-direction: column;
}
.sign_up-section .forgot {
  margin-top: 28px;
  font-family: Open Sans;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0.15px;
  color: #1A73E8;
}
.sign_up-section .input {
  height: 54px;
  border: #DADADA solid 1px;
  border-radius: 6px;
  width: 100%;
  padding-left: 15px;
}
.sign_up-section .checkbox {
  height: 20px;
  border: #DADADA solid 1px;
  border-radius: 6px;
  margin: 0 10px 0 0;
  padding-left: 15px;
  float: left;
}
.sign_up-section .btn-red {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  padding: 10px 0;
  color: #FFFFFF;
  background: #E56055;
  border: 1px solid transparent;
  width: 264px;
  align-self: center;
}
.sign_up-section .btn-red:hover {
  background-color: #C45148;
  color: #ffffff;
}
.sign_up-section .remember {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.sign_up-section .remember span {
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.15px;
  color: #000000;
}
.sign_up-section .form_title {
  font-family: Open Sans;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.150000006px;
  text-align: left;
  color: #000000;
  margin-bottom: 10px;
}
.sign_up-section .flex_row {
  flex-direction: column;
}
.sign_up-section .first {
  width: 100%;
}
.sign_up-section .forgot {
  align-self: center;
}

.flex_row,
.form_input {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
}
.flex_row .input,
.form_input .input {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.15px;
  height: 50px;
  border: #DADADA solid 1px;
  border-radius: 6px;
  width: 100%;
  padding-left: 15px;
  margin-top: 20px;
}
.flex_row .form-group,
.form_input .form-group {
  width: 47%;
  margin-bottom: 0px;
}

.message_container {
  overflow: auto;
  background: linear-gradient(102.07deg, #F8FAFF 30.07%, #FAF1FD 144.34%);
  border-radius: 0 6px 6px 0;
  border-left: 3px solid rgba(110, 135, 183, 0.5);
  margin: 17px 0 10px 0;
}
.message_container .message_img {
  width: 20px;
  position: relative;
  float: left;
  margin: 20px 0 0 15px;
  height: 20px;
}
.message_container .message_text {
  margin: 18px 25px 17px 45px;
  font-family: Open Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: left;
  color: #161616;
}
.message_container .message_text span {
  font-weight: 600;
}

.password-input {
  width: 100%;
}

.field-userchangepasswordformv2-password,
.field-userchangepasswordformv2-email {
  flex: 1 1 auto;
}

.field-userchangepasswordformv2-email {
  margin-right: -18px;
}

.btn-edit-email {
  position: relative;
  right: 10px;
  top: 3px;
  width: 18px;
  height: 18px;
  margin-left: 0;
  z-index: 100;
}

.btn-confirm {
  width: 46px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F4F4F4;
  border: none;
  border-radius: 6px;
  margin-left: 10px;
}
.btn-confirm img {
  height: 12px;
}
.btn-confirm:hover {
  background: #E9E9E9;
}
.btn-confirm:active {
  background: #E1E1E1;
}

.btn-cancel {
  width: 46px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  border: none;
  border-radius: 6px;
  margin-left: 10px;
}
.btn-cancel:hover {
  background: #F9F9F9;
}
.btn-cancel:active {
  background: #F4F4F4;
}

.first {
  display: flex;
  flex-direction: column;
}

.btn-complete-email {
  position: relative;
  right: -28px;
  top: 70px;
  z-index: -1;
  align-self: flex-end;
  width: 25px;
  height: 25px;
}

#popover2 {
  margin-left: 10px;
}

#timezone {
  height: 1px;
}

.main-finish {
  display: flex;
  align-items: center;
}

.invite-block .inputs_row,
.invite-block .form_input {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
}
.invite-block .inputs_row .input,
.invite-block .form_input .input {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.15px;
  height: 50px;
  border: #DADADA solid 1px;
  border-radius: 6px;
  width: 100%;
  padding-left: 15px;
  margin-top: 20px;
}
.invite-block .inputs_row .iti,
.invite-block .form_input .iti {
  display: flex;
  margin-top: 20px;
}
.invite-block .inputs_row .form-group {
  width: 100%;
  margin-bottom: 0px;
}
.invite-block .inputs_row .credit-card-block {
  width: 100%;
  margin-bottom: 0px;
}
.invite-block .inputs_row > .credit-card-block > .form-group {
  width: 100%;
  margin-bottom: 0px;
}
.invite-block .inputs_row .month_year .form-group {
  width: 100%;
}
.invite-block .inputs_column .form-group {
  margin-bottom: 5px;
}
.invite-block .form_input .form-group {
  width: 100%;
  margin-bottom: 5px;
}

.pay_form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0;
  width: 100%;
}

.pay_section {
  text-align: left;
  margin-top: 20px;
}
.pay_section .section_title {
  display: flex;
  margin-top: 20px;
  font-family: Meta Serif Pro;
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 38px;
  letter-spacing: -0.01em;
  color: #000000;
}
.pay_section .item_info {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 10px 10px 5px 10px;
}
.pay_section .title {
  font-family: Open Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 24px;
  color: #000000;
  text-transform: uppercase;
  margin-top: 0;
}
.pay_section .textarea {
  height: 100px;
  resize: vertical;
}
.pay_section .select {
  padding-left: 10px;
}
.pay_section .select.not_check {
  color: #919191;
}
.pay_section option {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.15px;
  padding: 10px;
}
.pay_section option:not([value=""]) {
  color: #000000;
}
.pay_section .payment_img {
  display: flex;
  margin-top: 25px;
  align-items: flex-start;
}
.pay_section .payment_img img:first-child {
  margin-right: 15px;
}
.pay_section .checkbox {
  height: 20px;
  border: #DADADA solid 1px;
  border-radius: 6px;
  margin: 0 10px 0 0;
  padding-left: 15px;
  float: left;
}
.pay_section .checkbox_label {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
.pay_section .checkbox_label span {
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.15px;
  color: #000000;
  margin-left: 5px;
}

.checkout_block {
  margin-left: 15px;
  margin-right: 15px;
}

.inputs_row,
.form_input {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
}
.inputs_row .input,
.form_input .input {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.15px;
  height: 50px;
  border: #DADADA solid 1px;
  border-radius: 6px;
  width: 100%;
  padding-left: 15px;
  margin-top: 10px;
}
.inputs_row .iti,
.form_input .iti {
  display: flex;
  margin-top: 10px;
}
.inputs_row .form-group,
.form_input .form-group {
  width: 48%;
  margin-bottom: 0px;
}
.inputs_row .credit-card-block,
.form_input .credit-card-block {
  width: 48%;
  margin-bottom: 0px;
}
.inputs_row > .credit-card-block > .form-group,
.form_input > .credit-card-block > .form-group {
  width: 100%;
  margin-bottom: 0px;
}
.inputs_row .month_year .form-group,
.form_input .month_year .form-group {
  width: 48%;
}
.inputs_row .title,
.form_input .title {
  margin-top: 20px;
}

.inputs_column .form-group {
  margin-bottom: 5px;
}

.form_input .form-group {
  width: 100%;
  margin-bottom: 5px;
}

.custom-checkbox + label::before {
  border: 1px solid #000000;
  box-shadow: 0 0 0 0.1rem rgba(0, 0, 0, 0.6);
}

.custom-checkbox:not(:disabled):not(:checked) + label:hover::before {
  border-color: #000000;
}

.custom-checkbox:focus + label::before {
  box-shadow: 0 0 0 0.1rem rgba(0, 0, 0, 0.6);
}

.custom-checkbox:focus:not(:checked) + label::before {
  border-color: #000000;
}

.custom-checkbox:checked + label::before {
  box-shadow: 0 0 0 0.1rem rgb(247, 160, 153);
}

.alert {
  padding: 15px 0px;
}

.new-alert-body {
  width: 100%;
}

.subtitle-div {
  margin-top: 30px;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}

.main-pay {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.main-pay .center_img {
  border-radius: 18px;
}
.main-pay .center_img:hover {
  background-color: #F0F0F0;
}

.center_img-pay {
  margin-right: 5px;
}

.pay-info-popover {
  display: flex;
  flex-direction: row;
  margin-top: 20px;
}

.rating_container_msa {
  background: #FFFFFF;
  border-radius: 6px;
  padding: 25px;
}
.rating_container_msa#id_thanks_block {
  height: 74px;
  cursor: pointer;
}
.rating_container_msa .rating_block {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.rating_container_msa .message_block,
.rating_container_msa .question_block {
  color: #000;
  font-family: Open Sans;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.17px;
}
.rating_container_msa .message_block {
  text-align: center;
}
.rating_container_msa .comment_block textarea {
  width: 100%;
  height: 75px;
  border: 1px solid #E0E0E0;
  border-radius: 6px;
}
.rating_container_msa .simple_rating_block {
  padding: 20px 0;
  border-radius: 6px;
  background: linear-gradient(180deg, #F7F7F7 0%, rgba(247, 247, 247, 0) 337.14%);
}
.rating_container_msa .simple_rating_items {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
}
.rating_container_msa .simple_rating_items .field-productrating-rating {
  margin-bottom: 0;
}
.rating_container_msa .simple_rating_items .field-productrating-rating .help-block {
  display: none;
}
.rating_container_msa .simple_rating_item_label {
  display: flex;
  justify-content: center;
  width: 30px;
  height: 25px;
  margin-bottom: 0;
}
.rating_container_msa .simple_rating_items .radio_input_rating_msa {
  display: none;
}
.rating_container_msa .simple_rating_item_label:hover > svg > path,
.rating_container_msa .simple_rating_item_label:hover ~ .simple_rating_item_label > svg > path,
.rating_container_msa .radio_input_rating_msa:checked ~ .simple_rating_item_label:hover > svg > path {
  fill: #FA887F;
  stroke: #FA887F;
}
.rating_container_msa .radio_input_rating_msa:checked,
.rating_container_msa .radio_input_rating_msa:checked ~ .simple_rating_item_label > svg > path {
  fill: #E56055;
  stroke: #E56055;
}
.rating_container_msa .rating_btn_block {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 25px;
  justify-content: end;
  font-family: Open Sans;
  font-style: normal;
}
.rating_container_msa .rating_btn_block .btn_dismiss {
  color: #006ED4;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
}
.rating_container_msa .rating_btn_block .btn_red {
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  border-radius: 30px;
  background: #E56055;
  padding: 6px 22px;
}
.rating_container_msa .rating_btn_block .btn_red:hover {
  background: #C45148;
}
.rating_container_msa .rating_btn_block .btn_red.disabled {
  background: #CACACA;
}
.rating_container_msa .rating_btn_block .btn_red.disabled:hover {
  cursor: not-allowed;
}

.testimonials-slider {
  padding: 0 0 1rem;
}

.item {
  display: flex;
  flex-direction: column;
  align-content: space-between;
  justify-content: space-between;
  background: #FFFFFF;
  border-radius: 6px;
  margin: 0 23px;
  padding: 35px;
  height: 350px;
  max-width: 600px;
}
.item .author-base {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.item .apostrophe {
  width: 30px;
  align-self: center;
  padding: 2px 0 20px 0;
}
.item span {
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.7);
  margin: 0 0;
}

.author {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 20px 0 1rem 0;
}
.author img {
  margin-bottom: 4px;
}

.author-name {
  font-family: Open Sans;
  font-style: normal;
  font-size: 16px;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.7);
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}

#testi-carousel li {
  color: gray;
  border-radius: 0;
  height: 5px;
  width: 15px;
  margin: 0 5px;
  padding: 0;
  background-color: rgb(153, 153, 153);
}

#testi-carousel ol .active {
  background-color: rgb(0, 164, 189);
}

.live-workshop-block .info-div {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.0784313725);
  background-color: #fff;
  min-height: 60px;
  padding: 1rem;
  border-left: 3px solid #7E5FAA;
  color: #161616;
  margin: 0 0 30px 0;
  font-family: Open Sans;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.150000006px;
  text-align: left;
  width: 100%;
}
.live-workshop-block .info-div img {
  height: 18px;
  margin-right: 1rem;
}
.live-workshop-block .live-workshop-item {
  margin: 10px 0;
  border-radius: 8px;
  border: 2px solid transparent;
  width: 100%;
  text-align: center;
  padding: 25px;
  background-color: #fff;
  font-family: Optima;
  font-size: 20px;
  font-weight: 400;
  line-height: 22px;
  color: #000;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.0784313725);
  max-width: 100%;
}
.live-workshop-block .live-workshop-item:hover, .live-workshop-block .live-workshop-item:focus, .live-workshop-block .live-workshop-item:active {
  border-radius: 8px;
  border: 2px solid #BF9DE3;
  background: linear-gradient(91.13deg, #FFFFFF -3.44%, #F4F7FF 37%, #F9F5FF 65.26%, #F6F5FF 85.75%, #FFFFFF 102.93%);
}
.live-workshop-block .registration_content2 {
  max-width: 750px;
  background: unset;
  box-shadow: unset;
  padding: 0;
}

.model-info-section {
  display: none;
  position: fixed;
  z-index: 1051;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}

.model-info {
  background-color: #fefefe;
  margin: auto;
  border-radius: 6px;
}
.model-info #close-btn {
  background-image: url("../../images/theme_v2/x_icon_default.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 18px;
  height: 18px;
  display: block;
}
.model-info #close-btn:hover {
  background-image: url("../../images/theme_v2/x_icon_active.svg");
}
.model-info #btn-back:hover {
  text-decoration: none;
  background-color: #C45148;
  color: #ffffff;
}

.model-info-box {
  display: flex;
  flex-direction: column;
  border-radius: 6px;
  max-width: 550px;
  min-width: 450px;
  background-color: #fff;
  z-index: 1051;
  opacity: 1;
  padding-bottom: 1rem;
}
.model-info-box button {
  align-self: center;
}

.model-info-header {
  display: flex;
  flex-direction: column;
  border-radius: 6px 6px 0 0;
  justify-content: flex-start;
  align-items: center;
  height: 110px;
  background-color: rgba(0, 0, 0, 0.0823529412);
  font-family: Noto Serif TC;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: -0.01em;
  text-align: center;
  opacity: 1;
  color: #000;
}
.model-info-header a {
  position: relative;
  top: 20px;
  right: 22px;
  width: 18px;
  height: 18px;
  align-self: flex-end;
}
.model-info-header a:hover {
  cursor: pointer;
}

.model-info-content {
  font-family: Open Sans;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  color: #000;
  padding: 1rem 1.5rem;
}
.model-info-content p {
  margin-bottom: 20px;
}

.model-info-title {
  margin-top: 15px;
}

.close-modal-btn {
  background: #E56055;
  border-radius: 30px;
  font-family: Open Sans;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #FFFFFF;
  padding: 10px 40px;
  align-self: center;
  border: 1px solid #E56055;
  margin: 10px;
  white-space: nowrap;
}

.preview-label {
  font-family: Open Sans;
  font-size: 9px;
  font-weight: 700;
  line-height: 12.26px;
  letter-spacing: 0.06em;
  text-align: center;
  color: #FFFFFF;
  background: #B6C2D9;
  border-radius: 24px;
  padding: 3px 40px;
  margin-top: 5px;
}

.btn-row-center {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.bth-preview {
  border-radius: 30px;
  background-color: #BE95FF;
  font-family: Open Sans;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #FFFFFF;
  padding: 10px 40px;
  align-self: center;
  margin: 10px;
  white-space: nowrap;
  width: 180px;
}
.bth-preview:hover {
  background: #b588fc;
  color: #FFFFFF;
}

.video-div video {
  height: 80%;
  width: 100%;
}

.modal-silver-section {
  display: none;
  position: fixed;
  z-index: 1051;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}

.modal-silver-section .modal-silver {
  background-color: #fefefe;
  margin: auto;
  border-radius: 6px;
}

.modal-silver-box {
  display: flex;
  flex-direction: column;
  border-radius: 6px;
  max-width: 550px;
  min-width: 450px;
  background: rgba(238, 239, 244, 0.5019607843);
  z-index: 1051;
  opacity: 1;
  padding-bottom: 2rem;
}
.modal-silver-box button {
  align-self: center;
}

.modal-silver-header {
  display: flex;
  flex-direction: column;
  border-radius: 6px 6px 0 0;
  justify-content: center;
  align-items: center;
  height: 70px;
  background-color: #fff;
  font-family: Noto Serif TC;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: -0.01em;
  text-align: center;
  opacity: 1;
  color: #000;
}
.modal-silver-header a {
  position: relative;
  top: 0px;
  right: 22px;
  width: 18px;
  height: 18px;
  align-self: flex-end;
}
.modal-silver-header a:hover {
  cursor: pointer;
}
.modal-silver-header span {
  margin-top: -20px;
  align-self: flex-start;
  margin-left: 30px;
}

.modal-silver-content {
  font-family: Open Sans;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  color: #000;
  padding: 1rem 1.5rem;
  width: 100%;
  overflow-y: auto;
  background: rgba(238, 239, 244, 0.5);
  min-height: 200px;
  max-height: calc(100vh - 330px);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.modal-silver-content p {
  margin-bottom: 20px;
}

.modal-silver #close-btn {
  background-image: url("../../images/theme_v2/x_icon_default.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 18px;
  height: 18px;
  display: block;
}
.modal-silver #close-btn:hover {
  background-image: url("../../images/theme_v2/x_icon_active.svg");
}
.modal-silver #btn-back:hover {
  text-decoration: none;
  background-color: #C45148;
  color: #ffffff;
}

.silver_item {
  margin: 7px 0;
  background: #FFFFFF;
  box-shadow: 0px 1px 30px rgba(0, 0, 0, 0.03);
  border-radius: 6px;
  text-align: center;
  max-width: 426px;
  width: 80%;
  padding: 25px;
  font-family: Open Sans;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.7);
}
.silver_item:hover, .silver_item:focus, .silver_item:active {
  background: #E56055;
  color: #FFFFFF;
}

.finaly-section .logo-div {
  display: flex;
  justify-content: space-around;
}
.finaly-section .institute_logo {
  margin: 30px 0 0 0;
}
.finaly-section .registration_content2 p {
  font-size: 16px;
}

.modal-lg {
  max-width: 550px;
}

.modal-body {
  padding: 30px;
  max-height: none;
  overflow-x: hidden;
}

.first_experiens_client .close_btn {
  position: absolute;
  top: 22px;
  right: 22px;
  background-image: url("../../images/theme_v2/x_icon_default.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 18px;
  height: 18px;
  display: block;
}
.first_experiens_client .close_btn:hover, .first_experiens_client .close_btn:focus, .first_experiens_client .close_btn:active {
  background-image: url("../../images/theme_v2/x_icon_active.svg");
  cursor: pointer;
}
.first_experiens_client h2 {
  color: #000;
  font-family: Meta Serif Pro;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: -0.22px;
  margin-top: 0;
}
.first_experiens_client h2 span {
  font-weight: 700;
}

.first_experiens_client_content {
  color: #000;
  font-family: Open Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
.first_experiens_client_content .logo-div {
  width: 485px;
  height: 175px;
  border-radius: 6px 6px 0 0;
  display: flex;
  justify-content: center;
  background-image: url("../../images/theme_v2/microsoft/welcome.svg");
  margin-bottom: 30px;
}
.first_experiens_client_content .institute_logo {
  width: 155px;
  margin-top: 10px;
  margin-bottom: 0px;
}

.first_experiens_client_img {
  margin-bottom: 25px;
}

.first_experiens_client_footer {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  margin-top: 25px;
  padding: 0 20px;
  flex-wrap: wrap;
}
.first_experiens_client_footer .btn-red {
  background: #E56055;
  border-radius: 30px;
  font-family: Open Sans;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #FFFFFF;
  padding: 10px 40px;
  align-self: center;
  border: 1px solid #E56055;
  margin: 10px;
  white-space: nowrap;
}
.first_experiens_client_footer .btn-red:hover {
  background-color: #C45148;
  border: 1px solid #C45148;
  color: #ffffff;
}

@media only screen and (max-width: 1400px) {
  .insights-left {
    flex: 0 1 40%;
  }
  .insights-right {
    flex: 1 1 60%;
  }
}
@media only screen and (max-width: 1160px) {
  .plan-body {
    flex-direction: column;
  }
  .plan_block {
    width: unset;
    margin: 0 0 50px 0;
  }
  .plan-block-small {
    margin-bottom: 50px;
  }
  .bottom-div {
    margin: 0;
  }
  .plan-body .bth-choice {
    border-radius: 90px;
  }
  .margin-1-rem {
    margin: 1rem 0.5rem;
  }
}
@media only screen and (max-width: 1023px) {
  .inputs_row .form-group {
    width: 100%;
  }
}
@media only screen and (max-width: 810px) {
  html, body {
    overflow-x: clip;
  }
  .registration_body {
    margin-top: 20px;
    flex-direction: column;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    width: auto;
  }
  .registration_body h3 {
    padding: 0 20px;
  }
  .institute_logo {
    width: 40%;
  }
  .info_row_block .info_row {
    margin-bottom: 0;
  }
  .registration_block {
    flex-direction: column;
    margin-top: 10px;
    align-items: center;
  }
  .with_center_img {
    align-self: center;
  }
  .offset_block {
    justify-content: flex-start;
    padding: 0 20px;
    display: none;
  }
  .form_content,
  .password_content {
    background: transparent;
    box-shadow: none;
    align-self: center;
  }
  .radio_content {
    margin-top: 30px;
    padding: 0 20px;
  }
  .back_btn_mobile {
    display: block;
  }
  .registration_content-row {
    flex-direction: column-reverse;
  }
  .flex-col-no-revers {
    flex-direction: column;
  }
  .back-btn-a {
    margin-left: 0;
  }
  .carousel-inner .item {
    margin: 0 10px;
    padding: 10px;
  }
  .flex-column {
    width: 100%;
  }
  .margin-1-rem {
    margin: 1rem 0;
  }
  .modal-silver-box {
    min-width: 375px;
  }
}
@media only screen and (max-width: 768px) {
  .sign_up-section .base-block { /* padding: 30px; */ }
  .sign_up-section .form {
    width: 100%;
  }
  .sign_up-section .forgot {
    align-self: center;
  }
  .sign_up-section .first {
    width: 100%;
  }
  .sign_up-section .flex_row {
    flex-direction: column;
  }
  .flex_row .form-group {
    width: 100%;
  }
  .checkout_block {
    margin-left: 0;
    margin-right: 0;
    margin-top: 20px;
  }
  .back-btn-a {
    margin-left: 0;
  }
  #popover1 {
    display: none;
  }
  .model-info-box {
    min-width: 100%;
  }
  .rating_container_msa {
    right: 50%;
    transform: translate(50%, 0);
  }
  .first_experiens_client_content .institute_logo {
    width: 120px;
  }
  .first_experiens_client_content .logo-div {
    width: 100%;
  }
  .first_experiens_client h2 {
    margin-top: 10px;
  }
}

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