/* Minification failed. Returning unminified contents.
(765,28): run-time error CSS1046: Expect comma, found '14'
(765,34): run-time error CSS1046: Expect comma, found '/'
 */


.SplitDiv{
    display: flex;
    flex-direction: column;
}

.SplitDiv>div{
    padding: 5px 0;
}

.FinSecuritiesTable {
    margin-top: 3rem;
}

    .FinSecuritiesTable td, .FinSecuritiesTable th {
        border-top: 0.05vw solid #dee2e6;
    }

    .FinSecuritiesTable .table {
        font-size: 0.75rem;
    }

    .FinSecuritiesTable .table, .FinSecuritiesTable p, .FinSecuritiesTable div {
        color: white;
    }
.container-white .FinSecuritiesTable .table, container-white .FinSecuritiesTable p {
    color: black;
}

    .FinSecuritiesTable .table thead th {
        border-bottom: none;
    }
    .FinSecuritiesTable .table tbody tr:first-child td {
        border-top: none;
    }

.FinSecuritiesTable .TableLogo {
    max-height: 50px;
    max-width: 75px;
}

    .FinSecuritiesTable .BFDataTable-data {
        margin: 1em 0 0 0;
    }

    .FinSecuritiesTable .TableDualLogo {
        position:relative;
        width: 100%;
        height: 100%;
    }

    .FinSecuritiesTable .TableDualLogoFront {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-40%,-40%);
        width: 50px;
    }
    .FinSecuritiesTable .TableDualLogoBack {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-100%,-100%);
        width: 30px;
    }

    .FinSecuritiesTable td, .FinSecuritiesTable th {
        vertical-align: middle;
    }

.FinSecuritiesTable .table td, .FinSecuritiesTable .table thead th {
    border-color: #1d2027;
}

    .FinSecuritiesTable  .table th {
        border-top: none;
    }

.FinSecuritiesTable a {
    color: white;
    text-decoration: underline;
}

    .FinSecuritiesTable .FSTE-OfferRow {
        display: none;
    }

.FinSecuritiesTable .ButtonCell {
    text-align: right;
    width: 40px;
}

    .FinSecuritiesTable .ButtonCell button.btn.smallbtn {
        height: 30px;
        padding: 0 7.5px;
    }

.FSTE-OfferRow .FSTE-Logo, .FSTE-OfferRow .FSTE-Name, .FSTE-OfferRow .FSTE-Symbol {
    border: none;
}
.FSTE-OfferRow .FSTE-Price, .FSTE-OfferRow .FSTE-Quantity, .FSTE-OfferRow .FSTE-Button {
    border-bottom: none;
}



.container-white .FinSecuritiesTable a {
    color: black;
}


    .FinSecuritiesTable a.NameHref {
        text-decoration: none;
    }

.FinSecuritiesTable-Prefix {
    max-width: 1024px;
    font-size: 17px;
    margin: 0 0 1em 0;
    color: #d2cccc;
}

.container-white .FinSecuritiesTable-Prefix {
    color: #222222;
}

.FinSec-Carousel-Panel{
    display: table;
    width: 100%;
    padding: 0 10px;
}
    .FinSec-Carousel-Panel .CarouselSeparator {
        width: 1px;
        height: 50px;
        border-right: 1px solid white;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translate(-50%, -50%);
    }
.FinSec-Carousel-Panel>div{
    display: table-cell;
    vertical-align: middle;
    padding: 4px;
}

.FinSecuritiesHeaderContainer {
    background-color: #293b50;
}

.FinSecuritiesHeader{
    margin: 0 auto 0.75rem auto;
    padding: 0 0;
    color: white;
}
    .FinSecuritiesHeader.AITabHeader {
        background-color: #243c52;
        margin: 0 -5vw 0.75rem -5vw;
    }
    .FinSecuritiesHeader.AITabHeader>div{
        justify-content: center;
        gap: 40px;
    }
    .FinSecuritiesHeader .tabLink{
        gap: 2em;
    }


    .FinSecuritiesHeader .Title {
        font-size: 150%;
    }
