.display-none {
    display: none !important;
}
svg {
    width: auto;
    height: auto;
}
div.entry p, div.entry .list li {
    text-align: justify;
}
.nk-header.is-theme:not([class*=bg-]) {
    background: #0534a1;
    border-color: #041c56;
}
.text-primary {
    color: #0534a1 !important;
}
.nk-header-brand {
    padding-top: 7px;
    padding-bottom: 7px;
}
@media (max-width: 992px) {
    .nk-header-brand {
        padding-top: 14px;
        padding-bottom: 14px;
    }
}
.nk-header-mobile > .nk-header-brand {
    padding-top: 14px;
    padding-bottom: 14px;
}
.logo-img {
    max-height: 50px;
    height: 50px;
}
.nk-auth-container .logo-img {
    max-height: 60px;
    height: 60px;
}
.nk-otp-back {
    padding: 20px 0px;
}
.hidden {
    display: none;
}
.slick-slide img {
    margin: auto;
    border-radius: 30px;
}
.nk-auth-body.nk-block-middle {
    margin-top: 10%;
}
.nk-block-otp, .nk-block-reset-password-completed {
    display: none;
}
/*
.nk-menu-link span {
    text-transform: uppercase;
}*/
.nk-refwg-url {
    margin-bottom: 10px;
}
.footnote {
    font-size: small;
}
.nk-refwg-ck {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 200px;
}
.nav-chart-container {
    height: 210px !important;
}
.ref-chart-container {
    height: 300px !important;
}
.nk-split-content.toggle-slide-right {
    background-color: #0534a1 !important;
    color: #fff;
}
.dark-mode .nk-split-content.toggle-slide-right {
    background-color: #031c56 !important
}
.nk-split-content.toggle-slide-right h4 {
    color: #8094ae;
}
.nk-split-content.bg-white {
    background-color: #f3f3f4 !important;
}
.dark-mode .nk-split-content.bg-white {
    background-color: #101924 !important;
}

/*
 * BUTTONS
 */
.btn-primary {
  color: #fff;
  background-color: #0534a1;
  border-color: #0534a1;
}
.dark-mode .btn-primary {
  /*background-color: #031c56;
  border-color: #031c56;*/
  background-color: #162286;
  border-color: #162286; 
}
.dark-mode .btn-primary:hover {
    background-color: #3249ff;
    border-color: #3249ff; 
}
.btn-primary:hover {
    color: #fff;
    background-color: #041c56;
    border-color: #041c56; 
}
.btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #041c56;
    border-color: #3249ff;
    box-shadow: 0 0 0 0.2rem rgba(124, 139, 255, 0.5); 
}
.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    /*background-color: #0534a1;
    border-color: #0534a1;*/
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #3249ff;
    border-color: #253dff; 
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(124, 139, 255, 0.5); 
}
.btn-dim.btn-outline-primary {
    color: #0534a1;
    background-color: #eef0ff;
    border-color: #c1c8ff; 
}
.btn-dim.btn-outline-primary:not(:disabled):not(.disabled):hover {
      color: #fff;
      background-color: #0534a1;
      border-color: #0534a1; 
}
.btn-white.btn-outline-primary:not(.btn-dim):not(:disabled):not(.disabled):hover, .dt-buttons .btn-outline-primary.btn-secondary:not(.btn-dim):not(:disabled):not(.disabled):hover, .btn-trans.btn-outline-primary:not(.btn-dim):not(:disabled):not(.disabled):hover {
    color: #0534a1;
    background: #eef0ff; 
}

