﻿.hide-element {
    display: none !important;
}
.hide {
    display: none !important;
}
.AutoFillSymbol ul {
    position: absolute;
    right: 16px;
    left: 16px;
    z-index: 100;
    padding-left: 0;
    overflow-y: auto;
    list-style-type: none;
    background: #fff;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    max-height: 268px;
    /*width: 320px;*/
    border-radius: 0.428rem;
}
    .AutoFillSymbol ul li {
        padding: 10px 15px;
        font-size: .775rem;
        cursor: pointer;
    }
        .AutoFillSymbol ul li:hover {
            background: #0000f6;
            color: #fff;
        }
.dark .AutoFillSymbol ul {
    background: #161d31;
}
.show-element {
}
/*paging*/
/*span.current {
    background: #7367f0 !important;
    border-radius: .2rem !important;
    padding: .25rem .5rem !important;
    font-size: .875rem !important;
    line-height: 1.5 !important;
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff !important;
    background-color: #fff !important;
    border: 1px solid #dee2e6 !important;
}*/
.gap-2 {
    gap: .5rem !important;
}
.fs-25{
    font-size: 25px;
}
.small-box .icon > img {
    font-size: 90px;
    position: absolute;
    right: 50px;
    top: 15px;
    transition: -webkit-transform .3s linear;
    transition: transform .3s linear;
    transition: transform .3s linear, -webkit-transform .3s linear;
}
.small-box .icon > a {
    position: absolute;
    right: 15px;
    top: 15px;
    transition: -webkit-transform .3s linear;
    transition: transform .3s linear;
    transition: transform .3s linear, -webkit-transform .3s linear;
}
.small-box .icon .settings {
    font-size: 17px !important;
    top: 15px !important;
    color: dimgray;
}
.sell, .short, .rejected {
    background-color: var(--bs-danger-bg-subtle) !important;
    --bs-text-opacity: 1;
    color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
    border-color: var(--bs-danger-border-subtle) !important;
    padding: 5px;
    font-size: 11px;
    border-radius: 3px;
    text-align: center;
}
.buy, .cover, .complete, .filled {
    background-color: var(--bs-success-bg-subtle) !important;
    --bs-text-opacity: 1;
    color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
    border-color: var(--bs-success-border-subtle) !important;
    padding: 5px;
    font-size: 11px;
    border-radius: 3px;
    text-align: center;
}
.tradingview {
    background-color: var(--bs-warning-bg-subtle) !important;
    --bs-text-opacity: 1;
    color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
    border-color: var(--bs-warning-border-subtle) !important;
    padding: 5px;
    font-size: 11px;
    border-radius: 3px;
    text-align: center;
}
.button {
    background-color: var(--bs-primary-border-subtle) !important;
    --bs-text-opacity: 1;
    color: #0000f6 !important;
    border-color: var(--bs-error-border-subtle) !important;
    padding: 5px;
    font-size: 11px;
    border-radius: 3px;
    text-align: center;
}
table{
    font-size: 14px;
}
.btn-grd-primary {
    background-image: linear-gradient(310deg, #7928ca, #ff0080) !important;
    color: #fff;
}
.circle {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-weight: bold;
    color: white;
    margin-right: 10px;
    padding: 10px;
    border: 2px solid;
}
.broker-logo{
    width: 120px !important;
}
.lbl-connected {
    line-height: 44px;
    /*background-color: rgb(2 194 122);*/
}
.content-json {
    border-width: 1px;
    border-collapse: collapse;
    border-color: #e5e5e5;
    border-style: solid;
    padding: 9px;
    background-color: #ededed;
    overflow-x: scroll;
    font-size: 12px;
    color: #4b4b4b
}
.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #0000f6;
    --bs-btn-border-color: #0000f6;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0404b8;
    --bs-btn-hover-border-color: #0a58ca;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0a58ca;
    --bs-btn-active-border-color: #0a53be;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #4343f9;
    --bs-btn-disabled-border-color: #4343f9;
}
.sidebar-wrapper .sidebar-header {
    display: flex;
    justify-content: center;
    width: 260px;
    height: 79px;
    padding: 0 1rem;
    gap: 0.5rem;
    z-index: 1;
    position: fixed;
    top: 15px;
    background-color: #fff;
    transition: ease-out 0.3s;
    border-right: 1px solid var(--bs-border-color);
}
.sidebar-wrapper .sidebar-nav {
    margin-top: 95px;
    height: 100%;
    background-color: #ffffff;
}
.sidebar-wrapper .sidebar-header .logo-img {
    width: 57px;
}
.nav-pills {
    --bs-nav-pills-border-radius: var(--bs-border-radius);
    --bs-nav-pills-link-active-color: #fff;
    --bs-nav-pills-link-active-bg: #0000f6;
}
.align-center{
    display: flex;
    align-items: center;
}
.h5,h5{
    font-size: 1rem;
}
.date-picker-custom {
    background: #fff;
    cursor: pointer;
    padding: 7px 10px;
    border: 1px solid #ccc;
    width: 100%;
    font-size: 14px;
    border-radius: 0.357rem;
}
.col-symbol{
    min-width: 250px;
}
.col-qty{
    min-width: 180px;
}

