@font-face {
  font-family: 'San Francisco';
  src: url('../fonts/SF-Pro-Text-Regular.otf?orgId=00Di0000000fAIG&orgId=00Di0000000fAIG&orgId=00D790000004g5m&orgId=00Di0000000fAIG&orgId=00D4C00000018dz&orgId=00Di0000000fAIG&orgId=00Di0000000fAIG&orgId=00Di0000000fAIG&orgId=00D4C00000018dz&orgId=00Di0000000fAIG&orgId=00De0000001ONJK&orgId=00Di0000000fAIG&orgId=00De0000001ONJK&orgId=00D2D0000008agy&orgId=00Di0000000fAIG&orgId=00Di0000000fAIG');
}

@font-face {
  font-family: 'San Francisco Weight';
  src: url('../fonts/SF-Pro-Text-Semibold.otf?orgId=00Di0000000fAIG&orgId=00Di0000000fAIG&orgId=00D790000004g5m&orgId=00Di0000000fAIG&orgId=00D4C00000018dz&orgId=00Di0000000fAIG&orgId=00Di0000000fAIG&orgId=00Di0000000fAIG&orgId=00D4C00000018dz&orgId=00Di0000000fAIG&orgId=00De0000001ONJK&orgId=00Di0000000fAIG&orgId=00De0000001ONJK&orgId=00D2D0000008agy&orgId=00Di0000000fAIG&orgId=00Di0000000fAIG');
}

html, body, p, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

html {
  height: auto !important;
}

body {
  min-width: 80%;
  overflow: auto;
  position: relative;
  font-family: San Francisco;
  top: 0px !important;
}

body > svg {
  height: 0;
  position: absolute;
}

.goog-te-banner-frame.skiptranslate {
  display: none;
}

input, textarea, select, button {
  font-family: San Francisco;
}

#app {
  color: #393c40;
  margin: auto;
  padding-top: 125px;
  padding-bottom: 10px;
  max-width: 1226px;
  min-height: 1100px;
}

.sub-title {
  font-size: 18px;
  color: #878787;
  letter-spacing: 0.21px;
  margin-bottom: 40px;
}

.maf-font-weight {
  font-family: San Francisco Weight;
}

.maf-footer {
  height: 150px;
  background-color: #201f1f;
  text-align: center;
  font-size: 14px;
  color: #fff;
  padding: 0 10px;
}

.maf-footer img {
  margin-top: 20px;
}

.maf-footer a {
  color: #fff;
  text-decoration: none;
}

.maf-picklist {
  border-radius: 5px;
  font-size: 16px;
  padding: 5px 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-repeat: no-repeat;
  background-position: 95%;
}

.maf-picklist.lang {
  position: absolute;
  right: 60px;
  top: 47px;
  width: 136px;
  background-color: rgba(0, 0, 0, 0);
}

.maf-picklist.white {
  border: 1px solid #ffffff;
  color: #ffffff;
  background-image: url(../img/dropdown-arrow_white.svg);
}

.maf-picklist.grey {
  border: 1px solid #878787;
  color: #878787;
  background-image: url(../img/dropdown-arrow_grey.svg);
}

.maf-picklist.light-grey {
  color: #aaaeb3;
  border: 1px solid #c6c9cf;
  background-image: url(../img/dropdown-arrow_light_grey.svg);
}

.maf-picklist.green {
  color: #1de9b6;
  border: 1px solid #1de9b6;
  background-image: url(../img/green-arrow.svg);
}

.maf-button {
  color: #fff;
  border: none;
  border-radius: 100px;
  font-size: 16px;
  padding: 9px 0;
  min-width: 135px;
  background-repeat: no-repeat;
  outline: none;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  line-height: 20px;
}

