@charset "UTF-8";
.layout {
  min-width: 1920px;
  height: calc(var(--vh, 1vh) * 100);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: grid;
  grid: "header header header" 70px "leftSide main rightSide" 290px "leftMain main rightMain" auto "footer footer footer" 0px / auto 1200px auto;
  background: linear-gradient(360deg, #BAE4DA -12.87%, rgba(186, 234, 223, 0.417702) 24.62%, rgba(222, 221, 214, 0) 84.51%); }

.header {
  grid-area: header; }

.leftSide {
  grid-area: leftSide; }

.rightSide {
  grid-area: rightSide; }

.leftMain {
  grid-area: leftMain; }

.main-container {
  grid-area: main; }

.rightMain {
  grid-area: rightMain; }

.footer {
  grid-area: footer; }

@font-face {
  font-family: 'Gilroy';
  src: url("fonts/Gilroy/Gilroy-Regular.eot");
  src: local("Gilroy Regular"), local("Gilroy-Regular"), url("fonts/Gilroy/Gilroy-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/Gilroy/Gilroy-Regular.woff2") format("woff2"), url("fonts/Gilroy/Gilroy-Regular.woff") format("woff"), url("fonts/Gilroy/Gilroy-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Gilroy';
  src: url("fonts/Gilroy/Gilroy-Bold.eot");
  src: local("Gilroy Bold"), local("Gilroy-Bold"), url("fonts/Gilroy/Gilroy-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/Gilroy/Gilroy-Bold.woff2") format("woff2"), url("fonts/Gilroy/Gilroy-Bold.woff") format("woff"), url("fonts/Gilroy/Gilroy-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Gilroy';
  src: url("fonts/Gilroy/Gilroy-Semibold.eot");
  src: local("Gilroy Semibold"), local("Gilroy-Semibold"), url("fonts/Gilroy/Gilroy-Semibold.eot?#iefix") format("embedded-opentype"), url("fonts/Gilroy/Gilroy-Semibold.woff2") format("woff2"), url("fonts/Gilroy/Gilroy-Semibold.woff") format("woff"), url("fonts/Gilroy/Gilroy-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'Gilroy';
  src: url("fonts/Gilroy/Gilroy-Medium.eot");
  src: local("Gilroy Medium"), local("Gilroy-Medium"), url("fonts/Gilroy/Gilroy-Medium.eot?#iefix") format("embedded-opentype"), url("fonts/Gilroy/Gilroy-Medium.woff2") format("woff2"), url("fonts/Gilroy/Gilroy-Medium.woff") format("woff"), url("fonts/Gilroy/Gilroy-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }

.header {
  border-radius: 0 0 20px 20px;
  display: flex;
  justify-content: center;
  background: #2B9F98;
  z-index: 300; }

#top-navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1200px; }

#logo {
  display: flex;
  align-items: center; }

#logo-image {
  width: 50px;
  height: 50px;
  background: url(../images/logo1.svg) no-repeat;
  background-size: cover; }

#logo-text {
  font-family: 'Gilroy', sans-serif, Helvetica;
  font-size: 53px;
  color: #FFFFFF;
  font-weight: 500;
  line-height: 45px;
  margin-left: 7.2px;
  /* identical to box height */
  font-feature-settings: 'liga' off;
  color: #FFFFFF; }

#top-menu {
  display: flex;
  flex-direction: row;
  list-style-type: none;
  box-shadow: none; }

#top-menu > li {
  font-family: 'Gilroy', sans-serif, Helvetica;
  font-size: 21px;
  color: #808080;
  font-weight: 500;
  line-height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 153px;
  height: 41px;
  background: #A8E2D4;
  color: #808080;
  border-radius: 22px;
  margin-left: 20px; }

#top-menu > li > a {
  text-decoration: none;
  color: inherit;
  background-color: inherit;
  display: inline-block; }

#top-menu > li:hover {
  font-family: 'Gilroy', sans-serif, Helvetica;
  font-size: 21px;
  color: #808080;
  font-weight: 500;
  line-height: 18px;
  color: #2B9F98;
  background-color: #FFFFFF; }

#top-menu > li:active {
  font-family: 'Gilroy', sans-serif, Helvetica;
  font-size: 21px;
  color: #808080;
  font-weight: 500;
  line-height: 18px;
  color: #2B9F98;
  background-color: #FFFFFF; }

#top-menu > li.active {
  font-family: 'Gilroy', sans-serif, Helvetica;
  font-size: 21px;
  color: #808080;
  font-weight: 500;
  line-height: 18px;
  color: #2B9F98;
  background-color: #FFFFFF; }

.menu-icon {
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 25px;
  margin-right: 10px;
  position: relative;
  background-repeat: no-repeat;
  background-size: 25px; }

#ulasan-icon {
  background-image: url(../images/satisfaction-icon.svg); }

#ulasan-li:hover span {
  background-image: url(../images/satisfaction-icon-active.svg); }

#pinjaman-li span {
  background-image: url(../images/coinstack-icon.svg); }

#pinjaman-li:hover span {
  background-image: url(../images/coinstack-icon-active.svg); }

#pinjaman-li.active span {
  background-image: url(../images/coinstack-icon-active.svg); }

#akun-li span {
  background-image: url(../images/akun-icon.svg); }

#akun-li:hover span {
  background-image: url(../images/akun-icon-active.svg); }

.footer {
  z-index: 300;
  display: none;
  align-items: flex-end;
  position: relative;
  height: 42px;
  border-radius: 20px 20px 0 0; }

#footer {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 37px;
  z-index: 300;
  background: #FFFFFF;
  border-radius: 20px 20px 0 0;
  position: relative;
  margin: 0 5px; }

#bottom-navbar {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%; }

#bottom-menu {
  display: flex;
  flex-direction: row;
  list-style-type: none;
  box-shadow: none; }

#bottom-menu > li {
  font-family: 'Gilroy', sans-serif, Helvetica;
  font-size: 10px;
  color: #C3C3C3;
  font-weight: 500;
  line-height: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 98px;
  height: 27px;
  background: #FFFFFF;
  color: #C3C3C3;
  border-radius: 14px;
  margin-left: 5px; }

#bottom-menu > li > a {
  text-decoration: none;
  color: inherit;
  background-color: inherit;
  display: inline-block; }

#bottom-menu > li:hover {
  font-family: 'Gilroy', sans-serif, Helvetica;
  font-size: 10px;
  color: #808080;
  font-weight: 500;
  line-height: 12px;
  color: #2B9F98;
  background-color: #FFFFFF; }

#bottom-menu > li:active {
  font-family: 'Gilroy', sans-serif, Helvetica;
  font-size: 10px;
  color: #808080;
  font-weight: 500;
  line-height: 12px;
  color: #2B9F98;
  background-color: #FFFFFF; }

#bottom-menu > li.active {
  font-family: 'Gilroy', sans-serif, Helvetica;
  font-size: 10px;
  color: #808080;
  font-weight: 500;
  line-height: 12px;
  color: #FFFFFF;
  background-color: #2B9F98; }

#ulasan-icon-bottom {
  background-image: url(../images/satisfaction-icon.svg); }

#ulasan-li-bottom:hover span {
  background-image: url(../images/satisfaction-icon-active.svg); }

#pinjaman-li-bottom span {
  background-image: url(../images/coinstack-icon.svg); }

#pinjaman-li-bottom:hover span {
  background-image: url(../images/coinstack-icon-active.svg); }

#pinjaman-li-bottom.active span {
  background-image: url(../images/coinstack-icon-active-white.svg); }

#akun-li-bottom span {
  background-image: url(../images/akun-icon.svg); }

#akun-li-bottom:hover span {
  background-image: url(../images/akun-icon-active.svg); }

.card {
  overflow: hidden;
  width: 100%;
  height: 260px;
  margin-bottom: 37px;
  background: rgba(242, 241, 241, 0.5);
  border: 2px solid rgba(195, 195, 195, 0.2);
  border-radius: 14px;
  position: relative;
  z-index: 100; }

.card-header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 48%;
  line-height: 42px;
  text-decoration: none; }

.card-body {
  background: #FFFFFF;
  border-radius: 14px;
  width: 100%;
  height: 52%;
  display: flex; }

.card-logo {
  margin: 24px 24px 26px 28px;
  width: 68px;
  height: 68px;
  background-color: rgba(195, 195, 195, 0.2);
  border-radius: 34px;
  display: flex;
  align-items: center;
  justify-content: center; }
  .card-logo img {
    width: 48px;
    height: 48px; }

.name-rating {
  width: 650px;
  margin-right: auto; }

.card-name {
  font-family: 'Gilroy', sans-serif, Helvetica;
  font-size: 35px;
  color: #242424;
  font-weight: 700;
  line-height: 42px;
  line-height: 42px; }

.rating {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  font-family: 'Gilroy', sans-serif, Helvetica;
  font-size: 20px;
  color: #FFFFFF;
  font-weight: 500;
  line-height: 24px; }

.rating__body {
  position: relative;
  color: #C3C3C3;
  font-family: 'Gilroy', sans-serif, Helvetica;
  font-size: 24px;
  color: #C3C3C3;
  font-weight: 500;
  line-height: 28px; }

.rating__body::before {
  content: "★★★★★";
  display: block; }

.rating__active {
  position: absolute;
  width: 0;
  height: 100%;
  top: -1px;
  left: 0;
  overflow: hidden; }

.rating__active::before {
  content: "★★★★★";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color: #FFB931; }

.rating__items {
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }

.rating__item {
  flex: 0 0 20%;
  height: 100%;
  opacity: 0; }

.reviews__value {
  /*font-size: 75%;*/
  /*line-height: 1;*/
  font-weight: 500;
  padding: 0 0 0 10px;
  font-family: 'Gilroy', sans-serif, Helvetica;
  font-size: 28px;
  color: #242424;
  font-weight: 500;
  line-height: 33px;
  margin-right: 20px; }

.ok__value {
  justify-content: flex-end;
  margin-left: auto;
  width: 50px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: left; }
  .ok__value img {
    width: 50px;
    height: 30px; }

.card-terms {
  width: 50%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: auto;
  font-family: 'Gilroy', sans-serif, Helvetica;
  font-size: 18px;
  color: #808080;
  font-weight: 500;
  line-height: 21px; }

.card-loan-interest {
  width: 154px;
  height: 88px;
  background: #E8F6F3;
  border-radius: 14px;
  text-align: left;
  line-height: 41px;
  margin: 0;
  margin-left: 25px;
  padding-left: 20px; }
  .card-loan-interest p {
    margin: 0;
    text-align: left; }

.card-loan-value {
  width: 306px;
  height: 88px;
  background: #E8F6F3;
  border-radius: 14px;
  text-align: left;
  line-height: 41px;
  margin-right: 25px;
  padding-left: 20px; }

.separator {
  width: 88px;
  height: 0px;
  border: 2px solid #A8E2D4;
  transform: rotate(90deg); }

.card-line-rate {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  text-size-adjust: 100%;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  text-align: left;
  font-family: 'Gilroy', sans-serif, Helvetica;
  font-size: 35px;
  color: #242424;
  font-weight: 700;
  line-height: 42px;
  position: relative; }

.card-line-rate::after {
  content: '%'; }

.card-line-value {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  text-size-adjust: 100%;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  text-align: left;
  font-family: 'Gilroy', sans-serif, Helvetica;
  font-size: 35px;
  color: #242424;
  font-weight: 600;
  line-height: 42px;
  position: relative; }

.card-line-value::before {
  content: 'Rp '; }

.card-buttons {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: auto; }

.card-button {
  width: 306px;
  height: 88px;
  background: #2B9F98;
  border: 4px solid rgba(232, 246, 243, 0.75);
  border-radius: 14px;
  font-family: 'Gilroy', sans-serif, Helvetica;
  font-size: 32px;
  color: #FFFFFF;
  font-weight: 700;
  line-height: 39px;
  cursor: pointer;
  margin-right: 25px;
  margin-left: 30px; }

.card-button:hover {
  width: 306px;
  height: 88px;
  background: rgba(43, 159, 152, 0.75);
  border: 4px solid #2B9F98;
  border-radius: 14px;
  font-family: 'Gilroy', sans-serif, Helvetica;
  font-size: 32px;
  color: #FFFFFF;
  font-weight: 700;
  line-height: 39px;
  cursor: pointer; }

.card-modal-link {
  text-decoration-line: underline;
  font-family: 'Gilroy', sans-serif, Helvetica;
  font-size: 28px;
  color: #808080;
  font-weight: 600;
  line-height: 34px;
  z-index: 100; }

.card-modal-link:hover {
  text-decoration-line: underline;
  font-family: 'Gilroy', sans-serif, Helvetica;
  font-size: 28px;
  color: #242424;
  font-weight: 600;
  line-height: 34px;
  z-index: 100; }

.card-review {
  overflow: hidden;
  width: 100%;
  height: 369px;
  margin-bottom: 37px;
  background: rgba(242, 241, 241, 0.5);
  border: 2px solid rgba(195, 195, 195, 0.2);
  border-radius: 14px;
  position: relative;
  z-index: 100; }

.card-fullreview {
  overflow: hidden;
  width: 100%;
  height: auto;
  margin-bottom: 37px;
  background: rgba(242, 241, 241, 0.5);
  border: 2px solid rgba(195, 195, 195, 0.2);
  border-radius: 14px;
  position: relative;
  z-index: 100; }

.card-review-header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 33%;
  line-height: 42px; }

.card-review-body {
  background: #FFFFFF;
  border-radius: 14px;
  width: 100%;
  height: 67%;
  display: flex;
  align-items: center; }

.card-fullreview-body {
  background: #FFFFFF;
  border-radius: 14px;
  width: 100%;
  display: flex;
  align-items: center; }

.card-review-separator {
  width: 0px;
  height: 85%;
  border: 2px solid #A8E2D4; }

.card-review-buttons {
  display: flex;
  flex-direction: column;
  margin-left: 25px;
  margin-right: 25px; }

.card-review-reviews {
  margin-left: 27px;
  margin-right: auto;
  width: 790px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-around; }

.card-fullreview-reviews {
  margin-left: 27px;
  margin-right: auto;
  width: 790px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-around; }

.card-review-container {
  overflow-x: hidden;
  overflow-y: hidden;
  width: 100%;
  height: 51px;
  background-color: #FDE9CC;
  border-radius: 14px;
  display: flex;
  align-items: center;
  position: relative;
  margin: 10px 0 10px; }

.card-review-review-text {
  width: 573px;
  margin-left: 20px;
  font-family: 'Gilroy', sans-serif, Helvetica;
  font-size: 18px;
  color: #808080;
  font-weight: 500;
  line-height: 21px;
  line-height: 51px;
  align-self: baseline; }

.card-review-rating {
  width: 162px;
  height: 25px;
  background: #A8E2D4;
  border-radius: 15px;
  font-family: 'Gilroy', sans-serif, Helvetica;
  font-size: 18px;
  color: #242424;
  font-weight: 500;
  line-height: 25px;
  line-height: 25px;
  padding-left: 20px;
  display: flex;
  align-items: center; }

.card-fullreview-rating2 {
  width: 162px;
  height: 25px;
  background: #A8E2D4;
  border-radius: 15px;
  font-family: 'Gilroy', sans-serif, Helvetica;
  font-size: 18px;
  color: #242424;
  font-weight: 500;
  line-height: 25px;
  line-height: 25px;
  padding-left: 20px;
  display: flex;
  align-items: center; }

.sphere-small {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #2B9F98;
  display: inline-block;
  justify-self: end;
  margin-left: auto;
  margin-right: 2%; }

.sphere-middle {
  width: 17px;
  height: 17px;
  border-radius: 100%;
  background-color: #2B9F98;
  display: inline-block;
  justify-self: end;
  margin-right: 2%; }

.sphere-large {
  width: 41px;
  height: 41px;
  border-radius: 100%;
  background-color: #2B9F98;
  display: inline-block;
  font-family: 'Gilroy', sans-serif, Helvetica;
  font-size: 28px;
  color: #242424;
  font-weight: 500;
  line-height: 33px;
  line-height: 41px;
  text-align: start;
  justify-self: end; }

.ratingInreview {
  padding-left: 15%; }

.ratingInreview::after {
  content: "★";
  position: absolute;
  font-size: 60%;
  color: #242424; }

.yellow {
  background-color: #FFB931; }

.gray {
  background-color: #C3C3C3; }

.green {
  background-color: #2B9F98; }

.card-fullreview-title {
  width: 1146px;
  height: 77px;
  background: #A8E2D4;
  border-radius: 14px;
  margin-top: 25px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-family: 'Gilroy', sans-serif, Helvetica;
  font-size: 28px;
  color: #2B9F98;
  font-weight: 700;
  line-height: 34px;
  line-height: 77px; }

.card-fullreview-icon {
  width: 43px;
  height: 43px;
  background: #FFFFFF;
  background-image: url(../images/review_full_title_icon.svg);
  background-repeat: no-repeat;
  background-size: 43px;
  margin-left: 15px;
  margin-right: 32px;
  border-radius: 6px; }

.card-fullreview-arrow {
  width: 121px;
  height: 31px;
  background-image: url(../images/fullreview-icon-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 26px; }

.card-fullreview-container {
  width: 1146px;
  height: auto;
  background-color: #F2F1F1;
  border-radius: 26px;
  margin-bottom: 30px;
  position: relative; }

.card-fullreview-text {
  width: 100%;
  height: 115px;
  border-radius: 29px 0 29px 29px;
  background-color: #FDE9CC;
  font-family: 'Gilroy', sans-serif, Helvetica;
  font-size: 18px;
  color: #808080;
  font-weight: 500;
  line-height: 21px;
  overflow-x: hidden;
  overflow-y: auto; }
  .card-fullreview-text p {
    margin: 20px 25px 25px; }

.card-fullreview-text::-webkit-scrollbar {
  display: none; }

/* Hide scrollbar for IE, Edge and Firefox */
.card-fullreview-text {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */ }

.fullreview-chapter {
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-family: 'Gilroy', sans-serif, Helvetica;
  font-size: 28px;
  color: #242424;
  font-weight: 600;
  line-height: 34px; }

.card-fullreview-rating {
  width: 259px;
  height: 60px;
  background-color: #FDE9CC;
  justify-self: flex-end;
  margin-left: 0px;
  border-radius: 29px 29px 0 0;
  font-family: 'Gilroy', sans-serif, Helvetica;
  font-size: 18px;
  color: #242424;
  font-weight: 500;
  line-height: 25px;
  line-height: 25px;
  padding-left: 20px;
  display: flex;
  align-items: center;
  justify-content: center; }

.card-fullreview-rating:before {
  content: '';
  display: block;
  position: absolute;
  right: 259px;
  width: 26px;
  height: 60px;
  background-color: #FDE9CC;
  border-radius: 0; }

.card-fullreview-rating:after {
  content: '';
  display: block;
  position: absolute;
  right: 259px;
  width: 26px;
  height: 60px;
  background-color: #F2F1F1;
  border-radius: 0 0 26px 0; }

.fullreview-avatar {
  width: 32px;
  height: 34px;
  background-image: url(../images/fullreview-avatar.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 26px;
  margin-right: 26px; }

.card-fullreview-date {
  font-family: 'Gilroy', sans-serif, Helvetica;
  font-size: 18px;
  color: #242424;
  font-weight: 500;
  line-height: 21px;
  justify-self: flex-end;
  margin-left: auto;
  margin-right: 40px; }

.card-fullreview-reviews {
  margin-left: 15px;
  margin-right: 15px;
  border-radius: 11px;
  width: 100%; }

#pinjamanBackground {
  width: 265px;
  height: 265px;
  background-image: url(../images/group26.svg);
  background-repeat: no-repeat;
  background-size: 235px;
  position: fixed;
  top: 100px;
  right: -34px;
  z-index: -1;
  overflow-y: visible;
  overflow-x: hidden; }

#ulasanBackground {
  width: 431px;
  height: 314px;
  background-image: url(../images/ulasan_side.svg);
  background-repeat: no-repeat;
  background-size: 431px;
  position: fixed;
  top: 100px;
  right: -34px;
  z-index: -1;
  overflow-y: visible;
  overflow-x: hidden; }

#ulasanSemuaBackground {
  width: 265px;
  height: 486px;
  background-image: url(../images/ulasan2.svg);
  background-repeat: no-repeat;
  background-size: 235px;
  position: fixed;
  top: 100px;
  right: -34px;
  z-index: -1;
  overflow-y: visible;
  overflow-x: hidden; }

#akunBackground {
  width: 415px;
  height: 467px;
  background-image: url(../images/akun.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: fixed;
  top: 100px;
  right: -75px;
  z-index: -1;
  overflow-y: visible;
  overflow-x: hidden; }

.main-container {
  overflow-y: hidden;
  overflow-x: hidden; }

.main-container::-webkit-scrollbar {
  display: none; }

#main, #main-akun {
  overflow-y: auto;
  overflow-x: hidden;
  height: 75vh;
  padding-bottom: 150px; }

#main::-webkit-scrollbar, #main-akun::-webkit-scrollbar {
  display: none; }

#filerSearchRow {
  display: flex;
  justify-content: center;
  position: relative; }

#filterSearchContainer {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  font-feature-settings: 'liga' off;
  padding-bottom: 37px; }

