/* Header overrides - live price & trading tabs */

.tmgm-logo {
    width: auto !important;
    max-width: 180px !important;
    max-height: 60px !important;
    min-width: 80px !important;
    height: auto !important;
    object-fit: contain !important;
    display: block !important;
    flex-shrink: 0 !important;
}

.tmgm-logo-container {
    max-width: 180px !important;
    width: 180px !important;
    padding: 0 !important;
    margin: 0 !important;
    flex: none !important;
}

.tmgm-header-tw-upper-section {
    min-height: 60px !important;
}

@media (max-width: 768px) {
    .tmgm-logo {
        width: 120px !important;
        min-width: 80px !important;
        max-width: 120px !important;
    }
    .tmgm-logo-container {
        width: 120px !important;
        max-width: 120px !important;
    }
}
.live-price-wrapper {
    padding: 30px;
}

.live-price-wrapper .buy-btn,
.live-price-wrapper .sell-btn {
    border-radius: 50px !important;
    width: 50px !important;
    font-size: 12px;
}

.live-price-wrapper .buy-btn.btn-cn,
.live-price-wrapper .sell-btn.btn-cn {
    width: 36px !important;
}

.header-right .nav-tabs .nav-link {
    font-size: 12px !important;
    border-radius: 1.5rem !important;
    margin-left: auto;
    margin-right: auto;
    text-transform: uppercase;
    border: 1px solid white !important;
    width: 85px !important;
    padding-top: 10px !important;
}

.header-right .nav-tabs {
    justify-content: flex-start !important;
    gap: 14px;
}

.header-right .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background-color: #23feff !important;
    border: none !important;
}

.header-right .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link {
    background: transparent !important;
}
