
.btn-tag-fs {
    font-size: 11px;
}

.color-white {
    color: white;
}
.bg-color-2A313D {
    background-color: #2a313d;
}
.frame-table,
.frame-news {
    /* margin: 0 15px; */
    height: auto;
    border-radius: 5px;
}
.table-list-crypto-dashboard {
    width: 100%;
    border-collapse: collapse;
}

.table thead th,
.table tr td {
    border: none !important;
    border-bottom: none !important;
    border-top: none !important;
}

.flex-align-center {
    display: flex;
    align-items: center;
}
.dashboard-crypto-icon {
    width: min( 50px ,60%);
    aspect-ratio: 1 / 1;
    border-radius: 5%;
}

.item-game:hover {
    background-color: #1f2330;
}

.color-30B982 {
    color: #30b982;
}
.color-F5465C {
    color: #f5465c;
}
.dashboard-news-item {
    border-bottom: 1px solid #393e4c;
}
.dashboard-news-item:hover {
    background-color: #1f2330;
    cursor: pointer;
}
.font-weight-bold {
    font-weight: bold;
}
.color-F5BD00 {
    color: #f5bd00;
}
