﻿/* Base */
.ModJKSInvestorPortalC {
  padding-bottom: 20px;
  /*IOS Type Switch CSS Start*/
  /*IOS Type Switch CSS End*/
  /* Code for listing documents / transactions*/
}
.ModJKSInvestorPortalC .members-module {
  min-height: 95vh;
}
.ModJKSInvestorPortalC .heading-block .dropdown > a {
  width: 20px;
  height: 40px;
  padding: 10px 5px;
}
.ModJKSInvestorPortalC .heading-block .dropdown > a span {
  font-size: 1.5em;
}
.ModJKSInvestorPortalC .heading-block .dropdown .dropdown-menu {
  border: none;
}
.ModJKSInvestorPortalC .heading-block .dropdown .dropdown-menu a.dropdown-item {
  color: #474A47;
  padding: 10px 15px;
  background: #94F587;
}
.ModJKSInvestorPortalC .heading-block .dropdown .dropdown-menu a.dropdown-item:first-child {
  padding: 15px 15px 10px;
}
.ModJKSInvestorPortalC .heading-block .dropdown .dropdown-menu a.dropdown-item:last-child {
  padding: 10px 15px 15px;
}
.ModJKSInvestorPortalC .heading-block .dropdown .dropdown-menu a.dropdown-item:hover {
  background: #474A47;
  color: #fff;
}
.ModJKSInvestorPortalC .btn-circle {
  background: white;
  color: #474A47 !important;
  border-radius: 100px;
  padding: 4px 4px !important;
  text-align: center;
  width: 30px;
  height: 30px;
  font-size: 16px;
}
.ModJKSInvestorPortalC .btn-circle-text {
  padding: 10px 0px !important;
  font-size: 14px;
  width: 40px;
  height: 40px;
  font-weight: bold;
}
.ModJKSInvestorPortalC .btn-circle:hover {
  background: #94F587;
}
.ModJKSInvestorPortalC .btn {
  text-transform: none;
  font-size: 1em;
  padding: 10px 37px;
  background: #fff;
  color: #474A47;
  border: 1px solid #474A47;
}
.ModJKSInvestorPortalC .btn span {
  font-weight: 600;
}
@media (max-width: 991px) {
  .ModJKSInvestorPortalC .btn.btn-tertiary {
    width: 100%;
  }
}
.ModJKSInvestorPortalC .btn.btn-white {
  width: 100%;
  background: white !important;
  color: #474A47 !important;
  border-radius: 100px;
}
.ModJKSInvestorPortalC .btn.btn-white:hover {
  background: #94F587 !important;
  color: #474A47 !important;
  border: 1px solid #94F587;
}
.ModJKSInvestorPortalC .btn.btn-white i {
  margin: 5px 10px 0;
}
.ModJKSInvestorPortalC .btn.btn-green {
  background: #94F587;
  color: #474A47;
  border: 1px solid #94F587;
}
.ModJKSInvestorPortalC .btn.btn-green:hover {
  background: #474A47;
  color: #fff;
  border: 1px solid #474A47;
}
.ModJKSInvestorPortalC .btn:hover {
  background: #94F587;
  color: #474A47;
  border-color: #94F587;
}
.ModJKSInvestorPortalC .btn-black-right-arrow {
  color: #fff;
}
.ModJKSInvestorPortalC .btn-black-right-arrow::before {
  display: block;
  width: 25px;
  content: url("/DesktopModules/JKSInvestorPortal/Images/Arrow_black.svg");
}
.ModJKSInvestorPortalC .btn-green-right-arrow {
  color: #fff;
}
.ModJKSInvestorPortalC .btn-green-right-arrow::before {
  display: block;
  width: 40px;
  content: url("/DesktopModules/JKSInvestorPortal/Images/Arrow_green.svg");
  margin-right: 10px;
}
.ModJKSInvestorPortalC .btn-plus-minus {
  width: 35px;
  height: 35px;
  margin-top: -25px;
}
.ModJKSInvestorPortalC .btn-plus-minus::before {
  display: block;
  width: 35px;
  height: 35px;
  content: url(/DesktopModules/JKSInvestorPortal/Images/icon-add.svg);
  margin-right: 10px;
}
.ModJKSInvestorPortalC .btn-plus-minus.btn-graph::before {
  content: "\f201";
  font-family: "Font Awesome 5 Pro";
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  background: #94F587;
  color: #474A47;
  text-align: center;
  font-size: 1.3em;
}
.ModJKSInvestorPortalC .btn-right-arrow {
  width: 35px;
  height: 35px;
  margin-top: -25px;
}
.ModJKSInvestorPortalC .btn-right-arrow::before {
  display: block;
  width: 35px;
  height: 35px;
  content: url(/DesktopModules/JKSInvestorPortal/Images/icon_new_arrow.svg);
  margin-right: 10px;
}
.ModJKSInvestorPortalC .slate-grey-bg {
  background: #474A47;
  color: #fff;
  padding: 20px 15px 20px;
}
.ModJKSInvestorPortalC .slate-grey-bg h2,
.ModJKSInvestorPortalC .slate-grey-bg h3,
.ModJKSInvestorPortalC .slate-grey-bg h4,
.ModJKSInvestorPortalC .slate-grey-bg h5,
.ModJKSInvestorPortalC .slate-grey-bg p,
.ModJKSInvestorPortalC .slate-grey-bg a {
  color: #fff;
}
.ModJKSInvestorPortalC .slate-grey-bg .btn {
  background: white;
  color: #474A47;
  padding: 3px 12px;
}
.ModJKSInvestorPortalC .slate-grey-bg .btn:hover {
  background: #94F587;
  color: #474A47;
}
.ModJKSInvestorPortalC .light-grey-bg {
  background: #D5D4CE;
  color: #474A47;
  padding: 13px;
}
.ModJKSInvestorPortalC .light-grey-bg p,
.ModJKSInvestorPortalC .light-grey-bg h3,
.ModJKSInvestorPortalC .light-grey-bg h4,
.ModJKSInvestorPortalC .light-grey-bg h5,
.ModJKSInvestorPortalC .light-grey-bg a {
  color: #474A47;
}
.ModJKSInvestorPortalC .green-bg {
  background: #94F587;
  color: #474A47;
  padding: 20px 15px 20px;
}
.ModJKSInvestorPortalC .green-bg h2,
.ModJKSInvestorPortalC .green-bg h3,
.ModJKSInvestorPortalC .green-bg h4,
.ModJKSInvestorPortalC .green-bg h5,
.ModJKSInvestorPortalC .green-bg p,
.ModJKSInvestorPortalC .green-bg a {
  color: #474A47;
}
.ModJKSInvestorPortalC .green-bg .btn {
  background: #000;
  color: #fff;
  padding: 3px 12px;
}
.ModJKSInvestorPortalC .green-bg .btn:hover {
  background: #fff;
  color: #474A47;
}
.ModJKSInvestorPortalC .green-bg .btn.btn-white:hover {
  background: #000 !important;
  color: #fff !important;
}
.ModJKSInvestorPortalC .black-bg {
  background: #000;
  color: #fff;
  padding: 20px 15px 20px;
}
.ModJKSInvestorPortalC .black-bg h2,
.ModJKSInvestorPortalC .black-bg h3,
.ModJKSInvestorPortalC .black-bg h4,
.ModJKSInvestorPortalC .black-bg h5,
.ModJKSInvestorPortalC .black-bg p,
.ModJKSInvestorPortalC .black-bg a {
  color: #fff;
}
.ModJKSInvestorPortalC .black-bg .btn {
  background: #fff;
  color: #474A47;
  padding: 10px 12px;
  border: 1px solid #474A47;
}
.ModJKSInvestorPortalC .black-bg .btn:hover {
  background: #94F587;
  color: #474A47;
  border: 1px solid #94F587;
}
.ModJKSInvestorPortalC .black-bg .btn.btn-green {
  background: #94F587;
  color: #474A47;
  border: 1px solid #94F587;
}
.ModJKSInvestorPortalC .black-bg .btn.btn-green:hover {
  background: #474A47;
  color: #fff;
  border: 1px solid #474A47;
}
.ModJKSInvestorPortalC .black-bg .btn.btn-green:active {
  background: #94F587;
  color: #474A47;
  border: 1px solid #94F587;
}
.ModJKSInvestorPortalC .black-bg .dropdown > a {
  color: #fff;
}
.ModJKSInvestorPortalC .black-bg .dropdown > a:hover {
  color: #94F587;
}
.ModJKSInvestorPortalC .rounded-box {
  border-radius: 15px;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .ModJKSInvestorPortalC .rounded-box {
    margin-bottom: 14px;
  }
}
.ModJKSInvestorPortalC .rounded-bottom-0 {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  margin-bottom: 0;
}
.ModJKSInvestorPortalC .opacity-50 {
  opacity: 0.5;
}
.ModJKSInvestorPortalC .opacity-75 {
  opacity: 0.75;
}
.ModJKSInvestorPortalC input.apple-switch {
  position: relative;
  -webkit-appearance: none;
  outline: none;
  width: 54px;
  height: 30px;
  background-color: #fff;
  border: 1px solid #FFFFFF;
  border-radius: 50px;
  box-shadow: inset -20px 0 0 0 #fff;
  margin: -3px 10px 0 15px;
  cursor: pointer;
}
@media (max-width: 991px) {
  .ModJKSInvestorPortalC input.apple-switch {
    width: 44px;
    height: 28px;
    margin: -5px 5px 0 5px;
  }
}
@media (max-width: 325px) {
  .ModJKSInvestorPortalC input.apple-switch {
    width: 36px;
    height: 24px;
    margin: -4px 5px 0 5px;
  }
}
.ModJKSInvestorPortalC input.apple-switch:after {
  content: "";
  position: absolute;
  /*top: 1px;*/
  left: 1px;
  background: transparent;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.2);
  background: url("/DesktopModules/JKSInvestorPortal/Images/Portal_Icon_switch_units JKS.svg") no-repeat 0px 0px / cover;
  transition: 0.2s;
}
@media (max-width: 991px) {
  .ModJKSInvestorPortalC input.apple-switch:after {
    width: 26px;
    height: 26px;
  }
}
@media (max-width: 325px) {
  .ModJKSInvestorPortalC input.apple-switch:after {
    width: 22px;
    height: 22px;
  }
}
.ModJKSInvestorPortalC input.apple-switch:checked {
  box-shadow: inset 23px 0 0 0 #FFF;
  border-color: #FFF;
}
.ModJKSInvestorPortalC input.apple-switch:checked:after {
  left: 16px;
  box-shadow: -2px 4px 3px rgba(0, 0, 0, 0.05);
  transition: 0.2s;
}
@media (max-width: 325px) {
  .ModJKSInvestorPortalC input.apple-switch:checked:after {
    left: 12px;
  }
}
@media (min-width: 992px) {
  .ModJKSInvestorPortalC input.apple-switch:checked:after {
    left: 23px;
  }
}
.ModJKSInvestorPortalC .list-item {
  padding: 20px 5px;
  display: flex;
  /* primary flex container */
  flex-direction: row;
  /* horizontal alignment of flex items
                                    (default value; can be omitted) */
  align-items: stretch;
  /* will apply equal heights to flex items
                                    (default value; can be omitted) */
  height: 100%;
}
.ModJKSInvestorPortalC .list-item .content {
  width: 100%;
  align-self: center;
}
.ModJKSInvestorPortalC .list-item .content[class*="col-"] {
  padding-right: 2px;
}
.ModJKSInvestorPortalC .list-item .content-right {
  margin-left: auto;
  text-align: right;
  align-self: center;
}
.ModJKSInvestorPortalC .list-item .content-right[class*="col-"] {
  padding-left: 2px;
}
.ModJKSInvestorPortalC .list-item:first-child {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.ModJKSInvestorPortalC .list-item:last-child {
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.ModJKSInvestorPortalC .kiwisaver .filter-open .list-item {
  border: none;
}
.ModJKSInvestorPortalC .kiwisaver .filter-open .list-item:nth-child(odd) {
  background: #D5D4CE;
}
.ModJKSInvestorPortalC .kiwisaver .filter-open .list-item:nth-child(even) {
  background: #fff;
}
.ModJKSInvestorPortalC .kiwisaver .document-list .list-item {
  border: none;
}
.ModJKSInvestorPortalC .kiwisaver .document-list .list-item:nth-child(odd) {
  background: #D5D4CE;
}
.ModJKSInvestorPortalC .kiwisaver .document-list .list-item:nth-child(odd) .btn:hover {
  background: #fff;
}
.ModJKSInvestorPortalC .kiwisaver .document-list .list-item:nth-child(even) {
  background: #fff;
}
.ModJKSInvestorPortalC .kiwisaver .document-list .list-item:last-child {
  border: none;
}
.ModJKSInvestorPortalC .kiwisaver .list-item {
  /*border-left: 1px solid @black;
            border-right: 1px solid @black;*/
}
.ModJKSInvestorPortalC .kiwisaver .list-item:nth-child(odd) {
  background: #D5D4CE;
}
.ModJKSInvestorPortalC .kiwisaver .list-item:nth-child(even) {
  background: #fff;
}
.ModJKSInvestorPortalC .kiwisaver .list-item .btn {
  background: #94F587;
  color: #474A47;
  border: 1px solid #94F587;
}
.ModJKSInvestorPortalC .kiwisaver .list-item .btn:hover {
  background: #94F587;
  color: #474A47;
  border-color: #474A47;
}
.ModJKSInvestorPortalC .dropdown {
  position: relative;
}
.ModJKSInvestorPortalC .dropdown span {
  position: absolute;
  pointer-events: none;
  font-size: 0.8em;
  display: block;
}
.ModJKSInvestorPortalC .dropdown .dropdown-toggle {
  width: 100%;
  border: 0;
  letter-spacing: normal;
  color: #474A47;
  font-weight: 600;
  padding: 20px 0px 15px;
  font-size: 1.1em;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
  text-decoration: none;
  min-height: 25px;
}
.ModJKSInvestorPortalC .dropdown .dropdown-toggle:after {
  /*content: "\f107";*/
  content: url("/DesktopModules/JKSInvestorPortal/Images/Arrow_black.svg");
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  font-weight: 600;
  bottom: 15px;
  border: none;
  right: 2px;
  width: 25px;
  height: 25px;
  font-size: 1.6em;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  text-align: center;
  /*background: @light-grey;*/
  pointer-events: none;
  transform: rotate(90deg);
}
@media (max-width: 767px) {
  .ModJKSInvestorPortalC .dropdown .dropdown-toggle:after {
    width: 30px;
    height: 30px;
    font-size: 1.4em;
    bottom: 10px;
  }
}
.ModJKSInvestorPortalC .dropdown a img {
  width: 100% !important;
  height: 40px !important;
}
@media (max-width: 767px) {
  .ModJKSInvestorPortalC .dropdown a img {
    height: 30px !important;
  }
}
.ModJKSInvestorPortalC .dropdown .dropdown-menu {
  padding: 0px;
  border-radius: 15px;
  min-width: 200px;
  margin-left: -150px;
}
@media (max-width: 767px) {
  .ModJKSInvestorPortalC .dropdown .dropdown-menu {
    min-width: 160px;
    margin-left: -110px;
  }
}
.ModJKSInvestorPortalC .dropdown .dropdown-menu .dropdown-item {
  padding: 10px 10px;
  color: #474A47;
  -webkit-appearance: none;
  white-space: normal;
}
.ModJKSInvestorPortalC .dropdown .dropdown-menu .dropdown-item.active {
  background: none;
}
.ModJKSInvestorPortalC .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #94F587;
}
.ModJKSInvestorPortalC .dropdown .dropdown-menu .dropdown-item:active {
  background-color: #94F587;
}
.ModJKSInvestorPortalC .dropdown .dropdown-menu .dropdown-item:first-child {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.ModJKSInvestorPortalC .dropdown .dropdown-menu .dropdown-item:last-child {
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.ModJKSInvestorPortalC .dropdown .dropdown-menu .dropdown-item.active {
  font-weight: bold;
}
.ModJKSInvestorPortalC .declaration input[type="checkbox"] {
  border: 1px solid #474A47;
  vertical-align: top;
  margin-top: 5px;
}
.ModJKSInvestorPortalC .modal .close {
  margin-top: -10px;
  padding: 0rem 1rem;
}
.ModJKSInvestorPortalC .modal .close span {
  font-size: 40px;
}
.ModJKSInvestorPortalC .modal-header h3 {
  margin-bottom: 0px;
}
.ModJKSInvestorPortalC .modal-content {
  border-radius: 15px;
}
.ModJKSInvestorPortalC .modal.black-modal .modal-content {
  background-color: #000;
}
.ModJKSInvestorPortalC .modal.black-modal .modal-content p,
.ModJKSInvestorPortalC .modal.black-modal .modal-content h4 {
  color: #fff;
}
.ModJKSInvestorPortalC .modal.white-modal .modal-content {
  background-color: #FFF;
}
.ModJKSInvestorPortalC .modal.white-modal .modal-content .modal-body,
.ModJKSInvestorPortalC .modal.black-modal .modal-content .modal-body {
  padding: 1.25rem;
}
.ModJKSInvestorPortalC .modal.white-modal .modal-content button.close,
.ModJKSInvestorPortalC .modal.black-modal .modal-content button.close {
  position: absolute;
  right: 10px;
  top: 20px;
  padding: 0px 9px;
  background-color: #f5f5f5;
  opacity: 1;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  box-shadow: none;
  font-size: 35px;
  color: #474A47 !important;
  z-index: 99999;
}
.ModJKSInvestorPortalC .modal.white-modal .modal-content button.close span,
.ModJKSInvestorPortalC .modal.black-modal .modal-content button.close span {
  font-size: 35px;
}
@media (max-width: 767px) {
  .ModJKSInvestorPortalC .modal.white-modal .modal-content button.close,
  .ModJKSInvestorPortalC .modal.black-modal .modal-content button.close {
    right: 10px;
    top: 20px;
    font-size: 30px;
    height: 28px;
    padding: 0px 7px;
  }
}
.ModJKSInvestorPortalC .modal.modal-login {
  background-color: #7f7f7f;
  opacity: 1;
}
.ModJKSInvestorPortalC .top-up-modal button.close {
  position: absolute;
  right: 20px;
  top: 20px;
  padding: 0px 9px;
  background-color: #f5f5f5;
  opacity: 1;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  box-shadow: none;
  font-size: 36px;
  color: #474A47 !important;
  z-index: 99999;
}
.ModJKSInvestorPortalC .top-up-modal button.close span {
  font-size: 36px;
}
@media (max-width: 767px) {
  .ModJKSInvestorPortalC .top-up-modal button.close {
    right: 10px;
    top: 20px;
    font-size: 30px;
    height: 28px;
    padding: 0px 7px;
  }
  .ModJKSInvestorPortalC .top-up-modal button.close span {
    font-size: 30px;
  }
}
.ModJKSInvestorPortalC .top-up-modal .btn.nav-close {
  background: #94F587;
  color: #474A47;
  border-color: #94F587;
}
.ModJKSInvestorPortalC .top-up-modal .btn.nav-close:hover {
  background: #474A47;
  color: #fff;
  border-color: #474A47;
}
.ModJKSInvestorPortalC .modal-1k-campaign button.close {
  position: absolute;
  right: 20px;
  top: 20px;
  padding: 0px 9px;
  background-color: #f5f5f5;
  opacity: 1;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  box-shadow: none;
  font-size: 36px;
  color: #474A47 !important;
  z-index: 99999;
}
.ModJKSInvestorPortalC .modal-1k-campaign button.close span {
  font-size: 36px;
}
@media (max-width: 767px) {
  .ModJKSInvestorPortalC .modal-1k-campaign button.close {
    right: 10px;
    top: 20px;
    font-size: 30px;
    height: 28px;
    padding: 0px 7px;
  }
  .ModJKSInvestorPortalC .modal-1k-campaign button.close span {
    font-size: 30px;
  }
}
.ModJKSInvestorPortalC .modal-1k-campaign .btn.nav-close {
  background: #94F587;
  color: #474A47;
  border-color: #94F587;
}
.ModJKSInvestorPortalC .modal-1k-campaign .btn.nav-close:hover {
  background: #fff;
  color: #474A47;
  border-color: #474A47;
}
.ModJKSInvestorPortalC .specific-amount {
  height: 24px;
  padding-bottom: 10px;
  margin-left: 2px;
  color: #474A47 !important;
  border-color: #f5f5f5;
  padding-top: 10px;
}
@media (max-width: 767px) {
  .ModJKSInvestorPortalC .specific-amount {
    padding-top: 8px;
  }
}
.ModJKSInvestorPortalC input[type="date"] {
  color: #474A47 !important;
  font-size: 1em;
  border-bottom-color: #f5f5f5;
}
.ModJKSInvestorPortalC input[type="date"]::-webkit-calendar-picker-indicator {
  color: rgba(0, 0, 0, 0);
  opacity: 1;
  display: block;
  background: url("Images/Portal_Calendar_icon.svg") no-repeat;
  width: 15px;
  height: 15px;
  border-width: thin;
}
.ModJKSInvestorPortalC .form-group {
  margin-top: 20px;
}
.ModJKSInvestorPortalC .custom-radio {
  opacity: 1;
  margin-bottom: 5px;
  padding-left: 1.2rem;
}
.ModJKSInvestorPortalC .custom-radio label {
  text-align: left;
}
.ModJKSInvestorPortalC .custom-radio .custom-control-input {
  box-shadow: none !important;
}
.ModJKSInvestorPortalC .custom-radio .custom-control-input ~ .span {
  margin-left: 10px;
}
.ModJKSInvestorPortalC .custom-radio .custom-control-input ~ .custom-control-label::before {
  box-shadow: none;
  border: 2px solid #474A47;
  height: 18px;
  width: 18px;
  top: 0px;
  left: -25px;
}
.ModJKSInvestorPortalC .custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #FFF;
}
.ModJKSInvestorPortalC .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  height: 10px;
  width: 10px;
  background: #474A47;
  border-radius: 100%;
  top: 4px;
  left: -21px;
}
.ModJKSInvestorPortalC .custom-checkbox {
  opacity: 1;
  margin-bottom: 5px;
  padding-left: 1.2rem;
}
.ModJKSInvestorPortalC .custom-checkbox ~ .span {
  margin-left: 10px;
}
.ModJKSInvestorPortalC .custom-checkbox label {
  text-align: left;
}
.ModJKSInvestorPortalC .custom-checkbox .custom-control-input ~ .custom-control-label::before {
  box-shadow: none;
  border: 2px solid #474A47;
  height: 18px;
  width: 18px;
  top: 0px;
  left: -25px;
}
.ModJKSInvestorPortalC .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #FFF;
}
.ModJKSInvestorPortalC .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  height: 18px;
  width: 18px;
  background: #474A47;
  color: #FFF;
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  top: 0px;
  left: -25px;
  font-size: 14px;
  text-align: center;
}
.ModJKSInvestorPortalC .loading_block {
  width: 500px;
  padding: 20px;
  text-align: center;
  margin: auto;
}
.ModJKSInvestorPortalC .loading_block .spinner {
  -webkit-animation: rotation 1.35s linear infinite;
  animation: rotation 1.35s linear infinite;
}
@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
}
@keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
}
.ModJKSInvestorPortalC .loading_block .circle {
  stroke-dasharray: 180;
  stroke-dashoffset: 0;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-animation: turn 1.35s ease-in-out infinite;
  animation: turn 1.35s ease-in-out infinite;
}
@-webkit-keyframes turn {
  0% {
    stroke-dashoffset: 180;
  }
  50% {
    stroke-dashoffset: 45;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  100% {
    stroke-dashoffset: 180;
    -webkit-transform: rotate(450deg);
    transform: rotate(450deg);
  }
}
@keyframes turn {
  0% {
    stroke-dashoffset: 180;
  }
  50% {
    stroke-dashoffset: 45;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  100% {
    stroke-dashoffset: 180;
    -webkit-transform: rotate(450deg);
    transform: rotate(450deg);
  }
}
.ModJKSInvestorPortalC .loading_block svg {
  stroke: #474A47;
}
.ModJKSInvestorPortalC .dropzone .dz-error-message {
  top: 145px !important;
  opacity: 1 !important;
}
.ModJKSInvestorPortalC .variables-busy .-loading {
  position: relative;
  overflow: hidden;
  max-width: 215px;
  border-radius: 15px;
  height: 17px;
}
.ModJKSInvestorPortalC .variables-busy .-loading::before {
  content: '';
  position: absolute;
  background-color: #474A47;
  /*background-color: #fff;*/
  width: 100%;
  height: 100%;
}
.ModJKSInvestorPortalC .variables-busy .-loading::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  transform: translateX(-100%);
  background: linear-gradient(90deg, transparent, #ffffff, transparent);
  /*background: linear-gradient(90deg, transparent, #c9c9c9, transparent);*/
  animation: loading 1.5s infinite;
  top: 0;
  left: 0;
}
@keyframes loading {
  100% {
    transform: translateX(100%);
  }
}
.hidden-alert {
  display: none;
}
.alert {
  background-color: #474A47;
  color: #fff;
}
.btn-alert-close {
  font-size: 1rem;
  font-weight: normal;
  cursor: pointer;
  background: none;
  border: none;
  color: #fff;
  margin-right: 10px;
}
.btn-alert-close:hover {
  color: #fff;
}
.ModJKSInvestorPortalC {
  font-size: 16px;
}
@media (max-width: 991px) {
  .ModJKSInvestorPortalC {
    font-size: 14px;
  }
}
.ModJKSInvestorPortalC p,
.ModJKSInvestorPortalC span {
  font-size: 16px;
  font-weight: normal;
}
@media (max-width: 991px) {
  .ModJKSInvestorPortalC p,
  .ModJKSInvestorPortalC span {
    font-size: 14px;
  }
}
.ModJKSInvestorPortalC h2 {
  font-size: 1.6em;
  margin-bottom: 10px;
}
@media (min-width: 325px) {
  .ModJKSInvestorPortalC h2 {
    font-size: 1.9em;
  }
}
@media (min-width: 992px) {
  .ModJKSInvestorPortalC h2 {
    font-size: 2.2em;
  }
}
.ModJKSInvestorPortalC h5 {
  font-size: 1.4em;
  margin: 0;
}
@media (max-width: 767px) {
  .ModJKSInvestorPortalC h5 {
    font-size: 1.2em;
  }
}
.ModJKSInvestorPortalC h5.greeting {
  font-size: 0px;
  margin-top: 10px;
}
.ModJKSInvestorPortalC h5.greeting span {
  font-size: 25px;
  line-height: 1.1em;
  font-weight: bold;
}
@media (max-width: 767px) {
  .ModJKSInvestorPortalC h5.greeting span {
    font-size: 19px;
  }
}
@media (max-width: 576px) {
  .ModJKSInvestorPortalC h5.greeting span {
    font-size: 16px;
  }
}
@media (max-width: 375px) {
  .ModJKSInvestorPortalC h5.greeting span {
    font-size: 14px;
  }
}
.ModJKSInvestorPortalC h4 {
  font-weight: bold;
  margin-bottom: 15px;
  font-size: 1.7em;
}
.ModJKSInvestorPortalC h4 span {
  font-weight: bold;
  font-size: 1em;
}
.ModJKSInvestorPortalC .dashboard-accounts h4 {
  margin-bottom: 0;
}
.ModJKSInvestorPortalC .text-decoration-underline {
  text-decoration: underline !important;
  text-underline-offset: 1px;
}
.ModJKSInvestorPortalC ul li {
  padding: 6px 0 6px 15px !important;
}
.ModJKSInvestorPortalC ul li:before {
  vertical-align: -2px !important;
  color: #474A47 !important;
  margin: 0 0 0 -15px !important;
}
.ModJKSInvestorPortalC .member-module a {
  text-decoration: underline;
  color: #474A47;
}
.ModJKSInvestorPortalC .member-module a img {
  width: 100% !important;
  height: 40px !important;
}
.ModJKSInvestorPortalC .member-module a.btn {
  text-decoration: none;
}
.ModJKSInvestorPortalC b,
.ModJKSInvestorPortalC strong {
  font-weight: bold !important;
}
.ModJKSInvestorPortalC label {
  color: #474A47;
  /*margin-left: 5px;*/
  font-size: 16px;
}
@media (max-width: 991px) {
  .ModJKSInvestorPortalC label {
    font-size: 14px;
  }
}
.ModJKSInvestorPortalC .text-blue {
  color: #474A47;
}
.ModJKSInvestorPortalC .text-alt-blue {
  color: #474A47;
}
.ModJKSInvestorPortalC .text-alt-blue.label {
  font-size: 0.9em;
}
.ModJKSInvestorPortalC .text-green {
  color: #94F587;
}
/* Views */
.ModJKSInvestorPortalC .dashboard-accounts .border-top.border-dark {
  border-top-width: 2px !important;
  border-color: #000 !important;
}
.ModJKSInvestorPortalC .dashboard-accounts .investment-card {
  /*cursor: pointer;*/
}
@media (min-width: 991px) {
  .ModJKSInvestorPortalC .dashboard-accounts .investment-card .rounded-box {
    min-height: 255px;
  }
}
.ModJKSInvestorPortalC .dashboard-accounts .has-market-value {
  cursor: pointer;
}
.ModJKSInvestorPortalC .dashboard-accounts .investment-name {
  min-height: 1.5em;
  margin-bottom: 0px;
}
.ModJKSInvestorPortalC .dashboard-accounts .investment-code {
  min-height: 1.5em;
}
@media (max-width: 991px) {
  .ModJKSInvestorPortalC .dashboard-accounts .purple-bg,
  .ModJKSInvestorPortalC .dashboard-accounts .yellow.bg {
    padding: 15px 15px;
  }
}
.ModJKSInvestorPortalC .dashboard-accounts .btn {
  margin-top: 30px;
  max-width: 215px;
  width: 100%;
}
@media (max-width: 767px) {
  .ModJKSInvestorPortalC .dashboard-accounts .btn {
    margin-bottom: 0px;
  }
}
.ModJKSInvestorPortalC .dashboard-accounts .btn-account-summary {
  position: absolute;
  right: 25px;
  top: 15px;
  margin-top: -10px !important;
}
.ModJKSInvestorPortalC .dashboard-accounts div.value {
  font-size: 1.3em;
}
.ModJKSInvestorPortalC .dashboard-accounts .add-investment-fund .rounded-box,
.ModJKSInvestorPortalC .dashboard-accounts .add-kiwisaver .rounded-box {
  padding: 30px 20px 28px;
}
@media (min-width: 992px) {
  .ModJKSInvestorPortalC .dashboard-accounts .add-investment-fund .rounded-box,
  .ModJKSInvestorPortalC .dashboard-accounts .add-kiwisaver .rounded-box {
    height: 253px;
  }
}
.ModJKSInvestorPortalC .dashboard-accounts .add-investment-fund h5,
.ModJKSInvestorPortalC .dashboard-accounts .add-kiwisaver h5 {
  margin-bottom: 25px;
}
@media (min-width: 992px) {
  .ModJKSInvestorPortalC .dashboard-accounts .add-investment-fund h5,
  .ModJKSInvestorPortalC .dashboard-accounts .add-kiwisaver h5 {
    margin-top: 0px;
    margin-bottom: 17px;
  }
}
.ModJKSInvestorPortalC .dashboard-accounts .add-investment-fund a,
.ModJKSInvestorPortalC .dashboard-accounts .add-kiwisaver a {
  width: 100%;
}
@media (max-width: 767px) {
  .ModJKSInvestorPortalC .dashboard-accounts h4 {
    font-size: 1.6em;
  }
}
@media (max-width: 576px) {
  .ModJKSInvestorPortalC .dashboard-accounts h4 {
    font-size: 1.4em;
  }
}
@media (max-width: 375px) {
  .ModJKSInvestorPortalC .dashboard-accounts h4 {
    font-size: 1.25em;
  }
}
@media (max-width: 325px) {
  .ModJKSInvestorPortalC .dashboard-accounts h4 {
    font-size: 1.2em;
  }
}
.ModJKSInvestorPortalC .dashboard-accounts .modal .dropdown {
  margin-bottom: 55px;
}
.ModJKSInvestorPortalC .dashboard-accounts .modal .dropdown .dropdown-toggle {
  border-bottom: 1px solid #474A47;
}
.ModJKSInvestorPortalC .dashboard-accounts .modal .dropdown .dropdown-toggle:after {
  bottom: 10px;
  background: none;
}
.ModJKSInvestorPortalC .dashboard-accounts .modal .dropdown .dropdown-menu {
  width: 100%;
  margin: 0px !important;
}
.ModJKSInvestorPortalC .dashboard-accounts .modal .btn {
  padding: 10px;
  width: 50%;
}
.ModJKSInvestorPortalC .dashboard-accounts .modal .btn.btn-white {
  border: 1px #474A47 solid;
}
.ModJKSInvestorPortalC .dashboard-accounts .modal .modal-footer {
  justify-content: center;
  flex-wrap: unset;
}
.ModJKSInvestorPortalC .dashboard-accounts .modal .modal-footer .btn-yellow {
  background-color: #FFDA62;
  color: #474A47;
}
@media (max-width: 991px) {
  .ModJKSInvestorPortalC .dashboard-accounts .add-investment-fund img {
    margin-top: 2px;
  }
  .ModJKSInvestorPortalC .dashboard-accounts .add-investment-fund .rounded-box,
  .ModJKSInvestorPortalC .dashboard-accounts .add-kiwisaver .rounded-box {
    padding: 20px 20px 20px;
  }
}
.ModJKSInvestorPortalC .dashboard-accounts .asat {
  min-height: none;
}
@media (min-width: 991px) {
  .ModJKSInvestorPortalC .dashboard-accounts .asat {
    min-height: 24px;
  }
}
.ModJKSInvestorPortalC .account-summary .kiwisaver .fund-bg {
  background-color: #000;
  color: #fff;
  padding: 13px;
}
.ModJKSInvestorPortalC .account-summary .kiwisaver .fund-bg .portfolios .fund-bg {
  padding: 20px 4px;
}
.ModJKSInvestorPortalC .account-summary .kiwisaver .fund-bg .portfolios .fund-bg.first,
.ModJKSInvestorPortalC .account-summary .kiwisaver .fund-bg .portfolios .fund-bg.panel-open {
  background-color: #474A47;
}
.ModJKSInvestorPortalC .account-summary .kiwisaver .fund-bg.panel-open .btn-plus-minus::before {
  content: url(/DesktopModules/JKSInvestorPortal/Images/icon-minus.svg);
}
.ModJKSInvestorPortalC .account-summary .kiwisaver .fund-bg h5,
.ModJKSInvestorPortalC .account-summary .kiwisaver .fund-bg p,
.ModJKSInvestorPortalC .account-summary .kiwisaver .fund-bg a {
  color: #fff;
}
.ModJKSInvestorPortalC .account-summary .kiwisaver .fund-bg .dropdown > a {
  color: #fff;
}
.ModJKSInvestorPortalC .account-summary .kiwisaver .fund-bg .dropdown > a:hover {
  color: #94F587;
}
.ModJKSInvestorPortalC .account-summary .kiwisaver .graph-legend {
  background: #000;
}
.ModJKSInvestorPortalC .account-summary .kiwisaver input.apple-switch:after {
  background: url("/DesktopModules/JKSInvestorPortal/Images/switch_units%20JKS.svg") no-repeat 0px 0px / cover;
}
.ModJKSInvestorPortalC .account-summary .kiwisaver .portfolio-details {
  background: #f5f5f5;
}
.ModJKSInvestorPortalC .account-summary .btn-white {
  background: #FFF !important;
  color: #474A47;
  padding: 5px;
  border: 1px solid #474A47;
}
.ModJKSInvestorPortalC .account-summary .btn-white:hover {
  background: #94F587 !important;
  color: #474A47 !important;
  border: 1px solid #94F587;
}
.ModJKSInvestorPortalC .account-summary .fund-bg h5,
.ModJKSInvestorPortalC .account-summary .fund-bg p {
  color: #474A47;
}
.ModJKSInvestorPortalC .account-summary .fund-bg .graph-legend {
  background: #474A47;
}
.ModJKSInvestorPortalC .account-summary .fund-bg input.apple-switch:after {
  background: url("/DesktopModules/JKSInvestorPortal/Images/Portal_Icon_switch_units%20JIF.svg") no-repeat 0px 0px / cover;
}
.ModJKSInvestorPortalC .account-summary .portfolios .fund-bg {
  padding: 20px 4px;
}
.ModJKSInvestorPortalC .account-summary .portfolios .fund-bg.rounded-box {
  margin-bottom: 0px;
}
.ModJKSInvestorPortalC .account-summary .portfolios .graph {
  padding: 0;
}
.ModJKSInvestorPortalC .account-summary .portfolios .graph-info span.active {
  text-shadow: 0px 0px 1px #474A47;
}
@media (max-width: 991px) {
  .ModJKSInvestorPortalC .account-summary .portfolios .graph-info {
    font-size: 12px;
  }
}
.ModJKSInvestorPortalC .account-summary .portfolio-details {
  background: #fff;
  padding-top: 30px;
}
.ModJKSInvestorPortalC .account-summary .portfolio-details.show {
  border-radius: 0 0 10px 10px;
}
.ModJKSInvestorPortalC .account-summary .performance-summary .row {
  margin-top: 5px;
  margin-bottom: 5px;
}
.ModJKSInvestorPortalC .account-summary .performance-summary div {
  font-size: 16px;
}
@media (max-width: 991px) {
  .ModJKSInvestorPortalC .account-summary .performance-summary div {
    font-size: 14px;
  }
}
.ModJKSInvestorPortalC .account-summary .performance-summary .fa-info-circle {
  color: #737373;
}
.ModJKSInvestorPortalC .account-summary .larger-text {
  font-size: 1.3em;
}
.ModJKSInvestorPortalC .account-summary .larger-text span {
  font-size: 1em;
}
.ModJKSInvestorPortalC .account-summary .row.view-fund-details {
  margin-top: 35px;
}
.ModJKSInvestorPortalC .account-summary .card-box {
  padding: 20px 20px;
  background: #f5f5f5;
}
@media (max-width: 991px) {
  .ModJKSInvestorPortalC .account-summary .card-box {
    padding: 20px 20px;
    min-height: auto;
  }
}
.ModJKSInvestorPortalC .account-summary .card-box .share-img img {
  width: 145px !important;
  margin-top: 35px;
}
.ModJKSInvestorPortalC .account-summary .card-box .share-text {
  /*margin-top: 20px;
            margin-left: 25px;*/
  /*                @media (max-width:768px) {
                padding: 30px 10px;
                min-height: 150px;
            }*/
}
.ModJKSInvestorPortalC .account-summary .card-box .share-text a.btn {
  margin-top: 25px;
  background: #474A47;
}
.ModJKSInvestorPortalC .account-summary .referral-card {
  padding: 24px;
  border-radius: 24px;
  border: none;
  margin-bottom: 0;
  overflow: hidden;
  position: relative;
  background: transparent;
  color: inherit;
}
@media (max-width: 992px) {
  .ModJKSInvestorPortalC .account-summary .referral-card {
    margin-bottom: 80px;
  }
}
.ModJKSInvestorPortalC .account-summary .referral-card p,
.ModJKSInvestorPortalC .account-summary .referral-card li {
  font-size: 14px;
  color: inherit;
}
.ModJKSInvestorPortalC .account-summary .referral-card h5,
.ModJKSInvestorPortalC .account-summary .referral-card ol {
  color: currentColor;
}
.ModJKSInvestorPortalC .account-summary .referral-card .referral-card-steps ol {
  padding-left: 18px;
  list-style-position: outside;
}
.ModJKSInvestorPortalC .account-summary .referral-card .referral-card-steps ol li {
  margin-bottom: 0;
  padding-bottom: 6px;
}
.ModJKSInvestorPortalC .account-summary .referral-card .referral-card-link {
  color: inherit;
  text-decoration: underline;
  font-weight: bold;
}
.ModJKSInvestorPortalC .account-summary .referral-card .referral-card-link:hover,
.ModJKSInvestorPortalC .account-summary .referral-card .referral-card-link:focus {
  opacity: 0.85;
}
.ModJKSInvestorPortalC .account-summary .referral-card-theme-concept-1 .referral-card {
  background: #94F587;
  color: #474A47;
  border: none;
}
.ModJKSInvestorPortalC .account-summary .referral-card-theme-concept-1 .referral-card-link:hover,
.ModJKSInvestorPortalC .account-summary .referral-card-theme-concept-1 .referral-card-link:focus {
  color: #2e302e;
}
.ModJKSInvestorPortalC .account-summary .referral-card-theme-concept-2 .referral-card {
  background: #000;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.15);
}
.ModJKSInvestorPortalC .account-summary .referral-card-theme-concept-2 .referral-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top right, rgba(255, 255, 255, 0.15), transparent 55%);
  pointer-events: none;
}
.ModJKSInvestorPortalC .account-summary .referral-card-theme-concept-2 .referral-card h5 {
  color: #fff;
}
.ModJKSInvestorPortalC .account-summary .referral-card-theme-concept-2 .referral-card-link:hover,
.ModJKSInvestorPortalC .account-summary .referral-card-theme-concept-2 .referral-card-link:focus {
  color: #ffffff;
}
.ModJKSInvestorPortalC .account-summary .referral-card-theme-concept-2 .referral-card-content {
  color: #fff;
}
.ModJKSInvestorPortalC .account-summary .referral-card-theme-concept-3 .referral-card {
  background: #474A47;
  border: none;
  box-shadow: none;
  color: #fff;
}
.ModJKSInvestorPortalC .account-summary .referral-card-theme-concept-3 .referral-card h5 {
  color: #fff;
}
.ModJKSInvestorPortalC .account-summary .referral-card-theme-concept-3 .referral-card-link:hover,
.ModJKSInvestorPortalC .account-summary .referral-card-theme-concept-3 .referral-card-link:focus {
  color: #ffffff;
}
.ModJKSInvestorPortalC .account-summary .card-wide img {
  min-width: 150px;
  max-width: 150px;
  margin: 0 auto 15px auto;
}
@media (min-width: 480px) {
  .ModJKSInvestorPortalC .account-summary .card-wide img {
    float: right;
    margin-left: 1rem;
    min-width: 200px;
    max-width: 200px;
  }
}
.ModJKSInvestorPortalC .account-summary .baby-bonus-card {
  padding: 20px 20px;
  background: #f5f5f5;
  /*            .baby-bonus-icon {
            //max-width: 145px;

            i {
                font-size: 119px;
                margin-top: 35px;
            }
        }*/
  /*            .fa-check-circle {
                font-size: 3.5em;

                @media(min-width: @screen-md-min){
                    font-size: 6em;
                }
            }*/
  /*            .baby-bonus-text {
            max-width: 300px;
        }*/
}
@media (max-width: 768px) {
  .ModJKSInvestorPortalC .account-summary .baby-bonus-card {
    padding: 20px 20px;
    min-height: auto;
  }
}
.ModJKSInvestorPortalC .account-summary .baby-bonus-card h5 {
  margin-bottom: 10px;
}
.ModJKSInvestorPortalC .account-summary .baby-bonus-card p {
  padding: 0;
  margin: 0px;
}
.ModJKSInvestorPortalC .account-summary .graph-legend {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 10px;
  margin: 0 10px 0 75px;
}
@media (max-width: 991px) {
  .ModJKSInvestorPortalC .account-summary .graph-legend {
    margin: 0px 10px 0px 15px;
  }
}
.ModJKSInvestorPortalC .account-summary .graph-switch-state {
  vertical-align: top;
}
@media (max-width: 991px) {
  .ModJKSInvestorPortalC .account-summary .graph-switch-state {
    font-size: 12px;
  }
}
.ModJKSInvestorPortalC .account-summary .dropdown-menu {
  padding: 0px;
}
.ModJKSInvestorPortalC .account-summary .dropdown-menu .dropdown-item {
  padding: 10px 10px;
  color: #474A47;
}
.ModJKSInvestorPortalC .account-summary .dropdown-menu .dropdown-item.active {
  font-weight: bold;
}
.ModJKSInvestorPortalC .account-summary .highcharts-object-container .highcharts-container .highcharts-root .highcharts-axis.highcharts-yaxis .highcharts-minor-tick:first-of-type {
  display: none;
}
.manage-account {
  width: 100%;
  height: 150px;
  text-align: center;
}
.manage-account img {
  max-width: 150px;
}
@media (max-width: 767px) {
  .ModJKSInvestorPortalC .change-my-fund .fund-change-confirmation .lighter-purple-bg {
    padding: 13px 5px;
  }
}
.ModJKSInvestorPortalC .change-my-fund .fund-change-confirmation ul li::before {
  color: #474A47 !important;
}
.ModJKSInvestorPortalC .change-my-fund a.btn.disabled {
  background: #474A47;
  color: #fff;
  border-color: #474A47;
  opacity: 1;
}
.ModJKSInvestorPortalC .change-my-fund .fund-change-confirmation h4,
.ModJKSInvestorPortalC .change-my-fund .fund-change-completed h4 {
  font-size: 1.35em;
}
.ModJKSInvestorPortalC .change-my-fund .fund-change-confirmation a:not(.btn) {
  display: inline;
  text-decoration: underline;
}
.ModJKSInvestorPortalC .change-my-fund .fund-change-confirmation a.btn {
  width: 100%;
  position: relative;
}
.ModJKSInvestorPortalC .change-my-fund .fund-change-confirmation a.btn i {
  position: absolute;
  left: 0px;
  top: 10px;
}
.ModJKSInvestorPortalC .change-my-fund .fund-change-confirmation .confirm-fund-change-modal a:not(.btn) {
  color: #474A47;
  text-decoration: none;
}
.ModJKSInvestorPortalC .change-my-fund .fund-change-confirmation .confirm-fund-change-modal a:not(.btn):hover {
  text-decoration: underline;
}
.ModJKSInvestorPortalC .change-my-fund i.fas.fa-long-arrow-alt-right {
  padding: 0px 20px;
}
@media (max-width: 767px) {
  .ModJKSInvestorPortalC .change-my-fund i.fas.fa-long-arrow-alt-right {
    padding: 0px 2px;
  }
}
.ModJKSInvestorPortalC .documents .heading-block h5 {
  margin-bottom: 0px;
}
.ModJKSInvestorPortalC .documents h5 {
  margin-bottom: 20px;
}
.ModJKSInvestorPortalC .documents h5.document-type {
  font-weight: normal;
}
.ModJKSInvestorPortalC .documents h5.document-type span {
  opacity: 0.75;
  color: #474A47;
  font-weight: bold;
}
.ModJKSInvestorPortalC .documents h5.document-type span.active {
  font-weight: bold;
  opacity: 1;
  color: #474A47;
}
.ModJKSInvestorPortalC .documents h5.document-type #documents,
.ModJKSInvestorPortalC .documents h5.document-type #forms {
  cursor: pointer;
}
.ModJKSInvestorPortalC .documents h5 .sep {
  padding: 0px 15px;
}
.ModJKSInvestorPortalC .documents h5 .sep .line {
  opacity: 1;
  border: 1px solid #474A47;
  height: 100px;
}
.ModJKSInvestorPortalC .documents .btn {
  padding: 5px 30px;
  text-transform: none;
  width: auto;
}
.ModJKSInvestorPortalC .modal-onboarding button.close {
  position: absolute;
  right: 10px;
  top: 20px;
  padding: 0px 10px;
  background-color: #f5f5f5;
  opacity: 1;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  box-shadow: 1px 1px 6px 1px #000;
  font-size: 40px;
  color: #474A47 !important;
  z-index: 99999;
}
@media (max-width: 767px) {
  .ModJKSInvestorPortalC .modal-onboarding button.close {
    right: 10px;
    top: 20px;
    font-size: 30px;
    height: 28px;
    padding: 0px 7px;
  }
}
.ModJKSInvestorPortalC .modal-onboarding .modal-content {
  border-radius: 0px;
}
.ModJKSInvestorPortalC .modal-onboarding .modal-body {
  padding: 0rem;
  background-color: #FFF;
}
.ModJKSInvestorPortalC .modal-onboarding .modal-body * {
  color: #474A47;
}
.ModJKSInvestorPortalC .modal-onboarding .modal-body h3 {
  text-transform: none;
}
.ModJKSInvestorPortalC .modal-onboarding .modal-body .item-body {
  padding: 30px 40px 30px 40px;
}
@media (max-width: 767px) {
  .ModJKSInvestorPortalC .modal-onboarding .modal-body .item-body {
    padding: 20px 20px;
  }
}
.ModJKSInvestorPortalC .modal-onboarding .modal-dialog {
  margin: 2rem auto;
  box-shadow: 1px 5px 6px 1px #444;
}
@media (max-width: 767px) {
  .ModJKSInvestorPortalC .modal-onboarding .modal-dialog {
    margin: 4rem auto;
  }
}
.ModJKSInvestorPortalC .modal-onboarding .modal-dialog.modal-lg {
  max-width: 700px;
}
@media (max-width: 767px) {
  .ModJKSInvestorPortalC .modal-onboarding .slick-slide {
    max-height: 400px;
  }
}
.ModJKSInvestorPortalC .modal-onboarding .slick-nav {
  padding: 0px 40px 20px;
}
.ModJKSInvestorPortalC .modal-onboarding .slick-nav .text-left,
.ModJKSInvestorPortalC .modal-onboarding .slick-nav .text-right {
  padding: 0px 10px;
}
@media (max-width: 767px) {
  .ModJKSInvestorPortalC .modal-onboarding .slick-nav {
    padding: 0px 20px 10px;
  }
}
.ModJKSInvestorPortalC .modal-onboarding .slick-nav-dots {
  display: inline-block;
  margin-top: 6px;
}
.ModJKSInvestorPortalC .modal-onboarding .slick-nav-dots li {
  display: inline-block;
}
.ModJKSInvestorPortalC .modal-onboarding .slick-nav-prev {
  background: #FFF;
}
.ModJKSInvestorPortalC .modal-onboarding .slick-nav .btn {
  padding: 5px 10px;
  background: #474A47;
  color: #FFF;
  font-size: 0.8em;
  font-weight: bold;
}
.ModJKSInvestorPortalC .modal-onboarding .slick-nav .btn i {
  color: #000;
}
.ModJKSInvestorPortalC .modal-onboarding .slick-nav .btn:hover {
  background: #94F587;
  color: #474A47;
}
@media (max-width: 767px) {
  .ModJKSInvestorPortalC .modal-onboarding .slick-nav .btn {
    width: auto;
  }
}
.ModJKSInvestorPortalC .modal-onboarding .slick-dots {
  list-style-type: none !important;
  padding: 0;
  text-align: center;
  bottom: 40px;
  width: 100%;
}
@media (max-width: 767px) {
  .ModJKSInvestorPortalC .modal-onboarding .slick-dots {
    text-align: center;
    margin-left: 0px;
  }
}
.ModJKSInvestorPortalC .modal-onboarding .slick-dots li {
  display: inline-block;
  padding: 0 10px !important;
}
@media (max-width: 1199px) {
  .ModJKSInvestorPortalC .modal-onboarding .slick-dots li {
    padding: 0 8px !important;
  }
}
@media (max-width: 767px) {
  .ModJKSInvestorPortalC .modal-onboarding .slick-dots li {
    padding: 0 5px !important;
  }
}
@media (max-width: 576px) {
  .ModJKSInvestorPortalC .modal-onboarding .slick-dots li {
    padding: 0 3px !important;
  }
}
@media (max-width: 325px) {
  .ModJKSInvestorPortalC .modal-onboarding .slick-dots li {
    padding: 0 2px !important;
  }
}
.ModJKSInvestorPortalC .modal-onboarding .slick-dots li button {
  background: none;
  border: none;
  background: #f5f5f5;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  text-indent: -9999px;
  padding: 0px;
  width: 20px;
  height: 20px;
}
@media (max-width: 767px) {
  .ModJKSInvestorPortalC .modal-onboarding .slick-dots li button {
    height: 14px;
    width: 14px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
  }
}
.ModJKSInvestorPortalC .modal-onboarding .slick-dots li button:hover {
  background: #94F587;
  cursor: pointer;
}
.ModJKSInvestorPortalC .modal-onboarding .slick-dots li.slick-active button {
  background: #474A47;
}
.ModJKSInvestorPortalC .modal-onboarding .slick-dots li:before {
  content: none;
}
.ModJKSInvestorPortalC .self-serve .services .rounded-box {
  cursor: pointer;
  position: relative;
  min-height: 120px;
  padding: 15px 5px 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .ModJKSInvestorPortalC .self-serve .services .rounded-box {
    padding: 15px 0px 20px;
  }
}
.ModJKSInvestorPortalC .self-serve .services .rounded-box:hover {
  background: #94F587;
  color: #474A47;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.ModJKSInvestorPortalC .self-serve .services .rounded-box:hover * {
  color: #474A47;
}
.ModJKSInvestorPortalC .self-serve .services .rounded-box h5 {
  margin-bottom: 8px;
}
.ModJKSInvestorPortalC .self-serve .services .rounded-box h5 span {
  font-size: 1em;
  font-weight: bold;
}
.ModJKSInvestorPortalC .self-serve .services .rounded-box p {
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 1.25em;
}
.ModJKSInvestorPortalC .self-serve .services .rounded-box img {
  max-width: 80px;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .ModJKSInvestorPortalC .self-serve .services .rounded-box img {
    max-width: 70px;
    margin-right: 0px;
  }
}
.ModJKSInvestorPortalC .self-serve .services .rounded-box a {
  position: absolute;
  width: 100%;
  height: 100%;
  margin-left: -5px;
  margin-top: -5px;
}
.ModJKSInvestorPortalC .self-serve .services .baby-bonus-ss {
  display: none !important;
}
.ModJKSInvestorPortalC .self-serve .services .baby-bonus-ss.d-block {
  display: block !important;
}
.ModJKSInvestorPortalC .transactions .heading-block .btn-circle {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  font-size: 14px;
  margin-right: 0px;
  width: 40px;
  height: 40px;
}
@media (max-width: 767px) {
  .ModJKSInvestorPortalC .transactions .heading-block .btn-circle {
    width: 30px;
    height: 30px;
    font-size: 0.85em;
    bottom: 10px;
    padding: 8px 0px !important;
  }
}
.ModJKSInvestorPortalC .transactions .heading-wrapper {
  position: relative;
  margin-bottom: 20px;
}
.ModJKSInvestorPortalC .transactions .heading-wrapper p {
  font-size: 0.8em;
  margin-bottom: 0;
}
.ModJKSInvestorPortalC .transactions .heading-wrapper .btn-circle {
  border: none;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  font-size: 1.3em;
  margin-right: 0px;
  width: 40px;
  height: 40px;
}
.ModJKSInvestorPortalC .transactions .heading-wrapper .btn-circle.btn-circle-text {
  font-size: 14px;
}
@media (max-width: 767px) {
  .ModJKSInvestorPortalC .transactions .heading-wrapper .btn-circle {
    width: 30px;
    height: 30px;
    font-size: 1em;
    bottom: 10px;
  }
  .ModJKSInvestorPortalC .transactions .heading-wrapper .btn-circle.btn-circle-text {
    font-size: 12px;
    padding: 5px 0px !important;
  }
}
.ModJKSInvestorPortalC .transactions .kiwisaver .heading-wrapper .btn-circle {
  background: #94F587;
}
.ModJKSInvestorPortalC .transactions .transaction-filter {
  padding-bottom: 20px;
}
.ModJKSInvestorPortalC .transactions .transaction-filter .dropdown .dropdown-menu {
  width: 100%;
  margin: 0px !important;
}
.ModJKSInvestorPortalC .transactions .transaction-filter .dropdown .dropdown-toggle {
  white-space: normal;
  padding-right: 30px;
}
.ModJKSInvestorPortalC .transactions .transaction-filter .dropdown .dropdown-toggle:after {
  margin: auto;
  top: 0;
  bottom: 0;
}
.ModJKSInvestorPortalC .transactions .list-item .date {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .ModJKSInvestorPortalC .transactions .list-item .date {
    padding: 0;
  }
}
.ModJKSInvestorPortalC .transactions .list-item .content-right {
  align-self: start;
  /*                text-align: left;
*/
}
.ModJKSInvestorPortalC .transactions .list-item:nth-child(-n + 2) .content-right {
  font-size: 1.2em;
  justify-content: center;
}
.ModJKSInvestorPortalC .transactions .list-item:nth-child(1) {
  padding-bottom: 3px;
  margin-bottom: -1px;
}
.ModJKSInvestorPortalC .transactions .list-item:nth-child(2) {
  padding-top: 2px;
}
.ModJKSInvestorPortalC .transactions .list-item .pending {
  margin-left: 10px;
  background-color: #f5f5f5;
  font-size: 10px;
  padding: 5px 10px;
  border-radius: 30px;
}
.ModJKSInvestorPortalC .transactions .kiwisaver .transaction-filter .dropdown .dropdown-toggle:after {
  /*background: @light-grey;*/
}
.ModJKSInvestorPortalC .transactions .kiwisaver .transaction-filter .dropdown-menu .dropdown-item.active {
  background: #D5D4CE;
}
.ModJKSInvestorPortalC .transactions .kiwisaver .list-item:nth-child(-n + 2) {
  background: #000;
}
.ModJKSInvestorPortalC .transactions .kiwisaver .list-item:nth-child(-n + 2) * {
  color: #FFF;
}
span.flatpickr-day.selected {
  background-color: #94F587;
  border: #94F587;
  color: #474A47;
}
span.flatpickr-day.selected:hover {
  background: #474A47;
  border: #474A47;
  color: #fff;
}
.ModJKSInvestorPortalC .switch-fund {
  padding-bottom: 20px;
}
.ModJKSInvestorPortalC .switch-fund .switch-from-to .dropdown,
.ModJKSInvestorPortalC .switch-fund .reason-for-switch .dropdown {
  /*margin-top: -25px;*/
}
.ModJKSInvestorPortalC .switch-fund .switch-from-to .dropdown .dropdown-toggle,
.ModJKSInvestorPortalC .switch-fund .reason-for-switch .dropdown .dropdown-toggle {
  font-size: 1em;
  font-weight: 400;
  text-decoration: none;
  padding: 0px;
  /*padding-top: 20px;*/
  min-height: 40px;
}
.ModJKSInvestorPortalC .switch-fund .switch-from-to .dropdown .dropdown-toggle:after,
.ModJKSInvestorPortalC .switch-fund .reason-for-switch .dropdown .dropdown-toggle:after {
  background: none;
  bottom: 5px;
}
.ModJKSInvestorPortalC .switch-fund .switch-from-to .dropdown .dropdown-menu,
.ModJKSInvestorPortalC .switch-fund .reason-for-switch .dropdown .dropdown-menu {
  width: 100%;
  margin: 0px !important;
}
.ModJKSInvestorPortalC .switch-fund .specific-amount {
  height: 24px;
  padding-bottom: 10px;
  margin-left: 2px;
}
.ModJKSInvestorPortalC .switch-fund-confirmation .row.list-item:nth-child(odd) {
  background: #FFF;
}
.ModJKSInvestorPortalC .switch-fund .btn {
  margin: 5px 0px;
  padding: 11px 37px;
  width: 100%;
}
.account-settings {
  padding-bottom: 20px;
}
.account-settings .heading-block .dropdown {
  background: #FFF;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
}
.account-settings .heading-block .dropdown .dropdown-toggle {
  padding: 10px 15px;
}
.account-settings .heading-block .dropdown .dropdown-toggle:after {
  background: none;
  top: 2px;
  right: 10px;
  content: "\f107";
  width: 40px;
  height: 40px;
  transform: none;
}
@media (max-width: 991px) {
  .account-settings .heading-block .dropdown .dropdown-toggle:after {
    top: 5px;
  }
}
.account-settings .heading-block .dropdown > a {
  width: 100%;
  text-align: center;
}
.account-settings .heading-block .dropdown .dropdown-menu {
  width: 100%;
  margin: 0;
  text-align: center;
}
.account-settings .heading-block .dropdown .dropdown-menu a.dropdown-item {
  font-weight: bold;
  color: #474A47;
  background: #FFF;
}
.account-settings .heading-block .dropdown .dropdown-menu a.dropdown-item:hover {
  background: #474A47;
  color: #fff;
}
.account-settings .modal span,
.account-settings h1 span,
.account-settings h2 span,
.account-settings h3 span {
  font-size: inherit;
  font-weight: inherit !important;
}
.account-settings #pirRatePopup {
  font-size: 18px;
}
.account-settings .modal-header,
.account-settings .modal-body {
  padding: 20px 30px;
}
.account-settings .modal h3 {
  font-weight: 600;
  text-transform: none;
  font-size: 1.7em;
}
.account-settings label {
  margin: 0;
  opacity: 0.5;
  font-size: 0.9em;
}
.account-settings .toggle-edit {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  padding: 9px 12px;
  color: #474A47;
}
@media (max-width: 991px) {
  .account-settings .toggle-edit {
    width: 30px;
    height: 30px;
    padding: 6px 9px;
  }
}
.account-settings .toggle-edit:hover {
  background: #474A47;
  color: #FFF;
}
.account-settings .settings p {
  margin-bottom: 0;
}
.account-settings .settings .row {
  margin-bottom: 20px;
}
.account-settings .settings .row:last-child {
  margin-bottom: 5px;
}
.account-settings .kiwisaver .toggle-edit {
  background: #94F587;
}
.account-settings .kiwisaver .toggle-edit:hover {
  background: #474A47;
  color: #FFF;
}
.account-settings .kiwisaver p {
  margin-bottom: 0;
}
.account-settings .form {
  margin-top: 20px;
}
.account-settings .form .form-control {
  border-color: #f5f5f5;
  color: #474A47;
}
.account-settings .form .custom-radio label {
  opacity: 1;
  margin-bottom: 10px;
}
.account-settings .form .custom-radio .custom-control-input ~ .custom-control-label::before {
  box-shadow: none;
  border: 2px solid #474A47;
}
.account-settings .form .custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #FFF;
}
.account-settings .form .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background: #474A47;
}
.account-settings .proof-of-address-upload .dropzone {
  background: transparent;
  border-radius: 10px;
  border-style: dashed;
  min-height: 100px;
  margin-top: 20px;
}
.account-settings .proof-of-address-upload .dropzone .dz-progress {
  display: none !important;
}
.account-settings .proof-of-address-upload .dropzone .dz-message {
  margin: 5px 0px;
  color: rgba(0, 0, 0, 0.3);
}
@media (min-width: 1200px) {
  .account-settings .proof-of-address-upload .dropzone .dz-message {
    margin: 15px 0px;
  }
}
.account-settings .proof-of-address-upload .dropzone .upload-blue {
  color: #474A47;
}
.account-settings .proof-of-address-upload .dropzone .separator {
  border: solid;
  border-width: 0 1px;
  padding: 15px 0;
}
@media (max-width: 991px) {
  .account-settings .btn.btn-tertiary {
    width: auto;
  }
}
.ModJKSInvestorPortalC .add-investment {
  padding-bottom: 20px;
}
.ModJKSInvestorPortalC .add-investment .switch-from-to .dropdown .dropdown-toggle,
.ModJKSInvestorPortalC .add-investment .reason-for-switch .dropdown .dropdown-toggle {
  font-size: 1em;
  font-weight: 400;
  text-decoration: none;
  padding: 0px;
}
.ModJKSInvestorPortalC .add-investment .switch-from-to .dropdown .dropdown-toggle:after,
.ModJKSInvestorPortalC .add-investment .reason-for-switch .dropdown .dropdown-toggle:after {
  background: none;
  bottom: 5px;
}
.ModJKSInvestorPortalC .add-investment .switch-from-to .dropdown .dropdown-menu,
.ModJKSInvestorPortalC .add-investment .reason-for-switch .dropdown .dropdown-menu {
  width: 100%;
  margin: 0px !important;
}
.ModJKSInvestorPortalC .add-investment .choose-amount .specific-amount {
  margin-top: 0px;
}
.ModJKSInvestorPortalC .add-investment .choose-amount .specific-amount input[type="text"] {
  height: 24px;
  padding-bottom: 10px;
  margin-left: 2px;
}
.ModJKSInvestorPortalC .add-investment-confirmation .row.list-item:nth-child(odd) {
  background: #FFF;
}
.ModJKSInvestorPortalC .add-investment .btn {
  margin: 5px 0px;
  padding: 11px 37px;
  width: 100%;
}
.ModJKSInvestorPortalC .add-investment .btn-white {
  padding: 11px 37px;
}
.ModJKSInvestorPortalC .add-investment .custom-radio label {
  width: 100%;
}
.ModJKSInvestorPortalC .add-investment .custom-checkbox label {
  width: 100%;
}
.ModJKSInvestorPortalC .make-withdrawal {
  padding-bottom: 20px;
}
.ModJKSInvestorPortalC .make-withdrawal .fund-selector .dropdown {
  margin-top: -25px;
}
.ModJKSInvestorPortalC .make-withdrawal .fund-selector .dropdown .dropdown-toggle {
  font-size: 1em;
  font-weight: 400;
  text-decoration: none;
  padding: 0px;
  padding-top: 20px;
  min-height: 40px;
}
.ModJKSInvestorPortalC .make-withdrawal .fund-selector .dropdown .dropdown-toggle:after {
  background: none;
  bottom: 5px;
}
.ModJKSInvestorPortalC .make-withdrawal .fund-selector .dropdown .dropdown-menu {
  width: 100%;
  margin: 0px !important;
}
.ModJKSInvestorPortalC .make-withdrawal-confirmation .row.list-item:nth-child(odd) {
  background: #FFF;
}
.ModJKSInvestorPortalC .make-withdrawal .btn {
  margin: 5px 0px;
  padding: 11px 37px;
  width: 100%;
}
.ModJKSInvestorPortalC .make-withdrawal .btn-white {
  padding: 11px 37px;
}
.ModJKSInvestorPortalC .make-withdrawal .custom-radio label {
  width: 100%;
}
.ModJKSInvestorPortalC .make-withdrawal .custom-radio .custom-control-input ~ .custom-control-label::before {
  border: 2px solid #857ef6;
}
.ModJKSInvestorPortalC .make-withdrawal .custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #FFF;
}
.ModJKSInvestorPortalC .make-withdrawal .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background: #857ef6;
}
.ModJKSInvestorPortalC .make-withdrawal .custom-radio .specific-amount {
  height: 24px;
  padding-bottom: 10px;
  margin-left: 2px;
}
.ModJKSInvestorPortalC .make-withdrawal .custom-checkbox label {
  width: 100%;
}
.ModJKSInvestorPortalC .make-withdrawal .custom-checkbox .custom-control-input ~ .custom-control-label::before {
  border: 2px solid #857ef6;
}
.ModJKSInvestorPortalC .make-withdrawal .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #FFF;
}
.ModJKSInvestorPortalC .make-withdrawal .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background: #857ef6;
}
.ModJKSInvestorPortalC .make-withdrawal .sub-form-group {
  padding-left: 30px;
  margin-bottom: 20px;
}
.ModJKSInvestorPortalC .manage-direct-debit {
  padding-bottom: 20px;
}
.ModJKSInvestorPortalC .manage-direct-debit .container .dropdown .dropdown-toggle {
  font-size: 1em;
  font-weight: 400;
  text-decoration: none;
  padding: 0px;
}
.ModJKSInvestorPortalC .manage-direct-debit .container .dropdown .dropdown-toggle:after {
  background: none;
  bottom: -5px;
}
.ModJKSInvestorPortalC .manage-direct-debit .container .dropdown .dropdown-menu {
  width: 100%;
  margin: 0px !important;
}
.ModJKSInvestorPortalC .manage-direct-debit .direct-debit-confirmation .row.list-item:nth-child(odd) {
  background: #FFF;
}
.ModJKSInvestorPortalC .manage-direct-debit .direct-debit-confirmation .custom-checkbox + .text-danger.text-left {
  padding-left: 1.2rem;
  margin-bottom: 20px;
}
.ModJKSInvestorPortalC .manage-direct-debit .direct-debits .bg-white {
  padding: 20px 15px 27px;
}
.ModJKSInvestorPortalC .manage-direct-debit .direct-debits .col-md-6:nth-child(odd) {
  padding-left: 0;
}
.ModJKSInvestorPortalC .manage-direct-debit .direct-debits .col-md-6:nth-child(even) {
  padding-right: 0;
}
@media (max-width: 767px) {
  .ModJKSInvestorPortalC .manage-direct-debit .direct-debits .col-12 {
    padding: 0;
  }
}
.ModJKSInvestorPortalC .manage-direct-debit .datepicker {
  border-bottom: 1px solid #6b5cf5;
  background: none;
}
.ModJKSInvestorPortalC .manage-direct-debit .datepicker i {
  color: #6b5cf5;
}
.ModJKSInvestorPortalC .manage-direct-debit .btn {
  margin: 5px 0px;
  padding: 11px 37px;
  width: 100%;
}
.ModJKSInvestorPortalC .manage-direct-debit .btn-white {
  padding: 11px 37px;
}