﻿/* new updated css 28th */
.activity-card {
    background-color: #ffffff;
    box-shadow: 0px 4px 4px 2px rgba(0, 0, 0, 0.04);
    border-radius: 15px;
}

.parnter-info-dv {
    border-bottom: 3px solid #ffffff;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.activity-img-container {
    width: 80px;
    height: 80px;
    overflow: hidden;
    border-radius: 15px;
}

    .activity-img-container img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.patner-card-section {
    border: 1px solid #ccc;
    background: #f5f5f5;
    padding: 35px;
    border-radius: 15px;
    min-height: 300px;
}

.parnter-text h2 {
    font-size: 20px;
}

.buttonColor {
    /* this is existing css variable kindly use this
                                                                                                                         color: var(--buttonColor) !important; */
    color: #4a4f55;
    font-size: 15px;
}

.buttonBackgroundColor {
    /* color: var(--ratingUnFilledColor) !important; */
    color: #d9a412;
    font-size: 15px;
}

.custom-fl-block {
    display: flex;
}

.activity-card .pd-25 {
    padding: 10px 25px;
}

.border-tp-1 {
    border-top: 1px solid #F1F1F1;
}

.border-bt-1 {
    border-bottom: 1px solid #F1F1F1;
}

.partner-all-listing {
    padding: 25px 0;
}

    .partner-all-listing a {
        text-decoration: none;
    }

        .partner-all-listing a i {
            font-size: 14px;
            margin-left: 10px;
        }

.pt-header-space {
    padding: 25px;
}

    .pt-header-space h1 {
        font-size: 25px;
    }

.ellipsis {
    display: block;
    position: relative;
    display: -webkit-box;
    max-width: 100%;
    /*height: 52px;*/
    margin: 0 auto;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.headertext 
{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.user-activities-partner-details {
    width: 65%;
}

.message-pd15 {
    padding: 0 25px 25px 25px;
}

.patner-card-section.cstm-error-height {
    min-height: unset;
}