.customer_simple_search {
    /*    margin-left:15px;
        margin-right:15px;*/
    margin-left:auto;
    margin-right:auto;
    max-width: 1200px;
    padding-left: 10px;
    padding-right: 10px;
}

.customer_simple_search .customer_simple_search {
    padding-left: 7px;
    padding-right: 7px;
}

.customer_simple_search .search_icon {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #fff;
    color: #000;
    display: flex;
    justify-content: center;
}

.customer_simple_search .widget_content_1 {
    margin-left:0px;
    margin-right:0px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.customer_simple_search .widget_content_1 .btn {
    margin-left:0px;
    border: 1px solid #ced4da;
    outline: none;
    box-shadow: none;
}

.customer_statement button.btn {
    padding-top: 3px;
    padding-bottom: 1px;
    /* padding-left: 5px; */
    /* padding-right: 5px; */
    margin-left: 0px;
    margin-right: 1px;
    border-radius: 3px;
    border: 1px solid #ced4da;
    /* width: 32px; */
    outline: none;
    box-shadow: none;  
}

.customer_simple_search .result_list_wrapper {
    margin-top: 15px;
    overflow-y: auto;
    height: calc(100vh - 200px);
}

.customer_simple_search .result_list_wrapper .result_list{
    /*display: flex;*/
    /*justify-content: center;*/
    margin: auto;
    /*width: 100%;*/
}

.customer_simple_search .result_list_wrapper table {
    /*width: 75%;*/
    /*max-width: 1200px;*/
    /*align-self: center;*/
    width: 100%;
}

.customer_simple_search .result_list_wrapper table td, .result_list_wrapper table th {
    background-color: #fff;
    cursor: pointer;
    font-size: 0.9rem;
}

.customer_simple_search .result_list_wrapper table img {
    width:22px;
    /*margin-right: 3px;*/
}

.customer_simple_search .division_icon {
    border-radius: 3px;
}

.customer_simple_search .customer_status {
    text-align: center;
}

.customer_simple_search .customer_blocked {
    color: #f00;
}


.customer_view_wrapper {

    height: calc(100vh - 100px)!important;

}

.customer_view_wrapper .customer_data {

    display: flex;
    flex-wrap: wrap;

}


.customer_view_wrapper .customer_data .customer_item {
    /*background: #fff;*/
    color: #000;
    /*margin: 10px;*/
    /*width: 275px;*/
    padding: 10px;
    min-width: 500px;
    /*height: 300px;*/
    /*max-height: 130px;*/
    overflow-y: auto;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    /*border: 2px solid #004199;*/
    /*padding: 4px;*/
    flex: 1 1 50%;
    max-width: 50%;
    background-color: transparent;
}

.customer_view_wrapper .customer_data .customer_item .background_light_colour {
    background: #fff;
    color: #000;
}


.customer_view_wrapper .customer_data .customer_item .item_title {
    font-size: 1.1rem;
    font-weight: bold;
    /*background-color: #37477a;*/
    background-color: #1c2120;
    /*border-top: 2px solid #004199;*/
    border-bottom: 2px solid #cf0000;
    color: #fff;
    padding: 8px;

}

.customer_item_todays_activity {
    min-width: 650px!important;
}

.customer_view_wrapper .summary {
    /*    margin-top: 10px;
        margin-bottom: 10px;
        
        background: #fff;
        padding: 6px;
        color: #fff;
        font-size: 1.1rem;
        font-weight: bold;    
        background: #37477a;
        color: #ffffff;
        margin: 10px;
        border-radius: 5px;
        padding: 7px;
        border: 2px solid #4a527d;    */

    margin-top: 10px;
    margin-bottom: 10px;
    /* background: #fff; */
    padding: 6px;
    color: #fff;
    font-size: 1.1rem;
    font-weight: bold;
    background: #37477a;
    color: #ffffff;
    margin: 10px;
    border-radius: 5px;
    padding-left: 7px;
    padding-right: 7px;
    padding-top: 14px;
    padding-bottom: 14px;
    border: 2px solid #004199;
}

.customer_view_wrapper .division_icon {
    width: 28px;
    border-radius: 3px;
    margin-right: 6px;
    /*margin-bottom: 5px;*/
    vertical-align: text-bottom;
}

.customer_view_wrapper .username_name {
    display: block;
    margin-right: 5px;
    margin-left: 5px;
    line-height: 1.1rem;
}
.customer_view_wrapper .username_name .cls_lock {
    margin-right: 5px;
    color: #f00;
    font-size: 1.4rem;
}

.customer_trans_summary_wrapper .separator {

    height:30px;
    border: none;
}

#loading_deposits_withdrawals_summary, #loading_sports_summary, #loading_customer_todays_activity {
    margin:0px;
    font-size: 3rem;
    text-align: center;
    padding: 10px;
}

.customer_risk_change_history_wrapper {
 
    margin: 20px;
    overflow: auto;
}

.customer_risk_change_history {
    width: 50%;
    border-collapse: collapse;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    background: #fff;
    min-width: 500px;
    background: #fff;
    margin: auto;
}

.customer_risk_change_history th, 
.customer_risk_change_history td {
    padding: 10px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

.customer_risk_change_history thead {
    /*background-color: #007BFF;  Blue header */
    /*color: white;*/
}

.customer_risk_change_history tbody tr:nth-child(even) {
    background-color: #f9f9f9; /* Alternating row color */
}

.customer_risk_change_history tbody tr:hover {
    background-color: #f1f1f1; /* Hover effect */
}

.customer_risk_change_history pre {
    margin: 0;
    font-size: 13px;
    white-space: pre-wrap; /* Wrap long JSON */
}