.widgetTable table,.widgetTable table th,.widgetTable table td {
    border: 1px solid rgb(204, 204, 204);
    border-collapse: collapse;
    color: #fff;
    text-align: center;
}
.widgetTable table th, .widgetTable table td {
    padding: 0.5rem;
}
@media screen and (max-width:768px){
    .widgetTable table thead{
        min-width: 852px;
    }
}
.widgetTable table thead th{
    background: rgb(204, 204, 204);
    text-align: left;
    font-weight: normal;
    padding: 5px;
}
.widgetTable_wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
}
.widgetTable table tbody {
    height: 160px;
    min-width: 852px;
    overflow-x: hidden;
    overflow-y: auto;
    display: block;
    width: 100%;
}
.widgetTable table thead {
    display: block;
    min-width: 852px;
    width: 100%;
}
.widgetTable table {
    display: block;
    margin: 0px;
    overflow: auto;
}
.widgetTable table tbody tr, .widgetTable table thead tr {
    display: table;
    width: 100%;
    table-layout: fixed;
}
.widgetTable table tbody td{
    color:rgb(0, 0, 0);
    font-weight: bold;
}

.widgetTable table  thead th{
    background: rgb(248, 249, 250);
    text-align: center;
    color:rgb(95, 99, 104);
}
.widgetTable table tr td a{
    display: flex;
    justify-content: center;
    text-decoration: none;
    align-items: center;
    color:#ED731A;
    font-weight: normal;
}
.widgetTable table tr td img{
    width: 25px;
    margin-right: 10px;
    height: 25px;
}

.widgetTable{
    margin-top: 45px;
    margin-top: 45px;
    */: ;
    display: flex;
    width: 68%;
    flex-direction: column;
    align-items: center;
    margin: 50px auto;
}
.widgetTable table tbody::-webkit-scrollbar {
    display: none;
}
.widgetInReal_wrapper {
    width: 100%;
}
.widgetInReal{
    display: block;
    background: #D6D6D6;
    padding: 0px 15px;
    margin-left: auto;
    margin-bottom: 0;
    width: fit-content;
    text-align: right;
    height: 24px;
}
.widgetTable .table {
    width: 100%;
    overflow-x: auto;
}
.widgetTable table tbody tr td:nth-child(2), .widgetTable table thead tr th:nth-child(2) {
    width: 200px;
}
.widgetTable table tr td:nth-child(2) a {
    justify-content: flex-start;
}
@media screen and (max-width: 1300px) {
    .widgetTable {
        width: 80%;
    }
}
@media screen and (max-width: 1100px) {
    .widgetTable{
        width: 95%;
    }
}

