﻿.page-title {
    font-family: Inter;
    font-weight: 600;
    font-size: 32px;
    line-height: 42px;
    color: #000000;
}

.page-content-area {
    display: flex;
    flex-direction: column;
    row-gap: 32px;
    margin-bottom: 32px;
}

.page-filters-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 12px;
    flex-wrap: wrap;
    row-gap: 32px;
}

.page-tab-filter {
    display: flex;
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow: hidden;
    overflow-x: auto;
    width: max-content;
    max-width: 100%;
}

    .page-tab-filter::-webkit-scrollbar {
        display: none;
    }

    .page-tab-filter ul {
        display: flex;
        padding: 0;
        margin: 0;
        list-style: none;
        column-gap: 28px;
    }

        .page-tab-filter ul li a {
            font-family: Inter;
            font-weight: 500;
            font-size: 16px;
            line-height: 24px;
            color: #344054;
            text-decoration: none;
        }

            .page-tab-filter ul li a.active {
                font-weight: 700;
            }

.page-search-filter {
    position: relative;
}

.input-search-icon {
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translate(0px, -50%);
    left: 14px;
}

.page-search-filter input {
    padding: 10px 14px;
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #667085;
    border: 1px solid #D0D5DD;
    border-radius: 0;
    padding-left: 40px;
    outline: none;
    box-shadow: none;
}

.page-list-and-filters-area {
    display: flex;
    flex-direction: column;
    row-gap: 32px;
}


/*Page List Card*/

.page-list-card {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.page-list-card-text {
    display: flex;
    flex-direction: column;
    row-gap: 12px;
}

.page-list-card-title {
    font-family: Inter;
    font-weight: 700;
    font-size: 16.65px;
    line-height: 27.75px;
    color: #000000;
    text-align: center;
}

.page-list-card-info-and-buttons {
    display: flex;
    align-items: center;
    column-gap: 20px;
    justify-content: space-between;
    padding: 12px 24px;
    padding-left: 50px;
    background: #EAECF0;
    flex-wrap: wrap;
    row-gap: 12px;
}

.page-list-card-buttons a {
    display: flex;
    width: 35px;
    height: 35px;
    align-items: center;
    justify-content: center;
    background: #000000;
}

.page-list-card-buttons {
    display: flex;
    align-items: center;
    column-gap: 8px;
}

.page-list-card-info {
    font-family: Inter;
    font-weight: 600;
    font-size: 14.8px;
    line-height: 100%;
    color: #828282;
}

.page-list-card-image {
    padding: 22px 11px;
    padding-bottom: 0;
}

    .page-list-card-image, .page-list-card-image img {
        aspect-ratio: 2/1.5;
        object-fit: contain;
    }


.page-list-item-card {
    display: flex;
    flex-direction: column;
    row-gap: 24px;
}

.page-list-item-card-text {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.page-list-item-card-date {
    margin-bottom: 18px;
    font-family: Inter;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #100E07;
    /*padding-left: 12px;*/
    display: flex;
    align-items: center;
    column-gap: 12px;
}

   /* .page-list-item-card-date::before {
        content: "";
        width: 6px;
        height: 6px;
        background: #100E07;
        display: block;
        border-radius: 50px;
    }*/

.page-list-item-card-title {
    font-family: Inter;
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: -0.64px;
    color: #100E07;
}

.page-list-item-card-description {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #100E07;
}

.page-list-item-card-button a {
    display: flex;
    align-items: center;
    column-gap: 14px;
    font-family: Inter;
    font-weight: 400;
    font-size: 14px;
    line-height: 23px;
    text-align: center;
    color: #000000;
    text-decoration: none;
    width: max-content;
    max-width: 100%;
    cursor: pointer;
}

    .page-list-item-card-button a:hover {
        transition: .4s;
        color: #d1000f;
    }

    .page-list-item-card-button a svg path {
        fill: #D1000F;
    }

.page-list-item-card-image, .page-list-item-card-image img {
    aspect-ratio: 1/0.90;
    object-fit: cover;
}


.custom-modal .modal-dialog {
    --bs-modal-width: 100%;
    max-width: 1440px;
}

.custom-modal .modal-image, .custom-modal .modal-image img {
    aspect-ratio: 2/1.5;
}

.modal-text-area {
    display: flex;
    flex-direction: column;
    row-gap: 6px;
}

.modal-detail-title-and-date {
    display: flex;
    align-items: center;
    column-gap: 12px;
    justify-content: space-between;
}

.modal-detail-title {
    font-family: Inter;
    font-weight: 400;
    font-size: 14px;
    line-height: 22.5px;
    color: #000000;
}

.modal-date {
    font-family: Inter;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #100E07;
}

.modal-title {
    font-family: Inter;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: -0.64px;
    color: #100E07;
}
.modal-description {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #100E07;
}

.modal-social-media ul {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
    column-gap: 9.5px;
}

    .modal-social-media ul li a {
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
    }

        .modal-social-media ul li a svg path {
            fill: #000000;
        }


    @media only screen and (max-width: 767px)
    {
        .page-list-card-info-and-buttons
        {
            padding-left: 24px;
        }

        .page-filters-area {
            flex-direction: column;
            align-items: start;
        }

        .page-search-filter {
            width: 100%;
        }

            .page-search-filter input {
               width:100%;
            }
    }