﻿/* Add this CSS to your stylesheet */
.applied-filters {
    font-size: 0.875rem; /* Adjust the font size as needed */
    color: #6c757d; /* Optional: Add a lighter color for the text */
}

/* Ensure consistent alignment and spacing for .form-check elements */
.accordion-item .form-check {
    display: flex;
    align-items: center;
    margin-bottom: 0.5rem;
}

.accordion-item .form-check-input {
    margin: 0.5rem;
}

.accordion-item .form-check-label {
    margin-bottom: 0;
}

body {
    overflow-x: hidden;
}


#main-content {
    transition: margin-right 0.3s ease-in-out;
}

#main-content.shrink {
    margin-right: 300px;
}






.accordion-button:not(.collapsed) {
    background-color: #e7f1ff;
    color: #0c63e4;
}

.accordion-button:focus {
    box-shadow: none;
    border-color: rgba(0, 0, 0, .125);
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(-180deg);
}