.maf-button.orange {
  background-image: linear-gradient(135deg, #FF790E 0%, #FF5858 100%);
}

.maf-button.orange.next {
  min-width: 95px;
}

.maf-button.purple {
  background-image: linear-gradient(134deg, #3023AE 0%, #C86DD7 100%);
}

.maf-button.natural {
  padding: 7px 0;
  border: 2px solid #44546a;
  color: #44546a;
  letter-spacing: 0.18px;
}

.maf-actions {
  display: flex;
  max-width: 660px;
  justify-content: space-between;
  flex-wrap: wrap;
}

.maf-actions .maf-button.purple {
  padding: 9px 24px;
  margin-left: 60px;
}

.next-tip {
  color: #f44236;
  text-align: right;
  max-width: 660px;
  margin-top: 20px;
  font-family: San Francisco Weight;
}

.maf-btns {
  text-align: center;
  margin-top: 50px;
}

.maf-button.cancel {
  background: none;
}

.maf-button.cancel:hover {
  color: #a275ea;
}

.maf-button:disabled {
  color: #878787;
  background: #e8eaec;
  cursor: default;
  border: 0;
}

.maf-sidebar {
  width: 250px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #44546a;
  height: calc(100% - 150px);
}

.maf-sidebar .logo {
  text-align: center;
  margin: 40px 0;
}

.maf-sidebar a {
  text-decoration: none;
}

.maf-sidebar .menu {
  font-size: 18px;
  color: #fff;
  padding: 35px 25px 34px 25px;
  position: relative;
  cursor: pointer;
  font-family: San Francisco Weight;
}

.maf-sidebar .menu:hover {
  background-image: linear-gradient(225deg, #1DE9B6 0%, #1DC4E9 100%);
}

.maf-sidebar .menu.active {
  background-image: linear-gradient(225deg, #1DE9B6 0%, #1DC4E9 100%);
}

.maf-sidebar .menu img {
  position: absolute;
}

.maf-sidebar .menu .arrow-icon {
  right: 18px;
  top: 44px;
}

.maf-sidebar .menu span {
  margin-left: 36px;
}

.maf-sidebar .menu.sign-out {
  position: absolute;
  bottom: 0;
  width: calc(100% - 50px);
}

.hide {
  display: none;
}

.maf-sidebar .sub-menu {
  height: 90px;
  width: 250px;
  box-sizing: border-box;
  padding-left: 55px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.maf-sidebar .sub-menu:hover {
  background-image: linear-gradient(225deg, #1DE9B6 0%, #1DC4E9 100%);
}

.maf-sidebar .sub-menu .dot {
  margin-right: 20px;
  width: 15px;
  height: 15px;
}

.maf-sidebar .sub-menu span:last-child {
  width: 132px;
  font-size: 14px;
  color: #fff;
}

.maf-sidebar .sub-menu .plus-icon {
  margin-right: 20px;
  font-size: 32.4px;
  color: #1dd8cd;
  letter-spacing: 0.67px;
}

.main {
  margin-left: 330px;
  min-height: 680px;
}

.main .greet {
  padding-top: 70px;
  font-size: 30px;
  color: #834bc4;
  font-family: San Francisco Weight;
}

.main .title {
  text-transform: uppercase;
  font-family: San Francisco Weight;
  font-size: 18px;
  color: #878787;
  padding-top: 50px;
  margin-bottom: 25px;
}

.main table {
  font-size: 16px;
  width: 900px;
  background-image: linear-gradient(225deg, #1DE9B6 0%, #1DC4E9 100%);
}

.main table thead {
  color: #ffffff;
  font-family: San Francisco Weight;
}

.main table tr {
  height: 55px;
}

.main table tbody td {
  background-color: #fff;
}

.main table tbody td a {
  color: #4a90e2;
}

.main table tbody {
  color: #393c40;
}

.main table tbody tr:nth-child(even) td {
  background-color: #f4f4f4;
}

.tip-icon {
  position: relative;
  display: inline-block;
  text-align: center;
  background-color: #834bc4;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  font-size: 15px;
  line-height: 22px;
  margin-left: 20px;
  cursor: pointer;
}

.tip-icon:before {
  content: '?';
  color: #fff;
}

.tip-icon:hover p {
  display: block;
  transform-origin: 100% 0%;
  -webkit-animation: fadeIn 0.3s ease-in-out;
  animation: fadeIn 0.3s ease-in-out;
}

.tip-icon p {
  display: none;
  text-align: left;
  background-color: #6b40be;
  padding: 16px;
  width: 200px;
  position: absolute;
  border-radius: 5px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  left: 16px;
  bottom: 32px;
  color: #fff;
  font-size: 0.9rem;
  line-height: 1.4;
  z-index: 1000;
  cursor: default;
}

.tip-icon p:before {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border: 12px solid transparent;
  border-top-color: #6446b7;
  left: -12px;
  bottom: -8px;
  transform: rotate(135deg);
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    transform: scale(0.6);
  }
  
  100% {
    opacity: 100%;
    transform: scale(1);
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  
  100% {
    opacity: 100%;
  }
}

.container {
  position: absolute;
  top: 26.2%;
  left: 50%;
  transform: translateX(-50%);
  width: 450px;
  background: #ffffff;
  border-radius: 7px;
  text-align: center;
  padding: 62px 45px;
}

.progress-bar {
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 40px);
  max-width: 450px;
  font-size: 14px;
  color: #aaaeb3;
}

.progress-bar .labels {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 9px;
}

.progress-bar .labels .active {
  color: #1de9b6;
  font-family: San Francisco Weight;
}

.progress-bar .dots {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.dot {
  background: #e8eaec;
  border-radius: 20px;
  width: 20px;
  height: 20px;
  display: inline-block;
  background-size: 100%;
}

.dot.inactive {
  width: 14px;
  height: 14px;
  margin: 3px;
}

.dot.active {
  background-image: linear-gradient(225deg, #1DE9B6 0%, #1DC4E9 100%);
}

.dot.checked {
  background-image: url(../img/checked-purple.svg);
}

.dot.incomplete {
  background-image: url(../img/incomplete.svg);
}

.maf-input-green {
  border-radius: 5px;
  width: 370px;
  height: 50px;
  border: 1px solid;
  border-color: #50e3c2;
}

.maf-title {
  font-size: 30px;
  color: #834bc4;
  letter-spacing: 0.32px;
  margin-bottom: 10px;
  font-family: San Francisco Weight;
}

.maf-input-grey {
  border-radius: 5px;
  width: 370px;
  height: 50px;
  border: 1px solid;
  border-color: #878787;
}

.maf-text-style {
  color: #878787;
  padding-left: 30px;
  line-height: 30px;
  font-size: 16px;
}

.maf-text-error {
  font-size: 16px;
  color: #f44236;
  display: none;
}

body.maf-light-green {
  background-image: linear-gradient(225deg, #1DE9B6 0%, #1DC4E9 100%);
  height: 100%;
  background-size: 100%;
  display: flex;
  flex-direction: column;
}

.maf-light-green .form {
  background-image: linear-gradient(225deg, #1DE9B6 0%, #1DC4E9 100%);
  background-size: 100%;
  width: 100%;
  flex: 1;
  overflow: visible;
  overflow-x: hidden;
}

.form .star-logo {
  position: fixed;
}

.nca-main-container {
  position: relative;
  margin: 100px auto;
  padding: 60px 40px;
  min-height: 300px;
  background: #ddd;
  background: #ffffff;
  border-radius: 7px;
  width: 480px;
  height: 355px;
  text-align: center;
  z-index: 1;
}

.nca-main-container .sub-title {
  text-align: center;
}

.nca-main-container .field-label {
  text-align: left;
  font-size: 16px;
  margin-bottom: 12px;
  margin-top: 40px;
  margin-left: 40px;
}

.nca-main-container .field-label.green {
  color: #50e3c2;
}

.nca-main-container .field-label.grey {
  color: #878787;
}

.nca-main-container .maf-text-error {
  text-align: left;
  margin-top: 2px;
  margin-left: 40px;
}

.nca-main-container .maf-text-error.error-location {
  text-align: left;
  margin-top: 2px;
  margin-left: 40px;
}

.nca-main-container .maf-button.orange {
  padding: 11px 0;
}

.maf-mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.51;
  background: #44546a;
  display: none;
}

.maf-mask.open {
  display: block;
}

.maf-alert {
  display: none;
  position: fixed;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  width: 300px;
  padding: 30px;
  background: #fefefe;
  box-shadow: 0 2px 10px 0 rgba(138, 138, 138, 0.5);
  border-radius: 7px;
  text-align: center;
}

.maf-alert.open {
  display: block;
}

.maf-alert .title {
  font-family: San Francisco Weight;
  font-size: 20px;
  color: #834bc4;
  letter-spacing: 0.21px;
  text-align: center;
}

.maf-alert .content {
  margin: 20px 0;
  font-size: 16px;
  color: #393c40;
  letter-spacing: 0;
  text-align: center;
  line-height: 23px;
}

.maf-alert .maf-button.purple ~ .maf-button {
  margin-left: 50px;
}

.maf-loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(225deg, #1DE9B6 0%, #1DC4E9 100%);
}

.maf-loading .spinner {
  position: fixed;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
}

.maf-loading .spinner img {
  animation: spinner linear 2s infinite;
}

@keyframes spinner {
  from {
    transform: rotate(0deg);
  }
  
  to {
    transform: rotate(360deg);
  }
}

.input_check {
  position: absolute;
  width: 20px;
  height: 20px;
  visibility: hidden;
  background: #e92333;
}

.input_check + label {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url('../img/check-box-checked.svg') no-repeat;
  background-position: -31px -3px;
  border: 1px solid #878787;
  border-radius: 5px;
}

.input_check:checked + label {
  background-position: 3px 5px;
  border: 1px solid #1de9b6;
  border-radius: 5px;
  font-family: San Francisco Weight;
}

.input_check:checked ~ span {
  font-family: San Francisco Weight;
}

.input_check:not(:checked) ~ svg rect {
  stroke: #878787;
}

.input_check:not(:checked) ~ svg path {
  display: none;
}

.maf-question-div {
  width: 694px;
  position: absolute;
  margin-left: 373px;
  margin-top: 50px;
  font-size: 16px;
  color: #393c40;
}

.maf-answer {
  position: absolute;
  letter-spacing: 0.35px;
  margin-top: 2px;
  margin-left: 20px;
}

.maf-question {
  letter-spacing: 0.17px;
  width: 600px;
  margin-top: 39px;
  margin-left: 46px;
}

.specify-text {
  background-image: url(../img/specify-text-box.svg);
  background-repeat: no-repeat;
  border: none;
  width: 169px;
  height: 18px;
  padding-left: 10px;
  border-radius: 5px;
  color: #878787;
  font-size: 15px;
  margin-top: -1px;
  position: absolute;
}

.maf-s-raido label {
  display: flex;
  align-items: center;
}

.maf-s-raido input {
  width: 0;
  height: 0;
  border: 0;
  clip: rect(0 0 0 0);
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
}

.maf-s-raido input:checked ~ span {
  font-family: San Francisco Weight;
}

.maf-s-raido input:not(:checked) ~ svg rect:first-child {
  stroke: #c6c9cf;
}

.maf-s-raido input:not(:checked) ~ svg rect:last-child {
  fill: none;
}

.maf-s-raido svg {
  flex-shrink: 0;
  margin-right: 20px;
}

.maf-s-raido div {
  margin-top: 10px;
}

.maf-s-raido span {
  font-size: 16px;
  letter-spacing: 0.35px;
}

.maf-input label {
  padding-bottom: 10px;
}

.maf-input .tip-icon {
  margin-left: 0;
  float: right;
}

.maf-input .maf-s-input {
  position: relative;
  margin-top: 10px;
}

.maf-s-input input {
  position: absolute;
  top: 3px;
  left: 2px;
  outline: none;
  border: none;
  font-size: 16px;
  padding: 12px 28px;
}

.maf-input ul {
  list-style: none;
  padding: 0;
  margin-top: -4px;
  background-color: #fff;
  border: 1px solid #e6e8ed;
  box-shadow: 0 0 3px 0 rgba(0,0,0,0.10);
  border-radius: 2.75px;
  max-height: 240px;
  overflow: auto;
  z-index: 999;
  position: relative;
}

.maf-input ul:hover {
  display: block;
}

.maf-input ul li {
  padding: 10px 0 10px 30px;
  min-height: 20px;
}

.maf-input ul li:hover, .maf-input ul li.selected, .maf-input ul:hover li:hover.selected {
  background-color: #359be0;
  color: #fff;
}

.maf-input ul:hover li.selected {
  background-color: #fff;
  color: inherit;
}

.maf-checkbox-cmp {
  margin-top: 10px;
}

.maf-checkbox-cmp input:checked ~ span {
  font-family: San Francisco Weight;
}

.maf-checkbox-cmp svg {
  flex-shrink: 0;
  margin-right: 20px;
}

.maf-s-checkbox {
  width: 1px;
  height: 1px;
  border: 0;
  clip: rect(0 0 0 0);
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
}

.maf-s-checkbox input:checked ~ span {
  font-family: San Francisco Weight;
}

.maf-s-checkbox:not(:checked) ~ svg rect {
  stroke: #878787;
}

.maf-s-checkbox:not(:checked) ~ svg path {
  display: none;
}

.clearfix {
  clear: both;
}

.maf-right .desc {
  padding-left: 48px;
  border-left: 1px solid #ccc;
  width: 375px;
  font-size: 16px;
  color: #393c40;
}

.maf-right .desc .title {
  font-size: 20px;
  color: #44546a;
  font-family: San Francisco Weight;
}

.maf-right .desc ul {
  padding-left: 25px;
  margin-bottom: 40px;
}

.maf-right .desc ul li ~ li {
  margin-top: 16px;
}

.error-msg {
  padding-top: 230px;
  font-size: 16px;
  color: #f44236;
  font-family: San Francisco Weight;
}

.upload-container {
  position: relative;
  width: 350px;
  height: 220px;
}

.upload-backgroud {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 180px;
  background-image: url(../img/upload-border.svg);
}

.upload-process-bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  border-radius: 10px 0 0 10px;
  background-image: linear-gradient(225deg, #1DE9B6 0%, #1DC4E9 100%);
  transition: width 1s;
}

.upload-box {
  position: absolute;
  top: 0;
  left: 180px;
  padding: 21px 0 23px 0;
  width: 350px;
  height: 176px;
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}

.upload-box .upload-icon {
  width: 56px;
  height: 43px;
  background-image: url(../img/upload-icon.svg);
}

.maf-button.upload {
  background-image: linear-gradient(225deg, #1DE9B6 0%, #1DC4E9 100%);
}

.upload-label {
  font-size: 18px;
  color: #878787;
}

.uploaded-table {
  width: 682px;
}

.uploaded-table thead td {
  text-transform: uppercase;
  font-size: 18px;
  color: #1de9b6;
  letter-spacing: 0.21px;
  font-family: San Francisco Weight;
  padding-bottom: 25px;
}

.uploaded-table tbody td {
  font-size: 14px;
  color: #393c40;
  letter-spacing: 0.17px;
  padding-bottom: 12px;
}

.uploaded-table tbody tr:last-child td {
  padding-bottom: 0;
}

.uploaded-tip {
  font-size: 18px;
  color: #878787;
}

.step-title {
  font-size: 18px;
  color: #878787;
  letter-spacing: 0.21px;
  margin-bottom: 25px;
}

.currency-symbol {
  position: absolute;
  left: 12px;
  top: 10px;
  font-size: 1rem;
}

.picklist-label {
  position: absolute;
  top: 15px;
  left: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: calc(100% - 70px);
}

.mobile-upload-box {
  display: none;
  align-items: center;
}

.mobile-upload-box svg {
  width: 100%;
}

.mobile-upload-box .maf-button {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.maf-button.purple.mobile {
  position: absolute;
  left: 30px;
  top: 30px;
  padding: 9px 24px;
  display: none;
}

.next-tip2 {
  display: none;
  font-family: San Francisco Weight;
  font-size: 14px;
  color: #f44236;
  letter-spacing: 0.17px;
  margin-top: 15px;
  margin-bottom: -20px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .progress-bar {
    top: 80px;
  }
  
  .progress-bar .labels {
    margin-bottom: 5px;
  }
  
  .maf-picklist.lang {
    top: 30px;
    right: 20px;
    padding: 9px 10px;
  }
  
  #app {
    color: #393c40;
    width: calc(100% - 40px);
    min-height: 0;
    margin: auto;
    padding-top: 154px;
  }
  
  .tip-icon p {
    left: -222px;
  }
  
  .tip-icon p:before {
    left: auto;
    right: 0px;
    bottom: -8px;
    transform: rotate(90deg);
  }
  
  .upload-box {
    display: none;
  }
  
  .upload-container {
    width: 100%;
    height: auto;
  }
  
  .upload-backgroud {
    left: 0;
    background-image: none;
  }
  
  .mobile-upload-box {
    display: flex;
  }
  
  .maf-button.purple.mobile {
    display: block;
  }
  
  .next-tip {
    display: none;
  }
  
  .next-tip2 {
    display: block;
  }
  
  .maf-actions {
    margin-top: 220px;
    justify-content: space-around;
  }
  
  .maf-actions > .maf-button.purple {
    display: none;
  }
  
  .maf-alert {
    padding: 20px;
    width: calc(100% - 80px);
  }
  
  .maf-alert .maf-button {
    width: 80%;
  }
  
  .maf-alert .maf-button.purple ~ .maf-button {
    margin-top: 10px;
    margin-left: 0;
  }
  
  .nca-main-container {
    padding: 40px 20px;
    width: 315px;
  }
  
  .nca-main-container .maf-title {
    font-size: 25px;
  }
  
  .nca-main-container .sub-title {
    margin-bottom: unset;
    font-size: 14px;
  }
  
  .nca-main-container .field-label {
    margin-top: 20px;
    margin-left: 0px;
  }
  
  .nca-main-container .maf-input-green {
    width: 282px;
  }
  
  .nca-main-container .maf-input-grey {
    width: 282px;
  }
  
  .nca-main-container .maf-text-error {
    font-size: 12px;
    margin-left: 20px;
  }
  
  .nca-main-container .maf-text-error.error-location {
    font-size: 12px;
    margin-left: 20px;
  }
}

@media screen and (max-width: 380px) {
  .next-tip2 {
    margin-left: -6px;
    margin-right: -6px;
  }
}