body {
    background-color: #1f1f1f;
}

.nav-area .navbar-area .main-nav {
    background-color: #1f1f1f;
}

.white-space-pre-line {
    white-space: pre-line;
}

.pod-blog-library-top {
    color: #fff;
    min-height: 20rem;
    padding-top: 7rem;
    padding-bottom: 2.4rem;
    font-family: 'source-sans-pro', sans-serif;
}

.library-top {
    background: rgb(180, 159, 167);
    background: linear-gradient(82deg, rgba(180, 159, 167, 1) 1%, rgba(230, 78, 28, 1) 100%);
}

.blog-top {
    background: rgb(64, 64, 64);
    background: linear-gradient(32deg, rgba(64, 64, 64, 1) 1%, rgba(255, 255, 255, 1) 100%);
}

.podcast-top {
    background: rgb(115, 74, 34);
    background: linear-gradient(82deg, rgba(115, 74, 34, 1) 14%, rgba(171, 100, 32, 1) 35%);
}

.pod-blog-library-top .img-box {
    width: 17rem;
    height: 17rem;
    border-radius: 1rem;
    background-color: #1f1f1f;
}

.pod-blog-library-top p.small {
    text-transform: uppercase;
    font-size: 17px;
    line-height: normal;
    margin-bottom: 0;
    margin-top: 2rem;
}

.pod-blog-library-top p.big {
    font-weight: 600;
    font-size: 30px;
    line-height: normal;
    text-transform: capitalize;
}

.pod-blog-library-top a {
    font-size: 20px;
    background: #dfdbdb33;
    padding: 0 1rem;
}

.pod-blog-library-section-2 {
    color: #fff;
    margin: 0 3%;
    background: #000;
    padding: 5% 4%;
}

.pod-blog-library-section-2 .heading {
    color: #fff;
    font-size: 20px;
}

.pod-blog-library-section-2 p {
    color: #b9b9b9;
    font-size: 14px;
    line-height: normal;
}

.podcast-filter {
    justify-content: space-between;
}

.podcast-filter p {
    margin-bottom: 0;
}

.podcast-filter p.AllEpisodes {
    color: #fff !important;
}

p.All-Articles {
    color: #fff !important;
    font-size: 23px;
    font-weight: 600;
}

.podcast-filter p.filter {
    font-size: 14px;
    cursor: pointer;
}

.podcast-filter p.filter i {
    font-size: 18px;
}

span.pod-line {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border-bottom: 0.01rem solid #676767f2;
    display: block;
    overflow: hidden;
    border-style: inset;
    width: 70%;
}

span.line {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border-bottom: 0.01rem solid #676767f2;
    display: block;
    overflow: hidden;
    border-style: inset;
}

span.line.mxy {
    margin: 1.5rem !important;
}

.podcast-list p {
    font-weight: 600;
}

.podcast-list .podcast-img {
    width: 6rem;
    height: 4.5rem;
    border-radius: 0.5rem;
    background-color: #1f1f1f;
}

.podcast-list .podcast-name {
    margin-bottom: auto;
    margin-top: auto;
    margin-left: 1rem;
}

.podcast-list .podcast-name p,
p.tp-Purpose-call {
    margin-bottom: 0;
    margin-bottom: 0;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
}

