/*FONT FACE*/
@font-face {
  font-family: helveticaNeue;
  src: url('../fonts/HelveticaNeue-01.ttf');
}
@font-face {
  font-family: helveticaNeue-italic;
  src: url('../fonts/HelveticaNeue-Italic-03.ttf');
}
@font-face {
  font-family: helveticaNeue-medium;
  src: url('../fonts/HelveticaNeue-Medium-11.ttf');
}
@font-face {
  font-family: helveticaNeue-mediumitalic;
  src: url('../fonts/HelveticaNeue-MediumItalic-12.ttf');
}
@font-face {
  font-family: helveticaNeue-bold;
  src: url('../fonts/HelveticaNeue-Bold-02.ttf');
}
@font-face {
  font-family: helveticaNeue-boldItalic;
  src: url('../fonts/HelveticaNeue-BoldItalic-04.ttf');
}
@font-face {
  font-family: helveticaNeue-light;
  src: url('../fonts/HelveticaNeue-Light-08.ttf');
}
@font-face {
  font-family: helveticaNeue-lightItalic;
  src: url('../fonts/HelveticaNeue-LightItalic-09.ttf');
}

/*GENERAL CSS*/
body {
  font-size: 14px;
  font-family: helveticaNeue;
  background: #f7f7f7;
  letter-spacing: 0.5px;
  line-height: 150%;
  position: relative;
}
a,
button {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  letter-spacing: 0.5px;
  font-size: 14px;
  letter-spacing: 1px;
  cursor: pointer;
}
button:hover,
button:focus,
button:active {
outline: none !important;
box-shadow: none !important;
}
a:hover,
a:focus,
a:active {
  text-decoration: none !important;
  outline: none !important;
  box-shadow: none !important;

}
button,
input,
textarea,
select {
  font-size: 14px;
}
img {
  max-width: 100%;
}
strong {
  font-weight: normal;
  font-family: helveticaNeue-bold;
}
p:last-child {
  margin-bottom: 0;
}
.form-control:hover,
.form-control:focus,
.form-control:active,
.custom-select:hover,
.custom-select:focus,
.custom-select:active {
  box-shadow: none;
}

/*REUSEABLE CSS*/
.btn-block {
  display: block;
  margin-top: 1rem;
  width: 100%;
  text-align: center;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.btn-default {
  font-size: 12px;
  border-radius: 50px;
  background-color: #B3B2B4;
  padding: 6px 40px;
  color: white;
  border: 1px solid #B3B2B4;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active {
  background: #243588;
  border-color: #243588;
  color: white;
  
}
.btn-blue {
  font-size: 12px;
  border-radius: 50px;
  background-color: #243588;
  padding: 6px 40px;
  color: white;
  border: 1px solid #243588;
}
.btn-blue:hover,
.btn-blue:focus,
.btn-blue:active {
  background: white;
  color: #243588;
  
}
.btn-greybordered {
  font-size: 12px;
  border-radius: 50px;
  background-color: transparent;
  padding: 6px 40px;
  color: #c7c1b8;
  border: 1px solid #c7c1b8;
}
.btn-greybordered:hover,
.btn-greybordered:focus,
.btn-greybordered:active {
  background: #243588;
  color: white;
  border-color: #243588;
}
.btn-defaultbordered {
  font-size: 12px;
  border-radius: 50px;
  background-color: transparent;
  padding: 6px 40px;
  color: #243588;
  border: 1px solid #243588;
}
.btn-defaultbordered:hover,
.btn-defaultbordered:focus,
.btn-defaultbordered:active {
  background: #243588;
  color: white;
}
.btn-brown {
  display: block;
  margin-top: 1rem;
  border-radius: 50px;
  background-color: #9b8542;
  font-size: 12px;
  color: white;
  border: 1px solid #9b8542;
  width: 100%;
}
.btn-brown.inline {
  width: auto;
  display: inline-block;
  padding: 6px 40px;
  margin-top: 0;
}
.btn-brown:hover,
.btn-brown:focus,
.btn-brown:active {
  background: transparent;
  color: #9b8542;
}
.btn-white {
  margin-top: 1rem;
  border-radius: 50px;
  background-color: white;
  font-size: 12px;
  color: #243588;
  border: 1px solid white;
  padding: 6px 50px;
}
.btn-white:hover,
.btn-white:focus,
.btn-white:active {
  background: transparent;
  color: white;
}
.selengkapnya {
  display: block;
  margin-top: 1rem;
  font-size: 12px;
  color: #243588;
}
.selengkapnya:after {
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  margin-left: 10px;
}
.multiple-slide .slick-slide {
  padding: 0 0.5rem;
}

.multiple-slide-article .slick-slide {
  padding-right: 30px;
}
.multiple-slide-article .slick-slide:last-child {
  padding-right: 0;
}
.multiple-slide-article {
  padding-right: 0;
}

.slick-custom-arrow.slick-disabled {
  opacity: 0.5;
}
.slick-custom-arrow {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 30px;
  text-align: center;
  font-size: 20px;
  padding: 3px 0;
  border: 1px solid #243588;
  border-radius: 100%;
  color: #243588;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.product-wrapper .slick-custom-arrow{
  display:none !important;
}
.home-produk-arrow-left {
  transform: translateX(-2.5em);
}
.home-produk-arrow-right {
  transform: translateX(1em);
}
.artikel-wrapper .slick-custom-arrow{
  display:none !important;
}
.home-artikel-arrow-left {
  transform: translateX(-2.5em);
}
.home-artikel-arrow-right {
  transform: translateX(1em);
}

.percentage:after {
  content: "%";
  display: inline-block;
}
.price:before {
  content: "IDR ";
  display: inline-block;
}
.price.up:after {
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0d8";
  color: #75a441;
  margin-left: 8px;
}
.price.down:after {
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0d7";
  color: #b31e3b;
  margin-left: 8px;
}
.price.stable:after {
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f068";
  color: #b3b3b3;
  margin-left: 8px;
}
.idr:before {
  content: "IDR ";
  display: inline-block;
  margin-right: 5px;
}
.idr.up:after {
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0d8";
  color: #006c67;
  margin-left: 8px;
  margin-right: 8px;
}
.idr.down:after {
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0d7";
  color: #ff0013;
  margin-left: 8px;
  margin-right: 8px;
}
.idr.stable:after {
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f068";
  color: #b3b3b3;
  margin-left: 8px;
  margin-right: 8px;
}
.select-wrapper {
  position: relative;
}
.select-wrapper:after {
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f107";
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  color: white;
}
.select-wrapper.blue:after {
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f107";
  position: absolute;
  right: 1rem;
  top: 20px;
  transform: translateY(-50%);
  color: #243588;
}
.modal-transparent {
  box-shadow: none;
  background: transparent;
}
.modal-wrapper {
  box-shadow: 0 2.5px 5px 0 rgba(0, 0, 0, 0.05);
  background: white;
  border-radius: 5px;
  text-align: center;
}
.modal-wrapper .image {
  margin-bottom: 1rem;
}
.modal-wrapper .image img {
  max-height: 100px;
}
.modal-content .title {
  font-family: helveticaNeue-bold;
  font-size: 18px;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  color: #243588;
}
.modal-content .desc {
  margin-bottom: 2rem;
  color: #717073;
  font-size: 13px;
}
.modal-wrapper .desc .id:after {
  content: "-";
  display: block;
}
.modal-wrapper .action {
  text-align: right;
}
.modal-wrapper .action .btn {
  margin-top: 0;
  padding: 6px 50px;
}
.separator {
  margin: 1rem 0 2rem;
}
.separator:after {
  content: "";
  height: 1px;
  width: 100%;
  display: block;
  background: rgba(36, 53, 136, 0.3);
}

/*NAVIGATION*/
.navbar-toggler-icon {
  width: auto;
  height: auto;
  color: white;
}
.navbar {
  background: #1C3E94;
  box-shadow: 0 2.5px 5px 0 rgba(0, 0, 0, 0.02);
}
.navbar-brand img {
  height: 50px;
}
.navbar-nav .nav-link {
  color: white;
  letter-spacing: 1px;
  font-size: 12px;
  padding: 0.5rem 1rem !important;
  position: relative;
}
.navbar-nav .nav-item.active .nav-link {
  font-family: helveticaNeue-bold;
}
.navbar-nav .nav-item.active .nav-link:after {
  content: "";
  width: calc(100% - 2rem);
  height: 2px;
  background: white;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}
.navbar-toggler {
  border: none;
}
.user_wrapper {
  margin-bottom: 0;
}
.user_wrapper:before {
  content: "";
  height: 4px;
  width: 4px;
  border: 1px solid #707070;
  border-radius: 100%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  margin-left: 15px;
}
.user-item {
  margin-right: 0 !important;
}
.user-link {
  display: block;
  padding: 0.5rem 1rem;
  color: white;
  letter-spacing: 1px;
  font-size: 12px;
  position: relative;
}
.user-link:hover,
.user-link:focus,
.user-link:active {
  color: white;
}
.user-item:first-child .user-link:before {
  content: "";
  height: calc(100% - 1rem);
  width: 2px;
  background: #717073;
  position: absolute;
  right: 0;
}
.howtostart {
  margin-left: 10px;
}
.howtostart .user-link {
  border: 1px solid #fff;
  border-radius: 50px;
  padding: 0.5rem 2.5rem;
}
.howtostart .user-link:hover,
.howtostart .user-link:focus,
.howtostart .user-link:active {
  background: white;
  color: #243588;
}
#login-tab {
  position: fixed;
  background: white;
  z-index: 1030;
  padding: 1.5rem;
  border-radius: 5px;
  top: 90px;
  margin-left: -275px;
  max-width: 350px;
  width: 100%;
  box-shadow: 0 2.5px 5px 0 rgba(0, 0, 0, 0.05);
  display: none;
}
#login-tab:before {
  content: "";
  width: 0; 
  height: 0; 
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-bottom: 14px solid white;
  position: absolute;
  top: -14px;
  right: 25px;
}
#language {
  position: relative;
}
#language:after {
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f107";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.5rem;
  color: black;
}
#language .custom-select {
  background: transparent;
  color: white;
  border: none;
}
.dd {
  border: 1px solid #fff;
  width: 70px !important;
}
.dd .ddTitle {
  color: #000;
  background: #fff;
}
.dd .divider {
  display: none;
}
.ddcommon .ddChild {
  width: 103%;
}

