﻿:root {
    --color-sell: #FF9A00;
    --color-buy: #05DDF9;
    --Surface1: #0F0E09;
    --Surface2: #15130E;
    --Surface3: #1D1B16;
    --Surface4: #21201A;
    --Surface5: #2C2A24;
    --Surface6: #37352F;
    --Border: #2C2A24;
    --InputFieldBorder: #3B3933;
    --PrimaryYellow: #F2C300;
    --GreenText: #54B054;
    --RedText: #DB575B;
    --GreenBackground: #107C10;
    --RedBackground: #D13438;
    --White: #FFFFFF;
    --Offwhite: #CBC6BD;
    --Black: #000000;
}

* {
    font-family: Arial;
    font-weight: 400;
}

body {
    font-size: 15px;
    padding-top: 0rem !important;
    background-color: black;
    color: white;
    margin: 0 auto;
    overflow-x: hidden;
    width: 1336px;
    -webkit-user-select: none;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    user-select: none;
}

::-webkit-scrollbar {
    background: #272727;
    width: 8px !important;
    height: 8px !important;
}

::-webkit-scrollbar-thumb {
    background: #5E5E5E;
    height: 8px !important;
}

::-webkit-scrollbar-corner {
    background: #272727;
}

select, button {
    border: none;
    outline: none;
    background-color: transparent;
}

.hidden-v {
    visibility: hidden !important;
}

.hidden-d {
    display: none !important;
}

.c-green {
    /* color: #37DE6D !important;*/
    color: #54B054 !important;
}

.c-red {
    color: #DB575B !important;
}

.c-grey {
    color: #fff !important;
}

.c-blue {
    color: #fff !important;
}

.c-buy {
    color: var(--color-buy) !important;
    cursor: pointer;
}

.c-sell {
    color: var(--color-sell) !important;
    cursor: pointer;
}



.OrderActive {
    filter: blur(30px);
}

.mainCard {
    width: 100%;
    height: 100%;
}

.container {
    max-width: 100% !important;
}

.row {
    background-color: black !important;
    color: white;
}

.nav {
    width: 100%;
    height: 5rem;
    display: flex;
    background-color: var(--Surface3);
    border-bottom: 1px solid var(--Border);
}

.nav__wrapper {
    display: flex;
    height: 100%;
}

.nav__section-1 {
    width: 10vw;
    min-width: 133px;
    display: flex;
    height: 100%;
    position: relative;
}

.nav__searchbox {
    position: absolute;
    left: 100%;
    top: 0;
    width: 16rem;
    background-color: var(--Surface5);
    z-index: 9999999;
}

.nav__searchbox-close {
    position: absolute;
    top: 0.25rem;
    right: 0.25rem;
    width: 0.85rem;
    cursor: pointer;
}

.nav__searchbox-header {
    padding: 0.8rem 1.1rem 0;
    background-color: var(--Surface5);
}

.nav__searchbox-input,
.nav__searchbox-options {
    width: 100%;
    height: 1.5rem;
    color: black; /*updated on 01112022 by AnkitD*/
    margin-bottom: 0.7rem;
}

.nav__searchbox-input {
    width: 95%;
    font-size: 0.8rem;
    border-radius: 4px;
    border: 1px solid var(--outline-3);
    background: var(--surface-4, #21201A);
    color: white;
    outline: none;
    padding: 3px 5px;
}

.nav__searchbox-options {
    background-color: var(--Surface6);
    border-radius: 0.4rem;
    font-size: 0.75rem;
}

.nav__searchbox-type, .nav__searchbox-type-Popular-products, .addProduct-type, .addProduct-type-Popular-products, .addWatchList-type-Popular-products, .addWatchList-type, .table-pAlert__search-optionsHeader {
    padding: 0.4rem 1.1rem;
    background-color: var(--Surface6);
    font-size: 0.75rem;
    color: var(--Offwhite);
    margin-bottom: 0;
}

.nav__searchbox-items, .nav__searchbox-items-Popular-products, .table-pAlert__searchbox-items-Popular-products, .table-pAlert__searchbox-items {
    width: 100%;
    background-color: var(--Surface5);
}

.nav__searchbox-item, .table-pAlert__searchbox-item {
    width: 100%;
    padding: 0.35rem 1.1rem;
    padding-left: calc(1.1rem - 0.5rem);
    color: #fff;
    font-size: 0.8rem;
    cursor: pointer;
    box-sizing: border-box;
    border-left: 0.5rem solid transparent;
    border-bottom: 1px solid var(--Surface3);
}

    .nav__searchbox-item:hover {
        border-left: 0.5rem solid #fff;
    }



.nav__avatar {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--PrimaryYellow);
    padding: 0 .3rem;
    width: 25%
}

.nav__account {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background-color: var(--PrimaryYellow);
    padding: 0 .4rem;
    text-align: start;
    width: 50%;
    color: var(--Black);
}

.account-name {
    font-size: 0.8rem;
    font-weight: 700;
}

.account-number {
    font-size: 0.75rem;
}

.nav__search {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--Surface4);
    padding: 0 0.3rem;
    cursor: pointer;
    width: 25%;
    border-left: 1px solid var(--Border);
    border-right: 1px solid var(--Border);
}

    .nav__search > img {
        width: 75%;
    }

.nav__section-2 {
    height: 100%;
    width: 31vw;
    min-width: 413.33px;
    background-color: var(--Surface4);
    border-right: 1px solid var(--Border);
}

    .nav__section-2 .upper {
        display: flex;
        height: 50%;
    }


.upper__tab, .upper__tab-addsection {
    color: var(--Offwhite);
    font-size: 0.75rem;
    padding: 0.5rem .85rem;
    display: flex;
    align-items: center;
    cursor: pointer;
    border-left: 1px solid var(--Border);
    height: 100%;
    position: relative;
}


.nav__section-2 .lower {
    display: flex;
    height: 50%;
    border-top: 1px solid var(--Border);
}

.lower__tab {
    color: white;
    font-size: 0.75rem;
    padding: 0.6rem 0rem;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    width: 16.6%;
    border-right: 1px solid var(--Border);
}

    .lower__tab a {
        color: white;
        text-decoration: none;
    }


.lower__tab--news {
    width: 24%;
}

.lower__tab--settings img {
    margin-right: 0.3rem;
    width: 0.8rem;
}

.lower__tab-menu {
    position: absolute;
    top: 3rem;
    left: 0;
    width: 8rem;
    background-color: var(--Surface6);
    list-style: none;
    padding: 0;
    z-index: 1000000;
    border: 1px solid var(--Border);
}

    .lower__tab-menu li {
        padding: 0.5rem 0.4rem;
        border-bottom: 0.1rem solid var(--Border);
    }

        .lower__tab-menu li:hover {
            background-color: var(--Surface4);
        }

.nav__section-3 {
    background-color: #005A65;
    display: flex;
    align-items: center;
    padding: 0.7rem 1.3rem;
    width: 11.1rem;
}

    .nav__section-3 > img {
        margin-right: 0.5rem;
    }

    .nav__section-3 > span {
        color: white;
        font-size: 0.8rem;
    }



/* Section 4 */
.nav__section-4 {
    height: 100%;
    width: 38.5vw;
    min-width: 516.1px;
    padding: 0 2rem;
    padding: 0;
    font-size: .8rem;
    display: flex;
    justify-content: right;
    align-items: center;
}

.nav__section-4 .account-details {
    height: 53%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}

    .nav__section-4 .account-details h3 {
        font-size: 0.8rem;
        color: white;
        text-align: right;
        display: flex;
        justify-content: space-between;
    }

        .nav__section-4 .account-details h3 span:first-child {
            padding-right: 0.4rem;
            color: white;
        }

        .nav__section-4 .account-details h3 span {
            color: #fff;
            padding-left: 0.4rem;
            position: relative;
            right: 0;
        }

.account-details--more, .account-notification-details {
    width: 2.9rem;
    display: flex;
    justify-content: center;
    align-content: center;
}

.account-details-icon {
    cursor: pointer;
    -webkit-transform: rotate(180deg);
    width: 1.2rem;
}

.account-notification-icon {
    cursor: pointer;
    width: 1.2rem;
    width: 42.5%;
}

.nav__section-4 .account-details--acc {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: var(--Surface5);
    padding: 1rem .5rem;
    box-sizing: content-box;
    border-radius: 0.4rem;
    margin-right: .5vw;
}

    .nav__section-4 .account-details--acc .NavAccountValueInfo {
        font-size: 0.9rem;
        font-weight: 700;
        color: white;
    }

    .nav__section-4 .account-details--acc h3:last-child {
        color: white;
        font-size: 1.05rem;
        margin-bottom: 0;
        justify-content: center;
        font-weight: 700;
    }



.nav__section-5 {
    width: 7vw;
    height: 100%;
    min-width: 93px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: var(--Surface4);
    border-left: 1px solid var(--Border);
}

.nav__time {
    color: white;
    font-size: 0.8rem;
    padding-bottom: 0.4rem;
    width: 100%;
    text-align: center;
}

.logoutBtnMain {
    border-top: 1px solid var(--Border);
}

.nav__logout {
    text-align: center;
    width: 100%;
    width: 1.1rem;
    padding-top: 0.4rem;
    cursor: pointer;
    margin-left: 43%;
}

.library__close, .tc-Iframe__close {
    margin-left: 15px;
}

/* Acc details expand */

.acc-expand__header {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
    background-color: var(--Surface4);
    padding: 1rem 16px 1rem 1.4rem;
    border-radius: 0.3rem;
    position: sticky;
    top: 0;
    height: 3.3rem;
    border: 1px solid var(--Border);
}

    .acc-expand__header span {
        font-size: 1rem;
    }

.acc-expand__close {
    cursor: pointer;
    width: 1.1rem;
}

.acc-expand__details {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 1.4rem;
    margin-bottom: 1rem;
}

    .acc-expand__details span:first-child {
        font-size: 0.9rem;
        color: var(--Offwhite);
    }

    .acc-expand__details span:last-child {
        font-size: 0.9rem;
    }

.table-bottom-fixed--expand {
    height: calc(100vh - 5.2rem);
}


.table-bottom-fixed .table__tabs {
    width: 100%;
    display: flex;
    justify-content: space-between;
    background-color: var(--Surface4);
    border-bottom: 0.1rem solid #343434;
    position: sticky;
    top: 0;
    height: 2.2rem;
    border: 1px solid var(--Border);
}

    .table-bottom-fixed .table__tabs div {
        display: flex;
    }

.table-bottom-fixed .table__tab {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--Offwhite);
    font-size: 0.8rem;
    padding: 0.4rem 1.2rem;
    border-right: 0.1rem solid var(--Border);
    cursor: pointer;
}

.table-bottom-fixed .tab-plus {
    cursor: pointer;
}

.table-bottom-fixed .table__tab .tab-close {
    width: 0.9rem;
    fill: white;
    margin-left: 0.8rem;
}

.table-bottom-icon {
    width: 1.2rem;
    cursor: pointer;
    margin-left: 15px;
}

.table-bottom-fixed .table__tab--active {
    background-color: var(--PrimaryYellow);
    color: black;
    font-weight: 700;
}


.table-bottom--hidden {
    display: none;
}

.table-bottom {
    width: 100%;
    position: relative;
    height: calc(100% - 2.2rem);
    overflow: hidden;
    padding: 0;
    background-color: #1B1B1B;
}


.table-bottom-fixed tbody:first-child tr {
    position: sticky;
    top: 0;
}

.table-bottom-fixed .table-bottom--blotter tbody:first-child tr,
.table-bottom-fixed .table-bottom--history tbody:first-child tr {
    position: sticky;
    top: 2.875rem;
}


/*Table history filters*/
.table-history-filters {
    padding: 0.6rem;
    border-bottom: 0.08rem solid #3B3B3B;
    display: flex;
    background-color: var(--Surface4);
    position: sticky;
    top: 0;
    z-index: 10;
}

    .table-history-filters select,
    .table-history-filters input[type="text"],
    .table-history-filters input[type="date"],
    .table-history-filters button {
        width: 4.1rem;
        height: 1.6rem;
        padding-left: 0.5rem;
        outline: none;
        /*border: 1px solid #1B1B1B;*/
        border: none;
        background-color: #2A3031;
        font-size: 0.75rem;
        margin-right: 0.6rem;
        /*color: #929292;*/
        color: #fff !important;
        border-radius: 0.1rem;
    }

    .table-history-filters select {
        width: 4.1rem;
        background-color: #434343;
        cursor: pointer;
    }

    .table-history-filters input[type="text"]::placeholder {
        color: #929292;
    }


::-webkit-calendar-picker-indicator {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="15" viewBox="0 0 24 24"><path fill="%23929292" d="M20 3h-1V1h-2v2H7V1H5v2H4c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 18H4V8h16v13z"/></svg>');
}

#history-filters-custom {
    width: auto;
}

.table-history-filters input[type="date"] {
    width: 7rem;
}

.table-history-filters input[type="text"] {
    width: 7.5rem;
}

.table-history-filters button {
    background-color: #6b6b6b;
    border: none;
    color: white;
}

    .table-history-filters button:hover {
        /*background-color: #606060;*/
    }

.history-filters__type-wrapper {
    position: relative;
}

.history-filters__type-expand {
    width: 10rem;
    max-height: 11.5rem;
    overflow-y: auto;
    padding: 0.5rem 1rem;
    position: absolute;
    top: 1.2rem;
    left: 0;
    background-color: #434343;
}

    .history-filters__type-expand .input-field {
        width: 100%;
        display: flex;
        align-items: center;
    }

    .history-filters__type-expand input {
        width: 1rem;
    }

    .history-filters__type-expand span {
        color: white;
        font-size: 0.75rem;
        padding-left: 0.5rem;
    }

/* Table blotter filters */
.table-blotter-filters {
    padding: 0.6rem;
    border-bottom: 0.08rem solid #3B3B3B;
    display: flex;
    background-color: var(--Surface4);
    position: sticky;
    top: 0;
    z-index: 10;
}

    .table-blotter-filters input {
        height: 1.6rem;
        padding-left: 0.5rem;
        outline: none;
        border: none;
        background-color: #2A3031;
        font-size: 0.75rem;
        color: #fff;
        border-radius: 0.1rem;
    }

        .table-blotter-filters input[type="text"] {
            width: 10rem;
        }

        .table-blotter-filters input::placeholder {
            color: #929292;
        }

/* Table positions expand icon */
.table-positions-expand {
    cursor: pointer;
}

/* Modals */

/* Order Close Modal */
.order-close, .IsQueue-popup, .order-confirm, .modify-confirm, .maximun-window-limit, .position-close {
    padding: 1.1rem 1.2rem;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 0.2rem;
    background-color: var(--Surface2);
    color: #fff;
    border: 1px solid var(--Border);
}

    .order-close h1, .IsQueue-popup h1, .order-confirm h1, .modify-confirm h1, .maximun-window-limit h1, .position-close h1 {
        width: 100%;
        text-align: center;
        font-size: 1rem;
        margin-bottom: 2.2rem;
    }

    .order-close div, .IsQueue-popup div, .order-confirm div, .modify-confirm div, .maximun-window-limit div, .position-close div, .tempate-delete-ComformBox div {
        display: flex;
        justify-content: space-between;
    }

        .order-close div button, .IsQueue-popup div button, .tempate-delete-ComformBox div button, .order-confirm button, .modify-confirm button, .maximun-window-limit button, .position-close button {
            font-size: 0.8rem;
            color: #BCBCBC;
        }

            .order-close div button:first-child, .IsQueue-popup div button:first-child, .tempate-delete-ComformBox div button:first-child, .order-confirm div button:first-child, .modify-confirm div button:first-child, .position-close div button:first-child {
                margin-right: 1rem;
            }

.placeOrderConformationCheckBox {
    margin-right: 5px;
}

.placeOrderConformationMessage {
    font-size: 0.8rem;
    color: #BCBCBC;
    margin-right: 10px;
}

.order-close-modal--ok, .IsQueue-popup--ok {
    margin-right: 0 !important;
    padding-right: 0 !important;
}

.server-logout--ok {
    margin-right: 0 !important;
    padding-right: 0 !important;
}

.model-1-watchlist {
    position: fixed;
    width: auto;
    height: auto;
    top: 12%;
    left: 40%;
    /*background-color: rgba(200, 200, 200, 0.5);*/
    z-index: 1000000 !important;
    box-sizing: border-box;
}

.modal-1-overlay {
    position: absolute;
    width: auto;
    height: auto;
    top: 12%;
    left: 40%;
    /*transform: translate(-50%, -50%);*/
    /*overflow-y: auto;*/
    /*padding: 5rem 0;*/
    box-sizing: border-box;
    border-radius: 0.5rem;
}

.TicketSuccessFooter {
    color: var(--Offwhite);
}


.order-edit-modal .modal-1 {
    height: 26.2rem;
    width: 23rem;
    overflow-y: overlay;
}

.asset-order-ticket .moadal-1 {
    height: 32rem;
    overflow-y: overlay;
}

.modal-1 {
    width: 23rem;
    height: auto !important;
    position: relative;
    background-color: var(--Surface2);
    color: white;
    border-radius: 10px;
    border: 1px solid var(--Border);
}

    .modal-1 .modal-1__header {
        padding-bottom: 0rem;
        height: 42px;
        background-color: var(--Surface4);
        border-radius: 10px 10px 0px 0px;
    }


    /* Added by AnkitV on 16112022 */
    .modal-1 .percentagePips-modal-1, .percentagePips-modal-newsAnalysis-1, .percentagePips-modal-fundamentals-1, .percentagePips-sentiment-1, .percentagePips-modal-priceAlert-1, .percentagePips-modal-activePriceAlert-1 {
        width: 100px;
        margin-right: 5px;
        padding: 1px 0px;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
        text-overflow: ellipsis;
    }

        .modal-1 .percentagePips-modal-1 img, .percentagePips-modal-newsAnalysis-1 img, .percentagePips-modal-fundamentals-1 img, .percentagePips-modal-priceAlert-1 img, .percentagePips-modal-activePriceAlert-1 img {
            width: 0.8rem;
            margin-right: .7rem;
        }

    .modal-1 .percentagePips-modal-1__details-vlaues, .percentagePips-modal-newsAnalysis__details-vlaues, .percentagePips-modal-priceAlert__details-vlaues, .percentagePips-modal-activePriceAlert__details-vlaues {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        font-size: .75rem;
        line-height: 16px;
        margin-bottom: 0.13rem;
        font-weight: 500;
        width: 65%;
    }


/*Confirmation popup for sell buy*/
.confirmation-popup, .modify-order-confirmation-popup, .modify-position-confirmation-popup, .closing-position-confirmation-popup, .maximun-window-limit-popup {
    /*background-color: rgba(0, 0, 0, 0.5);*/
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0%;
    left: 0%;
    z-index: 100000000;
    visibility: hidden;
}


