.section-card2 div img:not(.card-avatar) {
    width: 100%;
    height: 270px;
    border-radius: 20px;
    object-fit: cover;
    object-position: top;
}

/* 2ND PAGE  */
.section-card2 {
    /* height: 450px; */
    position: relative;
    /* border: 1px solid #000; */
    border-radius: 20px;
    width: 32% !important;
    /* padding: 15px; */
    /* margin-bottom: 100px; */
    color: #000;
}

@media screen and (max-width: 768px) {
    .section-card2 {
        width: calc(50% - 8px) !important;
    }
}

@media screen and (max-width: 600px) {
    .section-card2 {
        width: 100% !important;
    }
}

.section-card2_filter {
    width: 24% !important;
    margin-bottom: 70px !important;
}

.section-card2 .category {
    font-family: Poppins;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    background-color: #000;
    color: #fff;
    border-radius: 20px;
    padding: 5px 10px;
}

/* .section-card2 .empty{
    height: 260px;
} */
.section-card2 .card-date {
    margin-top: 30px;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}

.section-card2 .card-date2 {
    /* margin-top: 30px; */
    font-family: Poppins;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}

.section-card2 .card-title {
    font-family: Poppins;
    font-weight: 600;
    font-size: 24px;
    line-height: 31.5px;
    margin-top: 10px;
    color: #000;
}

.section-card2 .card-contributor {
    margin-top: 20px;
    font-family: Poppins;
    font-weight: 600;
    font-size: 16px;
    line-height: 21px;
    color: rgba(92, 92, 92, 1);
}

.bg-gray {
    background: #F4F4F4;
    border-radius: 20px 20px 0px 0px;
}

.card-detail {
    padding: 5px 20px 20px 20px;
    border-radius: 0px 0px 20px 20px;
}

.user-profile {
    width: 49px !important;
    height: 49px !important;
    border-radius: 5px !important;
}

.sub-box h4 {
    max-width: 200px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 1.3;
    white-space: normal;
    word-break: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
    color: #5C5C5C;
    font-family: Poppins;
    font-weight: 600;
}

.mt-10 {
    margin-top: 10px;
}

.section-file {
    border-radius: 20px;
}

.px-20-py-10 {
    padding: 10px 20px;
}

.mt-20 {
    margin-top: 20px;
}

.name-contr {
    font-family: Poppins;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: rgb(0, 0, 0);
    width: 100px;
}

.collapsible-header {
    cursor: pointer;
    /* background-color: #f1f1f1; */
    padding: 5px;
    /* border: 1px solid #ccc; */
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.collapsible-header::after {
    content: '+';
    font-size: 20px;
    transition: transform 0.3s ease;
    font-weight: 800;
}

.collapsible-header.active::after {
    content: '-';
    transform: rotate(180deg);
}

.collapsible-content {
    display: none;
    padding: 10px;
    border-top: 1px solid #ccc;
    border-radius: 0 0 5px 5px;
}

.collapsible-content.active {
    display: block;
}

.collapsible-header span,
.collapsible-header label,
.sub-content label {
    font-weight: 700;
    font-family: Poppins;
    font-size: 16px;
    line-height: 24px;
}

.show-filters-button {
    align-items: center;
    background-color: black;
    border: none;
    border-radius: 25px;
    color: white;
    cursor: pointer;
    display: inline-flex;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
}

.show-filters-button:hover {
    background-color: #ff0000;
}

.filters {
    padding-right: 20px;
}

.filter-options-container {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 20px;
}

.filter-options-container h4 {
    color: black;
    font-family: Poppins;
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 10px;
}

.filter-option-wrapper {
    align-items: center;
    display: flex;
    gap: 5px;
    padding: 5px;
}

.filter-option-wrapper label {
    font-weight: 700;
    font-family: Poppins;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
}

.filter-disabled {
    color: #9c9c9c;
}

.general-filter-input:disabled {
    accent-color: #9c9c9c;
    border-color: #9c9c9c;
    cursor: not-allowed;
}

.collapsible-content .sub-content {
    padding: 10px 20px;
}

.section-card-list {
    height: fit-content !important;
}

.main-heading h1 {
    max-width: 593px !important;
    font-family: 'General Sans', sans-serif !important;
    font-size: 104px !important;
    font-weight: 600 !important;
    line-height: 104px !important;
    text-align: left !important;
    margin-bottom: 20px !important;
    text-transform: uppercase;
}

.text-red {
    color: red;
}

.collapsible-container input {
    accent-color: #000;
}

.filter-options-container input[type="checkbox"]:checked {
    background-color: #000 !important;
}

.filter-options-container input[type="checkbox"]:focus,
.filter-options-container input[type="checkbox"]:focus-visible {
    outline: none !important;
    box-shadow: none !important;
}

a.section-card-list {
    text-decoration: none;
    background: #F4F4F4;
}

.list-content .description {
    color: #000;
}

.section-card-list .card-title {
    color: #000;
}

.pagination nav {
    text-align: center;
    display: flex;
    justify-content: center;
}

.pagination nav svg {
    height: 20px;
}