/*SIDEBAR*/
.header {
  background: #243588;
  width: 100%;
  margin-right: 0;
  padding: 0.75rem 1rem;
  display: flex;
  justify-content: space-between;
}
.header-toggler {
  color: white;
  font-size: 1.2rem;
  padding: 1rem;
}
.header-brand {
}
.header-brand img {
  height: 50px;
}
.header-title {
  font-size: 1.2rem;
  color: white;
  padding: 1rem 0.5rem;
}
.sidebar {
  width: 260px;
  background: white;
  box-shadow: 0 2.5px 5px 0 rgba(0, 0, 0, 0.05);
  /* height: 100vh; */
  height: calc(100% - 77px);
  transition: transform 0.5s;
  position: absolute;
  top: initial;
  z-index: 1;
}
.dashboard {
  background: transparent !important;
  width: 100%;
  z-index: 1031;
  padding: 0;
  box-shadow: none;
  height: 100%;
}
.dashboard .navbar-brand {
  background: #243588;
  width: 100%;
  margin-right: 0;
  padding: 1rem;
}
.dashboard .account {
  background: #f7f7f7;
  padding: 1.5rem;
  position: relative;
}
.dashboard .account .image {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.dashboard .account .detail {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 65px);
  padding-right: 15px;
}
.dashboard .account .detail .name {
  color: #243588;
  font-family: helveticaNeue-bold;
  font-size: 0.9rem;
}
.dashboard .account .detail .email {
  color: #717073;
  font-size: 11px;
  word-wrap: break-word;
}
.dashboard .account .image img {
  height: 50px;
}
.dashboard .account .btn-account {
  /* position: absolute;
  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%); */
  color: #243588;
  font-size: 11px;
  padding: 0;
}
.dashboard .saldo {
  color: #00a4e4;
  margin: 1rem 1.5rem 2rem;
  padding: 0.75rem 0.5rem;
  text-align: center;
  border: 1px solid #243588;
  border-radius: 50px;
  font-size: 1rem;
}
.dashboard .saldo:before {
  display: inline-block;
}
.dashboard .sidebar-menu {
  padding-bottom: 2rem;
  /* height: calc(100vh - 193px); */
  height: calc(100% - 250px);
  overflow-y: auto;
}
.dashboard .sidebar-menu .sidebar-item img {
  height: 40px;
  margin-right: 10px;
}
.dashboard .sidebar-menu .sidebar-item .sidebar-link {
  color: #243588;
  display: block;
  padding: 0.5rem 1rem;
  position: relative;
}
.dashboard .sidebar-menu .sidebar-item.active .sidebar-link {
  background: #f7f7f7;
  font-family: helveticaNeue-bold;
}
.dashboard .sidebar-menu .sidebar-item.active .sidebar-link:after {
  content: "";
  height: 100%;
  right: 0;
  margin: 0;
  background: #243588;
  width: 5px;
  position: absolute;
  top: 0;
}
#main.non-dashboard-page {
  position: inherit;
  padding: 0;
  width: 100%;
  left: 0;
}
#main {
  position: relative;
  padding: 1rem;
  left: 260px;
  width: calc(100% - 260px);
  min-height: 150vh;
}
@media(max-width: 991px) {
  #main {
    width: 100%;
    left: 0;
  }
  .sidebar {
    transform: translateX(-100%);
  }
  .sidebar.active {
    transform: translateX(0);
  }
}

/*LOGIN USER*/
#login-tab .action .custom-checkbox {
  display: inline-block;
}
#login-tab .action .custom-checkbox .custom-control-label::after,
#login-tab .action .custom-checkbox .custom-control-label::before {
  top: 0.15rem;
}
#login-tab .action .custom-checkbox label {
  color: #707070;
  font-size: 10px;
}
#login-tab .action a {
  float: right;
  color: #707070;
  font-size: 10px;
  margin-top: 1px;
}
@media (max-width: 991px) {
  #user_login {
    width: 100%;
    text-align: right;
  }
  .user_wrapper:before { 
    display: none;
  }
}

.user-wrapper {
  background: white;
  padding: 1.5rem;
  box-shadow: 0 2.5px 5px 0 rgba(0, 0, 0, 0.05);
  border-radius: 5px;
}
.user-wrapper .form-group.input label {
  margin-top: 0.5rem;
  display: block;
}
.user-wrapper .form-group.input label:after {
  content: ":";
  position: absolute;
  right: 1rem;
}
.user-wrapper .action > div {
  width: 50%;
  display: inline-block;
}
.user-wrapper .action .custom-checkbox {
  display: inline-block;
}
.user-wrapper .action .custom-checkbox .custom-control-label::after,
.user-wrapper .action .custom-checkbox .custom-control-label::before {
  top: 0.15rem;
}
.user-wrapper .action .custom-checkbox label {
  color: #707070;
  font-size: 10px;
}
.user-wrapper .action .action-link {
  float: right;
}
.user-wrapper .action a {
  color: #707070;
  font-size: 10px;
  margin-top: 1px;
  display: block;
  text-align: right;
}
.signup-wrapper {
  margin-top: 2rem;
  padding: 3rem 0;
  text-align: center;
  border-top: 1px solid rgba(35, 53, 136, 0.3);
  color: #243588;
}
.signup-wrapper a {
  font-family: helveticaNeue-bold;
  color: #243588;
}
.register-col {
  position: relative;
}
.register-wrapper {
  text-align: center;
  margin-bottom: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.register-wrapper .image {
  margin-bottom: 1rem;
}
.register-wrapper .image img {
  height: 120px;
}
.register-wrapper .title {
  font-family: helveticaNeue-bold;
  color: #243588;
  margin-bottom: 1rem;
  font-size: 18px;
}
.register-wrapper .desc {
  margin-bottom: 1rem;
  color: #717073;
}
.requirement_pass {
  color: #717073;
  padding-left: 1rem;
}
.requirement_pass span {
  color: #243588;
  font-family: helveticaNeue-bold;
}
/*PAGES*/
.section {
  margin: 4rem 0;
}
.section .heading {
  margin-bottom: 2rem;
  font-size: 1.5rem;
  font-family: helveticaNeue-bold;
  color: #243588;
}
.section .heading span {
  font-family: helveticaNeue;
}
.section .sub-heading {
  font-family: helveticaNeue-bold;
  font-size: 1rem;
  color: #243588;
  margin-bottom: 1rem;
}
.section .heading-image {
  margin-bottom: 2rem;
}
.section .heading-image img {
  height: 140px;
}
.section .heading-desc {
  margin-bottom: 1rem;
}
.section .filter li {
  margin-bottom: 1rem;
}
.section .filter .all {
  float: right;
}
@media (max-width: 991px) {
  .section .filter .all {
    display: block;
    float: none;
    text-align: right;
    margin-top: 0.75rem;
  }
}
#cek_resiko {
  background: #243588;
}
#cek_resiko img {
  height: 500px;
  object-fit: cover;
  width: 100%;
}
#cek_resiko form {
  padding: 2rem 3rem;
}
#cek_resiko .form-group:not(:last-child) {
  margin-bottom: 0.75rem;
}
#cek_resiko .form-group:last-child {
  margin-bottom: 0;
}
#cek_resiko .form-group label {
  color: white;
  font-size: 12px;
  margin-bottom: 0.25rem;
}
#cek_resiko .form-group .custom-select {
  border: 1px solid white;
  background: transparent;
  color: lightgrey;
  border-radius: 50px;
  padding: 0.25rem 2rem;
  height: auto;
  font-style: italic;
}
.keunggulan {  
  border-radius: 5px;
  background-color: #ffffff;
  box-shadow: 0 2.5px 5px 0 rgba(0, 0, 0, 0.05);
  padding: 2rem;
}
.keunggulan-item {
  text-align: center;
  padding: 1rem !important;
  position: relative;
}
.keunggulan-item .icon1,
.keunggulan-item .icon2,
.keunggulan-item .icon3,
.keunggulan-item .icon4 {
  height: 120px;
  margin-bottom: 1rem;
  transition: all 1.5s;
  transform: rotateY(0deg);
}
.keunggulan-item:hover .icon1,
.keunggulan-item:hover .icon2,
.keunggulan-item:hover .icon3,
.keunggulan-item:hover .icon4 {
  transform: rotateY(360deg);
}
.keunggulan-item .title {
  margin-bottom: 1rem;
  font-family: helveticaNeue-bold;
  color: #243588;
  font-size: 18px;
}
.keunggulan-item .desc {
  color: #707070;
  font-size: 12px;
}
.keunggulan-item:not(:last-child):after {
  content: "";
  position: absolute;
  right: 0;
  height: 50px;
  width: 1px;
  background: #243588;
  top: 50%;
  transform: translateY(-50%);
}

/*BANNER*/
.banner-slide img {
  width: 100%;
}
.banner-slide .slick-dots {
  bottom: 1rem;
}
.banner-slide .slick-dots li {
  width: 16px;
  height: 16px;
  border: 1px solid transparent;
  border-radius: 100%;
  padding: 2px;
  opacity: 0.5;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.banner-slide .slick-dots li.slick-active {
  opacity: 1;
  border-color: white;
}
.banner-slide .slick-dots li button {
  width: 6px;
  height: 6px;
  background: white;
  border-radius: 100%;
}
.banner-slide .slick-dots li button:before {
  display: none;
}
.banner-slide.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.banner-slide .banner-item {
  display: block !important;
}

/*CONTENT*/
.content {
  
}
.content.backgroundwhite {
  background: white;
  padding: 3rem 2rem;
  border-radius: 5px;
  height: calc(100% - 1rem);
  box-shadow: 0 2.5px 5px 0 rgba(0, 0, 0, 0.05);
}
.content .image {
  margin-bottom: 1rem;
}
.content .image img {
  width: 100%;
}
.content .image.bordered {
  border-radius: 5px;
  overflow: hidden;
}
.content .title {
  margin-bottom: 2rem;
  font-size: 1.2rem;
  font-family: helveticaNeue-bold;
  color: #243588;
}
.content .subtitle {
  margin-bottom: 1rem;
  font-size: 1rem;
  color: #243588;
}
.content .desc {
  margin-bottom: 1rem;
}
.content .date {
  margin-bottom: 2rem;
  color: #717073;
}

/*PRODUCT*/
.product-item {
  border-radius: 5px;
  background-color: #ffffff;
  box-shadow: 0 2.5px 5px 0 rgba(0, 0, 0, 0.05);
  padding: 1.5rem;
  margin-bottom: 30px;
}
.product-title .image {
  display: inline-block;
  width: 50px;
  vertical-align: top;
  margin-right: 10px;
}
.product-title .image img {
  width: 100%;
  object-fit: cover;
  height: 50px;
  border-radius: 100%;
}
.product-title .title {
  display: inline-block;
  width: calc(100% - 85px);
  vertical-align: top;
  font-size: 14px;
  font-family: helveticaNeue-medium;
  color: #243588;
  min-height: 130px;
}
.dashboard-product-wrapper .product-title .title {
  display: inline-block;
  width: calc(100% - 85px);
  vertical-align: top;
  font-size: 14px;
  font-family: helveticaNeue-medium;
  color: #243588;
  min-height: 200px;
}
.product-title .title small {
  color: #a2aa3d;
  font-size: 11px;
  font-family: helveticaNeue;
  display: block;
  margin-top: 0.3rem;
}
.product-title .title small:before {
  content: "";
  height: 1rem;
  width: 1rem;
  background: url('../images/protection.svg');
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  margin-right: 3px;
}
.product-type {
  margin: 1rem 0;
  padding: 0.5rem 0;
  border: 1px solid #243588;
  border-left: none;
  border-right: none;
  color: #243588;
  font-size: 12px;
}
.product-info small {
  color: #B2B3B4;
}
.product-info .percentage {
  margin: 1.5rem 0;
  font-size: 1.4rem;
  font-family: helveticaNeue-bold;
  color: #c1cd23;
}
.product-info .price {
  font-size: 1.1rem;
}
.detail-wrapper {
  background: white;
  padding: 2rem;
  border-radius: 5px;
  box-shadow: 0 2.5px 5px 0 rgba(0, 0, 0, 0.05);
  margin-bottom: 1rem;
  overflow: hidden;
}
.detail-wrapper .label {
  color: #243588;
  font-size: 16px;
  margin-bottom: 0.5rem;
}
.detailinfo-wrapper {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(36, 53, 136, 0.3);
}
.detailinfo-item {
  margin-bottom: 1rem;
}
.detailinfo-item .value {
  color: #717073;
}
.kinerja-wrapper,
.chart-wrapper,
.fitur-wrapper,
.download-wrapper {
  margin-bottom: 2rem;
}
.kinerja-wrapper .table-bordered th {
  width: 16.67%;
  text-align: center;
  vertical-align: middle !important;
  font-size: 12px;
  font-weight: normal;
  color: #717073;
  border-color: rgba(36, 53, 136, 0.3) !important;
  border-bottom: 1px solid rgba(36, 53, 136, 0.3) !important;
}
.kinerja-wrapper .table-bordered {
  border: none;
}
.kinerja-wrapper .table-bordered td {
  border-color: rgba(36, 53, 136, 0.3);
  font-family: helveticaNeue-bold;
  color: #243588;
  text-align: center;
  height: 70px;
  vertical-align: middle;
}
.kinerja-wrapper .table-bordered th:nth-child(odd),
.kinerja-wrapper .table-bordered td:nth-child(odd) {
  background: rgba(98, 181, 211, 0.05);
}
.chart-wrapper {
  margin: 3rem 0 1rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid rgba(36, 53, 136, 0.3) !important;
  width: 100%;
  overflow-x: auto;
}
.chart-wrapper .custom-select {
  max-width: 200px;
  border: 1px solid #243588;
  border-radius: 50px;
  color: #243588;
}
.chart-wrapper .btn-defaultbordered {
  padding: 6px 12px;
}
.chart-wrapper #performance_range .btn-defaultbordered {
  margin-bottom: 1rem;
}
.fitur-wrapper .table-bordered th {
  color: #717073;
}
.fitur-wrapper .table-bordered td {
  color: #243588;
}
.fitur-wrapper .table-bordered th,
.fitur-wrapper .table-bordered td {
  width: 50%;
  border: 1px solid rgba(36, 53, 136, 0.3);
  font-size: 12px;
}
.fitur-wrapper .table-bordered {
  border: none;
}
.fitur-wrapper .table-striped tbody tr:nth-of-type(odd) {
  background: rgba(98, 181, 211, 0.05);
  
}
.download-wrapper a {
  color: #243588;
  font-family: helveticaNeue-medium;
}
.download-wrapper img {
  height: 40px;
  margin-right: 5px;
}
.buy-wrapper {
  background: white;
  border-radius: 5px;
  box-shadow: 0 2.5px 5px 0 rgba(0, 0, 0, 0.05);
  padding: 1.5rem;
}
.buy-wrapper label {
  color:#717073 !important;
}
.buy-wrapper .form-group:first-child {
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #f7f7f7;
}
#konfirmasi_beli .modal-content {
  border: none;
}

