* {
    margin: 0px;
    padding: 0px;
    border: 0px;
}

*:focus {
    outline: none;
}

::-webkit-scrollbar {
    width: 0px;
}

::-webkit-scrollbar-track-piece {
    background-color: transparent;
    -webkit-border-radius: 6px;
}

textarea:focus, input:focus{
    outline: none;
}

body {
    background-color: #000000;
}

.primary-purple {
    color: #A100FF;
}

.medium-purple {
    color: #7900BF;
}

.dark-purple {
    color: #510080;
}

.red {
    color: #BF2B13;
}

.green {
    color: #2A8013;
}

.gray {
    color: #999999;
}

.h1 {
    font-family: "HelveticaNeueCyr-Bold";
    font-size: 40px;
}

.h2 {
    font-family: "HelveticaNeueCyr-Bold";
    font-size: 30px;
}

.h3 {
    font-family: "HelveticaNeueCyr-Bold";
    font-size: 20px;
}

.copy {
    font-family: "HelveticaNeueCyr-Thin";
    font-size: 20px;
    line-height: 30px;
}

.copy-list {
    margin-left: 40px;
}

.copy-divider {
    width: 40px;
    height: 5px;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #A100FF;
}

.prevent-select {
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}

.mb-20 {
    margin-bottom: 20px;
}

.left {
    float: left;
    clear: left;
    text-align: left;
}

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

#app {
    position: relative;
    width: 100%;
    height: calc(100vh);
    overflow: hidden;
}

#header {
    width: 100%;
    background-color: #FFFFFF;
}

#header-btns {
    width: 100%;
    overflow: hidden;
}

.header-btn-show {
    width: auto;
    overflow: hidden;
}

.header-btn-hide {
    display: none;
}

#header-logo-btn {
    float: left;
    cursor: pointer;
}

#header-logo {
    display: block;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 17px;
    padding-bottom: 17px;
    height: 26px;
}

#header-menu-btn {
    float: right;
}

#header-menu-btn-container {
    padding: 12px;
    cursor: pointer;
}

.header-menu-btn-bg{
    width: 30px;
    height: 5px;
    margin: 5px;
    background-color: #510080;
}

#header-login-btn {
    float: right;
    text-decoration: none;
}

#header-login-btn-container {
    margin: 12px 20px;
    padding: 13px 30px;
    font-family: "HelveticaNeueCyr-Medium";
    font-size: 12px;
    color: #FFFFFF;
    background-color: #7900BF;
    border-radius: 0;
    white-space: nowrap;
    cursor: pointer;
    -webkit-transition: background-color 250ms ease-in-out;
    transition: background-color 250ms ease-in-out;
}

#header-login-btn-container:hover {
    background-color: #A100FF;
}

#header-border {
    width: 100%;
    height: 1px;
    background-color: #DDDDDD;
    clear: both;
}

#main-menu {
    position: absolute;
    margin-left: calc(100vw);
    z-index: 100;
}

.main-menu-show {
    margin-left: -250px;
    -webkit-transition: margin-left 250ms ease-in-out;
    -ms-transition: margin-left 250ms ease-in-out;
    transition: margin-left 250ms ease-in-out;
}

.main-menu-hide {
    margin-left: 0px;
    -webkit-transition: margin-left 250ms ease-in-out;
    -ms-transition: margin-left 250ms ease-in-out;
    transition: margin-left 250ms ease-in-out;
}

#main-menu-container {
    width: 250px;
    height: calc(100vh - 61px);
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #DDDDDD;
    background-color: #FFFFFF;
}

#main-menu-btns {
    padding-top: 20px;
}

.main-menu-btn {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 20px;
    font-family: "HelveticaNeueCyr-Medium";
    font-size: 16px;
    text-align: right;
    color: #510080;
    cursor: pointer;
}

.main-menu-btn:hover {
    color: #A100FF;
    -webkit-transition: margin-left 250ms ease-in-out;
    -ms-transition: margin-left 250ms ease-in-out;
    transition: margin-left 250ms ease-in-out;
}

#scroll-container{
    width: 100%;
    height: calc(100vh - 61px);
    overflow-x: hidden;
    overflow-y: scroll;
}