.modal-1__confirm {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 22rem;
    padding: 1.2rem;
    background-color: var(--Surface2);
    border: 1px solid var(--Border);
    padding-bottom: 10px;
}

    .modal-1__confirm .row-1 {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 1rem;
        margin-bottom: 1.4rem;
    }

        .modal-1__confirm .row-1 > * {
            margin-bottom: 1rem;
        }

    .modal-1__confirm .row-2 {
        width: 100%;
    }

        .modal-1__confirm .row-2 > div {
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

            .modal-1__confirm .row-2 > div:not(:last-child) {
                margin-bottom: 1rem;
            }

            .modal-1__confirm .row-2 > div span {
                color: white;
                font-size: 0.78rem;
            }

    .modal-1__confirm.modal-1__confirm--buy .row-2__type,
    .modal-1__confirm.modal-1__confirm--buy .row-2__expiry {
        /*color: #05DDF9;*/
        color: var(--color-buy);
        text-transform: uppercase;
    }

    .modal-1__confirm.modal-1__confirm--sell .row-2__type,
    .modal-1__confirm.modal-1__confirm--sell .row-2__expiry {
        /*color: #C52F00;*/
        color: var(--color-sell);
        text-transform: uppercase;
    }

    .modal-1__confirm h1 {
        font-size: 1.03rem;
        color: var(--Offwhite);
    }

    .modal-1__confirm h2 {
        font-size: 0.93rem;
        color: #fff;
    }

    .modal-1__confirm h3 {
        font-size: 1rem;
    }

    .modal-1__confirm.modal-1__confirm--buy h3 {
        /*color: #05DDF9 !important;*/
        color: var(--color-buy) !important;
    }

    .modal-1__confirm.modal-1__confirm--sell h3 {
        /*color: #C52F00 !important;*/
        color: var(--color-sell) !important;
    }

.modal-1__confirm-btn-wrapper {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.modal-1__confirm button {
    height: 2.3rem;
    width: 45%;
    background-color: var(--Surface5);
    border-radius: 1rem;
    font-size: 0.9rem;
    color: #fff;
    margin-top: 3rem;
}

.modal-1__confirm-btn.btn-fluid {
    width: 100%;
}

.modal-1__confirm-new {
}

.modal-1__container {
    width: 100%;
    height: 100%;
}

.modal-1__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 0;
    margin-bottom: 0rem;
}

    .modal-1__header div {
        display: flex;
        align-items: center;
    }

    .modal-1__header .modal-1__ticket-details {
        display: flex;
        cursor: pointer;
        padding-left: 8px;
    }

.modal-1__ticket {
    color: #fff;
}

.modal-1__menu {
    cursor: pointer;
    padding: 0px 12px;
}

.modal-1__title {
    margin-right: 0.36rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.modal-1__search {
    width: 1rem;
}

.modal-1__close {
    padding: 0px 12px;
    cursor: pointer;
}

.modal-1__action {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 0;
    cursor: pointer;
    height: 100%;
    background-color: var(--Surface3);
    border-top: 1px solid var(--Border);
    border-bottom: 1px solid var(--Border);
}

.modal-1__action-quote {
    border-top: 2px solid #111;
    border-radius: 0px 0px .5rem .5rem;
}

    .modal-1__action-quote h2 {
        font-size: 25px;
    }

.modal-1__action h1 {
    font-size: 0.9rem;
}

.modal-1__action h2 {
    font-size: 1.1rem;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.modal-1__action h3 {
    font-size: 0.75rem;
    margin-bottom: 0;
}

.modal-1__sell {
    width: 50%;
    text-align: left;
    color: white;
    padding: 0.4rem 0.3rem 0.4rem 1rem;
    height: 100%;
}

#modal-1__sell--active {
    background: linear-gradient(to bottom right, rgba(255, 145, 0, 0.4), rgba(255, 145, 0, 0.1));
}

.modal-1__sell h1 {
    /*color: #C52F00;*/
    color: var(--color-sell);
}

.modal-1__buy {
    width: 50%;
    text-align: right;
    color: white;
    padding: 0.4rem 1rem 0.4rem 0.3rem;
    height: 100%;
}

#modal-1__buy--active {
    /*background: linear-gradient(269.13deg, #05DDF9 4.16%, rgba(5, 221, 249, 0) 127.96%);*/
    background: linear-gradient(to bottom left, rgba(5, 221, 249, 0.4), rgba(5, 221, 249, 0.1));
}

.modal-1__buy h1 {
    /*color: #05DDF9;*/
    color: var(--color-buy);
}

.modal-1__fields {
    padding: 0.5rem 1rem;
    width: 100%;
    background-color: var(--Surface1);
    display: flex;
    border-bottom: 1px solid var(--Border);
}

.modal-1__fields-col:first-child {
    width: 70%;
}

.modal-1__fields-row {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 0rem;
}

    .modal-1__fields-row div {
        display: flex;
        flex-direction: column;
        margin-right: 0.5rem;
    }

    .modal-1__fields-row label {
        font-size: 0.85rem;
        color: #BCBCBC;
        margin-bottom: 0.1rem;
    }

    .modal-1__fields-row input {
        font-size: 0.85rem;
        width: 6rem;
        height: 1.8rem;
        border: 0.01rem solid #BCBCBC;
        border-radius: 0.4rem;
        padding: 0.5rem;
        box-sizing: border-box;
        text-align: center;
        line-height: 2.8rem;
        background: none;
        color: white;
    }

.modal-1__fields-col:last-child {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: 30%;
}

.modal-1__close-trade {
    width: 5rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: var(--Surface5);
    padding: 0.4rem 0.75rem;
    border-radius: 0.4rem;
    font-size: 0.82rem;
    cursor: pointer;
}

    .modal-1__close-trade img {
        width: 1rem;
        background-color: white;
        border-radius: 50%;
        margin-right: 7px;
    }

.modal-1__date {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem 1rem;
    border-bottom: 0.02rem solid var(--Border);
}

    .modal-1__date h2 {
        color: #BCBCBC;
        font-size: 0.85rem;
    }

.modal-1__take-profit,
.modal-1__stop-loss {
    display: flex;
    width: 100%;
    padding: 0.5rem 1rem;
    border-bottom: 0.02rem solid var(--Border);
    background-color: var(--Surface1);
}

    .modal-1__take-profit .left,
    .modal-1__stop-loss .left {
        display: flex;
        width: 85%;
    }

.position-edit-modal .modal-1__take-profit .left,
.position-edit-modal .modal-1__stop-loss .left
.order-edit-modal .modal-1__take-profit .left,
.order-edit-modal .modal-1__stop-loss .left {
    width: 94%;
}

.modal-1__take-profit .right,
.modal-1__stop-loss .right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    width: 15%;
}

.position-edit-modal .modal-1__take-profit .right,
.position-edit-modal .modal-1__stop-loss .right,
.order-edit-modal .modal-1__take-profit .right,
.order-edit-modal .modal-1__stop-loss .right {
    width: 5%;
}


.modal-1__take-profit span,
.modal-1__stop-loss span {
    font-size: 0.85rem;
    padding-top: 0.5rem;
    color: #BCBCBC;
}

.modal-1__take-profit label,
.modal-1__stop-loss label {
    font-size: 15px;
    color: #BCBCBC;
}

.modal-1__take-profit input,
.modal-1__stop-loss input {
    font-size: 0.85rem;
    color: #BCBCBC;
    width: 6.8rem;
    text-align: center;
    height: 1.6rem;
    background-color: var(--Surface1);
    border: none;
    border-radius: 4px;
    padding: .5rem;
    box-sizing: border-box;
    border: 1px solid var(--InputFieldBorder);
}

.modal-1__take-profit .left div:first-child label {
    color: #54B054;
}

.modal-1__stop-loss .left div:first-child label {
    color: #DB575B;
}

.modal-1__take-profit .right img,
.modal-1__stop-loss .right img {
    width: 1rem;
    cursor: pointer;
}

.modal-1__stop-loss-expand,
.modal-1__take-profit-expand {
    width: 100%;
    padding: 0.5rem;
    border-bottom: 0.02rem solid var(--Border);
    cursor: pointer;
    background-color: var(--Surface2);
}

    .modal-1__stop-loss-expand span,
    .modal-1__take-profit-expand span {
        color: #DB575B;
        font-size: 15px;
    }

    .modal-1__stop-loss-expand img,
    .modal-1__take-profit-expand img {
        margin-right: 0.5rem;
        width: 1rem;
        cursor: pointer;
    }

    .modal-1__take-profit-expand span {
        color: #54B054;
    }

.modal-1__alert, .modal-1__alert_closeAllPositions {
    background-color: rgba(209, 52, 56, 0.50);
    width: 86%;
    border-radius: 0.6rem;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 1.4rem;
    padding: 0.8rem 1rem;
    justify-content: center !important;
}

    .modal-1__alert img, .modal-1__alert_closeAllPositions img {
        width: 1rem;
        margin-right: 0.45rem;
    }

    .modal-1__alert span, .modal-1__alert_closeAllPositions span {
        font-size: 0.9rem;
        color: #fff;
    }

.modal-1__btn {
    background-color: var(--Surface5);
    font-size: 0.9rem;
    width: 100%;
    text-align: center;
    border-radius: 0px 0px 10px 10px;
    height: 2.3rem;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    color: #ffffff33;
    font-weight: 700;
    margin-top: 1rem;
}

/* Modal - Position Edit [specific] */
.modal-1__commission,
.modal-1__margin {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem 0.5rem;
    border-bottom: 1px solid var(--Border);
}

    .modal-1__commission img,
    .modal-1__margin img {
        margin-right: 0.6rem;
        width: 1.13rem;
        cursor: pointer;
    }

    .modal-1__commission span,
    .modal-1__margin span {
        font-size: 0.85rem;
    }

        .modal-1__commission span:first-child,
        .modal-1__margin span:first-child {
            color: var(--Offwhite);
        }

/* Modal - Position Close [specific] */
.modal-1__pandl {
    padding: 0.5rem 1rem;
    border-bottom: 0.02rem solid var(--Border);
}

    .modal-1__pandl h3 {
        font-size: 0.85rem;
        text-align: center;
    }

    .modal-1__pandl span {
        color: #ff4444;
        padding-left: 1rem;
        font-size: 0.85rem;
    }

.modal-1__info {
    padding: 0.4rem 1rem;
    margin-top: 0.2rem;
}

    .modal-1__info h3 {
        color: #fff;
        text-align: center;
        font-size: 0.85rem;
        background-color: var(--Surface6);
        padding: 0.5rem;
        box-sizing: border-box;
    }

/* Modal - Order Edit [specific] */

.order-edit-modal .modal-1__fields-col {
    justify-content: space-around;
}

.modal-1__limit {
    padding: 0.4rem 0.2rem;
    min-width: 4rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: var(--Surface5);
    border-radius: 0.3rem;
    cursor: pointer;
    margin-bottom: 0.5rem;
}

    .modal-1__limit > span {
        font-size: 0.75rem;
        margin-bottom: 0.3rem;
    }

    .modal-1__limit .limit__dots {
        width: 50%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .modal-1__limit .limit__dot {
        width: 0.4rem;
        height: 0.4rem;
        border-radius: 50%;
        background-color: #53491d;
    }

.modal-1__limit--market .limit__dots .limit__dot:first-child {
    background-color: var(--PrimaryYellow);
}

.modal-1__limit--limit .limit__dots .limit__dot:nth-child(2) {
    background-color: var(--PrimaryYellow);
}

.modal-1__limit--stop-entry .limit__dots .limit__dot:last-child {
    background-color: var(--PrimaryYellow);
}

.modal-1__gtc,
.modal-1__cancel-order {
    padding: 0.2rem 0.5rem;
    font-size: 0.85rem;
    background-color: var(--Surface5);
    color: #fff;
    border-radius: 0.3rem;
    padding: 0.2rem 1rem;
    cursor: pointer;
    width: 7.5rem;
}

.modal-1__gtc {
    text-align: center;
    position: relative;
    width: 5.8rem;
    padding: 0.2rem 0;
    color: #fff;
    margin-bottom: 0.5rem;
}

    .modal-1__gtc input {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: none;
        outline: none;
        user-select: none;
        opacity: 0;
    }

        .modal-1__gtc input::-webkit-inner-spin-button,
        .modal-1__gtc input::-webkit-calendar-picker-indicator {
            opacity: 0;
            position: absolute;
            width: 100%;
            height: 100%;
            cursor: pointer;
        }

/* Modal - Asset order ticket [specific] */
.asset-order-ticket .modal-1__fields-col:last-child > div:first-child {
    margin-bottom: 1rem;
    margin-top: 0.7rem;
}


/* Modal Sucess - OT error */
.asset-ot-error, .position-all-error {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 3rem 0;
}

.asset-ot-error__icon, .position-all-close-error__icon {
    width: 3rem;
    margin-bottom: 1.5rem;
}

.asset-ot-error__text, .position-all-close-error__text {
    font-size: 0.9rem;
    color: #fff;
}



.table-history-filters input[type="date"]::-webkit-datetime-edit-year-field,
.table-history-filters input[type="date"]::-webkit-datetime-edit-month-field,
.table-history-filters input[type="date"]::-webkit-datetime-edit-day-field,
.table-history-filters input[type="date"]::-webkit-datetime-edit-text {
    color: #fff !important;
    user-select: none;
}

/* Table top */
.table-top, .tc-Iframe, .product-library {
    width: 52%;
    position: fixed !important;
    transform: translate(0px, 0px) !important;
    min-width: 730px;
    min-height: 300px;
    border-radius: 0.2rem;
    overflow: hidden;
    border: 1px solid var(--Border);
    top: calc(1% + 4.9rem);
    height: calc(100vh - 23.5rem);
}

/* Assets */
.assets-container, .tc-Iframe-container, .product-library-container {
    width: 100%;
    height: 100%;
    background-color: var(--Surface2);
    overflow: auto;
    padding: 0 0rem;
    padding-right: 0;
    border-radius: 0.2rem;
}

.assets__title, .tc-Iframe__title, .product-library-asste-title {
    font-size: 0.9rem;
    color: #fff;
    position: sticky;
    top: 0;
    z-index: 5;
    background-color: var(--Surface4);
    padding-left: 1.2rem;
    margin-bottom: 0;
}

.assets, .product-library-assets {
    width: 100%;
    display: grid;
    gap: 1.4rem;
    grid-template-columns: repeat(auto-fill, minmax(9.66rem, 1fr));
    padding: 1rem;
}

.asset, .product-library-asset {
    background-color: var(--Surface3);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 9.55rem;
    height: 8rem;
    cursor: pointer;
    border-radius: 0.5rem;
}

    .asset:hover, .product-library-asset:hover {
        -webkit-transform: scale3d(1.04, 1.04, 1.04);
        transform: scale3d(1.04, 1.04, 1.04);
        background-color: var(--PrimaryYellow);
    }

        .asset:hover h2, .product-library-asset:hover h2 {
            color: black !important;
        }

.asset__info {
    position: absolute;
    top: 0.75rem;
    right: 0.75rem;
    width: 1rem;
}

.asset__img {
    margin-bottom: 0.6rem;
    width: 2.3rem;
}

.asset__title {
    font-size: 1rem;
    color: #fff;
    margin-bottom: 0.3rem;
    text-align: center;
}

.asset__qty {
    font-size: 0.8rem;
    color: #6F6F6F;
}

/* Asset table */
.asset-table {
    width: 100%;
    height: calc(100%);
    position: relative;
    color: white;
    top: 0;
    bottom: 0;
    background-color: #1B1B1B;
    padding-bottom: 0;
    border-radius: 0.2rem;
    overflow-y: auto;
    border: 1px solid var(--Border);
    overflow: auto;
    z-index: 8;
}


.asset-table__icon {
    width: 0.9rem;
    margin-right: 0.4rem;
    cursor: pointer;
}




/* Asset table filters */
.asset-table__filters {
    padding: 0.6rem;
    border: 0.08rem solid var(--Border);
    display: flex;
    background-color: var(--Surface4);
    position: sticky;
    top: 0;
    z-index: 10;
    cursor: pointer;
    width: 100%;
    height: 2.8rem;
    justify-content: space-between;
}

    .asset-table__filters input, .product-library-header input {
        width: 10rem;
        height: 1.6rem;
        padding-left: 0.5rem;
        outline: none;
        border: none;
        background-color: var(--Surface5);
        font-size: 0.75rem;
        color: #fff;
        border-radius: 0.1rem;
        margin: 0rem 0.6rem;
    }

        .asset-table__filters input::placeholder, .product-library-header input::placeholder {
            color: #929292;
        }

    .asset-table__filters select, .product-library-header select {
        width: 6.7rem;
        height: 1.6rem;
        padding-left: 0.5rem;
        outline: none;
        border: none;
        font-size: 0.75rem;
        color: #fff !important;
        border-radius: 0.1rem;
        background-color: var(--Surface5);
        cursor: pointer;
    }

/* Asset context menu */
.context-menu {
    width: 11rem;
    background-color: var(--Surface3);
    border-radius: 0.1rem;
    position: absolute;
    z-index: 9999999;
    top: 15rem;
    left: 15rem;
    border: 1px solid var(--Border);
}

.context-menu__icon {
    width: 0.9rem;
    margin-right: 0.4rem;
}

.context-menu h1 {
    color: #C0C0C0;
    background-color: var(--Surface1);
    font-size: 0.75rem;
    padding: 0.4rem 0.5rem;
    margin: 0;
}

.context-menu h2 {
    color: #fff;
    font-size: 0.78rem;
    padding: 0.7rem 0.5rem;
    cursor: pointer;
    margin: 0;
}



/*.chart-container {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(255, 255, 255, 0.3);
    z-index: 99999;
}*/
/*.chart-container {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(255, 255, 255, 0.3);
    z-index: 99999;
}*/

.chart {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #161616;
    overflow: hidden;
    border-radius: 0.4rem;
    border: 1px solid var(--Border);
}

.chart__header {
    width: 100%;
    height: 3.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 1.2rem;
    background-color: var(--Surface4);
    cursor: pointer;
    border: 1px solid var(--Border);
}

.chart__header-1 {
    height: 100%;
    display: flex;
    align-items: center;
}

    .chart__header-1 > *:not(:last-child) {
        margin-right: 1rem;
    }

    .chart__header-1 img {
        width: 1.2rem;
    }

    .chart__header-1 span {
        font-size: 0.83rem;
        color: #fff;
    }

.chart__header-search {
    margin-left: 2rem;
}

.chart__header-2 {
    height: 100%;
    display: flex;
}

    .chart__header-2 > *:not(:last-child) {
    }

.chart__header-details {
    background-color: var(--Surface3);
    height: 100%;
    padding: 0 1.3rem;
    padding-right: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#chart-details-product {
    color: #fff;
    font-size: 0.83rem;
    margin-right: 0.7rem;
}

.chart-header-icon-arrow {
    width: 0.8rem;
    margin-right: 0.7rem;
}

.chart-details-more {
    width: 4rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 16px;
    font-size: 0.75rem;
    margin: 0px;
    font-weight: 500;
}

/* .chart-details-more span:first-child {
        margin-bottom: 0.13rem;
        font-size: 0.75rem;
    }

    .chart-details-more span:last-child {
        font-size: 0.75rem;
    }*/

.chart__close {
    width: 1.2rem;
    cursor: pointer;
    color: red;
}

.chart__filters {
    width: 100%;
    height: 1.8rem;
    display: flex;
    box-sizing: border-box;
    border-top: 1px solid var(--Border);
    border-bottom: 1px solid var(--Border);
}

.chart__filter {
    min-width: 4.5rem;
    width: 8.85rem;
    height: 100%;
    background-color: var(--Surface4);
    color: #fff;
    font-size: 0.75rem;
    padding: 0 0.5rem;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
    border-right: 1px solid var(--Border);
    display: flex;
    align-items: center;
}

    .chart__filter span {
        white-space: nowrap;
    }

.chart__filter2 {
    min-width: 2rem;
    width: 3rem;
    height: 100%;
    background-color: var(--Surface4);
    color: #fff;
    font-size: 0.75rem;
    padding: 0 0.5rem;
    border: none;
    cursor: pointer;
    border-right: 1px solid var(--Border);
}


button.chart__filter {
    outline: none;
    border: none;
    border-right: 1px solid var(--Border);
}

.chart__filter-crosshair {
    display: flex;
    align-items: center;
    justify-content: center;
}

.chart__filter-crosshair--active {
    opacity: 1;
}

.chart-view {
    width: 100%;
    height: calc(100% - 3rem - 1.8rem);
    background-color: #272727;
    padding-bottom: 9px;
}

.icon-crosshair, .icon-tempates {
    width: 0.8rem;
    margin-right: 0.35rem;
}


.product-overview__header {
    width: 100%;
    height: 42px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: sticky;
    top: 0;
    background-color: var(--Surface4);
    z-index: 25;
}

    .product-overview__header div, .product-overview__header_sub div {
        display: flex;
        align-items: center;
    }

.product-overview__menu {
    cursor: pointer;
}

.product-overview__close {
    cursor: pointer;
}

#productOverview-name {
    font-size: 0.9rem;
    margin-bottom: 0.4rem;
    margin-top: 0.2rem;
}

