.pdfobject-container { height: 30rem; border: 1rem solid rgba(0,0,0,.1); }
.program-box a{
    color: var(--highlight-theme-color);
    font-weight: 700;
    text-decoration: underline !important;
}
#logModal .modal-header{
    align-items: center;
}
#logModal h6{
    margin: 0;
    margin-top: 3px;
}
.log-list{
    border: 1px solid #e3e3e3;
    padding: 8px 15px;
    border-radius: 8px;
    cursor: pointer;
    background: #f3f3f3;
    margin-bottom: 15px;
}
.log-list p{
    margin: 0;
}
#logModal .small{
    margin: 0;
    font-size: 0.8em;
    opacity: 0.5;
    margin-bottom: 5px;
}


.membership-img img{
    width: 80px;
    border-radius: 18px;
    margin-bottom: 20px;
}
.membership-img{
    text-align: center;
}
.membership-icon {
    padding: 8%;
    border-radius: 35px;
    box-shadow: 4px 4px 15px #0000000b;
    text-align: center;
    border: 1px solid #0000000e;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 300px;
    flex-direction: column;
    margin-bottom: 2.5em;
}
.membership-content h3{
    font-size: 20px;
    margin-top: 15px;
    margin-bottom: 0;
}
.membership-content p{
    font-size: 14px;
    opacity: 0.5;
}

@media screen and (max-width: 575px) {
.program-box .tt{
        flex-direction: column;
            align-items: flex-start !important;
}
}

.faq-section-bg{
    background: #f5f9f9;
    position: relative;
    padding-top: 2em;
    padding-bottom: 0.5em;
}

.card{
    background: white !important; 
        border: 1px solid #efefef;
    margin-bottom: 15px;
    border-radius: 15px;
}
.card-header{
    background: white !important;
    border-bottom: 1px solid #eeeeee;
    padding: 25px 20px !important;
    cursor: pointer;
    border-radius: 15px !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    display: flex;
    justify-content: space-between;
}

.ti-angle-down{
    transform: rotate(180deg);
    height: 16px;
    width: 16px;
    transition: 0.4s all;
}
.collapsed .ti-angle-down{
    transform: rotate(0deg);
}