/*ARTIKEL*/
.artikel-item {
  background: white;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 2.5px 5px 0 rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
}
.artikel-image img {
  width: 100%;
}
.artikel-title {
  padding: 1rem 1rem 0.5rem;
  color: #243588;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden;
  height: 66px;
}
.artikel-date {
  padding: 0 1rem;
  color: #707070;
  font-size: 12px;
}
.artikel-shortdesc {
  padding: 0.5rem 1rem;
  padding-bottom: 0;
  font-size: 13px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;  
  overflow: hidden;
  height: 68px;
}
.artikel-item .action {
  padding: 0 1rem 1rem;
}
.detail-wrapper.withimage {
  padding: 0;
}
.detail-wrapper.withimage .image-wrapper {
  border-radius: 5px;
  overflow: hidden;
}
.detail-wrapper.withimage .iframe-wrapper iframe {
  height: 200px !important;
  width: 100% !important;
}
.detail-wrapper.withimage .desc-wrapper {
  padding: 2rem;
  color: #717073;
}
.detail-wrapper .desc-wrapper .color-blue{
  color: #243588;
}
.recommendation-wrapper {
  background: white;
  border-radius: 5px;
  padding: 1.5rem;
  box-shadow: 0 2.5px 5px 0 rgba(0, 0, 0, 0.05);
}
.recommendation-wrapper .title {
  font-family: helveticaNeue-bold;
  color: #243588;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #00a4e4;
}
.recommendation-wrapper .artikel-list li {
  
  padding: 0.5rem 0;
}
.recommendation-wrapper .artikel-list li:not(:last-child) {
  border-bottom: 1px solid #c7c1b8;
}
.recommendation-wrapper .artikel-list li a {
  color: #717073;
}