.product-overview-section-1 {
    background-color: var(--Surface1);
    padding: 0.5rem 1.1rem;
}

    .product-overview-section-1 > div {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

.product-overview-section-1__left {
    display: flex;
}

.product-overview__icon-arrow {
    width: 1rem;
    margin-right: 0.6rem;
}

.product-overview__details-more {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-size: 0.77rem;
}

.product-overview-section-1__right {
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    .product-overview-section-1__right div {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

        .product-overview-section-1__right div:first-child {
            margin-bottom: 0rem;
        }

        .product-overview-section-1__right div > span {
            width: 48%;
            border-radius: 0.4rem;
            padding: 0.3rem 1rem;
            position: relative;
        }

        .product-overview-section-1__right div:first-child > span {
            height: 2rem;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 0.75rem;
            /*color: #D8D8D8;*/
            color: #fff;
            cursor: pointer;
        }

            .product-overview-section-1__right div:first-child > span:first-child {
                /*background-color: #C52F00;*/
                background-color: var(--color-sell);
                background-color: #593604;
            }

            .product-overview-section-1__right div:first-child > span:last-child {
                /*background-color: #1F6A46;*/
                background-color: var(--color-buy);
                background-color: #02525D;
            }

        .product-overview-section-1__right div:last-child > span {
            font-size: 0.75rem;
            color: #AEAEAE;
            padding: 0;
        }

            .product-overview-section-1__right div:last-child > span:last-child {
                text-align: right;
            }

.product-overview__price-arrow {
    width: 0.65rem;
    position: absolute;
    top: 50%;
    right: 0.25rem;
    transform: translateY(-50%);
}

.product-overview-section-2 {
    background-color: var(--Surface2);
    border-radius: 1rem;
    width: 90%;
    margin: 1.2rem auto;
    padding: 1rem;
}

    .product-overview-section-2 > div {
        width: 100%;
        display: flex;
        align-items: center;
    }

        .product-overview-section-2 > div:not(:last-child) {
            margin-bottom: 1rem;
        }

        .product-overview-section-2 > div > span {
            font-size: 0.85rem;
            width: 30%;
        }

            .product-overview-section-2 > div > span:last-child {
                width: 70%;
            }

            .product-overview-section-2 > div > span:first-child {
                color: var(--Offwhite);
            }

            .product-overview-section-2 > div > span:last-child {
                color: #fff;
            }

.product-overview__expandable {
    width: 100%;
}

.product-overview__header, .product-overview__header_sub {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product-overview__icon {
    margin-right: 0.7rem;
    width: 1.3rem;
}

.product-overview__header-col, .product-overview__header_sub-col {
    display: flex;
    flex-direction: column;
    align-items: flex-start !important;
}

.product-overview__title {
    font-size: 0.9rem;
    margin-right: 13px;
    cursor: pointer;
}

.product-overview__title-val {
    font-size: 0.75rem;
    color: var(--Offwhite);
}

.product-overview__expand {
    width: 1.1rem;
    cursor: pointer;
}

.product-overview__expandable-section {
    color: var(--Offwhite);
    background-color: var(--Surface2);
    width: 100%;
    margin: 1rem auto;
    font-size: 0.84rem;
    border-radius: 0.4rem;
    padding: 0.22rem 0.54rem;
}




.product-overview__expanded {
    border-top: 1px solid var(--Border);
    border-bottom: 1px solid var(--Border);
}

/* Expanded 3*/
.product-overview__expanded--3 {
    padding: 1rem 1.1rem;
}

    .product-overview__expanded--3 h1 {
        font-size: 0.85rem;
        color: #9E9E9E;
    }

    .product-overview__expanded--3 h3 {
        color: #fff;
        font-size: 0.85rem;
    }

.product-overview__expanded-table {
    background-color: var(--Surface2);
    border-radius: 0.4rem;
    width: 100%;
    padding: 1rem;
    margin: 0.88rem 0;
}

/* Expanded 5*/
.product-overview__expanded--5 {
    padding: 1rem 1.1rem;
}

    .product-overview__expanded--5 div:first-child {
        margin-bottom: 0.5rem;
    }

    .product-overview__expanded--5 div span {
        color: var(--Offwhite);
        font-size: 0.73rem;
    }


/* Exp 1*/
.product-overview__expanded--1 {
    padding: 1rem 1.1rem;
}

.product-overview__subs h4 {
    color: #fff;
    font-size: 0.82rem;
    margin-bottom: 0.4rem;
}

.product-overview__positions-limit h6 {
    font-size: 0.8rem;
    color: var(--Offwhite);
}


.product-overview__order-type h4 {
    margin-bottom: 0.8rem !important;
    font-size: 0.77rem;
}

/* Weekdays */
.product-overview__weekdays {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1.1rem;
}

    .product-overview__weekdays span {
        font-size: 0.8rem;
        background-color: var(--Surface2);
        color: #fff;
        padding: 0.3rem 1.2rem;
        border-radius: 0.4rem;
        cursor: pointer;
    }

.product-overview__weekday--active {
    background-color: var(--PrimaryYellow) !important;
    color: #000 !important;
    font-weight: 700;
}


input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

#chart-loader {
    position: relative;
    left: 47%;
    top: 40%;
    z-index: 10;
}

#id-overlay-study {
    display: none;
    z-index: 111;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: fixed;
    display: none;
    text-align: left;
    padding: 30px 10px;
    min-width: 260px;
    max-height: 100vh;
    color: #666;
    border-radius: 1px;
    box-sizing: border-box;
    overflow: scroll;
}

.dialog-content h3 {
    display: block;
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 15px 0;
    color: #000;
    text-align: center;
}





.table-bottom--orders .col__sell,
.table-bottom--orders .col__buy {
    width: 7rem;
}

/*.table-bottom--positions th:not(:first-child) {

}
.table-bottom--positions th:not(:first-child) {
    width: calc((90% / 11))
}*/

.table-bottom--positions .col__sell,
.table-bottom--positions .col__buy,
.table-bottom--positions .col__units,
.table-bottom--positions .col__total-pnl {
    width: 7rem;
}

/* Context menu watchilst */
.positions-context-menu__watchlists,
.asset-context-menu__watchlists {
    position: absolute;
    left: 100%;
    bottom: 0;
    width: 10.5rem;
    height: 14rem;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    background-color: var(--Surface3);
    border-radius: 0.1rem;
    border: 1px solid var(--Border);
}

.positions-context-menu__watchlist,
.asset-context-menu__watchlist {
    display: flex;
    width: 100%;
    color: #fff;
    font-size: 0.78rem;
    padding: 0.7rem 0.5rem;
    cursor: pointer;
    margin: 0;
    border-bottom: 1px solid var(--Border);
}

.cm-watchlist__side-menu {
    margin-right: 0.3rem;
    width: 0.9rem;
}

/* Nav watchlist */
.lower__tab--watchlist .lower__tab-menu {
    width: 10rem;
    height: 16rem;
    overflow-y: auto;
}

.watchlist__create,
.nav__watchlist {
    display: flex;
    align-items: center;
}

.watchlist__create-icon,
.watchlist__side-menu {
    margin-right: 0.3rem;
    width: 0.9rem;
}

.watchlist__create {
    background-color: var(--Surface4);
    color: #fff;
}

.overlay {
    position: absolute;
    width: auto;
    height: 90%;
    top: 5%;
    left: 33%;
    overflow-y: auto;
    box-sizing: border-box;
}

.product-overview-modal, .client-sentiment-modal {
    height: 77%;
    top: 16%;
}

.product-overview-modal {
    min-height: 400px;
}

.watchlist-edit-modal, .homeLayout-edit-modal {
    z-index: 1000000;
}



.model-watchlist {
    position: fixed !important;
    width: 56rem;
    min-height: 200px;
    top: 23%;
    left: 3%;
    height: calc(100vh - 23.5rem);
    background-color: #272727;
    overflow: hidden;
    box-sizing: border-box;
    transform: translate(0px, 0px) !important;
    border-radius: 0.2rem;
    min-width: 30rem;
}

.modal-library {
    position: fixed !important;
    width: 56rem;
    height: calc(100vh - 23.5rem);
    background-color: #272727;
    overflow: hidden;
    box-sizing: border-box;
    transform: translate(0px, 0px) !important;
    min-width: 30rem;
    min-height: 200px;
    border-radius: 0.2rem;
}

.model-create-watchlist {
    left: 33%;
    top: 17%;
    height: auto !important;
    width: auto;
    z-index: 998;
    box-shadow: 5px 5px 10px 2px black;
}

.order-close-modal, .position-all-close-modal {
    z-index: 10000000;
}

.nav__searchbox-type {
    padding: 0.4rem 1.1rem;
    background-color: var(--Surface6);
    font-size: 0.75rem;
    color: #AFAFAF;
    margin-bottom: 0;
}

.nav__searchbox-items {
    width: 100%;
}

.nav__searchbox-item {
    width: 100%;
    padding: 0.35rem 1.1rem;
    padding-left: calc(1.1rem - 0.5rem);
    color: #fff;
    font-size: 0.8rem;
    cursor: pointer;
    box-sizing: border-box;
    border-left: 0.5rem solid transparent;
    border-bottom: 1px solid var(--Surface3);
}

    .nav__searchbox-item:hover {
        border-left: 0.5rem solid #fff;
    }

.nav__searchbox-item-NoProduct, .table-pAlert__searchbox-NoProduct {
    width: 100%;
    padding: 0.35rem 1.1rem;
    padding-left: calc(1.1rem - 0.5rem);
    color: #fff;
    font-size: 0.8rem;
    box-sizing: border-box;
    border-left: 0.5rem solid transparent;
    border-bottom: 1px solid var(--Surface3);
}

    .nav__avatar img {
        width: 100%;
    }


.upper__tab {
    max-width: 18%;
    transition: all .4s;
}

    .upper__tab .layoutCaptions {
        max-width: 100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.upper__tab-addsection {
    width: 10%;
    border-right: 1px solid var(--Border);
}

.upper__tab:hover {
    color: black;
    background-color: var(--PrimaryYellow);
}


.trading--Central--menu {
    width: 10.5rem !important;
}


.sub-menu {
    position: absolute;
    top: 0rem;
    left: 9.5rem;
    list-style: none;
    width: 11rem;
    background-color: #525252;
    padding: 0px;
    margin: 0px;
}


    .sub-menu .appPreferenceSubMenus {
        display: flex;
        justify-content: flex-start;
        align-content: center;
    }

    .sub-menu .appPreferenceMenu {
        width: 0.75rem;
        margin-right: 4px;
    }

.sub-menu-security {
    top: 2.3rem;
}


.tradingCentralReff {
    font-size: 13px;
    text-align: right;
    font-style: italic;
    padding-bottom: 5px !important;
    padding-right: 10px !important;
    cursor: default;
}

    .tradingCentralReff:hover {
        background: none !important;
    }

.nav__section-logo {
    height: 100%;
    width: 13.5vw;
    min-width: 180.4px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .nav__section-logo img {
        width: 10vw;
        min-width: 116px;
        margin-left: 5vw;
    }


.section-4-wrapper {
    height: 100%;
    display: flex;
    justify-content: right;
    align-items: center;
    background-color: var(--Surface4);
    padding: 0.5vw;
    border-left: 1px solid var(--Border);
    padding-right: 0px;
}


.account-notification-details {
    width: 2.8rem;
    height: 4.9rem;
    display: flex;
    justify-content: center;
    align-content: center;
    border-left: 1px solid var(--Border);
    position: relative;
}

    .account-notification-details .account-notification-logoBox {
        background-color: #DB575B;
    }

    .account-notification-details .account-notification-Main-UnreadCount {
        position: absolute;
        top: 50%;
        left: 50%;
        background-color: var(--PrimaryYellow);
        transform: translateY(-80%);
        width: 40%;
        height: 23%;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        color: black;
        font-size: 12px;
        font-weight: bolder;
    }


/* Acc details expand */
.account-details-expand {
    position: absolute !important;
    width: 22rem;
    height: auto;
    top: 14%;
    left: 55%;
    border-radius: 0.3rem;
    overflow: hidden;
    border: 1px solid var(--Border);
}

.acc-expand {
    width: 100%;
    height: 100%;
    position: relative;
    background-color: var(--Surface2);
    color: white;
    overflow-y: auto;
    border-radius: 0.3rem;
}


.position-main-row {
    background-color: #000 !important;
}

.position-sub-row {
    background-color: #1b1b1b !important;
}

.table-bottom-fixed {
    position: fixed !important;
    left: 0;
    bottom: 0;
    /*top: 16rem;*/
    min-width: 1300px;
    width: 95%;
    height: 17.5rem;
    background-color: #000;
    overflow: hidden;
    transform: translate(0px, 0px) !important;
    border-radius: 0.2rem;
}


/*Table history filters*/
.table-history-filters, .table-blotter-filters, .table-pAlert-CreateOptions {
    padding: 0.6rem;
    border-bottom: 0.08rem solid #3B3B3B;
    display: flex;
    background-color: var(--Surface4);
    position: sticky;
    top: 0;
    z-index: 10;
}

    .table-history-filters select,
    .table-history-filters input[type="text"],
    .table-history-filters input[type="date"],
    .table-history-filters button,
    .table-blotter-filters select,
    .table-blotter-filters input[type="text"],
    .table-blotter-filters input[type="date"],
    .table-blotter-filters button,
    .table-pAlert-CreateOptionsInputs {
        width: 4.1rem;
        height: 1.6rem;
        padding-left: 0.5rem;
        outline: none;
        /*border: 1px solid #1B1B1B;*/
        border: none;
        background-color: var(--Surface5);
        font-size: 0.75rem;
        margin-right: 0.6rem;
        /*color: #929292;*/
        color: #fff !important;
        border-radius: 0.1rem;
    }

    .table-history-filters select, .table-blotter-filters select {
        width: 4.1rem;
        background-color: var(--Surface5);
        cursor: pointer;
    }


.table-history-filters input[type="date"], .table-blotter-filters input[type="date"] {
    width: 8rem;
}

.table-history-filters input[type="text"], .table-blotter-filters input[type="text"] {
    width: 7.5rem;
}

.table-history-filters button, .table-blotter-filters button {
    background-color: #6b6b6b;
    border: none;
    color: white;
}

.history-filters__type-wrapper, .historytable-filters__type-wrapper, .blotter-filters__type-wrapper, .blottertable-filters__type-wrapper, .table-pAlert__direction-wrapper, .table-pAlert__search-wrapper {
    position: relative;
}

.history-filters__type-expand, .historytable-filters__type-expand, .blotter-filters__type-expand, .blottertable-filters__type-expand, .table-pAlert__type-expand, .table-pAlert__search-options {
    width: 10rem;
    max-height: 11.5rem;
    overflow-y: auto;
    padding: 0.5rem 1rem;
    position: absolute;
    top: 1.2rem;
    left: 0;
    background-color: #434343;
}

    .history-filters__type-expand .input-field, .historytable-filters__type-expand .input-field, .blotter-filters__type-expand .input-field, .blottertable-filters__type-expand .input-field {
        width: 100%;
        display: flex;
        align-items: center;
    }

    .history-filters__type-expand input, .historytable-filters__type-expand input, .blotter-filters__type-expand input, .blottertable-filters__type-expand input {
        width: 1rem;
    }

    .history-filters__type-expand span, .historytable-filters__type-expand span, .blotter-filters__type-expand span, .blottertable-filters__type-expand span {
        color: white;
        font-size: 0.75rem;
        padding-left: 0.5rem;
    }

.dx-datagrid-pager {
    font-size: .7rem;
    padding: 4px 10px;
    height: auto;
}


/* Order Close Modal */
.order-close, .IsQueue-popup, .position-close {
    padding: 1.3rem 2rem;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 0.2rem;
    background-color: var(--Surface2);
    color: #fff;
    border: 1px solid var(--Border);
}

    .order-close h1, .IsQueue-popup h1, .position-close h1 {
        width: 100%;
        text-align: center;
        font-size: 1rem;
        margin-bottom: 2.2rem;
    }

    .order-close div, .IsQueue-popup div, .position-close div {
        display: flex;
        justify-content: flex-end;
    }

        .order-close div button, .IsQueue-popup div button, .position-close div button {
            font-size: 0.8rem;
            color: #BCBCBC;
        }

            .order-close div button:first-child, .order-cposition-closelose div button:first-child {
                margin-right: 1.5rem;
            }

.order-close-modal--ok {
    margin-right: 0 !important;
    padding-right: 0 !important;
}

.server-logout--ok, .IsQueue-popup--ok {
    margin-right: 0 !important;
    padding-right: 0 !important;
}


.successWindowCheckBoxContainer {
    justify-content: flex-start !important;
    margin-top: 15px;
    color: white;
}

    .successWindowCheckBoxContainer input {
        margin-right: 4px;
    }

.position-all-error-btn-wrapper {
    justify-content: center;
}


.modal-1 .close-icon-modal-1, .newsAnalysis-panel .close-icon-modal-newsAnalysis, .fundamental-panel .close-icon-modal-fundamentals, .priceAlert-panel .close-icon-modal-priceAlert, .activePriceAlert-panel .close-icon-modal-activePriceAlert{
    cursor: pointer;
}


.modal-1__alert {
    /*background-color: #C52F00;*/
    background-color: rgba(209, 52, 56, 0.50);
    width: 86%;
    border-radius: 0.6rem;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 1.4rem;
    padding: 0.8rem 1rem;
    text-align: center;
    justify-content: center !important;
}

    .modal-1__alert img {
        width: 1rem;
        margin-right: 0.45rem;
    }

    .modal-1__alert span {
        font-size: 0.9rem;
        color: #fff;
    }



/* Form modal-1 toggle button*/

.orderTicket-toggleAmountSLDiv, .orderTicket-toggleAmountTPDiv {
    width: 60%;
    margin: 0rem .5rem;
}

.SLToggleBtns, .PTToggleBtns {
    display: flex !important;
    justify-content: center;
    align-items: center;
    padding: 0px;
    margin: 0px;
    background-color: var(--Surface3);
    border-radius: 5px;
    margin-bottom: 6px;
}

.btnToggle {
    cursor: pointer;
    width: 50%;
    padding: 1.5px 3px;
    border-radius: 5px;
    text-align: center;
}

.toggleActive {
    background-color: var(--Surface5);
}

.hiddenToggleDivItem {
    visibility: hidden;
    display: none;
}


.asset-table__filters div {
    display: flex;
    align-items: center;
}


.table-history-filters input[type="date"]::-webkit-datetime-edit-year-field,
.table-history-filters input[type="date"]::-webkit-datetime-edit-month-field,
.table-history-filters input[type="date"]::-webkit-datetime-edit-day-field,
.table-history-filters input[type="date"]::-webkit-datetime-edit-text,
.table-blotter-filters input[type="date"]::-webkit-datetime-edit-year-field,
.table-blotter-filters input[type="date"]::-webkit-datetime-edit-month-field,
.table-blotter-filters input[type="date"]::-webkit-datetime-edit-day-field,
.table-blotter-filters input[type="date"]::-webkit-datetime-edit-text {
    color: #fff !important;
    user-select: none;
}



.headerActionBtns {
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.headerActionBtn {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.maxMinBox {
    border-left: 1px solid var(--Border);
    border-right: 1px solid var(--Border);
}


assets__title, .tc-Iframe__title, .product-library-asste-title {
    font-size: 0.9rem;
    color: var(--White);
    position: sticky;
    top: 0;
    z-index: 5;
    background-color: var(--Surface4);
    padding-left: 1.2rem;
    margin-bottom: 0;
}

.assets, product-library-assets {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding-top: 1rem;
}


.product-library-table-container {
    position: relative;
}


    .asset-table__filters .linkBox, .product-library-header .linkBox {
        height: 2.7rem !important;
    }




/*.chart-container {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(255, 255, 255, 0.3);
    z-index: 99999;
}*/
.chart-container {
    position: fixed !important;
    min-width: 48rem;
    min-height: 20rem;
    width: 59rem;
    height: 24rem;
    left: 5%;
    top: 5%;
    background-color: rgba(255, 255, 255, 0.3);
    transform: translate(0px, 0px) !important;
    border-radius: 0.4rem;
}


.chartFilterActive, .chartTradeHistoryActive {
    background-color: var(--Surface6);
}
/* Product Overview */
.product-overview {
    position: relative;
    /* top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);*/
    width: 26rem;
    background-color: var(--Surface3);
    color: white;
    border-radius: 10px;
    max-height: 100%;
    overflow: auto;
    border: 1px solid var(--Border);
}

.product-overview__header_sub {
    width: 100%;
    padding: 0.6rem 1.1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: inherit;
    z-index: 25;
}



.product-overview__close, .library__close, .tc-Iframe__close {
    cursor: pointer;
}

.productOverview-name {
    font-size: 0.9rem;
    margin-bottom: 0.4rem;
    margin-top: 0.2rem;
}


/* Watchlist modal */
.modal-2 {
    width: 32rem;
    /*height: 20rem;*/
    position: relative;
    /*top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);*/
    background-color: #272727;
    color: white;
    border-radius: 0.2rem;
    overflow-y: auto;
    border: 1px solid var(--Border);
}

.modal-bottom {
    width: 100%;
    height: 100%;
    /*min-width:1352px;*/
    /*height: 20rem;*/
    position: relative;
    /*top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);*/
    background-color: #272727;
    color: white;
    border-radius: 0.2rem;
    overflow: hidden;
}

.get-watchlist-modal .modal-2 {
    /*min-width: 80rem;*/
    width: 100%;
    height: 100%;
    /* width: 55rem;*/
}

.modal-2__header {
    padding: 1rem;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: sticky;
    top: 0;
    background: var(--Surface4);
    height: 2.8rem;
    cursor: pointer;
    z-index: 8;
    border: 1px solid var(--Border)
}

    .modal-2__header > div:first-child {
        display: flex;
        align-items: center;
    }

    .modal-2__header .linkBox {
        height: 2.7rem !important;
    }

.modal-2__menu {
    margin-right: 0.7rem;
    width: 1rem;
    cursor: pointer;
}

.modal-2__title, .asset-table__title {
    font-size: 0.82rem;
    text-transform: capitalize;
}

.modal-2__close {
    margin-left: 15px;
    width: 1rem;
    cursor: pointer;
}

.modal-2__context-menu {
    position: absolute;
    top: 1.8rem;
    left: 0rem;
    width: 9rem;
    background-color: var(--Surface3);
    border-radius: 0.1rem;
    border: 1px solid #363434;
}

.modal-2__context-menu__icon {
    width: 0.9rem;
    margin-right: 0.4rem;
}

.modal-2__context-menu h2 {
    color: #fff;
    font-size: 0.78rem;
    padding: 0.7rem 0.5rem;
    cursor: pointer;
    margin: 0;
    border-bottom: 1px solid #363434;
}

/* Modal-2 table */
.modal-2__table {
    width: 100%;
    position: relative;
    height: calc(100% - 2.8rem);
}





.watchlist-confirm__text {
    padding: 1.3rem 2rem;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 0.2rem;
    background-color: var(--Surface2);
    color: #fff;
    z-index: 100000;
    border: 1px solid var(--Border);
}

    .watchlist-confirm__text h1 {
        width: 100%;
        text-align: center;
        font-size: 1rem;
        margin-bottom: 2.2rem;
    }

    .watchlist-confirm__text div {
        display: flex;
        justify-content: flex-end;
    }

.watchlist-confirm div button {
    font-size: 0.8rem;
    color: #BCBCBC;
}

    .watchlist-confirm div button:first-child {
        margin-right: 1.5rem;
    }

.watchlist-confirm__ok {
    margin-right: 0 !important;
    padding-right: 0 !important;
}

.modal-2__section {
    width: 100%;
    padding: 1rem;
    background-color: var(--Surface1);
}

.modal-2__section-search,
.modal-2__section-input {
    display: block;
    height: 2rem;
    padding: 0;
    padding-left: 0.4rem;
}

.modal-2__section-input {
    width: 100%;
    border-bottom: 0.1rem solid #ABABAB;
    font-size: 0.8rem;
    margin-bottom: 1rem;
}

.modal-2__section-search {
    border: none;
    font-size: 0.8rem;
    background-color: var(--Surface4);
    border-radius: 0.4rem;
    color: white;
}

    .modal-2__section-search::placeholder {
        color: white;
    }

#createWatchlist-productSearch {
    width: 100%;
    height: 12rem;
    padding: 0.4rem 0;
    overflow-y: auto;
}

    #createWatchlist-productSearch div {
        font-size: 0.75rem;
        color: #fff;
        margin-bottom: 0.4rem;
        cursor: pointer;
    }

#createWatchlist-productSelected {
    display: flex;
    align-items: center;
}

    #createWatchlist-productSelected img {
        margin-right: 0.5rem;
    }

.modal-2__confirm-btn {
    height: 2.3rem;
    width: 90%;
    background-color: var(--Surface5);
    border-radius: 1rem;
    font-size: 0.9rem;
    color: #fff;
    margin: 1rem 0;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}


/* Client sentiment */

/* Product Overview */
.client-sentiment {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 26rem;
    background-color: #272727;
    color: white;
    border-radius: 0.2rem;
    max-height: 100%;
    overflow: auto;
}

.client-sentiment__header {
    width: 100%;
    padding: 0.6rem 1.1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: sticky;
    top: 0;
    background-color: inherit;
    z-index: 25;
}

    .client-sentiment__header div {
        display: flex;
        align-items: center;
    }

.client-sentiment__menu {
    margin-right: 1rem;
}

.client-sentiment__close {
    cursor: pointer;
}

.clientSentiment-name {
    font-size: 0.9rem;
    margin-bottom: 0.4rem;
    margin-top: 0.2rem;
}

.client-sentiment-section-1 {
    background-color: #1A1A1A;
    padding: 0.5rem 1.1rem;
}

    .client-sentiment-section-1 > div {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

.client-sentiment-section-1__left {
    display: flex;
}

.client-sentiment__icon-arrow {
    width: 1rem;
    margin-right: 0.6rem;
}

.client-sentiment__details-more {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-size: 0.77rem;
}

.client-sentiment-section-1__right {
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    .client-sentiment-section-1__right div {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

        .client-sentiment-section-1__right div:first-child {
            margin-bottom: 0.3rem;
        }

        .client-sentiment-section-1__right div > span {
            width: 48%;
            border-radius: 0.4rem;
            padding: 0.3rem 1rem;
            position: relative;
        }

        .client-sentiment-section-1__right div:first-child > span {
            height: 2rem;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 0.75rem;
            /*color: #D8D8D8;*/
            color: #fff;
            cursor: pointer;
        }

            .client-sentiment-section-1__right div:first-child > span:first-child {
                /*background-color: #C52F00;*/
                background-color: var(--color-sell);
                background-color: #593604;
            }

            .client-sentiment-section-1__right div:first-child > span:last-child {
                /*background-color: #1F6A46;*/
                background-color: var(--color-buy);
                background-color: #02525D;
            }

        .client-sentiment-section-1__right div:last-child > span {
            font-size: 0.7rem;
            color: #AEAEAE;
            padding: 0;
        }

            .client-sentiment-section-1__right div:last-child > span:last-child {
                text-align: right;
            }

.client-sentiment__price-arrow {
    width: 0.55rem;
    position: absolute;
    top: 50%;
    right: 0.25rem;
    transform: translateY(-50%);
}

.client-sentiment__icon {
    margin-right: 0.7rem;
    width: 1.3rem;
}

.client-sentiment__header-col {
    display: flex;
    flex-direction: column;
    align-items: flex-start !important;
}

.client-sentiment__title {
    font-size: 0.9rem;
}

.client-sentiment__title-val {
    font-size: 0.7rem;
    color: #969696;
}

.client-sentiment__expand {
    width: 1.1rem;
    cursor: pointer;
}

.client-sentiment__expandable-section {
    color: #969696;
    background-color: #3E3E3E;
    width: 100%;
    margin: 1rem auto;
    font-size: 0.84rem;
    border-radius: 0.4rem;
    padding: 0.22rem 0.54rem;
}

.client-sentiment__section-toggle {
    width: 100%;
    display: flex;
    padding: 0 1.1rem;
}

.chart-toggle {
    width: calc(100% / 3);
    padding: 1rem 0;
    font-size: 0.75rem;
    text-align: center;
    color: #AFAFAF;
    cursor: pointer;
}

.chart-toggle--active {
    color: #fff;
    border-bottom: 1px solid #fff;
}

.client-sentiment__chart {
    width: 100%;
    padding: 1.3rem 1.1rem;
}

.client-sentiment__chart-footer,
.client-sentiment__chart-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.client-sentiment__chart-footer-right,
.client-sentiment__chart-header-right {
    text-align: right;
}

.client-sentiment__chart-footer h1,
.client-sentiment__chart-header h1 {
    margin-bottom: 0.64rem;
    font-size: 0.7rem;
    color: #AFAFAF;
}

.client-sentiment__chart-footer h2,
.client-sentiment__chart-header h2 {
    color: #fff;
    margin-bottom: 0.64rem;
    font-size: 1rem;
}

.client-sentiment__chart-footer h3,
.client-sentiment__chart-header h3 {
    display: flex;
    align-items: center;
}

    .client-sentiment__chart-footer h3 img,
    .client-sentiment__chart-header h3 img {
        width: 0.9rem;
        margin-right: 0.4rem;
    }

    .client-sentiment__chart-footer h3 span,
    .client-sentiment__chart-header h3 span {
        font-size: 0.83rem;
        color: #fff;
    }

.client-sentiment__chart-area {
    width: 15rem;
    margin: 0.5rem auto;
}

    .client-sentiment__chart-area canvas {
    }

.client-sentiment__popular {
    width: 100%;
    padding: 1.1rem 0;
}

    .client-sentiment__popular h1 {
        font-size: 0.8rem;
        margin-bottom: 0;
    }

.client-sentiment__popular-upper,
.client-sentiment__popular-lower {
    margin: 1rem 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.client-sentiment__popular-lower {
    margin-top: 2rem;
}

.client-sentiment__popular-product {
    width: calc(100% / 4);
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}

    .client-sentiment__popular-product > span {
        font-size: 0.72rem;
        margin-top: 0.4rem;
    }

.client-sentiment__popular-chart {
    width: 100%;
}



/* Nav watchlist cm */
.nav-watchlist-cm {
    position: fixed;
    top: 1.8rem;
    left: 1rem;
    width: 8rem;
    background-color: #1A1A1A;
    border-radius: 0.1rem;
    z-index: 600;
}

.nav-watchlist-cm__icon {
    width: 0.9rem;
    margin-right: 0.4rem;
}

.nav-watchlist-cm h2 {
    color: #fff;
    font-size: 0.78rem;
    padding: 0.7rem 0.5rem;
    cursor: pointer;
    margin: 0;
}


.watchlist-edit-modal--div, .homeLayout-edit-modal--div {
    padding: 1.3rem 2rem;
    position: fixed;
    width: 20rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 0.2rem;
    background-color: var(--Surface2);
    color: #fff;
    border: 1px solid var(--Border);
}

.watchlist-edit-modal h1, .homeLayout-edit-modal h1 {
    font-size: 16px;
    margin-bottom: 1rem;
}

.watchlist-edit-modal label, .homeLayout-edit-modal label {
    font-size: 14px;
    margin: 0.1rem 0 0.9rem 0;
}

.watchlist-edit-modal input, .homeLayout-edit-modal input {
    width: 10rem;
    font-size: 14px;
}

.watchlist-edit-modal--div div, .homeLayout-edit-modal--div div {
    display: flex;
    align-items: center;
    justify-content: right;
    margin-top: 2.1rem;
}

.watchlist-edit-modal--cancel, .homeLayout-edit-modal--cancel {
    margin-right: 1rem;
}

.watchlist-edit-modal button, .homeLayout-edit-modal button {
    color: #fff;
    font-size: 12px;
    cursor: pointer;
}

.homeLayout-edit-modal--edit {
    font-size: 12px;
    margin-left: 10px;
    background-color: var(--PrimaryYellow);
    padding: 5px 10px;
    border-radius: 5px;
    color: black !important;
    font-weight: bold;
}

/* Live chart modal */
.chart-option-modal__popup, .chart-edit-option-drawing__popup {
    padding: 0rem;
    position: fixed;
    width: 26rem;
    max-height: 35rem;
    overflow-y: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 0.2rem;
    background-color: #272727;
    color: #fff;
    z-index: 10000000;
}

.chart-option-modal__header, .chart-edit-option-drawing__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1.1rem;
    border-bottom: 1px solid #000;
    position: sticky;
    top: 0;
    background-color: inherit;
}

.chart-option-modal__title, .chart-edit-option-drawing__title {
    font-size: 0.9rem;
}

.chart-option-modal__close, .chart-edit-option-drawing__close {
    width: 0.92rem;
    cursor: pointer;
}

.chart-option-modal__body, .chart-edit-option-drawing__body {
    padding: 1.1rem;
    width: 100%;
}

.chart-option-modal__field, .chart-edit-option-drawing__field {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

    .chart-option-modal__field:not(:last-child), .chart-edit-option-drawing__field:not(:last-child) {
        margin-bottom: 1.4rem;
    }

    .chart-option-modal__field label, .chart-edit-option-drawing__field label {
        font-size: 0.8rem;
        width: 50%;
    }

    .chart-option-modal__field select,
    .chart-option-modal__field input,
    .chart-edit-option-drawing__field select,
    .chart-edit-option-drawing__field input {
        width: 50%;
        font-size: 0.7rem;
        color: #fff;
        background-color: #272727;
    }

        .chart-option-modal__field select,
        .chart-option-modal__field input[type="number"],
        .chart-edit-option-drawing__field select,
        .chart-edit-option-drawing__field input[type="number"] {
            border: 1px solid #fff;
            border-radius: 0.3rem;
            padding: 0.35rem 0.6rem;
        }

        .chart-option-modal__field input[type="checkbox"],
        .chart-edit-option-drawing__field input[type="checkbox"] {
            text-align: right;
            width: auto;
        }

        .chart-option-modal__field input[type="color"],
        .chart-edit-option-drawing__field input[type="color"] {
            text-align: right;
            width: 2rem;
            border: none;
        }

.chart-option-modal__save, .chart-edit-option-drawing__save {
    height: 2.3rem;
    width: 90%;
    background-color: #3B3B3B;
    border-radius: 1rem;
    font-size: 0.9rem;
    color: #fff;
    margin: 1rem 0;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

/* Color picker */
.color-picker-options {
    position: fixed;
    top: 15rem;
    left: 20rem;
    background: #fff;
    width: 180px;
    /* margin allows to align with swatch bottom right corner */
    margin: 19px 0 0 19px;
    padding: 10px 5px 5px 10px;
    border: 1px solid #ccc;
    border-radius: 3px;
    z-index: 99999999;
}

    .color-picker-options ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
        zoom: 1;
    }

        .color-picker-options ul:after {
            /* Fix clear float in some browsers */
            content: "";
            display: block;
            height: 0;
            visibility: hidden;
            clear: both;
        }

        .color-picker-options ul li {
            /* List of items in color-picker containing each swatch */
            float: left;
            margin: 0 5px 5px 0;
        }

            .color-picker-options ul li a {
                /* The swatches themselves */
                display: block;
                width: 13px;
                height: 13px;
                border: 1px solid #aaa;
            }

.windowActive {
    z-index: 999 !important;
}

.chart-loader {
    position: relative;
    left: 47%;
    top: 40%;
    z-index: 10;
}

.position-edit-success, .server-logout-error, .IsQueue-true-popup, .position-close-success, .order-edit-success, .position-all-close-success, order-edit-success, .order-close-success, .asset-order-ticket-success, .asset-order-ticket-error, .position-all-close-error {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /* background-color: rgba(0, 0, 0, 0.5); */
    z-index: 10000000;
    overflow-y: auto;
    /* padding: 5rem 0; */
    box-sizing: border-box;
}

.server-logout-error {
    z-index: 10000000;
}

.chart-details-product {
    color: #fff;
    font-size: 0.83rem;
    margin-right: 0.7rem;
}

.modal-2 tbody:first-child tr {
    position: sticky;
    top: 2.8rem;
    background-color: inherit;
    z-index: 7;
}

.ui-icon, .ui-widget-content .ui-icon {
    background-image: none !important;
}

.tamplate-edit-Window {
    width: 330px;
    position: absolute;
    top: calc(50% - 175px);
    left: calc(50% - 165px);
    border: 1px solid var(--Border);
    color: var(--White);
    border-radius: .2rem;
    z-index: 99999;
}

.tamplate-edit-title {
    margin-left: 18px;
    font-size: .8rem;
}

.tamplate-edit-close {
    width: 40px;
    height: 100%;
    border-left: 1px solid var(--Border);
    display: flex;
    justify-content: center;
    align-items: center;
}

.tempate-delete-MainBox {
    background-color: #0f0f0fe6;
    width: 100%;
    height: -webkit-fill-available;
    position: absolute;
    top: 3rem;
    left: 0px;
    z-index: 999999;
}

.tempate-delete-ComformBox {
    width: 87%;
    background-color: black;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 0.2rem;
    background-color: var(--Surface2);
    color: #fff;
    border: 1px solid var(--Border);
    padding: 15px 23px;
}

    .tempate-delete-ComformBox h1 {
        width: 100%;
        font-size: 1rem;
        margin-bottom: 2.2rem;
    }

.assets__title_header, .tc-Iframe_header, .product-library-header, .tamplate-edit-header, .notification-details-window__header {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    background: var(--Surface4);
    position: sticky;
    top: 0;
    cursor: pointer;
    border-bottom: 1px solid var(--Border);
    height: 45px;
    color: white;
}


h1, h2 {
    margin-bottom: 0.4rem;
}

.quote-panel {
    top: 38%;
    width: 260px;
    min-width: 260px;
    min-height: 122px;
    max-width: 400px;
    max-height: 130px;
    position: absolute !important;
    margin-right: 4px !important;
}

.lower__table-menu li {
    padding: 0.5rem 0.4rem;
    border-bottom: 0.1rem solid var(--Border);
}

.lower__table-menu {
    position: absolute;
    top: 3rem;
    left: 0;
    width: 8rem;
    background-color: var(--Surface6);
    list-style: none;
    padding: 0;
    z-index: 1000000;
    font-size: 0.75rem;
    color: #929292;
    border: 1px solid var(--Border);
}

.table-menu--active {
    color: white;
    cursor: pointer;
}

.table-container {
    height: calc(100% - 3rem);
}

.tbl-inner-container, #gridContainer-history, #gridContainer-historytable, #gridContainer-blotter, #gridContainer-blottertable, #gridContainer-order, #gridContainer-position {
    height: 100%;
}

    .tbl-inner-container .inc {
        color: #54B054;
    }

    .tbl-inner-container .inc-unit {
        color: #fff;
    }

    .tbl-inner-container .const {
        color: #6486D6;
    }

    .tbl-inner-container .dec {
        color: #DB575B;
    }

    .tbl-inner-container .dec-unit {
        color: #FFF;
    }

    .tbl-inner-container .buy {
        color: var(--color-buy);
        cursor: pointer;
        padding: 0px 0px;
    }

    .tbl-inner-container .sell {
        color: var(--color-sell);
        cursor: pointer;
        padding: 0px 0px;
    }

.GridBuyHover {
    color: white !important;
    background-color: #05DDF9 !important;
}

.GridSellHover {
    color: white !important;
    background-color: #FF9A00 !important;
}

.GridEditButton {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    margin-bottom: 4px;
}

.GridMenuButton {
    padding-left: 0.2rem;
    padding-right: 0.2rem;
    cursor: pointer;
}
/*.tbl-inner-container table td {
    color: white;
    font-size: 0.75rem;
    text-align: center !important;
    padding: 0.4rem 0;
}*/
.gridview-table {
    max-width: 100% !important;
    height: 100%;
    border: none;
}

.dx-datagrid-group-closed:before {
    content: normal;
}

.dx-datagrid-group-opened:before {
    content: normal;
}

.dx-datagrid-table .dx-row .dx-command-expand.dx-datagrid-group-space {
    padding-top: 0px;
    padding-left: 5px;
}

.dx-datagrid-content .dx-datagrid-table .dx-row .dx-command-expand {
    max-width: 50px;
    width: 30px;
    min-width: 30px;
}

.dx-datagrid-rowsview .dx-master-detail-row > .dx-master-detail-cell {
    padding: 0.35rem;
}


.dx-gridbase-container {
    width: 100% !important;
}

.dx-datagrid .dx-row > td {
    padding: 0rem .6rem;
    border: none;
    cursor: pointer;
}

/*td {
    border: none;
    padding:0rem .6rem;
}*/

.dx-datagrid-headers {
    color: #afafaf !important;
    border: none;
}


.dx-datagrid {
    color: #fff !important;
}

.createWatchlist_new {
    display: flex;
    width: 100%;
    color: #fff;
    font-size: 0.78rem;
    padding: 0.7rem 0.5rem;
    cursor: pointer;
    margin: 0;
    background-color: var(--Surface1);
    border-bottom: 2px solid var(--Border);
}

.ticket-disable {
    opacity: 0.5;
    pointer-events: none;
}



@media only screen and (max-width:1380px) {

    .lower__tab {
        font-size: 0.7rem;
        padding: 0.3rem .75rem;
    }
}

.myEvents {
    position: absolute;
    text-align: center;
    width: 20px;
    height: 20px;
    line-height: 20px;
    color: white;
    cursor: pointer;
}

    /*style dividents to be a blue circle*/

    .myEvents.dividend {
        background-color: blue;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
    }

    .myEvents.buy {
        width: 20px;
        color: white;
        background-color: #02525d;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
        text-align: center;
    }

    .myEvents.sell {
        width: 20px;
        color: white;
        background-color: #593604;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
        text-align: center;
    }


    .myEvents.hoverMarker {
        background-color: pink;
        border: 2px solid black;
    }

/*  create some rudimentary styling for our tooltip class */

.tooltip {
    display: inline;
    position: relative;
}

.hoverMarker:hover .tooltip:after {
    background: var(--Border);
    background: rgba(0, 0, 0, .8);
    border-radius: 5px;
    bottom: 26px;
    color: #fff;
    content: attr(title);
    left: 20%;
    padding: 5px 15px;
    position: absolute;
    z-index: 98;
    width: 30px;
    content: attr(title);
}

.hoverMarker:hover .tooltip:before {
    border: solid;
    border-color: var(--Border) transparent;
    border-width: 11px 6px 0 6px;
    bottom: 20px;
    content: "";
    left: 50%;
    position: absolute;
    z-index: 99;
}

/*added on 01112022 by AnkitV
  for showing disable fields

*/
.position-edit-modal .modal-1__fields input, .position-close-modal .modal-1__fields input, .order-edit-modal .modal-1__units input, .order-edit-modal .modal-1__amount input {
    border: 1px solid var(--InputFieldBorder);
    color: #fff;
}

.position-close-modal .modal-1__units input {
    border-color: white;
    color: white;
}


.modal-1__stop-loss .modifyPosition-toggleAmountSLDiv, .modal-1__take-profit .modifyPosition-toggleAmountTPDiv, .modal-1__take-profit .modifyOrder-toggleAmountTPDiv, .modal-1__stop-loss .modifyOrder-toggleAmountSLDiv {
    display: flex;
    flex-direction: column;
    width: 60%;
}

/*Added ruby AnkitV content 11112022*/
.dx-icon {
    cursor: pointer;
}

.asset-table__close {
    margin-left: 15px;
    cursor: pointer;
}

.dx-prev-button::before, .dx-next-button::before {
    cursor: pointer;
}

.chart-menu-icon {
    cursor: pointer;
}

.modal-quote-1 {
    position: relative;
    background-color: var(--Surface4);
    color: white;
    border-radius: 0.5rem;
    height: 100%;
    width: 100%;
    border: 1px solid var(--Border)
}

    .modal-quote-1 .modal-1__header {
        padding-bottom: 0rem;
        height: 42px;
    }

    .modal-quote-1 .close-icon-modal-quote-1 {
        cursor: pointer;
        margin-left: 6px
    }

.close-icon-modal-quote-1 img, .close-icon-modal-newsAnalysis img, .close-icon-modal-fundamentals img, .close-icon-modal-priceAlert img, .close-icon-modal-activePriceAlert img {
    width: 20px !important;
}
/* Added by AnkitV on 16112022 */
.modal-quote-1 .modal-1__sell, .newsAnalysis-panel .modal-1__sell, .fundamental-panel .modal-1__sell, .sentiment-panel .modal-1__sell, .priceAlert-panel .modal-1__sell, .activePriceAlert-panel .modal-1__sell {
    border-right: 1px solid var(--Border);
}


    .modal-quote-1 .modal-1__sell:hover, .newsAnalysis-panel .modal-1__sell:hover, .fundamental-panel .modal-1__sell:hover, .sentiment-panel .modal-1__sell:hover, .activePriceAlert-panel .modal-1__sell:hover {
        background: linear-gradient(to bottom right, rgba(255, 145, 0, 0.4), rgba(255, 145, 0, 0.1));
    }

/* Added by AnkitV on 16112022 */
.modal-quote-1 .modal-1__buy, .newsAnalysis-panel .modal-1__buy, .fundamental-panel .modal-1__buy, .sentiment-panel .modal-1__buy, .priceAlert-panel .modal-1__buy, .activePriceAlert-panel .modal-1__buy {
    border-left: .5px solid #111;
}

    .modal-quote-1 .modal-1__buy:hover, .newsAnalysis-panel .modal-1__buy:hover, .fundamental-panel .modal-1__buy:hover, .sentiment-panel .modal-1__buy:hover, .activePriceAlert-panel .modal-1__buy:hover {
        background: linear-gradient(to bottom left, rgba(5, 221, 249, 0.4), rgba(5, 221, 249, 0.1));
    }


/* Added by Varun on 29092023 */
.modal-quote-1 .percentagePips-modal-quote-1 {
    overflow: hidden;
    display: flex;
    align-items: center;
    width: 100px;
    justify-content: flex-end;
    padding-left: 8px;
    padding-right: 8px;
}

    .modal-quote-1 .percentagePips-modal-quote-1 img, .percentagePips-modal-sentiment-1 img {
        width: .8rem;
        margin-left: -5px;
        position: fixed;
    }

.modal-quote-1 .percentagePips-modal-quote-1__details-vlaues {
    max-width: 80%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: .75rem;
    line-height: 16px;
    font-weight: 500;
}

.modal-1 .percentagePips-modal-1__details-vlaues span {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.modal-quote-1 .percentagePips-modal-quote-1-percentage, .modal-quote-1 .percentagePips-modal-quote-1-point {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dx-datagrid-summary-item {
    text-align: center;
    display: inline;
    justify-content: center;
    align-content: center;
    color: white;
}


.AGreen {
    color: forestgreen;
}

.ARed {
    color: red;
}

.watchlist-table-go-back-Btn, .library-table-go-back-Btn, .product-library-header-table-BackBtn {
    display: inline-block;
    padding: 3px 16px;
    background-color: var(--Surface5);
    border-radius: 5px;
    font-size: 0.82rem;
    margin-right: 10px;
    cursor: pointer;
    color: white;
}


    .watchlist-table-go-back-Btn:hover, .library-table-go-back-Btn:hover, .product-library-header-table-BackBtn:hover {
        transition: all .5s;
        background-color: var(--Surface1);
    }



.ProductLibraryTable {
    width: 1rem;
    margin-right: 7px;
}

.pipArrow {
    text-align: left !important;
}


/*.dx-footer-row td{
}*/


.orderTicket-title {
    max-width: 120px;
    /* overflow: hidden;
    text-overflow: ellipsis; */
    white-space: nowrap;
}



abbr[title] {
    cursor: pointer;
    text-decoration: none !important;
}




.quotePanel-title {
    /* width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; */
}


.bottom-tables-export {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 0.8rem;
    font-size: 0.8rem;
    color: black;
    padding: 0px 15px;
    background-color: var(--PrimaryYellow);
    cursor: pointer;
    margin-right: 0px 2px;
}

.top-table-export {
    margin-right: 10px;
}

.bottom-tables-export:hover {
    transition: all .5s;
    font-weight: 600;
}

#chart-Tech-Pop-up-top,
#chart-Draw-Pop-up-top {
    /*background-color: rgba(0, 0, 0, 0.5);*/
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0%;
    left: 0%;
    z-index: 100000000;
}

.chart-Tech-Pop-up,
.chart-Draw-Pop-up {
    width: 140px;
    height: auto;
    display: flex;
    flex-direction: column;
    position: relative;
}

    .chart-Tech-Pop-up .Tech-Pop-up-tabs,
    .chart-Draw-Pop-up .draw-Pop-up-tabs {
        width: 100%;
        color: #fff;
        font-size: 0.78rem;
        padding: 0.5rem 0.8rem;
        cursor: pointer;
        margin: 0;
        background-color: #262726;
    }

        .chart-Tech-Pop-up .Tech-Pop-up-tabs:hover,
        .chart-Draw-Pop-up .draw-Pop-up-tabs:hover {
            transition: all 0.2s;
            background-color: black;
        }

.dx-datagrid-table .dx-datagrid-table .dx-row {
    cursor: pointer;
}



.bidlower {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.asklower {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}


.overviewBid {
    margin-left: 10px;
}

.overviewAsk {
    margin-right: 10px;
}


.chartExistingPositionBox {
    width: 250px;
    background-color: #404140;
    padding: 5px;
    border-radius: 5px;
    color: #ffffff;
    z-index: 1000000000000;
    position: absolute;
    font-size: .85rem,
}

.existingPositionDatas {
    width: 100%;
}

    .existingPositionDatas .existingPositionDataRow {
        width: 100%;
    }

    .existingPositionDatas td {
        width: 50%;
        padding: 5px 5px;
    }

    .existingPositionDatas .existingPositionDataRow td:first-child {
        width: 40%;
        color: #acacac;
        text-align: left;
    }

    .existingPositionDatas .existingPositionDataRow td:nth-child(2) {
        width: 60%;
        text-align: right;
    }

.maxMinIcon {
    margin: 0px 15px;
    width: 15px;
    cursor: pointer;
}


.arrow {
    padding-right: 4px;
}


.dx-master-detail-row .dx-scrollbar-horizontal {
    display: none;
}


.hideShow {
    display: flex;
    justify-content: center;
    align-items: center;
}

ProductLibraryTableTick {
    width: 95%;
    height: 90%;
    max-width: 30px;
}

.notStudysVisible {
    background-color: var(--Surface6);
}

.chartDrawHide {
    background-color: var(--Surface6);
}

@media only screen and (max-width:1336px) {
    .table-bottom-fixed {
        position: absolute !important;
        max-width: 1330px;
        height: 250px;
        top: 350px;
    }

    .table-top, .product-library {
        position: absolute !important;
        max-width: 1330px;
        max-height: 500px;
    }

    .model-watchlist, .modal-library {
        position: absolute !important;
        max-width: 1330px;
    }

    .chart-container {
        position: absolute !important;
        max-width: 1300px;
        top: 90px;
    }

    .account-details-expand {
        left: 700px !important;
        top: 100px;
    }

    .product-overview-modal {
        top: 83px;
    }

    .model-create-watchlist {
        top: 90px;
        left: 510px;
    }

    .account-notification-window {
        right: 0px;
        left: calc(1271px - 22rem);
    }

    .notification-details-window {
        right: 0px;
        left: calc(1275px - 46.5rem);
    }
}


@media only screen and (max-height:650px) {
    .table-bottom-fixed {
        position: absolute !important;
        max-width: 1330px;
        height: 250px;
        top: 350px;
    }

    .table-top, .product-library {
        position: absolute !important;
        max-width: 1330px;
        max-height: 500px;
    }

    .model-watchlist, .modal-library {
        position: absolute !important;
        max-width: 1330px;
    }

    .chart-container {
        position: absolute !important;
        max-width: 1300px;
        top: 90px;
    }

    .account-details-expand {
        left: 700px !important;
        top: 100px;
    }


    .product-overview-modal {
        top: 83px;
    }

    .model-create-watchlist {
        top: 90px;
        left: 510px;
    }
}

.addWatchListTop {
    position: absolute;
    left: 100%;
    top: 0;
    width: 11rem;
    z-index: 9999999;
    margin-left: 10px;
}

.addWatchListInput {
    width: 11rem;
    height: 1.6rem;
    padding-left: 0.5rem;
    outline: none;
    border: none;
    background-color: var(--Surface5);
    font-size: 0.75rem;
    color: #fff;
    border-radius: 4px;
}

.addWatchListInputDiv {
    position: sticky;
    top: 0px;
    left: 0px;
}

.addWatchList-items {
    width: 100%;
    background-color: var(--Surface5);
}

.addWatchList-item {
    width: 100%;
    padding: 0.35rem 1.1rem;
    padding-left: calc(1.1rem - 0.5rem);
    color: #fff;
    font-size: 0.8rem;
    cursor: pointer;
    box-sizing: border-box;
    border-left: 0.5rem solid transparent;
    border-bottom: 1px solid var(--Surface3);
}

    .addWatchList-item:hover {
        border-left: 0.5rem solid #fff;
    }

.platformInfoBox {
    background-color: var(--Surface2);
    width: 550px;
    border-radius: 0.3rem;
    color: white;
    position: absolute !important;
    top: 85px;
    left: 390px;
    border: 1px solid var(--Border);
}

.header-platformInfo {
    background-color: var(--Surface4);
    padding: 10px 0px;
    border-radius: 0.3rem;
    padding: 1rem 16px 1rem 1.4rem;
    color: white;
    width: 100%;
    height: 3.3rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid var(--Border);
}

.platformInformationCloseBox {
    height: 3.3rem;
    border-left: 1px solid var(--Border);
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 16px;
}

.platform-information__close {
    width: 1.3rem
}

.body-PlatformInfo {
    padding: 10px 25px;
    width: 100%;
}

.platformInfoRows {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 4px;
    font-size: 14px;
}

.StatusPlatformInfo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 2px solid gray;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.SubPlatformInfo-label {
    color: var(--Offwhite);
    width: 30%;
}

.SubPlatformInfo-value {
    width: 65%;
}

.dx-command-edit-with-icons {
    padding: 0px !important;
    margin: 0px !important;
}

.dx-datagrid-drag-icon {
    display: inline-block;
    margin-left: -10px !important;
}

.searchProduct-searchIcon {
    width: 17px;
    cursor: pointer;
}

.addProductTop {
    position: absolute;
    left: 35px;
    top: 7px;
    width: 10rem;
    z-index: 9999999;
    margin-left: 10px;
}

.addProductInput {
    width: 10rem;
    height: 1.6rem;
    padding-left: 0.5rem;
    outline: none;
    border: none;
    background-color: var(--Surface5);
    font-size: 0.75rem;
    color: #fff;
    border-radius: 4px;
}

.addProductInputDiv {
    position: sticky;
    top: 0px;
    left: 0px;
}

.addProduct-items, .addProduct-items-Popular-products, .addProduct-items-Popular-products {
    display: block !important;
    width: 100%;
    background-color: var(--Surface5);
    border-top: 1px solid var(--Surface3);
}

.addProduct-item {
    width: 100%;
    padding: 0.35rem 1.1rem;
    padding-left: calc(1.1rem - 0.5rem);
    color: #fff;
    border-bottom: 1px solid var(--Surface3);
    font-size: 0.8rem;
    cursor: pointer;
    box-sizing: border-box;
    border-left: 0.5rem solid transparent;
}

    .addProduct-item:hover {
        border-left: 0.5rem solid #fff;
    }

#dvTable {
    max-height: 1900px;
}

    #dvTable td, #dvTable th {
        padding: 3px 10px 10px 1px;
        color: black;
    }

    #dvTable th {
        background-color: rgb(212 212 212);
    }

    #dvTable tr:nth-child(even) {
        background-color: #eaeaea;
    }

.linkBox {
    width: 9px;
    height: 41px;
    border-left: 1px solid var(--Border);
    border-right: 1px solid var(--Border);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.linkBtn {
    width: 100%;
    height: 25%;
    border-bottom: 2px solid var(--Border);
    background-color: var(--Surface1);
}

#LinkBtn-1.over,
.linkBtn-1.on {
    background-color: #00deff
}

#LinkBtn-2.over,
.linkBtn-2.on {
    background-color: #00ff80;
}

#LinkBtn-3.over,
.linkBtn-3.on {
    background-color: #f2f200;
}

#LinkBtn-4.over,
.linkBtn-4.on {
    background-color: #fc3;
}


.chart .linkBox {
    height: calc(3.5rem - 1px);
}

.accountTableLink {
    margin-top: 1px;
    height: 100% !important;
}

    .accountTableLink .linkBtn {
        height: calc(25% -0.25px);
        margin-bottom: 0px;
    }


.export-Drop-box, watchlist-Drop-box {
    padding: 0px 4px;
    border-left: 1px solid var(--Border);
    border-right: 1px solid var(--Border);
    background-color: var(--Surface3);
    cursor: pointer;
}

.watchlist-Drop-box {
}

.export-Drop, .watchlist-Drop {
    font-size: 13px;
    color: var(--Offwhite);
    background-color: var(--Surface3);
    cursor: pointer;
}

.export-Drop-box option, .watchlist-Drop-box option {
    color: white;
    cursor: pointer !important;
}

.export-Drop-option, .watchlist-Drop-option {
    background-color: var(--Surface3);
    border-radius: unset;
    cursor: pointer !important;
}


.inColumn {
    display: flex;
    justify-content: space-between;
}

.loadind, .pipSkeleton {
    background-color: rgb(134, 134, 134);
    width: 60px;
    height: 13px;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    display: none;
    opacity: 0.3;
}

.pipSkeleton {
    background-color: gray;
    opacity: 0.3;
    border-radius: 0px !important;
}

    .loadind::before, .pipSkeleton::before {
        content: '';
        position: absolute;
        display: block;
        width: 100%;
        height: 100%;
        background: linear-gradient(to right, transparent, #c6c6c6, transparent);
        transform: translateX(-100%);
        animation: loading 1.5s infinite;
    }



@keyframes loading {
    100% {
        transform: translateX(100%);
    }
}

.export-Drop-box option[disabled], .watchlist-Drop-box option[disabled] {
    display: none;
}

.stx_xaxis, .stx_yaxis {
    font-family: Arial !important;
}



.tooltipCustom {
    position: relative;
}

    .tooltipCustom:hover::after {
        content: attr(data-title);
        background-color: #f8f7f7;
        color: #0c0c0c;
        padding: 1px 8px;
        border-radius: 2px;
        font-size: 12px;
        display: block;
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        white-space: nowrap;
        z-index: 10000000;
        font-family: Arial !important;
    }


.tooltipCustom-side:hover::after {
    left: -5%;
}


.productOverviewSketonBox, .ChartSketonBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.productOverviewPipbox, .ChartPipbox {
    width: 75px;
    height: 40px;
    border-radius: 5px !important;
    display: inline-block;
}

.productOverviewOtherTickDataBox, .chartOtherTickDataBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 60%;
}

    .productOverviewOtherTickDataBox div, .chartOtherTickDataBox div {
        width: 95px;
        height: 40px;
        border-radius: 5px !important;
        display: inline-block;
    }

.ChartSketonBox {
    width: 270px;
}

.ChartPipbox {
    width: 25%;
    height: 35px;
}

.chartOtherTickDataBox {
    width: 70%;
}

    .chartOtherTickDataBox div {
        width: 90px;
        height: 35px;
    }



.dx-datagrid .dx-row-alt > td,
.dx-datagrid .dx-row-alt > tr > td {
    background-color: #1D1B16;
}

.dx-header-row {
    background-color: #1D1B16 !important;
}

.accountTableMaxMinIcon, .maxMinIconBox {
    border-right: 1px solid var(--Border);
    display: flex;
}

.accountExpandCloseBtnBox {
    border-left: 1px solid var(--Border);
    display: flex;
    height: 3.3rem;
    padding-left: 16px;
}


.ticketCloseBtnBox {
    height: 42px;
    display: flex;
    border-left: 1px solid var(--Border);
}

.chartCloseBtnBox {
    display: flex;
    border-right: 1px solid var(--Border);
}

.placeBtnActive {
    background-color: var(--PrimaryYellow);
    color: black;
    font-weight: 700;
}

.bidAskCloseMarket {
    color: gray !important;
}

.tc-Iframe {
    overflow: hidden;
}

.tc-Iframe-container {
    overflow: hidden;
}

.tc-Iframe .tc-Iframe_iframeBox {
    width: 100%;
    height: calc(100% - 46px);
}

.tc-Iframe iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.removeHover:hover {
    background: none !important;
}

.watchlistFooter {
    width: 100%;
    height: 1.5rem;
    background-color: var(--Surface4);
    border-top: 1px solid var(--Border);
    display: flex;
    justify-content: flex-end;
    padding: 0px 10px;
}

.quoteViwe-container {
    overflow: auto;
    background-color: var(--Surface2)
}

.quoteViweInnerBox {
    width: 100%;
    padding-top: 1rem;
    padding: 10px;
    display: grid;
    gap: 0px;
    grid-template-columns: repeat( auto-fill, minmax(290px, 1fr));
}

.quote-panel-watchList {
    height: 132px;
    margin: .5rem;
}

.dx-master-detail-row .GridEditButton {
    margin-bottom: 0px;
}

.bidlower img {
    width: 0.7rem;
    margin-left: 4px;
}

.asklower img {
    margin-right: 4px;
    width: 0.7rem;
}

.product-library-header-sub-sections {
    margin-left: 20px;
}

    .product-library-header-sub-sections #product-library-table-assteOption {
        width: 130px
    }

    .product-library-header-sub-sections #product-library-table-filters-options {
        width: 145px;
    }

.tableLoader {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 99;
}

.homeLayoutBox {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}

.upper__tab-active {
    color: white;
    border-bottom: 2px solid var(--PrimaryYellow);
}

.upper__tab-menu {
    width: 7rem;
    position: absolute;
    top: 2.4rem;
    left: 0;
    background-color: var(--Surface6);
    list-style: none;
    padding: 0;
    z-index: 1000000;
    border: 1px solid var(--Border);
    color: white !important;
}

    .upper__tab-menu li {
        padding: 0.5rem 0.4rem;
        border-bottom: 0.1rem solid var(--Border);
    }

        .upper__tab-menu li:hover {
            background-color: var(--Surface4);
            color: white !important;
        }


.templatesMenu-container {
    width: 200px;
    display: flex;
    flex-direction: column;
    background-color: var(--Surface4);
    font-size: 0.75rem;
    color: var(--Offwhite);
    position: absolute;
    z-index: 999999;
    top: 5.3rem;
    margin-left: -0.5rem;
    max-height: -webkit-fill-available;
    overflow: auto;
    border: .5px solid var(--Border);
}

.templatesMenu-subContainer {
    width: 100%;
}

.templatesMenu-subContainerMid {
    border-top: 3px solid var(--Surface2);
    border-bottom: 3px solid var(--Surface2);
}

.templatesMenu-subContainerSections {
    width: 100%;
    margin: 2px 0px;
}

.templatesMenu-header {
    width: 100%;
    display: block;
    background-color: var(--Surface2);
    padding: 1px 10px;
    margin-bottom: 3px;
}

.templatesMenu-Options {
    width: 100%;
    padding: 0px 4px;
    display: flex;
    cursor: pointer;
}

.isnotDefault {
    color: white;
    font-size: .85rem;
}

.isDefault {
    color: var(--Offwhite);
    font-size: .85rem;
}

.templatesMenu-Options:hover {
    background-color: var(--Surface1);
}

.templatesMenu-Options-iconsSections {
    width: 15%;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .templatesMenu-Options-iconsSections img {
        width: 13px;
    }

.templatesMenu-Options-CaptionSections {
    width: 70%;
}

    .templatesMenu-Options-CaptionSections span {
        display: block;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }


.productLibrary-table-loaderBox {
    background-color: #000000;
    position: absolute;
    z-index: 999999;
    top: 0px;
    left: 0px;
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}



.newsAnalysis-panel, .fundamental-panel {
    top: 18%;
    left: 300px;
    width: 380px;
    height: 480px;
    position: absolute !important;
    margin-right: 4px !important;
    position: relative;
    background-color: var(--Surface4);
    color: white;
    border-radius: 2px 2px 1px 1px;
    border: 1px solid var(--Border);
    border-radius: 10px 10px 0px 0px;
}

.newsAnalysis-subSection1, .fundamentals-subSection1 {
    border-bottom: 1px solid var(--Border);
    height: 130px;
}


.newsAnalysis-panel .modal-1__header, .fundamental-panel .modal-1__header {
    padding-bottom: 0rem;
    height: 42px;
}

.newsAnalysis-subSection2, .fundamentals-subSection2 {
    border-bottom: 1px solid var(--Border);
    height: calc(100% - 130px);
    display: flex;
    justify-content: center;
    overflow: auto;
}

    .newsAnalysis-subSection2::-webkit-scrollbar, .fundamentals-subSection2::-webkit-scrollbar {
        display: none;
    }


.newsAnalysis-TcUiSections, .fundamentals-TcUiSections {
    width: 94%;
    padding-top: 8px;
}

.newsAnalysis-TcUi, .fundamentals-TcUi {
    width: 100%;
    background-color: var(--Surface2);
    border-radius: 6px;
    margin-bottom: 12px;
    padding: 16px;
    position: relative;
}

.newsAnalysis-TcUi__title, .fundamentals-TcUi__title {
    margin-bottom: 20px;
}

    .newsAnalysis-TcUi__title span, .fundamentals-TcUi__title span {
        color: var(--Off-white, #CBC6BD);
        font-size: .85rem;
        font-style: normal;
        font-weight: 700;
        line-height: 130%;
    }

    .newsAnalysis-TcUi__title img, .fundamentals-TcUi__title img {
        margin-left: 7px;
    }

.newsAnalysis-TcUi__mainSectionWidgets {
    height: 110px;
}

.fundamentals-TcUi__mainSectionWidgets{
    height: auto;
}

.noDataskeleton {
    padding: 10px 30px;
    text-align: center;
    border-radius: 5px;
    color: var(--Offwhite);
    background-color: var(--Surface3);
}

    .noDataskeleton span {
        font-size: .8rem;
    }



.mostDiscussedTopicBarSection {
    width: 100%;
    margin-bottom: 20px
}

    .mostDiscussedTopicBarSection span {
        font-size: .85rem;
        color: white;
    }

.mostDiscussedTopic__Name {
    display: block;
    margin-bottom: 3px;
}

.mostDiscussedTopic__barBox {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.mostDiscussedTopic__bar {
    background-color: yellow;
    height: 9px;
    border-radius: 4.5px;
    margin-right: 3%;
}

.newsAnalysis-TcUi-NewsVolumes {
    padding-bottom: 0px;
}

.newsAnalysis-TcUi-News-topSection {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.newsAnalysis-TcUi-News__imgSection {
    width: 20%;
    height: 100%;
}

    .newsAnalysis-TcUi-News__imgSection img {
        width: 100%;
    }

.newsAnalysis-TcUi-News__infoSection {
    width: 76%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.newsAnalysis-TcUi-News__infoMain__header {
    font-size: .75rem;
    margin-bottom: 8px;
    margin-top: 2px;
    color: var(--Off-white, #CBC6BD);
    font-style: normal;
    font-weight: 400;
    line-height: 130%
}

.newsAnalysis-TcUi-News__infoMain__title {
    color: #FFF;
    font-size: .85rem;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    margin-bottom: 6px;
}

.newsAnalysis-TcUi-News__infoMain__footer, .newsAnalysis-TcUi-FullNews__footer {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

    .newsAnalysis-TcUi-News__infoMain__footer span, .newsAnalysis-TcUi-FullNews__footer span {
        color: #FFF;
        font-family: Inter;
        font-size: .65rem;
        font-style: normal;
        font-weight: 400;
        line-height: 130%;
        padding: 3px 6px;
        border-radius: 4.71px;
        background-color: var(--Surface5);
        margin-right: 5px;
        margin-bottom: 7px;
    }



.mostDiscussedTopicBarSection:last-child {
    margin-bottom: 7px !important;
}

.newsAnalysis-TcUi-News-topSection:last-child {
    margin-bottom: 0px !important;
}

.newsAnalysis-TcUi-NewsAttention .newsAnalysis-TcUi__title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.newsAnalysis-TcUi-NewsAttention .newsAttentionFilter1d {
    margin-right: 10px;
}

.newsAnalysis-TcUi-NewsAttention .newsAnalysis-TcUi__title .newsAttentionFilter {
    padding: 0px 1px 1px 1px;
    color: white;
}

.newsAnalysis-TcUi-NewsAttention .newsAnalysis-TcUi__title .activeFilter {
    border-bottom: 2px solid var(--PrimaryYellow);
}


.newsAnalysis-TcUi__sectionInfo, .fundamentals-TcUi__sectionInfo {
    position: absolute;
    width: 170px;
    height: auto;
    background-color: #2c2a24;
    border-radius: 5px;
    padding: 5px 7px;
    font-size: .65rem;
    line-height: 1.3;
    text-align: justify;
    top: 40px;
    z-index: 9;
    color: var(--Offwhite);
}

.newsAnalysis-TcUi__AllNeswBtn {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: .7rem;
    border-top: 1px solid var(--Border);
    padding-top: 7px;
}

    .newsAnalysis-TcUi__AllNeswBtn img {
        margin-left: 10px;
        width: 11px;
    }

.newsAnalysis-fullNews__header {
    height: 43px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0px 15px;
    background-color: var(--Surface3);
    border-bottom: 1px solid var(--Border);
    border-radius: 10px 10px 0px 0px;
}

    .newsAnalysis-fullNews__header img {
        width: 15px;
    }


    .newsAnalysis-fullNews__header span {
        margin-left: 8px;
        color: white;
        font-size: .85rem;
    }

.newsAnalysis-fullNews__detailPage {
    padding: 13px 18px;
    height: calc(100% - 43px);
    overflow: auto;
}

    .newsAnalysis-fullNews__detailPage img {
        width: 100%;
        margin-bottom: 25px;
    }


    .newsAnalysis-fullNews__detailPage::-webkit-scrollbar {
        display: none;
    }


.newsAnalysis-subSection3 {
    height: 100%;
}

.newsAnalysis-subSection4 {
    height: 100%;
}


    .newsAnalysis-subSection4 .newsAnalysis-TcUi-News-topSection {
        border-bottom: 1px solid var(--Border)
    }

.sentiment-panel .percentagePips-modal-sentiment__details-vlaues, .percentagePips-modal-fundamentals__details-vlaues {
    max-width: 80%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: .75rem;
    line-height: 11px;
    font-weight: 500;
}

.sentiment-panel {
    top: 18%;
    width: 380px;
    height: 480px;
    position: absolute !important;
    margin-right: 4px !important;
    position: relative;
    background-color: var(--Surface4);
    color: white;
    border-radius: 2px 2px 1px 1px;
    border: 1px solid var(--Border);
    border-radius: 10px 10px 0px 0px;
}

.sentiment-subSection1 {
    border-bottom: 1px solid var(--Border);
    height: 130px;
}

.sentiment-panel .modal-1__header {
    padding-bottom: 0rem;
    height: 42px;
}

.sentiment-subSection2 {
    border-bottom: 1px solid var(--Border);
    height: 74%;
    display: flex;
    justify-content: center;
    overflow: auto;
}

    .sentiment-subSection2::-webkit-scrollbar {
        display: none;
    }

.sentiment-TcUiSections {
    width: 94%;
    padding-top: 8px;
}

.sentiment-TcUi {
    width: 100%;
    background-color: var(--Surface2);
    border-radius: 6px;
    margin-bottom: 20px;
    padding: 16px;
    position: relative;
}

    .sentiment-TcUi:not(:last-child) {
        margin-bottom: 20px;
    }

.sentiment-TcUi__title {
    margin-bottom: 20px;
}

    .sentiment-TcUi__title span {
        color: var(--Off-white, #CBC6BD);
        font-size: .95rem;
        font-style: normal;
        font-weight: 400;
        line-height: 140%;
    }

    .sentiment-TcUi__title img {
        margin-left: 7px;
    }

.sentiment-TcUi__mainSectionWidgets {
    height: 110px;
}

.sentiment-TcUi__sectionInfo {
    position: absolute;
    width: 170px;
    height: auto;
    background-color: #2c2a24;
    border-radius: 5px;
    padding: 5px 7px;
    font-size: .65rem;
    line-height: 1.3;
    text-align: justify;
    top: 40px;
    z-index: 9;
    color: var(--Offwhite);
}

.sentiment-TcUi-trendanalysispage::-webkit-scrollbar {
    display: none;
}

.chart_sentiment_Sentiment-History {
    width: 500px;
    height: 400px;
    background-color: black;
}

.percentageColorDot {
    width: 10px;
}


.watchListRow-tradingCentralInfos {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    padding: 20px 0px;
    overflow-x: auto;
    overflow-y: auto;
}

.wl-tradingCentralInfos-box .wl-tradingCentralInfos-header span {
    color: var(--Primary-Yellow, #F2C300);
    font-family: Inter;
}

.wl-tradingCentralInfos-box {
    display: inline-grid;
    max-width: 330px;
    height: 120px;
    border-radius: 10px;
    background-color: var(--Surface2);
    margin-right: 10px;
    padding: 17px;
    border: 1px solid var(--Surface4);
}

.wl-Technicals-tech-indicators {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 15px 3px;
}

.wl-Technicals-tech-indicator {
    display: flex;
    align-items: center;
    color: var(--White, #FFF);
    margin-right: 13px;
}

    .wl-Technicals-tech-indicator img {
        width: 20px;
        margin-right: 5px;
    }

.wl-Technicals-tech-footers {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
}

    .wl-Technicals-tech-footers .wl-Technicals-tech-supportResistance {
        color: var(--Off-white, #CBC6BD);
        margin-right: 8px;
    }

.wl-Technicals-tech-supportResistanceValue .wl-Technicals-tech-footers {
    color: var(--White, #FFF);
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
}

.wl-Technicals-news-infos {
    padding-top: 15px;
}

    .wl-Technicals-news-infos div:first-child {
        margin-bottom: 7px;
    }

.wl-Technicals-news-info,
.wl-Technicals-news-info {
    color: var(--Off-white, #CBC6BD);
}

.wl-Technicals-news-SentimentValues {
    color: var(--Green-Text, #54B054);
    font-weight: 700;
    margin-left: 10px;
}

.wl-SentimentValuesNegativ {
    color: #DB575B !important;
}

.wl-Technicals-news-BuzzingValues {
    color: var(--Green-Text, #54B054);
    margin-left: 10px;
    margin-right: 10px;
}

.wl-Technicals-news-publicationValues {
    color: var(--Off-white, #CBC6BD);
    font-size: 10px;
}

.wl-Technicals-Trend-infos {
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-width: 250px;
}

.wl-Technicals-Trend-values {
    width: 80%;
    align-self: flex-start;
    word-wrap: break-word;
    white-space: normal;
}

.wl-Technicals-Trend-infosImg {
    width: 15%;
    min-width: 40px;
}

    .wl-Technicals-Trend-infosImg img {
        width: 100%;
    }


.model-watchlist .dx-master-detail-cell {
    padding-left: 160px !important;
    background-color: var(--Surface3) !important;
}


/*This is for notification expand window section*/

.account-notification-window {
    position: absolute !important;
    width: 324px;
    right: calc(0% + 7vw);
    border: 1px solid var(--Border);
    background-color: var(--Surface5);
    margin-top: .5px;
    overflow: auto;
}

.account-notification-windowBox {
    width: 100%;
    max-height: 500px;
}

.account-notification-SkeletonBox {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .account-notification-SkeletonBox .pipSkeleton:first-child {
        margin-top: 10px;
    }

    .account-notification-SkeletonBox .pipSkeleton {
        display: block;
        width: 90%;
        height: 60px;
        border-radius: 5px !important;
        margin-bottom: 13px
    }


.NotificationRow {
    width: 100%;
    border-bottom: 1px solid #3f3f3d;
    padding: 11px 13px;
    display: flex;
    justify-content: space-between;
}

    .NotificationRow:last-child {
        border: none;
    }

.NotificationColumnLogoContainer {
    width: 15%;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .NotificationColumnLogoContainer .NotificationColumnLogoBackground {
        width: 45px;
        height: 45px;
        background-color: #37352F;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
    }

    .NotificationColumnLogoContainer img {
        width: 45%;
    }

.NotificationColumnInfoContainer {
    width: 83%;
    color: var(--Offwhite);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.unreadNotificationInfo {
    color: white;
}

.NotificationColumnLogo {
    width: 100%;
}

.NotificationColumnInfoHeaderContainer {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2px;
}

.NotificationColumnInfoDetailsContainer {
    width: 100%;
    display: flex;
}

.NotificationColumnInfoHeader {
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    width: 56%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 18.2px;
}

.NotificationColumnInfoDate {
    font-size: 10px;
    width: 43%;
    display: flex;
    justify-content: flex-end;
    color: var(--Offwhite);
    line-height: 13px;
}

.NotificationColumnInfoMessage {
    font-size: 12px;
    width: fit-content;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-right: 10px;
}

.NotificationColumnInfoUnreadCount {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    color: black;
    font-weight: 600;
    background-color: #F2C300;
}

.unreadNotificationInfo .NotificationColumnInfoMessage {
    width: calc(100% - 27px);
}

.notification-details-window {
    position: absolute !important;
    width: 24rem;
    height: 367px;
    top: 9.5rem;
    right: calc(6vw + 22.5rem);
    border-radius: 0.3rem;
    border: 1px solid var(--Border);
    background-color: var(--Surface2);
}

    .notification-details-window .notification-details-window__header {
        width: 100%;
        height: 38px;
        font-size: 14px;
    }

.notification-details-window__title {
    margin-left: 18px;
    font-size: .9rem;
}

.notification-details-window .headerActionBtn {
    width: 45px;
    border-left: 1px solid var(--Border);
}

.notification-details-window__body {
    position: relative;
    width: 100%;
    height: calc(100% - 38px);
    padding-top: 10px;
    overflow-y: auto;
    display: flex;
    flex-direction: column-reverse;
}

.notification-details-dayContainer:last-child {
    margin-bottom: 15px;
}

.notification-details-dayInfoContainer {
    display: flex;
    flex-direction: column-reverse;
}

.notification-details-dayDateContainer {
    display: flex;
    justify-content: center;
    padding: 5px 0px 6px 0px;
    color: white;
    font-size: .85rem;
    font-weight: 100;
    line-height: 13px;
}

.notification-details-dayMessageInfoContainer {
    padding: 0px 15px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.notification-details-dayMessageContainer {
    background-color: var(--Surface3);
    padding: 10px 9px 8px 9px;
    border-radius: 5px;
    font-size: .85rem;
    line-height: 15px;
    color: white;
    margin-bottom: 6px;
    overflow-wrap:break-word;
}

    .notification-details-dayMessageContainer:last-child {
        margin-bottom: 3px;
    }

    .notification-details-dayMessageContainer a {
        color: var(--PrimaryYellow);
        text-decoration: underline;
    }

.notification-details-MessageTime {
    display: inline-block;
    margin: -1px 0px 0px 3px;
    font-size: .85rem;
    color: var(--Offwhite);
    line-height: 13px;
}

.emptyNotification {
    color: white;
    width: 100%;
    padding: 10px 15px;
    font: 12.5px;
}

.readAllContainer {
    width: 100%;
    padding: 7px 13px;
    display: flex;
    flex-direction: column;
    font-size: .85rem;
    align-items: flex-end;
    border-bottom: 1px solid #3f3f3d;
    position: sticky;
    top: 0px;
    left: 0px;
    background-color: var(--Surface5);
}

.readAllBtn {
    font-size: 0.85rem;
    cursor: pointer;
    color: var(--Offwhite);
}

    .readAllBtn:hover {
        font-weight: 600;
    }

/* For close all */
.closeALL {
    color: #FF4444;
    font-family: Arial;
    font-size: 12px;
    font-style: normal;
    font-weight: bolder;
    line-height: 18px;
    background-color: var(--Surface5);
    border-radius: 3px;
    margin-top: 1px;
    display: flex;
    justify-content: center;
}



.position-close {
    padding: 1.2rem 1.3rem;
    width: 361px;
}

    .position-close .positionAllClose-buttons {
        display: flex;
        justify-content: space-between;
        margin-top: 25px;
    }

    .position-close .positionAllClose-buttons-MarketClose {
        background-color: #808080 !important;
    }

    .position-close div button {
        padding: 8px 0px;
        width: 46%;
        background-color: var(--PrimaryYellow);
        border-radius: 4px;
        color: black;
        font-family: Arial;
        font-size: .85rem;
        font-style: normal;
        font-weight: 700;
        line-height: 19px;
    }

.positionAllClose-buySellInfo {
    padding: 16px 32px 2px 32px;
    margin: 16px 0px 10px 0px;
    border-top: 1px solid #4D4D4D;
    border-bottom: 1px solid #4D4D4D;
    display: flex;
    flex-direction: column;
}

.positionAllClose-buySellRows {
    display: flex;
    justify-content: space-between !important;
}

    .positionAllClose-buySellRows p {
        font-weight: 400 !important;
    }

.positionAllClose-SellTitle {
    color: var(--color-sell);
}

.positionAllClose-BuyTitle {
    color: var(--color-buy);
}

.positionAllClose-alertSection {
    justify-content: unset !important;
}

.position-all-close-modal--Cancel {
    background-color: var(--Surface5) !important;
    color: white !important;
}


/* This for the price alert */

.priceAlert-panel, .priceAlertModify-panel {
    top: 18%;
    left: 300px;
    width: 440px;
    position: absolute !important;
    margin-right: 4px !important;
    position: relative;
    background-color: var(--Surface4);
    color: white;
    border-radius: 2px 2px 1px 1px;
    border: 1px solid var(--Border);
    border-radius: 10px 10px 0px 0px;
}


    .priceAlert-panel .modal-1__header {
        padding-bottom: 0rem;
        height: 42px;
    }

.priceAlert_activeAlertContainer {
    padding: 8px;
    border-top: 1px solid var(--Border);
}

.priceAlert_activeAlert {
    background-color: var(--Surface5);
    padding: 8px 16px;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.priceAlert_activeAlertLeft {
    display: flex;
    align-items: center;
}

.priceAlert_activeAlertTitle {
    margin-right: 8px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}

.priceAlert_activeAlertCount {
    width: 25px;
    background-color: var(--yellow);
    height: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    color: black;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}

.priceAlert_PriceInputContainer {
    padding: 24px 16px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border-top: 1px solid var(--Border);
    background-color: var(--Surface2);
}

.priceAlert_PriceInputLabel {
    color: var(--Off-white, #CBC6BD);
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
}

.priceAlert_PriceInput {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 8px;
}

.priceAlert_NumberInput {
    min-width: 76%;
    background: none;
    outline: none;
    border: 2px solid var(--Border);
    border-radius: 5px;
    text-align: center;
    color: white;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
}

.priceAlert_priceOptionsContainer {
    border-top: 1px solid var(--Border);
    border-bottom: 1px solid var(--Border);
    padding: 16px 0px;
    display: flex;
    justify-content: space-evenly;
    font-size: 13px;
    background-color: var(--Surface2)
}

.priceAlert_priceOption {
    padding: 8px;
    border-radius: 60px;
    border: 1px solid var(--Outline-3, #3B3933);
    background: var(--Surface-5, #2C2A24);
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}

.priceAlert_messageCheckboxContainer {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.priceAlert_messageCheckbox {
    margin-right: 8px;
}

.priceAlert_messageLabel {
    color: var(--Off-white, #CBC6BD);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}

.priceAlert_messageInputContainer {
    width: 100%;
    margin-top: 14px;
}

.priceAlert_messageInput {
    min-width: 100%;
    background: none;
    outline: none;
    height: 38px;
    border: 1px solid var(--Outline-3, #3B3933);
    padding: 13px;
    border-radius: 4px;
    color: white;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}

.priceAlert_messageContainer {
    background-color: var(--Surface2);
    padding: 16px;
}

.priceAlert_buttonContainer {
    padding: 8px;
    border-top: 1px solid var(--Border);
    display: flex;
    justify-content: space-between;
    background: var(--Surface-3, #1D1B16);
}

.priceAlert_buttons {
    width: 49%;
    color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 42px;
    border-radius: 4px;
}

.priceAlert_cancelButton {
    background-color: white;
}

.priceAlert_setAlertButton {
    background-color: var(--PrimaryYellow);
}

    .priceAlert_cancelButton span, .priceAlert_setAlertButton span {
        color: var(--Black, #000);
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 130%;
    }

.priceAlert_successOverlay {
    width: 100%;
    height: 100%;
    border-radius: 2px;
    background: rgba(0, 0, 0, 0.75);
    position: absolute;
    top: 0px;
    left: 0%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10000;
    border-radius: 10px 10px 0px 0px;
}

.table-pAlert-successInfoContainer {
    display: flex;
    width: 270px;
    padding: 32px 24px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
    border-radius: 4px;
    border: 1px solid var(--Surface-4, #21201A);
    background: var(--Surface-3, #1D1B16);
}

.table-pAlert-successLogoContainer {
    display: flex;
    width: 64px;
    height: 64px;
    padding: 8px 16px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
    border-radius: 72px;
    border: 1px solid var(--Surface-5, #2C2A24);
    background: var(--Surface-4, #21201A);
}

    .table-pAlert-successLogoContainer img {
        height: 30px;
    }

.table-pAlert-successInfoDiv {
    width: 175px;
    text-align: center;
}

.table-pAlert-successInfo {
    color: var(--White, #FFF);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 18.2px */
}

/* This for the active price alert */
.activePriceAlert-panel {
    top: 18%;
    left: 300px;
    width: 331px;
    position: absolute !important;
    margin-right: 4px !important;
    position: relative;
    background-color: var(--Surface2);
    color: white;
    border-radius: 2px 2px 1px 1px;
    border: 1px solid var(--Border);
    border-radius: 10px 10px 10px 10px;
}

    .activePriceAlert-panel .modal-1__header {
        padding-bottom: 0rem;
        height: 42px;
        border-radius: 10px 10px 0px 0px;
        background-color: var(--Surface4);
    }

.activePriceAlert_ActiveAlertsContainer {
    padding: 0px 16px;
    max-height: 150px;
    overflow: auto;
    background-color: var(--Surface2);
}

    .activePriceAlert_ActiveAlertsContainer::-webkit-scrollbar {
        display: none;
    }

.activePriceAlert_ActiveAlertsHeaders, .activePriceAlert_PastAlertsHeaders {
    margin-bottom: 8px;
    color: var(--Offwhite);
    padding: 16px 16px 0px 16px;
}

.activePriceAlert_ActiveAlertsHeaders {
    border-top: 1px solid var(--Border);
}

    .activePriceAlert_ActiveAlertsHeaders span, .activePriceAlert_PastAlertsHeaders span {
        color: var(--Off-white, #CBC6BD);
        font-size: 12px;
        font-style: normal;
        font-weight: 700;
        line-height: 130%;
    }

.activePriceAlert_ActiveAlertsBox, .activePriceAlert_PastAlertsBox {
    width: 100%;
}

.activePriceAlert_ActiveAlertsRows, .activePriceAlert_PastAlertsRows {
    width: 100%;
    border-radius: 4px;
    padding: 12px 16px;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin-bottom: 8px;
    border: 1px solid var(--Outline-2, #2C2A24);
    position: relative;
}

    .activePriceAlert_ActiveAlertsRows:last-child, .activePriceAlert_PastAlertsRows:last-child {
        margin-bottom: 0px;
    }

.priceAlert_activeAlertArow {
    color: var(--Off-white, #CBC6BD);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    cursor: pointer;
}

.activePriceAlert_ActiveAlertIconsBox, .activePriceAlert_PastAlertIconsBox {
    background: var(--Surface5);
    width: 13%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
}

.activePriceAlert_ActiveAlertInfoUpper, .activePriceAlert_PastAlertInfoUpper {
    font-size: 14px;
    display: flex;
    align-items: center;
}

.activePriceAlert_ActiveAlertDirection, .activePriceAlert_ActiveAlertPrice {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}

.activePriceAlert_ActiveAlertDirection, .activePriceAlert_PastAlertDirection {
    margin-right: 8px;
}

.activePriceAlert_ActiveAlertPrice, .activePriceAlert_PastAlertPrice {
    margin-left: 8px;
}

.activePriceAlert_ActiveAlertInfoBottom {
    color: var(--Green-Text, #54B054);
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}

.activePriceAlert_ActiveAlertTime {
    margin-left: 8px;
    color: var(--Off-white, #CBC6BD);
}

.activePriceAlert_ActiveAlertInfoBox, .activePriceAlert_PastAlertInfoBox {
    width: 63%;
}

.activePriceAlert_ActiveAlertOptions, .activePriceAlert_PastAlertOptions {
    width: 17%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}




.activePriceAlert_PastAlertInfoBottom {
    font-size: 10px;
    color: gray;
}

.activePriceAlert_PastAlertInfoSetOn {
    margin-top: -4px;
}

.activePriceAlert_PastAlertsContainer {
    padding: 0px 16px 16px 16px;
    background-color: var(--Surface2);
    max-height: 150px;
    overflow: auto;
    margin-top: 10px;
}

    .activePriceAlert_PastAlertsContainer::-webkit-scrollbar {
        display: none;
    }

.activePriceAlert_PastAlertsHeaders {
    display: flex;
    justify-content: space-between;
    color: var(--Offwhite);
}

.activePriceAlert_PastAlertsRemoveAllBtn {
    font-weight: 400 !important;
    text-decoration: underline;
}

.activePriceAlert_buttonContainer {
    padding: 8px;
    background-color: var(--Surface6);
    border-radius: 0px 0px 10px 10px;
    border-top: 1px solid var(--Border);
    background: var(--Surface-3, #1D1B16);
}

.priceAlert_NewAlertButton {
    padding: 8px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--Surface5);
    border-radius: 4px;
    background: var(--Surface-5, #2C2A24);
}

.priceAlert_NewAlertButtonIcon {
    margin-right: 8px;
}

/* This for the price alert table */
.table-pAlert-CreateOptions {
    justify-content: space-between;
    align-items: center;
    border-bottom: none;
}

.table-pAlert-CreateOptionsHeader {
    font-weight: 600;
    margin-left: 16px;
    margin-right: 24px;
    color: var(--White, #FFF);
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
}

.table-pAlert-CreateOptionsSetPrice {
    width: 160px;
    margin-right: 0px;
}

.table-pAlert-CreateOptionsLeftSide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.customiseAlertContainer {
    margin-left: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.table-pAlert-customiseAlertCheckBox {
    margin-right: 8px;
}

.table-pAlert-customiseAlertLabel {
    color: var(--Off-white, #CBC6BD);
    text-align: right;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 18.2px */
}

.table-pAlert-CreateOptionsSetMessage {
    width: 200px;
    margin-left: 24px;
}

.table-pAlert-DirectionContainer {
    padding: 0px 24px;
    background-color: var(--Surface5);
    height: 25.6px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 2px;
    margin: 0px 7px;
    font-size: 14px;
    line-height: 130%;
}


.table-pAlert-Direction {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}

.table-pAlert-DirectionContainer .buySelected {
    color: var(--color-buy);
}

.table-pAlert-DirectionContainer .sellSelected {
    color: var(--color-sell);
}

.table-pAlert__type-expand {
    margin: 8px 0px 0px 7px;
    display: flex;
    flex-direction: column;
    width: 60px;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    padding: 0px;
    width: 78px;
}

    .table-pAlert__type-expand span {
        width: 100%;
        text-align: center;
        padding: 4px 4px 0px 4px;
    }

        .table-pAlert__type-expand span:last-child {
            padding-bottom: 2px;
        }


    .table-pAlert__type-expand .table-pAlert-type-sell {
        color: var(--color-sell)
    }

    .table-pAlert__type-expand .table-pAlert-type-buy {
        color: var(--color-buy)
    }

.table-pAlert__search-options {
    padding: 0px;
    margin-top: 10px;
}

.table-pAlert-SelectedSymbol {
    width: 160px;
    margin: 0px;
}

.setAlertPriceBtn {
    display: flex;
    padding: 3px 16px;
    align-items: center;
    gap: 8px;
    border-radius: 4px;
    border: 1px solid var(--Outline-3, #3B3933);
    background: var(--Primary-Yellow, #F2C300);
    color: black;
    margin-right: 10px;
}



.setAlertPriceBtn span {
        font-size: 14px;
        font-weight: 700;
    }


.table-pAlert-TableHeader {
    background-color: var(--Surface3);
    border-bottom: 0.08rem solid #3B3B3B;
    height: 26px;
    padding: 0px 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}



    .table-pAlert-TableHeader span {
        color: var(--Off-white, #CBC6BD);
        font-size: 14px;
        line-height: 130%;
    }

    .table-pAlert-TableHeader .priceAlertPastCloseAllBtn {
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

        .table-pAlert-TableHeader .priceAlertPastCloseAllBtn img {
            width: 15px;
            height: 15px;
            margin-right: 3px;
        }

        .table-pAlert-TableHeader .priceAlertPastCloseAllBtn span {
            color: var(--White, #FFF);
            font-size: 14px;
            font-weight: 700;
            line-height: 130%;
        }

.ctivePriceAlert_PastEmptyInfo {
    width: 100%;
    border: 1px solid var(--Outline-2, #2C2A24);
    border-radius: 4px;
    padding: 12px 16px;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin-bottom: 8px;
    color: gray;
}

.activePriceAlert_ActiveAlertlogs {
    width: 20px;
    height: 20px;
}

activePriceAlert_ActiveAlertlogs:first-child {
    width: 15px !important;
}

.activePriceAlert_ActiveAlertsRows:last-child {
    margin-bottom: 0px;
}

.GridMenuButtonPAlertTable {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    cursor: pointer;
}

.GridMenuButtonPAlertTableEdit {
    height: 12.5px;
}

.GridMenuButtonPAlertTableClose {
    height: 14px;
}

.GridMenuButtonPAlertTableRepeat {
    height: 14px;
}

.table-bottom--pAlert .table-container {
    height: calc(50% - 3.1rem);
}

.context-menu__priceAlertIcon {
    margin-top: -3px;
}

.chart__OpenPriceAlert {
    display: flex;
    padding: 16px;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    border-left: 1px solid var(--Border);
    border-right: 1px solid var(--Border);
}

.chart__filters option[disabled] {
    display: none;
}

.tableErrorString {
    margin-left: 15px;
    color: #DB575B;
    font-size: 12px;
}

/* This is for the order settings*/
.orderSettingcontainer {
    height: 550px;
    width: 714px;
    border-radius: 4px;
    border: 1px solid var(--Border, #000);
    background: var( --Surface-1, #0F0E09);
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.70);
}

.orderSetting_headerContainer {
    height: 40px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: var(--Surface-4, #21201A);
}

.orderSetting_headerLeft {
    display: flex;
    padding: 8px 16px;
    align-items: center;
    gap: 8px;
}

    .orderSetting_headerLeft span {
        color: var(--White, #FFF);
        font-size: 14px;
        font-weight: 700;
        line-height: 130%;
    }

.orderSetting_headerRight {
    height: 100%;
    display: flex;
    align-items: center;
}

.orderSetting_resetAll {
    display: flex;
    padding: 8px;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    border-left: 1px solid var(--Border, #000);
}

.orderSetting_resetAllBtn {
    display: flex;
    padding: 4px 8px;
    align-items: center;
    border-radius: 4px;
    background: var(--Surface-5, #2C2A24);
}

    .orderSetting_resetAllBtn:active {
        transform: scale(.92);
    }

    .orderSetting_resetAllBtn span {
        color: var(--Off-white, #CBC6BD);
        font-size: 10px;
        line-height: 130%;
    }

.orderSetting_close {
    width: 40px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-left: 1px solid var(--Border);
}

    .orderSetting_close img {
        width: 20px;
        height: 20px;
    }

.orderSetting_bodyContainer {
    width: 100%;
    height: calc(100% - 40px);
    padding: 24px;
    overflow: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}

    .orderSetting_bodyContainer::-webkit-scrollbar {
        display: none;
    }

.orderSetting_body {
    width: 100%;
    height: auto;
}

.symbolCategoryHeader {
    display: flex;
    padding: 8px 16px;
    align-items: center;
    justify-content: space-between;
    border-radius: 4px 4px 0px 0px;
    background: var(--Surface-3, #1D1B16);
}

.symbolCategoryHeaderLeft span {
    color: var(--Off-white, #CBC6BD);
    font-size: 12px;
    font-weight: 700;
    line-height: 130%;
}

.symbolCategoryHeaderRight {
    display: flex;
    align-items: center;
}

.symbolCategory_rest:active {
    transform: scale(.95)
}

.symbolCategory_rest img {
    width: 19px;
    height: 19px;
    flex-shrink: 0;
}

.symbolCategory_rest span {
    color: var(--Off-white, #CBC6BD);
    font-size: 10px;
    line-height: 130%;
    margin-left: -2px;
    margin-right: 4px;
}

.symbolCategory_CloseOptions {
    display: flex;
    width: 24px;
    height: 24px;
    padding: 3px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 4px;
    background: var(--Surface-4, #21201A);
    margin-left: 12px;
}

.symbolCategoryBodyBtnContainer {
    display: flex;
    padding: 8px 16px;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    align-self: stretch;
}

.symbolCategoryConfirmBtn {
    display: flex;
    padding: 4px 12px;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    background: var(--Primary-Yellow, #F2C300);
}

    .symbolCategoryConfirmBtn:active {
        transform: scale(.92);
    }

    .symbolCategoryConfirmBtn span {
        color: var(--Black, #000);
        text-align: center;
        font-size: 12px;
        font-weight: 700;
        line-height: 130%;
    }

.symbolCategoryBody {
    background-color: var(--Surface2);
}

.symbolCategoryBodyInputContainer {
    display: flex;
    padding: 16px;
    align-items: flex-start;
    gap: 40px;
    border-radius: 0px 0px 4px 4px;
    border-bottom: 1px solid var(--Outline-1, #000);
    background: var(--Surface-2, #15130E);
}

.symbolCategoryInputsContainer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 6px;
}

.symbolCategoryBodyInputTypeBox {
    position: relative;
}

.symbolCategoryBodyInputsHeader span {
    color: var(--Off-white, #CBC6BD);
    text-align: right;
    font-size: 10px;
    line-height: 130%;
}

.symbolCategoryBodyInputsBox input {
    width: 102px;
    padding: 6px 8px;
    border-radius: 4px;
    border: 1px solid var(--Outline-2, #2C2A24);
    background: none;
    outline: none;
    text-align: center;
    color: white;
    font-size: 12px;
    font-weight: 700;
    line-height: 130%;
}

.symbolCategoryBodyInputsBox {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
}

.symbolCategoryBodyInputType {
    display: flex;
    width: 116px;
    padding: 6px 8px;
    justify-content: space-between;
    align-items: center;
    border-radius: 4px;
    background: var(--Surface-4, #21201A);
    color: var(--platform-trading-cfdonlinetrader-com-catskill-white, #E6F2F4);
}

    .symbolCategoryBodyInputType span {
        font-size: 12px;
        font-weight: 700;
        line-height: 130%;
    }

.symbolCategoryBodyInputTypeOption {
    display: flex;
    width: 116px;
    padding: 0px 8px;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 4px;
    border: 1px solid var(--Outline-3, #3B3933);
    background: var(--Surface-5, #2C2A24);
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.70);
    position: absolute;
    top: 31px;
}

    .symbolCategoryBodyInputTypeOption span {
        display: flex;
        padding: 8px 0px;
        justify-content: space-between;
        align-items: center;
        align-self: stretch;
        border-bottom: 1px solid var(--Outline-3, #3B3933);
        color: var(--White, #FFF);
        font-size: 12px;
        line-height: 130%;
    }

        .symbolCategoryBodyInputTypeOption span:last-child {
            border-bottom: none;
        }

.orderSetting_bodyClosed .symbolCategory_rest, .orderSetting_bodyClosed .symbolCategoryBody {
    display: none;
}


.confirmationToastContainer {
    display: flex;
    padding: 12px 16px;
    justify-content: center;
    align-items: center;
    gap: 6px;
    border-radius: 4px;
    border: 1px solid var(--Outline-3, #3B3933);
    background: var(--Surface-6, #37352F);
    max-width: 450px;
    position: absolute;
    bottom: 20px;
    right: 25px;
    z-index: 999999;
}

    .confirmationToastContainer span {
        color: #FFF;
        font-family: Inter;
        font-size: 12px;
        font-weight: 700;
        line-height: 130%;
    }

.globalSnackbarToastContainer {
}

.showErrorNoteMessageFooterBox {
    display: flex;
    flex-direction: column;
}

.showNoteMessageFooterBox {
    font-size: 10px;
    font-weight: 400;
    color: white;
}

.ShowErrorMessageFooter {
    font-size: 10px;
    color: rgb(255, 68, 68);
}

.errorInput {
    border: 1px solid #DB575B !important;
}


.clickBtnEffect:active {
    transform: scale(.93);
}

.clickBtnEffectTwo:active {
    transform: scale(.96);
}

.activePriceAlert_ActiveAlertsRowsGrayBox {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #1d1b16b5;
}


.setAlertBtnUnactive {
    background-color: var(--Surface5) !important;
}

    .setAlertBtnUnactive span {
        color: #ffffff33 !important;
    }

.validationMessagePriceAlertContainer {
    background-color: var(--Surface2);
    border-top: 1px solid var(--Border);
}

    .validationMessagePriceAlertContainer .modal-1__alert {
        display: inline-block;
        margin-bottom: 10px;
        margin-top: 10px;
    }

.arc-gauge-container[_ngcontent-ng-c3358582392] {
    width: 90% !important;
    height: 90% !important;
}

    .arc-gauge-container[_ngcontent-ng-c3358582392] .arc-title-container[_ngcontent-ng-c3358582392] span[_ngcontent-ng-c3358582392]:nth-child(2) {
        color: rgb(181 181 181);
    }

.tc-split-widget-container[_ngcontent-ng-c1904152943] .tc-split-widget-doughnut-container[_ngcontent-ng-c1904152943] {
    width: 116px;
}

.tc-split-widget-container[_ngcontent-ng-c1904152943] .tc-split-widget-text-container[_ngcontent-ng-c1904152943] .tc-split-widget-text-label-container[_ngcontent-ng-c1904152943] {
    margin-right: 8px;
}

[_nghost-ng-c3238754646] .tc-doughnut-chart-container[_ngcontent-ng-c3238754646] .tc-doughnut-chart-percentage[_ngcontent-ng-c3238754646] {
    fill: white;
    font-weight: 900;
}

[_nghost-ng-c3238754646] .tc-doughnut-chart-container[_ngcontent-ng-c3238754646] svg[_ngcontent-ng-c3238754646] {
    fill: #292929;
}

.fundamentals-TcUi-FundamentalSignal .fundamentals-TcUi__mainSectionWidgets {
    height: 75px;
}

.fundamentals-TcUi-FactorScores .fundamentals-TcUi__mainSectionWidgets {
    height:auto;
}

.fundamentals-TcUi-TargetPrice .fundamentals-TcUi__mainSectionWidgets {
    height: 100px;
}

.fundamentals-TcUi-FairValue .fundamentals-TcUi__mainSectionWidgets {
    height: 75px;
}

.fundamentals-TcUi-AnalystConsensusRating .fundamentals-TcUi__mainSectionWidgets {
    height: auto;
}

.fundamentals-TcUi-AnalystConsensusTargetPrice .fundamentals-TcUi__mainSectionWidgets {
    height: 240px;
}

.tc-labeled-score-container .tc-labeled-score-content .tc-labeled-score-main-value-container {
    font-size: 25px;
}

.fundamentals-TcUi-FundamentalSignal .fundamentals-TcUi__title{
    margin-bottom: 0px;
}

.tc-labeled-score-container{
    flex-direction:row;
    align-items: center;
}

.fundamentals-TcUi-TcKeyData .fundamentals-TcUi__mainSectionWidgets{
    height:auto;
}

.tc-quantamental-factors{
    gap:1.3em;
}

.tc-labeled-indicators-item[_ngcontent-ng-c1746941837] .tc-labeled-indicators-item-name[_ngcontent-ng-c1746941837]{
    font-size:12.5px;
}

.tc-labeled-indicators-item[_ngcontent-ng-c1746941837] .tc-labeled-indicators-item-value[_ngcontent-ng-c1746941837] {
    font-size: 13px;
}

.tc-continuous-arc-container .continuous-arc-element-background {
    fill: #000000 !important;
}

.tc-fundamentals-consensus-container .tc-fundamentals-consensus-list-container .tc-fundamentals-consensus-row .tc-fundamentals-consensus-value-container .tc-fundamentals-consensus-value-item .tc-strong-background {
    background-color: #7FD342;
}

.tc-fundamentals-consensus-container .tc-fundamentals-consensus-list-container .tc-fundamentals-consensus-row .tc-fundamentals-consensus-value-container .tc-fundamentals-consensus-value-item .tc-weak-background {
    background-color: #FA693E;
}

.fundamentals-TcUi-FairValue .tc-labeled-score-container {
    flex-direction: column;
    align-items: flex-start;
}

.fundamentals-TcUi-FairValue .tc-labeled-score-container .tc-labeled-score-content .tc-labeled-score-main-value-container {
    color: whitesmoke;
}

.tc-labeled-score-container .tc-labeled-score-content .tc-labeled-score-direction-details {
    font-weight: 500;
}

.tc-signal-container[_ngcontent-ng-c971949428] .tc-signal-details-container[_ngcontent-ng-c971949428] .tc-signal-text[_ngcontent-ng-c971949428] {
    font-size: 25px;
}

.badge-container .badge-component .tc-background-fill {
    fill: whitesmoke
}

.tc-labeled-indicators-item[_ngcontent-ng-c1746941837] {
    padding-left: 0px;
    padding-right: 0px;
}

.tc-analyst-estimates-container {
    margin: -30px 0px;
}

.tab-pane {
    display: none;
}

.tab-pane.active {
    display: block;
}

.tc-analyst-estimates-price-item.tc-highlighted-value[_ngcontent-ng-c1282786686] .tc-analyst-estimates-ellipse-item[_ngcontent-ng-c1282786686] circle[_ngcontent-ng-c1282786686]:nth-child(2) {
    stroke: #F2C300;
}

.tc-analyst-estimates-price-item.tc-highlighted-value[_ngcontent-ng-c1282786686] .tc-price-values[_ngcontent-ng-c1282786686] {
    color: #F2C300;
}

.tc-analyst-estimates-price-item[_ngcontent-ng-c1282786686] .tc-analyst-estimates-ellipse-item[_ngcontent-ng-c1282786686] circle[_ngcontent-ng-c1282786686] {
    stroke: whitesmoke;
}

.tc-analyst-estimates-container .tc-analyst-estimates-chart {
    width: 80%;
}

input[type="password"]::-ms-reveal {
    display: none;
}

.tc-fundamentals-consensus-container .tc-fundamentals-consensus-list-container .tc-fundamentals-consensus-row .tc-fundamentals-consensus-value-container .tc-fundamentals-consensus-value-item .tc-fundamentals-consensus-bar {
    border-radius: 0 10px 10px 0;
}

.fundamentals-TcUi-FundamentalSignal .fundamentals-TcUi__mainSection .tc-icon-background,
.fundamentals-TcUi-FundamentalSignal .fundamentals-TcUi__mainSection .tc-icon-container path,
.fundamentals-TcUi-FundamentalSignal .fundamentals-TcUi__mainSection .tc-signal-text,
.fundamentals-TcUi-FundamentalSignal .fundamentals-TcUi__mainSection .tc-signal-label-details,
.fundamentals-TcUi-TargetPrice .fundamentals-TcUi__mainSection .tc-labeled-score-main-value-container,
.fundamentals-TcUi-TargetPrice .fundamentals-TcUi__mainSection .tc-labeled-score-caption {
    display: none;
}

#columnManage{
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.70);
    border:1px solid #0F0E09;
    background-color: #141310;
    height: 560px;
    width: 593px;
    color:white;
    position: absolute;
    top:100px;
    left:460px;
}

.cm_header{
    display:flex;
    justify-content:space-between;
    background-color:#21201A;
}

.cm_text{
    font-size:14px;
    font-weight:700;
    padding:8px 16px;
}

.cm_subheader{
    font-size: 12px;
    font-weight: 700;
    padding-bottom:16px;
}

.available-columns > ul, .selected-columns > ul{
    list-style: none;
}

.available-columns > ul > li, .selected-columns > ul > li{
    border:1px solid #0F0E09;
    padding:8px;
    margin-top: 8px;
    background-color: #1D1B16;
    font-size: 12px;
    font-weight: 400;
    display: flex;
    justify-content: space-between;
}

.selected-columns{
    padding-left:16px;
    border-left:1px solid #323334;
    width: 50%;
}

.available-columns{
    padding-right:16px;
    width:50%;
}

.search_img{
    height: 16px;
    padding-left: 16px;
    padding-right: 8px;
}

#search-input {
    background-color: #141310;
    border: 1px solid #323334;
    padding-left: 16px;
    width: 262px;
    height: 34px;
    color: #FFFFFF;
}

.center-align {
    text-indent: 28px;
}

.add-column, .remove-column{
    cursor: pointer;
}