﻿
.main-toplis-image-box {
    width: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin: 0 auto;
    z-index: 10;
}

a span.main-toplis-name-casino {
    color: #fff !important;
    font-size: 10px !important;
    font-weight: 400 !important;
    background-color: #db1c5a;
    padding: 2px;
    border-radius: 4px;

    display: flex;
    text-align: center;
    margin: 10px auto 0;
    justify-content: center;
    align-items: center;
}

.td-marker p {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 300;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    line-height: 24px;
}

.tb-bonus-withdraw {
    text-align: center;
    font-size: 20;
    color: #e10176;
    font-weight: 700;
}

.main-toplist-table tr>th:first-child,tr>td:first-child {
    position: sticky;
    left: 0;
}

.main-toplist-table  tr:nth-child(odd) td {
    background: #fff;
}

.main-toplist-table  tr:nth-child(even) td {
    background: #fff;
}

/* .generate-filter-table-box .th_bonus,.generate-filter-table-box .th_withdraw {
    cursor: pointer;
    background-color: #350495;
    color: #fff;
} */

.generate-filter-table-box .th_bonus {
    min-width: 175px;
}
.generate-filter-table-box .th_withdraw , .generate-filter-table-box .th_sales_point {
    min-width: 200px;
}
.arrow-down {
    background-size: 10%;
    background-position: right 4px center;
    background-image: url(../image/arrow_down.svg);
    background-repeat: no-repeat;
}

.arrow-up {
    background-size: 10%;
    background-position: right 4px center;
    background-image: url(../image/arrow_up.svg);
    background-repeat: no-repeat;
}

.dt-column-order::after,
.dt-column-order::before {
    color: #000;
}

.filter-table-btn, .filter-table-btn-external  {
    color: #fff !important;
    text-decoration: none !important;
    transition: all .2s ease;
    background-color: #e95295;
    padding: 14px 45px;
    font-size: 16px;
    font-weight: 700;
    border-radius: 4px;
    display: inline-block;
    cursor: pointer;
    line-height: normal;
    border: 2px solid transparent;
}