﻿ul.fancytree-container .spinner:before {
    margin-left: -10px !important;
    margin-right: 0px !important
}

.CategorySoftware {
    border: 0.1rem solid rgba(255, 255, 255, 0.17)
}

.ListCat {
    width: calc((100% / 5) - 1.6rem);

    >a {
        display: block;
        aspect-ratio: 2 / 1;

        img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
    }

    strong {
        font-size: 2rem;
        line-height: 2.5rem;
        text-align: center;
    }

}

.TitleCategoriesList {
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    svg {
        width: 1.5rem;
        height: 1rem;
    }
}

@media screen and (max-width:480px) {
    .ListCat {
        width: 50%;

        strong {
            font-size: 0.8rem !important;
        }
    }
}

@media screen and (min-width:577px) and (max-width:760px) {
    .ListCat {
        width: 33.33333%;

        strong {
            font-size: 0.9rem !important;
        }
    }
}

@media (max-width:576px) {
    .ListCat {
        width: 49.999%;
    }
}
 .main-more a, .main-more span {
    border-bottom: 1px solid #555;
    padding: 6px 0;
}

.tile-categories-container {
    max-height: 270px;
    overflow: hidden;
    transition: max-height 1s
}

.tile-categories-container.expanded {
    max-height: 2000px
}