/*FORM*/
.form-wrapper {
  background: white;
  padding: 3rem 2rem;
  border-radius: 5px;
  box-shadow: 0 2.5px 5px 0 rgba(0, 0, 0, 0.05);
  height: calc(100% - 1rem);
}
.form-group label {
  color: #243588;
}
.form-group label.required:after {
  content: "*";
  color: #243588;
  display: inline-block;
  margin-left: 5px;
}
.form-group input,
.form-group select {
  border-radius: 50px;
  background: rgba(199, 193, 184, 0.4);
  border: none;
  font-size: 14px;
  padding: 0.5rem 1.5rem;
  font-family: helveticaNeue;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.form-group textarea {
  border-radius: 10px;
  background: rgba(199, 193, 184, 0.4);
  font-size: 14px;
  padding: 0.5rem 1.5rem;
  border: none;
  font-family: helveticaNeue;
  resize: none;
}
.form-group input:hover,
.form-group input:focus,
.form-group input:active,
.form-group select:hover,
.form-group select:focus,
.form-group select:active,
.form-group textarea:hover,
.form-group textarea:focus,
.form-group textarea:active {
  background: rgb(241, 237, 230);
  outline: none;
  box-shadow: none;
}

.wrapper-content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

h1 {
  font-family: inherit;
  margin: 0 0 .75em 0;
  color: #728c8d;
  text-align: center;
}

.box {
  display: block;
  flex: 1;
  background-color: white;
  position: relative;
}
.box:not(:first-child):before {
  content: "";
  position: absolute;
  height: 40px;
  width: 1px;
  background: #62b5d3;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
}
.box .text {
  text-align: center;
  font-size: 12px;
  margin-top: 1rem;
  color: #717073;
}
.box .overlay {
  position: relative;
  padding: 0 2rem;
}
.upload-options {
  position: absolute;
  top: 0;
  left: 2rem;
  bottom: 0;
  right: 2rem;
}
.upload-options input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.upload-options label:not(.error) {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -15px;
}
.upload-options label:not(.error)::after {
  content: '';
  font-family: 'Material Icons';
  display: block;
  font-size: 2.5rem;
  color: #e6e6e6;
  z-index: 0;
  background: url('../images/camera.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 40px;
  width: 40px;
}
.upload-options label:not(.error) span {
  display: inline-block;
  width: 50%;
  height: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: middle;
  text-align: center;
}
.upload-options label:not(.error) span:hover i.material-icons {
  color: lightgray;
}

.js--image-preview,
.js--image-preview-kyc1-1,
.js--image-preview-kyc1-2,
.js--image-preview-kyc1-3,
.js--image-preview-kyc4-1 {
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  background-image: url("");
  background-color: white;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.js--image-preview::after,
.js--image-preview-kyc1-1::after,
.js--image-preview-kyc1-2::after,
.js--image-preview-kyc1-3::after,
.js--image-preview-kyc4-1::after {
  content: "";
  position: absolute;
  font-size: 4.5em;
  color: #e6e6e6;
  height: 100%;
  width: 100%;
}
.js--image-preview::after {
  background: url('../images/register_1.png');
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.js--image-preview-kyc1-1::after {
  background: url('../images/kyc1-1.png');
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.js--image-preview-kyc1-2::after {
  background: url('../images/kyc1-2.png');
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.js--image-preview-kyc1-3::after {
  background: url('../images/kyc1-3.png');
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.js--image-preview-kyc4-1::after {
  background: url('../images/kyc4-1.png');
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.js--image-preview.js--no-default::after,
.js--image-preview-kyc1-1.js--no-default::after,
.js--image-preview-kyc1-2.js--no-default::after,
.js--image-preview-kyc1-3.js--no-default::after,
.js--image-preview-kyc4-1.js--no-default::after {
  display: none;
}
.js--image-preview:nth-child(2),
.js--image-preview-kyc1-1:nth-child(2),
.js--image-preview-kyc1-2:nth-child(2),
.js--image-preview-kyc1-3:nth-child(2),
.js--image-preview-kyc4-1:nth-child(2) {
  background-image: url("http://bastianandre.at/giphy.gif");
} 
i.material-icons {
  transition: color 100ms ease-in-out;
  font-size: 2.25em;
  line-height: 55px;
  color: white;
  display: block;
}
.drop {
  display: block;
  position: absolute;
  background: rgba(95, 158, 160, 0.2);
  border-radius: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
}
.animate {
  -webkit-animation: ripple 0.4s linear;
          animation: ripple 0.4s linear;
}
@-webkit-keyframes ripple {
  100% {
    opacity: 0;
    -webkit-transform: scale(2.5);
            transform: scale(2.5);
  }
}
@keyframes ripple {
  100% {
    opacity: 0;
    -webkit-transform: scale(2.5);
            transform: scale(2.5);
  }
}

i.material-icons {
  transition: color 100ms ease-in-out;
  font-size: 2.25em;
  line-height: 55px;
  color: white;
  display: block;
}

.drop {
  display: block;
  position: absolute;
  background: transparentize($base-color, .8);
  border-radius: 100%;
  transform:scale(0);
}

.animate {
  animation: ripple 0.4s linear;
}

@keyframes ripple {
    100% {opacity: 0; transform: scale(2.5);}
}

/*REGISTRATION*/
.register_breadcrumb .breadcrumb {
  background: transparent;
}
.register_breadcrumb .breadcrumb .breadcrumb-item {
  flex: 1;
  text-align: center;
  position: relative;
}
.register_breadcrumb .breadcrumb .breadcrumb-item .text {
  color: #c7c1b8;
  font-size: 12px;
  margin-top: 0.5rem;
}
.register_breadcrumb .breadcrumb .breadcrumb-item .circle {
  width: 45px;
  height: 45px;
  border: 1px solid #c7c1b8;
  text-align: center;
  display: inline-block;
  font-size: 13px;
  border-radius: 100%;
  padding: 11px 0;
  color: #c7c1b8;
  background: #f7f7f7;
  position: relative;
  z-index: 1;
}
.register_breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: "";
  position: absolute;
  top: 22px;
  height: 1px;
  width: 100%;
  background: #c7c1b8;
  left: -50%;
}
.register_breadcrumb .breadcrumb .breadcrumb-item.active .circle {
  border-color: #243588;
  color: #243588;
}
.register_breadcrumb .breadcrumb .breadcrumb-item.active .text {
  color: #243588;
  font-family: helveticaNeue-bold;
}
.register_breadcrumb .breadcrumb-item + .breadcrumb-item.active::before {
  background: #243588;
}
.register_form {
  background: white;
  padding: 1.5rem;
  border-radius: 5px;
  box-shadow: 0 2.5px 5px 0 rgba(0, 0, 0, 0.05);
}
.register_form .custom-radio.withblue-ondot {
  border-radius: 50px;
  background: rgba(199, 193, 184, 0.4);
  border: none;
  font-size: 12px;
  padding: 0.5rem 1.5rem;
  font-family: helveticaNeue;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  padding-left: 60px;
  margin-bottom: 1rem;
}
.register_form .custom-radio.withblue-ondot:before {
  content: "";
  background: #243588;
  position: absolute;
  height: 100%;
  width: 50px;
  top: 0;
  left: 0;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}
.register_form .custom-radio.withimage .custom-control-label {
  text-align: center;
  font-size: 16px;
}
.register_form .custom-radio.withblue-ondot .custom-control-label::before,
.register_form .custom-radio.withblue-ondot .custom-control-label::after{
  left: -41px;
  top: 3px;
}
.register_form .custom-radio.withimage:first-child {
  padding-left: 0;
}
.register_form .custom-radio.withimage.gender_female .custom-control-label::before {
  height: 100px;
  width: 100px;
  display: block;
  content: "";
  background: url('../images/wanita.png');
  background-size: contain;
  background-position: center;
  position: relative;
  margin-bottom: 1rem;
  left: 0;
  z-index: 1;
}
.register_form .custom-radio.withimage.gender_male .custom-control-label::before {
  height: 100px;
  width: 100px;
  display: block;
  content: "";
  background: url('../images/pria.png');
  background-size: contain;
  background-position: center;
  position: relative;
  margin-bottom: 1rem;
  left: 0;
  z-index: 1;
}
.register_form .custom-radio.withimage.lump_sum .custom-control-label::before {
  height: 100px;
  width: 100px;
  display: block;
  content: "";
  background: url('../images/lump_sum.png');
  background-size: contain;
  background-position: center;
  position: relative;
  margin-bottom: 1rem;
  left: 0;
  z-index: 1;
}

.register_form .custom-radio.withimage.regular .custom-control-label::before {
  height: 100px;
  width: 100px;
  display: block;
  content: "";
  background: url('../images/regular.png');
  background-size: contain;
  background-position: center;
  position: relative;
  margin-bottom: 1rem;
  left: 0;
  z-index: 1;
}

.register_form .custom-radio.withimage .custom-control-input:disabled ~ .custom-control-label::before {
  opacity: 0.5;
}

.register_form .custom-radio.withimage .custom-control-input:checked ~ .custom-control-label::after {
  height: 100px;
  width: 100px;
  background: rgba(0, 164, 228, 0.3);
  left: 0;
  border-radius: 100%;
}
.register_form small {
  display: block;
  margin: 0.5rem 0;
  color: #717073;
}
.register_form small span {
  color: #243588;
}
.register_form .keterangan {
  border: 1px solid rgba(36, 53, 136, 0.3);
  border-radius: 5px;
  padding: 2rem;
  margin-bottom: 1rem;
  color: #717073;
}
.register_form .keterangan ul {
  margin-bottom: 0;
  padding-left: 15px;
}
.register_form .keterangan ul li {
  margin-bottom: 1rem;
  line-height: 175%;
}
.register_form .multiple-btn label {
  width: 100%;
}
.register_form .multiple-btn .btn-konservatif {
  width: calc(70% - 5px);
  background: #243588;
  color: white;
  border-radius: 50px;
  font-size: 14px;
  border: 1px solid #243588;
}
.register_form .multiple-btn .btn-nonkonservatif {
  width: 30%;
  background: transparent;
  color: #243588;
  border-radius: 50px;
  font-size: 14px;
  border: 1px solid #243588;
}
.register_form .syaratketentuan-checkbox button {
  padding: 0;
  background: transparent;
  border: none;
  text-align: left;
}
.register_form .syaratketentuan-checkbox button:hover,
.register_form .syaratketentuan-checkbox button:focus,
.register_form .syaratketentuan-checkbox button:active {
  outline: none;
  box-shadow: none;
}
.register_form .syaratketentuan-checkbox {
  width:calc(100% - 100px);
}
.register_form .prospektus {
  position: absolute;
  font-size: 12px;
  right: 1rem;
  top: 0.25rem;
  color: #243588;
}
.register_submit {
  margin-top: 1rem;
}
.register_submit .back {
  float: left;
  display: inline-block;
  margin: 5px 0;
  color: #243588;
}
.register_submit .right .custom-checkbox {
  display: inline-block;
  margin-right: 8px;
}
@media(max-width: 576px) {
  .register_submit .back {
    margin: 0;
    float: none;
    text-align: left;
    display: block;
  }
  .register_submit .btn-brown {
    display: block;
    width: 100%;
    margin-top: 1rem;
  }
}

/*INSTRUCTION*/
.instruction {
  background: white;
  padding: 2rem;
  border-radius: 5px;
  box-shadow: 0 2.5px 5px 0 rgba(0, 0, 0, 0.05);
}

.instruction .numbering {
  counter-reset: section; 
  padding-left: 45px;
}
.instruction .numbering li {
  position: relative;
}
.instruction .numbering > li:not(:last-child) {
  margin-bottom: 2.5rem;
  padding-bottom: 2rem;
  border-bottom:1px solid rgba(36, 53, 136, 0.3);
}
.instruction .numbering > li:before {
  counter-increment: section;
  content: counter(section); 
  position: absolute;
  left: -50px;
  width: 30px;
  height: 30px;
  border: 2px solid #243588;
  border-radius: 100%;
  text-align: center;
  top: -4px;
  padding: 3px 0;
  color: #9b8542;
}
.instruction .content .subtitle {
  margin-bottom: 2rem;
}
.instruction .content .desc ul {
  padding-left: 20px;
}
.instruction .content .desc .alphabet {
  list-style-type: lower-alpha;
}
.instruction .content .desc .alphabet li {
  padding-left: 15px;
}
.instruction .content .desc .alphabet li:not(:last-child) {
  margin-bottom: 0.5rem;
}
.instruction .content .action a {
  color: #243588;
}

/*TABS*/
.tabs-wrapper {
  counter-reset: section;
}
.tabs-wrapper .nav-tabs {
  border-bottom: none;
  margin-bottom: 2rem;
}
.tabs-wrapper .nav-tabs .nav-item:not(:last-child) {
  margin-right: 10px;
}
.tabs-wrapper .tab-content li p {
  display: inline-block;
  width: calc(100% - 70px);
}
.tabs-wrapper .tab-content ul.numbering>li:before {
  counter-increment: section;
  content: counter(section);
  text-align: center;
  display: inline-block;
  margin-right: 1rem;
  width: 30px;
  color: #243588;
  font-family: helveticaNeue-bold;
  vertical-align: top;
}

/*ACCORDION*/
.accordion {
  counter-reset: section;
}
.accordion .card {
  box-shadow: 0 2.5px 5px 0 rgba(0, 0, 0, 0.05);
  border-radius: 5px !important;
  border: none;
}
.accordion .card-header {
  background: transparent;
  border-bottom: none;
}
.accordion .card:not(:last-child) {
  margin-bottom: 1rem;
}
.accordion .card .card-header h5 .btn-link {
  display: block;
  width: 100%;
  text-align: left;
  color: #243588;
  position: relative;
}
.accordion .card .card-header h5 .btn-link:hover,
.accordion .card .card-header h5 .btn-link:focus,
.accordion .card .card-header h5 .btn-link:active {
  text-decoration: none;
}
.accordion .card .card-header h5 .btn-link:before {
  counter-increment: section;
  content: counter(section); 
  text-align: center;
  display: inline-block;
  margin-right: 1rem;
  width: 20px;
  float: left;
}
.accordion .card .card-header h5 .btn-link[aria-expanded="false"]:after {
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f107";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 0.15rem;
  border: 1px solid #243588;
  border-radius: 100%;
}
.accordion .card .card-header h5 .btn-link[aria-expanded="true"]:after {
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f106";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 0.15rem;
  border: 1px solid #243588;
  border-radius: 100%;
}
.accordion .card .card-body {
  padding-left: 75px;
  padding-top: 0;
  padding-right: 75px;
}
.accordion .card .card-body .content {
  border-top: 1px solid #707070;
  padding-top: 1rem;
}

/*PAGINATION*/
.pagination {
  margin-top: 3rem;
}
.pagination .page-item:not(:last-child) {
  margin-right: 10px;
}
.pagination .page-item .page-link {
  border-radius: 100% !important;
  padding: 0.85rem 0;
  width: 45px;
  height: 45px;
  text-align: center;
  border-color: transparent;
  background: transparent;
  color: #00a4e4;
}
.pagination .page-item.disabled .page-link {
  border-radius: 100% !important;
  padding: 0.85rem 0;
  width: 45px;
  height: 45px;
  text-align: center;
  border-color: #00a4e4 !important;
  background: transparent;
  color: #00a4e4 !important;
}
/* .pagination .page-item:first-child .page-link,
.pagination .page-item:last-child .page-link {
  border-color: #243588;
  color: #243588;
  font-size: 20px;
  padding: 0.58rem 0;
} */
.pagination .page-number.active .page-link {
  background: #00a4e4;
  color: white;
  border-color: #00a4e4;
}

/*MODAL*/
.modal-content {
  border: none;
}
.modal-body {
  padding: 2rem;
  margin-bottom: 1rem;
}
#detail_transaksi .modal-content {
  background: white;
}
#detail_transaksi .modal-header {
  border-bottom: none;
}
#detail_transaksi .modal-header h5 {
  color: #243588;
}
#detail_transaksi .modal-body {
  padding: 0;
  margin-bottom: 0;
}
#detail_transaksi .modal-body .table {
  margin-bottom: 0;
}
#detail_transaksi .modal-body .table tr {
  border-bottom: 7px solid white;
  font-size: 13px;
}
#detail_transaksi .modal-body .table th {
  color: #717073;
  font-weight: normal;
  border-top: none;
}
#detail_transaksi .modal-body .table th:after {
  content: ":";
  display: inline-block;
  float: right;
}
#detail_transaksi .modal-body .table td {
  color: #243588;
  width: 60%;
  border-top: none;
}
#detail_transaksi .modal-body .table-striped tbody tr:nth-of-type(even) {
  background: rgba(36, 53, 136, 0.05);
}
/*FOOTER*/
footer {
  background: #243588;
  color: white;
  padding: 2rem 0 2rem;
  text-align: center;
  font-size: 12px;
}
footer a {
  color: rgba(255, 255, 255, 0.7);
}
footer a:hover,
footer a:focus,
footer a:active {
  color: white;
}
.copyright {
  font-family: helveticaNeue-light;
  text-align: center;
  letter-spacing: 0.8px;
}
.copyright p {
  margin: 4px 0;
}
.lang ul {
  text-align: center;
  margin-bottom: 0;
  margin-top: 10px;
}
.lang ul img {
  height: 30px;
}
.ojk {
  margin-bottom: 2rem;
  font-family: helveticaNeue-light;
  line-height: 16px;
}
.ojk img {
  max-width: 150px;
  width: 100%;
  margin-bottom: 1.5rem;
}
.footer-menu {
  margin-top: 1rem;
  margin-bottom: 2.8rem;
}
.service {
  letter-spacing: 1.5px;
  font-family: helveticaNeue-medium;
}
.service .label {
  color: #fdc600;
}
.download img {
  height: 30px;
}
.socialmedia {
  margin-top: 0.7rem;
  margin-bottom: 2.5rem;
}
.socialmedia li:not(:last-child) {
  margin-right: 1rem;
}
.socialmedia a {
  font-size: 22px;
}
@media (min-width: 992px) {
  .ojk,
  .copyright {
    text-align: left;
  }
  .footer-menu,
  .service {
    text-align: center;
  }
  .socialmedia,
  .download,
  .lang ul {
    text-align: right;
  }
  .lang ul {
    margin-top: 0;
  }
}

/*DASHBOARD*/
.dashboard-col {
  margin-bottom: 1rem;
}
.dashboard-wrapper {
  background: white;
  padding: 2rem;
  box-shadow: 0 2.5px 5px 0 rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  height: 100%;
}
.dashboard-wrapper.split-3 {
  height: calc(33.3% - 1rem);
  padding: 1rem 2rem;
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  align-items: center;
  max-height: 100px;
}
.dashboard-wrapper.split-3:not(:last-child) {
  margin-bottom: 1.5rem;
}
.dashboard-wrapper.split-3 .image {
  height: 100%;
  max-height: 50px;
}
.dashboard-wrapper.split-3 .image img {
  height: 100%;
  margin-right: 1rem;
}
.dashboard-wrapper.split-3 .label {
  margin-bottom: 0;
  color: #243588;
  font-family: helveticaNeue-medium;
}
.dashboard-wrapper.split-3 .value {
  margin-left: auto;
  font-size: 12px;  
  color: #9b8542;
  font-family: helveticaNeue-medium;
}
.dashboard-wrapper .title {
  margin-bottom: 1rem;
  color: #243588;
  font-size: 1.2rem;
}
.dashboard-wrapper .label {
  margin-bottom: 0.25rem;
  font-size: 12px;
}
.dashboard-wrapper .label:before {
  content: "";
  height: 10px;
  width: 10px;
  display: inline-block;
  margin-right: 5px;
  border-radius: 100%;
  vertical-align: middle;
}