.spinner {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: 9px solid;
    border-color: #dbdcef;
    border-right-color: #474bff;
    animation: spinner-d3wgkg 1s infinite linear;
}

@keyframes spinner-d3wgkg {
    to {
        transform: rotate(1turn);
    }
}
.loading-panel{
    text-align: center;
}
.light-theme .prev {
    border-top-left-radius: var(--bs-pagination-border-radius);
    border-bottom-left-radius: var(--bs-pagination-border-radius);
}
.light-theme .prev {
    color: #3351d6;
    background-color: #fff;
}
.light-theme .next {
    border-top-right-radius: var(--bs-pagination-border-radius);
    border-bottom-right-radius: var(--bs-pagination-border-radius);
}
.light-theme .next {
    color: #3351d6;
    background-color: #fff;
    margin:0 5px 0 0;
}
.light-theme a, .light-theme span, .light-theme .current {
    padding: 0 7px;
    margin: 0 5px 0 0;
}
.dark .date-picker-custom {
    background: #161d31;
    border-color: #5f626a;
    /* color: #d0d2d6 !important; */
}
.dark .daterangepicker {
    background: #283046;
    color: #d0d2d6;
    border-color: #7367f0;
}
.dark .daterangepicker .calendar-table th, .dark .daterangepicker .calendar-table td, .dark .table thead th, .dark table th {
    background-color: #343d55;
    border-color: #3b4253 !important;
    color: #d0d2d6;
    border-radius: 0;
}
.dark .prev, .dark .next {
    background: transparent !important;
    /*border: 1px solid #8468da;*/
    margin: 0 2px;
    /*color: #8468da !important;*/
}
.dark .daterangepicker .calendar-table {
    border: 1px solid #7367f0;
    border-radius: 4px;
    background-color: #68728b;
}
.dark .daterangepicker td.off, .dark .daterangepicker td.off.in-range, .dark .daterangepicker td.off.start-date, .dark .daterangepicker td.off.end-date {
    background: #283046;
    color: #d0d2d6;
}
.dark .daterangepicker td.available:hover, .dark .daterangepicker th.available:hover {
    background-color: #161d31;
    color: #edebe7;
}
.dark .daterangepicker .ranges li:hover {
    color: #d0d2d6 !important;
    background: #161d31 !important;
}
.col-nowrap {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    /*width: 100px;*/
}
.main-wrapper .main-content {
    padding: 1rem;
}
table.order tr th:nth-child(1), table.order tr td:nth-child(1) {width: 60px;}
table.order tr th:nth-child(2), table.order tr td:nth-child(2) {width: 60px;}
table.order tr th:nth-child(3), table.order tr td:nth-child(3) {width: 60px;}
table.order tr th:nth-child(4), table.order tr td:nth-child(4) {width: 60px;}
table.order tr th:nth-child(5), table.order tr td:nth-child(5) {width: 60px;}
table.order tr th:nth-child(6), table.order tr td:nth-child(6) {width: 60px;}
table.order tr th:nth-child(7), table.order tr td:nth-child(7) {width: 60px;}
table.order tr th:nth-child(8), table.order tr td:nth-child(8) {width: 60px;}
table.order tr th:nth-child(9), table.order tr td:nth-child(9) {width: 60px;}
table.order tr td:nth-child(10), table.order tr td:nth-child(10) {width: 60px;}
table.order tr td:nth-child(11), table.order tr td:nth-child(11) {width: 60px;}
table.order tr td:nth-child(12), table.order tr td:nth-child(12) {width: 60px;}
table.order tr td:nth-child(13), table.order tr td:nth-child(13) {width: 60px;}
table.order tr td:nth-child(14), table.order tr td:nth-child(14) {width: 60px;}
table.order tr td:nth-child(15), table.order tr td:nth-child(15) {width: 180px;display: block;text-overflow: ellipsis;}
table.order tr td:nth-child(16), table.order tr td:nth-child(16) {width: 60px;}
table.order tr td:nth-child(17), table.order tr td:nth-child(17) {width: 60px;}
table.order tr td:nth-child(18), table.order tr td:nth-child(18) {width: 60px;}

