.gap-column{
    gap: 20px;
}

/* Categori Desktop */
@media only screen and (min-width: 992px) {
    .card-columns {
        display: block !important;
    }
    .description-categori {
        font-size: 20px;
    }
    .card-categori {
        box-shadow: 0px 2px 20px rgba(112, 144, 176, 0.12);
        margin-bottom: 70px;
    }
    .card-continues-list {
        height: 3700px;
        margin: auto;
        overflow-y: scroll;
        overflow-x: hidden;
    }
    .card-continues-list::-webkit-scrollbar {
        width: 6px;
    }
    .card-continues-list::-webkit-scrollbar-track {
        background: white;
    }
    .card-continues-list::-webkit-scrollbar-thumb {
        background: #ff7b54;
        border-radius: 10px;
    }
    .list-group-item-action-categori:hover {
        color: white;
        background-color: #ff7b54;
    }
}

/* Categori Tablet */
@media only screen and (min-width: 601px) and (max-width: 991px) {
    .description-categori {
        font-size: 15px;
    }
    .card-categori {
        box-shadow: 0px 2px 20px rgba(112, 144, 176, 0.12);
        margin-bottom: 50px;
    }
    .card-continues-list {
        height: 3700px;
        margin: auto;
        overflow-y: scroll;
        overflow-x: hidden;
    }
    .card-continues-list::-webkit-scrollbar {
        width: 4px;
    }
    .card-continues-list::-webkit-scrollbar-track {
        background: white;
    }
    .card-continues-list::-webkit-scrollbar-thumb {
        background: #ff7b54;
        border-radius: 10px;
    }
    .list-group-item-action-categori:hover {
        color: white;
        background-color: #ff7b54;
    }
}

/* Categori Smartphone */
@media only screen and (max-width: 600px) {
    .description-categori {
        font-size: 14px;
    }
    .dropdown div {
        display: none;
    }
}