.dashboard-wrapper .label.withoutbullet:before {
  display: none;
}
.alokasi-aset .progress-wrapper:not(:last-child) {
  margin-bottom: 0.5rem;
}
.alokasi-aset .progress-wrapper:first-child {
  color: #9b8542
}
.alokasi-aset .progress-wrapper:first-child .label:before {
  background: #9b8542
}
.alokasi-aset .progress-wrapper:first-child .progress-bar {
  background-color: #9b8542
}
.alokasi-aset .progress-wrapper:nth-child(2) {
  color: #a2aa3d
}
.alokasi-aset .progress-wrapper:nth-child(2) .label:before {
  background: #a2aa3d
}
.alokasi-aset .progress-wrapper:nth-child(2) .progress-bar {
  background-color: #a2aa3d
}
.alokasi-aset .progress-wrapper:nth-child(3) {
  color: #e16a03
}
.alokasi-aset .progress-wrapper:nth-child(3) .label:before {
  background: #e16a03
}
.alokasi-aset .progress-wrapper:nth-child(3) .progress-bar {
  background-color: #e16a03
}
.alokasi-aset .progress-wrapper:nth-child(4) {
  color: #c1cd23
}
.alokasi-aset .progress-wrapper:nth-child(4) .label:before {
  background: #c1cd23
}
.alokasi-aset .progress-wrapper:nth-child(4) .progress-bar {
  background-color: #c1cd23
}
.alokasi-aset .progress-wrapper:nth-child(5) {
  color: #62b5d3
}
.alokasi-aset .progress-wrapper:nth-child(5) .label:before {
  background: #62b5d3
}
.alokasi-aset .progress-wrapper:nth-child(5) .progress-bar {
  background-color: #62b5d3
}
.table-wrapper {
  margin-top: 1rem;
  padding-top: 1.5rem;  
  border-top: 1px solid rgba(36, 53, 136, 0.3);
  font-size: 0.7rem;
}
.table-wrapper .table-striped tbody tr:nth-of-type(odd) {
  background: rgba(36, 53, 136, 0.05);
}
.table-wrapper tbody th:before {
  content:":";
  float: right;
}
.table-wrapper tbody td {
  font-family: helveticaNeue-bold;
  color: #243588;
  text-align: right;
}
.portofolio-wrapper .no-data {
  text-align: center;
  padding: 3rem 1rem;
}
.portofolio-wrapper .menu-wrapper {
  position: absolute;
  top: 1.75rem;
  right: 3rem;
}
.portofolio-wrapper .data .product-item {
  box-shadow: none;
  margin-bottom: 1rem;
}
.portofolio-wrapper .menu-wrapper ul {
  margin-bottom: 0;
}
.portofolio-wrapper .menu-wrapper ul li {
  position: relative;
}
.portofolio-wrapper .menu-wrapper ul li:first-child {
  padding-right: 10px;
}
.portofolio-wrapper .menu-wrapper ul li:first-child:after {
  content:"";
  width: 1px;
  height: 100%;
  position: absolute;
  background: #c7c1b8;
  top: 0;
  right: 0;
}
.portofolio-wrapper .menu-wrapper ul li a {
  color: #c7c1b8;
  font-size: 12px;
}
.portofolio-wrapper .menu-wrapper ul li.active a {
  color: #243588;
}

/*CART*/
.cart-userinfo {
  padding: 1.5rem;
  background-color: white;
  border-radius: 5px;
  box-shadow: 0 2.5px 5px rgba(0, 0, 0, 0.05);
  margin-bottom: 1.5rem;
}
.cart-userinfo .title {
  font-family: helveticaNeue-bold;
  color: #243588;
  font-size: 1.2rem;
  margin-bottom: 1rem;
}
.cart-userinfo .info-wrapper .info-item:not(:last-child) {
  margin-bottom: 1rem;
}
.cart-userinfo .info-wrapper .info-item .label {
  color: #717073;
  width: 40%;
  position: relative;
}
.cart-userinfo .info-wrapper .info-item .value {
  color: #243588;
}
.cart-userinfo .inforingkasan-item {
  border: 1px solid #243588;
  border-radius: 6px;
  margin-top: 1.5rem;
}
.cart-userinfo .inforingkasan-item .item-info {
  padding: 1.5rem;
  border-bottom: 1px solid #243588;
  padding-bottom: 1.5rem;
}
.cart-userinfo .inforingkasan-item .item-detail {
  display: flex;
  justify-content: start;
  align-items: center;
}
.cart-userinfo .inforingkasan-item .item-detail .image {
  margin-right: 1rem;
}
.cart-userinfo .inforingkasan-item .item-detail .image img {
  height: 50px;
}
.cart-userinfo .inforingkasan-item .item-detail .title {
  color: #243588;
  font-family: helveticaNeue-bold;
  font-size: 1rem;
  margin-bottom: 0;
}
.cart-userinfo .inforingkasan-item .item-attribute .attribute-col:nth-child(2n+1) {
  border-right: 1px solid #243588;
}
.cart-userinfo .inforingkasan-item .item-attribute .attribute-col:not(:nth-last-child(-n+2)) {
  border-bottom: 1px solid #243588;
}
.cart-userinfo .inforingkasan-item .item-attribute .attribute-col {
  padding: 1rem;
}
.cart-userinfo .inforingkasan-item .item-attribute .attribute-col .label {
  color: #717073;
  font-size: 0.7rem;
}
.cart-userinfo .inforingkasan-item .item-attribute .attribute-col .value {
  color: #243588;
}
.cart-item {
  background-color: white;
  padding: 1.5rem;
  border-radius: 5px;
  box-shadow: 0px 2.5px 5px rgba(0,0,0,0.05);
}
.cart-item >div:not(:last-child) {
  padding-bottom: 1rem;
  border-bottom: 1px solid #243588;
  margin-bottom: 1.5rem;
}
.cart-item .item-info .item-action {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.cart-item .item-info .item-action .label {
  color: #717073;
}
.cart-item .item-info .item-action .cart-close a {
  color: #717073;
}
.cart-item .item-info .item-detail {
  display: flex;
  justify-content: start;
  align-items: center;
  margin-bottom: 1rem;
}
.cart-item .item-info .item-detail .image {
  margin-right: 1rem;
}
.cart-item .item-info .item-detail .image img {
  height: 50px;
  width: 50px;
}
.cart-item .item-info .item-detail .title {
  color: #243588;
  font-family: helveticaNeue-bold;
  font-size: 1rem;
}
.cart-item .item-selection {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cart-item .item-selection .checkbox label {
  color: #717073;
}
.cart-item .item-selection .download a {
  color: #243588;
}
.cart-item .item-selection .download a img {
  margin-right: 0.5rem;
}
@media (min-width: 577px) {
  .cart-userinfo .info-wrapper .info-item .label:after {
    content: ":";
    position: absolute;
    right: 0;
    z-index: 1;
  }
  .cart-userinfo .info-wrapper .info-item {
    display: flex;
    justify-content: space-between;
  }
}

/*PEMBAYARAN*/
.pembayaran-wrapper .card {

  box-shadow: 0 2.5px 5px 0 rgba(0, 0, 0, 0.05);
}
.pembayaran-item {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  align-items: center;
  background: white;
  padding: 1rem 1.5rem;
  border-radius: 5px;
}
.pembayaran-item > div:not(:last-child) {
  margin-right: 10px;
}
.pembayaran-item .radio .custom-control-label {
  margin-bottom: 16px;
}
.pembayaran-item .title .btn {
  font-family: helveticaNeue-bold;
  color: #243588;
  font-size: 1.2rem;
  text-align: left;
}
.pembayaran-item .title .btn:hover,
.pembayaran-item .title .btn:focus,
.pembayaran-item .title .btn:active {
  text-decoration: none;
}
.pembayaran-item .title small {
  font-size: 10px;
  display: block;
  font-family: helveticaNeue;
  margin-top: 0.25rem;
  color: #717073;
}
.pembayaran-item .image {
  margin-left: auto;
}
.pembayaran-item .image img {
  height: 50px;
  width: 50px;
}
.pembayaraninfo-wrapper {
  background: white;
  padding: 2.5rem 1.5rem;
  border-radius: 5px;
  box-shadow: 0 2.5px 5px 0 rgba(0, 0, 0, 0.05);
}
.pembayaraninfo-item:not(:last-child) {
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid rgba(35, 53, 136, 0.3);
}
.pembayaraninfo-item .image {
  text-align: center;
  padding-bottom: 2rem;
}
.pembayaraninfo-item .image img {
  height: 50px;
  width: 50px;
}
.pembayaraninfo-item .label {
  display: inline-block;
  color: #243588;
  width: 200px;
  margin-bottom: 0.5rem;
}
.pembayaraninfo-item .value h5 {
  margin-bottom: 0;
}
.pembayaraninfo-item .value {
  display: inline-block;
  color: #717073;
  width: calc(100% - 205px);
  margin-bottom: 0.5rem;
  text-align: right;
}
.pembayaraninfo-item .value strong {
  color: #243588;
}
.pembayaraninfo-item .batas-trf .value {
  color: #243588;
}
.pembayaraninfo-item .batas-trf .value .time {
  font-size: 14px;
  color: #717073;
}
.pembayaraninfo-item .notes {
  color: #717073;
}
.pembayaraninfo-item .notes strong,
.pembayaraninfo-item .notes span {
  color: #243588;
}
.pembayaraninfo-item .notes ul {
  padding-left: 15px;
  font-size: 0.7rem;
}
.pembayaraninfo-wrapper .portfolio-wrapper .portfolio-item {
  box-shadow: none;
  padding: 0;
  margin-bottom: 0;
}
.pembayaraninfo-wrapper .portfolio-wrapper .portfolio-item .detail-col {
  margin-bottom: 0;
}
.pembayaraninfo-wrapper .portfolio-wrapper .portfolio-item .detail-col .col-sm-6 {
  padding-bottom: 1rem;
}
.pembayaraninfo-item .total {
  padding: 1rem 0;
}
.pembayaraninfo-item .total > div {
  display: block;
  width: 100%;
  text-align: center;
}
.pembayaran-wrapper .card-body {
  font-size: 0.8rem;
  color: #717073;
}
.pembayaraninfo-item .item-detail {
  display: flex;
  justify-content: space-between;
  padding-bottom: 1rem;
}
.pembayaraninfo-item .item-detail .left {
  display: flex;
  justify-content: start;
}
.pembayaraninfo-item .item-detail .image {
  width: 70px;
  padding-bottom: 0;
}
.pembayaraninfo-item .item-detail .title {
  font-family: helveticaNeue-medium;
  color: #243588;
  font-size: 1rem;
}
.pembayaraninfo-item .item-detail .title small {
  color: #717073;
  font-size: 11px;
  font-family: helveticaNeue;
  display: block;
  margin-top: 0.3rem;
}
.pembayaraninfo-item .item-detail .total {
  padding: 0;
}
.pembayaraninfo-item .item-detail .total > div {
  text-align: right;
}
.pembayaraninfo-item .item-detail .total .label {
  margin-bottom:  0;
  color: #717073
}
.pembayaraninfo-item .item-detail .total .value {
  font-size: 1.2rem;
}
@media (max-width: 576px) {
  .pembayaraninfo-item .label {
    display:block;
    width: 100%;
  }
  .pembayaraninfo-item .value {
    display:block;
    width: 100%;
    text-align: left;
  }
}

/*PROMO*/
.promo-item {
  background: white;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 2.5px 5px 0 rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
}
.promo-image img {
  width: 100%;
}
.promo-title {
  padding: 1rem 1rem 0.5rem;
  color: #243588;
  font-family: helveticaNeue-medium;
}
.promo-date {
  padding: 0 1rem;
  color: #707070;
  font-size: 12px;
}
.promo-shortdesc {
  padding: 0.5rem 1rem;
  padding-bottom: 0;
  font-size: 13px;
  color: #717073;
}
.promo-item .action {
  padding: 0 1rem 1rem;
}
.detail-wrapper.withimage {
  padding: 0;
}
.detail-wrapper.withimage .image-wrapper {
  border-radius: 5px;
  overflow: hidden;
}
.detail-wrapper.withimage .iframe-wrapper iframe {
  height: 200px !important;
  width: 100% !important;
}
.detail-wrapper.withimage .desc-wrapper {
  padding: 2rem;
  color: #717073;
}
.detail-wrapper .desc-wrapper .color-blue{
  color: #243588;
}
.recommendation-wrapper {
  background: white;
  border-radius: 5px;
  padding: 1.5rem;
  box-shadow: 0 2.5px 5px 0 rgba(0, 0, 0, 0.05);
}
.recommendation-wrapper .title {
  font-family: helveticaNeue-bold;
  color: #243588;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #00a4e4;
}
.recommendation-wrapper .promo-list li {
  
  padding: 0.5rem 0;
}
.recommendation-wrapper .promo-list li:not(:last-child) {
  border-bottom: 1px solid #c7c1b8;
}
.recommendation-wrapper .promo-list li a {
  color: #717073;
}
.actionpengingat-wrapper {
  background: white;
  border-radius: 5px;
  box-shadow: 0 2.5px 5px 0 rgba(0, 0, 0, 0.05);
  padding: 1.5rem;
  margin-bottom: 1rem;
}
.actionpengingat-wrapper .search .form-group {
  position: relative;
}
.actionpengingat-wrapper .search .form-group .form-control {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  text-align: center;
}
.actionpengingat-wrapper .search .form-group:before {
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f002";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 1rem;
}
.actionpengingat-wrapper .separator {
  margin-bottom: 1rem;
}
.actionpengingat-wrapper .btn-pengingat {
  font-size: 12px;
  border-radius: 50px;
  background-color: transparent;
  padding: 8px;
  text-align: center;
  color: #243588;
  border: 1px solid #243588;
  width: 100%;
  position: relative;
}
.actionpengingat-wrapper .btn-pengingat:hover,
.actionpengingat-wrapper .btn-pengingat:focus,
.actionpengingat-wrapper .btn-pengingat:active {
  background: #243588;
  color: white;
}
.actionpengingat-wrapper .btn-pengingat:before {
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f017";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 1rem;
  font-size: 1rem;
}
.pengingat-item {
  background: white;
  border-radius: 5px;
  box-shadow: 0 2.5px 5px 0 rgba(0, 0, 0, 0.05);
  padding: 1rem 1.5rem;
  position: relative;
  margin-bottom: 1rem;
}
.pengingat-item > div {
  border-bottom: 1px solid rgba(36, 53, 136, 0.3);
  padding: 1rem 0 1rem;
}
.pengingat-item .info {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
}
.pengingat-item .info > div:not(:last-child) {
  margin-right: 10px;
}
.pengingat-item .info .checkbox {
  align-self: center;
}
.pengingat-item .info .checkbox .custom-control-label {
  margin-bottom: 14px;
}
.pengingat-item .info .image {
  width: 70px;
}
.pengingat-item .info .title {
  font-family: helveticaNeue-medium;
  color: #243588;
  font-size: 1rem;
  align-self: center
}
.pengingat-item .info .title small {
  color: #717073;
  font-size: 11px;
  font-family: helveticaNeue;
  display: block;
  margin-top: 0.3rem;
}
.pengingat-item .info .action .pengingat-close {
  position: absolute;
  top: 1rem;
  right: 1.5rem;
}
.pengingat-item .info .action .pengingat-close a {
  color: #717073;
  font-size: 18px;
}
.pengingat-item .detail .detail-col {
  margin-bottom: 0.5rem;
}
.pengingat-item .detail .detail-col .label {
  color: #717073;
  font-size: 12px;
  margin-bottom: 0.25rem;
}
.pengingat-item .detail .detail-col .value {
  font-family: helveticaNeue-bold;
  color: #243588;
}

#detail_pengingat .modal-content {
  background: white;
}
#detail_pengingat .modal-header {
  border-bottom: none;
}
#detail_pengingat .modal-header h5 {
  color: #243588;
}
#detail_pengingat .modal-body {
  padding: 0;
  margin-bottom: 0;
}
#detail_pengingat .modal-body .table {
  margin-bottom: 0;
}
#detail_pengingat .modal-body .table tr {
  border-bottom: 7px solid white;
  font-size: 13px;
}
#detail_pengingat .modal-body .table th {
  color: #717073;
  font-weight: normal;
  border-top: none;
}
#detail_pengingat .modal-body .table th:after {
  content: ":";
  display: inline-block;
  float: right;
}
#detail_pengingat .modal-body .table td {
  color: #243588;
  width: 50%;
  border-top: none;
}
#detail_pengingat .modal-body .table-striped tbody tr:nth-of-type(even) {
  background: rgba(36, 53, 136, 0.05);
}