a.disabled {
    opacity: 0.5;
    cursor: default;
}
.date-span-list .nav-item.active .nav-link, .date-span-list .nav-item.default.active .nav-link {
    color: #6576ff;
    background-color: #eef0ff !important;
} 
.date-span-list .nav-link:focus,  {
    color: #6576ff;
    background-color: #eef0ff !important;
}
.dark-mode .date-span-list .nav-item.active .nav-link {
    color: #6576ff; 
    background-color: #232c4d !important;
}
.dark-mode .date-span-list .nav-link:hover, .dark-mode .date-span-list .nav-link:focus {
    color: #6576ff; 
    background-color: #2e3a66 !important;
}
.nav-tabs .nav-link:after {
    left: 0;
    right: 0;
    bottom: 0;
    height: 3px;
    background: #0534a1;
    opacity: 0; 
}
.nav-tabs .nav-link.active {
    color: #0534a1;
    border: none;
    background-color: transparent; 
}
.form-control-text-big {
    font-size: 44px;
    height: calc(1rem*2 + 1.25rem + 1px);
    padding: 2rem 1rem;
}
.form-control-text-big.otp-value {
    letter-spacing: 20px;
}
a {
    color: #0534a1;
    text-decoration: none;
    background-color: transparent; 
}
a:hover {
      color: #041c56;
}
sup.icon, .link-list-opt sup.icon {
    font-size: 0.65rem;
    padding-left: 5px;
    padding-right: 5px;
}
ul.link-list-submenu li {
    margin-left: 30px;
}
ul.link-list-submenu li a:after {
    display: none;
}
@media (min-width: 992px) {
    h4.plan-item-title {
        font-size: 1.4rem;
    }
}
.plan-item-heading {
    padding-bottom: 0px !important;
}
.plan-item .plan-item-head {
    cursor: pointer;
}
.plan-item-heading .plan-item-title {
    line-height: 1.2em; 
    min-height: 2.4em;
}
.plan-item-heading .sub-text {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0px;
    color: #555;
}
.dark-mode .plan-item-heading .sub-text {
    color: #b6c6e3;
}
.plan-item .plan-item-body, .plan-item .plan-item-summary {
    display: none;
}
.plan-item.active .sub-text {
    -webkit-line-clamp: initial;
}
.plan-item.active .plan-item-body, .plan-item.active .plan-item-summary {
    display: block;
}
#affiliateCode {
    font-size: 18px;
}

.card-title .nav-tabs .nav-link {
    padding: 0 0 0.25rem 0;
    line-height: 1.4;
}
.nk-wizard-simple .steps ul li h5 {   
    text-transform: none;
}
.nk-wizard-simple .steps ul li:after, .nk-wizard-simple .steps ul li.current ~ .done:after {
    width: 100%;
    background-color: #e7eaef;
}
.nk-wizard-simple .steps ul li.done:after, .nk-wizard-simple .steps ul li.current:after {
    background: #6576ff;
}
.nk-wizard-simple .steps ul li a {
    text-align: center;
}
.nk-wizard-simple .steps ul li a span {
    display: inline-block;
    width: 100%;
}
.nk-wizard-simple .actions ul {
    flex-direction: row-reverse;
    justify-content: flex-end;
}
@media print {
    .nk-wizard-simple .actions {
        display: none !important;
    }
}
.chart-refer-stats {
    height: 350px;
}
.nk-refwg .nk-refwg-invite {
    xheight: 400px;
}
@media (min-width: 768px) {
    .nk-refwg .nk-refwg-invite {
        width: 45%;
    }
    .nk-refwg .nk-refwg-stats {
        width: 55%;
    }
}
.custom-select option {
    font-size: small;
}
.custom-control-input {
    height: 100%;
    width: 100%;
    z-index: 1000;
}
.form-select-wrap {
    border: 1px solid #dbdfea; 
    border-radius: 5px;
}
.form-select-wrap  .select2-container--default .select2-selection--single, .form-select-wrap .select2-container--default .select2-selection--single .select2-selection__arrow { 
    margin-right: 60px; 
}
.form-select-wrap  .select2-container--default .select2-selection--single { 
    border: none;
}
.form-clip, .form-text-hint {
    border-radius: 0px;
    background-color: transparent;
}
.form-clip ~ input.form-control {
    padding-right: 65px;
}
.otp-hash {
    visibility: hidden;
}
button.otp-button {
    display: flex;
    align-items: center;
    justify-content: center;
}
.dark-mode .wave:before {
    background-color: #2f3b4a;
}
.dark-mode .wave:after {
    background-color: #141c26;
}
.upload-zone {
    text-align: center;
    background-color: #fafbff;
}
.select2-container ~ .upload-zone {
    margin-top: 1rem !important;
}
ul.select2-results__options--nested > li.select2-results__option {
    padding-left: 10px;
}
.nk-block-head-sub {
    font-size: 0.9rem;
}
.nk-block-head-sub .back-to .icon {
    font-size: 1rem;
    width: 1.5rem;
}
.nk-success-content-body {
    display: none;
}
.nk-notes {
    padding: 5px 0px;
}
.custom-control-pro .custom-control-label > span {
    white-space: normal !important;
}
li .custom-control-pro {
    width: 100% !important;
}
.nk-header-menu .nk-menu-item .badge {
    /*font-size: 9px;*/
    font-size: 8px;
}
.invest-cc-list li .custom-control-pro .custom-control-label:not(:first-child) {
    width: 100% !important;
    border-right: none !important;
    border-bottom: none !important;
    border-radius: 0px;
}
.invoice-bills .table tfoot tr:first-child td:not(:first-child)  {
    font-weight: normal;
}
.invoice-bills .table th {
    text-transform: none;
}
.invoice-bills .table tfoot {
    display: table-row-group;
}
.nav-switch {
    margin: auto;
}
.fund-category-container {
    margin-top: -20px;
    margin-bottom: -10px;
    display: none;
}
.invest-now-grid.fund-category-container {
    margin-top: 20px;
}

