.badge-status {
    width: max-content;
    padding: 3px 8px;
    font-weight: normal;
    margin-bottom: 0.5rem;
}

.badge-trial {
    background-color: #dc3545;
    color: white;
}

.badge-premium {
    background-color: #ffc107;
    color: black;
}

.badge-trading {
    background-color: #28a745;
    color: white;
}

.badge-expired {
    background-color: #dc3545;
    color: white;
    display: inline-block;
}

.logo-header {
    max-height: 50px;
    cursor: pointer;
}

.dropdown-menu-header {
    padding: 0.5rem 1rem;
    left: -5rem;
    text-align: center;
}

.dropdown-item-header {
    padding: 0.5rem 3rem;
}

.show-on-mobile {
    display: none;
}

.accuracy-percentage {
    font-size: 2rem;
    font-weight: bolder;
}

.cursor-pointer {
    cursor: pointer;
}

.collapse-toggle {
    padding: 0 2rem !important;
    cursor: pointer;
}

.fit-content {
    height: fit-content !important;
}

.w-100-collapse {
    width: 100%;
}

.hidden {
    display: none;
}

@media (max-width: 768px) {
    .hide-on-mobile {
        display: none !important;
    }

    .show-on-mobile {
        display: block !important;
    }
}
