#info-icon {
  position: absolute;
  right: 14px;
  color: #333333;
  cursor: pointer; }
  #info-icon > img {
    width: 20px;
    height: 20px; }
  #info-icon .info-list {
    display: none;
    position: absolute;
    top: 35px;
    right: -14px;
    z-index: 1;
    padding: 5px 10px;
    line-height: 20px;
    font-size: 14px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 10px;
    box-shadow: 3px 3px 10px #ddd;
    word-break: break-all;
    white-space: normal; }
    #info-icon .info-list ul, #info-icon .info-list ol {
      margin: 3px;
      padding: 0 10px 0 30px; }
      #info-icon .info-list ul ul, #info-icon .info-list ol ul {
        list-style: none;
        padding: 0; }
  #info-icon .chs-list {
    width: 200px; }
  #info-icon .eng-list {
    width: 250px; }

#info-icon.mobile .info-list {
  max-height: 300px;
  overflow: auto;
  top: 25px; }
  #info-icon.mobile .info-list ul, #info-icon.mobile .info-list ol {
    padding-left: 15px; }

#overlay.overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  pointer-events: none; }

#overlay.overlay-open {
  opacity: 1;
  pointer-events: auto; }

#overlay.transparent {
  background: rgba(0, 0, 0, 0.8); }

#six-one-modal .modal {
  font-family: Arial, Helvetica, sans-serif;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 0px;
  z-index: 11;
  opacity: 0;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  pointer-events: none; }

#six-one-modal .modal > div {
  position: relative;
  margin: 50px auto 0 auto;
  border-radius: 4px;
  background-color: #f9fafc;
  -moz-box-shadow: 1px 1px 5px #666;
  -webkit-box-shadow: 1px 1px 5px #666;
  box-shadow: 1px 1px 5px #666;
  overflow: auto;
  transition: "margin-top 0.4s ease"; }

#six-one-modal .modal-open {
  opacity: 1;
  pointer-events: auto; }

#six-one-modal .modal-close {
  position: absolute;
  right: 15px;
  top: 15px;
  color: white;
  font-size: 20px;
  text-align: center; }

#info-modal {
  position: absolute;
  top: 0;
  right: 5px;
  color: #333333;
  cursor: pointer; }
  #info-modal > img {
    width: 20px;
    height: 20px; }
  #info-modal .info-list {
    font-size: 14px;
    text-align: left;
    line-height: 1.8;
    color: #333;
    padding: 5px 10px;
    max-height: 60vh; }
  #info-modal ul, #info-modal ol {
    margin: 3px;
    padding: 0 10px 0 30px; }

#loading-icon .loading-icon {
  height: 534px;
  display: none;
  padding: 20px 0;
  text-align: center;
  color: #999999; }

#loading-icon .manual-loading {
  display: none;
  padding: 10px 0;
  line-height: 40px;
  text-align: center;
  color: #ffffff; }
  #loading-icon .manual-loading .load-more {
    display: inline-block;
    width: 150px;
    line-height: 40px;
    text-align: center;
    background-color: #036eb8;
    border-radius: 20px;
    color: #ffffff;
    cursor: pointer; }
    #loading-icon .manual-loading .load-more:hover {
      color: #fff;
      background-color: #00a0e8; }

#loading-icon .error-msg {
  line-height: 256px;
  font-size: 18px;
  color: #999999;
  text-align: center; }

#loading-icon-mobile {
  color: #ffffff; }
  #loading-icon-mobile .loading-icon {
    display: none;
    padding: 20px 0;
    text-align: center; }
  #loading-icon-mobile .manual-loading {
    display: none;
    margin-top: 10px;
    line-height: 40px;
    text-align: center; }
    #loading-icon-mobile .manual-loading .load-more {
      display: inline-block;
      width: 130px;
      line-height: 35px;
      background-color: #024681;
      color: #ffffff; }
  #loading-icon-mobile .error-msg {
    position: fixed;
    bottom: 0px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.3); }
    #loading-icon-mobile .error-msg div {
      padding: 15px 5px;
      text-align: center;
      color: #999999; }

