#wrapper__docs {
    position: relative;
    z-index: 1;
    background: white;
}
/* ------------------------------------------------ */
/* SECTION: DOCS GRID */
#docs__grid {
    padding-bottom: 6.25rem;
    margin-top: 5.56rem;
}
.docs__grid__feature {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.docs__grid__feature {
    display: flex;
    align-items: center;
}
.docs__feature__tabs {
    border-radius: 4.5rem;
    border: 0.3px solid
        var(--Stroke---Divider-Thin---Background---Default, #d8dde6);
    background: #f3f3f3;
    height: 3.625rem;
    display: flex;
    align-items: center;
    padding: 0 1rem;
    width: fit-content;
}
.feature__tab__item {
    padding: 0 2.25rem;
    width: fit-content;
    display: flex;
    align-items: center;
    height: 2.625rem;
    border-radius: 3.5rem;
    background: transparent;
    transition: all 0.3s ease;
    font-family: Lexend;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 160%;
    letter-spacing: 0.00219rem;
    color: var(--Input-Text-Inactive---BG-White, #babcc0);
    white-space: nowrap;
}
.feature__tab__item.active {
    background: var(--Shinnec-Color-Secondary-Green-900, #00943e);
    color: white;
}
.feature__tab__item {
    margin-left: 0.25rem;
}
.feature__tab__item:first-child {
    margin-left: 0;
}
.docs__feature__filter {
    display: flex;
    align-items: center;
}
.docs__feature__filter .docs__filter__search {
    width: 20rem;
    height: 3rem;
    position: relative;
    border-radius: 2rem;
    background: rgba(112, 115, 124, 0.08);
    display: block;
    margin-right: 1.25rem;
}
.docs__feature__filter .docs__filter__search svg {
    width: 1.5rem;
    height: auto;
    position: absolute;
    top: 50%;
    left: 1rem;
    transform: translateY(-50%);
}

.docs__feature__filter .docs__filter__search input {
    width: 100%;
    outline: none;
    background: transparent;
    width: 16rem;
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    font-family: Lexend;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 150%; /* 1.3125rem */
    letter-spacing: 0.00938rem;
}
.docs__feature__filter .docs__filter__search input::placeholder {
    color: var(--Text-Text-Grey-Disable, rgba(0, 18, 36, 0.38));
}
.docs__filter__sort {
    width: 16rem;
    position: relative;
    z-index: 20;
}
.docs__filter__sort .docs__btn__sort {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(112, 115, 124, 0.08);
    border-radius: 2rem;
    height: 3rem;
    padding: 0 1rem;
}

.docs__dropdown__sort {
    background: white;
    position: absolute;
    bottom: -0.5rem;
    right: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    transform: translateY(100%);
    box-shadow: 0px 4px 18.1px 0px rgba(0, 0, 0, 0.2);
    border-radius: 0.5rem;
    overflow: hidden;
    padding: 0.38rem 0;
    opacity: 0;
    pointer-events: none;
    transition: all 0.5s;
}
.docs__dropdown__sort.active {
    opacity: 1;
    pointer-events: all;
}
.docs__dropdown__sort .docs__item__sort {
    height: 3rem;
    width: 100%;
    background: white;
    position: relative;
}
.docs__dropdown__sort .docs__item__sort .line {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    width: 0.5rem;
    height: 100%;
    background: #00943e;
    opacity: 0;
    transition: all 0.5s;
}

.docs__dropdown__sort .docs__item__sort.active .line {
    opacity: 1;
}
.docs__dropdown__sort.active .docs__item__sort {
    opacity: 1;
}
.docs__btn__sort .docs__btn__text {
    display: flex;
    align-items: center;
}
.docs__btn__sort .docs__btn__text span {
    color: var(--Text-Text-Grey-87-body-text-1, rgba(0, 18, 36, 0.87));
    font-family: Lexend;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: 0.00938rem;
    margin-right: 0.3rem;
}
.docs__btn__sort .docs__btn__text span.value {
    color: var(--Text-Text-Grey-87-body-text-1, rgba(0, 18, 36, 0.87));
    font-family: Lexend;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.00938rem;
}
.docs__btn__sort .docs__btn__icon {
    display: none;
}
.docs__grid__item {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 4rem;
    gap: 2.5rem 1.75rem;
}
.docs__card__item {
    border-radius: 0.625rem;
    border: 1px solid var(--outline-neutral-16, rgba(112, 115, 124, 0.16));
    background: var(--text-text-grey-0, #fff);
    padding: 0.5rem;
    height: 21.4375rem;
}
.docs__card__image {
    height: 15.3125rem;
    width: 100%;
    position: relative;
    border-radius: 0.5rem 0.5rem 0rem 0rem;
    overflow: hidden;
}
.docs__card__overlay {
    background: linear-gradient(
            0deg,
            rgba(1, 34, 8, 0) 49.76%,
            rgba(1, 34, 8, 0.8) 135.07%
        ),
        linear-gradient(180deg, rgba(1, 34, 8, 0) 0%, rgba(1, 34, 8, 0.8) 100%);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
}
.docs__card__image .logo {
    width: 9.0625rem;
    height: 3.875rem;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 3;
}
.docs__card__image .content {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0.84rem 0.86rem 1.48rem;
}
.docs__card__image .content .category {
    color: #e6e6e6;
    font-feature-settings: "liga" off, "clig" off;
    font-family: Lexend;
    font-size: 1rem;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: -0.039rem;
}
.docs__card__image .content .content__title .date {
    display: none;
}
.docs__card__image .content .title {
    color: var(--text-text-grey-0, #fff);
    font-family: Lexend;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: -0.03rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}
.docs__card__content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 1.06rem;
    padding-left: 1.5rem;
    padding-right: 1rem;
}
.docs__card__content .date {
    color: var(--text-text-grey-54, rgba(0, 18, 36, 0.54));
    font-size: 1rem;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.00938rem;
}
.docs__card__content .btn__download {
    padding-left: 2.75rem;
    width: fit-content;
    padding-right: 0.38rem;
    display: flex;
    align-items: center;
    border-radius: 3.75rem;
    border: 1.6px solid rgba(0, 107, 29, 0.5);
    background: linear-gradient(90deg, #fff 44.99%, #ededed 126.93%);
    height: 3rem;
    transition: all 0.3s cubic-bezier(0.79, -0.01, 0.37, 0.99);
}
.docs__card__content .btn__download .title {
    color: var(--Shinnec-Color-Secondary-Green-900, #00943e);
    font-family: Lexend;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.125rem;
    letter-spacing: -0.0175rem;
    transition: all 0.3s cubic-bezier(0.79, -0.01, 0.37, 0.99);
}
.docs__card__content .btn__download .icon {
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 50%;
    background: var(--Shinnec-Color-Secondary-Green-900, #00943e);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 1.31rem;
}
.docs__card__content .btn__download .icon img {
    width: 1.2rem;
    height: 1.2rem;
}
.docs__pagination {
    width: 24rem;
    height: 2.5rem;
    background: #014588;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2.5rem;
}
@media screen and (min-width: 1025px) {
    .feature__tab__item:hover {
        background: rgba(0, 148, 62, 0.1);
        color: #959595;
    }
    .feature__tab__item.active:hover {
        background: var(--Shinnec-Color-Secondary-Green-900, #00943e);
        color: white;
    }
    .docs__dropdown__sort .docs__item__sort:hover {
        background: #00943e27;
    }
    .docs__card__content .btn__download:hover {
        background: #00943e;
    }
    .docs__card__content .btn__download:hover .title {
        color: white;
    }
}

@media screen and (max-width: 767px) {
    /* ------------------------------------------------ */
    /* SECTION: DOCS GRID */
    #docs__grid {
        padding-bottom: 3.32rem;
        margin-top: 3.12rem;
    }
    #docs__grid .container {
        width: 100%;
    }
    .docs__grid__item {
        grid-template-columns: repeat(1, 1fr);
        margin-top: 1.16rem;
        gap: 1.44rem 0;
        padding: 0 0.75rem;
    }
    .docs__grid__feature {
        flex-direction: column;
    }
    .docs__card__item {
        height: 20.9375rem;
        padding: 0.5rem;
    }
    .docs__feature__tabs {
        overflow-x: auto;
        width: 100%;
        border-radius: 0;
        background: transparent;
        border: none;
        padding: 0 0.75rem;
        position: relative;
        height: fit-content;
    }
    .docs__feature__tabs::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: calc(100% - 1.5rem);
        height: 0.8px;
    }
    .feature__tab__item {
        margin-left: 0.75rem;
        padding: 0 0.5rem;
        height: 2.4rem;
        color: var(--text-text-grey-54, rgba(0, 18, 36, 0.54));
        font-family: Lexend;
        font-size: 0.875rem;
        font-weight: 400;
        line-height: 130%;
        background: transparent;
        border-radius: 0;
        position: relative;
    }
    .feature__tab__item::before {
        content: "";
        position: absolute;
        bottom: 0;
        right: 0;
        width: calc(100% + 0.75rem);
        height: 0.7px;
        background: #0012248a;
        z-index: 5;
    }
    .feature__tab__item::after {
        content: "";
        position: absolute;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 0.7px;
        background: #0012248a;
        z-index: 6;
        opacity: 0;
        transition: all 0.2s;
    }
    .feature__tab__item:first-child {
        margin-left: 0;
    }
    .feature__tab__item:first-child::before {
        width: 100%;
    }
    .feature__tab__item.active {
        color: var(--Shinnec-Color-Primary-Primary, #006b1d);
        background: transparent;
    }
    .feature__tab__item.active::after {
        background: #006b1d;
        opacity: 1;
    }
    .docs__feature__filter {
        margin-top: 1.5rem;
        padding: 0 0.75rem;
        width: 100%;
    }
    .docs__filter__sort {
        width: 3.06269rem;
        height: 3.06269rem;
    }
    .docs__filter__sort .docs__btn__sort {
        width: 3.06269rem;
        height: 3.06269rem;
        border-radius: 50%;
        background: #f4f4f5;
    }
    .docs__filter__sort .docs__btn__sort .docs__btn__text,
    .docs__filter__sort .docs__btn__sort svg {
        display: none;
    }
    .docs__btn__sort .docs__btn__icon {
        display: block;
        width: 1.5rem;
        height: 1.5rem;
    }
    .docs__feature__filter .docs__filter__search {
        margin-right: 0.64rem;
        flex: 1;
    }
    .docs__feature__filter .docs__filter__search input {
        width: 14.31rem;
    }
    .docs__dropdown__sort {
        width: 9.125rem;
    }
    .docs__card__content {
        padding: 0;
    }
    .docs__card__content .date {
        display: none;
    }
    .docs__card__content .btn__download {
        width: 100%;
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
    }
    .docs__card__content .btn__download .title {
        color: var(--Shinnec-Color-Secondary-Green-900, #00943e);
        font-family: Lexend;
        font-size: 0.875rem;
        font-weight: 500;
        line-height: 120%;
        letter-spacing: -0.02019rem;
    }
    .docs__card__content .btn__download .icon {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        margin-left: 0;
        right: 0.37rem;
    }
    .docs__card__image .content .content__title .date {
        display: block;
        color: rgba(255, 255, 255, 0.72);
        font-size: 0.875rem;
        font-weight: 500;
        line-height: normal;
        letter-spacing: 0.00938rem;
    }
    .docs__card__image .content .title {
        color: var(--text-text-grey-0, #fff);
        font-family: Lexend;
        font-size: 1.125rem;
        font-weight: 500;
        line-height: 1.75rem;
        letter-spacing: -0.02231rem;
    }
    .docs__pagination {
        width: calc(100% - 1.5rem);
        border-radius: 0.5rem;
    }
}
