
.note span {
  max-width: 783px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-top: auto;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  color: rgb(190, 190, 193);
}

.note {
  max-width: 783px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-top: auto;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  color: rgb(190, 190, 193);
}

.tonik-calc__type_slider {
  width: 50px;
  margin-right: 30px;
}

.tonik-calc__type_slider label {
  outline: none;
}

.tonik-calc__type_slider .vue-slider {
  height: 24px !important;
}

[v-cloak] {
  display: none;
}

.loan-calc-wrapper-type {
  max-width: 760px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

#loan-form-wrapper .tonik-calc__slider {
  margin-left: 10px;
  margin-top: 10px;
}


#time-deposit-wrapper,
.calc-wrapper {
  max-width: 760px;
  /* border: 3px solid #785AFF; */
  border-radius: 32px;
  padding: 20px 40px;
  margin: 40px auto;
  /* medium screen */
}

#time-deposit-wrapper,
.calc-wrapper {
  max-width: 760px;
  /* border: 3px solid #785AFF; */
  border-radius: 32px;
  padding: 20px 40px;
  margin: 40px auto;
  /* medium screen */
}

#time-deposit-wrapper .tonik-calc__question-amount,
.calc-wrapper .tonik-calc__question-amount {
  /* How much will you invest? */
  /* Heading-Large */
  font-style: normal;
  font-weight: bold;
  font-size: 33px;
  line-height: 40px;
  /* identical to box height, or 121% */
  text-align: center;
  letter-spacing: -0.022em;
  font-feature-settings: "tnum" on, "lnum" on, "ss01" on;
  /* Light/Content/Base */
  color: #373739;
  /* Inside Auto Layout */
  flex: none;
  order: 1;
  flex-grow: 0;
  margin: 16px 0px;
}

#time-deposit-wrapper .tonik-calc__amount-instruction,
.calc-wrapper .tonik-calc__amount-instruction {
  /* Enter any value between P5,000 to P500,000 */
  /* Heading-Small */
  font-style: normal;
  font-weight: bold;
  font-size: 19px;
  line-height: 24px;
  /* identical to box height, or 126% */
  text-align: center;
  letter-spacing: -0.017em;
  font-feature-settings: "tnum" on, "lnum" on, "ss01" on;
  /* Light/Content/Secondary */
  color: #717175;
  /* Inside Auto Layout */
  flex: none;
  order: 3;
  flex-grow: 0;
  margin: 16px 0px;
}

#time-deposit-wrapper .tonik-calc__amount-mobile,
.calc-wrapper .tonik-calc__amount-mobile {
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 36px;
  /* or 129% */
  font-feature-settings: "tnum" on, "lnum" on, "ss01" on;
  /* custom */
  text-align: center;
  margin-bottom: 20px;
}

#time-deposit-wrapper .tonik-calc__amount-desktop,
.calc-wrapper .tonik-calc__amount-desktop {
  /* Group 1029 */
  /* Inside Auto Layout */
  flex: none;
  order: 4;
  align-self: stretch;
  flex-grow: 0;
  margin: 16px 0px;
}

#time-deposit-wrapper .tonik-calc__amount-desktop input,
.calc-wrapper .tonik-calc__amount-desktop input {
  /* Button-Normal */
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 36px;
  /* or 129% */
  font-feature-settings: "tnum" on, "lnum" on, "ss01" on;
  /* Light/Content/Disabled */
  /* custom */
  min-height: 72px;
  width: 100%;
  background-color: transparent;
  border-width: 0;
  padding: 0 10px;
  border-radius: 24px;
  outline: none;
  color: #785aff;
  font-weight: 700;
}

#time-deposit-wrapper .tonik-calc__amount-desktop input ::-webkit-input-placeholder,
.calc-wrapper .tonik-calc__amount-desktop input ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #BEBEC1;
  font-weight: 700;
}

#time-deposit-wrapper .tonik-calc__amount-desktop input ::-moz-placeholder,
.calc-wrapper .tonik-calc__amount-desktop input ::-moz-placeholder {
  /* Firefox 19+ */
  color: #BEBEC1;
  font-weight: 700;
}

#time-deposit-wrapper .tonik-calc__amount-desktop input :-ms-input-placeholder,
.calc-wrapper .tonik-calc__amount-desktop input :-ms-input-placeholder {
  /* IE 10+ */
  color: #BEBEC1;
  font-weight: 700;
}

#time-deposit-wrapper .tonik-calc__amount-desktop input :-moz-placeholder,
.calc-wrapper .tonik-calc__amount-desktop input :-moz-placeholder {
  /* Firefox 18- */
  color: #BEBEC1;
  font-weight: 700;
}