.button-group {
  height: 42px;
  font-size: 18px;
  position: relative; }
  .button-group .link-container {
    display: inline-block;
    width: 201px;
    text-align: center;
    border-radius: 21px;
    border: 1px solid #00b7ef;
    color: #00b7ef;
    line-height: 42px;
    margin-right: 17px;
    cursor: pointer;
    position: relative; }
    .button-group .link-container #info-icon, .button-group .link-container #info-modal {
      top: -1px;
      text-align: left; }
  .button-group .active {
    background-color: #00b7ef;
    color: #fff; }

#ExpandedTable {
  box-sizing: border-box;
  text-align: center; }
  #ExpandedTable .no-data {
    font-size: 22px;
    border: 1px solid #dddddd;
    border-top: none;
    padding: 20px 0; }
    @media (max-width: 768px) {
      #ExpandedTable .no-data {
        font-size: 16px; } }
  #ExpandedTable .title {
    background-color: #152f51;
    height: 30px;
    line-height: 30px;
    color: #fff;
    margin: 0;
    font-weight: 500;
    font-size: 14px; }
    @media (max-width: 768px) {
      #ExpandedTable .title {
        font-size: 14px;
        font-weight: normal; } }
  #ExpandedTable #ExpandedTableHeader {
    background-color: #024681;
    color: #ffffff;
    height: 34px;
    display: block; }
  #ExpandedTable .row {
    display: block;
    height: 34px;
    width: 100%;
    margin: 0; }
  #ExpandedTable .row.even-row {
    background-color: #F9FAFC; }
  #ExpandedTable .cell {
    display: inline-block;
    border: 1px solid #dddddd;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 10px;
    position: relative; }
    #ExpandedTable .cell.sortable {
      cursor: pointer; }
    #ExpandedTable .cell.up::before {
      bottom: 1px;
      left: 50%;
      margin-left: -6px;
      content: '';
      display: block;
      position: absolute;
      cursor: pointer;
      border: 6px solid #fff;
      border-top-color: transparent !important;
      border-left-color: transparent !important;
      border-right-color: transparent !important; }
    #ExpandedTable .cell.down:before {
      bottom: -5px;
      left: 50%;
      margin-left: -6px;
      content: '';
      display: block;
      position: absolute;
      cursor: pointer;
      border: 6px solid #fff;
      border-bottom-color: transparent !important;
      border-left-color: transparent !important;
      border-right-color: transparent !important; }
    @media (max-width: 768px) {
      #ExpandedTable .cell {
        font-size: 12px; } }
    #ExpandedTable .cell #info-icon, #ExpandedTable .cell #info-modal {
      top: -1px;
      text-align: left; }
      @media (max-width: 980px) {
        #ExpandedTable .cell #info-icon, #ExpandedTable .cell #info-modal {
          white-space: normal; } }
  #ExpandedTable .adjust-style-for-showing-info-card {
    overflow: initial;
    vertical-align: top; }
  #ExpandedTable .cell-hover-main-row-col:hover {
    background: #EAF1FF; }
  #ExpandedTable .cell-hover-detail-row-col:hover {
    background: #036EB8;
    color: #fff; }
  #ExpandedTable .align-angle-to-the-cell-right {
    position: absolute;
    right: 20px;
    top: 8px; }
  #ExpandedTable .cursor-pointer {
    cursor: pointer; }

#ShareholdersAuSharesHeldValChgTable {
  padding: 8px; }
  #ShareholdersAuSharesHeldValChgTable .title-wrapper {
    border: 1px solid #DCDCDC;
    padding: 0 10px;
    margin: 15px 0;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    vertical-align: center;
    align-items: center; }
    @media (max-width: 768px) {
      #ShareholdersAuSharesHeldValChgTable .title-wrapper {
        font-size: 10px;
        padding: 0 5px;
        display: block; } }
    #ShareholdersAuSharesHeldValChgTable .title-wrapper h2.title {
      margin: 10px 0;
      font-size: 20px;
      letter-spacing: 0; }
      @media (max-width: 768px) {
        #ShareholdersAuSharesHeldValChgTable .title-wrapper h2.title {
          font-size: 12px;
          margin: 5px 0; } }
    @media (max-width: 768px) {
      #ShareholdersAuSharesHeldValChgTable .title-wrapper .date-range {
        margin-bottom: 5px;
        font-size: 12px; } }

#MostBuyCodesTable {
  margin: 20px 0; }
  @media (max-width: 768px) {
    #MostBuyCodesTable {
      padding: 0 8px; } }
  #MostBuyCodesTable .title {
    background-color: #036EB8;
    font-size: 15px;
    letter-spacing: 0;
    color: #fff;
    margin: 0 1px;
    height: 30px;
    line-height: 30px;
    text-align: center; }
    #MostBuyCodesTable .title #info-icon-wrapper {
      display: inline-block;
      position: relative;
      top: -22px;
      left: 33px;
      font-weight: normal; }
      #MostBuyCodesTable .title #info-icon-wrapper .info-list {
        text-align: left;
        line-height: 2;
        top: 30px; }
        #MostBuyCodesTable .title #info-icon-wrapper .info-list li {
          margin-top: 5px; }
      @media (max-width: 568px) {
        #MostBuyCodesTable .title #info-icon-wrapper {
          top: -23px; } }
    @media (max-width: 980px) {
      #MostBuyCodesTable .title {
        margin: 0;
        font-size: 14px;
        font-weight: normal;
        height: 35px;
        line-height: 35px;
        width: 533px;
        text-align: left;
        padding-left: 10px;
        margin: 0 1px; } }
    @media (max-width: 568px) {
      #MostBuyCodesTable .title {
        width: initial; } }
  #MostBuyCodesTable .button-wrapper {
    display: flex;
    justify-content: center;
    height: 103px;
    border: 1px solid #D2D2D2;
    border-top: 0;
    padding: 35px 0; }
    @media (max-width: 768px) {
      #MostBuyCodesTable .button-wrapper {
        border: initial;
        padding: initial;
        height: initial; } }
    #MostBuyCodesTable .button-wrapper .most-buy-codes-table-button {
      display: inline-block;
      margin: 0 auto;
      cursor: pointer;
      text-align: center;
      height: 30px;
      line-height: 30px;
      background-color: #036EB8;
      color: #fff;
      border-radius: 15px;
      padding: 0 20px; }
      @media (max-width: 768px) {
        #MostBuyCodesTable .button-wrapper .most-buy-codes-table-button {
          margin: 15px 0 20px 0;
          font-size: 12px; } }
  #MostBuyCodesTable .range-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #fff; }
    @media (max-width: 768px) {
      #MostBuyCodesTable .range-bar {
        font-size: 12px; } }
    #MostBuyCodesTable .range-bar .range {
      padding: 5px 10px;
      background-color: #8DC21F; }
      @media (max-width: 768px) {
        #MostBuyCodesTable .range-bar .range {
          padding: 2px 5px; } }
    #MostBuyCodesTable .range-bar .monthly {
      padding: 5px 10px;
      background-color: #01B7EF; }
      @media (max-width: 768px) {
        #MostBuyCodesTable .range-bar .monthly {
          padding: 2px 5px; } }