#filterTitle {
  display: block;
  position: relative;
  margin-bottom: 30px;
  font-family: 'Gilroy', sans-serif, Helvetica;
  font-size: 28px;
  color: #242424;
  font-weight: 500;
  line-height: 34px;
  font-feature-settings: 'liga' off;
  padding-top: 50px;
  padding-left: 20px;
  padding-right: 500px; }

#pageTitle {
  display: block;
  position: relative;
  margin-bottom: 30px;
  font-family: 'Gilroy', sans-serif, Helvetica;
  font-size: 28px;
  color: #242424;
  font-weight: 500;
  line-height: 34px;
  font-feature-settings: 'liga' off;
  padding-top: 50px;
  padding-left: 20px; }

#filterForm {
  width: 100%;
  height: 129px;
  background: #FFFFFF;
  border-radius: 12px;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center; }

.field-wrapper {
  box-sizing: border-box;
  width: 340px;
  height: 89px;
  background: #FDE9CC;
  border: 2px solid #FFB931;
  border-radius: 18px;
  margin-right: 49px;
  margin-left: 19px; }
  .field-wrapper label {
    font-family: 'Gilroy', sans-serif, Helvetica;
    font-size: 18px;
    color: #808080;
    font-weight: 500;
    line-height: 21px;
    margin-left: 31px;
    margin-top: 15px;
    position: inherit; }
  .field-wrapper .loanterm-legend {
    font-family: 'Gilroy', sans-serif, Helvetica;
    font-size: 18px;
    color: #808080;
    font-weight: 500;
    line-height: 21px;
    margin-left: 31px;
    margin-top: 15px;
    position: inherit; }
  .field-wrapper input[type=text] {
    font-family: 'Gilroy', sans-serif, Helvetica;
    font-size: 28px;
    color: #242424;
    font-weight: 700;
    line-height: 34px;
    line-height: 34px;
    background: #FDE9CC;
    width: 175px;
    text-align: left;
    text-align-last: center; }
  .field-wrapper input[type=number] {
    font-family: 'Gilroy', sans-serif, Helvetica;
    font-size: 2.07rem;
    color: #242424;
    font-weight: 700;
    line-height: 2.52rem;
    line-height: 2.52rem;
    background: #FDE9CC;
    width: 13rem;
    text-align: left;
    text-align-last: center;
    -moz-appearance: textfield; }
  .field-wrapper .select {
    font-family: 'Gilroy', sans-serif, Helvetica;
    font-size: 28px;
    color: #242424;
    font-weight: 600;
    line-height: 34px;
    line-height: 34px;
    border: none;
    background: #FDE9CC;
    display: flex;
    flex: auto;
    margin: 37px auto 0 31px;
    align-items: flex-start;
    height: 34px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none; }

.loanTerm {
  font-family: 'Gilroy', sans-serif, Helvetica;
  font-size: 2.07rem;
  color: #242424;
  font-weight: 700;
  line-height: 2.52rem;
  margin-left: 2.37rem;
  border: none;
  border-bottom: 0.22rem solid #242424;
  border-radius: 0;
  background: #FDE9CC;
  width: 2.5rem;
  text-align: right;
  cursor: inherit;
  outline: none;
  text-align-last: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.rpId {
  font-family: 'Gilroy', sans-serif, Helvetica;
  font-size: 28px;
  color: #242424;
  font-weight: 600;
  line-height: 34px;
  margin-left: 32px;
  line-height: 34px; }

.dark-gray {
  font-family: 'Gilroy', sans-serif, Helvetica;
  font-size: 28px;
  color: #808080;
  font-weight: 600;
  line-height: 34px; }

#filterForm > div:nth-child(2) > span {
  font-family: 'Gilroy', sans-serif, Helvetica;
  font-size: 28px;
  color: #242424;
  font-weight: 600;
  line-height: 34px;
  margin-left: 2.37rem;
  line-height: 2.52rem; }

#filterForm > div:nth-child(2) > div {
  display: flex;
  position: absolute; }

.selectButton {
  width: 36px;
  height: 35px;
  background: #FDE9CC;
  border: none;
  margin-right: 31px;
  margin-left: auto;
  position: relative;
  top: -10px;
  background-image: url(../images/select-icon.svg);
  background-repeat: no-repeat;
  background-size: 36px; }

.closeButton {
  width: 36px;
  height: 35px;
  background: #FDE9CC;
  border: none;
  margin-right: 31px;
  margin-left: auto;
  position: relative;
  top: -10px;
  background-image: url(../images/close-icon.svg);
  background-repeat: no-repeat;
  background-size: 36px; }

.button-wrapper {
  font-family: 'Gilroy', sans-serif, Helvetica;
  font-size: 32px;
  color: #242424;
  font-weight: 700;
  line-height: 39px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  width: 330px;
  height: 89px;
  line-height: 39px;
  background: #FFB931;
  border: 4px solid #FDE9CC;
  border-radius: 18px;
  margin: 0 19px 0 auto;
  text-align: center;
  justify-content: center;
  cursor: pointer; }

.button-wrapper:hover {
  font-family: 'Gilroy', sans-serif, Helvetica;
  font-size: 32px;
  color: #242424;
  font-weight: 700;
  line-height: 39px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  width: 330px;
  height: 89px;
  line-height: 39px;
  background: rgba(255, 185, 49, 0.75);
  border: 4px solid #FFB931;
  border-radius: 18px;
  margin: 0 19px 0 auto;
  text-align: center;
  justify-content: center;
  cursor: pointer; }

#selectedTermValue {
  display: inline-block;
  line-height: 34px; }
  #selectedTermValue span {
    line-height: 34px; }

#selectWraper {
  align-self: flex-start;
  box-sizing: border-box;
  width: 340px;
  height: 305px;
  line-height: 108px;
  border: none;
  position: relative;
  margin-top: 20px;
  z-index: 199; }

#select-field {
  position: relative;
  border: 2px solid #FFB931;
  border-radius: 18px;
  width: 340px;
  height: 392px;
  background: #F2F1F1; }
  #select-field ul {
    font-family: 'Gilroy', sans-serif, Helvetica;
    font-size: 28px;
    color: #808080;
    font-weight: 700;
    line-height: 34px;
    background: none;
    border: none;
    margin: 90px 0 18px 25px;
    display: block;
    overflow: auto;
    position: absolute;
    padding: 0 7px 0 0;
    width: 305px;
    height: 290px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
    #select-field ul li {
      font-family: 'Gilroy', sans-serif, Helvetica;
      font-size: 28px;
      color: #808080;
      font-weight: 700;
      line-height: 34px;
      width: 263px;
      height: 60px;
      padding-top: 10px;
      border-bottom: 2px solid #D9D9D9; }
    #select-field ul li:hover {
      font-family: 'Gilroy', sans-serif, Helvetica;
      font-size: 28px;
      color: #FFB931;
      font-weight: 700;
      line-height: 34px; }
  #select-field ul:hover {
    font-family: 'Gilroy', sans-serif, Helvetica;
    font-size: 28px;
    color: #FFB931;
    font-weight: 700;
    line-height: 34px; }

ul::-webkit-scrollbar {
  display: block;
  border: 5px solid #D9D9D9;
  border-radius: 5px;
  background-color: #D9D9D9;
  width: 5px; }

ul::-webkit-scrollbar-track {
  border-radius: 5px;
  background-color: #D9D9D9; }

ul::-webkit-scrollbar-thumb {
  background: #FFB931;
  display: block;
  border-radius: 5px;
  height: 106px; }

ul:focus-visible {
  outline: none; }

#loanAmount:focus-visible {
  outline: none; }

.chapter-title {
  width: 100%;
  height: 73px;
  background: #FDE9CC;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-family: 'Gilroy', sans-serif, Helvetica;
  font-size: 35px;
  color: #242424;
  font-weight: 700;
  line-height: 42px;
  line-height: 73px;
  margin-bottom: 25px; }

.akun-title-icon {
  width: 50px;
  height: 50px;
  background-color: #FFFFFF;
  background-image: url(../images/icon-review.svg);
  background-repeat: no-repeat;
  background-size: 50px;
  margin-left: 12px;
  margin-right: 26px;
  border-radius: 6px; }

.akun-title-arrow {
  width: 118px;
  height: 31px;
  background-image: url(../images/arrow5.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 26px; }

.akun-form {
  width: 100%;
  height: 670px;
  display: flex; }

.akunform-column {
  width: 50%;
  height: 100%; }

.akunform-field {
  display: flex;
  flex-direction: column;
  align-items: flex-start; }
  .akunform-field label {
    font-family: 'Gilroy', sans-serif, Helvetica;
    font-size: 28px;
    color: #242424;
    font-weight: 600;
    line-height: 34px;
    margin: 5px;
    align-self: flex-start;
    margin-left: 40px; }
  .akunform-field textarea {
    width: 545px;
    height: 302px;
    background: #FFFFFF;
    border: 1px solid #808080;
    border-radius: 7px;
    padding-left: 15px;
    font-family: 'Gilroy', sans-serif, Helvetica;
    font-size: 28px;
    color: #242424;
    font-weight: 500;
    line-height: 33px; }
  .akunform-field .form-label-remark {
    font-family: 'Gilroy', sans-serif, Helvetica;
    font-size: 18px;
    color: #808080;
    font-weight: 400;
    line-height: 21px;
    margin-bottom: 8px; }

.form-control-text {
  width: 545px;
  height: 53px;
  background: #FFFFFF;
  border: 1px solid #808080;
  border-radius: 7px;
  font-family: 'Gilroy', sans-serif, Helvetica;
  font-size: 28px;
  color: #242424;
  font-weight: 500;
  line-height: 33px;
  padding-left: 15px; }

.form-control-text:focus {
  border: 1px solid #2B9F98;
  background: #A8E2D4; }

.akunform-field input::placeholder, textarea::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  font-family: 'Gilroy', sans-serif, Helvetica;
  font-size: 28px;
  color: #C3C3C3;
  font-weight: 500;
  line-height: 33px;
  opacity: 1;
  /* Firefox */ }

.akunform-field input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-family: 'Gilroy', sans-serif, Helvetica;
  font-size: 28px;
  color: #C3C3C3;
  font-weight: 500;
  line-height: 33px; }

.akunform-field input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  /* Microsoft Edge */
  font-family: 'Gilroy', sans-serif, Helvetica;
  font-size: 28px;
  color: #C3C3C3;
  font-weight: 500;
  line-height: 33px; }

.akunform-rating {
  display: flex;
  flex-direction: column; }

.akunform-rating > div:nth-child(1) {
  font-family: 'Gilroy', sans-serif, Helvetica;
  font-size: 28px;
  color: #242424;
  font-weight: 600;
  line-height: 34px; }

.akunform-rating > div:nth-child(2) {
  font-family: 'Gilroy', sans-serif, Helvetica;
  font-size: 18px;
  color: #808080;
  font-weight: 400;
  line-height: 21px; }

.simple_rating {
  position: relative;
  font-size: 40px;
  display: inline-block; }