table.order-logs tr th:nth-child(1), table.order-logs tr td:nth-child(1) {width: 60px;}
table.order-logs tr th:nth-child(2), table.order-logs tr td:nth-child(2) {width: 60px;}
table.order-logs tr th:nth-child(3), table.order-logs tr td:nth-child(3) {width: 60px;}
table.order-logs tr th:nth-child(4), table.order-logs tr td:nth-child(4) {width: 60px;}
table.order-logs tr th:nth-child(5), table.order-logs tr td:nth-child(5) {width: 60px;}
table.order-logs tr th:nth-child(6), table.order-logs tr td:nth-child(6) {width: 60px;}
table.order-logs tr th:nth-child(7), table.order-logs tr td:nth-child(7) {width: 60px;}
table.order-logs tr th:nth-child(8), table.order-logs tr td:nth-child(8) {width: 60px;}
table.order-logs tr th:nth-child(9), table.order-logs tr td:nth-child(9) {width: 60px;}
table.order-logs tr th:nth-child(10), table.order-logs tr td:nth-child(10) {width: 60px;}
table.order-logs tr th:nth-child(11), table.order-logs tr td:nth-child(11) {width: 60px;}
table.order-logs tr th:nth-child(12), table.order-logs tr td:nth-child(12) {width: 60px;}
table.order-logs tr th:nth-child(13), table.order-logs tr td:nth-child(13) {width: 60px;}
table.order-logs tr th:nth-child(14), table.order-logs tr td:nth-child(14) {width: 60px;}
table.order-logs tr th:nth-child(15), table.order-logs tr td:nth-child(15) {width: 60px;}
table.order-logs tr th:nth-child(16), table.order-logs tr td:nth-child(16) {width: 60px;}
table.order-logs tr th:nth-child(17), table.order-logs tr td:nth-child(17) {width: 60px;}
table.order-logs tr th:nth-child(18), table.order-logs tr td:nth-child(18) {width: 60px;}