#IndustrySumTable {
  padding: 0 10px;
  padding-bottom: 10px; }

#ShareholdersByQueryType #ShareholdersTreeMap h2 {
  border: 1px solid #DCDCDC;
  padding: 10px;
  background-color: #fff;
  font-size: 20px;
  letter-spacing: 0; }
  @media (max-width: 768px) {
    #ShareholdersByQueryType #ShareholdersTreeMap h2 {
      font-size: 12px;
      margin: 10px 6px; } }

#ShareholdersByQueryType #ShareholdersTreeMap .button-group {
  display: inline-block;
  font-size: 14px;
  height: 36px;
  color: #fff; }
  @media (max-width: 768px) {
    #ShareholdersByQueryType #ShareholdersTreeMap .button-group {
      display: flex;
      font-size: 12px;
      justify-content: end;
      background-color: initial; } }
  #ShareholdersByQueryType #ShareholdersTreeMap .button-group .link-container {
    line-height: 14px;
    padding: 10px 20px;
    margin-right: 0;
    border-radius: 0;
    background-color: #024681;
    border: none;
    color: #fff; }
    @media (max-width: 768px) {
      #ShareholdersByQueryType #ShareholdersTreeMap .button-group .link-container {
        padding: 7px 10px;
        width: 100px; } }
  #ShareholdersByQueryType #ShareholdersTreeMap .button-group .active {
    background-color: #00a0e8; }

#Shareholders {
  padding: 20px;
  background-color: #fff;
  box-shadow: 3px 3px 10px #ddd; }

#ShareholdersByQueryType {
  margin-top: 10px;
  padding: 5px 10px;
  box-shadow: 3px 3px 10px #ddd; }
  @media (max-width: 768px) {
    #ShareholdersByQueryType {
      margin-top: 0;
      padding: 38px 0 0 0; } }
  @media (max-width: 768px) {
    #ShareholdersByQueryType .button-group {
      background-color: #024681;
      font-size: 12px;
      display: flex;
      justify-content: space-around;
      align-items: center;
      height: initial;
      padding: 6px; } }
  @media (max-width: 768px) {
    #ShareholdersByQueryType .button-group .link-container {
      line-height: initial;
      height: 36px;
      width: 85px;
      padding: 3px;
      display: flex;
      justify-content: center;
      align-items: center;
      margin-right: initial;
      color: #ffffff;
      border: 1px solid #EAF1FF; } }
  @media (max-width: 768px) {
    #ShareholdersByQueryType .button-group .link-container #info-icon, #ShareholdersByQueryType .button-group .link-container #info-modal {
      top: 9px;
      right: 3px; } }
  @media (max-width: 768px) {
    #ShareholdersByQueryType #RegionSumExpandedTable {
      padding: 0 8px;
      margin-top: 10px; } }
  #ShareholdersByQueryType .toolTip {
    padding: 20px 40px;
    font-size: 15px;
    background-color: white; }

#six-one-qr-code img {
  position: fixed;
  right: -110px;
  width: 139px;
  height: 112px;
  cursor: pointer;
  transition: .25s ease-in-out; }

#six-one-qr-code img.public {
  top: 350px; }

#six-one-qr-code img.contact {
  top: 462px; }

#six-one-qr-code img.active {
  right: 0; }

#back-to-top {
  display: none;
  position: fixed;
  right: 30px;
  bottom: 30px;
  cursor: pointer;
  opacity: 0.5;
  z-index: 2;
  -webkit-animation: toggleUpDown 500ms infinite alternate;
  animation: toggleUpDown 500ms infinite alternate; }
  #back-to-top img {
    width: 56px;
    height: 56px; }
  #back-to-top:hover {
    opacity: 0.8; }

