.ion-md-star:before {
    display: none;
}

#dark .market-pairs .table td, #dark .market-pairs .table th, #dark .landing-feature {
    vertical-align: middle;
}

#dark .market-pairs input {
    padding-bottom: 3px;
}

.icon.ion-md-search {
    position: relative;
    top: 2px;
}

.tab-pane.active {
    display: block;
    opacity: 1;
}

.fade:not(.show) {
    opacity: 1;
}

.market-history thead tr th, .market-history tbody tr td {
    cursor: inherit;
}

.tradingview-widget-copyright {
    display: none !important;
}

.chart-markup-table {
    display: none !important;
}

#pairTicker {
    width: 100%;
    border: 1px solid #2a2e39;
    background: #131722;
    border-radius: 2px;
    color: #eaeaea;
    padding: 10px;
    display: flex;
    align-items: center;
    padding-bottom: 6px;
}

.main-chart {
    border: 1px solid #2a2e39;
    border-radius: 2px;
    margin-bottom: 5px;
}

.col-md-12 {
    padding-bottom: 5px;
    padding-right: 0;
    padding-left: 0;
    display: flex;
}

.sm-gutters > .col, .sm-gutters > [class*=col-] {
    padding-left: 2.5px;
    padding-right: 2.5px;
}

.col-md-4 {
    padding-left: 0;
    padding-right: 5px;
}

.pt-left {
    display: flex;
    margin-right: 15px;
    width: 30%;
    margin-top: 5px;
}

.pt-left span {
    line-height: 1;
}

.pt-left .pt-pair,
.pt-left .pt-last {
    display: block;
}

.pt-left .pt-last {
    color: #26de81;
}

.pt-icon {
    position: relative;
    top: -5px;
    margin-right: 5px;
}

.pt-top {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-right: 10px;
}

.pt-metrics {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 3%;
    width: 70%;
}

.pt-item {
    display: flex;
    flex-direction: column;
    margin-right: 10px;
}

.no-fluid .market-pairs tbody {
    height: 500px;
}

.container-fluid {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
}

.order-book table td,
.order-book table th {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.order-book tbody {
    height: 385px;
}

.order-book .ob-heading {
    height: auto;
}

#dark .market-pairs .table td, #dark .market-pairs .table th, #dark .landing-feature {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.market-pairs .input-group {
    padding: 0 10px;
}

.col-md-6,
.col-md-8 {
    padding-right: 0;
}

.col-md-8 {
    padding-left: 0;
}

.market-pairs {
    padding-right: 10px;
}

.no-fluid .market-pairs tbody {
    height: 477px;
}

.market-history {
    margin-top: 5px;
}

.tab-content > .tab-pane#recent-trades {
    display: block !important;
}

.market-order {
    width: 100%;
    margin-top: -15px;
}

.market-trade-list {
    display: flex;
    justify-content: space-around;
}

.market-trade-list li a.active {
    background: #007bff;
    color: #fff;
    font-weight: 400;
}

.market-trade button:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    box-shadow: none;
}

.form-error {
    display: none;
    font-size: 12px;
    color: #ff4d4f;
    position: absolute;
    bottom: 60px;
}

.market-trade input.is-invalid {
    border-color: #ff4d4f;
}

.market-trade-buy, .market-trade-sell {
    position: relative;
}

.market-trade button.buy, .market-trade button.sell {
    margin-top: 50px;
}

.leverage-control {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.lev-top {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 12px;
    line-height: 1;
    color: #c3c3c3;
    margin-top: 1px;
}

.lev-marks {
    display: flex;
    justify-content: space-between;
    margin-left: 10px
}

.lev-mark {
    font-size: 12px;
    line-height: 1;
    color: #c3c3c3;
    cursor: pointer;
    user-select: none;
    padding: 4px 6px 1px;
    border-radius: 6px
}

.lev-mark:hover {
    background: rgba(255, 255, 255, .08)
}

.lev-mark.active {
    background: rgba(247, 166, 0, .18);
    color: #f7a600
}