.carousel-app-container {
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
    overflow-y: hidden;
}

.product-app-carousel {
    display: inline-block;
}

.product-app-item {
    display: inline-block;
    width: 250px; /* Adjust width as needed */
    /*height: 400px; !* Adjust width as needed *!*/
    /*margin-right: 10px; !* Adjust spacing between items as needed *!*/
    /*padding: 10px;*/
}

/* --------------------------------------------------------- */

.pic-1 {
    width: 90% !important;
    height: 130px !important;
}

/* --------------------------------- scroll product -------------------------------------------------*/
.scrollbar2::-webkit-scrollbar {
    width: 12px;
}

.scrollbar2::-webkit-scrollbar-track {
    border-radius: 8px;
    background-color: #e7e7e7;
    border: 1px solid #cacaca;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.scrollbar2::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background-color: #363636;
}

@media screen and (min-width: 992px) {
    .slider-top {
        height: 500px;
    }
}

.fontStyleOutSide {
    color: black;
    border-radius: 4px;
    font-family: 'Racing Sans One', cursive;
}
.product-home.not-started {
    color: #bd6d0a !important;
}

.product-home.in-progress {
    color: green !important;
}

.product-home.finished {
    color: red !important;
}