#login-reminder {
  position: relative;
  height: 670px;
  color: white;
  text-align: center;
  font-weight: lighter;
  font-size: 24px;
  font-family: 'ariel'; }
  #login-reminder a {
    color: white; }
  #login-reminder .speedy {
    position: absolute;
    right: 10px;
    top: 15px;
    display: inline-block;
    padding: 5px 15px;
    border-radius: 10px;
    border: 1px solid #00b7ef;
    font-size: 20px;
    font-weight: normal;
    cursor: pointer; }
  #login-reminder .speedy:hover {
    background-color: #00b7ef; }
  #login-reminder .reminder-title {
    padding-top: 168px;
    padding-bottom: 30px;
    font-size: 46px; }
  #login-reminder .reminder-content {
    margin-bottom: 95px;
    color: #ddd;
    line-height: 1.8; }
    #login-reminder .reminder-content .register, #login-reminder .reminder-content .confirm {
      margin-left: 5px;
      color: #00b7ef; }
    #login-reminder .reminder-content .register, #login-reminder .reminder-content .confirm, #login-reminder .reminder-content .login {
      cursor: pointer;
      padding-bottom: 3px;
      border-bottom: 1px solid white;
      font-weight: normal;
      text-transform: lowercase; }
    #login-reminder .reminder-content .register:hover, #login-reminder .reminder-content .confirm:hover, #login-reminder .reminder-content .login:hover {
      font-weight: bold; }
  #login-reminder .reminder-btns {
    line-height: 60px; }
    #login-reminder .reminder-btns .register, #login-reminder .reminder-btns .confirm {
      display: inline-block;
      margin-right: 110px;
      padding: 0 40px;
      line-height: 60px;
      border-radius: 50px;
      background-color: #036eb8;
      font-weight: normal;
      text-align: center;
      cursor: pointer; }
    #login-reminder .reminder-btns .register:hover, #login-reminder .reminder-btns .confirm:hover {
      background-color: #00b7ef; }
    #login-reminder .reminder-btns .login {
      margin-right: 72px;
      cursor: pointer; }
    #login-reminder .reminder-btns .login:hover, #login-reminder .reminder-btns .skip:hover {
      color: white;
      font-weight: normal;
      cursor: pointer; }

#login-reminder.mobile {
  height: auto;
  padding: 20px;
  font-size: 16px; }
  #login-reminder.mobile .speedy {
    position: fixed;
    top: auto;
    bottom: 4%;
    right: 5%;
    font-size: 14px;
    padding: 5px 10px; }
  #login-reminder.mobile .reminder-title {
    padding-top: 60px;
    font-size: 28px; }
  #login-reminder.mobile .reminder-content {
    margin-bottom: 50px; }
  #login-reminder.mobile .reminder-btns .register, #login-reminder.mobile .reminder-btns .confirm {
    display: block;
    line-height: 35px;
    text-align: center;
    width: 130px;
    padding: 0;
    margin: 40px auto 10px auto; }
  #login-reminder.mobile .reminder-btns .login {
    margin-right: 30px; }
    #login-reminder.mobile .reminder-btns .login.no-skip {
      margin-right: 0; }

@media (max-height: 600px) {
  #login-reminder.mobile .reminder-title {
    padding-top: 10px; }
  #login-reminder.mobile .reminder-content {
    margin-bottom: 20px; } }

@media (max-height: 420px) {
  #login-reminder.mobile .reminder-title {
    padding-top: 0;
    padding-bottom: 10px; }
  #login-reminder.mobile .reminder-content {
    margin-bottom: 5px; } }

#blur-modal #six-one-modal .modal > div {
  max-height: 84vh; }

#blur-modal .logo {
  position: fixed;
  top: 5%;
  z-index: 99;
  width: 100%;
  text-align: center; }
  #blur-modal .logo img {
    width: 250px; }

#blur-modal.mobile .logo {
  position: fixed;
  top: 25px;
  z-index: 99;
  width: 100%;
  text-align: center; }
  #blur-modal.mobile .logo img {
    height: 25px;
    width: auto; }

@media (max-width: 1200px) {
  #blur-modal .logo {
    top: 3%; } }

@media (max-width: 740px) {
  #blur-modal .logo.responsive-hide-logo {
    visibility: hidden; } }

@media (max-height: 500px) {
  #blur-modal #six-one-modal .modal > div {
    margin-top: 8vh; }
  #blur-modal .logo.responsive-hide-logo {
    visibility: hidden; } }

#login-reminder {
  position: relative;
  height: 670px;
  color: white;
  text-align: center;
  font-weight: lighter;
  font-size: 24px;
  font-family: 'ariel'; }
  #login-reminder a {
    color: white; }
  #login-reminder .speedy {
    position: absolute;
    right: 10px;
    top: 15px;
    display: inline-block;
    padding: 5px 15px;
    border-radius: 10px;
    border: 1px solid #00b7ef;
    font-size: 20px;
    font-weight: normal;
    cursor: pointer; }
  #login-reminder .speedy:hover {
    background-color: #00b7ef; }
  #login-reminder .reminder-title {
    padding-top: 168px;
    padding-bottom: 30px;
    font-size: 46px; }
  #login-reminder .reminder-content {
    margin-bottom: 95px;
    color: #ddd;
    line-height: 1.8; }
    #login-reminder .reminder-content .register, #login-reminder .reminder-content .confirm {
      margin-left: 5px;
      color: #00b7ef; }
    #login-reminder .reminder-content .register, #login-reminder .reminder-content .confirm, #login-reminder .reminder-content .login {
      cursor: pointer;
      padding-bottom: 3px;
      border-bottom: 1px solid white;
      font-weight: normal;
      text-transform: lowercase; }
    #login-reminder .reminder-content .register:hover, #login-reminder .reminder-content .confirm:hover, #login-reminder .reminder-content .login:hover {
      font-weight: bold; }
  #login-reminder .reminder-btns {
    line-height: 60px; }
    #login-reminder .reminder-btns .register, #login-reminder .reminder-btns .confirm {
      display: inline-block;
      margin-right: 110px;
      padding: 0 40px;
      line-height: 60px;
      border-radius: 50px;
      background-color: #036eb8;
      font-weight: normal;
      text-align: center;
      cursor: pointer; }
    #login-reminder .reminder-btns .register:hover, #login-reminder .reminder-btns .confirm:hover {
      background-color: #00b7ef; }
    #login-reminder .reminder-btns .login {
      margin-right: 72px;
      cursor: pointer; }
    #login-reminder .reminder-btns .login:hover, #login-reminder .reminder-btns .skip:hover {
      color: white;
      font-weight: normal;
      cursor: pointer; }