.FinSecuritiesHeader h5{
    font-size: 1rem;
}
    .FinSecuritiesHeader h5 {
        color: #d2cccc;
    }
    .FinSecuritiesHeader.AITabHeader h5 {
        color: white;
    }

    .FinSecuritiesHeader .page-tab-wrapper, .FinSecuritiesHeader .container-tab-wrapper {
        text-align: center;
        position: relative;
    }

    .FinSecuritiesHeader .page-tab.selected h5, .FinSecuritiesHeader .container-tab.selected h5 {
        border-bottom: 2px solid red;
        text-decoration: none;
        margin-left: auto;
        margin-right: auto;
        width: fit-content;
    }

    .FinSecuritiesHeader a {
        text-decoration: none;
    }

    .FinSecuritiesHeader a.page-tab:hover, .FinSecuritiesHeader a.container-tab:hover {
        border-bottom: 2px solid red;
    }

    .FinSecuritiesHeader .bg-selection .page-tab-bg {
        display: block;
        position: absolute;
        background-color: #e8641b;
        left: -12px;
        top: -8px;
        right: -12px;
        bottom: 0;
        border-top-left-radius: 18px;
        border-top-right-radius: 18px;      
    }

    .FinSecuritiesHeader .bg-selection a {
        z-index: 10;
        position: relative;
    }
        .FinSecuritiesHeader .bg-selection .page-tab.selected h5 {
            border-bottom: none;
        }

.TradeContent, .OrderContent {
    margin: 50px auto 0 auto;
    width: 100%;
    max-width: 1200px;
}

.TradeContent {
    display: flex;
    flex-direction: row;
    gap: 60px;
}

.Trade-right{
    width: 30%;
}
.Trade-left{
    width: 70%;
}

.Trade-right, .Trade-right label {
    font-size: 17px;
}


