.CategoryBox .PostTitle {
    font-weight: normal;
    text-align: left;
}

.CategoryBox .PostTitle a {
    font-size: 13px;
}

div#ListCategory {
    width: 100%;
    padding: 0 15px;
}

.NoResultCategory {
    display: none;
}

.CategoryBox {
    margin: 10px 10px;
    padding: 0;
    display: block;
    height: calc(100% - 10px);
    border-radius: 4px;
    transition: 0.2s linear;
    background: rgb(0 0 0);
    border: 1px solid rgb(0 0 0 / 0%);
}

.CategoryBox .PostImage img {
    width: 100%;
    object-fit: cover;
    border-radius: 5px;
    transition: 0.1s linear;
}

.CategoryBox img {
    height: 165px !important;
}

.CategoryBox .PostTitle {
    margin: 10px;
    color: rgb(255 255 255);
    text-align: center;
}

.CategoryBox .PostTitle a {
    font-size: 13px;
    color: #dbe1ff;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    line-height: 16px;
    word-break: break-word;
}

input#categorySearch {
    background: #192030;
    border: 1px solid #283044;
    color: white;
}

.CategoryDiv {
    margin-bottom: 10px;
}

.PostImage {
    background:unset !important;
    padding: 5px !important;
}

.CategoryBox:hover {
    background: rgb(0 0 0);
    border: 1px solid rgb(49 61 90);
    filter: drop-shadow(3px 3px 1px black);
}

.category-list-flex {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: space-between;
}