.section-show {
    width: 100%;
    height: auto;
    opacity: 1;
    overflow: hidden;
}

.section-hide {
    width: 100%;
    height: 0px;
    opacity: 0;
    overflow: hidden;
}

#landing-container {
    position: relative;
    width: 100%;
    height: calc(100vh - 61px);
    display: flex;
    align-items: center;
}

#particles-js {
    position: absolute;
    width: 100%;
    height: calc(100vh - 61px);
    z-index: -1;
    background-color: #FFFFFF;
}

#landing-copy {
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 40px;
    z-index: 0;
}

/* Landing hero / divider / details — same treatment as the portal logins. */
#landing-hero {
    font-family: "HelveticaNeueCyr-Black";
    color: #000000;
    letter-spacing: 0;
    text-transform: uppercase;
}

#landing-details {
    display: block;
    font-family: "HelveticaNeueCyr-Thin";
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 1px;
    color: #000000;
    background-color: rgba(255, 255, 255, 0.75);
    padding: 12px 16px;
    max-width: 400px;
}

@media (min-width: 701px) {
    #landing-copy {
        width: min(820px, calc(100vw - 80px));
    }

    #landing-hero {
        font-size: 75px;
        line-height: 60px;
    }

    .container {
        margin-left: 100px;
        margin-right: 100px;
        margin-bottom: 20px;
    }
}

@media (max-width: 700px) {
    #landing-copy {
        width: calc(100vw - 120px);
    }

    #landing-hero {
        font-size: 40px;
        line-height: 35px;
    }

    .container {
        margin-left: 20px;
        margin-right: 20px;
        margin-bottom: 20px;
    }

    /* Shrink the Investor Login pill so it stays on one line beside the
       logo on narrow screens (was wrapping/dropping to a second line). */
    #header-login-btn-container {
        margin: 10px 14px;
        padding: 7px 16px;
        font-size: 12px;
    }
}

/* Extra-narrow phones: trim the logo + pill further so they never collide. */
@media (max-width: 380px) {
    #header-logo { height: 22px; }
    #header-login-btn-container {
        margin: 10px 10px;
        padding: 6px 13px;
        font-size: 11px;
    }
}

#landing-cta {
    display: inline-block;
    margin-top: 30px;
    padding: 13px 30px;
    font-family: "HelveticaNeueCyr-Medium";
    font-size: 12px;
    line-height: normal;
    letter-spacing: 0.5px;
    color: #FFFFFF;
    background-color: #7900BF;
    border-radius: 0;
    text-decoration: none;
    -webkit-transition: background-color 250ms ease-in-out;
    transition: background-color 250ms ease-in-out;
}

#landing-cta:hover {
    background-color: #A100FF;
}

.legal-container {
    padding: 80px;
    color: #FFFFFF;
}

#footer {
    width: 100%;
    background-color: #000000;
}

#footer-container {
    padding: 80px;
}

.footer-title {
    padding-bottom: 10px;
    font-family: "HelveticaNeueCyr-Medium";
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #A100FF;
}

.footer-btn {
    cursor: pointer;
}

#company {
    margin-bottom: 40px;
}

.company {
    font-family: "HelveticaNeueCyr-Medium";
    font-size: 14px;
    letter-spacing: 2px;
    color: #FFFFFF;
    line-height: 24px;
}

#locations {
    margin-bottom: 40px;
}

.location {
    font-family: "HelveticaNeueCyr-Medium";
    font-size: 14px;
    letter-spacing: 2px;
    color: #FFFFFF;
    line-height: 24px;
}

#contact {
    margin-bottom: 40px;
}

.email {
    font-family: "HelveticaNeueCyr-Thin";
    font-size: 14px;
    letter-spacing: 2px;
    color: #FFFFFF;
    line-height: 30px;
}

#network {
    margin-bottom: 40px;
}

.network {
    width: 280px;
    font-size: 14px;
    letter-spacing: 2px;
    color: #FFFFFF;
    line-height: 24px;
    text-decoration: none;
    overflow: hidden;
}

.network-short {
    float: left;
    width: 80px;
    clear: left;
    font-family: "HelveticaNeueCyr-Medium";
}

