.content {
    padding: 1.0rem 1.0rem 0.5rem !important;
}

.row>* {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
}

.tab {
    margin-bottom: unset !important;
    width: 100%;
}

.card {
    margin-bottom: 0.5rem !important;
}

.card-body {
    padding-top: unset;
}

.card-actions.float-end {
    display: flex;
}

.card-header {
    padding-bottom: 0px !important;
}

.card-inverted {
    background-color: var(--bs-body-bg) !important;
}

.chat-message-bg {
    background-color: var(--bs-body-bg) !important;
}

.dashboard-header {
    padding-left: 1.5rem;
}

.td-context-winner {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
}

.sidebar {
    z-index: 1055 !important;
}

.profile-sign-in {
    width: 15px;
    margin-left: 3px;
}

.profile-sign-out {
    width: 15px;
    margin-left: 3px;
}

#notifications-list {
    max-height: 75vh;
    overflow-y: scroll;
}

.settings {
    display: block !important;
}

.profile-label {
    color: unset !important;
}

.data-mode {
    --bs-badge-font-size: 100% !important;
    margin-bottom: 1px;
    margin-left: 10px !important;
    vertical-align: middle !important;
    cursor: pointer;
}

.data-mode-button {
    --background-color: #141415 !important;
    display: none;
}

.badges-wrapper {
    padding-left: 5px;
}

#user-tracking-status {
    cursor: pointer;
}

.highcharts-figure {
    margin-bottom: 0px;
}

/* .ssw-race-div {
    filter: blur(0.25rem);
} */

.ssw-chart-div .ti-chart {
    height: 100%;
}

.ssw-chart-div .ti-chart.web-charts-marketing-pnp .chart-container .chart {
    min-height: unset;
}

.ssw-chart-div .web-charts-marketing.relative {
    height: 100%;
}

.race-selector-card-div {
    display: inline-flex;
    width: 100%;
    overflow-x: scroll;
}

.race-setup-div {
    padding: 5px;
}

.top-list-selector-card-div {
    display: inline-flex;
    width: 100%;
    overflow-x: scroll;
}

.top-list-setup-div {
    padding: 5px;
}

.top-list-setup-image {
    width: 50px;
    height: 50px;
    display:block;
    margin:auto;
    cursor: pointer;
}

.top-list-setup-image-small {
    width: 25px;
    height: 25px;
    display:block;
    margin-right: 5px;
}

.alert-selector-card-div {
    display: inline-flex;
    width: 100%;
    overflow-x: scroll;
}

.alert-setup-div {
    padding: 5px;
}

.alert-setup-image {
    width: 50px;
    height: 50px;
    display:block;
    margin:auto;
    cursor: pointer;
}

.trading-contest-card-div {
    height: 435px;
    overflow: scroll;
}

.trading-contest-info-div {
    display: flex;
    width: 100%;
    position: relative;
}

.sidebar-highlight {
    background-color: #00BD00 !important;
    color: #141415 !important;
    border-radius: 3px !important;
}

.positions-div {
    width: 100%;
    overflow: auto;
    flex: 1;
}

.positions-grid {
    width: 100%;
    line-height: 1;
    border-collapse: collapse;
    /* border-spacing: 0 2px; */
}

.orders-div {
    width: 100%;
    height: 365px;
    overflow: auto;
}

.orders-grid {
    width: 100%;
    line-height: 1;
    border-collapse: collapse;
    /* border-spacing: 0 2px; */
}

/* .orders-grid thead th {
    padding-bottom: 1em;
} */

.notifications-div {
    width: 100%;
    height: 365px;
    overflow: auto;
}
.statistics-div {
    width: 100%;
    height: 365px;
    overflow: auto;
}

.executions-div {
    width: 100%;
    height: 350px;
    overflow: auto;
}

.executions-grid {
    width: 100%;
    line-height: 1;
    border-collapse: separate;
    border-spacing: 0 2px;
}

.executions-grid thead th {
    padding-bottom: 1em;
}

.money-machine-status {
    margin-left: 8px;
    padding-left: 2px;
    padding-right: 2px;
    text-wrap-mode: nowrap;
    border-radius: 1px;
}

.profit-loss-bold {
    font-family: "Roboto";
    font-weight: bold;
    text-wrap: nowrap;
}

.profit-loss-bold-large {
    font-family: "Roboto";
    font-weight: bold;
    text-wrap: nowrap;
    font-size: large;
}

.profit-loss-font-component {
    font-size: 18px;
}

.positions-mono {
    font-family: "Roboto";
    text-wrap: nowrap;
}

.account-value {
    font-family: "Roboto";
    font-weight: bold;
}

.portfolio-bold {
    font-family: "Roboto";
    font-weight: bold;
}

.account-value-component {
    position: absolute;
    bottom: 1px;
    left: 1px;
    background-color: #A0EAAB;
    border: black 1px solid;
    color: black;
    border-radius: 5px;
    padding-left: 2px;
    padding-right: 2px;
}

.portfolio-div {
    height: 640px;
    display: flex;
    flex-direction: column;
}

.daily-profit-loss-summary-chart {
    width: 100%;
    height: 200px;
}