/*RIWAYAT TRANSAKSI*/

.actionriwayat-wrapper {
  background: white;
  border-radius: 5px;
  box-shadow: 0 2.5px 5px 0 rgba(0, 0, 0, 0.05);
  padding: 1.5rem;
  margin-bottom: 1rem;
}
.actionriwayat-wrapper .search .form-group {
  position: relative;
}
.actionriwayat-wrapper .search .form-group .form-control {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  text-align: center;
}
.actionpengactionriwayatingat-wrapper .search .form-group:before {
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f002";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 1rem;
}
.actionriwayat-wrapper .separator {
  margin-bottom: 1rem;
}
.actionriwayat-wrapper .btn-riwayat {
  font-size: 12px;
  border-radius: 50px;
  background-color: transparent;
  padding: 8px;
  text-align: center;
  color: #243588;
  border: 1px solid #243588;
  width: 100%;
  position: relative;
}
.actionriwayat-wrapper .btn-riwayat:hover,
.actionriwayat-wrapper .btn-riwayat:focus,
.actionriwayat-wrapper .btn-riwayat:active {
  background: #243588;
  color: white;
}
.actionriwayat-wrapper .btn-riwayat:before {
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f017";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 1rem;
  font-size: 1rem;
}
.riwayat-item {
  background: white;
  border-radius: 5px;
  box-shadow: 0 2.5px 5px 0 rgba(0, 0, 0, 0.05);
  padding: 1rem 1.5rem;
  position: relative;
  margin-bottom: 1rem;
}
.riwayat-item > div {
  border-bottom: 1px solid rgba(36, 53, 136, 0.3);
  padding: 1rem 0 1rem;
}
.riwayat-item > div:last-child {
  border-bottom: none;
  padding-bottom: 0.5rem;
}
.riwayat-item .info {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
}
.riwayat-item .info > div:not(:last-child) {
  margin-right: 10px;
}
.riwayat-item .info .checkbox {
  align-self: center;
}
.riwayat-item .info .checkbox .custom-control-label {
  margin-bottom: 14px;
}
.riwayat-item .info .image {
  width: 70px;
}
.riwayat-item .info .title button {
  font-family: helveticaNeue-medium;
  color: #243588;
  font-size: 1rem;
  align-self: center;
  background: transparent;
  padding: none;
  border: none;
}
.riwayat-item .info .title small {
  color: #a2aa3d;
  font-size: 11px;
  font-family: helveticaNeue;
  display: block;
  margin-top: 0.3rem;
}
.riwayat-item .info .title small:before {
  content: "";
  height: 1rem;
  width: 1rem;
  background: url('../images/protection.svg');
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  margin-right: 3px;
}
.riwayat-item .info .action .riwayat-close {
  position: absolute;
  top: 1rem;
  right: 1.5rem;
}
.riwayat-item .info .action .riwayat-close a {
  color: #717073;
  font-size: 18px;
}
.riwayat-item .detail .detail-col {
  margin-bottom: 0.5rem;
}
.riwayat-item .detail .detail-col .label {
  color: #717073;
  font-size: 12px;
  margin-bottom: 0.25rem;
}
.riwayat-item .detail .detail-col .value {
  font-family: helveticaNeue-bold;
  color: #243588;
  font-size: 12px;
}

