
   /* body {
        background-image: none;
        background-image:url(/assets/common/images/back.jpg) ; 
        background-color: #000000; 
    }*/
    tr.category:hover {
        background-color: #dcdcdc;
        transition: background-color 0.2s ease;
    }
    .category-name {
        display: block;
        width: 100%;
        border-top-left-radius: 0.5rem;
        border-top-right-radius: 0.5rem;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }
    .category-name:hover {
        color: #e97c72 !important;
        background-color: #337ab7 !important;
        cursor: pointer;
    }
    @media (max-width: 768px) {
        body {
            overflow-x: hidden !important;
        }
        .page-title-box .page-title-right {
            width: 100%;
        }
        .card {
        border-radius: 5px;

        }
        .app-search {
            width: 100%;
        }
    }
    .text-body:hover {
        color: blue !important;
    }