#time-deposit-wrapper .tonik-calc__amount-desktop div,
.calc-wrapper .tonik-calc__amount-desktop div {
  min-height: 72px;
  /* Rectangle 463 */
  background: #F7F7F8;
  border-radius: 24px;
}

#time-deposit-wrapper .tonik-calc__question-term,
.calc-wrapper .tonik-calc__question-term {
  /* How long will you grow your money? */
  /* Heading-Large */
  font-style: normal;
  font-weight: bold;
  font-size: 33px;
  line-height: 40px;
  /* identical to box height, or 121% */
  text-align: center;
  letter-spacing: -0.022em;
  font-feature-settings: "tnum" on, "lnum" on, "ss01" on;
  /* Light/Content/Base */
  color: #373739;
  /* Inside Auto Layout */
  flex: none;
  order: 8;
  flex-grow: 0;
  margin: 16px 0px;
}

#time-deposit-wrapper .tonik-calc__terms,
.calc-wrapper .tonik-calc__terms {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}

#time-deposit-wrapper .tc-term,
.calc-wrapper .tc-term {
  height: 128px;
  width: 100%;
  margin: 0 5px;
  cursor: pointer;
  /* Rectangle 486 */
  /* Card-Evevated */
  box-shadow: 0px 8px 16px rgba(30, 30, 31, 0.08);
  border-radius: 32px;
  /* custom */
  display: flex;
  flex-flow: column;
  justify-content: space-evenly;
  text-align: center;
}

#time-deposit-wrapper .tc-term__length,
.calc-wrapper .tc-term__length {
  /* 6 */
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  /* or 117% */
  text-align: center;
  letter-spacing: -0.019em;
  font-feature-settings: "tnum" on, "lnum" on, "ss01" on;
  /* (Constants)/Content-Constant-Base */
  color: #373739;
}

#time-deposit-wrapper .tc-term__label,
.calc-wrapper .tc-term__label {
  /* mos */
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 16px;
  /* or 94% */
  text-align: center;
  letter-spacing: -0.003em;
  font-feature-settings: "tnum" on, "lnum" on, "ss01" on;
  /* (Constants)/Content-Constant-Secondary */
  color: #717175;
  /* custom */
  position: relative;
  top: -13px;
}

#time-deposit-wrapper .tc-term__percentage,
.calc-wrapper .tc-term__percentage {
  /* 5.25% */
  font-style: normal;
  font-weight: 500;
  font-size: 19px;
  line-height: 20px;
  /* or 105% */
  text-align: center;
  letter-spacing: -0.011em;
  font-feature-settings: "tnum" on, "lnum" on, "ss01" on;
  /* (Constants)/Content-Constant-Base */
  color: #785AFF;
}

#time-deposit-wrapper .tc-term--active,
.calc-wrapper .tc-term--active {
  background: #785AFF;
}

#time-deposit-wrapper .tc-term--active .tc-term__length,
.calc-wrapper .tc-term--active .tc-term__length {
  color: #FFFFFF;
}

#time-deposit-wrapper .tc-term--active .tc-term__label,
.calc-wrapper .tc-term--active .tc-term__label {
  color: rgba(255, 255, 255, 0.65);
}

#time-deposit-wrapper .tc-term--active .tc-term__percentage,
.calc-wrapper .tc-term--active .tc-term__percentage {
  color: #FFFFFF;
}

#time-deposit-wrapper .tonik-calc__earnings-label,
.calc-wrapper .tonik-calc__earnings-label {
  /* You will earn in Interest */
  /* Heading-Large */
  font-style: normal;
  font-weight: bold;
  font-size: 33px;
  line-height: 40px;
  /* identical to box height, or 121% */
  text-align: center;
  letter-spacing: -0.022em;
  font-feature-settings: "tnum" on, "lnum" on, "ss01" on;
  /* Light/Content/Base */
  color: #373739;
  /* Inside Auto Layout */
  flex: none;
  order: 11;
  flex-grow: 0;
  margin: 16px 0px;
}

#time-deposit-wrapper .tonik-calc__earnings-label--mobile,
.calc-wrapper .tonik-calc__earnings-label--mobile {
  margin-top: 60px;
  margin-bottom: -10px;
  font-size: 28px;
}

#time-deposit-wrapper .tonik-calc__earnings-amount,
.calc-wrapper .tonik-calc__earnings-amount {
  /* ₱3,000.00 */
  /* Heading-Large */
  font-style: normal;
  font-weight: bold;
  font-size: 33px;
  line-height: 40px;
  /* identical to box height, or 121% */
  text-align: center;
  letter-spacing: -0.022em;
  font-feature-settings: "tnum" on, "lnum" on, "ss01" on;
  /* Light/Accent/Base */
  color: #785AFF;
  /* Inside Auto Layout */
  flex: none;
  order: 12;
  flex-grow: 0;
  margin: 16px 0px;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}