#login-reminder.mobile {
  height: auto;
  padding: 20px;
  font-size: 16px; }
  #login-reminder.mobile .speedy {
    position: fixed;
    top: auto;
    bottom: 4%;
    right: 5%;
    font-size: 14px;
    padding: 5px 10px; }
  #login-reminder.mobile .reminder-title {
    padding-top: 60px;
    font-size: 28px; }
  #login-reminder.mobile .reminder-content {
    margin-bottom: 50px; }
  #login-reminder.mobile .reminder-btns .register, #login-reminder.mobile .reminder-btns .confirm {
    display: block;
    line-height: 35px;
    text-align: center;
    width: 130px;
    padding: 0;
    margin: 40px auto 10px auto; }
  #login-reminder.mobile .reminder-btns .login {
    margin-right: 30px; }
    #login-reminder.mobile .reminder-btns .login.no-skip {
      margin-right: 0; }

@media (max-height: 600px) {
  #login-reminder.mobile .reminder-title {
    padding-top: 10px; }
  #login-reminder.mobile .reminder-content {
    margin-bottom: 20px; } }

@media (max-height: 420px) {
  #login-reminder.mobile .reminder-title {
    padding-top: 0;
    padding-bottom: 10px; }
  #login-reminder.mobile .reminder-content {
    margin-bottom: 5px; } }

#community-regulation {
  position: relative;
  height: calc(100% - 20px);
  color: white;
  font-weight: lighter;
  font-family: 'ariel'; }
  #community-regulation a {
    color: white; }
  #community-regulation .reminder-title {
    font-size: 46px;
    margin-top: 50px;
    margin-bottom: 30px;
    text-align: center; }
  #community-regulation .regulation-content {
    margin: 0 auto 15px auto;
    padding: 20px 30px;
    width: 80%;
    height: 440px;
    line-height: 1.8;
    color: #fff;
    font-size: 14px;
    border: 1px solid #aaa;
    border-radius: 20px;
    overflow: auto; }
    #community-regulation .regulation-content .regulation-title {
      text-align: center;
      font-size: 22px;
      color: #00b7ef;
      font-weight: 400; }
    #community-regulation .regulation-content ul {
      list-style: none;
      padding-left: 0; }
      #community-regulation .regulation-content ul > li > ul {
        padding-left: 20px; }
  #community-regulation .terms-text {
    width: 78%;
    margin: 0 auto;
    font-size: 14px;
    color: #00b7ef;
    font-weight: 500; }
    #community-regulation .terms-text a {
      color: red;
      text-decoration: underline; }
  #community-regulation .reminder-btns {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 80%;
    margin: -20px auto 0 auto;
    padding-bottom: 30px;
    font-size: 16px; }
    #community-regulation .reminder-btns .tick-box {
      height: 20px;
      width: 20px;
      border: 1px solid #ddd;
      background-color: #fff;
      margin-right: 10px; }
    #community-regulation .reminder-btns .confirm {
      margin-left: 20px;
      width: 99px;
      line-height: 34px;
      border: 1px solid #00b7ef;
      border-radius: 50px;
      font-weight: normal;
      text-align: center;
      cursor: pointer; }
      #community-regulation .reminder-btns .confirm:hover {
        background-color: #00b7ef; }
    #community-regulation .reminder-btns .disagreed {
      cursor: not-allowed;
      background-color: #aaa;
      border: 1px solid #aaa; }
      #community-regulation .reminder-btns .disagreed:hover {
        background-color: #aaa; }

#community-regulation.mobile {
  overflow: hidden; }
  #community-regulation.mobile .reminder-title {
    font-size: 28px;
    margin-top: 40px;
    margin-bottom: 30px; }
  #community-regulation.mobile .regulation-content {
    padding: 5px 10px;
    height: calc(100% - 220px);
    font-size: 12px; }
    #community-regulation.mobile .regulation-content .regulation-title {
      font-size: 16px; }
  #community-regulation.mobile .terms-text {
    font-size: 13px; }
  #community-regulation.mobile .reminder-btns {
    font-size: 14px;
    margin: 10px auto; }
    #community-regulation.mobile .reminder-btns .confirm {
      width: 69px;
      line-height: 24px; }
    #community-regulation.mobile .reminder-btns .tick-box {
      width: 16px;
      height: 16px; }

#search-bar {
  /* dropMenu's div children */ }
  #search-bar input {
    width: 200px;
    padding: 5px 10px;
    text-indent: 20px;
    background-image: url(https://www.61financial.com.au/build/client/../_assets/a188982a5179bec9d781e850098075e9.png);
    background-repeat: no-repeat; }
  #search-bar div div div {
    padding: 2px 10px; }