.nav-switch .nav-link {
    xtext-transform: none;
}
.opacity-0 { opacity: 0}
.opacity-25 { opacity: 0.25}
.opacity-50 { opacity: 0.5}
.opacity-75 { opacity: 0.75}
.opacity-100 { opacity: 1.0}

input.invest-amount-control:disabled + label.invest-amount-label {
    opacity: 0.5;
}

.nav-switch-s2 .nav-link {
    font-size: 10px;
    text-transform: none;
    font-weight: normal;
}
@media (min-width: 768px) {
    .data-label:not([class^="w-"]) {
        max-width: 25%;
    }
    .data-col-end {
        width: auto;
    }
}
.user-avatar > img {
    width: 40px;
    height: 40px;
}
.user-avatar.sm > img {
    width: 32px;
    height: 32px;
}
.dropzone .dz-preview .dz-image {
    border-radius: 0px;
    width: 200px;
    height: 200px;
}
.dropzone-lg .dz-preview .dz-image {
    width: fit-content !important;
    height: fit-content !important;
}
.dropzone .dz-preview.dz-image-preview {
    background-color: transparent;
}
.dropzone .dz-preview.dz-image-preview .dz-details, .dropzone .dz-preview.dz-image-preview .dz-progress {
    display: none;
}
.dropzone .dz-preview:hover .dz-image img {
    -webkit-transform: scale(1.5, 1.5);
    -moz-transform: scale(1.5, 1.5);
    -ms-transform: scale(1.5, 1.5);
    -o-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
    -webkit-filter: none;
    filter: none;
}
.card-amount {
    justify-content: right;
}
.card-amount .amount {
    font-size: 1.4rem;
    font-weight: normal;
    text-align: right;
    word-break: break-all;
}
@media (min-width: 992px) {
    .card-amount .amount {
        font-size: 1.2rem;
    }   
}
@media (min-width: 1168px) {
    .card-amount .amount {
        font-size: 1.4rem;
    }   
}
.spinner-container {
    display: flex;
    justify-content: space-evenly !important;
}
.spinner-border-sm {
    font-size: small;
}
.metrics-container {
    display: none;
}
.metrics-container.active {
    display: block;
}
.metrics-container.active:after {
    z-index: -1 !important;
}
.invest-cc-dropdown .dropdown-indicator:after {
    color: #364a63;
    opacity: 1.0;
    font-size: 32px;
}
#form-user-update-local-bank .steps > ul { 
    display: none
}
th.tb-tnx-id {
    min-width: 150px;
}
.mfp-bg {
    z-index: 2000;
}
.mfp-wrap {
    z-index: 2001;
}
.badge-success {
    background-color: #00aa00;
    border-color: #00aa00;
}
.btn-blunest-badge {
    float: right;
    margin-top: -50px;
}
.plan-item-summary .lead-text.fund-price {
    font-size: 1.65rem;
}
.card-bordered {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
@import url('https://fonts.googleapis.com/css2?family=Libre+Franklin:ital,wght@0,100;0,300;0,400;0,500;0,600;1,100;1,300;1,400;1,500;1,600&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;1,100;1,300;1,400;1,500&display=swap');
/*@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700');*/
 
/*body, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .btn, .link, .nav-link, .select2-container, * {*/
* {
  font-family: 'Libre Franklin', sans-serif !important;
  /*font-family: 'Roboto', sans-serif;*/
}
:root {
    --font-family-sans-serif: 'Libre Franklin', sans-serif;
    --font-family-monospace: monospace; 
}