/*TAMBAH REKENING*/
.tambahrekening-wrapper {
  background: white;
  border-radius: 5px;
  box-shadow: 0 2.5px 5px 0 rgba(0, 0, 0, 0.05);
  padding: 1.5rem;
  margin-bottom: 1rem;
  text-align: center;
}
.tambahrekening-wrapper > div:not(:last-child) {
  margin-bottom: 1rem;
}
.tambahrekening-wrapper .title {
  font-size: 1.2rem;
  font-family: helveticaNeue-bold;
  color: #243588;
}
.tambahrekening-wrapper .desc {
  font-size: 12px;
  color: #717073;
  min-height: 8em;
}
.tambahrekening-wrapper .image img {
  height: 100px;
  width: 100px;
}
.dashboardform-wrapper {
  background: white;
  border-radius: 5px;
  box-shadow: 0 2.5px 5px 0 rgba(0, 0, 0, 0.05);
  padding: 1.5rem;
  margin-bottom: 1rem;
}
.dashboardform-wrapper small {
  display: block;
  margin: 0.5rem 0;
  color: #717073;
}
.dashboardform-wrapper .action {
  text-align: right;
}
.dashboardform-wrapper .action li:first-child:after {
  content: "";
  height: 20px;
  width: 1px;
  background: #eaeaea;
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
  margin-right: 10px;
}
.dashboardform-wrapper .action li .gantirekening,
.action li .pencil {
  color: #717073;
}
.dashboardform-wrapper .action li .gantirekening:before,
.action li .pencil:before {
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f304";
  margin-right: 10px;
}
.dashboardform-wrapper .action li .tambahrekening {
  color: #243588;
}
.dashboardform-wrapper .action li .tambahrekening:before {
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f055";
  margin-right: 10px;
}
.dashboardform-wrapper .wrapper-content .js--image-preview {
  width: 150px; 
}
.dashboardform-wrapper .wrapper-content .overlay:after {
  content:"Unggah Foto / Upload buku tabungan Anda / bukti kepemilikan bank milik Anda.";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: calc(100% - 200px);
  right: 0;
  color: #243588;
}
.checklist-wrapper {
  background: white;
  border-radius: 5px;
  box-shadow: 0 2.5px 5px 0 rgba(0, 0, 0, 0.05);
  margin-bottom: 1rem;
  overflow: hidden;
}
.checklist-wrapper .title {
  padding: 1.5rem;
  color: #243588;
  border-bottom: 1px solid rgba(36, 53, 136, 0.3);
  margin-bottom: 1rem;
}
.checklist-wrapper .title span {
  display: block;
  font-family: helveticaNeue-bold;
  font-size: 1rem;
}
.checklist-wrapper .checklist ul li {
  margin-bottom: 0.5rem;
  padding: 1rem 1.5rem;
  color: #717073;
  position: relative;
  padding-right: 55px !important;
}
.checklist-wrapper .checklist ul li.active {
  margin-bottom: 0.5rem;
  padding: 1rem 1.5rem;
  color: #243588;
}
.checklist-wrapper .checklist ul li.active:after {
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f058";
  position: absolute;
  font-size: 1.4rem;
  top: 50%;
  transform: translateY(-50%);
  right: 1.5rem;
}
.checklist-wrapper .checklist ul li:nth-child(odd) {
  background: rgba(199, 193, 184, 0.3);
}
.checklist-wrapper .checklist ul li:nth-child(even) {
  background: rgba(36, 53, 136, 0.05);
}
.table-result {
  margin-bottom: 2rem;
}
.table-result .title {
  font-size: 1rem;
  color: #243588;
}
.table-result .table-wrapper {
  background: white;
  border-top: none;
  padding-bottom: 1rem;
  border-radius: 5px;
  box-shadow: 0 2.5px 5px 0 rgba(0, 0, 0, 0.05);
}
.table-result .table-wrapper .table {
  margin-bottom: 0;
}
.table-result .table-wrapper .table tbody th {
  width: 40%;
}
.portfolio-item {
  background: white;
  border-radius: 5px;
  box-shadow: 0 2.5px 5px 0 rgba(0, 0, 0, 0.05);
  padding: 1rem 1.5rem;
  position: relative;
  margin-bottom: 1rem;
}
.portfolio-item > div {
  border-bottom: 1px solid rgba(36, 53, 136, 0.3);
  padding: 1rem 0 1rem;
}
.portfolio-item > div:last-child {
  border-bottom: none;
  padding-bottom: 0.5rem;
}
.portfolio-item .info {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
}
.portfolio-item .info > div:not(:last-child) {
  margin-right: 10px;
}
.portfolio-item .info .checkbox {
  align-self: center;
}
.portfolio-item .info .checkbox .custom-control-label {
  margin-bottom: 14px;
}
.portfolio-item .info .image {
  height: 50px;
  width: 50px;
}
.portfolio-item .info .image img {
  width: 50px;
  object-fit: cover;
  height: 50px;
  border-radius: 100%;
}
.portfolio-item .info .title a {
  font-family: helveticaNeue-medium;
  color: #243588;
  font-size: 1rem;
  align-self: center;
  background: transparent;
  padding: none;
  border: none;
}
.portfolio-item .info .title small {
  color: #a2aa3d;
  font-size: 11px;
  font-family: helveticaNeue;
  display: block;
  margin-top: 0.3rem;
}
.portfolio-item .info .title small:before {
  content: "";
  height: 1rem;
  width: 1rem;
  background: url('../images/protection.svg');
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  margin-right: 3px;
}
.portfolio-item .info .action .print {
  position: absolute;
  top: 2rem;
  right: 1.5rem;
}
.portfolio-item .info .action .print a {
  color: #243588;
  font-size: 18px;
}
.portfolio-item .detail .detail-col {
  margin-bottom: 0.5rem;
}
.portfolio-item .info-wrapper .info-col {
  margin-bottom: 0.5rem;
}
.portfolio-item .detail .detail-col .label,
.portfolio-item .info-wrapper .info-col .label {
  color: #717073;
  font-size: 12px;
  margin-bottom: 0.25rem;
}
.portfolio-item .detail .detail-col .value,
.portfolio-item .info-wrapper .info-col .value {
  font-family: helveticaNeue-bold;
  color: #243588;
}
@media (max-width: 767px) {
  .portfolio-item .detail .detail-col .value {
    margin-bottom: 1rem;
  }
}
.totalinvest-wrapper {
  margin-bottom: 1rem;
}
.totalinvest-wrapper .nav-tabs .nav-link {
  border-color: #62b5d3;
  color: white;
  background: #62b5d3;
  font-size: 12px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  padding: 0.75rem 1rem;
}
.totalinvest-wrapper .nav-tabs .nav-link.active, .totalinvest-wrapper .nav-tabs .nav-item.show .nav-link {
  border-color: #243588;
  background: #243588;
}
.totalinvest-wrapper .tab-content {
  box-shadow: 0 2.5px 5px 0 rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
  padding: 15px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.totalinvest-wrapper .form-group select {
  background: transparent;
  border: 1px solid #243588;
}
.totalinvest-wrapper .total {
  text-align: center;
}
.totalinvest-wrapper .total .label {
  color: #717073;
  margin-bottom: 2rem;
}
.totalinvest-wrapper .total .value {
  color: #243588;
  font-size: 1.6rem;
  font-family: helveticaNeue-medium;
  margin-bottom: 1rem;
}
.totalinvest-wrapper .total .value span {
  font-size: 0.8rem;
}

.portfolio-wrapper .info .table {
  margin-bottom: 0;
}
.portfolio-wrapper .info .table tr {
  border-bottom: 0px solid white;
  font-size: 13px;
}
.portfolio-wrapper .info .table th {
  color: #717073;
  font-weight: normal;
  border-top: none;
}
.portfolio-wrapper .info .table th:after {
  content: ":";
  display: inline-block;
  float: right;
}
.portfolio-wrapper .info .table td {
  color: #243588;
  width: 60%;
  border-top: none;
  font-family: helveticaNeue-bold;
}
.portfolio-wrapper .info .table-striped tbody tr {
  background: transparent;
}
.portfolio-wrapper .info .chart-wrapper {
  margin-top: 0;
  border-bottom: none !important;
  padding-bottom: 1rem;
}
.portfolio-wrapper .info .chart-wrapper .title {
  font-size: 1.2rem;
  color: #243588;
  margin-top: 1rem;
  margin-bottom: 2rem;
}


/*Switching*/
.switching-action {
  position: absolute;
  top: 0;
  right: 15px;
}
.switching-action .btn-brown {
  margin-top: 0;
}
.switching-wrapper {
  background: white;
  border-radius: 5px;
  box-shadow: 0 2.5px 5px 0 rgba(0, 0, 0, 0.05);
  padding: 2rem 1.5rem;
  position: relative;
  margin-bottom: 1rem;
}
.switching-wrapper .switching-item:not(:last-child) {
  border-bottom: 1px solid rgba(36, 53, 136, 0.3);
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
}
.switching-wrapper .form-group:last-child {
  margin-bottom: 0;
}
.switching-wrapper .label-inline {
  margin-bottom: 1rem;
}
.switching-wrapper .label-inline>label {
  width: 100px;
}
.switching-wrapper .label-inline>label:after {
  content: ":";
  float: right;
  margin-right: 10px;
}
.switching-wrapper .label-inline input {
  display: inline-block;
  width: calc(100% - 105px);
}
.switching-wrapper .range small {
  width: 40px;
  vertical-align: middle;
  display: inline-block;
  color: #717073;
}
.switching-wrapper .range small:last-child {
  text-align: right;
}
.switching-wrapper .range input {
  display: inline-block;
  width: calc(100% - 90px);
  vertical-align: middle;
  background: transparent;
}
.switching-wrapper .detail .detail-col:not(:last-child) {
  margin-bottom: 1rem;
}
.switching-wrapper .detail .detail-col .label {
  color: #717073;  
  margin-bottom: 0.25rem;
}
.switching-wrapper .detail .detail-col .value {
  color: #243588;
  font-family: helveticaNeue-bold;
}
.switching-item .info {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  margin-bottom: 1.5rem;
}
.switching-item .info > div:not(:last-child) {
  margin-right: 10px;
}
.switching-item .info .checkbox {
  align-self: center;
}
.switching-item .info .checkbox .custom-control-label {
  margin-bottom: 14px;
}
.switching-item .info .image {
  width: 70px;
}
.switching-item .info .title a {
  font-family: helveticaNeue-medium;
  color: #243588;
  font-size: 1rem;
  align-self: center;
  background: transparent;
  padding: none;
  border: none;
}
.switching-item .info .title small {
  color: #a2aa3d;
  font-size: 11px;
  font-family: helveticaNeue;
  display: block;
  margin-top: 0.3rem;
}
.switching-item .info .title small:before {
  content: "";
  height: 1rem;
  width: 1rem;
  background: url('../images/protection.svg');
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  margin-right: 3px;
}
.switching-item .info .action .print {
  position: absolute;
  top: 2rem;
  right: 1.5rem;
}
.switching-item .info .action .print a {
  color: #243588;
  font-size: 18px;
}
.switching-item .detail.value-right .detail-col .value {
  text-align: right;
}
.switching-item .form-toggle {
  margin-top: 1rem;
  padding-top: 1.5rem;
  /* border-top: 1px solid rgba(35, 53, 136, 0.3); */
}
.switching-item .form-toggle .desc {
  margin-bottom: 1rem;
}
.switching-item .form-toggle .desc p {
  color: #717073;
}
.switching-item .form-toggle .desc p span {
  color: #243588;
}
@media(max-width: 576px) {
  .switching-item .detail.value-right .detail-col .value {
    text-align: left;
  }
}

/*account*/
.profil-wrapper {
  background: white;
  border-radius: 5px;
  box-shadow: 0 2.5px 5px 0 rgba(0, 0, 0, 0.05);
  margin-bottom: 1rem;
}
.profil-wrapper .info {
  padding: 1.5rem;
  position: relative;
  text-align: center;
}
.profil-wrapper .info .js--image-preview {
  width: 150px;
  margin: 0 auto 1.5rem;
  border-radius: 100%;
}
.profil-wrapper .info .js--image-preview:after {
  left: 0;
  right: 0;
  background: url('../images/account_pic.png');
  background-size: contain;
}
.profil-wrapper .info .upload-options {
  width: 150px;
  margin: 0 auto;
}
.profil-wrapper .info .name {
  font-family: helveticaNeue-bold;
  font-size: 1.4rem;
  color: #243588;
  margin-bottom: 0.5rem;
}
.profil-wrapper .info .email {
  font-size: 0.7rem;
  color: #717073;
}
.profil-wrapper .action {
  padding-bottom: 1rem;
}
.profil-wrapper .action .action-link {
  display: block;
  padding: 1rem 1.5rem;
  color: #243588;
}
.profil-wrapper .action .action-link:after {
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  float: right;
}
.profil-wrapper .action .action-link.active {
  font-family: helveticaNeue-bold;
  background-color: #f7f7f7;
}
.data-wrapper {
  background: white;
  border-radius: 5px;
  box-shadow: 0 2.5px 5px 0 rgba(0, 0, 0, 0.05);
  padding: 2rem 1.5rem 0;
  position: relative;
  margin-bottom: 1rem;
}

.notif-wrapper {
  position: sticky;
  top: 90px;
  z-index: 1300;
}
.notif-inner-wrapper {
  position: absolute;
  color: white;
  font-family: helveticaNeue-bold;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
}
.notif-content {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  box-shadow: 0px 2px 10px rgba(0,0,0,0.1);
}
.notif-error .notif-content {
  background: #e6332a;
}
.notif-success .notif-content {
  background: green;
}
.notif-content:after {
  content:'\A';
  position:absolute;
  background:white;
  bottom:0;
  left:0; 
  height: 3px;
  width:100%;
  -webkit-animation: filler 3s ease-in-out;
  -moz-animation: filler 3s ease-in-out;
  animation: filler 3s ease-in-out;
}

@-webkit-keyframes filler {
  0% {
    width:0;
  }
}
@-moz-keyframes filler {
  0% {
    width:0;
  }
}
@keyframes filler {
  0% {
    width:0;
  }
}

/*  Pembelian  */
/*  -- Right Side  */
.pembelian-wrapper .pembelian-item {
  margin-bottom: 1rem;
  box-shadow: 0px 2px 10px rgba(0,0,0,0.1);
  border-radius: 6px;
}
.pembelian-wrapper .pembelian-item .title {
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
  background: #243588;
  padding: 0.75rem 1rem;
  color: white;
}
.pembelian-wrapper .pembelian-item .detail {
  background: white;
  padding: 1rem;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  font-size: 0.7rem;
}
.pembelian-wrapper .pembelian-item .detail .detail-col:not(:last-child) {
  margin-bottom: 0.75rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid rgba(35, 53, 136, 0.3);
}
.pembelian-wrapper .pembelian-item .detail .detail-col .label {
  color: #717073;  
  margin-bottom: 0.25rem;
}
.pembelian-wrapper .pembelian-item .detail .detail-col .value {
  color: #243588;
  font-family: helveticaNeue-bold;
}
.pembelian-wrapper .pembelian-item .detail .detail-col .download-pdf img {
  height: 40px;
  margin-right: 1rem;
}
.pembelian-wrapper .pembelian-item .detail .detail-col .download-pdf {
  color: #243588;
  font-size: 0.75rem;
}

/*  Next Step  */
.nextstep-wrapper {
  background: white;
  border-radius: 5px;
  box-shadow: 0 2.5px 5px 0 rgba(0, 0, 0, 0.05);
  padding: 2rem 1.5rem;
  position: relative;
  margin-bottom: 1rem;
}
.nextstep-wrapper small {
  color: #717073;
}
.nextstep-wrapper .title {
  margin: 1rem 0;
  font-size: 1rem;
  color: #243588;
  font-family: helveticaNeue-bold;
}
.nextstep-wrapper .nextstep-item:not(:last-child) {
  border-bottom: 1px solid rgba(36, 53, 136, 0.3);
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
}
.nextstep-wrapper .detail .detail-col:not(:last-child) {
  margin-bottom: 1rem;
}
.nextstep-wrapper .detail .detail-col .label {
  color: #717073;  
  margin-bottom: 0.25rem;
}
.nextstep-wrapper .detail .detail-col .value {
  color: #243588;
  font-family: helveticaNeue-bold;
}
.nextstep-wrapper .nextstep-item .resend,
.nextstep-wrapper .nextstep-item .resend a {
  color: #717073;
}
.nextstep-wrapper .nextstep-item .resend a {
  text-decoration: underline;
}

/*  Ringkasan  */
.ringkasan-wrapper {
  background: white;
  border-radius: 5px;
  box-shadow: 0 2.5px 5px 0 rgba(0, 0, 0, 0.05);
  padding: 2rem 1.5rem;
  position: relative;
  margin-bottom: 1rem;
}
.ringkasan-wrapper small {
  color: #717073;
}
.ringkasan-wrapper .title {
  margin: 1rem 0;
  font-size: 1rem;
  color: #243588;
  font-family: helveticaNeue-bold;
}
.ringkasan-wrapper .ringkasan-item:not(:last-child) {
  border-bottom: 1px solid rgba(36, 53, 136, 0.3);
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
}
.ringkasan-wrapper .ringkasan-item .desc {
  margin-bottom: 2rem;
}
.ringkasan-wrapper .ringkasan-item .desc p {
  color: #717073;
}
.ringkasan-wrapper .ringkasan-item .desc h5 {
  color: #243588;
  margin-bottom: 1rem;
}

.ringkasan-item .info {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  margin-bottom: 1.5rem;
}
.ringkasan-item .info > div:not(:last-child) {
  margin-right: 10px;
}
.ringkasan-item .info .checkbox {
  align-self: center;
}
.ringkasan-item .info .checkbox .custom-control-label {
  margin-bottom: 14px;
}
.ringkasan-item .info .image {
  width: 70px;
}
.ringkasan-item .info .title a {
  font-family: helveticaNeue-medium;
  color: #243588;
  font-size: 1rem;
  align-self: center;
  background: transparent;
  padding: none;
  border: none;
}
.ringkasan-item .info .title small {
  color: #a2aa3d;
  font-size: 11px;
  font-family: helveticaNeue;
  display: block;
  margin-top: 0.3rem;
}
.ringkasan-item .info .title small:before {
  content: "";
  height: 1rem;
  width: 1rem;
  background: url('../images/protection.svg');
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  margin-right: 3px;
}
.ringkasan-item .info .action .print {
  position: absolute;
  top: 2rem;
  right: 1.5rem;
}
.ringkasan-item .info .action .print a {
  color: #243588;
  font-size: 18px;
}
.ringkasan-wrapper .detail .detail-col:not(:last-child) {
  margin-bottom: 1rem;
}
.ringkasan-wrapper .detail .detail-col .label {
  color: #717073;  
  margin-bottom: 0.25rem;
}
.ringkasan-wrapper .detail .detail-col .value {
  color: #243588;
  text-align: right;
}
@media (max-width: 576px) {
  .ringkasan-wrapper .detail .detail-col .value {
    text-align: left;
  }
}

/*  Switch Form  */
/* The switch - the box around the slider */
.form-group .switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 24px;
}