.ETFFieldLabel{
    margin-top: 12px;
    font-weight: bold;
}
.ETFFieldValue{
    font-size: 80%;
}
.ETFFieldValue a{
    /*make one line only and put ellipsis*/
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.trade-ratings-table{
    max-width: 600px;
}
.trade-ratings-table th {
    text-align: center;
}
.trade-ratings-table td {
    text-align: center;
}

.TeamMemberImage {
    max-width: 125px;
    max-width: 125px;
}

.Trade-Header{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}
    .Trade-Header .Trade-Header-Text div{
        display: inline;
    }

    div.CellValue-Yield {
        display: block;
        white-space: nowrap;
    }
    div.CellValue-Price {
        white-space: nowrap;
    }
    div.CellValue-Price b{
        font-size: 1.33em;
    }
        div.CellValue-Price .CellValue-Change {
            font-size: 1.2em;
        }
        div.CellValue-Price .CellValue-Currency {
            font-size: 0.66em;
        }


.Trade-Tabs {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    justify-content: left;
    background-color: black;
    font-size: 24px;
    margin: 10px 0;
    align-items: center;
}
    .Trade-Tabs a {
        text-decoration: none;
        color: #bebebe;
        padding: 0 20px;
        width: 25%;
    }
    .Trade-Tabs h5{
        font-size: 20px;
    }
    .Trade-Tabs a.selected h5{
        color: white;
        font-weight: bold;
    }

.Trade-Tabs-container, .Trade-Tabs-container h5 {
    font-size: 17px;
}

    .Trade-Tabs-container table.table > thead > tr > th {
        background-color: #818181;
    }

.Trade-Tabs-Overview>div.OverviewColumns {
    display: flex;
    flex-direction: row;
}
    .Trade-Tabs-Overview > div.OverviewColumns > div {
        width: 50%;
    }
    .CompanyInfo {
        display: table-row;
    }

    .CompanyInfo .PriceDirectionImage {
        max-height: 22px;
        margin-top: -6px;
    }


.CompanyInfo-Profile {
    vertical-align: top;
    display: table-cell;
    padding: 10px;
    padding-right: 45px;
    max-width: 40vw;
}

.TickerLabel {
    font-size: 28px;
    font-weight: bold;
}
.CompanyLabel {
    overflow: hidden;
    text-overflow: ellipsis;
}
.CellValueMain {
    font-size: 24px;
}


.CompanyInfo-Profile p {
    margin-bottom: 0;
    line-height: 120%;
    color: #4f4e4e;
}

.CompanyInfo-Logo {
    width: 60px;
}

.CompanyInfo-MarketData {
    padding: 10px;
    padding-left: 45px;
    display: table-cell;
    max-width: 55vw;
}

    .CompanyInfo-MarketData .CellLabel {
        padding-right: 10px;
        color: #4f4e4e;
    }

    .CompanyInfo-MarketData .CellValue {
        font-weight: bold;
    }



p.SummaryLabel, p.TradeLabel {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 10px;
    color: black;
}

p.SummaryLabel {
    margin-top: 50px;
}
p.TradeLabel {
    display: flex;
    height: 60px;
    align-items: center;
}

.QuoteDataTable {
    float: left;
}

.GetPriceUpdButton {
    background: transparent;
    border-radius: 15px;
    font-size: 70%;
    line-height: 100%;
    padding: 5px;
    color: #ff3600;
    border: 2px solid #ff3600;
    float: left;
    margin-top: 3px;
    margin-left: 10px;
}


.SummaryTable td {
    padding: 10px 10px 10px 0;
}

.SummaryTable td {
    border-bottom: 1px solid #4f4e4e;
}

.SummaryTable .CellValue {
    font-weight: bold;
}

.SummaryTable .CellLabel {
    color: #4f4e4e;
}

.SummaryTable .CellValue a {
    font-weight: normal;
    text-decoration: none;
}

.CellHeader{
    padding-top: 10px;
    font-size: 20px;
    font-weight: bold;
}
.CellLabel, .CellValue
{
    padding-right: 5px;
}

.finsec-gauge-panel, .finsec-gauge-panel-l{
    display: flex;
    flex-direction: row;
    justify-content: start;
    gap: 1%;
    margin: 35px auto;
}
    .finsec-gauge-panel > div, .finsec-gauge-panel-l > div {
        background-color: #fafafa;
        border: 1px solid #e4e4e4;
        width: 19.2%;
        max-height: 135px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }
        .finsec-gauge-panel-l > div.finsec-gauge-l {
            width: 39.2%;
            max-height: 135px;
        }

        .finsec-gauge-l > div.finsec-chart {
            margin-top: 12px;
        }

.finsec-gauge-l-range{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0 10px;
    font-size: 15px;
    background: transparent;
}
.finsec-gauge-header {
    padding: 5px;
    font-size: 17.5px;
    text-align: center;
    color: #002072;
}
.finsec-gauge-text {
    padding: 5px;
    text-align: center;
    font-weight: bold;
    font-size: 1.25em;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transform: translateY(-7.5px);
}
.finsec-chart-vix-gauge, .finsec-chart-fng-gauge, .finsec-chart-rsc-gauge {
    margin: auto;
    width: 80%;
}

.finsec-chart-header {
    padding-top: 25px;
    font-size: 22.5px;
    font-weight: bold;
}
.finsec-chart-header2 {
    padding-top: 12px;
    font-size: 18px;
    font-weight: bold;
}

.finsec-chart-comments, .finsec-chart-comments2, .finsec-chart-comments2-readmore {
    font-size: 0.8em;
    margin-bottom: 15px;
}
    .finsec-chart-comments2, .finsec-chart-comments2-readmore{
        font-size: 0.75em;
    }
    @media screen and (max-width: 768px) {
        .finsec-gauge-panel, .finsec-gauge-panel-l {
        flex-wrap: wrap;
        justify-content: center;
    }

        .finsec-gauge-panel {
            margin: 35px 0 0 0;
        }

    .finsec-gauge-panel-l {
        margin: 0 0 35px 0;
    }

        .finsec-gauge-panel > div {
            width: 32%;
            margin-bottom: 1%;
        }

        .finsec-gauge-panel-l > div {
            width: 49.5%;
        }

        .finsec-gauge-panel .finsec-gauge-header-pe {
            max-width: 5em;
            margin: auto;
        }

        .finsec-gauge-panel > div.finsec-gauge-div-r2 {
            margin: 0 24px 1% 24px;
        }
}

    .preipocont {
        margin-top: 3rem;
    }

        .preipocont .BFDataTable-data, .preipocont .ViewAll, .preipocont .BFDataTable-loadmore-container {
            padding: 20px;
            background-color: white;
        }


    .OrderContent .OrderDetails {
        display: flex;
        flex-direction: row;
    }

        .OrderContent .OrderDetails > div {
            width: 33%;
        }

        .OrderContent .OrderDetails > .OrderDetails-Validity {
            width: 28%;
            min-width: 280px;
        }

    .Trade-OrderForm > div {
        margin-bottom: 20px;
    }

    .Trade-OrderForm .OrderBroker-ib > div, .Trade-OrderForm .OrderBroker-rmc > div {
        margin-bottom: 20px;
    }

    .BuySide-row {
        display: flex;
        flex-direction: row;
        gap: 10px;
    }

    .BuySideRadio input, .SellSideRadio input {
        margin-right: 20px;
    }

    .BuySideRadio {
        background: #628fd8;
        padding: 0 10px;
        width: 120px;
        border-radius: 10px;
    }

        .BuySideRadio label {
            color: white;
            margin-top: 5px;
        }

    .SellSideRadio {
        background: #dadada;
        padding: 0 10px;
        width: 120px;
        border-radius: 10px;
    }

        .SellSideRadio label {
            margin-top: 5px;
        }

    .OrderStepTitle {
        margin-bottom: 10px;
    }

    .OrderDetails-QuantityInput, .OrderDetails-PriceInput {
        display: flex;
    }

        .OrderDetails-QuantityInput input[type='text'], .OrderDetails-PriceInput input[type='text'] {
            width: 60%;
        }

    .OrderDetails-IncDecBtns {
        display: flex;
        flex-direction: column;
    }

        .OrderDetails-IncDecBtns button {
            height: 18px;
            line-height: 10px;
        }

    .OrderTipsButtons {
        display: flex;
        margin-top: 40px;
    }

        .OrderTipsButtons.mobileOnly {
            display: none;
        }

    .OrderTip {
        width: 90%;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: start;
        min-height: 100px;
    }

        .OrderTip .TipContent {
            background-color: #f8f7f7;
            border: 1px solid #cbc6c4;
            padding: 8px 16px;
        }

    .OrderAmountsButtons {
        /*padding-left: 70px;
    width: 55%;*/
    }

    .OrderAmountTable {
        padding-bottom: 30px;
    }

    .OrderAmountTable {
    }

    .OrderButtons {
        margin-top: 30px;
    }

    .OrderAmountTable td {
        padding: 5px;
    }

    .OrderInfoSplit {
        display: flex;
        width: 100%;
        margin-bottom: 3em;
    }

    .OrderInfo-Left {
        width: 65%;
    }

    .OrderInfo-Right {
        width: 35%;
        min-width: 340px;
    }

    .OrderInfo-Tips {
        width: 50%;
    }

    .OrderInfo-Buttons {
        width: 50%;
    }

    .UnspentRow-Apply > td:first-child {
        padding-left: 2em;
    }


    .pay-simple-pay-section {
        display: flex;
        gap: 2em;
        align-items: center;
        margin: 1em auto;
    }

    .pay-simple-section h1 {
        margin-bottom: 0.25em;
    }

    .pay-simple-pay-section-icon {
        max-height: 12em;
    }

    .pay-simple-status {
        color: blue;
    }

    .dexcont td, .dexcont a {
        color: rgb(40, 13, 95);
        font-size: 20px;
    }

    .psButton {
        -webkit-box-align: center;
        align-items: center;
        border: 0px;
        border-radius: 16px;
        box-shadow: rgb(14 14 44 / 40%) 0px -1px 0px 0px inset;
        cursor: pointer;
        display: inline-flex;
        font-family: inherit;
        font-size: 16px;
        font-weight: 600;
        -webkit-box-pack: center;
        justify-content: center;
        letter-spacing: 0.03em;
        line-height: 1;
        opacity: 1;
        outline: 0px;
        transition: background-color 0.2s ease 0s, opacity 0.2s ease 0s;
        height: 48px;
        padding: 0px 24px;
        background-color: rgb(31, 199, 212);
        color: white;
        margin-left: 4px;
    }

    .psButtonActive {
        background-color: blue;
    }

    .psTable {
        border-collapse: collapse;
        font-size: 14px;
        /*border-radius: 4px;*/
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        filter: drop-shadow(rgba(25, 19, 38, 0.15) 0px 1px 4px);
        width: 100%;
        background: rgb(255, 255, 255);
        /*border-radius: 16px;*/
        padding: 16px;
        background-color: #faf9fa;
    }

    .FinSecuritiesTable.psTable td {
        padding: 10px 20px;
    }

    .FinSecuritiesTable .psTable td, .FinSecuritiesTable .psTable thead th {
        border-color: rgb(231, 227, 235);
        border-width: 2px;
        height: unset;
    }

    .FinSecuritiesTable .psTable tr:first-child td {
        border: none;
    }

    .TableLogoToken {
        max-height: 45px;
    }

    .TableLogoBNB {
        max-height: 45px;
    }

    td.FinSecTableLogoCell {
        width: 50px;
        padding-right: 25px;
    }

    .SwapButtonCell {
        text-align: right;
    }

    .pairSwapDialog iframe {
        width: 100%;
        height: 100%;
        overflow: hidden;
        border: 0;
    }


    .PaymentOption {
        display: flex;
        font-weight: 400;
        margin-bottom: 25px;
    }

        .PaymentOption .PO-Label {
            width: 100%;
            display: flex;
            align-items: center;
        }

        .PaymentOption .PO-Image {
            margin: 0 20px 0 10px;
        }

            .PaymentOption .PO-Image.Banxa {
                width: 160px;
                background-image: url(/assets/images/icons/banxa.png);
                background-size: contain;
                background-repeat: no-repeat;
                background-position-x: left;
                background-position-y: center;
            }

        .PaymentOption .PO-Label label {
            font-weight: normal;
            margin-bottom: 0;
        }

        .PaymentOption img {
            max-width: 150px;
            max-height: 60px;
        }

    .finsec-rrr-chart .rrr-chart {
        background-color: #11152b;
        border-radius: 1em;
    }

    .rrr-chart-ticker-container label {
        color: white;
    }


    .finsec-rrr-chart {
        width: 100%;
    }

    .rap-more-src, .rap-more-ext {
        margin: 1vw 0;
    }

        .rap-more-src a {
            text-decoration: none;
        }

    .dex-rrr-section {
        margin-top: 100px;
    }

        .dex-rrr-section body {
            color: white;
            font-family: 'Libre Franklin', sans-serif;
            line-height: normal;
            word-wrap: break-word;
        }

        .dex-rrr-section h2 {
            color: white;
            font-size: 2.4vw;
            font-weight: normal;
            margin: 0;
        }

        .dex-rrr-section h3 {
            color: white;
            font-size: 1.8vw;
            font-weight: normal;
            margin: 0;
            line-height: 175%;
        }

        .dex-rrr-section h4 {
            color: white;
            font-size: 1.5vw;
            line-height: 2.5vw;
            font-weight: normal;
            margin: 0;
        }

        .dex-rrr-section h5, .dex-rrr-section a {
            color: white;
            font-size: 1.1vw;
            line-height: 1.7vw;
            font-weight: normal;
            margin: 0;
        }

    @media screen and (max-width: 768px) {
        .FinSecuritiesTable-Prefix {
            margin: 1em 0;
            font-size: 4vw;
        }

        .FinSecuritiesHeader {
            padding-top: 0.5em;
        }

            .FinSecuritiesHeader .Title {
                justify-content: space-between;
                display: flex;
                margin: 0.25em;
                align-items: center;
            }

                .FinSecuritiesHeader .Title .btn {
                    margin: 0;
                }

            .FinSecuritiesHeader .tabLink {
                flex-wrap: wrap;
                justify-content: center;
            }


            .FinSecuritiesHeader h5 {
                font-size: 3.9vw;
            }

            .FinSecuritiesHeader .page-tab-wrapper {
                width: 33%;
                padding: 2px 10px 2px 0;
                margin: 0.25em 0;
            }

                .FinSecuritiesHeader .page-tab-wrapper:nth-child(4) {
                    width: 50%;
                }

                .FinSecuritiesHeader .page-tab-wrapper:nth-child(5) {
                    width: 50%;
                }

                .FinSecuritiesHeader .page-tab-wrapper:nth-child(6) {
                    width: 50%;
                }

                .FinSecuritiesHeader .page-tab-wrapper:nth-child(7) {
                    width: 50%;
                }

                .FinSecuritiesHeader .page-tab-wrapper:nth-child(8) {
                    display: none;
                }

            .FinSecuritiesHeader .page-tab {
                margin-right: 3px 10px;
            }

                .FinSecuritiesHeader .page-tab h5 {
                    margin: 0;
                }

        .FinSecuritiesTable {
            margin-top: 0;
        }

            .FinSecuritiesTable table thead {
                display: none;
            }

            .FinSecuritiesTable tr {
                text-align: left;
                border-bottom: 1px solid #cacaca;
                display: flex;
                flex-wrap: wrap;
            }

            .FinSecuritiesTable td, .FinSecuritiesTable th {
                display: block;
                padding: 0.2rem;
            }

            .FinSecuritiesTable .table td, .FinSecuritiesTable .table thead th {
                border: none;
                word-break: break-word;
                font-size: 4vw;
            }

            .FinSecuritiesTable span, .FinSecuritiesTable a {
                font-size: 4vw;
                line-height: normal;
            }

            .FinSecuritiesTable tr:hover {
                background-color: transparent;
            }

            .FinSecuritiesTable tr > td:nth-child(1) {
                width: 20%;
            }

            .FinSecuritiesTable tr > td:nth-child(2) {
                width: 45%;
            }

            .FinSecuritiesTable tr > td:nth-child(3) {
                width: 35%;
            }

            .FinSecuritiesTable tr > td:nth-child(4) {
                width: calc(55% - 55px);
            }

            .FinSecuritiesTable tr > td:nth-child(5) {
                width: calc(45% - 45px);
            }

            .FinSecuritiesTable tr > td:nth-child(6) {
                width: 100px;
            }

            .FinSecuritiesTable tr > td:nth-child(7) {
                width: 65%;
            }

            .FinSecuritiesTable tr > td:nth-child(8) {
                width: 35%;
            }


            .FinSecuritiesTable .psTable tr {
                margin: 2vw;
                display: block;
                overflow: auto;
            }

                .FinSecuritiesTable .psTable tr > td {
                    float: left;
                }

                    .FinSecuritiesTable .psTable tr > td:nth-child(1) {
                        width: 18vw;
                    }

                    .FinSecuritiesTable .psTable tr > td:nth-child(2) {
                        width: 18vw;
                    }

                    .FinSecuritiesTable .psTable tr > td:nth-child(3) {
                        width: 55vw;
                    }

                    .FinSecuritiesTable .psTable tr > td:nth-child(4) {
                        width: 55vw;
                    }

                    .FinSecuritiesTable .psTable tr > td:nth-child(5) {
                        width: 50vw;
                        height: 8vw;
                        clear: both;
                        display: flex;
                        flex-direction: column;
                        justify-content: center;
                    }

                    .FinSecuritiesTable .psTable tr > td:nth-child(6) {
                        width: 40vw;
                        text-align: right;
                    }

            .FinSecuritiesTable .psTable .psButton {
                height: 7vw;
            }



            .FinSecuritiesTable.FinSecuritiesExchangeTable tr {
                display: block;
                border-bottom: none;
                overflow: hidden;
                padding-top: 2vw;
                padding-bottom: 2vw;
            }

                .FinSecuritiesTable.FinSecuritiesExchangeTable tr.FSTE-HeaderRow {
                    border-top: 1px solid #cacaca;
                }

                    .FinSecuritiesTable.FinSecuritiesExchangeTable tr.FSTE-HeaderRow:first-child {
                        border-top: none;
                    }

                .FinSecuritiesTable.FinSecuritiesExchangeTable tr > td {
                    float: left;
                }

                    .FinSecuritiesTable.FinSecuritiesExchangeTable tr > td.FSTE-Logo {
                        clear: both;
                    }

                    .FinSecuritiesTable.FinSecuritiesExchangeTable tr > td.FSTE-Symbol {
                        width: 75vw;
                    }

                    .FinSecuritiesTable.FinSecuritiesExchangeTable tr > td.FSTE-Name {
                        width: 75vw;
                    }

                    .FinSecuritiesTable.FinSecuritiesExchangeTable tr > td.FSTE-Price {
                        width: 45vw;
                        clear: both;
                        height: 8vw;
                        line-height: 7vw;
                    }

                    .FinSecuritiesTable.FinSecuritiesExchangeTable tr > td.FSTE-Quantity {
                        width: 22.5vw;
                        height: 8vw;
                        line-height: 7vw;
                    }

                    .FinSecuritiesTable.FinSecuritiesExchangeTable tr > td.FSTE-Button {
                        width: 27.5vw;
                        text-align: right;
                    }

                        .FinSecuritiesTable.FinSecuritiesExchangeTable tr > td.FSTE-Button button {
                            margin: 0;
                        }


        .SplitDiv > div {
            word-break: normal;
        }

        #trade {
            display: none;
        }

        .CompanyInfo {
            display: flex;
            flex-wrap: wrap;
        }

        .CompanyInfo-MarketData {
            width: 100vw;
            max-width: 100vw;
            margin-top: 2rem;
            padding-left: 0;
        }

            .CompanyInfo-MarketData .CellValueMain {
                font-size: 110%;
            }

        .CompanyInfo-Profile {
            width: 100vw;
            max-width: 100vw;
            padding: 0;
        }

        .finsec-chart-Res-Container {
            padding: 10px 0;
        }

            .finsec-chart-Res-Container > div {
                margin: 0 2px;
            }

        .finsec-chart {
            height: 275px;
        }



        .GetPriceUpdButton {
            margin-top: 3rem;
            margin-left: 50%;
            transform: translateX(-50%);
        }

        .Trade-Header {
            flex-wrap: wrap;
        }


        .TradeContent {
            flex-direction: column;
        }

        .Trade-right, .Trade-left {
            width: 100%;
        }

        .Trade-Tabs-Overview > div.OverviewColumns {
            flex-direction: column-reverse;
            gap: 20px;
        }

            .Trade-Tabs-Overview > div.OverviewColumns > div {
                width: 100%;
            }

        .Trade-Tabs h5 {
            font-size: 16px;
        }

        .Trade-Tabs a {
            width: 33%;
        }

        .OrderInfo-Left {
            width: 100%;
        }

        .BuySideRadio, .SellSideRadio {
            float: left;
            margin-right: 0.5em;
        }

            .BuySideRadio > label, .SellSideRadio > label {
                margin: 0;
            }

        .row.OrderContent > div {
            padding: 0;
        }

        .OrderContent .OrderDetails {
            flex-wrap: wrap;
        }

            .OrderContent .OrderDetails > div {
                width: 100%;
                margin-bottom: 2em;
            }

        .OrderInfoSplit {
            flex-direction: column;
        }

        .OrderDetails {
            flex-direction: column;
        }

        .OrderInfo-Right {
            width: 100%;
        }

        .OrderInfo-Tips {
            width: 100%;
        }

        .OrderTipsButtons {
            flex-wrap: wrap;
        }

            .OrderTipsButtons.desktopOnly {
                display: none;
            }

            .OrderTipsButtons.mobileOnly {
                display: block;
            }

        .OrderTip {
            width: 100%;
        }

        .OrderInfo-Buttons {
            width: 100%;
        }

        .OrderAmountTable {
            padding-top: 30px;
        }

        .OrderAmountsButtons {
            width: 100%;
            padding-left: unset;
        }

        .OrderButtons {
            text-align: center;
        }

        .OrderEditCancelButtons {
            text-align: center;
        }

        input[type='text'].short-field, select.short-field {
            max-width: 100px;
        }

        .PaymentOption .PO-Image {
            width: auto;
            float: right;
            margin-left: 1rem;
        }

        .PaymentOption img {
            max-width: 65px;
        }

        .DialogButtons {
            text-align: center;
            margin-top: 2rem;
        }

        .psButton {
            padding: 0px 10px;
            margin: 0;
        }

        .dexcont td, .dexcont a {
            font-size: 15px;
        }
    }