.daily-profit-loss-summary-chart-small {
    height: 63px !important;
}

.daily-profit-loss-summary-chart-container {
    border-radius: 5px;
}

.paper-trading-component {
    width: 360px;
    height: 65px;
    border: gray 1px solid;
    border-radius: 5px;
    margin-bottom: 5px;
    margin-top: 5px;
    display: flex;
}

.auto-profit-loss-value {
    font-size: 18px;
}

.auto-profit-card-div {
    text-align: center;
    border-radius: 10px;
    padding: 5px;
    margin-right: 5px;
    margin-left: 5px;
}

#logo-svg-dark {
    display: none !important;
}

#logo-svg-light {
    display: none !important;
}

.compare-count-body-div {
    display: inline-flex;
    height: 330px;
    width: 100%;
}

.compare-count-chart {
    width: 90%;
}

.symbol-lists-div {
    height: 640px;
    display: flex;
    flex-direction: column;
}

.symbols-div {
    width: 100%;
    overflow: auto;
    flex: 1;
}

.symbols-grid {
    width: 100%;
    line-height: 1;
    border-collapse: collapse;
    /* border-spacing: 5px 10px; */
}

.bs-symbol-grid-search {
    text-transform: uppercase;
}

.symbol-logo {
    width: 30px;
    height: 30px;
    border-radius: 5px;
}

.limited-lines {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    -moz-box-orient: vertical;
    line-clamp: 3; /* for non-webkit browsers */
}

.grid-column-header-normal, .grid-column-header-sorted-asc, .grid-column-header-sorted-desc {
    text-wrap: nowrap;
    position: sticky;
    top: 0;
    z-index: 1;
    background-color: var(--bs-body-bg);
    padding-bottom: 0.5em;
    padding-top: 0.5em;
    padding-right: 5px;
    font-weight: 500;
}

.grid-column-header-normal:first-child, .grid-column-header-sorted-asc:first-child, .grid-column-header-sorted-desc:first-child {
    padding-left: 5px;
    border-radius: 5px 0px 0px 5px;
}

.grid-column-header-normal:last-child, .grid-column-header-sorted-asc:last-child, .grid-column-header-sorted-desc:last-child {
    padding-left: 5px;
    border-radius: 0px 5px 5px 0px;
}

.grid-column-detail {
    padding-top: 5px;
}

.grid-column-detail:not(:last-child) {
    padding-right: 5px;
}

div::-webkit-scrollbar{
    display: none;
}

.star-checked {
    color: orange;
}

.card-max {
    height: calc(100vh - 210px) !important;
    min-height: 435px !important;
}

.column-selector-popup {
    display: none;
    position: absolute;
    top: 50px;
    right: 25px;
    background-color: white;
    color: black;
    z-index: 9999;
    border-radius: 10px;
    border: 1px solid;
    border-color: black;
    width: 300px;
}

.column-selector-popup.active {
    display: block;
}

.column-selector-popup .content {
    display: flex;
    flex-direction: column;
}

.column-selector-popup .field-label {
    padding-top: 5px;
    padding-right: 10px;
    text-wrap: nowrap;
}

.column-selector-popup .button-label {
    margin-right: 5px;
}

.column-selector-popup .title {
    font-weight: bold;
    text-align: center;
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
}

.column-selector-popup input.form-control {
    width: 75px;
    margin-left: auto;
}

.column-selector-popup .footer {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    padding: 5px;
}

.auto-profit-loss-settings-popup {
    display: none;
    position: absolute;
    top: 50px;
    background-color: white;
    color: black;
    z-index: 1000;
    border-radius: 10px;
    border: 1px solid;
    border-color: black;
    width: 610px;
}

.auto-profit-loss-settings-popup.active {
    display: block;
}

.auto-profit-loss-settings-popup .content {
    display: flex;
    flex-direction: column;
}

.auto-profit-loss-settings-popup .field-label {
    padding-top: 5px;
    padding-right: 10px;
    text-wrap: nowrap;
}

.auto-profit-loss-settings-popup .button-label {
    margin-right: 5px;
}

.auto-profit-loss-settings-popup .title {
    font-weight: bold;
    text-align: center;
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
}

.auto-profit-loss-settings-popup input.form-control {
    width: 75px;
    margin-left: auto;
}

.auto-profit-loss-settings-popup .footer {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    padding: 5px;
}

.auto-profit-loss-settings-popup-tooltip {
    --bs-tooltip-bg:  var(--bs-secondary) !important;
    --bs-tooltip-color: white !important;
    --bs-tooltip-opacity: 1 !important;
}

.treeMapStrategyMainDiv {
    height: 412px;
}

@media screen and (max-width: 480px) {
    #stock-search-input-group-text {
        display: none !important;
    }
    .input-group-navbar {
        width: 50px !important;
        min-width: 50px !important;
    }
    .badges-wrapper {
        padding-left: 0px;
    }
    .trading-contest-info-div {
        display: flex;
        width: 100%;
        position: relative;
        height: 100px;
    }  
    .card-max {
        height: unset !important;
        min-height: unset !important;
    }  
}