.btn-sm {
    height: 26px;
    width: 26px;
}
.screenshot {
    max-width: 70px;
    max-height: 50px;
    cursor: pointer;
}
.w200px{width: 200px;}
.disconnected{color:red;}
.connected{color:green;}
.ml-1 {
    margin-left: .25rem !important;
}
.Expired {
    padding: 1px 8px;
    border-radius: var(--bs-border-radius) !important;
    background-color: var(--bs-danger-bg-subtle) !important;
    --bs-text-opacity: 1;
    color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
    font-weight: 700 !important;
    border-color: var(--bs-danger-border-subtle) !important;
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.Active {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
    background-color: var(--bs-success-bg-subtle) !important;
    border-radius: var(--bs-border-radius) !important;
    padding: 1px 8px;
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
    border-color: var(--bs-success-border-subtle) !important;
    font-weight: 700 !important;
}
.ml-auto{margin-left:auto;}
.lbl-maroon{color:#bf4f26;}
.lbl-green{color:#296d16;}
.lbl-black{}
.below-label{color:#296d16;font-size:10px;}

.profit {
    color: green;
}
.loss{
    color: red;
}

.title-h {
    padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
    border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
}

.user-expired {
    background: red;
    border: #9c0d0d;
    padding: 10px;
    color: #fff;
    border-radius: 5px;
    font-weight: 600;
    font-size: 16px;
    animation: blink-live 1s infinite;
}
.user-impersonated {
    background: #ce5a07;
    border: #9c0d0d;
    padding: 10px;
    color: #fff;
    border-radius: 5px;
    font-weight: 600;
    font-size: 16px;
    animation: blink-live 1s infinite;
}
@keyframes blink-live{
    /*0% { opacity: 1.0; }*/
    50% { opacity: 0.5; }
    100% { opacity: 1.0; }
}
.popover-header.success {
    background-color: #28a745;
    color: white;
}
/* Green */
.popover-header.danger {
    background-color: #dc3545;
    color: white;
}
/* Red */
.popover-header.warning {
    background-color: #ffc107;
    color: black;
}
/* Yellow */
.popover-header.primary {
    background-color: #007bff;
    color: white;
}
/* Blue */
.bullet.bullet-primary {
    background-color: #15a230;
}

.cursor-pointer {
    cursor: pointer;
}

.font-small-3 {
    font-size: 0.9rem !important;
}

.bullet.bullet-warning {
    background-color: #da1352;
}

.bullet {
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    display: inline-block;
}

.me-50 {
    margin-right: 0.5rem !important;
}
.custom-toast-style {
    min-width: 500px !important; /* Adjust width */
    font-size: 14px !important; /* Change font size */
}
.ml-3{margin-left:1rem!important}
.btr-0{border-top-right-radius:0;}
.bbr-0{border-bottom-right-radius:0;}
.btl-0{border-top-left-radius:0;}
.bbl-0{border-bottom-left-radius:0;}
.fs-0 {
    font-size: 0px !important;
}
.w-85{width:85%!important}
.table-min{
    min-height: 475px;
}
.mr-1{margin-right:.25rem !important;}
.fs-20{
    font-size: 20px;
}
.fixed-height {
    max-height: calc(100vh - 220px);
    overflow-y: scroll;
}
.online,
.offline {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-left: 5px;
}

.online {
    background-color: #28a745; /* green */
}

.offline {
    background-color: #dc3545; /* red */
}
table .date {
    display: inline;
}
table .time {
    color: #a1a0a0;
    font-size: 12px;
}
pre {
    white-space: pre-wrap;
    word-break: break-word;
    background-color: #f4f4f4;
    padding: 10px;
    border-radius: 4px;
    font-family: 'Courier New', monospace;
    font-size: 14px;
    overflow-x: auto;
}
.pl-0, .px-0 {
    padding-left: 0 !important;
}
.pr-0, .px-0 {
    padding-right: 0 !important;
}
html body .font-weight-medium {
    font-weight: 500;
}
.mobile-bottom-stats h3, .mobile-bottom-stats .h3 {
    font-size: 1.3125rem;
}
.card-label-danger, .card-label-success {
    background-color: #0000f6;
    width: 100%;
    height: 24px;
    color: #ffffff;
    line-height: 24px;
    text-align: center;
    font-size: 13px;
}