/* Hide default HTML checkbox */
.form-group .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.form-group small.subtitle {
  margin-bottom: 0.25rem;
  display: block;
  color: #717073;
}
.form-group .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.form-group .slider:before {
  position: absolute;
  content: "";
  height: 17px;
  width: 17px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

.form-group input:checked + .slider {
  background-color: #2196F3;
}

.form-group input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

.form-group input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.form-group .slider.round {
  border-radius: 34px;
}

.form-group .slider.round:before {
  border-radius: 50%;
}

/* with Label */
.toggle-label:before {
  display: inline-block;
  margin-right: 10px;
  color: #717073;
}
.toggle-label:after {
  display: inline-block;
  margin-left: 10px;
  color: #243588;
}

/*  Modal  */
/*  -- Transaksi Proses  */
#transaksiproses {
  text-align: center;
}
#transaksiproses .loader img {
  width: 100px;
}
#transaksiproses .logo img {
  width: 150px;
}
#transaksiproses .text {
  color: #243588;
}
#transaksiproses .modal-body > div:not(:last-child) {
  margin-bottom: 1rem;
}


/* toto was here */
label.error {
  color: red;
  vertical-align: sub;
  font-size: 11px;
}
.investayel {
  color: #CEC49C;
}
.investablu {
  color: #243588;
}
.investagrei {
  color: #717073;
}

.list-inline-article {
  text-align: right;
}
.list-inline-article-item {
  margin-top: 1rem;
}
.upload-options label.error {
  position: absolute;
  width: 200px;
  bottom: -145px;
  text-align: center;
}
.upload-options-kyc4 label.error {
  position: absolute;
  width: 200px;
  bottom: -30px;
  right: -355px;
}
.monthly-investment-wrapper label.error {
  position: relative;
  width: 100%;
  bottom: 0;
  /* width: 200px;
  bottom: -40px; */
}
.image img.circle {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  object-fit: cover;
}
.copy-to-clipboard {
  font-size: 10px;
  border: 1px solid #243588;
  border-radius: 5px;
  color: #717073;
  display: inline-block;
  width: 30px;
  text-align: center;
  cursor: pointer;
  margin-left: 10px;
  vertical-align: middle;
  line-height: 1.5;
}
.left-align-slick > .slick-list > .slick-track {    
  margin-left:0;
}

.form-group .sandibuka-loginpopup,
.form-group .sanditutup-loginpopup {
  position: absolute;
  right: 5%;
  top: 25%;
  cursor: pointer;
}
.form-group .sandibuka-loginpopup::after {
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f06e";
  color: grey;
}
.form-group .sanditutup-loginpopup::after {
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f070";
  color: grey;
}
.form-group .sandibuka-login,
.form-group .sanditutup-login,
.form-group .sandibuka-resetpass,
.form-group .sanditutup-resetpass {
  position: absolute;
  right: 2em;
  top: 10px;
  cursor: pointer;
}
.form-group .sandibuka-login::after,
.form-group .sandibuka-resetpass::after {
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f06e";
  color: grey;
}
.form-group .sanditutup-login::after,
.form-group .sanditutup-resetpass::after {
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f070";
  color: grey;
}
.form-group .sandibuka-gantisandi,
.form-group .sanditutup-gantisandi,
.form-group .sandibuka-register,
.form-group .sanditutup-register {
  position: absolute;
  right: 5%;
  top: 38px;
  cursor: pointer;
}
.form-group .sandibuka-gantisandi::after,
.form-group .sandibuka-register::after {
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f06e";
  color: grey;
}
.form-group .sanditutup-gantisandi::after,
.form-group .sanditutup-register::after {
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f070";
  color: grey;
}

#kyc4_skbtn .accordion .card .card-header h5 .btn-link:before {
  content:'';
}

.portfolio-item .info small.agresif,
.product-title .title small.agresif {
  color: #0985AA;
}
.portfolio-item .info small.konservatif,
.product-title .title small.konservatif {
  color: #70AB98;
}
.portfolio-item .info small.moderat,
.product-title .title small.moderat {
  color: #49B4CC;
}
.portfolio-item .info small.sangat_konservatif,
.product-title .title small.sangat_konservatif {
  color: #75A441;
}

.portfolio-item .info small.agresif:before,
.product-title .title small.agresif:before {
  background: url(../images/protection_agresif.png);
  background-size: 1rem 1rem;
}
.portfolio-item .info small.konservatif:before,
.product-title .title small.konservatif:before {
  background: url(../images/protection_konservatif.png);
  background-size: 1rem 1rem;
}
.portfolio-item .info small.moderat:before,
.product-title .title small.moderat:before {
  background: url(../images/protection_moderat.png);
  background-size: 1rem 1rem;
}
.portfolio-item .info small.sangat_konservatif:before,
.product-title .title small.sangat_konservatif:before {
  background: url(../images/protection_sangat_konservatif.png);
  background-size: 1rem 1rem;
}

.list-inline-item.active a {
  color: #243588;
}

#porto_lumpsum, #porto_reguler {
  margin-top: 1rem;
  overflow: hidden;
}
.dashporto-item {
  position: relative;
}
.dashporto-item:after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  background: #c7c1b8;
  top: 0;
  right: 0;
}
.dashporto-item .product-title {
  min-height: 170px;
}
/* .porto-slide .slick-slide:not(:last-child) {
  border-right: 1px solid;
} */

.product-info .percentage.up,
.idr.up:after {
  color: #75A441;
}
.product-info .percentage.down,
.idr.down:after {
  color: #B31E3B;
}
.product-info .percentage.zero { color: #BFB7AD; }

.range-control {
  position: relative;
}

#portojual_unitslider:active + output {
  display: block;
  transform: translateX(-50%);
}
#portojual_unitslider + output {
  position: absolute;
  top: -20px;
  display: none;
  width: 50px;
  height: 24px;
  border: 1px solid #e2e2e2;
  background-color: #fff;
  border-radius: 3px;
  color: #777;
  font-size: .8em;
  line-height: 24px;
  text-align: center;
}

#portoalih_unitslider:active + output {
  display: block;
  transform: translateX(-50%);
}
#portoalih_unitslider + output {
  position: absolute;
  top: -20px;
  display: none;
  width: 50px;
  height: 24px;
  border: 1px solid #e2e2e2;
  background-color: #fff;
  border-radius: 3px;
  color: #777;
  font-size: .8em;
  line-height: 24px;
  text-align: center;
}

.form-group .portootp,
.portootp {
  background: none;
  border-bottom: 1px solid #243588;
  border-radius: 0;
  display: inline-block;
  width: 40px;
  padding: 5px;
  margin:0 5px;
}
#compact_countdown {
  border:none;
  background:none;
}
#compact_countdown .countdown-row.countdown-amount {
  font-size:100%;
}

/*CR DIM 2021 By Randi*/

.link-to{
  color: #fff;
}

.selectize-input{
    background: #e9e6e3 !important;
    border: none;
    border-radius: 50px;
    padding: 0.5rem 1.5rem;
    font-size: 14px;
    color: #495057 !important;
}

.selectize-input.dropdown-active {
  border-radius: 50px !important;
}

.selectize-dropdown{
  background: #e9e6e3 !important;
  border-radius : 50px;
  font-size: 14px;
  padding: 0.5rem 1.5rem;
  border: none !important;
}

.form-group > .select2-container {
    width: 100% !important;
    display: block;
}

select + .select2-container {
  width: 100% !important;
  display: block;
}

.select2-container .select2-selection--single{
  height: calc(2.25rem + 2px);
}

.select2-container--default .select2-selection--single{
  background-color: #e9e6e3;
  border: none; 
  border-radius: 50px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow{
  top: 8px;
  right: 15px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 38px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 24px;
  padding-right: 34px;
}

.select-wrapper.blue:after {
  /*display: none;*/
}

.select2-container--default .select2-results__option--selected{
  background-color: #ccc;
}

.select2-dropdown {
  background-color: #e9e6e3;
  border: none;
}

.bd-example-modal-lg .modal-dialog{
  display: table;
  position: relative;
  margin: 0 auto;
  top: calc(50% - 24px);
}

#modalPanduanKtp .modal-content{
  background-color: transparent;
  border: none;
}

.select-wrapper.none:after {
  display: none;
}

.tooltip-custom {
  display:inline-block;
  position:relative;
  text-align:left;
}

.tooltip-custom .right {
  min-width:300px; 
  max-width: 100%; 
  top:50%;
  left:100%;
  margin-left:20px;
  transform:translate(0, -50%);
  padding:10px 20px;
  color:#243588;
  background-color:#fff;
  font-weight:normal;
  font-size:13px;
  border-radius:8px;
  position:absolute;
  z-index:99999999;
  box-sizing:border-box;
  border:1px solid #243588;box-shadow:0 1px 8px transparent;
  visibility:hidden; opacity:0; transition:opacity 0.8s;
  display: grid;
  grid-column: auto;
}

.tooltip-custom:hover .right {
  visibility:visible; opacity:1;
}

.tooltip-custom .right i {
  position:absolute;
  top:50%;
  right:100%;
  margin-top:-12px;
  width:12px;
  height:24px;
  overflow:hidden;
}

.tooltip-custom .right ul {
  padding-inline-start: 30px;
  margin: 0;
}

.tooltip-custom .right i::after {
  content:'';
  position:absolute;
  width:12px;
  height:12px;
  left:0;
  top:50%;
  transform:translate(50%,-50%) rotate(-45deg);
  background-color:#fff;
  border:1px solid #243588;box-shadow:0 1px 8px transparent;
}

.saldo {
  color: #243588;
}

.label-black {
  color: #000 !important;
}

.cursor-pointer{
  cursor: pointer;
}

.bull{
  font-size: 1.5rem;
  vertical-align: -webkit-baseline-middle;
}