 .selectedFolder h3 {
    margin-top:7px;
    background: #ffffff;
    color: #000000;
    font-weight: 700;
    width: 100%;
    display: block;
    text-align: left;
    padding: 12px 16px;
    border: 0px solid #BEBEBE;
}

#accordionClient .openSelected {
    background: #FFE3E4 !important;
}

@media (max-width: 768px) {
    #snackbar {
        width: 80%;
        padding: 10px 20px;
        font-size: 14px;
    }
}

#snackbar {
    color: white;
    position: fixed;
    visibility: hidden;
    z-index: 9999;
    padding: 15px 30px;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    min-height: 50px;
    background-color: #ff0006; /* A4G's red */
    border: 3px solid #808080; /* Neutral grey border */
    border-radius: 5px;
    font-family: 'Helvetica', sans-serif;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: opacity 0.3s ease-in-out;
}

    #snackbar.show {
        visibility: visible;
        opacity: 1;
    }

.card365:hover {
    border: 3px solid #ff0006;
}

.btn-danger,
.bg-danger,
.alert-danger,
.badge-danger {
    background-color: #ff0006 !important;
    border-color: #ff0006 !important;
    color: #fff !important; /* Optional: ensure text contrast */
}

.text-danger {
    color: #ff0006 !important;
}


.rate {
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px
}

.rating {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center
}

    .rating > input {
        display: none
    }

    .rating > label {
        position: relative;
        width: 1em;
        font-size: 30px;
        font-weight: 300;
        color: #FFD600;
        cursor: pointer
    }

        .rating > label::before {
            content: "\2605";
            position: absolute;
            opacity: 0
        }

        .rating > label:hover:before,
        .rating > label:hover ~ label:before {
            opacity: 1 !important
        }

    .rating > input:checked ~ label:before {
        opacity: 1
    }

    .rating:hover > input:checked ~ label:before {
        opacity: 0.4
    }

.buttons {
    top: 36px;
    position: relative
}

.rating-submit {
    border-radius: 8px;
    color: #fff;
    height: auto
}

    .rating-submit:hover {
        color: #fff
    }