#search-bar-mobile {
  position: fixed;
  top: 1rem;
  width: 100%;
  display: none;
  padding: 5px;
  background-color: #155a93;
  z-index: 100;
  font-size: 14px;
  line-height: 1.45;
  /* dropMenu's div children */ }
  #search-bar-mobile > div {
    width: 100%; }
  #search-bar-mobile input {
    width: 100%;
    padding: 5px 10px;
    height: 36px; }
    #search-bar-mobile input:focus {
      border: 2px solid #ffc107; }
  #search-bar-mobile div div div {
    padding: 2px 10px; }

#drop-menu {
  position: relative;
  background-color: #ffffff;
  line-height: 30px;
  min-width: 120px;
  color: #155a93;
  cursor: pointer; }
  #drop-menu .user {
    padding: 0 10px; }
    #drop-menu .user span {
      margin-right: 20px; }
  #drop-menu .arrow-icon {
    position: absolute;
    top: 11px;
    right: 5px;
    width: 12px;
    height: 8px; }
  #drop-menu .content {
    display: none;
    position: absolute;
    margin-top: 1px;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    min-width: 120px;
    z-index: 2; }
    #drop-menu .content .menu-item {
      display: block;
      line-height: 40px;
      padding: 0 10px;
      border-bottom: 1px dashed #dddddd;
      color: #155a93; }
      #drop-menu .content .menu-item .icon {
        width: 18px;
        height: 18px;
        margin-right: 5px;
        margin-bottom: 2px; }
    #drop-menu .content .menu-item:last-child {
      border-bottom: none; }
    #drop-menu .content .menu-item:hover {
      background-color: #f9fafc; }
    #drop-menu .content .menu-item.active {
      background-color: #00b7ef; }
      #drop-menu .content .menu-item.active span {
        color: #ffffff; }
  #drop-menu .show {
    display: block; }

#six-one-header {
  position: fixed;
  top: 0;
  height: 70px;
  width: 100%;
  background-color: #155a93;
  margin-bottom: 10px;
  z-index: 9;
  font-size: 14px; }
  #six-one-header a {
    text-decoration: none;
    color: #fff; }
  #six-one-header .logo {
    margin-right: 20px; }
    #six-one-header .logo img {
      width: 200px; }
  #six-one-header .lang {
    line-height: 70px;
    width: 70px;
    margin-left: 50px;
    color: #fff;
    text-align: center;
    cursor: pointer; }
  #six-one-header .sign-btn {
    display: inline-block;
    border-radius: 5px;
    color: #155a93;
    background-color: #fff;
    margin: 0 2px;
    padding: 8px;
    cursor: pointer; }
  #six-one-header .sign-btn:hover {
    background-color: #00b7ef;
    color: #fff; }
  #six-one-header ul.top-nav {
    margin: 0 20px 0 0;
    padding-left: 0px; }
    #six-one-header ul.top-nav li {
      display: inline-block;
      padding: 0 22px; }
    #six-one-header ul.top-nav li.active {
      background-color: #036eb8; }
    #six-one-header ul.top-nav div.wrap-content {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      height: 70px; }
      #six-one-header ul.top-nav div.wrap-content img {
        width: 24px;
        height: 24px; }

@charset "UTF-8";
.g-cms img {
  display: block;
  margin: 20px auto;
  max-width: 100%; }
  .g-cms img ~ em {
    display: block;
    text-align: center;
    margin: .5rem 0 1.5rem; }

.g-cms blockquote {
  margin: -20px 0 20px 0;
  background-color: #f5f5f5;
  border-left: 5px solid #ccc;
  padding: 1.25em 1.5em; }

.g-cms h2 {
  margin-top: 50px; }

.g-cms h5 {
  font-size: 16px;
  font-weight: bold;
  margin: 15px 0; }

.g-cms ol, .g-cms ul {
  margin: 1em 0;
  padding: 0 0 0 40px;
  line-height: 1.7; }

.g-cms ol li {
  list-style-type: decimal; }

.g-cms ul li {
  list-style-type: disc; }

.g-cms li {
  display: list-item;
  margin: 8px 0;
  line-height: 1.7; }

.g-cms p {
  line-height: 1.7; }

.g-cms hr {
  border-bottom: 1px solid #ccc;
  border-top: 0;
  border-left: 0;
  padding: 0 !important; }

.g-cms i {
  font-style: italic; }

.g-cms b {
  font-weight: bold; }

.g-cms-mobile img {
  width: 100%;
  height: 100%; }
  .g-cms-mobile img ~ em {
    display: block;
    text-align: center;
    margin: .5rem 0 1.5rem; }

.g-cms-mobile blockquote {
  margin: -20px 0 10px 0;
  background-color: #f5f5f5;
  border-left: 5px solid #ccc;
  padding: 1.25em 1.5em; }

.g-cms-mobile ol, .g-cms-mobile ul {
  margin: 0.8em 0;
  padding: 0 0 0 35px; }

.g-cms-mobile li {
  margin: 8px 0;
  line-height: 1.7; }

.g-cms-mobile p {
  line-height: 1.7; }

.g-cms-mobile hr {
  padding: 10px !important; }

.block {
  display: block !important; }

.inline-block {
  display: inline-block !important; }

.text-right {
  text-align: right; }

.text-white {
  color: white; }

.unselectable, .g-highlight-blue-button {
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none; }

.disabled {
  cursor: not-allowed !important;
  color: white; }
  .disabled * {
    pointer-events: none !important;
    background-color: #999999 !important;
    border: none !important;
    color: white !important; }