/* .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
  border: 1px solid #d3d3d3;
  background: #e6e6e6 url("images/ui-bg_glass_75_e6e6e6_1x400.png") 50% 50% repeat-x;
  font-weight: normal;
  color: #555555;
}

.toolbar-icon-menu-link-content06912b5e-8004-4449-b483-623799e24b49:before {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3e%3cpath fill='%23787878' d='M14.416 11.586l-.01-.008v-.001l-5.656-5.656c.15-.449.252-.921.252-1.421 0-2.485-2.016-4.5-4.502-4.5-.505 0-.981.102-1.434.255l2.431 2.431-.588 2.196-2.196.588-2.445-2.445c-.162.464-.268.956-.268 1.475 0 2.486 2.014 4.5 4.5 4.5.5 0 .972-.102 1.421-.251l5.667 5.665c.781.781 2.047.781 2.828 0s.781-2.047 0-2.828z'/%3e%3c/svg%3e");
} */
@media (min-width:320px) {
  .loan-calc-wrapper-type .payroll {
    margin-top: 20px;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: -0.019em;
    text-align: center;
    max-width: 520px;
    color: #373739;
    margin-bottom: 32px;
  }
}

@media (min-width:480px) {
  .loan-calc-wrapper-type .payroll {
    margin-top: 20px;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: -0.019em;
    text-align: center;
    max-width: 520px;
    color: #373739;
    margin-bottom: 32px;
  }
}

@media (min-width:481px) {
  .loan-calc-wrapper-type .payroll {
    margin-top: 20px;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: -0.019em;
    text-align: center;
    max-width: 520px;
    color: #373739;
    margin-bottom: 32px;
  }
}

@media (min-width:600px) {
  .loan-calc-wrapper-type .payroll {
    margin-top: 20px;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: -0.019em;
    text-align: center;
    width: 520px;
    color: #373739;
    margin-bottom: 32px;
  }
}

@media (min-width:641px) {
  .loan-calc-wrapper-type .payroll {
    margin-top: 20px;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: -0.019em;
    text-align: center;
    width: 520px;
    color: #373739;
    margin-bottom: 32px;
  }
}

@media (min-width:801px) {
  .loan-calc-wrapper-type .payroll {
    margin-top: 20px;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: -0.019em;
    text-align: center;
    width: 520px;
    color: #373739;
    margin-bottom: 32px;
  }
}

@media (min-width:961px) {
  .loan-calc-wrapper-type .payroll {
    margin-top: 20px;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: -0.019em;
    text-align: center;
    width: 520px;
    color: #373739;
    margin-bottom: 32px;
  }
}

@media (min-width:1025px) {
  .loan-calc-wrapper-type .payroll {
    margin-top: 20px;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: -0.019em;
    text-align: center;
    width: 520px;
    color: #373739;
    margin-bottom: 32px;
  }
}

@media (min-width:1281px) {
  .loan-calc-wrapper-type .payroll {
    margin-top: 20px;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: -0.019em;
    text-align: center;
    width: 520px;
    color: #373739;
    margin-bottom: 32px;
  }
}



@media (min-width:320px) {
  .note span {
    width: 450px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: rgb(190, 190, 193);
    margin: 15px;
    text-align: justify;
  }
}

@media (min-width:480px) {
  .note span {
    width: 450px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: rgb(190, 190, 193);
    margin: 15px;
    text-align: justify;
  }
}

@media (min-width:481px) {
  .note span {
    width: 450px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: rgb(190, 190, 193);
    margin: 15px;
    text-align: justify;
  }
}

@media (min-width:600px) {
  .note span {
    width: 450px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: rgb(190, 190, 193);
    margin: 15px;
    text-align: justify;
  }
}

@media (min-width:641px) {
  .note span {
    width: 450px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: rgb(190, 190, 193);
    margin: 15px;
    text-align: justify;
  }
}

@media (min-width:801px) {
  .note span {
    width: 450px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: rgb(190, 190, 193);
    margin: 15px;
    text-align: justify;
  }
}

@media (min-width:961px) {
  .note span {
    max-width: 783px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-top: auto;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    color: rgb(190, 190, 193);
  }
}

@media (min-width:1025px) {
  .note span {
    max-width: 783px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-top: auto;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    color: rgb(190, 190, 193);
  }
}

@media (min-width:1281px) {
  .note span {
    max-width: 783px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-top: auto;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    color: rgb(190, 190, 193);
  }
}


@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table !important;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table !important;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table !important;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table !important;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

.loan-calc-wrapper-main {
  border-color: #C9ECFF;
}