.dashboard_tab_profitability {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    grid-auto-rows: 325px;
    /*grid-gap: 0px;*/
    margin-right: 15px;
    grid-row-gap: 15px;
}

@media screen and (min-width: 550px) {
    .dashboard_tab_profitability {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
        grid-auto-rows: 325px;
        /*grid-gap: 0px;*/
        margin-right: 15px;
        grid-row-gap: 15px;
    }

}

.dashboard_tab_withdrawals_by_customer {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    grid-auto-rows: 325px;
    /*grid-gap: 0px;*/
    margin-right: 15px;
    grid-row-gap: 15px;
}

@media screen and (min-width: 550px) {
    .dashboard_tab_withdrawals_by_customer {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
        grid-auto-rows: 325px;
        /*grid-gap: 0px;*/
        margin-right: 15px;
        grid-row-gap: 15px;
    }

}

.dashboard_tab_bets {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    /*grid-auto-rows: 400px;*/
    grid-gap: 0px;
    margin-right: 15px;
}

@media screen and (min-width: 550px) {
    .dashboard_tab_bets {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
        /*grid-auto-rows: 400x;*/
        grid-gap: 0px;
        margin-right: 15px;
    }

}

.dashboard_tab_profitability_quick_profitability_losses {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    grid-auto-rows: 500px;
    grid-gap: 0px;
    margin-right: 15px;
}

@media screen and (min-width: 665px) {
    .dashboard_tab_profitability_quick_profitability_losses {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(650px, 1fr));
        grid-auto-rows: 500px;
        grid-gap: 0px;
        margin-right: 15px;
    }

}

.dashboard_tab_shared_wallet_profitability {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    grid-auto-rows: 750px;
    /*grid-gap: 0px;*/
    margin-right: 15px;
    grid-row-gap: 0px;
}

@media screen and (min-width: 500px) {
    .dashboard_tab_shared_wallet_profitability {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(650px, 1fr));
        grid-auto-rows: 750px;
        /*grid-gap: 0px;*/
        margin-right: 15px;
        grid-row-gap: 0px;
    }

}

@media screen and (min-width: 550px) {
    .dashboard_tab_shared_wallet_profitability {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(650px, 1fr));
        grid-auto-rows: 750px;
        /*grid-gap: 0px;*/
        margin-right: 15px;
        grid-row-gap: 0px;
    }

}



#dashboard-home-bets .widget_wrapper_7 > .widget_title_7,
#dashboard-home-bets .widget_wrapper_7 > .widget_title_6
{
    margin-bottom: 5px;
}

#dashboard_extra_menu {
    
    width: 300px;
    font-size: 1rem;
    padding: 6px 0px 6px 0px;
    background: rgba(40, 40, 40, 0.98);
    margin-top: 0px;
    /*color: #91d8dc;*/
    color: #fff;
    border-radius: 7px;
    min-width: 225px;
    /*box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.9);*/
    box-shadow: 5px 5px 5px 0px rgba(43, 43, 43, 0.5);
    
}
#dashboard_extra_menu .dropdown-item {
    cursor: pointer;
    font-size: 1.1rem;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 8px;
    padding-left: 18px;
    margin-right: 10px;
    color: inherit;
}

#dashboard_extra_menu .dropdown-item:hover {
    background: #040505;
}


#dashboard_extra_menu .main_menu_menu_icon {
    font-size: 1.1rem;
    margin-right: 10px;
    width:25px;
    color: #f9cf53;
    text-align: left;
}

#dashboard_extra_menu .dropdown-divider {
    border-top: 1px solid #434448;
}

table.table_no_borders  td {
    border:none; 
}

table.table_no_borders  th {
    border:none; 
}

table.table_no_borders  tfoot > tr > td {
    border-top: 1px solid #b1b1b1!important;
}

.table_row_separator > td {
    border-bottom: 1px solid #b1b1b1!important;
}

.scrollable_content {
    /*max-width: 1800px;*/
}

/*.profitability_overview .widget_content {
    min-height: 261px;
}*/

.profitability_overview .widget_content td {
    height:56px;
    padding-top: 9px;
    padding-bottom: 9px;
}
.profitability_overview .widget_content th {
    /*height:56px;*/
    padding-top: 9px;
    padding-bottom: 9px;
}

.tab-content.dashboard .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-right: 0px;
    /*max-width: 1400px;*/
    /*margin: 0 auto;*/
    /*margin: auto;*/
    /*margin: 0px;*/
}

.dashboard .row {
    padding-right: 0px;
    margin-right: 0px;
}

.dashboard td {
    padding-left: 3px;
    padding-right: 3px;
}

.dashboard .scrollable_content.container-fluid {
    padding-left: 0px!important;
    padding-right: 5px!important;
}

.dashboard_top_dep_with_wrapper {
    /*padding: 20px;*/
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: stretch;
    margin-right: 10px;
}

.dashboard_top_dep_with_item_wrapper {
/*    margin: 2px;
    flex: 0 1 0;
    white-space: nowrap;
    min-width: 350px;*/

    flex: 1 1 50%;        /* 100 / 4 */
    max-width: 50%;
    /*min-width: 200px;     optional, controls when it wraps */
    white-space: nowrap;
    font-size: 0.9rem;
    min-width: 400px;
    /*margin-right: 10px;  this margin seems to f**up*/
}

.top_net_dep_withd_container {
    background-color: #fff;
    white-space: nowrap;
}


a.dashboard_external_customer_link
{
    text-decoration: underline!important;
    cursor: pointer;
}

a.dashboard_external_customer_link:hover
{
    text-decoration:  none!important;
    cursor: pointer;
}