.network-long {
    float: left;
    width: 200px;
    clear: right;
    font-family: "HelveticaNeueCyr-Thin";
}

#legal {
    margin-bottom: 40px;
    background-color: #000000;
}

#copyright {
    padding-top: 40px;
    font-family: "HelveticaNeueCyr-Thin";
    font-size: 12px;
    letter-spacing: 1px;
    color: #FFFFFF;
}

#login {
    background-color: #EEEEEE;
}

#login-container {
    position: relative;
    width: 100%;
    height: calc(100vh - 61px);
}

#login-form {
    position: absolute;
    width: 300px;
    margin-left: calc((100vw - 300px)/2);
    margin-top: calc((100vh - 61px - 420px)/2);
    border-style: solid;
    border-width: 1px;
    border-color: #DDDDDD;
    background-color: #FFFFFF;
}

#login-title {
    margin-bottom: 40px;
    font-family: "HelveticaNeueCyr-Bold";
    font-size: 20px;
    text-align: center;
    color: #000000;
}

#login-inputs {
    width: 220px;
    margin-left: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
}

.login-input-title {
    font-family: "HelveticaNeueCyr-Roman";
    font-size: 14px;
    color: #000000;
}

.login-input {
    width: 100%;
    height: 20px;
}

.login-input-container {
    margin-bottom: 20px;
}

.login-input-border {
    height: 1px;
    background-color: #DDDDDD;
}

.login-input {
    margin-top: 5px;
    margin-bottom: 5px;
    font-family: "HelveticaNeueCyr-Thin";
    font-size: 14px;
    color: #000000;
}

#login-btn {
    padding-top: 20px;
    padding-bottom: 20px;
    color: #FFFFFF;
    text-align: center;
    font-family: "HelveticaNeueCyr-Bold";
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    background-color: #510080;
    cursor: pointer;
}

#login-btn:hover {
    background-color: #A100FF;
    -webkit-transition: background-color 250ms ease-out;
    -ms-transition: background-color 250ms ease-out;
    transition: background-color 250ms ease-out;
}

#login-btn:focus {
    background-color: #A100FF;
    -webkit-transition: background-color 250ms ease-out;
    -ms-transition: background-color 250ms ease-out;
    transition: background-color 250ms ease-out;
}

#login-error {
    margin-top: 20px;
    text-align: center;
    font-family: "HelveticaNeueCyr-Medium";
    font-size: 14px;
    color: #BF2B13;
    opacity: 0;
}

#login-help {
    margin-top: 20px;
    text-align: center;
    font-family: "HelveticaNeueCyr-Thin";
    font-size: 14px;
    line-height: 20px;
    color: #000000;
}

#overview {
    background-color: #EEEEEE;
}

#overview-container {
    margin-top: 20px;
    padding: 20px;
    border-style: solid;
    border-width: 1px;
    border-color: #DDDDDD;
    background-color: #FFFFFF;
}

.overview-row {
    overflow: hidden;
}

.overview-title {
    margin-bottom: 5px;
    font-family: "HelveticaNeueCyr-Roman";
    font-size: 14px;
    color: #000000;
}

.overview-timestamp {
    font-family: "HelveticaNeueCyr-Thin";
    font-size: 14px;
    color: #000000;
}

#overview-user {
    font-family: "HelveticaNeueCyr-Bold";
    font-size: 14px;
}

#overview-fund-name {
    font-family: "HelveticaNeueCyr-Thin";
    font-size: 14px;
}

#overview-account-number {
    font-family: "HelveticaNeueCyr-Bold";
    font-size: 14px;
    color: #510080;
}

#balances {
    background-color: #EEEEEE;
}

#balances-overview {
    padding: 40px;
    margin-bottom: 20px;
    text-align: center;
    border-style: solid;
    border-width: 1px;
    border-color: #DDDDDD;
    background-color: #FFFFFF;
}

.balances-overview-title {
    margin-bottom: 5px;
    font-family: "HelveticaNeueCyr-Roman";
    font-size: 14px;
    color: #000000;
}

#balances-overview-custody-currency {
    font-family: "HelveticaNeueCyr-Thin";
    font-size: 14px;
    color: #000000;
}

