.data_value_wh,
.data_value_red_wh {
    color: #a8e863 !important;
    width: 150px;
    padding: 10px;
    border: 1px solid #333;
    border-radius: 5px;
}
.data_value_red_wh {
    color: #ff4141 !important;
}
.client_data_vertical_block_wh {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.client_data_item_wh{
    /* width: 450px; */
}


.client_data_page_wh {
    display: none;
}
.client_data_page_wh.active_page_wh {
    display: block;
}

.profile_data_value_wh {
    font-size: 17px;
    font-weight: bold;
    min-width: 350px;
}

