.UIDoanhNghiepList table tr.grid-pager table td span {
    margin: 0 !important;
    font-weight: 600;
}
.UIDoanhNghiepList table tr.grid-pager tr td a {
    padding: 10px;
    font-weight: 600;
}
.UIDoanhNghiepList table tr.grid-pager td{
        border:none;
}
.UIDoanhNghiepList .document_page_info {
    text-align: center;
    font-size: 16px;
}
.UIDoanhNghiepList table tr.grid-pager tr td {
    justify-content: center;
    padding: 0 !important;
    border: none;
    text-align: center;
    display: flex;
    align-items: center;
    background: #f6f6f6;
}
.UIDoanhNghiepList tr.grid-pager tr {
    display: flex;
    gap: 10px;
}
.UIDoanhNghiepList tr.grid-pager table td span {
    color: #fff; 
}
.UIDoanhNghiepList table tr.grid-pager tr td {
    width: 40px !important;
    height: 40px !important;
    border-radius: 5px !important;
}
.UIDoanhNghiepList table tr.grid-pager tr td:has(span) {
    background-color: var(--color-primary);
}
.UIDoanhNghiepList table tr.grid-pager tr td {
    padding: 0 !important;
    border: none;
}
.UIDoanhNghiepList .List table tr:nth-child(even):not(.grid-pager) {
    background: #F9F9F9;
}
.UIDoanhNghiepList .List table tr:nth-child(odd) {
    background: #FFFFFF;
}
.UIDoanhNghiepList .search-box input[type=text], .UIDoanhNghiepList .search-box select {
    width: 90%;
    height: 35px;
    border: 1px solid #cccccc;
    border-radius: 4px;
    padding: 5px;
}
.UIDoanhNghiepList th {
    vertical-align: middle;
    text-align: center;
}
.UIDoanhNghiepList table td:has(>span.stt) {
    text-align: center;
}
.UIDoanhNghiepList .search-box >div:last-child input[type='submit'] {
    border-radius: 4px;
    font-size: 15px;
    padding: 5px 25px;
    margin: 0;
    border: 1px solid #cccccc;
    background-color: var(--color-primary);
    height: 35px;
    margin-top: 23px;
    font-family: 'Roboto';
    font-weight: 500;
    color: #fff;
}
.UIDoanhNghiepList .search-box {
    display: flex;
    flex-wrap: wrap;
    align-items: end;
    padding: 20px;
    box-shadow: var(--box-category);
    margin: 10px 0;
}
.UIDoanhNghiepList .search-box >div {
    width: 40%;
}
.UIDoanhNghiepList .search-box>div>span{
    font-family: Be VietNam Pro;
    font-weight: 600;
}
.UIDoanhNghiepList .search-box>div>span~div{
    margin-top: 10px;
}
.UIDoanhNghiepList .search-box >div:has(input[type="submit"]) {
    width: 100px !important;
}
.UIDoanhNghiepList .Title {
    font-size: 17px;
    font-weight: 700;
    font-family: 'Merriweather';
    line-height: 22px;
    color: #031739;
    text-transform: uppercase;
}
.UIDoanhNghiepList .List {
    margin-top: 20px;
}
.UIDoanhNghiepList .List>div> table, .UIDoanhNghiepList th, .UIDoanhNghiepList td {
    border: 1px solid #ededed;
    border-collapse: collapse;
    font-family: 'BE VIETNAM PRO';
}
.UIDoanhNghiepList .List >div>table> tbody> tr:not(.grid-pager) td:not(:first-child){
    text-align: left;
}
.UIDoanhNghiepList .List >div>table> tbody> tr:not(.grid-pager) td:nth-child(2){
   font-weight: 600;
   line-height: 1.5;
}
 .UIDoanhNghiepList .List >div>table> tbody> tr:not(.grid-pager) td span.Name{
                display: none;
        }
@media only screen and (max-width: 768px){
        .UIDoanhNghiepList{
               padding: 10px;
        }
        .UIDoanhNghiepList  .List tr th, .UIDoanhNghiepList .List >div>table> tbody> tr:not(.grid-pager) td:first-child {
            display: none;
        }
         .UIDoanhNghiepList .List >div>table> tbody> tr:not(.grid-pager) td:not(:first-child):not(:last-child) { 
            border-bottom: none;
        }
         .UIDoanhNghiepList .List >div>table> tbody> tr:not(.grid-pager) td:not(:first-child){
                 padding: 5px !important;
        }
        .UIDoanhNghiepList .search-box >div {
            width: 100%;
        }
        .UIDoanhNghiepList .search-box input[type=text], .UIDoanhNghiepList .search-box select {
            width: 100%; 
        }
       .UIDoanhNghiepList .List >div>table> tbody> tr:not(.grid-pager) td:not(:first-child):not(:last-child) {
            border-top: none;
            border-bottom: none;
            padding: 0 10px;
        }
       .UIDoanhNghiepList .List >div>table> tbody> tr:not(.grid-pager) td span.Name {
            display: block;
            font-weight: 600;
        }
       .UIDoanhNghiepList .List >div>table> tbody> tr:not(.grid-pager) td:last-child {
            border-top: none;
            padding: 0 10px;
            padding-bottom: 10px;
        }
}