.row-mobile-column {
    display: flex;
    justify-content: space-between;
}

.md-dialog-container {
    position: fixed;
    display: flex;
    width: 100%;
    align-items: start;
    margin-top: 7%;
    z-index: 999999;
}
@media only screen and (max-width: 768px) {
    .row-mobile-column {
        flex-direction: column;
    }

    .md-dialog-container {
        position: fixed;
        display: flex;
        width: 100%;
        align-items: start;
        margin-top: 14%;
        z-index: 999999;
        max-width: unset;
    }
}

.orange-text {
    color: #EE8F4B;
}

#investment-view-header {
    display: flex;
    box-shadow: 0 5px 9px -5px #333;
    justify-content: center;
    width: 100%;
}

#investment-view-header-content {
    display: flex;
    max-width: 1366px;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

#investment-view-header-logo {
    display: flex;
    flex-direction: column;
}

#investment-view-header-logo img {
    height: 20px;
}

#investment-view h2 {
    color: #22B573;
}

#investment-view .separator {
    margin-top: 2em;
}

#investment-view .message-box {
    background-color: #F2F2F2;
    padding: 2em;
}

#investment-view .bank-transfer-confirmation-page {
    max-width: max-width;
    display: flex;
    flex-direction: column;
}

#investment-view .bank-transfer-confirmation-page .continue {
    max-width: 370px;
}

#investment-view .input-group {
    border: 1px solid #e8e8e8;
}

#investment-view .input-group-addon {
    background-color: white;
    border-left: 0!important;
    border-radius: 0!important;
}

#investment-view .input-group {
    border: 1px solid #e8e8e8;
}

#investment-view .investment-view-button.continue {
    margin: 0;
}

.lastPageBtn {
    font-weight: 700!important;
    background-color: #39b54a!important;
    color: white!important;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3)!important;
    border-radius: 2px!important;
    margin-top: 0px!important;
    justify-content: normal!important;
}
.oneTime {
    font-weight: 500;
    margin-right: 7px;
}