.lab-pay {
    padding: 16px 40px!important;
    color: #ffffff!important;
    background: #ff00f5de!important;
    margin-top: 2rem;
    border-radius: 10px;
    font-size: 1.6rem!important;
}

input#searchmm {
    width: -webkit-fill-available;
    border-radius: 10px;
    display: block;
    margin: 2rem 0;
    padding: 10px;
    font-size: large;
border-color: #0bff006b;
    box-shadow: 1px 1px 5px 0px #00c51f3d;
}

.grid-6 .catsTableI tbody {
    justify-content: center;
    justify-items: center;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    display: grid !important;
    gap: 10px;
}

.dark_theme .user-name span {color: antiquewhite;}
.user-name span {   color: #d39a4d; display: block;   font-weight: 400; } 
.user-name { font-weight: 600; }

@media (max-width: 768px) { 

img.user_img {
    height: 50px!important;
    width: 50px!important;
    margin-right: 0.6rem;
}
.user-name {
    text-align: left;
    text-overflow: clip;
    width: auto;
    margin-bottom: 0;
}
.user_posts a {
    display: flex;
    align-items: center;
}

.grid-6 .catsTableI tbody { 
    justify-items: start;
    grid-column-gap: 0.7rem;
    grid-row-gap: 0.7rem;
    padding: 0 1rem;
}

}