.icon {
    pointer-events: none;
}

.cardDark {
    background-color: #363c4e;
}

.divTradingView {
    height: 500px;
}

.divScroll {
    overflow: auto;
    max-height: 345px;
}

.tableFixHead {
    overflow: auto;
    height: 100px;
}

.tableFixHead thead th {
    position: sticky;
    top: 0;
    z-index: 1;
}

#tabContent {
    border-left: 0.0625rem solid #9ca3af;
    border-right: 0.0625rem solid #9ca3af;
    border-bottom: 0.0625rem solid #9ca3af;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.nav-tabs .nav-link {
    margin-bottom: 0px;
}

.divScrollMarketMate {
    overflow: auto;
    max-height: 400px;
}

#spanNoWrap {
    white-space: pre;
}

.divScrollBadges {
    overflow: auto;
    max-height: 100px;
}