.simple_rating::before {
  content: "★★★★★";
  display: block;
  color: #C3C3C3; }

.simple_rating__items {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: row-reverse;
  overflow: hidden; }

.simple_rating__item {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
  top: 0;
  left: 0; }

.simple_rating__item:checked,
.simple_rating__item:checked ~ .simple_rating__label {
  color: #FFB931; }

.simple_rating__label {
  flex: 0 0 20%;
  height: 100%;
  cursor: pointer;
  color: #C3C3C3; }

.simple_rating__label::before {
  content: "★";
  display: block;
  transition: color 0.3s ease 0s; }

.simple_rating__label:hover,
.simple_rating__label:hover ~ .simple_rating__label,
.simple_rating__label:checked ~ .simple_rating__label:hover {
  color: #FFB931; }

.akunform-rating-radio {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: center;
  height: 100px; }

.akunform-click {
  width: 135px;
  height: 89px;
  background-image: url(../images/akunform-click.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 50px; }

.blank {
  display: none; }

.invalid-message {
  width: 100%;
  font-family: 'Gilroy', sans-serif, Helvetica;
  font-size: 18px;
  color: #FFA48F;
  font-weight: 500;
  line-height: 21px;
  margin-left: 5px; }

.invalid-input {
  border: 1px solid #FFA48F;
  background: #FFEFEF; }

.valid-input {
  border: 1px solid #2B9F98; }

.active-input {
  border: 1px solid #2B9F98;
  background: #E8F6F3; }

.chapter-form {
  width: 100%; }

.modal-wrapper {
  background: rgba(36, 36, 36, 0.8);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  z-index: 200; }

.modal-overlay {
  position: absolute;
  width: 80%;
  height: 80vh;
  top: 120px;
  background: #A8E2D4;
  border: 2px solid #2B9F98;
  border-radius: 20px;
  z-index: 200; }

.modal-header {
  display: flex;
  justify-content: flex-start;
  align-items: center; }

.modal-icon {
  width: 46px;
  height: 46px;
  background-image: url(../images/modal-icon.svg);
  background-repeat: no-repeat;
  background-size: 46px;
  margin: 30px 25px 25px 30px; }

.modal-title {
  font-family: 'Gilroy', sans-serif, Helvetica;
  font-size: 35px;
  color: #242424;
  font-weight: 700;
  line-height: 42px;
  line-height: 42px; }

.modal-close {
  width: 35px;
  height: 35px;
  background-image: url(../images/close-model-icon.svg);
  background-repeat: no-repeat;
  background-size: 35px;
  margin-left: auto;
  margin-right: 20px; }

.modal-body-background {
  width: 100%;
  height: 91%;
  border-radius: 20px;
  background: #FFFFFF; }

.modal-body {
  width: 100%;
  height: 100%;
  border-radius: 13px;
  position: relative;
  padding: 35px 5px 35px 35px; }
  .modal-body p.text-primary-color {
    font-family: 'Gilroy', sans-serif, Helvetica;
    font-size: 18px;
    color: #242424;
    font-weight: 600;
    line-height: 32px;
    line-height: 32px; }
  .modal-body p.text-dark-gray {
    font-family: 'Gilroy', sans-serif, Helvetica;
    font-size: 18px;
    color: #808080;
    font-weight: 500;
    line-height: 32px;
    line-height: 32px; }

.custom-scrollbar {
  height: 100%;
  overflow-y: scroll;
  padding: 0;
  margin: 0; }

.custom-scrollbar::-webkit-scrollbar {
  border: 5px solid #D9D9D9;
  border-radius: 72px;
  width: 5px; }

.custom-scrollbar::-webkit-scrollbar-track {
  border-radius: 72px;
  background: rgba(43, 159, 152, 0);
  display: none; }

.custom-scrollbar::-webkit-scrollbar-thumb {
  background: #2B9F98;
  display: block;
  border-radius: 72px;
  height: 7.42rem; }

.gradient {
  background: linear-gradient(360deg, #BAE4DA -17.15%, rgba(186, 234, 223, 0.3) 43.94%, rgba(222, 221, 214, 0) 115.7%); }

.modal-logo {
  position: absolute;
  top: 38px;
  right: 63px;
  background: #FFFFFF;
  border: 0.3px solid #C3C3C3;
  border-radius: 8px;
  width: 215px;
  height: 85px;
  display: flex;
  justify-content: center;
  align-items: center; }
  .modal-logo img {
    display: block; }

.modal-overlay-akun {
  position: absolute;
  width: 1200px;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  background: #A8E2D4;
  border: 2px solid #2B9F98;
  border-radius: 14px;
  z-index: 200; }

.modal-icon-review {
  width: 46px;
  height: 46px;
  background-image: url(../images/addReviewModalIcon.svg);
  background-repeat: no-repeat;
  background-size: 46px;
  margin: 30px 25px 25px 30px; }

.modal-image-review {
  width: 360px;
  height: 262px;
  background-image: url(../images/addReviewModalImage.svg);
  background-repeat: no-repeat;
  background-size: 290px;
  margin-left: auto;
  margin-right: 35px; }

.modal-body-review {
  width: 100%;
  height: 100%;
  border-radius: 13px;
  position: relative;
  padding: 35px 5px 35px 35px;
  display: flex;
  align-items: center; }
  .modal-body-review p {
    font-family: 'Gilroy', sans-serif, Helvetica;
    font-size: 28px;
    color: #242424;
    font-weight: 400;
    line-height: 32px;
    line-height: 32px; }

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

html {
  height: 100%;
  scroll-behavior: smooth;
  box-sizing: border-box;
  max-width: 100%;
  overflow-x: hidden;
  font-size: 28px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none; }

body {
  font-family: 'Gilroy', sans-serif, Helvetica;
  font-size: 28px;
  color: #242424;
  font-weight: 500;
  line-height: 34px;
  background-color: linear-gradient(360deg, #BAE4DA -12.87%, rgba(186, 234, 223, 0.417702) 24.62%, rgba(222, 221, 214, 0) 84.51%);
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  padding: 0;
  margin: 0 auto;
  overflow-x: hidden;
  overflow-y: hidden;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

.no-margin {
  margin: 0; }

.hide {
  visibility: hidden;
  display: none; }

.invisible {
  visibility: hidden; }

.border-none {
  border: none; }

.border-bottom {
  border: none;
  border-radius: 0;
  border-bottom: 2px solid #242424; }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

*:focus-visible {
  outline: none; }

.z-index-500 {
  z-index: 500; }

.card-button-green {
  width: 306px;
  height: 88px;
  background: #2B9F98;
  border: 4px solid rgba(232, 246, 243, 0.75);
  border-radius: 14px;
  font-family: 'Gilroy', sans-serif, Helvetica;
  font-size: 32px;
  color: #FFFFFF;
  font-weight: 700;
  line-height: 39px;
  cursor: pointer;
  margin-top: 25px;
  margin-bottom: 20px; }

.card-button-green:hover {
  background: rgba(43, 159, 152, 0.75);
  border: 4px solid #2B9F98;
  font-family: 'Gilroy', sans-serif, Helvetica;
  font-size: 32px;
  color: #FFFFFF;
  font-weight: 700;
  line-height: 39px; }

.card-button-yellow {
  width: 306px;
  height: 88px;
  background: #FFB931;
  border: 4px solid #FDE9CC;
  border-radius: 14px;
  font-family: 'Gilroy', sans-serif, Helvetica;
  font-size: 32px;
  color: #242424;
  font-weight: 700;
  line-height: 39px;
  cursor: pointer;
  margin-bottom: 25px; }

.card-button-yellow:hover {
  background: rgba(255, 185, 49, 0.75);
  border: 4px solid #FFB931;
  font-family: 'Gilroy', sans-serif, Helvetica;
  font-size: 32px;
  color: #242424;
  font-weight: 700;
  line-height: 39px; }

@media screen and (min-width: 1600px) and (max-width: 1919px) {
  html, body {
    font-family: 'Gilroy', sans-serif, Helvetica;
    font-size: 28px;
    color: #242424;
    font-weight: 500;
    line-height: 34px; }
  .layout {
    min-width: 1600px;
    height: calc(var(--vh, 1vh) * 100);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: grid;
    grid: "header header header" 70px "leftSide main rightSide" 290px "leftMain main rightMain" auto "footer footer footer" 0px / auto 1200px auto;
    background: linear-gradient(360deg, #BAE4DA -12.87%, rgba(186, 234, 223, 0.417702) 24.62%, rgba(222, 221, 214, 0) 84.51%); }
  .footer {
    display: none; }
  #filterTitle {
    margin-bottom: 30px; }
  #pageTitle {
    margin-bottom: 30px; }
  #ulasanBackground {
    width: 230px;
    height: 230px;
    background-size: 195px;
    top: 100px;
    right: -34px; }
  #pinjamanBackground {
    width: 230px;
    height: 230px;
    background-size: 195px;
    top: 100px;
    right: -34px; }
  #akunBackground {
    width: 280px;
    height: 312px;
    top: 100px;
    right: -53px; } }

@media screen and (min-width: 1440px) and (max-width: 1600px) {
  html, body {
    font-family: 'Gilroy', sans-serif, Helvetica;
    font-size: 28px;
    color: #242424;
    font-weight: 500;
    line-height: 34px; }
  .layout {
    min-width: 1440px;
    height: calc(var(--vh, 1vh) * 100);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: grid;
    grid: "header header header" 70px "leftSide main rightSide" 290px "leftMain main rightMain" auto "footer footer footer" 0px / auto 1200px auto;
    background: linear-gradient(360deg, #BAE4DA -12.87%, rgba(186, 234, 223, 0.417702) 24.62%, rgba(222, 221, 214, 0) 84.51%); }
  .footer {
    display: none; }
  #filterTitle {
    margin-bottom: 30px; }
  #pageTitle {
    margin-bottom: 30px; }
  #ulasanBackground {
    width: 220px;
    height: 230px;
    background-size: 195px;
    top: 100px;
    right: -34px; }
  #pinjamanBackground {
    width: 220px;
    height: 230px;
    background-size: 195px;
    top: 100px;
    right: -34px; }
  #akunBackground {
    width: 230px;
    height: 260px;
    top: 85px;
    right: -40px; } }

@media screen and (min-width: 1280px) and (max-width: 1439px) {
  html, body {
    font-family: 'Gilroy', sans-serif, Helvetica;
    font-size: 28px;
    color: #242424;
    font-weight: 500;
    line-height: 34px; }
  .layout {
    min-width: 1280px;
    height: calc(var(--vh, 1vh) * 100);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: grid;
    grid: "header header header" 70px "leftSide main rightSide" 290px "leftMain main rightMain" auto "footer footer footer" 0px / auto 1200px auto;
    background: linear-gradient(360deg, #BAE4DA -12.87%, rgba(186, 234, 223, 0.417702) 24.62%, rgba(222, 221, 214, 0) 84.51%); }
  .footer {
    display: none; }
  #filerSearchRow {
    display: flex;
    justify-content: center;
    position: relative; }
  #filterTitle {
    margin-bottom: 30px; }
  #pageTitle {
    margin-bottom: 30px; }
  #ulasanBackground {
    width: 220px;
    height: 220px;
    background-size: 195px;
    top: 100px;
    right: -34px; }
  #pinjamanBackground {
    width: 220px;
    height: 220px;
    background-size: 195px;
    top: 100px;
    right: -34px; }
  #ulasanSemuaBackground {
    width: 150px;
    height: 285px;
    background-size: 150px;
    position: fixed;
    top: 100px;
    right: 0px;
    z-index: -1;
    overflow-y: visible;
    overflow-x: hidden; }
  #akunBackground {
    width: 192px;
    height: 217px;
    top: 85px;
    right: -40px; }
  #pageTitle {
    width: 85%; } }

@media screen and (min-width: 768px) and (max-width: 1279px) {
  html, body {
    font-size: 9px; }
  .layout {
    min-width: 768px;
    height: calc(var(--vh, 1vh) * 100);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: grid;
    grid: "header header header" 42px "leftSide main rightSide" 194px "leftMain main rightMain" auto "footer footer footer" 0px / auto 700px auto;
    background: linear-gradient(360deg, #BAE4DA -12.87%, rgba(186, 234, 223, 0.417702) 24.62%, rgba(222, 221, 214, 0) 84.51%); }
  #pinjamanBackground {
    width: 150px;
    height: 150px;
    background-size: 130px;
    top: 60px;
    right: -14px; }
  #ulasanBackground {
    width: 150px;
    height: 150px;
    background-size: 130px;
    top: 60px;
    right: -14px; }
  #ulasanSemuaBackground {
    width: 100px;
    height: 285px;
    background-size: 100px;
    position: fixed;
    top: 50px;
    right: 0px;
    z-index: -1;
    overflow-y: visible;
    overflow-x: hidden; }
  #akunBackground {
    width: 128px;
    height: 145px;
    top: 45px;
    right: -30px; }
  #top-navbar, #filerSearchRow {
    width: 700px; }
  .footer {
    display: none; }
  #logo-image {
    width: 27.7px;
    height: 27.7px;
    background: url(../images/logo1.svg) no-repeat;
    background-size: cover; }
  #logo-text {
    font-family: 'Gilroy', sans-serif, Helvetica;
    font-size: 35.51px;
    color: #FFFFFF;
    font-weight: 500;
    line-height: 30.15px;
    margin-left: 4.8px; }
  #top-menu > li {
    font-family: 'Gilroy', sans-serif, Helvetica;
    font-size: 14px;
    color: #808080;
    font-weight: 500;
    line-height: 12px;
    width: 103px;
    height: 27.5px;
    border-radius: 14.7px;
    margin-left: 13.4px; }
  #top-menu > li:hover {
    font-family: 'Gilroy', sans-serif, Helvetica;
    font-size: 14px;
    color: #808080;
    font-weight: 500;
    line-height: 12px; }
  #top-menu > li:active {
    font-family: 'Gilroy', sans-serif, Helvetica;
    font-size: 14px;
    color: #808080;
    font-weight: 500;
    line-height: 12px; }
  #top-menu > li.active {
    font-family: 'Gilroy', sans-serif, Helvetica;
    font-size: 14px;
    color: #808080;
    font-weight: 500;
    line-height: 12px; }
  .menu-icon {
    width: 17.4px;
    height: 17.4px;
    margin-right: 6.7px;
    background-size: 16.75px; }
  #filterTitle {
    margin-bottom: 18px;
    font-family: 'Gilroy', sans-serif, Helvetica;
    font-size: 16px;
    color: #242424;
    font-weight: 500;
    line-height: 20px;
    font-feature-settings: 'liga' off;
    padding-top: 30px;
    padding-left: 12px;
    padding-right: 250px; }
  #pageTitle {
    margin-bottom: 18px;
    font-family: 'Gilroy', sans-serif, Helvetica;
    font-size: 16px;
    color: #242424;
    font-weight: 500;
    line-height: 20px;
    font-feature-settings: 'liga' off;
    padding-top: 30px;
    padding-left: 12px;
    width: 85%; }
  #filterForm {
    height: 91px; }
  .field-wrapper {
    width: 200px;
    height: 53px;
    border: 2px solid #FFB931;
    border-radius: 11px;
    margin-right: 28px;
    line-height: 20px; }
    .field-wrapper label {
      font-family: 'Gilroy', sans-serif, Helvetica;
      font-size: 11px;
      color: #808080;
      font-weight: 500;
      line-height: 12px;
      margin-left: 18px;
      margin-top: 8px;
      position: inherit; }
    .field-wrapper .loanterm-legend {
      font-family: 'Gilroy', sans-serif, Helvetica;
      font-size: 11px;
      color: #808080;
      font-weight: 500;
      line-height: 12px;
      margin-left: 18px;
      margin-top: 8px;
      position: inherit; }
    .field-wrapper input[type=text] {
      font-family: 'Gilroy', sans-serif, Helvetica;
      font-size: 16px;
      color: #242424;
      font-weight: 700;
      line-height: 20px;
      line-height: 20px;
      background: #FDE9CC;
      width: 103px;
      text-align: left;
      text-align-last: left; }
    .field-wrapper .select {
      font-family: 'Gilroy', sans-serif, Helvetica;
      font-size: 16px;
      color: #242424;
      font-weight: 600;
      line-height: 20px;
      line-height: 20px;
      border: none;
      background: #FDE9CC;
      display: flex;
      flex: auto;
      margin: 21px auto 0 18px;
      align-items: flex-start;
      height: 20px; }
  .rpId {
    font-family: 'Gilroy', sans-serif, Helvetica;
    font-size: 16px;
    color: #242424;
    font-weight: 600;
    line-height: 20px;
    margin-left: 19px;
    line-height: 20px; }
  #selectedTermValue {
    display: inline-block;
    border-bottom: solid;
    line-height: 20px; }
    #selectedTermValue span {
      line-height: 20px; }
  .selectButton {
    width: 21px;
    height: 21px;
    background: #FDE9CC;
    border: none;
    margin-right: 18px;
    margin-left: auto;
    position: relative;
    top: -6px;
    background-image: url(../images/select-icon.svg);
    background-repeat: no-repeat;
    background-size: 21px; }
  .closeButton {
    width: 21px;
    height: 21px;
    background: #FDE9CC;
    border: none;
    margin-right: 31px;
    margin-left: auto;
    position: relative;
    top: -6px;
    background-image: url(../images/close-icon.svg);
    background-repeat: no-repeat;
    background-size: 21px; }
  #selectWraper {
    align-self: flex-start;
    box-sizing: border-box;
    width: 200px;
    height: 180px;
    border: none;
    position: relative;
    margin-top: 19px; }
  #select-field {
    position: relative;
    border: 2px solid #FFB931;
    border-radius: 11px;
    width: 200px;
    height: 230px;
    background: #F2F1F1; }
    #select-field ul {
      font-family: 'Gilroy', sans-serif, Helvetica;
      font-size: 16px;
      color: #808080;
      font-weight: 700;
      line-height: 320px;
      background: none;
      border: none;
      margin: 53px 0 10px 15px;
      display: block;
      overflow: auto;
      position: absolute;
      padding: 0 4px 0 0;
      width: 180px;
      height: 170px;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none; }
      #select-field ul li {
        font-family: 'Gilroy', sans-serif, Helvetica;
        font-size: 16px;
        color: #808080;
        font-weight: 700;
        line-height: 20px;
        width: 155px;
        height: 35px;
        padding-top: 6px;
        border-bottom: 2px solid #D9D9D9; }
      #select-field ul li:hover {
        font-family: 'Gilroy', sans-serif, Helvetica;
        font-size: 16px;
        color: #FFB931;
        font-weight: 700;
        line-height: 20px; }
    #select-field ul:hover {
      font-family: 'Gilroy', sans-serif, Helvetica;
      font-size: 28px;
      color: #FFB931;
      font-weight: 700;
      line-height: 34px; }
  ul::-webkit-scrollbar {
    display: block;
    border: 5px solid #D9D9D9;
    border-radius: 5px;
    background-color: #D9D9D9;
    width: 5px; }
  ul::-webkit-scrollbar-track {
    border-radius: 5px;
    background-color: #D9D9D9; }
  ul::-webkit-scrollbar-thumb {
    background: #FFB931;
    display: block;
    border-radius: 5px;
    height: 50px; }
  .button-wrapper {
    font-family: 'Gilroy', sans-serif, Helvetica;
    font-size: 20px;
    color: #242424;
    font-weight: 700;
    line-height: 23px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    width: 200px;
    height: 53px;
    line-height: 39px;
    background: #FFB931;
    border: 4px solid #FDE9CC;
    border-radius: 11px;
    margin: 0 11px 0 auto;
    text-align: center;
    justify-content: center;
    cursor: pointer; }
  .button-wrapper:hover {
    font-family: 'Gilroy', sans-serif, Helvetica;
    font-size: 20px;
    color: #242424;
    font-weight: 700;
    line-height: 23px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    width: 200px;
    height: 53px;
    line-height: 23px;
    background: rgba(255, 185, 49, 0.75);
    border: 4px solid #FFB931;
    border-radius: 11px;
    margin: 0 11px 0 auto;
    text-align: center;
    justify-content: center;
    cursor: pointer; }
  .card {
    height: 153px;
    margin-top: 22px; }
  .card-review {
    height: 270px;
    margin-top: 22px; }
  .card-header {
    line-height: 24px; }
  .card-body {
    border-radius: 8px; }
  .card-logo {
    margin: 14px;
    width: 40px;
    height: 40px;
    border-radius: 20px; }
    .card-logo img {
      width: 28px;
      height: 28px; }
  .name-rating {
    width: 380px;
    margin-right: auto; }
  .card-name {
    font-family: 'Gilroy', sans-serif, Helvetica;
    font-size: 21px;
    color: #242424;
    font-weight: 700;
    line-height: 24px;
    line-height: 24px; }
  .rating {
    font-family: 'Gilroy', sans-serif, Helvetica;
    font-size: 12px;
    color: #FFFFFF;
    font-weight: 500;
    line-height: 14px; }
  .rating__body {
    font-family: 'Gilroy', sans-serif, Helvetica;
    font-size: 14px;
    color: #C3C3C3;
    font-weight: 500;
    line-height: 16px; }
  .reviews__value {
    padding: 0 0 0 5px;
    font-family: 'Gilroy', sans-serif, Helvetica;
    font-size: 16px;
    color: #242424;
    font-weight: 500;
    line-height: 20px;
    margin-right: 12px; }
  .ok__value {
    width: 30px;
    height: 14px; }
    .ok__value img {
      width: 30px;
      height: 14px; }
  .card-terms {
    font-family: 'Gilroy', sans-serif, Helvetica;
    font-size: 11px;
    color: #808080;
    font-weight: 500;
    line-height: 12px; }
  .card-loan-interest {
    width: 91px;
    height: 52px;
    border-radius: 8px;
    line-height: 24px; }
  .card-loan-value {
    width: 180px;
    height: 52px;
    border-radius: 8px;
    line-height: 24px; }
  .separator {
    width: 52px;
    height: 0px;
    border: 1px solid #A8E2D4;
    transform: rotate(90deg); }
  .card-line-rate {
    font-family: 'Gilroy', sans-serif, Helvetica;
    font-size: 21px;
    color: #242424;
    font-weight: 700;
    line-height: 24px; }
  .card-line-value {
    font-family: 'Gilroy', sans-serif, Helvetica;
    font-size: 21px;
    color: #242424;
    font-weight: 600;
    line-height: 24px; }
  .card-button {
    width: 180px;
    height: 52px;
    border-radius: 8px;
    font-family: 'Gilroy', sans-serif, Helvetica;
    font-size: 18px;
    color: #FFFFFF;
    font-weight: 700;
    line-height: 22px;
    margin-right: 14px;
    margin-left: 18px; }
  .card-button:hover {
    width: 180px;
    height: 52px;
    border-radius: 14px;
    font-family: 'Gilroy', sans-serif, Helvetica;
    font-size: 18px;
    color: #FFFFFF;
    font-weight: 700;
    line-height: 22px; }
  .card-modal-link {
    font-family: 'Gilroy', sans-serif, Helvetica;
    font-size: 16px;
    color: #808080;
    font-weight: 600;
    line-height: 20px; }
  .card-modal-link:hover {
    font-family: 'Gilroy', sans-serif, Helvetica;
    font-size: 16px;
    color: #242424;
    font-weight: 600;
    line-height: 20px; }
  .card-review-reviews {
    margin-left: 15px;
    border-radius: 11px;
    width: 470px; }
  .card-fullreview-reviews {
    margin-left: 15px;
    margin-right: 15px;
    border-radius: 11px;
    width: 100%; }
  .card-fullreview-title > div:nth-child(2) {
    font-family: 'Gilroy', sans-serif, Helvetica;
    font-size: 16px;
    color: #2B9F98;
    font-weight: 600;
    line-height: 20px;
    line-height: 20px; }
  .card-review-container {
    border-radius: 11px;
    height: 45px;
    margin: 3px 0 4px; }
  .card-review-review-text {
    width: 330px;
    margin-left: 12px;
    font-family: 'Gilroy', sans-serif, Helvetica;
    font-size: 11px;
    color: #808080;
    font-weight: 500;
    line-height: 14px;
    line-height: 14px; }
  .card-review-rating {
    width: 95px;
    height: 15px;
    border-radius: 11px;
    font-family: 'Gilroy', sans-serif, Helvetica;
    font-size: 11px;
    color: #242424;
    font-weight: 500;
    line-height: 15px;
    line-height: 15px;
    padding-left: 12px; }
  .card-fullreview-rating2 {
    width: 95px;
    height: 15px;
    border-radius: 11px;
    font-family: 'Gilroy', sans-serif, Helvetica;
    font-size: 11px;
    color: #242424;
    font-weight: 500;
    line-height: 15px;
    line-height: 15px;
    padding-left: 12px; }
  .card-button-green {
    width: 180px;
    height: 52px;
    background: #2B9F98;
    border: 4px solid rgba(232, 246, 243, 0.75);
    border-radius: 14px;
    font-family: 'Gilroy', sans-serif, Helvetica;
    font-size: 18px;
    color: #FFFFFF;
    font-weight: 600;
    line-height: 24px;
    cursor: pointer;
    margin-top: 15px;
    margin-bottom: 12px; }
  .card-button-green:hover {
    background: rgba(43, 159, 152, 0.75);
    border: 4px solid #2B9F98;
    font-family: 'Gilroy', sans-serif, Helvetica;
    font-size: 18px;
    color: #FFFFFF;
    font-weight: 600;
    line-height: 24px; }
  .card-button-yellow {
    width: 180px;
    height: 52px;
    border: 4px solid #FDE9CC;
    border-radius: 14px;
    font-family: 'Gilroy', sans-serif, Helvetica;
    font-size: 18px;
    color: #242424;
    font-weight: 600;
    line-height: 24px;
    cursor: pointer;
    margin-bottom: 15px; }
  .card-button-yellow:hover {
    border: 4px solid #FFB931;
    font-family: 'Gilroy', sans-serif, Helvetica;
    font-size: 18px;
    color: #242424;
    font-weight: 600;
    line-height: 24px; }
  .card-review-buttons {
    margin-left: auto;
    margin-right: 15px; }
  .sphere-small {
    width: 6px;
    height: 6px; }
  .sphere-middle {
    width: 10px;
    height: 10px; }
  .sphere-large {
    width: 24px;
    height: 24px;
    font-family: 'Gilroy', sans-serif, Helvetica;
    font-size: 16px;
    color: #242424;
    font-weight: 500;
    line-height: 19px;
    line-height: 24px; }
  .card-fullreview-title {
    width: 100%;
    height: 77px; }
  .card-fullreview-container {
    width: 100%; }
  .card-fullreview-rating::after, .card-fullreview-rating::before {
    right: 160px; }
  .card-fullreview-rating {
    width: 160px; }
  .card-fullreview-text {
    width: 100%;
    height: 115px;
    border-radius: 29px 0 29px 29px;
    background-color: #FDE9CC;
    font-family: 'Gilroy', sans-serif, Helvetica;
    font-size: 16px;
    color: #808080;
    font-weight: 500;
    line-height: 20px;
    line-height: 20px;
    overflow: hidden; }
    .card-fullreview-text p {
      margin-left: 25px;
      margin-right: 25px;
      height: 80px;
      overflow: hidden; }
  .card-fullreview-text::-webkit-scrollbar {
    display: none; }
  /* Hide scrollbar for IE, Edge and Firefox */
  .card-fullreview-text {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */ }
  .chapter-title {
    width: 700px;
    height: 43px;
    border-radius: 6px;
    font-family: 'Gilroy', sans-serif, Helvetica;
    font-size: 20px;
    color: #242424;
    font-weight: 700;
    line-height: 24px;
    line-height: 43px;
    margin-bottom: 20px; }
  .akun-title-icon {
    width: 30px;
    height: 30px;
    background-size: 30px;
    margin-left: 15px;
    margin-right: 15px;
    border-radius: 6px; }
  .akun-title-arrow {
    width: 70px;
    height: 18px;
    margin-left: 15px; }
  .form-control-text {
    width: 320px;
    height: 32px;
    border-radius: 7px;
    font-family: 'Gilroy', sans-serif, Helvetica;
    font-size: 16px;
    color: #242424;
    font-weight: 500;
    line-height: 20px;
    padding-left: 10px; }
  .akunform-field input::placeholder, textarea::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    font-family: 'Gilroy', sans-serif, Helvetica;
    font-size: 16px;
    color: #C3C3C3;
    font-weight: 500;
    line-height: 20px;
    opacity: 1;
    /* Firefox */ }
  .akunform-field input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    font-family: 'Gilroy', sans-serif, Helvetica;
    font-size: 16px;
    color: #C3C3C3;
    font-weight: 500;
    line-height: 20px; }
  .akunform-field input::-ms-input-placeholder, textarea::-ms-input-placeholder {
    /* Microsoft Edge */
    font-family: 'Gilroy', sans-serif, Helvetica;
    font-size: 16px;
    color: #C3C3C3;
    font-weight: 500;
    line-height: 20px; }
  .akunform-field label {
    font-family: 'Gilroy', sans-serif, Helvetica;
    font-size: 16px;
    color: #242424;
    font-weight: 600;
    line-height: 20px;
    align-self: flex-start;
    margin: 3px;
    margin-left: 20px; }
  .akunform-field input {
    margin-bottom: 10px; }
  .akunform-field textarea {
    width: 320px;
    height: 178px;
    margin-bottom: 10px;
    border: 1px solid #808080;
    border-radius: 7px;
    padding-left: 5px;
    font-family: 'Gilroy', sans-serif, Helvetica;
    font-size: 16px;
    color: #242424;
    font-weight: 500;
    line-height: 20px; }
  .akunform-field div {
    font-family: 'Gilroy', sans-serif, Helvetica;
    font-size: 10px;
    color: #808080;
    font-weight: 400;
    line-height: 12px;
    margin-bottom: 5px; }
  .akunform-field .form-label-remark {
    font-family: 'Gilroy', sans-serif, Helvetica;
    font-size: 10px;
    color: #808080;
    font-weight: 400;
    line-height: 12px; }
  .akunform-rating > div:nth-child(1) {
    font-family: 'Gilroy', sans-serif, Helvetica;
    font-size: 16px;
    color: #242424;
    font-weight: 600;
    line-height: 20px; }
  .akunform-rating > div:nth-child(2) {
    font-family: 'Gilroy', sans-serif, Helvetica;
    font-size: 10px;
    color: #808080;
    font-weight: 400;
    line-height: 12px; }
  .modal-overlay-akun {
    position: absolute;
    width: 700px; }
  .modal-icon-review {
    width: 27px;
    height: 27px;
    background-image: url(../images/addReviewModalIcon.svg);
    background-repeat: no-repeat;
    background-size: 27px;
    margin: 20px 14px 20px 20px; }
  .modal-image-review {
    width: 212px;
    height: 154px;
    background-size: 170px;
    margin-right: 20px; }
  .modal-body-review {
    border-radius: 8px;
    padding: 20px 5px 20px 20px; }
    .modal-body-review p {
      font-family: 'Gilroy', sans-serif, Helvetica;
      font-size: 16px;
      color: #242424;
      font-weight: 400;
      line-height: 18px;
      line-height: 18px; }
  .modal-title {
    font-family: 'Gilroy', sans-serif, Helvetica;
    font-size: 20px;
    color: #242424;
    font-weight: 700;
    line-height: 24px;
    line-height: 24px; } }

