::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar {
    width: 10px;
    background-color: #acb0ad;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #acb0ad;
}
.accordion-style .card {
    background: transparent;
    box-shadow: none;
    margin-bottom: 15px;
    margin-top: 0 !important;
    border: none;
}

    .accordion-style .card:last-child {
        margin-bottom: 0;
    }

.accordion-style .card-header {
    border: 0;
    background: none;
    padding: 0;
    border-bottom: none;
}

.accordion-style .btn-link {
    color: #ce1446;
    position: relative;
    display: block;
    width: 100%;
    text-align: left;
    white-space: normal;
    box-shadow: none;
    padding: 15px 55px;
    text-decoration: none;
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}

.rounded {
    border-radius: 0.25rem !important;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

.accordion-style .btn-link:hover {
    text-decoration: none;
}

.accordion-style .btn-link.collapsed {
    color: #575a7b;
}

    .accordion-style .btn-link.collapsed:after {
        content: "+";
        position: absolute;
        top: 50%;
        left: 0;
        font-size: 1rem;
        color: #f99218;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background: #ffffff;
        display: flex;
        align-items: center;
        justify-content: center;
        transform: translateY(-50%);
        box-shadow: 8px 8px 30px 0 rgba(0, 0, 0, 0.12);
    }

.accordion-style .btn-link:after {
    content: "-";
    position: absolute;
    top: 50%;
    left: 0;
    font-size: 1rem;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #f99218;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%);
    box-shadow: 8px 8px 30px 0 rgba(0, 0, 0, 0.12);
}

.accordion-style .card-body {
    padding-top: 0px;
    padding-left: 3.5rem;
    padding-bottom: 0;
}

    .accordion-style .card-body:before {
        position: absolute;
        content: "";
        border-style: dashed;
        border-width: 0 0 0 1.2px;
        border-color: #f99218;
        left: 20px;
        top: 0;
        z-index: 1;
        bottom: 0;
    }

@media screen and (max-width: 767px) {
    .accordion-style .btn-link {
        padding: 15px 40px 15px 55px;
    }
}

@media screen and (max-width: 575px) {
    .accordion-style .btn-link {
        padding: 15px 30px 15px 55px;
    }
}

.card {
    width: 300px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    overflow: hidden;
}

    .card img {
        width: 100%;
        height: 200px;
        margin: 7px;
    }

.card-content {
    padding: 20px;
    background-color: #fff;
}

    .card-content h3 {
        font-size: 24px;
        margin-top: 0;
        text-align:center;
        font-weight:bolder;
        margin-bottom: 10px;
    }


.list-container {
    width: 80%;
    margin: 0 auto;
}

.list-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    margin-bottom: 10px;
    text-decoration: none;
    color: inherit;
}

.item-icon {
    margin-right: 10px;
    width: 50px;
    height: 50px;
    overflow: hidden;
}

    .item-icon img {
        display: block;
        max-width: 100%;
        height: auto;
    }

.item-name {
    margin: 0;
    font-size: 18px;
}

.item-date {
    margin: 0;
    font-size: 14px;
    color: #999;
}

.item-details {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