.disabled:hover * {
  background-color: #999999; }

.upside-down {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.blur-filter {
  height: 100vh;
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px); }

.vertical-middle > * {
  vertical-align: middle;
  display: inline-block; }

.vertical-middle:before {
  height: 100%;
  vertical-align: middle;
  content: ''; }

.btn {
  display: inline-block;
  margin: 0 auto;
  width: 120px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  border-radius: 50px;
  cursor: pointer; }

.button {
  display: inline-block;
  width: 120px;
  height: 32px;
  border-width: 1px;
  border-style: solid;
  border-radius: 10px;
  outline: none;
  cursor: pointer; }

.bg-light-blue {
  background-color: #66e2ff;
  color: #fff; }
  .bg-light-blue:hover {
    background-color: #66e2ff; }
  .bg-light-blue.active {
    background-color: #00b7ef; }

.bg-highlight-blue {
  background-color: #00b7ef;
  color: #fff; }
  .bg-highlight-blue:hover {
    background-color: #66e2ff; }
  .bg-highlight-blue.active {
    background-color: #00b7ef; }

.bg-highlight-blue2 {
  background-color: #00b7ef;
  color: #fff;
  border-color: #00b7ef; }
  .bg-highlight-blue2:hover {
    color: #ff0; }
  .bg-highlight-blue2.active, .bg-highlight-blue2:focus {
    background-color: #2acbfd; }

.bg-dark-highlight-blue {
  background-color: #036eb8;
  color: #fff; }
  .bg-dark-highlight-blue:hover {
    background-color: #03a3db; }
  .bg-dark-highlight-blue.active {
    background-color: #036eb7; }

.bg-red {
  background-color: #fd6763;
  color: #fff; }
  .bg-red:hover {
    background-color: #ffa1a1; }
  .bg-red.active {
    background-color: #ffa1a1; }

.bg-yellow {
  background-color: #f7b52c;
  color: #fff; }
  .bg-yellow:hover {
    background-color: #ffd488; }
  .bg-yellow.active {
    background-color: #f7b52c; }

.bg-trans-light-blue {
  border: 1px solid #66e2ff;
  color: #66e2ff; }
  .bg-trans-light-blue:hover {
    background-color: #66e2ff;
    border-color: #66e2ff;
    color: #fff; }
  .bg-trans-light-blue.active {
    background-color: #00b7ef;
    border-color: #00b7ef;
    color: #fff; }

.bg-trans-highlight-blue {
  border: 1px solid #00b7ef;
  color: #00b7ef; }
  .bg-trans-highlight-blue:hover {
    background-color: #66e2ff;
    border-color: #66e2ff;
    color: #fff; }
  .bg-trans-highlight-blue.active {
    background-color: #00b7ef;
    border-color: #00b7ef;
    color: #fff; }

.bg-trans-dark-highlight-blue {
  border: 1px solid #036eb8;
  color: #036eb8; }
  .bg-trans-dark-highlight-blue:hover {
    background-color: #03a3db;
    border-color: #03a3db;
    color: #fff; }
  .bg-trans-dark-highlight-blue.active {
    background-color: #036eb7;
    border-color: #036eb7;
    color: #fff; }

.bg-trans-red {
  border: 1px solid #fd6763;
  color: #fd6763; }
  .bg-trans-red:hover {
    background-color: #ffa1a1;
    border-color: #ffa1a1;
    color: #fff; }
  .bg-trans-red.active {
    background-color: #ffa1a1;
    border-color: #ffa1a1;
    color: #fff; }

.bg-trans-yellow {
  border: 1px solid #f7b52c;
  color: #f7b52c; }
  .bg-trans-yellow:hover {
    background-color: #ffd488;
    border-color: #ffd488;
    color: #fff; }
  .bg-trans-yellow.active {
    background-color: #f7b52c;
    border-color: #f7b52c;
    color: #fff; }

.slide-left-hide {
  position: absolute;
  left: -1000px;
  transition: left .5s ease-in-out;
  -webkit-transition: left .5s ease-in-out;
  -moz-transition: left .5s ease-in-out;
  -o-transition: left .5s ease-in-out;
  z-index: -1; }

.slide-left-show {
  position: relative;
  left: 0px;
  z-index: 0; }

.opacity-hide {
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out; }

.opacity-show {
  opacity: 1; }

.invisible {
  visibility: hidden; }

.visible {
  visibility: visible; }

.s-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  height: 32px;
  cursor: pointer; }

.s-light-blue1 {
  border: 1px solid #036eb8;
  color: #036eb8; }
  .s-light-blue1:hover {
    background-color: #03a3db;
    border-color: #03a3db;
    color: #fff; }
  .s-light-blue1.active {
    background-color: #036eb7;
    border-color: #036eb7;
    color: #fff; }

.s-light-fill-blue1 {
  background-color: #036eb8;
  color: #fff; }
  .s-light-fill-blue1:hover {
    background-color: #00b7ef; }
  .s-light-fill-blue1.active {
    background-color: #00b7ef; }

.s-dark-blue1 {
  background-color: #000;
  color: #fff; }
  .s-dark-blue1:hover {
    background-color: #03a3db;
    border-color: #03a3db;
    color: #fff; }
  .s-dark-blue1.active {
    background-color: #036eb7;
    border-color: #036eb7;
    color: #fff; }

.s-light-orange1 {
  background-color: #f29600;
  color: #fff; }
  .s-light-orange1:hover {
    background-color: #f8b62c;
    border-color: #f8b62c; }
  .s-light-orange1.active {
    background-color: #f29600;
    border-color: #f29600; }

.input-group {
  margin: 10px auto; }
  .input-group .label {
    display: inline-flex;
    min-width: 50px; }
  .input-group .input {
    padding: 5px 10px;
    border: 1px solid #ddd;
    border-radius: 5px; }

@keyframes leftIn {
  0% {
    transform: translateX(-100%); }
  99% {
    transform: translateX(0%); }
  100% { } }

@keyframes rightIn {
  0% {
    transform: translateX(100%); }
  99% {
    transform: translateX(0%); }
  100% { } }

@keyframes topIn {
  0% {
    transform: translateY(-100%); }
  99% {
    transform: translateY(0%); }
  100% { } }

@keyframes fadeTopIn {
  0% {
    transform: translateY(-80%);
    opacity: 0; }
  99% {
    transform: translateY(0%);
    opacity: 1; }
  100% {
    opacity: 1; } }

@keyframes fadeLeftIn {
  0% {
    transform: translateX(-80%);
    opacity: 0; }
  99% {
    transform: translateX(0%);
    opacity: 1; }
  100% {
    opacity: 1; } }

@keyframes fadeRightIn {
  0% {
    transform: translateX(80%);
    opacity: 0; }
  99% {
    transform: translateX(0%);
    opacity: 1; }
  100% {
    opacity: 1; } }

@keyframes fadeHide {
  0% {
    transform: translateY(0%);
    opacity: 1; }
  99% {
    transform: translateY(-50%);
    opacity: 0; }
  100% {
    visibility: hidden;
    z-index: -1;
    opacity: 0; } }

@keyframes fillingHeight {
  from {
    max-height: 0px; }
  to {
    max-height: 2000px; } }

.animation-slide-in-from-left {
  animation: slideInFromLeft .5s ease-in-out; }

@keyframes slideInFromLeft {
  from {
    transform: translateX(-500px); }
  to {
    transform: translateX(0); } }

@-webkit-keyframes toggleLeftRight {
  to {
    -webkit-transform: translateX(5px);
    transform: translateX(5px); } }

@keyframes toggleLeftRight {
  to {
    -webkit-transform: translateX(5px);
    transform: translateX(5px); } }

@-webkit-keyframes toggleUpDown {
  to {
    -webkit-transform: translateY(5px);
    transform: translateY(5px); } }

@keyframes toggleUpDown {
  to {
    -webkit-transform: translateY(5px);
    transform: translateY(5px); } }

body {
  background-color: #f9fafc;
  font-family: "Helvetica Neue",Helvetica,Arial,"pingfang sc","Hiragino Sans GB","Microsoft YaHei","\5FAE\8F6F\96C5\9ED1",STHeiti,SimSun,sans-serif; }
  body table {
    font-size: 14px; }
  body a, body a:hover, body a:focus {
    text-decoration: none; }
  body .nowrap {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  body b {
    font-weight: 400; }
  body i {
    font-style: normal; }

#main #blur-modal #six-one-header {
  position: relative; }

#root #blur-modal #six-one-header {
  position: absolute; }
  #root #blur-modal #six-one-header .logo {
    position: relative;
    width: auto; }

#header-61 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  width: 100%;
  min-width: 1350px;
  margin: 0 auto; }

#content-61 {
  position: relative;
  width: 1224px;
  margin: 0 auto;
  padding: 80px 20px 0 20px;
  min-height: 1500px; }

.main-content-61 {
  position: relative;
  display: inline-flex;
  margin-left: 234px;
  margin-bottom: 50px; }

.g-input {
  height: 42px;
  width: 380px;
  margin: 5px 0;
  padding: 10px;
  border: 1px solid #dddddd;
  border-radius: 6px; }

.g-highlight-blue-button {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 25px auto;
  width: 345px;
  height: 42px;
  background-color: #036eb8;
  color: #edf0f4;
  font-size: 15px;
  border-radius: 6px;
  border: none;
  cursor: pointer; }
  .g-highlight-blue-button:hover, .g-highlight-blue-button:focus {
    color: #edf0f4;
    background-color: #00b7ef; }

.clear:after {
  content: '';
  display: block;
  clear: both; }

::-webkit-scrollbar {
  width: 6px;
  /* This is more usable for users trying to click it. */
  background-color: rgba(0, 0, 0, 0);
  -webkit-border-radius: 100px; }

/* hover effect for both scrollbar area, and scrollbar 'thumb' */
::-webkit-scrollbar:hover {
  background-color: rgba(0, 0, 0, 0.09); }

/* The scrollbar 'thumb' ...that marque oval shape in a scrollbar */
::-webkit-scrollbar-thumb:vertical {
  background: rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 100px; }

@media (max-width: 1300px) {
  #category-nav {
    position: absolute; }
  #right-panel .fixed {
    position: relative; }
    #right-panel .fixed .header {
      position: relative;
      top: 0px; }
    #right-panel .fixed table {
      position: relative;
      top: 0px; } }


/*# sourceMappingURL=production-desktop&v=4c2ece7ece8d16d4d86c.css.map*/