#balances-overview-display-currency {
    font-family: "HelveticaNeueCyr-Thin";
    font-size: 14px;
    color: #000000;
}

#balances-overview-total-assets {
    font-family: "HelveticaNeueCyr-Medium";
    font-size: 20px;
    color: #000000;
}

#balances-overview-time-range {
    font-family: "HelveticaNeueCyr-Thin";
    font-size: 14px;
}

#balances-history {
    padding: 40px;
    border-style: solid;
    border-width: 1px;
    border-color: #DDDDDD;
    background-color: #FFFFFF;
}

.balance-item {
    padding: 20px;
    font-size: 14px;
    overflow: hidden;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #DDDDDD;
}

.balance-date {
    float: left;
    font-family: "HelveticaNeueCyr-Medium";
    clear: left;
}

.balance-balance {
    float: right;
    font-family: "HelveticaNeueCyr-Roman";
    clear: right;
}

#performance {
    background-color: #EEEEEE;
}

#performance-overview {
    padding: 40px;
    margin-bottom: 20px;
    text-align: center;
    border-style: solid;
    border-width: 1px;
    border-color: #DDDDDD;
    background-color: #FFFFFF;
}

.performance-overview-title {
    margin-bottom: 5px;
    font-family: "HelveticaNeueCyr-Roman";
    font-size: 14px;
    color: #000000;
}

#performance-overview-time-range {
    font-family: "HelveticaNeueCyr-Thin";
    font-size: 14px;
    color: #000000;
}

#performance-overview-display-pnl {
    font-family: "HelveticaNeueCyr-Thin";
    font-size: 14px;
    color: #000000;
}

#performance-overview-total-pnl {
    font-family: "HelveticaNeueCyr-Medium";
    font-size: 20px;
}

#performance-overview-todays-pnl {
    font-family: "HelveticaNeueCyr-Medium";
    font-size: 20px;
}

#performance-history {
    padding: 40px;
    border-style: solid;
    border-width: 1px;
    border-color: #DDDDDD;
    background-color: #FFFFFF;
}

.performance-item {
    padding: 20px;
    font-size: 14px;
    overflow: hidden;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #DDDDDD;
}

.performance-date {
    float: left;
    font-family: "HelveticaNeueCyr-Medium";
    clear: left;
}

.performance-pnl {
    float: right;
    font-family: "HelveticaNeueCyr-Roman";
    clear: right;
}

#activity {
    background-color: #EEEEEE;
}

#activity-container {
    padding: 40px;
    border-style: solid;
    border-width: 1px;
    border-color: #DDDDDD;
    background-color: #FFFFFF;
}

.activity-item {
    padding: 20px;
    font-size: 14px;
    overflow: hidden;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #DDDDDD;
}

.activity-date {
    width: 100px;
    float: left;
    clear: left;
    font-family: "HelveticaNeueCyr-Medium";
    text-align: left;
}

.activity-description {
    width: 100px;
    float: left;
    font-family: "HelveticaNeueCyr-Thin";
    text-align: left;
}

.activity-amount {
    width: 150px;
    float: right;
    clear: right;
    font-family: "HelveticaNeueCyr-Roman";
    text-align: right;
}

#documents {
    background-color: #EEEEEE;
}

#documents-container {
    padding: 40px;
    border-style: solid;
    border-width: 1px;
    border-color: #DDDDDD;
    background-color: #FFFFFF;
}

.history-header {
    padding: 20px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #999999;
    overflow: hidden;
}

.history-header-title {
    font-family: "HelveticaNeueCyr-Roman";
    font-size: 14px;
    color: #999999;
}

.history-header-date {
    width: 100px;
    float: left;
    clear: left;
}
.history-header-description {
    width: 100px;
    float: left;
}

.history-header-value {
    float: right;
    clear: right;
}

.documents-item {
    padding: 20px;
    font-size: 14px;
    overflow: hidden;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #DDDDDD;
    cursor: pointer;
}

.document-date {
    width: 100px;
    float: left;
    clear: left;
    font-family: "HelveticaNeueCyr-Medium";
    text-align: left;
}

.document-name {
    float: right;
    clear: right;
    font-family: "HelveticaNeueCyr-Medium";
    text-align: right;
    color: #510080;
}