@media only screen and (min-width: 601px) and (max-width: 767px) and (min-resolution: 2dppx) {
  html, body {
    font-size: 10px; }
  .layout {
    min-width: 320px;
    height: calc(var(--vh, 1vh) * 100);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: grid;
    grid: "header header header" 42px "leftSide main rightSide" 194px "leftMain main rightMain" auto "footer footer footer" 42px / auto 500px auto;
    background: linear-gradient(360deg, #BAE4DA -12.87%, rgba(186, 234, 223, 0.417702) 24.62%, rgba(222, 221, 214, 0) 84.51%); }
  #ulasanBackground {
    width: 100px;
    height: 100px;
    background-size: 85px;
    top: 50px;
    right: -14px; }
  #pinjamanBackground {
    width: 100px;
    height: 100px;
    background-size: 85px;
    top: 50px;
    right: -14px; }
  #ulasanSemuaBackground {
    width: 100px;
    height: 285px;
    background-size: 100px;
    position: fixed;
    top: 50px;
    right: 0px;
    z-index: -1;
    overflow-y: visible;
    overflow-x: hidden; }
  #akunBackground {
    width: 128px;
    height: 145px;
    top: 45px;
    right: -30px; }
  #top-navbar {
    width: 580px; }
  .footer {
    z-index: 300;
    background: #2B9F98;
    display: flex;
    height: 42px;
    align-items: flex-end;
    position: relative; }
  #footer {
    border-radius: 20px 20px 0 0;
    position: relative;
    padding: 0 5px; }
  #logo-image {
    width: 27.7px;
    height: 27.7px;
    background: url(../images/logo1.svg) no-repeat;
    background-size: cover; }
  #logo-text {
    font-family: 'Gilroy', sans-serif, Helvetica;
    font-size: 35.51px;
    color: #FFFFFF;
    font-weight: 500;
    line-height: 30.15px;
    margin-left: 4.8px; }
  #top-navbar {
    justify-content: center; }
  #top-menu {
    display: none; }
  #top-menu > li {
    font-family: 'Gilroy', sans-serif, Helvetica;
    font-size: 14px;
    color: #808080;
    font-weight: 500;
    line-height: 12px;
    width: 103px;
    height: 27.5px;
    border-radius: 14.7px;
    margin-left: 13.4px; }
  #top-menu > li:hover {
    font-family: 'Gilroy', sans-serif, Helvetica;
    font-size: 14px;
    color: #808080;
    font-weight: 500;
    line-height: 12px; }
  #top-menu > li:active {
    font-family: 'Gilroy', sans-serif, Helvetica;
    font-size: 14px;
    color: #808080;
    font-weight: 500;
    line-height: 12px; }
  #top-menu > li.active {
    font-family: 'Gilroy', sans-serif, Helvetica;
    font-size: 14px;
    color: #808080;
    font-weight: 500;
    line-height: 12px; }
  .menu-icon {
    width: 17.4px;
    height: 17.4px;
    margin-right: 6.7px;
    background-size: 16.75px; }
  #filterTitle {
    margin-bottom: 18px;
    font-family: 'Gilroy', sans-serif, Helvetica;
    font-size: 16px;
    color: #242424;
    font-weight: 500;
    line-height: 20px;
    font-feature-settings: 'liga' off;
    padding-top: 30px;
    padding-left: 12px;
    padding-right: 110px; }
  #pageTitle {
    margin-bottom: 10px;
    font-family: 'Gilroy', sans-serif, Helvetica;
    font-size: 16px;
    color: #242424;
    font-weight: 500;
    line-height: 20px;
    font-feature-settings: 'liga' off;
    padding-top: 15px;
    padding-left: 12px; }
  #filterForm {
    height: 81px; }
  .field-wrapper {
    width: 134px;
    height: 46px;
    border: 2px solid #FFB931;
    border-radius: 7px;
    margin-right: 18px;
    line-height: 13px; }
    .field-wrapper label {
      font-family: 'Gilroy', sans-serif, Helvetica;
      font-size: 10px;
      color: #808080;
      font-weight: 500;
      line-height: 12px;
      margin-left: 12px;
      margin-top: 2px;
      position: inherit; }
    .field-wrapper .loanterm-legend {
      font-family: 'Gilroy', sans-serif, Helvetica;
      font-size: 10px;
      color: #808080;
      font-weight: 500;
      line-height: 12px;
      margin-left: 12px;
      margin-top: 2px;
      position: inherit; }
    .field-wrapper input[type=text] {
      font-family: 'Gilroy', sans-serif, Helvetica;
      font-size: 14px;
      color: #242424;
      font-weight: 700;
      line-height: 16px;
      line-height: 16px;
      background: #FDE9CC;
      width: 88px;
      text-align: left;
      text-align-last: left;
      border-radius: 0px; }
    .field-wrapper .select {
      font-family: 'Gilroy', sans-serif, Helvetica;
      font-size: 14px;
      color: #242424;
      font-weight: 600;
      line-height: 16px;
      line-height: 16px;
      border: none;
      background: #FDE9CC;
      display: flex;
      flex: auto;
      margin: 14px auto 0 12px;
      align-items: flex-start;
      height: 13px; }
  .rpId {
    font-family: 'Gilroy', sans-serif, Helvetica;
    font-size: 14px;
    color: #242424;
    font-weight: 600;
    line-height: 16px;
    margin-left: 12px;
    line-height: 16px; }
  #selectedTermValue {
    display: inline-block;
    border-bottom: 2px solid;
    line-height: 16px; }
    #selectedTermValue span {
      line-height: 20px; }
  .selectButton {
    width: 21px;
    height: 21px;
    background: #FDE9CC;
    border: none;
    margin-right: 18px;
    margin-left: auto;
    position: relative;
    top: -6px;
    background-image: url(../images/select-icon.svg);
    background-repeat: no-repeat;
    background-size: 21px; }
  .closeButton {
    width: 21px;
    height: 21px;
    background: #FDE9CC;
    border: none;
    margin-right: 18px;
    margin-left: auto;
    position: relative;
    top: -6px;
    background-image: url(../images/close-icon.svg);
    background-repeat: no-repeat;
    background-size: 21px; }
  #selectWraper {
    align-self: flex-start;
    box-sizing: border-box;
    width: 134px;
    height: 180px;
    border: none;
    position: relative;
    margin-top: 19px; }
  #select-field {
    position: relative;
    border: 2px solid #FFB931;
    border-radius: 11px;
    width: 134px;
    height: 230px;
    background: #F2F1F1; }
    #select-field ul {
      font-family: 'Gilroy', sans-serif, Helvetica;
      font-size: 16px;
      color: #808080;
      font-weight: 700;
      line-height: 20px;
      background: none;
      border: none;
      margin: 53px 0 10px 10px;
      display: block;
      overflow: auto;
      position: absolute;
      padding: 0 4px 0 0;
      width: 114px;
      height: 170px;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none; }
      #select-field ul li {
        font-family: 'Gilroy', sans-serif, Helvetica;
        font-size: 14px;
        color: #808080;
        font-weight: 700;
        line-height: 16px;
        width: 100px;
        height: 26px;
        padding-top: 4px;
        border-bottom: 2px solid #D9D9D9; }
      #select-field ul li:hover {
        font-family: 'Gilroy', sans-serif, Helvetica;
        font-size: 14px;
        color: #FFB931;
        font-weight: 700;
        line-height: 26px; }
    #select-field ul:hover {
      font-family: 'Gilroy', sans-serif, Helvetica;
      font-size: 16px;
      color: #FFB931;
      font-weight: 700;
      line-height: 20px; }
  ul::-webkit-scrollbar {
    display: block;
    border: 5px solid #D9D9D9;
    border-radius: 5px;
    background-color: #D9D9D9;
    width: 5px; }
  ul::-webkit-scrollbar-track {
    border-radius: 5px;
    background-color: #D9D9D9; }
  ul::-webkit-scrollbar-thumb {
    background: #FFB931;
    display: block;
    border-radius: 5px;
    height: 50px; }
  .button-wrapper {
    font-family: 'Gilroy', sans-serif, Helvetica;
    font-size: 14px;
    color: #242424;
    font-weight: 700;
    line-height: 26px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    width: 134px;
    height: 46px;
    background: #FFB931;
    border: 2px solid #FDE9CC;
    border-radius: 7px;
    margin: 0 7px 0 auto;
    text-align: center;
    justify-content: center;
    cursor: pointer; }
  .button-wrapper:hover {
    font-family: 'Gilroy', sans-serif, Helvetica;
    font-size: 14px;
    color: #242424;
    font-weight: 700;
    line-height: 26px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    width: 134px;
    height: 42px;
    background: rgba(255, 185, 49, 0.75);
    border: 2px solid #FFB931;
    border-radius: 7px;
    margin: 0 7px 0 auto;
    text-align: center;
    justify-content: center;
    cursor: pointer; }
  .card {
    height: 102px;
    margin-top: 14px;
    border-radius: 8px;
    border: 1px solid rgba(195, 195, 195, 0.2); }
  .card-header {
    line-height: 16px; }
  .card-body {
    border-radius: 5px; }
  .card-logo {
    margin: 10px;
    width: 36px;
    height: 36px;
    border-radius: 18px; }
    .card-logo img {
      width: 24px;
      height: 24px; }
  .name-rating {
    width: 230px;
    margin-right: auto; }
  .card-name {
    font-family: 'Gilroy', sans-serif, Helvetica;
    font-size: 18px;
    color: #242424;
    font-weight: 700;
    line-height: 22px;
    line-height: 16px; }
  .rating {
    font-family: 'Gilroy', sans-serif, Helvetica;
    font-size: 12px;
    color: #FFFFFF;
    font-weight: 500;
    line-height: 14px; }
  .rating__body {
    font-family: 'Gilroy', sans-serif, Helvetica;
    font-size: 14px;
    color: #C3C3C3;
    font-weight: 500;
    line-height: 16px; }
  .reviews__value {
    padding: 0 0 0 5px;
    font-family: 'Gilroy', sans-serif, Helvetica;
    font-size: 11px;
    color: #242424;
    font-weight: 500;
    line-height: 12px;
    margin-right: 12px; }
  .ok__value {
    width: 30px;
    height: 14px; }
    .ok__value img {
      width: 30px;
      height: 14px; }
  .card-terms {
    font-family: 'Gilroy', sans-serif, Helvetica;
    font-size: 7px;
    color: #808080;
    font-weight: 500;
    line-height: 8px; }
  .card-loan-interest {
    width: 60px;
    height: 34px;
    border-radius: 5px;
    line-height: 16px;
    padding-left: 10px; }
  .card-loan-value {
    width: 120px;
    height: 34px;
    border-radius: 5px;
    line-height: 16px; }
  .separator {
    width: 34px;
    height: 0px;
    border: 1px solid #A8E2D4;
    transform: rotate(90deg); }
  .card-line-rate {
    font-family: 'Gilroy', sans-serif, Helvetica;
    font-size: 14px;
    color: #242424;
    font-weight: 700;
    line-height: 16px; }
  .card-line-value {
    font-family: 'Gilroy', sans-serif, Helvetica;
    font-size: 14px;
    color: #242424;
    font-weight: 600;
    line-height: 16px; }
  .card-button {
    width: 120px;
    height: 34px;
    border-radius: 5px;
    border: 2px solid rgba(232, 246, 243, 0.75);
    font-family: 'Gilroy', sans-serif, Helvetica;
    font-size: 12px;
    color: #FFFFFF;
    font-weight: 700;
    line-height: 14px;
    margin-right: 10px;
    margin-left: 12px; }
  .card-button:hover {
    width: 120px;
    height: 34px;
    border-radius: 5px;
    border: 2px solid #2B9F98;
    font-family: 'Gilroy', sans-serif, Helvetica;
    font-size: 12px;
    color: #FFFFFF;
    font-weight: 700;
    line-height: 14px; }
  .card-modal-link {
    font-family: 'Gilroy', sans-serif, Helvetica;
    font-size: 11px;
    color: #808080;
    font-weight: 600;
    line-height: 12px; }
  .card-modal-link:hover {
    font-family: 'Gilroy', sans-serif, Helvetica;
    font-size: 11px;
    color: #242424;
    font-weight: 600;
    line-height: 12px; }
  .modal-overlay {
    position: absolute;
    top: 47px; }
  .modal-icon {
    width: 18px;
    height: 18px;
    background-image: url(../images/modal-icon.svg);
    background-repeat: no-repeat;
    background-size: 18px;
    margin: 12px; }
  .modal-title {
    font-family: 'Gilroy', sans-serif, Helvetica;
    font-size: 11px;
    color: #242424;
    font-weight: 700;
    line-height: 16px;
    line-height: 16px; }
  .modal-close {
    width: 18px;
    height: 18px;
    background-size: 18px;
    margin-left: auto;
    margin-right: 10px; }
  .modal-body-background {
    width: 100%;
    height: 92%;
    border-radius: 14px; }
  .modal-body {
    border-radius: 8px;
    padding: 14px 3px 14px 14px; }
    .modal-body p.text-primary-color {
      font-family: 'Gilroy', sans-serif, Helvetica;
      font-size: 10px;
      color: #242424;
      font-weight: 600;
      line-height: 16px;
      line-height: 16px; }
    .modal-body p.text-dark-gray {
      font-family: 'Gilroy', sans-serif, Helvetica;
      font-size: 10px;
      color: #808080;
      font-weight: 500;
      line-height: 16px;
      line-height: 16px; }
  .custom-scrollbar {
    height: 100%;
    overflow-y: scroll;
    padding: 0;
    margin: 0; }
  .custom-scrollbar::-webkit-scrollbar {
    border: 3px solid #D9D9D9;
    border-radius: 28px;
    width: 3px; }
  .custom-scrollbar::-webkit-scrollbar-track {
    border-radius: 28px;
    background: rgba(43, 159, 152, 0);
    display: none; }
  .custom-scrollbar::-webkit-scrollbar-thumb {
    background: #2B9F98;
    display: block;
    border-radius: 28px;
    height: 300px; }
  .gradient {
    background: linear-gradient(360deg, #BAE4DA -17.15%, rgba(186, 234, 223, 0.3) 43.94%, rgba(222, 221, 214, 0) 115.7%); }
  .modal-logo {
    position: absolute;
    top: 22px;
    right: 37px;
    background: #FFFFFF;
    border: 0.3px solid #C3C3C3;
    border-radius: 8px;
    width: 126px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center; }
    .modal-logo img {
      display: block;
      width: 120px;
      height: 45px; }
  .card-review {
    height: 246px;
    margin-bottom: 25px;
    border-radius: 8px; }
  .card-review-body {
    border-radius: 8px; }
  .card-review-reviews {
    margin-left: 10px;
    border-radius: 8px;
    width: 330px; }
  .card-review-container {
    border-radius: 8px;
    height: 45px;
    margin: 3px 0 4px; }
  .card-review-review-text {
    width: 240px;
    margin-left: 8px;
    font-family: 'Gilroy', sans-serif, Helvetica;
    font-size: 10px;
    color: #808080;
    font-weight: 500;
    line-height: 12px;
    line-height: 14px; }
  .card-review-rating {
    width: 64px;
    height: 10px;
    border-radius: 8px;
    font-family: 'Gilroy', sans-serif, Helvetica;
    font-size: 8px;
    color: #242424;
    font-weight: 500;
    line-height: 10px;
    line-height: 12px;
    padding-left: 8px; }
  .card-button-green {
    width: 120px;
    height: 35px;
    background: #2B9F98;
    border: 2px solid rgba(232, 246, 243, 0.75);
    border-radius: 8px;
    font-family: 'Gilroy', sans-serif, Helvetica;
    font-size: 12px;
    color: #FFFFFF;
    font-weight: 500;
    line-height: 14px;
    cursor: pointer;
    margin-top: 15px;
    margin-bottom: 12px; }
  .card-button-green:hover {
    background: rgba(43, 159, 152, 0.75);
    border: 2px solid #2B9F98;
    font-family: 'Gilroy', sans-serif, Helvetica;
    font-size: 12px;
    color: #FFFFFF;
    font-weight: 500;
    line-height: 14px; }
  .card-button-yellow {
    width: 120px;
    height: 35px;
    border: 2px solid #FDE9CC;
    border-radius: 8px;
    font-family: 'Gilroy', sans-serif, Helvetica;
    font-size: 12px;
    color: #242424;
    font-weight: 500;
    line-height: 14px;
    cursor: pointer;
    margin-bottom: 15px; }
  .card-button-yellow:hover {
    border: 2px solid #FFB931;
    font-family: 'Gilroy', sans-serif, Helvetica;
    font-size: 12px;
    color: #242424;
    font-weight: 500;
    line-height: 14px; }
  .card-review-buttons {
    margin-left: auto;
    margin-right: 10px; }
  .sphere-small {
    width: 6px;
    height: 6px;
    border-radius: 50%; }
  .sphere-middle {
    width: 8px;
    height: 8px;
    border-radius: 50%; }
  .sphere-large {
    width: 16px;
    height: 16px;
    font-family: 'Gilroy', sans-serif, Helvetica;
    font-size: 11px;
    color: #242424;
    font-weight: 500;
    line-height: 14px;
    line-height: 16px; }
  .card-review-separator {
    border: 1px solid #A8E2D4; }
  .card-fullreview-title {
    border-radius: 14px;
    width: 100%;
    height: 77px;
    margin-top: 15px;
    margin-bottom: 15px; }
  .card-fullreview-container {
    border-radius: 14px;
    width: 470px;
    margin-bottom: 15px; }
  .card-fullreview-rating::after, .card-fullreview-rating::before {
    height: 45px;
    right: 140px; }
  .card-fullreview-rating:after {
    border-radius: 0 0 14px 0; }
  .card-fullreview-rating {
    width: 140px;
    height: 45px;
    border-radius: 14px 14px 0 0; }
  .card-fullreview-rating2 {
    width: 95px;
    height: 15px;
    border-radius: 11px;
    font-family: 'Gilroy', sans-serif, Helvetica;
    font-size: 11px;
    color: #242424;
    font-weight: 500;
    line-height: 15px;
    line-height: 15px;
    padding-left: 12px; }
  .card-fullreview-text {
    width: 100%;
    height: 115px;
    border-radius: 29px 0 29px 29px;
    background-color: #FDE9CC;
    font-family: 'Gilroy', sans-serif, Helvetica;
    font-size: 13px;
    color: #808080;
    font-weight: 500;
    line-height: 16px;
    line-height: 20px;
    overflow: hidden; }
    .card-fullreview-text p {
      margin: 20px 25px 25px; }
  .card-fullreview-text::-webkit-scrollbar {
    display: none; }
  /* Hide scrollbar for IE, Edge and Firefox */
  .card-fullreview-text {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */ }
  .card-fullreview-title > div:nth-child(2) {
    font-family: 'Gilroy', sans-serif, Helvetica;
    font-size: 14px;
    color: #2B9F98;
    font-weight: 600;
    line-height: 16px;
    line-height: 16px; }
  .card-fullreview-icon {
    width: 25px;
    height: 25px;
    background: #FFFFFF;
    background-image: url(../images/review_full_title_icon.svg);
    background-repeat: no-repeat;
    background-size: 25px;
    margin-left: 15px;
    margin-right: 15px;
    border-radius: 3px; }
  .card-fullreview-arrow {
    width: 70px;
    height: 20px;
    background-image: url(../images/fullreview-icon-arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 15px; }
  .fullreview-avatar {
    width: 25px;
    height: 25px;
    background-image: url(../images/fullreview-avatar.svg);
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 20px;
    margin-right: 20px; }
  .fullreview-chapter {
    width: 100%;
    height: 45px;
    font-family: 'Gilroy', sans-serif, Helvetica;
    font-size: 20px;
    color: #242424;
    font-weight: 500;
    line-height: 24px; }
  .card-fullreview-date {
    font-family: 'Gilroy', sans-serif, Helvetica;
    font-size: 12px;
    color: #242424;
    font-weight: 400;
    line-height: 14px;
    margin-right: 20px; }
  .chapter-title {
    width: 500px;
    height: 35px;
    border-radius: 6px;
    font-family: 'Gilroy', sans-serif, Helvetica;
    font-size: 20px;
    color: #242424;
    font-weight: 700;
    line-height: 24px;
    line-height: 35px;
    margin-bottom: 10px; }
  .akun-title-icon {
    width: 30px;
    height: 30px;
    background-size: 30px;
    margin-left: 15px;
    margin-right: 15px;
    border-radius: 6px; }
  .akun-title-arrow {
    width: 70px;
    height: 18px;
    margin-left: 15px; }
  .form-control-text {
    width: 220px;
    height: 32px;
    border-radius: 7px;
    font-family: 'Gilroy', sans-serif, Helvetica;
    font-size: 13px;
    color: #242424;
    font-weight: 500;
    line-height: 15px;
    padding-left: 10px; }
  .akunform-field input::placeholder, textarea::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    font-family: 'Gilroy', sans-serif, Helvetica;
    font-size: 13px;
    color: #C3C3C3;
    font-weight: 500;
    line-height: 15px;
    opacity: 1;
    /* Firefox */ }
  .akunform-field input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    font-family: 'Gilroy', sans-serif, Helvetica;
    font-size: 13px;
    color: #C3C3C3;
    font-weight: 500;
    line-height: 15px; }
  .akunform-field input::-ms-input-placeholder, textarea::-ms-input-placeholder {
    /* Microsoft Edge */
    font-family: 'Gilroy', sans-serif, Helvetica;
    font-size: 13px;
    color: #C3C3C3;
    font-weight: 500;
    line-height: 15px; }
  .akunform-field label {
    font-family: 'Gilroy', sans-serif, Helvetica;
    font-size: 13px;
    color: #242424;
    font-weight: 600;
    line-height: 15px;
    align-self: flex-start;
    margin: 3px;
    margin-left: 20px; }
  .akunform-field input {
    margin-bottom: 10px; }
  .akunform-field textarea {
    width: 220px;
    height: 178px;
    margin-bottom: 10px;
    border: 1px solid #808080;
    border-radius: 7px;
    padding-left: 5px;
    font-family: 'Gilroy', sans-serif, Helvetica;
    font-size: 13px;
    color: #242424;
    font-weight: 500;
    line-height: 15px; }
  .akunform-field div {
    font-family: 'Gilroy', sans-serif, Helvetica;
    font-size: 10px;
    color: #808080;
    font-weight: 400;
    line-height: 12px;
    margin-bottom: 5px; }
  .akunform-field .form-label-remark {
    font-family: 'Gilroy', sans-serif, Helvetica;
    font-size: 10px;
    color: #808080;
    font-weight: 400;
    line-height: 12px; }
  .akunform-rating > div:nth-child(1) {
    font-family: 'Gilroy', sans-serif, Helvetica;
    font-size: 13px;
    color: #242424;
    font-weight: 600;
    line-height: 15px; }
  .akunform-rating > div:nth-child(2) {
    font-family: 'Gilroy', sans-serif, Helvetica;
    font-size: 10px;
    color: #808080;
    font-weight: 400;
    line-height: 12px; }
  .modal-overlay-akun {
    position: absolute;
    width: 500px; }
  .modal-icon-review {
    width: 27px;
    height: 27px;
    background-image: url(../images/addReviewModalIcon.svg);
    background-repeat: no-repeat;
    background-size: 27px;
    margin: 20px 14px 20px 20px; }
  .modal-image-review {
    width: 200px;
    height: 110px;
    background-size: 120px;
    margin-right: 14px; }
  .modal-body-review {
    border-radius: 8px;
    padding: 14px 5px 14px 14px; }
    .modal-body-review p {
      font-family: 'Gilroy', sans-serif, Helvetica;
      font-size: 16px;
      color: #242424;
      font-weight: 400;
      line-height: 18px;
      line-height: 18px; }
  .modal-title {
    font-family: 'Gilroy', sans-serif, Helvetica;
    font-size: 20px;
    color: #242424;
    font-weight: 700;
    line-height: 24px;
    line-height: 24px; } }

@media only screen and (min-width: 420px) and (max-width: 600px) and (min-resolution: 2dppx) {
  html, body {
    font-size: 10px; }
  .layout {
    min-width: 320px;
    height: calc(var(--vh, 1vh) * 100);
    display: grid;
    grid: "header header header" 42px "leftSide main rightSide" 150px "leftMain main rightMain" auto "footer footer footer" 42px / 10px auto 10px;
    background: linear-gradient(360deg, #BAE4DA -12.87%, rgba(186, 234, 223, 0.417702) 24.62%, rgba(222, 221, 214, 0) 84.51%); }
  #ulasanBackground {
    width: 73px;
    height: 73px;
    background-size: 73px;
    top: 57px;
    right: -10px; }
  #ulasanSemuaBackground {
    width: 100px;
    height: 200px;
    background-size: 100px;
    position: fixed;
    top: 50px;
    right: 0px;
    z-index: -1;
    overflow-y: visible;
    overflow-x: hidden; }
  #pinjamanBackground {
    width: 53px;
    height: 53px;
    background-size: 40px;
    top: 57px;
    right: -13px; }
  #akunBackground {
    width: 88px;
    height: 99px;
    top: 40px;
    right: -18px; }
  #top-navbar {
    width: 290px; }
  .footer {
    z-index: 300;
    background: #2B9F98;
    display: flex;
    height: 42px;
    align-items: flex-end;
    position: relative; }
  #footer {
    border-radius: 20px 20px 0 0;
    position: relative;
    padding: 0 5px; }
  #logo-image {
    width: 23px;
    height: 23px;
    background: url(../images/logo1.svg) no-repeat;
    background-size: cover; }
  #logo-text {
    font-family: 'Gilroy', sans-serif, Helvetica;
    font-size: 25px;
    color: #FFFFFF;
    font-weight: 500;
    line-height: 29px;
    margin-left: 4px; }
  #top-navbar {
    justify-content: center; }
  #top-menu {
    display: none; }
  #top-menu > li {
    font-family: 'Gilroy', sans-serif, Helvetica;
    font-size: 14px;
    color: #808080;
    font-weight: 500;
    line-height: 12px;
    width: 103px;
    height: 27.5px;
    border-radius: 14.7px;
    margin-left: 13.4px; }
  #top-menu > li:hover {
    font-family: 'Gilroy', sans-serif, Helvetica;
    font-size: 14px;
    color: #808080;
    font-weight: 500;
    line-height: 12px; }
  #top-menu > li:active {
    font-family: 'Gilroy', sans-serif, Helvetica;
    font-size: 14px;
    color: #808080;
    font-weight: 500;
    line-height: 12px; }
  #top-menu > li.active {
    font-family: 'Gilroy', sans-serif, Helvetica;
    font-size: 14px;
    color: #808080;
    font-weight: 500;
    line-height: 12px; }
  .menu-icon {
    width: 17.4px;
    height: 17.4px;
    margin-right: 6.7px;
    background-size: 16.75px; }
  #filterTitle {
    margin-bottom: 15px;
    font-family: 'Gilroy', sans-serif, Helvetica;
    font-size: 13px;
    color: #242424;
    font-weight: 500;
    line-height: 16px;
    font-feature-settings: 'liga' off;
    padding-top: 15px;
    padding-left: 12px;
    padding-right: 65px; }
  #pageTitle {
    margin-bottom: 15px;
    font-family: 'Gilroy', sans-serif, Helvetica;
    font-size: 13px;
    color: #242424;
    font-weight: 500;
    line-height: 15px;
    line-height: 15px;
    font-feature-settings: 'liga' off;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 10px;
    width: 80%; }
  #filterForm {
    height: 56px; }
  .field-wrapper {
    width: 30%;
    max-width: 119px;
    height: 46px;
    border: 2px solid #FFB931;
    border-radius: 14px;
    margin-right: 5px;
    margin-left: 4px;
    line-height: 12px; }
    .field-wrapper label {
      font-family: 'Gilroy', sans-serif, Helvetica;
      font-size: 10px;
      color: #808080;
      font-weight: 500;
      line-height: 12px;
      margin-left: 8px;
      margin-top: 0;
      line-height: 18px;
      position: inherit; }
    .field-wrapper .loanterm-legend {
      font-family: 'Gilroy', sans-serif, Helvetica;
      font-size: 10px;
      color: #808080;
      font-weight: 500;
      line-height: 12px;
      margin-left: 8px;
      margin-top: 0;
      line-height: 18px;
      position: inherit; }
    .field-wrapper input[type=text] {
      font-family: 'Gilroy', sans-serif, Helvetica;
      font-size: 13px;
      color: #242424;
      font-weight: 600;
      line-height: 16px;
      line-height: 16px;
      background: #FDE9CC;
      width: 80px;
      text-align: left;
      text-align-last: left;
      border-radius: 0px; }
    .field-wrapper .select {
      font-family: 'Gilroy', sans-serif, Helvetica;
      font-size: 14px;
      color: #242424;
      font-weight: 600;
      line-height: 16px;
      line-height: 16px;
      border: none;
      background: #FDE9CC;
      display: flex;
      flex: auto;
      margin: 14px auto 0 12px;
      align-items: flex-start;
      height: 13px; }
  .rpId {
    font-family: 'Gilroy', sans-serif, Helvetica;
    font-size: 13px;
    color: #242424;
    font-weight: 600;
    line-height: 16px;
    margin-left: 8px;
    line-height: 16px; }
  #selectedTermValue {
    display: inline-block;
    border-bottom: 1px solid #242424;
    line-height: 16px; }
    #selectedTermValue span {
      line-height: 20px; }
  #selectWraper > div.field-wrapper.no-margin > div.select > div:nth-child(2) {
    line-height: 16px; }
  .selectButton {
    width: 21px;
    height: 21px;
    background: #FDE9CC;
    border: none;
    margin-right: 18px;
    margin-left: auto;
    position: relative;
    top: -6px;
    background-image: url(../images/select-icon.svg);
    background-repeat: no-repeat;
    background-size: 21px; }
  .closeButton {
    width: 21px;
    height: 21px;
    background: #FDE9CC;
    border: none;
    margin-right: 31px;
    margin-left: auto;
    position: relative;
    top: -6px;
    background-image: url(../images/close-icon.svg);
    background-repeat: no-repeat;
    background-size: 21px; }
  #selectWraper {
    align-self: flex-start;
    box-sizing: border-box;
    width: 91px;
    height: 248px;
    border: none;
    position: relative;
    margin-top: 5px; }
  #select-field {
    position: relative;
    border: 2px solid #FFB931;
    border-radius: 11px;
    width: 91px;
    height: 248px;
    background: #F2F1F1; }
    #select-field ul {
      font-family: 'Gilroy', sans-serif, Helvetica;
      font-size: 16px;
      color: #808080;
      font-weight: 600;
      line-height: 20px;
      line-height: 20px;
      background: none;
      border: none;
      margin: 53px 0 10px 10px;
      display: block;
      overflow: auto;
      position: absolute;
      padding: 0 4px 0 0;
      width: 73px;
      height: 185px;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none; }
      #select-field ul li {
        font-family: 'Gilroy', sans-serif, Helvetica;
        font-size: 13px;
        color: #808080;
        font-weight: 600;
        line-height: 16px;
        line-height: 16px;
        width: 60px;
        height: 26px;
        padding-top: 4px;
        border-bottom: 2px solid #D9D9D9; }
      #select-field ul li:hover {
        font-family: 'Gilroy', sans-serif, Helvetica;
        font-size: 13px;
        color: #FFB931;
        font-weight: 600;
        line-height: 16px; }
    #select-field ul:hover {
      font-family: 'Gilroy', sans-serif, Helvetica;
      font-size: 16px;
      color: #FFB931;
      font-weight: 700;
      line-height: 20px;
      line-height: 20px; }
  #selectWraper > div.field-wrapper.no-margin {
    width: 91px;
    height: 46px;
    margin-left: 0px; }
    #selectWraper > div.field-wrapper.no-margin label {
      font-family: 'Gilroy', sans-serif, Helvetica;
      font-size: 10px;
      color: #808080;
      font-weight: 500;
      line-height: 12px;
      margin-left: 8px;
      margin-top: 0;
      line-height: 18px;
      position: inherit; }
    #selectWraper > div.field-wrapper.no-margin .select {
      font-family: 'Gilroy', sans-serif, Helvetica;
      font-size: 13px;
      color: #242424;
      font-weight: 600;
      line-height: 16px;
      line-height: 20px;
      border: none;
      background: #FDE9CC;
      display: flex;
      flex: auto;
      margin: 17px auto 0 11px;
      align-items: flex-start;
      height: 13px; }
  ul::-webkit-scrollbar {
    display: block;
    border: 5px solid #D9D9D9;
    border-radius: 5px;
    background-color: #D9D9D9;
    width: 5px; }
  ul::-webkit-scrollbar-track {
    border-radius: 5px;
    background-color: #D9D9D9; }
  ul::-webkit-scrollbar-thumb {
    background: #FFB931;
    display: block;
    border-radius: 5px;
    height: 50px; }
  .selectButton {
    width: 13px;
    height: 13px;
    background: #FDE9CC;
    border: none;
    margin-right: 6px;
    margin-left: auto;
    position: relative;
    top: 2px;
    background-image: url(../images/select-icon.svg);
    background-repeat: no-repeat;
    background-size: 13px; }
  .closeButton {
    width: 13px;
    height: 13px;
    background: #FDE9CC;
    border: none;
    margin-right: 6px;
    margin-left: auto;
    position: relative;
    top: 2px;
    background-image: url(../images/close-icon.svg);
    background-repeat: no-repeat;
    background-size: 13px; }
  .button-wrapper {
    font-family: 'Gilroy', sans-serif, Helvetica;
    font-size: 15px;
    color: #242424;
    font-weight: 700;
    line-height: 18px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    width: 20%;
    max-width: 100px;
    height: 46px;
    background: #FFB931;
    border: 4px solid #FDE9CC;
    border-radius: 14px;
    margin: 0 5px 0 auto;
    text-align: center;
    justify-content: center;
    cursor: pointer; }
  .button-wrapper:hover {
    font-family: 'Gilroy', sans-serif, Helvetica;
    font-size: 15px;
    color: #242424;
    font-weight: 700;
    line-height: 18px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    width: 70px;
    height: 46px;
    background: rgba(255, 185, 49, 0.75);
    border: 4px solid #FFB931;
    border-radius: 14px;
    margin: 0 5px 0 auto;
    text-align: center;
    justify-content: center;
    cursor: pointer; }
  .card {
    height: 204px;
    margin-top: 15px; }
  .card-header {
    height: 65px;
    line-height: 16px; }
  .card-body {
    height: 137px;
    border-radius: 5px;
    flex-wrap: wrap; }
  .card-logo {
    margin: 10px;
    width: 36px;
    height: 36px;
    border-radius: 18px; }
    .card-logo img {
      width: 24px;
      height: 24px; }
  .name-rating {
    width: 100%; }
  .card-name {
    font-family: 'Gilroy', sans-serif, Helvetica;
    font-size: 15px;
    color: #242424;
    font-weight: 700;
    line-height: 18px;
    line-height: 18px; }
  .rating {
    font-family: 'Gilroy', sans-serif, Helvetica;
    font-size: 12px;
    color: #FFFFFF;
    font-weight: 500;
    line-height: 14px;
    flex-wrap: wrap; }
  .rating__body {
    font-family: 'Gilroy', sans-serif, Helvetica;
    font-size: 14px;
    color: #C3C3C3;
    font-weight: 500;
    line-height: 16px; }
  .reviews__value {
    padding: 0 0 0 5px;
    font-family: 'Gilroy', sans-serif, Helvetica;
    font-size: 11px;
    color: #242424;
    font-weight: 500;
    line-height: 12px;
    margin-right: 12px; }
  .ok__value {
    width: 30px;
    height: 14px;
    position: relative;
    left: 10px; }
    .ok__value img {
      width: 30px;
      height: 14px; }
  .card-terms {
    width: 100%;
    font-family: 'Gilroy', sans-serif, Helvetica;
    font-size: 10px;
    color: #808080;
    font-weight: 500;
    line-height: 12px;
    justify-content: space-around; }
  .card-buttons {
    width: 100%;
    font-family: 'Gilroy', sans-serif, Helvetica;
    font-size: 10px;
    color: #808080;
    font-weight: 500;
    line-height: 12px;
    justify-content: space-around; }
  .card-loan-interest {
    width: 30%;
    height: 46px;
    border-radius: 5px;
    line-height: 16px;
    padding-left: 15px;
    padding-top: 7px; }
    .card-loan-interest p {
      font-family: 'Gilroy', sans-serif, Helvetica;
      font-size: 10px;
      color: #808080;
      font-weight: 500;
      line-height: 12px;
      line-height: 14px; }
  .card-loan-value {
    width: 50%;
    max-width: 200px;
    height: 46px;
    border-radius: 5px;
    line-height: 16px;
    padding-top: 7px; }
    .card-loan-value p {
      font-family: 'Gilroy', sans-serif, Helvetica;
      font-size: 10px;
      color: #808080;
      font-weight: 500;
      line-height: 12px;
      line-height: 14px; }
  .separator {
    width: 34px;
    height: 0px;
    border: 1px solid #A8E2D4;
    transform: rotate(90deg); }
  .card-line-rate {
    font-family: 'Gilroy', sans-serif, Helvetica;
    font-size: 15px;
    color: #242424;
    font-weight: 700;
    line-height: 18px; }
  .card-line-value {
    font-family: 'Gilroy', sans-serif, Helvetica;
    font-size: 15px;
    color: #242424;
    font-weight: 600;
    line-height: 18px; }
  .card-button {
    width: 47%;
    max-width: 180px;
    height: 46px;
    border-radius: 14px;
    border: 4px solid rgba(232, 246, 243, 0.75);
    font-family: 'Gilroy', sans-serif, Helvetica;
    font-size: 15px;
    color: #FFFFFF;
    font-weight: 700;
    line-height: 18px;
    margin: auto; }
  .card-button:hover {
    width: 135px;
    height: 46px;
    border-radius: 14px;
    border: 4px solid #2B9F98;
    font-family: 'Gilroy', sans-serif, Helvetica;
    font-size: 15px;
    color: #FFFFFF;
    font-weight: 700;
    line-height: 18px; }
  .card-modal-link {
    font-family: 'Gilroy', sans-serif, Helvetica;
    font-size: 13px;
    color: #808080;
    font-weight: 600;
    line-height: 16px;
    width: 28%;
    margin: auto; }
  .card-modal-link:hover {
    font-family: 'Gilroy', sans-serif, Helvetica;
    font-size: 13px;
    color: #242424;
    font-weight: 600;
    line-height: 16px;
    width: 28%;
    margin: auto; }
  .modal-overlay {
    position: absolute;
    width: 290px;
    height: 454px;
    top: 57px;
    border-radius: 14px;
    border: 2px solid #2B9F98; }
  .modal-icon {
    width: 24px;
    height: 24px;
    background-image: url(../images/modal-icon.svg);
    background-repeat: no-repeat;
    background-size: 24px;
    margin: 15px; }
  .modal-title {
    font-family: 'Gilroy', sans-serif, Helvetica;
    font-size: 15px;
    color: #242424;
    font-weight: 700;
    line-height: 18px;
    line-height: 18px; }
  .modal-close {
    width: 21px;
    height: 21px;
    background-size: 21px;
    margin-left: auto;
    margin-right: 8px; }
  .modal-body-background {
    width: 100%;
    height: 87.5%;
    border-radius: 13px; }
  .modal-body {
    border-radius: 13px;
    padding: 15px 5px 15px 15px; }
    .modal-body p.text-primary-color {
      font-family: 'Gilroy', sans-serif, Helvetica;
      font-size: 10px;
      color: #242424;
      font-weight: 600;
      line-height: 12px;
      line-height: 14px; }
    .modal-body p.text-dark-gray {
      font-family: 'Gilroy', sans-serif, Helvetica;
      font-size: 10px;
      color: #808080;
      font-weight: 500;
      line-height: 12px;
      line-height: 14px; }
  .custom-scrollbar {
    height: 100%;
    overflow-y: scroll;
    padding: 0;
    margin: 0; }
  .custom-scrollbar::-webkit-scrollbar {
    border: 3px solid #D9D9D9;
    border-radius: 72px;
    width: 3px; }
  .custom-scrollbar::-webkit-scrollbar-track {
    border-radius: 72px;
    background: rgba(43, 159, 152, 0);
    display: none; }
  .custom-scrollbar::-webkit-scrollbar-thumb {
    background: #2B9F98;
    display: block;
    border-radius: 72px;
    height: 320px; }
  .gradient {
    background: linear-gradient(360deg, #BAE4DA -17.15%, rgba(186, 234, 223, 0.3) 43.94%, rgba(222, 221, 214, 0) 115.7%); }
  .modal-logo {
    position: absolute;
    top: 13px;
    right: 28px;
    background: #FFFFFF;
    border: 0.3px solid #C3C3C3;
    border-radius: 8px;
    width: 100px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center; }
    .modal-logo img {
      display: block;
      width: 100px;
      height: 40px; }
  .card-review {
    width: 100%;
    max-width: 320px;
    height: 232px;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 14px; }
  .card-review-header {
    height: 29%; }
  .card-review-body {
    border-radius: 14px;
    flex-wrap: wrap;
    align-items: flex-start;
    height: 81%; }
  .card-review-reviews {
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    justify-content: space-around;
    border-radius: 8px;
    width: 290px;
    flex-direction: row; }
  .card-review-container {
    border-radius: 8px;
    width: 123px;
    height: 79px;
    margin: 0;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    justify-content: flex-end;
    align-items: center;
    padding-top: 10px; }
  .card-review-review-text {
    width: 103px;
    height: 36px;
    margin-left: 10px;
    margin-top: 10px;
    overflow: hidden;
    font-family: 'Gilroy', sans-serif, Helvetica;
    font-size: 10px;
    color: #808080;
    font-weight: 500;
    line-height: 12px;
    line-height: 12px; }
  .card-review-rating {
    width: 104px;
    height: 15px;
    border-radius: 8px;
    font-family: 'Gilroy', sans-serif, Helvetica;
    font-size: 10px;
    color: #242424;
    font-weight: 500;
    line-height: 12px;
    line-height: 12px;
    padding-left: 10px;
    justify-content: flex-start; }
  .card-button-green {
    width: 123px;
    height: 46px;
    background: #2B9F98;
    border: 4px solid rgba(232, 246, 243, 0.75);
    border-radius: 14px;
    font-family: 'Gilroy', sans-serif, Helvetica;
    font-size: 15px;
    color: #FFFFFF;
    font-weight: 700;
    line-height: 18px;
    cursor: pointer;
    margin: 0; }
  .card-button-green:hover {
    background: rgba(43, 159, 152, 0.75);
    border: 4px solid #2B9F98;
    font-family: 'Gilroy', sans-serif, Helvetica;
    font-size: 15px;
    color: #FFFFFF;
    font-weight: 700;
    line-height: 18px;
    margin: 0; }
  .card-button-yellow {
    width: 123px;
    height: 46px;
    border: 4px solid #FDE9CC;
    border-radius: 14px;
    font-family: 'Gilroy', sans-serif, Helvetica;
    font-size: 15px;
    color: #242424;
    font-weight: 700;
    line-height: 18px;
    cursor: pointer;
    margin: 0;
    margin-bottom: 5px;
    margin-left: 15px; }
  .card-button-yellow:hover {
    border: 4px solid #FFB931;
    font-family: 'Gilroy', sans-serif, Helvetica;
    font-size: 15px;
    color: #242424;
    font-weight: 700;
    line-height: 18px;
    margin: 0; }
  .card-review-buttons {
    width: 290px;
    margin-left: auto;
    margin-right: auto;
    flex-direction: row;
    align-items: baseline;
    justify-content: space-around; }
  .sphere-small {
    width: 6px;
    height: 6px;
    border-radius: 50%; }
  .sphere-middle {
    width: 8px;
    height: 8px;
    border-radius: 50%; }
  .sphere-large {
    width: 21px;
    height: 21px;
    font-family: 'Gilroy', sans-serif, Helvetica;
    font-size: 13px;
    color: #242424;
    font-weight: 500;
    line-height: 15px;
    line-height: 21px; }
  .card-review-separator {
    display: none; }
  .card-review-reviews > div:nth-child(3) {
    display: none; }
  .card-fullreview-title {
    border-radius: 14px;
    width: 100%;
    height: 46px;
    margin-top: 8px;
    margin-bottom: 8px; }
  .card-fullreview-container {
    border-radius: 14px;
    width: 100%;
    height: 116px;
    margin-bottom: 10px; }
  .card-fullreview-rating2 {
    width: 78px;
    height: 15px;
    border-radius: 8px;
    font-family: 'Gilroy', sans-serif, Helvetica;
    font-size: 10px;
    color: #242424;
    font-weight: 500;
    line-height: 12px;
    line-height: 12px;
    justify-content: flex-start;
    padding-left: 8px; }
  .card-fullreview-rating::after, .card-fullreview-rating::before {
    width: 14px;
    height: 29px;
    right: 100px; }
  .card-fullreview-rating:after {
    border-radius: 0 0 14px 0; }
  .card-fullreview-rating {
    width: 100px;
    height: 29px;
    border-radius: 8px 8px 0 0;
    margin-left: auto;
    padding-left: 8px;
    justify-self: flex-end;
    align-items: flex-end; }
  .card-fullreview-text {
    width: 100%;
    height: 87px;
    border-radius: 14px 0 14px 14px;
    background-color: #FDE9CC;
    font-family: 'Gilroy', sans-serif, Helvetica;
    font-size: 10px;
    color: #808080;
    font-weight: 500;
    line-height: 12px;
    line-height: 16px;
    overflow: hidden; }
    .card-fullreview-text p {
      margin: 20px 25px 25px;
      overflow: hidden;
      height: 49px; }
  .card-fullreview-text::-webkit-scrollbar {
    display: none; }
  /* Hide scrollbar for IE, Edge and Firefox */
  .card-fullreview-text {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */ }
  .card-fullreview-title > div:nth-child(2) {
    font-family: 'Gilroy', sans-serif, Helvetica;
    font-size: 14px;
    color: #2B9F98;
    font-weight: 600;
    line-height: 16px;
    line-height: 16px; }
  .card-fullreview-icon {
    width: 25px;
    height: 25px;
    background: #FFFFFF;
    background-image: url(../images/review_full_title_icon.svg);
    background-repeat: no-repeat;
    background-size: 25px;
    margin-left: 15px;
    margin-right: 15px;
    border-radius: 3px; }
  .card-fullreview-arrow {
    width: 70px;
    height: 20px;
    background-image: url(../images/fullreview-icon-arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 15px; }
  .fullreview-avatar {
    width: 25px;
    height: 25px;
    background-image: url(../images/fullreview-avatar.svg);
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 20px;
    margin-right: 20px; }
  .fullreview-chapter {
    width: 100%;
    height: 29px;
    font-family: 'Gilroy', sans-serif, Helvetica;
    font-size: 13px;
    color: #242424;
    font-weight: 600;
    line-height: 16px; }
  .card-fullreview-date {
    font-family: 'Gilroy', sans-serif, Helvetica;
    font-size: 10px;
    color: #242424;
    font-weight: 400;
    line-height: 12px;
    position: absolute;
    right: -30px;
    top: 100px; }
  .card-fullreview {
    width: 90%;
    max-width: 500px;
    margin-top: 15px;
    margin-right: auto;
    margin-left: auto; }
  .card-review-header {
    height: 19%; }
  .card-fullreview-body {
    border-radius: 14px;
    height: 81%;
    width: 100%; }
  .chapter-title {
    width: 100%;
    height: 34px;
    border-radius: 6px;
    font-family: 'Gilroy', sans-serif, Helvetica;
    font-size: 15px;
    color: #242424;
    font-weight: 700;
    line-height: 18px;
    line-height: 18px;
    margin-bottom: 10px; }
  .akun-title-icon {
    width: 30px;
    height: 30px;
    background-size: 30px;
    margin-left: 2px;
    margin-right: 10px;
    border-radius: 6px; }
  .akun-title-arrow {
    width: 27px;
    height: 14px;
    margin-left: 15px;
    transform: rotate(15deg); }
  .form-control-text {
    width: 220px;
    height: 32px;
    border-radius: 7px;
    font-family: 'Gilroy', sans-serif, Helvetica;
    font-size: 13px;
    color: #242424;
    font-weight: 600;
    line-height: 16px;
    padding-left: 10px; }
  .akunform-field input::placeholder, textarea::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    font-family: 'Gilroy', sans-serif, Helvetica;
    font-size: 13px;
    color: #C3C3C3;
    font-weight: 600;
    line-height: 16px;
    opacity: 1;
    /* Firefox */ }
  .akunform-field input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    font-family: 'Gilroy', sans-serif, Helvetica;
    font-size: 13px;
    color: #C3C3C3;
    font-weight: 600;
    line-height: 16px; }
  .akunform-field input::-ms-input-placeholder, textarea::-ms-input-placeholder {
    /* Microsoft Edge */
    font-family: 'Gilroy', sans-serif, Helvetica;
    font-size: 13px;
    color: #C3C3C3;
    font-weight: 600;
    line-height: 16px; }
  .akunform-field label {
    font-family: 'Gilroy', sans-serif, Helvetica;
    font-size: 13px;
    color: #242424;
    font-weight: 600;
    line-height: 16px;
    align-self: flex-start;
    margin: 3px;
    margin-left: 10px; }
  .akunform-field input {
    width: 290px;
    margin-bottom: 10px; }
  .akunform-field textarea {
    width: 290px;
    height: 178px;
    margin-bottom: 10px;
    border: 1px solid #808080;
    border-radius: 7px;
    padding-left: 5px;
    font-family: 'Gilroy', sans-serif, Helvetica;
    font-size: 13px;
    color: #242424;
    font-weight: 600;
    line-height: 16px; }
  .akunform-field div {
    font-family: 'Gilroy', sans-serif, Helvetica;
    font-size: 10px;
    color: #808080;
    font-weight: 400;
    line-height: 12px;
    margin-left: 10px; }
  .akunform-field .form-label-remark {
    font-family: 'Gilroy', sans-serif, Helvetica;
    font-size: 10px;
    color: #808080;
    font-weight: 400;
    line-height: 12px; }
  .akunform-rating > div:nth-child(1) {
    font-family: 'Gilroy', sans-serif, Helvetica;
    font-size: 13px;
    color: #242424;
    font-weight: 600;
    line-height: 16px; }
  .akunform-rating > div:nth-child(2) {
    font-family: 'Gilroy', sans-serif, Helvetica;
    font-size: 10px;
    color: #808080;
    font-weight: 400;
    line-height: 12px; }
  .akun-form {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column; }
  .akunform-rating-radio {
    height: 55px;
    justify-content: flex-start; }
  .akunform-column {
    width: 100%;
    height: 100%;
    position: relative; }
  .akunform-click {
    width: 59px;
    height: 47px;
    background-image: url(../images/tap-here.svg);
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: auto;
    margin-right: 30px; }
  #main > form > div > div:nth-child(2) > button {
    position: absolute;
    left: 50%;
    transform: translatex(-50%); }
  .blank {
    display: block;
    width: 100%;
    height: 20px; }
  .modal-overlay-akun {
    position: absolute;
    width: 300px; }
  .modal-icon-review {
    width: 25px;
    height: 25px;
    background-image: url(../images/addReviewModalIcon.svg);
    background-repeat: no-repeat;
    background-size: 25px;
    margin: 12px 9px 12px 12px; }
  .modal-image-review {
    width: 120px;
    height: 75px;
    background-size: 70px;
    margin-right: 5px; }
  .modal-body-review {
    border-radius: 8px;
    padding: 14px 5px 14px 14px; }
    .modal-body-review p {
      font-family: 'Gilroy', sans-serif, Helvetica;
      font-size: 10px;
      color: #242424;
      font-weight: 400;
      line-height: 12px;
      line-height: 12px; }
  .modal-title {
    font-family: 'Gilroy', sans-serif, Helvetica;
    font-size: 12px;
    color: #242424;
    font-weight: 700;
    line-height: 15px;
    line-height: 15px; }
  .border-bottom {
    border-bottom: 1px solid #242424; } }

@media only screen and (min-width: 320px) and (max-width: 419px) and (min-resolution: 2dppx) {
  html, body {
    font-size: 10px; }
  .layout {
    min-width: 320px;
    height: calc(var(--vh, 1vh) * 100);
    display: grid;
    grid: "header header header" 42px "leftSide main rightSide" 150px "leftMain main rightMain" auto "footer footer footer" 42px / 10px auto 10px;
    background: linear-gradient(360deg, #BAE4DA -12.87%, rgba(186, 234, 223, 0.417702) 24.62%, rgba(222, 221, 214, 0) 84.51%); }
  #ulasanBackground {
    width: 73px;
    height: 73px;
    background-size: 73px;
    top: 57px;
    right: -10px; }
  #ulasanSemuaBackground {
    width: 70px;
    height: 200px;
    background-size: 70px;
    position: fixed;
    top: 50px;
    right: 0px;
    z-index: -1;
    overflow-y: visible;
    overflow-x: hidden; }
  #pinjamanBackground {
    width: 53px;
    height: 53px;
    background-size: 40px;
    top: 57px;
    right: -13px; }
  #akunBackground {
    width: 88px;
    height: 99px;
    top: 40px;
    right: -18px; }
  #top-navbar {
    width: 290px; }
  .footer {
    z-index: 300;
    background: #2B9F98;
    display: flex;
    height: 42px;
    align-items: flex-end;
    position: relative; }
  #footer {
    border-radius: 20px 20px 0 0;
    position: relative;
    padding: 0 5px; }
  #logo-image {
    width: 23px;
    height: 23px;
    background: url(../images/logo1.svg) no-repeat;
    background-size: cover; }
  #logo-text {
    font-family: 'Gilroy', sans-serif, Helvetica;
    font-size: 25px;
    color: #FFFFFF;
    font-weight: 500;
    line-height: 29px;
    margin-left: 4px; }
  #top-navbar {
    justify-content: center; }
  #top-menu {
    display: none; }
  #top-menu > li {
    font-family: 'Gilroy', sans-serif, Helvetica;
    font-size: 14px;
    color: #808080;
    font-weight: 500;
    line-height: 12px;
    width: 103px;
    height: 27.5px;
    border-radius: 14.7px;
    margin-left: 13.4px; }
  #top-menu > li:hover {
    font-family: 'Gilroy', sans-serif, Helvetica;
    font-size: 14px;
    color: #808080;
    font-weight: 500;
    line-height: 12px; }
  #top-menu > li:active {
    font-family: 'Gilroy', sans-serif, Helvetica;
    font-size: 14px;
    color: #808080;
    font-weight: 500;
    line-height: 12px; }
  #top-menu > li.active {
    font-family: 'Gilroy', sans-serif, Helvetica;
    font-size: 14px;
    color: #808080;
    font-weight: 500;
    line-height: 12px; }
  .menu-icon {
    width: 17.4px;
    height: 17.4px;
    margin-right: 6.7px;
    background-size: 16.75px; }
  #filterTitle {
    margin-bottom: 15px;
    font-family: 'Gilroy', sans-serif, Helvetica;
    font-size: 13px;
    color: #242424;
    font-weight: 500;
    line-height: 16px;
    font-feature-settings: 'liga' off;
    padding-top: 15px;
    padding-left: 12px;
    padding-right: 65px; }
  #pageTitle {
    margin-bottom: 15px;
    font-family: 'Gilroy', sans-serif, Helvetica;
    font-size: 10px;
    color: #242424;
    font-weight: 500;
    line-height: 13px;
    line-height: 15px;
    font-feature-settings: 'liga' off;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 10px;
    width: 85%; }
  #filterForm {
    height: 56px; }
  .field-wrapper {
    width: 119px;
    height: 46px;
    border: 2px solid #FFB931;
    border-radius: 14px;
    margin-right: 5px;
    margin-left: 4px;
    line-height: 12px; }
    .field-wrapper label {
      font-family: 'Gilroy', sans-serif, Helvetica;
      font-size: 10px;
      color: #808080;
      font-weight: 500;
      line-height: 12px;
      margin-left: 8px;
      margin-top: 0;
      line-height: 18px;
      position: inherit; }
    .field-wrapper .loanterm-legend {
      font-family: 'Gilroy', sans-serif, Helvetica;
      font-size: 10px;
      color: #808080;
      font-weight: 500;
      line-height: 12px;
      margin-left: 8px;
      margin-top: 0;
      line-height: 18px;
      position: inherit; }
    .field-wrapper input[type=text] {
      font-family: 'Gilroy', sans-serif, Helvetica;
      font-size: 13px;
      color: #242424;
      font-weight: 600;
      line-height: 16px;
      line-height: 16px;
      background: #FDE9CC;
      width: 80px;
      text-align: left;
      text-align-last: left;
      border-radius: 0px; }
    .field-wrapper .select {
      font-family: 'Gilroy', sans-serif, Helvetica;
      font-size: 14px;
      color: #242424;
      font-weight: 600;
      line-height: 16px;
      line-height: 16px;
      border: none;
      background: #FDE9CC;
      display: flex;
      flex: auto;
      margin: 14px auto 0 12px;
      align-items: flex-start;
      height: 13px; }
  .rpId {
    font-family: 'Gilroy', sans-serif, Helvetica;
    font-size: 13px;
    color: #242424;
    font-weight: 600;
    line-height: 16px;
    margin-left: 8px;
    line-height: 16px; }
  #selectedTermValue {
    display: inline-block;
    border-bottom: 1px solid #242424;
    line-height: 16px; }
    #selectedTermValue span {
      line-height: 20px; }
  #selectWraper > div.field-wrapper.no-margin > div.select > div:nth-child(2) {
    line-height: 16px; }
  .selectButton {
    width: 21px;
    height: 21px;
    background: #FDE9CC;
    border: none;
    margin-right: 18px;
    margin-left: auto;
    position: relative;
    top: -6px;
    background-image: url(../images/select-icon.svg);
    background-repeat: no-repeat;
    background-size: 21px; }
  .closeButton {
    width: 21px;
    height: 21px;
    background: #FDE9CC;
    border: none;
    margin-right: 31px;
    margin-left: auto;
    position: relative;
    top: -6px;
    background-image: url(../images/close-icon.svg);
    background-repeat: no-repeat;
    background-size: 21px; }
  #selectWraper {
    align-self: flex-start;
    box-sizing: border-box;
    width: 91px;
    height: 248px;
    border: none;
    position: relative;
    margin-top: 5px; }
  #select-field {
    position: relative;
    border: 2px solid #FFB931;
    border-radius: 11px;
    width: 91px;
    height: 248px;
    background: #F2F1F1; }
    #select-field ul {
      font-family: 'Gilroy', sans-serif, Helvetica;
      font-size: 16px;
      color: #808080;
      font-weight: 600;
      line-height: 20px;
      line-height: 16px;
      background: none;
      border: none;
      margin: 53px 0 10px 10px;
      display: block;
      overflow: auto;
      position: absolute;
      padding: 0 4px 0 0;
      width: 73px;
      height: 185px;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none; }
      #select-field ul li {
        font-family: 'Gilroy', sans-serif, Helvetica;
        font-size: 13px;
        color: #808080;
        font-weight: 600;
        line-height: 16px;
        line-height: 16px;
        width: 60px;
        height: 26px;
        padding-top: 4px;
        border-bottom: 2px solid #D9D9D9; }
      #select-field ul li:hover {
        font-family: 'Gilroy', sans-serif, Helvetica;
        font-size: 13px;
        color: #FFB931;
        font-weight: 600;
        line-height: 16px; }
    #select-field ul:hover {
      font-family: 'Gilroy', sans-serif, Helvetica;
      font-size: 16px;
      color: #FFB931;
      font-weight: 600;
      line-height: 20px; }
  #selectWraper > div.field-wrapper.no-margin {
    width: 91px;
    height: 46px;
    margin-left: 0px; }
    #selectWraper > div.field-wrapper.no-margin label {
      font-family: 'Gilroy', sans-serif, Helvetica;
      font-size: 10px;
      color: #808080;
      font-weight: 500;
      line-height: 12px;
      margin-left: 8px;
      margin-top: 0;
      line-height: 18px;
      position: inherit; }
    #selectWraper > div.field-wrapper.no-margin .select {
      font-family: 'Gilroy', sans-serif, Helvetica;
      font-size: 13px;
      color: #242424;
      font-weight: 600;
      line-height: 16px;
      line-height: 20px;
      border: none;
      background: #FDE9CC;
      display: flex;
      flex: auto;
      margin: 17px auto 0 11px;
      align-items: flex-start;
      height: 13px; }
  ul::-webkit-scrollbar {
    display: block;
    border: 5px solid #D9D9D9;
    border-radius: 5px;
    background-color: #D9D9D9;
    width: 5px; }
  ul::-webkit-scrollbar-track {
    border-radius: 5px;
    background-color: #D9D9D9; }
  ul::-webkit-scrollbar-thumb {
    background: #FFB931;
    display: block;
    border-radius: 5px;
    height: 50px; }
  .selectButton {
    width: 13px;
    height: 13px;
    background: #FDE9CC;
    border: none;
    margin-right: 6px;
    margin-left: auto;
    position: relative;
    top: 2px;
    background-image: url(../images/select-icon.svg);
    background-repeat: no-repeat;
    background-size: 13px; }
  .closeButton {
    width: 13px;
    height: 13px;
    background: #FDE9CC;
    border: none;
    margin-right: 6px;
    margin-left: auto;
    position: relative;
    top: 2px;
    background-image: url(../images/close-icon.svg);
    background-repeat: no-repeat;
    background-size: 13px; }
  .button-wrapper {
    font-family: 'Gilroy', sans-serif, Helvetica;
    font-size: 15px;
    color: #242424;
    font-weight: 700;
    line-height: 18px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    width: 25%;
    height: 46px;
    background: #FFB931;
    border: 4px solid #FDE9CC;
    border-radius: 14px;
    margin: 0 5px 0 auto;
    text-align: center;
    justify-content: center;
    cursor: pointer; }
  .button-wrapper:hover {
    font-family: 'Gilroy', sans-serif, Helvetica;
    font-size: 15px;
    color: #242424;
    font-weight: 700;
    line-height: 18px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    width: 70px;
    height: 46px;
    background: rgba(255, 185, 49, 0.75);
    border: 4px solid #FFB931;
    border-radius: 14px;
    margin: 0 5px 0 auto;
    text-align: center;
    justify-content: center;
    cursor: pointer; }
  .card {
    height: 204px;
    margin-top: 15px;
    width: 100%; }
  .card-header {
    height: 65px;
    line-height: 16px; }
  .card-body {
    height: 137px;
    border-radius: 12px;
    flex-wrap: wrap; }
  .card-logo {
    margin: 10px;
    width: 36px;
    height: 36px;
    border-radius: 18px; }
    .card-logo img {
      width: 24px;
      height: 24px; }
  .name-rating {
    width: 100%; }
  .card-name {
    font-family: 'Gilroy', sans-serif, Helvetica;
    font-size: 15px;
    color: #242424;
    font-weight: 700;
    line-height: 18px;
    line-height: 18px; }
  .rating {
    font-family: 'Gilroy', sans-serif, Helvetica;
    font-size: 12px;
    color: #FFFFFF;
    font-weight: 500;
    line-height: 14px;
    flex-wrap: wrap; }
  .rating__body {
    font-family: 'Gilroy', sans-serif, Helvetica;
    font-size: 14px;
    color: #C3C3C3;
    font-weight: 500;
    line-height: 16px; }
  .reviews__value {
    padding: 0 0 0 5px;
    font-family: 'Gilroy', sans-serif, Helvetica;
    font-size: 11px;
    color: #242424;
    font-weight: 500;
    line-height: 12px;
    margin-right: 12px; }
  .ok__value {
    width: 30px;
    height: 14px;
    position: relative;
    left: 10px; }
    .ok__value img {
      width: 30px;
      height: 14px; }
  .card-terms {
    width: 100%;
    font-family: 'Gilroy', sans-serif, Helvetica;
    font-size: 10px;
    color: #808080;
    font-weight: 500;
    line-height: 12px;
    justify-content: space-between;
    padding-left: 13px;
    padding-right: 13px; }
  .card-buttons {
    width: 100%;
    font-family: 'Gilroy', sans-serif, Helvetica;
    font-size: 10px;
    color: #808080;
    font-weight: 500;
    line-height: 12px;
    justify-content: space-around; }
  .card-loan-interest {
    width: 30%;
    height: 46px;
    border-radius: 5px;
    line-height: 16px;
    margin: auto;
    padding-left: 15px;
    padding-top: 7px; }
    .card-loan-interest p {
      font-family: 'Gilroy', sans-serif, Helvetica;
      font-size: 10px;
      color: #808080;
      font-weight: 500;
      line-height: 12px;
      line-height: 14px; }
  .card-loan-value {
    width: 50%;
    height: 46px;
    border-radius: 5px;
    line-height: 16px;
    padding-top: 7px;
    margin: auto; }
    .card-loan-value p {
      font-family: 'Gilroy', sans-serif, Helvetica;
      font-size: 10px;
      color: #808080;
      font-weight: 500;
      line-height: 12px;
      line-height: 14px; }
  .separator {
    width: 34px;
    height: 0px;
    border: 1px solid #A8E2D4;
    transform: rotate(90deg); }
  .card-line-rate {
    font-family: 'Gilroy', sans-serif, Helvetica;
    font-size: 15px;
    color: #242424;
    font-weight: 700;
    line-height: 18px; }
  .card-line-value {
    font-family: 'Gilroy', sans-serif, Helvetica;
    font-size: 15px;
    color: #242424;
    font-weight: 600;
    line-height: 18px; }
  .card-button {
    width: 47%;
    height: 46px;
    border-radius: 14px;
    border: 4px solid rgba(232, 246, 243, 0.75);
    font-family: 'Gilroy', sans-serif, Helvetica;
    font-size: 15px;
    color: #FFFFFF;
    font-weight: 700;
    line-height: 18px;
    margin: auto; }
  .card-button:hover {
    width: 135px;
    height: 46px;
    border-radius: 14px;
    border: 4px solid #2B9F98;
    font-family: 'Gilroy', sans-serif, Helvetica;
    font-size: 15px;
    color: #FFFFFF;
    font-weight: 700;
    line-height: 18px; }
  .card-modal-link {
    font-family: 'Gilroy', sans-serif, Helvetica;
    font-size: 13px;
    color: #808080;
    font-weight: 600;
    line-height: 16px;
    width: 28%;
    margin: auto; }
  .card-modal-link:hover {
    font-family: 'Gilroy', sans-serif, Helvetica;
    font-size: 13px;
    color: #242424;
    font-weight: 600;
    line-height: 16px;
    width: 28%;
    margin: auto; }
  .modal-overlay {
    position: absolute;
    width: 290px;
    height: 454px;
    top: 57px;
    border-radius: 14px;
    border: 2px solid #2B9F98; }
  .modal-icon {
    width: 24px;
    height: 24px;
    background-image: url(../images/modal-icon.svg);
    background-repeat: no-repeat;
    background-size: 24px;
    margin: 15px; }
  .modal-title {
    font-family: 'Gilroy', sans-serif, Helvetica;
    font-size: 15px;
    color: #242424;
    font-weight: 700;
    line-height: 18px;
    line-height: 18px; }
  .modal-close {
    width: 21px;
    height: 21px;
    background-size: 21px;
    margin-left: auto;
    margin-right: 8px; }
  .modal-body-background {
    width: 100%;
    height: 87.5%;
    border-radius: 13px; }
  .modal-body {
    border-radius: 13px;
    padding: 15px 5px 15px 15px; }
    .modal-body p.text-primary-color {
      font-family: 'Gilroy', sans-serif, Helvetica;
      font-size: 10px;
      color: #242424;
      font-weight: 600;
      line-height: 12px;
      line-height: 14px; }
    .modal-body p.text-dark-gray {
      font-family: 'Gilroy', sans-serif, Helvetica;
      font-size: 10px;
      color: #808080;
      font-weight: 500;
      line-height: 12px;
      line-height: 14px; }
  .custom-scrollbar {
    height: 100%;
    overflow-y: scroll;
    padding: 0;
    margin: 0; }
  .custom-scrollbar::-webkit-scrollbar {
    border: 3px solid #D9D9D9;
    border-radius: 72px;
    width: 3px; }
  .custom-scrollbar::-webkit-scrollbar-track {
    border-radius: 72px;
    background: rgba(43, 159, 152, 0);
    display: none; }
  .custom-scrollbar::-webkit-scrollbar-thumb {
    background: #2B9F98;
    display: block;
    border-radius: 72px;
    height: 320px; }
  .gradient {
    background: linear-gradient(360deg, #BAE4DA -17.15%, rgba(186, 234, 223, 0.3) 43.94%, rgba(222, 221, 214, 0) 115.7%); }
  .modal-logo {
    position: absolute;
    top: 13px;
    right: 28px;
    background: #FFFFFF;
    border: 0.3px solid #C3C3C3;
    border-radius: 8px;
    width: 100px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center; }
    .modal-logo img {
      display: block;
      width: 100px;
      height: 40px; }
  .card-review {
    width: 100%;
    max-width: 320px;
    height: 232px;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 14px; }
  .card-review-header {
    height: 29%; }
  .card-review-body {
    border-radius: 14px;
    flex-wrap: wrap;
    align-items: flex-start;
    height: 81%; }
  .card-review-reviews {
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    justify-content: space-around;
    border-radius: 8px;
    width: 290px;
    flex-direction: row; }
  .card-review-container {
    border-radius: 8px;
    width: 123px;
    height: 79px;
    margin: 0;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    justify-content: flex-end;
    align-items: center;
    padding-top: 10px; }
  .card-review-review-text {
    width: 103px;
    height: 36px;
    margin-left: 10px;
    margin-top: 10px;
    overflow: hidden;
    font-family: 'Gilroy', sans-serif, Helvetica;
    font-size: 10px;
    color: #808080;
    font-weight: 500;
    line-height: 12px;
    line-height: 12px; }
  .card-review-rating {
    width: 104px;
    height: 15px;
    border-radius: 8px;
    font-family: 'Gilroy', sans-serif, Helvetica;
    font-size: 10px;
    color: #242424;
    font-weight: 500;
    line-height: 12px;
    line-height: 12px;
    padding-left: 10px;
    justify-content: flex-start; }
  .card-button-green {
    width: 123px;
    height: 46px;
    background: #2B9F98;
    border: 4px solid rgba(232, 246, 243, 0.75);
    border-radius: 14px;
    font-family: 'Gilroy', sans-serif, Helvetica;
    font-size: 15px;
    color: #FFFFFF;
    font-weight: 700;
    line-height: 18px;
    cursor: pointer;
    margin: 0; }
  .card-button-green:hover {
    background: rgba(43, 159, 152, 0.75);
    border: 4px solid #2B9F98;
    font-family: 'Gilroy', sans-serif, Helvetica;
    font-size: 15px;
    color: #FFFFFF;
    font-weight: 700;
    line-height: 18px;
    margin: 0; }
  .card-button-yellow {
    width: 123px;
    height: 46px;
    border: 4px solid #FDE9CC;
    border-radius: 14px;
    font-family: 'Gilroy', sans-serif, Helvetica;
    font-size: 15px;
    color: #242424;
    font-weight: 700;
    line-height: 18px;
    cursor: pointer;
    margin: 0;
    margin-left: 15px;
    margin-bottom: 5px; }
  .card-button-yellow:hover {
    border: 4px solid #FFB931;
    font-family: 'Gilroy', sans-serif, Helvetica;
    font-size: 15px;
    color: #242424;
    font-weight: 700;
    line-height: 18px;
    margin: 0; }
  .card-review-buttons {
    width: 290px;
    margin-left: auto;
    margin-right: auto;
    flex-direction: row;
    align-items: baseline;
    justify-content: space-around; }
  .sphere-small {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    left: 25px; }
  .sphere-middle {
    width: 8px;
    height: 8px;
    left: 30px;
    border-radius: 50%; }
  .sphere-large {
    width: 21px;
    height: 21px;
    font-family: 'Gilroy', sans-serif, Helvetica;
    font-size: 13px;
    color: #242424;
    font-weight: 500;
    line-height: 15px;
    line-height: 21px;
    left: 35px; }
  .card-review-separator {
    display: none; }
  .card-review-reviews > div:nth-child(3) {
    display: none; }
  .card-fullreview-title {
    border-radius: 14px;
    width: 100%;
    height: 46px;
    margin-top: 8px;
    margin-bottom: 8px; }
  .card-fullreview-container {
    border-radius: 14px;
    width: 100%;
    height: 116px;
    margin-bottom: 10px; }
  .card-fullreview-rating2 {
    width: 78px;
    height: 15px;
    border-radius: 8px;
    font-family: 'Gilroy', sans-serif, Helvetica;
    font-size: 10px;
    color: #242424;
    font-weight: 500;
    line-height: 12px;
    line-height: 12px;
    justify-content: flex-start;
    padding-left: 8px; }
  .card-fullreview-rating::after, .card-fullreview-rating::before {
    width: 14px;
    height: 29px;
    right: 100px; }
  .card-fullreview-rating:after {
    border-radius: 0 0 14px 0; }
  .card-fullreview-rating {
    width: 100px;
    height: 29px;
    border-radius: 8px 8px 0 0;
    margin-left: auto;
    padding-left: 8px;
    justify-self: flex-end;
    align-items: flex-end; }
  .card-fullreview-text {
    width: 100%;
    height: 87px;
    border-radius: 14px 0 14px 14px;
    background-color: #FDE9CC;
    font-family: 'Gilroy', sans-serif, Helvetica;
    font-size: 10px;
    color: #808080;
    font-weight: 500;
    line-height: 12px;
    line-height: 16px;
    overflow: hidden; }
    .card-fullreview-text p {
      margin: 20px 25px 25px;
      overflow: hidden;
      height: 49px; }
  .card-fullreview-text::-webkit-scrollbar {
    display: none; }
  /* Hide scrollbar for IE, Edge and Firefox */
  .card-fullreview-text {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */ }
  .card-fullreview-title > div:nth-child(2) {
    font-family: 'Gilroy', sans-serif, Helvetica;
    font-size: 14px;
    color: #2B9F98;
    font-weight: 600;
    line-height: 16px;
    line-height: 16px; }
  .card-fullreview-icon {
    width: 25px;
    height: 25px;
    background: #FFFFFF;
    background-image: url(../images/review_full_title_icon.svg);
    background-repeat: no-repeat;
    background-size: 25px;
    margin-left: 15px;
    margin-right: 15px;
    border-radius: 3px; }
  .card-fullreview-arrow {
    width: 70px;
    height: 20px;
    background-image: url(../images/fullreview-icon-arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 15px; }
  .fullreview-avatar {
    width: 25px;
    height: 25px;
    background-image: url(../images/fullreview-avatar.svg);
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 20px;
    margin-right: 20px; }
  .fullreview-chapter {
    width: 100%;
    height: 29px;
    font-family: 'Gilroy', sans-serif, Helvetica;
    font-size: 13px;
    color: #242424;
    font-weight: 600;
    line-height: 16px; }
  .card-fullreview-date {
    font-family: 'Gilroy', sans-serif, Helvetica;
    font-size: 10px;
    color: #242424;
    font-weight: 400;
    line-height: 12px;
    position: absolute;
    right: -30px;
    top: 100px; }
  .card-fullreview {
    width: 100%;
    margin-top: 15px; }
  .card-review-header {
    height: 19%; }
  .card-fullreview-body {
    border-radius: 14px;
    height: 81%;
    width: 100%; }
  .chapter-title {
    width: 100%;
    height: 34px;
    border-radius: 6px;
    font-family: 'Gilroy', sans-serif, Helvetica;
    font-size: 15px;
    color: #242424;
    font-weight: 700;
    line-height: 18px;
    line-height: 18px;
    margin-bottom: 10px; }
  .akun-title-icon {
    width: 30px;
    height: 30px;
    background-size: 30px;
    margin-left: 2px;
    margin-right: 10px;
    border-radius: 6px; }
  .akun-title-arrow {
    width: 27px;
    height: 14px;
    margin-left: 15px;
    transform: rotate(15deg); }
  .form-control-text {
    width: 220px;
    height: 32px;
    border-radius: 7px;
    font-family: 'Gilroy', sans-serif, Helvetica;
    font-size: 13px;
    color: #242424;
    font-weight: 600;
    line-height: 16px;
    padding-left: 10px; }
  .akunform-field input::placeholder, textarea::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    font-family: 'Gilroy', sans-serif, Helvetica;
    font-size: 13px;
    color: #C3C3C3;
    font-weight: 600;
    line-height: 16px;
    opacity: 1;
    /* Firefox */ }
  .akunform-field input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    font-family: 'Gilroy', sans-serif, Helvetica;
    font-size: 13px;
    color: #C3C3C3;
    font-weight: 600;
    line-height: 16px; }
  .akunform-field input::-ms-input-placeholder, textarea::-ms-input-placeholder {
    /* Microsoft Edge */
    font-family: 'Gilroy', sans-serif, Helvetica;
    font-size: 13px;
    color: #C3C3C3;
    font-weight: 600;
    line-height: 16px; }
  .akunform-field label {
    font-family: 'Gilroy', sans-serif, Helvetica;
    font-size: 13px;
    color: #242424;
    font-weight: 600;
    line-height: 16px;
    margin-left: 10px; }
  .akunform-field input {
    width: 290px;
    margin-bottom: 10px; }
  .akunform-field textarea {
    width: 290px;
    height: 178px;
    margin-bottom: 10px;
    border: 1px solid #808080;
    border-radius: 7px;
    padding-left: 5px;
    font-family: 'Gilroy', sans-serif, Helvetica;
    font-size: 13px;
    color: #242424;
    font-weight: 600;
    line-height: 16px; }
  .akunform-field div {
    font-family: 'Gilroy', sans-serif, Helvetica;
    font-size: 10px;
    color: #808080;
    font-weight: 400;
    line-height: 12px;
    margin-left: 10px; }
  .akunform-field .form-label-remark {
    font-family: 'Gilroy', sans-serif, Helvetica;
    font-size: 10px;
    color: #808080;
    font-weight: 400;
    line-height: 12px; }
  .akunform-rating > div:nth-child(1) {
    font-family: 'Gilroy', sans-serif, Helvetica;
    font-size: 13px;
    color: #242424;
    font-weight: 600;
    line-height: 16px; }
  .akunform-rating > div:nth-child(2) {
    font-family: 'Gilroy', sans-serif, Helvetica;
    font-size: 10px;
    color: #808080;
    font-weight: 400;
    line-height: 12px; }
  .akun-form {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column; }
  .akunform-rating-radio {
    height: 55px;
    justify-content: flex-start; }
  .akunform-column {
    width: 100%;
    height: 100%;
    position: relative; }
  .akunform-click {
    width: 59px;
    height: 47px;
    background-image: url(../images/tap-here.svg);
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: auto;
    margin-right: 30px; }
  #main > form > div > div:nth-child(2) > button {
    position: absolute;
    left: 50%;
    transform: translatex(-50%); }
  .blank {
    display: block;
    width: 100%;
    height: 20px; }
  .border-bottom {
    border-bottom: 1px solid #242424; }
  .modal-overlay-akun {
    position: absolute;
    width: 300px; }
  .modal-icon-review {
    width: 25px;
    height: 25px;
    background-image: url(../images/addReviewModalIcon.svg);
    background-repeat: no-repeat;
    background-size: 25px;
    margin: 12px 9px 12px 12px; }
  .modal-image-review {
    width: 120px;
    height: 75px;
    background-size: 70px;
    margin-right: 5px; }
  .modal-body-review {
    border-radius: 8px;
    padding: 14px 5px 14px 14px; }
    .modal-body-review p {
      font-family: 'Gilroy', sans-serif, Helvetica;
      font-size: 10px;
      color: #242424;
      font-weight: 400;
      line-height: 12px;
      line-height: 12px; }
  .modal-title {
    font-family: 'Gilroy', sans-serif, Helvetica;
    font-size: 12px;
    color: #242424;
    font-weight: 700;
    line-height: 15px;
    line-height: 15px; } }