p.podcast-title {
    font-weight: 600;
    font-size: 13px !important;
    /* white-space: pre-line; */
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.podcast-list .podcast-time-date-icon {
    display: flex;
}

.podcast-list .podcast-time-date-icon i {
    margin-top: auto;
    margin-bottom: auto;
    font-size: 2rem;
}

.podcast-list .podcast-time-date-icon p.time-date {
    margin-top: auto;
    margin-bottom: auto;
    font-size: 13px;
    margin-left: 2rem;
}

.Library-header-filter .mainHeadingLibraryTable div p,
.Library-header-filter .mainHeadingLibraryTable div a {
    font-size: 13px;
    font-weight: 600;
    color: #ffa54d !important;
}

.Library-header-filter p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


/* search */

.Search_P_F {
    justify-content: center;
}

.form-controlMSearch,
.form-controlMSearch:focus {
    height: 38px !important;
    border-radius: 2rem!important;
    border: 1px solid #e1e1e1 !important;
    border-right: 0 !important;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    background-color: #fff;
}

.MbtnSearch {
    padding: 0 .5rem;
    border: 1px solid #e1e1e1 !important;
    background: #fff;
    border-left: 0 !important;
    border-top-right-radius: 2rem;
    border-bottom-right-radius: 2rem;
    font-size: 18px;
}

.color-fff {
    color: #fff !important;
}


/* blog list */

.Library-list-dp {
    height: 2.3rem !important;
    min-width: 2.3rem !important;
    width: 2.3rem;
    object-fit: cover;
    vertical-align: middle;
    border-radius: 50%!important;
}

.Library-bold-txt {
    font-size: 13px !important;
    font-weight: 600;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.Library-bold-txt-time {
    font-size: 13px !important;
    font-weight: 600;
    width: 55px;
}

.Library-normal-txt {
    font-size: 13px !important;
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.Library-cat-style span {
    background-color: #e4e4e4;
    border: 1px solid #ced4da;
    color: #848484 !important;
    border-radius: 4px;
    box-sizing: border-box;
    display: inline-block;
    margin-bottom: 5px;
    padding: 0 5px;
    font-size: 10px;
    position: relative;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: bottom;
    white-space: nowrap;
    margin-right: 3px;
}

.Library-normal-txt.dosen-color i.fas,
.Library-normal-txt.dosen-color i.far {
    font-size: 18px !important;
}

/* modal design */

.modal-content-my {
    border-radius: 30px !important;
    padding: 50px 30px !important;
}

.modal-content .close {
    color: #000;
    margin-right: -30px !important;
    margin-top: -72px !important;
    background-color: #ffa54d !important;
    font-size: 40px !important;
    border-radius: 30px !important;
    width: 40px !important;
    height: 40px !important;
    opacity: 1 !important;
    line-height: 1;
}

.Library-view-dp {
    height: 4rem !important;
    width: 4rem !important;
    object-fit: cover;
    vertical-align: middle;
    border-radius: 50%!important;
}

.Contact-btn {
    background: transparent;
    border: 2px solid #ffa54d !important;
    color: #ffa54d !important;
    font-size: 12px;
    border-radius: 1rem;
    padding: .1rem .3rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

i.far.fa-play-circle.ViewArticle-play {
    font-size: 1rem;
    color: #848484
}

.ViewArticle-bold-txt {
    font-size: 16px;
    color: #212121;
    font-weight: 600;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ViewArticle-play-time {
    font-size: 13px;
    color: #848484;
}

.ViewArticle-viewCount {
    color: #848484;
    display: flex;
    font-size: 13px;
}

.ViewArticle-viewCount p {
    color: #848484;
    font-size: 13px;
    margin-left: .5rem;
}

.ViewArticle-media iframe {
    max-width: 100%;
    max-height: 200px;
}

.ViewArticle-media audio {
    width: 100%;
}

.ViewArticle-media img {
    max-width: 100%;
    max-height: 200px;
}

.Popular-articles h3 {
    color: #212121;
    font-family: 'open-sans', sans-serif;
    font-size: 18px;
    font-weight: 200;
}

.Popular-articles p {
    color: #212121;
    font-size: 13px;
    margin-bottom: 0;
}

.Popular-articles a,
.Popular-articles a:hover {
    color: #ffa54d;
    display: block;
    cursor: pointer;
}

.topics_did_you_cover span {
    background-color: #e4e4e4;
    border: 1px solid #ced4da;
    color: #848484 !important;
    border-radius: 4px;
    box-sizing: border-box;
    display: inline-block;
    margin-bottom: 5px;
    padding: 0 5px;
    font-size: 12px;
    position: relative;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: bottom;
    white-space: nowrap;
}

.ViewArticle-media iframe {
    max-width: 100%;
    max-height: 200px;
}

i.far.fa-play-circle.ViewArticle-play {
    font-size: 1rem;
    color: #848484;
}

.txt {
    font-size: 13px;
    color: #000;
    margin-bottom: 0;
}

.blog-list,
.podcast-list {
    cursor: pointer;
}

.filter-3 {
    display: flex;
    justify-content: space-between;
}

.Cat-mod {
    border-radius: 30px;
    padding: 30px !important;
    font-size: 1rem;
    color: #212529;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
}

.scroll-v1-300px {
    height: 300px;
    max-height: 300px;
    overflow-y: auto;
    min-height: 200px;
    min-width: 250px;
}

.member-filter-modal {
    width: 220px !important;
}

.sub-heads-cat p {
    margin-bottom: .5rem;
    color: #000;
    font-size: 15px;
    font-family: 'source-sans-pro', sans-serif;
}

.dropright a {
    cursor: pointer;
}

.dropdown .dropdown-menu.Topics1,
.dropdown .dropdown-menu.Topics,
.dropdown .dropdown-menu.Topics2 {
    margin-top: 2rem;
    margin-left: -7rem;
}

.dropdown a:hover {
    background-color: transparent !important;
    cursor: pointer;
}

.Search_P {
    width: 80%;
}

.mainHeadingLibraryTable {
    display: flex;
    flex-wrap: wrap;
}

.headingLibraryTable-icon {
    width: 15%;
    align-items: left;
    padding-bottom: .5rem;
    padding-right: .5rem;
}

.headingLibraryTable-title {
    width: 85%;
    text-align: left;
    padding-bottom: .5rem;
    padding-right: .5rem;
}

.headingLibraryTable-author {
    width: 40%;
    text-align: left;
    padding-bottom: .5rem;
    padding-right: .5rem;
}

.headingLibraryTable-readTime,
.headingLibraryTable-mediaType,
.headingLibraryTable-topics {
    width: 30%;
    justify-content: left;
    text-align: left;
    padding-bottom: .5rem;
    padding-right: .5rem;
}

.headingLibraryTable-search {
    width: 100%;
    text-align: left;
    padding-bottom: .5rem;
    padding-right: .5rem;
    margin: auto;
}

.headingLibraryTable-topicplace {
    width: 100%;
    text-align: left;
    padding-bottom: .5rem;
    padding-right: .5rem;
}

.m-none {
    display: none;
}

.blog-txt{
    display: flex;
    margin-top: .5rem;
}

.blog-txt .ImageCol{
    margin-right: 1rem;
}

.blog-txt .TextCol{
    margin-top: auto;
    margin-bottom: auto;
    width: calc(100% - 55px);
}

.blog-txt{
    display: flex;
    margin-top: .5rem;
}

.blog-txt .ImageCol{
    margin-right: 1rem;
}

.blog-txt .TextCol{
    margin-top: auto;
    margin-bottom: auto;
    width: calc(100% - 55px);
}

.blog-txt p {
    font-weight: 600;
    font-size: 13px !important;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
    .width-mobile-50 {
        width: 50% !important;
    }
    .pod-blog-library-top .img-box {
        margin-left: auto;
        margin-right: auto;
    }
    .dropdown .dropdown-menu.Topics {
        margin-left: -1rem !important;
    }
    .dropdown .dropdown-menu.Topics2 {
        margin-left: -13rem !important;
    }
}

@media only screen and (min-width: 768px) {
    .filter-3 {
        display: flex;
        justify-content: space-around;
    }
    .dropright .dropdown-menu.Topics {
        margin-left: -5rem !important;
    }
    .dropright .dropdown-menu.Topics1,
    .dropright .dropdown-menu.Topics2 {
        margin-left: -10rem !important;
    }
    i.far.fa-play-circle.ViewArticle-play {
        font-size: 3rem !important;
    }
    .ViewArticle-play-time {
        font-size: 15px !important;
    }
    .ViewArticle-media iframe {
        max-width: 420px !important;
        max-height: 235px !important;
    }
    .pod-blog-library-top p.big {
        font-size: 65px;
    }
    .pod-blog-library-top p.small {
        margin-top: 0rem;
    }
    .pod-blog-library-section-2 {
        margin: 0 5%;
        padding: 3% 4%;
    }
    .podcast-list {
        width: 70%;
    }
    .podcast-list .podcast-name {
        margin-left: 2rem;
    }
    .podcast-list .podcast-img {
        width: 4rem;
        height: 4.5rem;
    }
    .podcast-list .podcast-time-date-icon i {
        font-size: 3rem;
    }
    .pod-blog-library-section-2 p {
        font-size: 18px;
    }
    .ViewArticle-media audio {
        width: 90%;
    }
    .m-none {
        display: block;
    }
    .Search_P_F {
        justify-content: flex-end !important;
    }
    .mainHeadingLibraryTable {
        display: flex;
    }
    .headingLibraryTable-icon {
        width: 5%;
        align-items: left;
        padding-right: .5rem;
        margin: auto;
        padding-bottom: 0rem;
    }
    .headingLibraryTable-title {
        width: 15%;
        text-align: left;
        margin-top: auto;
        margin-bottom: auto;
        padding-right: .5rem;
        padding-bottom: 0rem;
    }
    .headingLibraryTable-author {
        width: 11%;
        text-align: left;
        margin-top: auto;
        margin-bottom: auto;
        padding-right: .5rem;
        padding-bottom: 0rem;
    }
    .headingLibraryTable-readTime,
    .headingLibraryTable-mediaType,
    .headingLibraryTable-topics {
        width: 11%;
        display: flex !important;
        justify-content: left;
        text-align: left;
        margin-top: auto;
        margin-bottom: auto;
        padding-right: .5rem;
        padding-bottom: 0rem;
    }
    .headingLibraryTable-search {
        width: 36%;
        text-align: left;
        margin-top: auto;
        margin-bottom: auto;
        padding-bottom: 0rem;
    }
    .headingLibraryTable-topicplace {
        width: 47%;
        text-align: left;
        margin-top: auto;
        margin-bottom: auto;
        padding-bottom: 0rem;
    }
}

@media only screen and (min-width: 992px) {
    .Search_P {
        width: 85%;
    }
    .headingLibraryTable-icon {
        width: 5%;
    }
    .headingLibraryTable-title {
        width: 15%;
    }
    .headingLibraryTable-author {
        width: 13%;
    }
    .headingLibraryTable-readTime,
    .headingLibraryTable-mediaType,
    .headingLibraryTable-topics {
        width: 12%;
    }
    .headingLibraryTable-search {
        width: 30%;
    }
    .headingLibraryTable-topicplace {
        width: 42%;
    }
}

@media (min-width: 1200px) {
    .Search_P {
        width: 89%;
    }
    .headingLibraryTable-icon {
        width: 5%;
    }
    .headingLibraryTable-title {
        width: 15%;
    }
    .headingLibraryTable-author {
        width: 11%;
    }
    .headingLibraryTable-readTime,
    .headingLibraryTable-mediaType,
    .headingLibraryTable-topics {
        width: 11%;
    }
    .headingLibraryTable-search {
        width: 36%;
    }
    .headingLibraryTable-topicplace {
        width: 47%;
    }
}