﻿.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%;
    transition: .4s;
}

    .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;
}



.page-list-item-card-buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 20px;
}

.page-list-item-share-button-icon {
    width: 24px;
    height: 24px;
}

.page-list-item-share-button {
    position: relative;
}

.page-list-item-share-button-inner {
    position: absolute;
    bottom: 24px;
    right: 0;
    width: max-content;
    background: #fff;
    border: 1px solid #ebebeb;
    opacity: 0;
    visibility: hidden;
    transition: .4s;
}

.page-list-item-share-button:hover .page-list-item-share-button-inner {
    opacity: 1;
    visibility: visible;
    transition: .4s;
}

    .page-list-item-share-button-inner ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .page-list-item-share-button-inner ul li a {
            padding: 10px 16px;
            display: flex;
            align-items: center;
            column-gap: 12px;
            font-family: Inter;
            font-weight: 400;
            font-size: 14px;
            line-height: 20px;
            color: #6D7175;
            text-decoration: none;
            position: relative;
        }

            .page-list-item-share-button-inner ul li a:hover::before {
                content: "";
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 1px;
                background: #dfdfdf;
            }

            .page-list-item-share-button-inner ul li a:hover::after {
                content: "";
                position: absolute;
                bottom: 0;
                left: 0;
                width: 100%;
                height: 1px;
                background: #dfdfdf;
            }

            .page-list-item-share-button-inner ul li:last-child a:hover::after {
                background: transparent;
            }

        .page-list-item-share-button-inner ul li:first-child a:hover::before {
            background: transparent;
        }

.copy-toast {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #169332;
    color: #fff;
    padding: 6px 16px;
    border-radius: 0px;
    font-size: 14px;
    opacity: 0;
    animation: fadeInOut 3s ease forwards;
    z-index: 9999;
    font-family: Inter;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -0.64px;
}

@keyframes fadeInOut {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    10%, 90% {
        opacity: 1;
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        transform: translateY(20px);
    }
}



    @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%;
            }
    }