.tags {
    font-size: 18px;
    padding: 2px 8px;
    border-radius: 25px;
    border: 4px solid #aaaaaa;
    color: #fdfefe;
}

    .tags:hover {
        border-color: #ffffff;
    }

.page-cashRaceTag-list {
    margin: 10px;
    display: flex;
    gap: 8px;
    position: relative;
    overflow-x: hidden;
}

    .page-cashRaceTag-list:active {
        cursor: grab;
    }

.tagsHighlight {
    border-color: #ffffff;
}

.tags:active {
    cursor: grab;
}

.search-games__container {
    width: 270px;
    position: relative;
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

.tags-search {
    display: grid !important;
    grid-template-columns: 85% 15%;
    align-items: center;
    height: 70px;
}


/*table styles start*/
.bonusRequestsTable {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
}

.tableHeader {
    height: 64px;
    width: 100%;
    padding: 5px;
    display: flex;
    align-items: center;
    /*    background-color:#1a273d;*/
    padding: 10px 20px;
}

    .tableHeader h3 {
        color: #ffffff;
    }

table {
    position: relative;
    width: 100%;
    background-color: #1b1f24;
}

th {
    font-weight: bold;
    text-transform: uppercase;
    color: #eee54c;
    text-align: left;
}

.bunusRequestDenied {
    background-color: #e93323;
}

table {
    border: 1px solid #ffffff;
    border-collapse: collapse;
}

.tableFooter {
    position: relative;
    left: 0;
    top: 0;
    display: flex;
    justify-content: space-between;
    width: 96%;
    left: 2%;
    padding: 15px 20px;
}

.select {
    width: 100px;
}

/*    .select select {
        color: black;
        background-color: #ffffff;
        border-radius: 0px;
        padding: 0;
    }*/

.pages ul {
    display: flex;
    list-style-type: none;
    margin: 0;
    gap: 2px;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0;
}

.pages li,
.pages span {
    cursor: pointer;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pages {
    display: flex;
    color: #ffffff;
}

.hide {
    display: none;
}

.highlight {
    font-weight: bold;
    background-color: #1b2024;
}

.tableContainer {
    background-color: #2a2e3a;
    margin-bottom: 30px;
}

.darkArrow {
    color: rgb(133, 131, 127);
    cursor: default;
}

.brightArrow {
    color: #ffffff;
}

.bunusRequestApproved {
    background-color: #388022;
}

.caseDiv {
    display: flex;
    justify-content: flex-end;
    min-width:200px;
}

.rightDots, .leftDots {
    display: none;
}

#bonusResModalBody {
    position:relative!important;
    top:20px;
}

@media screen and (min-width: 650px) {
    /*    .PCCase {
        display: flex;
    }

    .mobileCase {
        display: none;
    }*/
    .caseAnswer {
        width: 300px;
    }

    tr {
        border-bottom: 1px solid #ffffff;
    }

    th,
    td {
        padding: 10px 20px;
        color: #ffffff;
    }



    .searchIcon {
        display: none;
    }

    /*.caseState {
        padding: 10px 20px;*/
        /*background-color: green;*/
        /*border-radius: 10px;
        color: #ffffff;
        font-weight: bold;
    }*/
}

/*table styles end*/

@media only screen and (max-width: 650px) {
    .bonus-row {
        display: grid;
        grid-template-columns: 50% 50%;
    }

    .btn-secondary {
        font-size: 11px;
    }

    .tags {
        font-size: 11px;
    }

    /*   .tags-search {
        display: grid !important;
        grid-template-columns: 85% 15%;
    }*/
    .search-games__input {
        position: relative;
        top: 2px;
        padding: 3px 20px;
    }

    .cardButtonsContainer {
        display: grid !important;
        gap: 2%;
        grid-template-columns: 49% 49%;
    }

    .card-buttons {
        font-size: 10px !important;
        padding: 5px !important;
    }

    .page-cashRaceTag-list {
        margin: 10px;
        display: flex;
        gap: 8px;
        position: relative;
        overflow-x: auto;
    }

        .page-cashRaceTag-list::-webkit-scrollbar {
            width: 0;
        }

/*    .search-games__container {
        margin-bottom: 14.5px;
    }*/

/*    .searchMarginWhenoverflowNot {
        margin-bottom: 0px !important;
    }

    .searchMarginWhenoverflowTags {
        margin-bottom: 14.5px;
    }*/
}

.bonusTable {
    overflow: auto;
}

.caseAnswer {
    padding: 5px;
    color: #ffffff;
    border-radius: 8px;
    display: flex;
    justify-content: center;
}



@media only screen and (max-width: 650px) {

    .caseAnswer {
        width: 150px;
    }

    .search-games__container {
        display: none;
    }


    .flexD {
        display: flex;
    }

/*    .PCCase {
        display:none;
    }*/
/*
    .mobileCase {
        display: flex;
        justify-content: flex-end;
    }*/

    table {
        font-size: 10px;
    }

    .tableFooter {
        font-size: 11px;
        display: flex;
        align-items: center;
    }

    .tableHeader h3 {
        font-size: 14px;
    }

    .bonus-row {
        display: grid;
        grid-template-columns: 50% 50%;
    }

    .btn-secondary {
        font-size: 11px;
    }

    .tags {
        font-size: 11px;
        white-space: nowrap;
    }

/*    .searchIconDiv {
        background-color:#ffffff;
        border-radius:50%;
        width:30px;
        height:30px;
    }*/

    .searchIcon {
        position:relative;
        top:4px;
        width: 50px;
    }

    .tags-search {
        display: grid !important;
        grid-template-columns: 85% 15%;
        height: 30px;
        margin-bottom: 20px;
        align-items: flex-start;
    }

    .tags-large-search {
        grid-template-columns: 60% 40%;
    }

    .search-icon {
        top: 8px;
    }

    .search-games__input {
        padding: px 20px;
    }

    .cardButtonsContainer {
        display: grid !important;
        gap: 2%;
        grid-template-columns: 49% 49%;
    }

    .card-buttons {
        font-size: 10px !important;
        padding: 5px !important;
    }

    .page-cashRaceTag-list {
        margin: 0px;
        display: flex;
        gap: 8px;
        position: relative;
        overflow-x: auto;
        padding-top: 3px;
    }

        .page-cashRaceTag-list::-webkit-scrollbar {
            width: 0;
        }

    /*    .search-games__container {
        margin-bottom: 14.5px;
    }*/


    /*table form mobile*/

        table caption {
            font-size: 1.3em;
        }

        table thead {
            border: none;
            clip: rect(0 0 0 0);
            height: 1px;
            margin: -1px;
            overflow: hidden;
            padding: 0;
            position: absolute;
            width: 1px;
        }


/*    .requestAnswer {
        padding: 6px 8px;
        border-radius: 6px;
    }*/

        table tr {
            border-bottom: 3px solid #ddd;
            display: block;
        }

    tbody {
        border: 1px solid #ffffff
    }

    table td {
        border-bottom: 1px solid #ddd;
        display: block;
        font-size: .8em;
        text-align: right;
        padding: 10px;
    }

        table td::before {
            content: attr(data-label);
            float: left;
            font-weight: bold;
            text-transform: uppercase;
            color: #fff13f;
        }

        table td:last-child {
            border-bottom: 0;
        }

    .bonusRequestTableRightLine {
        position: relative;
        left: 30%;
        width: 70%;
        color: #ffffff;
    }
}