.EmpowermentProgramsCard {
    display: flex;
}

.EmpowermentProgramsCard img {
    width: 195px;
}

.EmpowermentProgramsCard div {
    background-color: #FFFAE5;
    border-radius: 15px 0px 0px 15px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.EmpowermentProgramsCard div h1 {
    font-size: 40px;
    line-height: 48.6px;
    font-family: 'UpscaleBold';
    color: #393939;
}

.EmpowermentProgramsCard div p {
    font-size: 16px;
    line-height: 19.44px;
    font-family: 'UpscaleRegular';
    color: #393939;
    margin-bottom: 0px;
}

.ProgramCard {
    /* background-color: #FFFDF3; */
    background-color: #FFFAE5;
    border-radius: 15px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.ProgramCard .cover {
    position: relative;
}

.ProgramCard .cover img {
    border-radius: 15px 15px 0px 0px;
    height: 243px;
    width: 100%;
    object-fit: cover;
}

.ProgramCard .cover p {
    background-color: #2FC7A1;
    width: fit-content;
    border-radius: 4px;
    color: #fff;
    padding: 5px 12px;
    position: absolute;
    left: 20px;
    bottom: 20px;
    margin-bottom: 0px;
}

.ProgramCard .content {
    padding: 20px;
}

.ProgramCard .content img {
    margin-right: 6px;
}

.ProgramCard .content h1 {
    font-size: 20px;
    line-height: 24.3px;
    font-family: 'UpscaleBold';
    color: #393939;
}

.ProgramCard .content h3 {
    font-size: 14px;
    line-height: 17.01px;
    font-family: 'UpscaleMedium';
    color: #7E7E7E;
    margin-bottom: 23px;
}

.ProgramCard .content p {
    font-size: 12px;
    line-height: 14.58px;
    font-family: 'UpscaleMedium';
    color: #7E7E7E;
}

.ProgramCard .content .details {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #FBCE15;
    border-radius: 10px;
    padding: 20px;
    margin-top: 18px;
}

.ProgramCard .content .details h1 {
    font-size: 18px;
    line-height: 21.87px;
    font-family: 'UpscaleBold';
    color: #393939;
    margin-bottom: 0px;
}

.ProgramCard .content .details img {
    margin-right: 4px;
    /* width: 22px; */
    /* width: 16px; */
}

.ProgramCard .content .details h2 {
    font-size: 11px;
    line-height: 13.37px;
    font-family: 'UpscaleMedium';
    color: #585858;
}

.ProgramCard .content .details p {
    font-size: 15px;
    line-height: 18.23px;
    font-family: 'UpscaleSemiBold';
    color: #393939;
    margin-bottom: 0px;
}

.pagination {
    margin-top: 60px;
    margin-bottom: 60px;
}

.pagination .page-link {
    background-color: #fff;
    color: #39393980;
    border: 2px solid #fff;
    border-radius: 4px;
    /* padding: 5px; */
    padding: 4px 5px 5px 5px;
    font-family: "UpscaleBold";
    font-size: 17px;
    line-height: 20px;
    text-align: center;
    margin: 20px;
    width: 32px;
    height: 32px;
    box-shadow: none;
}

.pagination .page-item .page-link:disabled {
    /* color: rgba(57, 57, 57, 83%); */
    color: rgba(57, 57, 57, 30%);
    border: 2px solid transparent;
    background-color: rgba(251, 206, 21, 50%);
}

.pagination .page-item .page-link.active {
    color: #FBCE15;
    border: 2px solid #FBCE15;
}

.pagination .next-previous {
    background-color: #FBCE15;
    color: #393939;
    border: 2px solid #FBCE15;
    border-radius: 4px;
    padding: 4px 5px 5px 5px;
    box-shadow: none;
    margin: 20px;
    width: 32px;
    height: 32px;
}

.FilterBTN,
.FilterBTN:hover,
.FilterBTN:active,
.FilterBTN.show {
    width: 100%;
    background-color: #fff;
    text-align: start;
    /* border-color: #D4D4D4; */
    font-size: 14px;
    line-height: 20px;
    font-family: 'UpscaleRegular';
    color: #71717A;
    border-color: #D4D4D8;
}

.dropdown {
    width: 32%;
}

.dropdown-toggle::after {
    display: none;
}

.form-check {
    margin-left: 15px;
}

.form-check-label {
    font-size: 14px;
    line-height: 20px;
    font-family: 'UpscaleRegular';
    color: #333333;
}

.list input[type="checkbox"]:checked {
    background-color: #FBCE15;
    box-shadow: none;
}

.ApplyBTN,
.ApplyBTN:hover {
    width: 100%;
    font-size: 14px;
    line-height: 16px;
    font-family: 'UpscaleSemiBold';
    color: #393939;
    background-color: #FBCE15;
    text-align: center;
    margin: 10px 5px 10px 10px;
}

.ResetBTN,
.ResetBTN:hover {
    width: 100%;
    font-size: 14px;
    line-height: 16px;
    font-family: 'UpscaleRegular';
    color: #393939;
    border: 1px solid #FBCE1566;
    background-color: #fff;
    text-align: center;
    margin: 10px 10px 10px 5px;
}

@media (max-width: 480px) {
    .EmpowermentProgramsCard img {
        display: none;
    }

    .EmpowermentProgramsCard div h1 {
        font-size: 28px;
    }

    .dropdown {
        width: 80%;
    }

    .pagination .page-link,
    .pagination .next-previous {
        margin: 6px;
    }
}
.prgBrief {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
            line-clamp: 1;
    -webkit-box-orient: vertical;
}
.prgName {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
            line-clamp: 1;
    -webkit-box-orient: vertical;
}