.finsec-chart-tabs {
    display: flex;
    flex-direction: row;
    justify-content: right;
    width: 100%;
    gap: 10px;
}

    .finsec-chart-tabs a {
        text-decoration: none;
        color: black;
        padding: 0 5px;
        border: 1px solid black;
        border-radius: 10px;
    }

    .finsec-chart-tabs h5 {
        font-size: 16px;
        margin: 6px 2.5px 4px 2.5px;
    }

    .finsec-chart-tabs a.selected {
        background-color: black;
        color: white;
    }

.finsec-chart-Res-Container {
    clear: both;
    display: flex;
    padding: 10px;
    margin-top: 20px;
}

    .finsec-chart-Res-Container > div {
        margin: 0 5px;
        font-size: 75%;
        height: 30px;
        line-height: 30px;
    }

.finsec-chart-Res-Value {
    border: 1px solid black;
    background-color: transparent;
    border-radius: 5px;
    width: 40px;
    text-align: center;
    cursor: pointer;
}

    .finsec-chart-Res-Value.finsec-chart-Res-Active {
        background-color: coral;
    }

.finsec-chart {
    clear: both;
    height: 400px;
}
.finsec-chart-loading{
    max-width: 200px;
}
.finsec-chart-Table {
    clear: both;
    height: 45px;
}

.SparklineCell {
    width: 100px;
    min-width: 100px;
}


@media screen and (max-width: 768px) {
    .finsec-chart-tabs {
        flex-wrap: wrap;
    }
}
