﻿#chosen_file_text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.btn-upload {
    white-space: nowrap;
}

.logo {
    width: 140px;
}

@media (min-width: 999px) {
    header {
        height: 115px;
    }

    .logo {
        width: 240px;
    }
}

#copy_bank_acc_btn {
    position: unset;
    color: white;
    font-size: 15px;
}

.remember_me {
    font-size: 12px;
    display: flex;
    align-items: normal;
    gap: 10px;
    margin-bottom: 25px;
}



    .remember_me label {
        margin: 0px;
    }

/*Hot Game*/
span.hot_icon img {
    height: 30px;
    margin-right: 10px;
}

/*tab button*/
@media (max-width: 999px) {
    .filter-button {
        display: flex;
        flex-direction: column;
        width: auto;
        justify-content: center;
        align-items: center;
        padding: 5px 0px;
        background: #131316;
    }

    .tab_wrapper_inn {
        min-width: 583px;
        flex-direction: row;
        display: grid;
        grid-template-columns: repeat(6,1fr);
        white-space: nowrap;
        gap: 10px;
    }

    .tab_wrapper-web {
        overflow-x: scroll;
        overflow-y: hidden;
        display: flex !important;
        padding: 0px;
        background: none;
    }

    .tab_wrapper-web::-webkit-scrollbar-track-piece {
        background-color: rgba(0, 0, 0, 0.2);
        -webkit-border-radius: 0px;
        height: 0px;
    }

    .tab_wrapper-web::-webkit-scrollbar-thumb {
        background: #ed1d4a00;
        height: 0px;
    }

        .tab_wrapper-web::-webkit-scrollbar-thumb:hover {
            background: #55555500;
            height: 0px;
        }

    .slot-wrap {
        min-width: unset !important;
        display: grid !important;
        grid-template-columns: repeat(3,1fr) !important;
    }

        .slot-wrap .filter-button {
            min-width: unset !important;
        }
}

.bank_amount_grid-hx {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 8px;
    margin-top: 8px;
}

.hx-wallet-download-color {
    background: linear-gradient(to right, rgb(238, 9, 120) 0%, rgb(255, 106, 0) 100%);
}
