table tr{
    border-color: rgb(208, 209, 211);
    vertical-align: middle;
}

table td{
    border-color: rgb(208, 209, 211);
    padding-top: 10px !important;
}

thead tr{
    border-top: none !important;
}

.notfound{
    padding: 50px;
    background-color: rgb(252, 254, 255) !important;
    border-bottom: 1px solid rgb(233, 236, 239) !important;
}

table thead th{
    padding: 0.5rem 0.5rem !important;
    background-color: rgb(233, 237, 241) !important;
    color: rgb(86, 88, 88) !important;
}

table thead th:first-child{
    padding-left: 0px;
    padding-right: 0px;
    width: 2px;
}

table thead th::last-child{
    padding-left: 0px;
    padding-right: 0px;
    width: 2px;
}

table body td:first-child{
    margin: 0px;
}

table body td:last-child{
    margin: 0px;
}

thead th{
    border:none !important;
}

thead th:first-child {
    border: none !important;
    border-left: none !important;
}

tbody td:first-child{
    border: none !important;
}

tbody td:last-child{
    border-right: none !important;
}

table{
    margin-bottom: 0px !important;
    background-color: white;
}

.table-container{
    border-radius: 5px 5px !important;
    border: 1px solid rgb(208, 209, 211) !important;
    border-bottom: none !important;
    padding: 0px !important;
    height: auto;
}

th{
    font-size: 0.7rem !important;
    padding: 0px !important;
    text-transform: uppercase !important;
}

td{
    color: black !important;
}
