.pd2-video-podcast{
    direction: rtl;
}
.pd2-item{
    direction: ltr;
}
.rtl .pd2-video-podcast{
    direction: ltr;
}
.rtl .pd2-item{
    direction: rtl;
}
.pd2-video-podcast{
    height: 340px;
    overflow-y: scroll;
    scrollbar-color: rgba(238, 238, 238, 1) rgba(250, 250, 250, 1);
    scrollbar-width: thin;
    scrollbar-gutter: stable;
    background-color: rgba(255, 255, 255, 1);
    padding: 16px 16px 40px;
    border-radius: 8px;
}
.pd2-video-podcast::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    background-color: rgba(238, 238, 238, 1);
}
.pd2-video-podcast::-webkit-scrollbar-thumb {
    background: rgba(250, 250, 250, 1);
}

.pd2-video-podcast::-webkit-scrollbar {
    width: 9px;
}

.pd2-video-podcast::-webkit-scrollbar-button {
    height: 0;
    display: none;
}

.pd2-item{
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(238, 238, 238, 1);
    padding: 14px;
}
.pd2-item:last-child{
    border-bottom: 0;
}
.pd2-item-play{
    width: 36px;
    height: 36px;
    position:relative;
    cursor: pointer;
}
.pd2-item-play > span{
    position: absolute;
    inset: 0;
}
.pd2-item-play > span.pd2-item-play-icon-active{
    visibility: hidden;
}
.pd2-item-main{
    width: calc(100% - 100px);
    display: flex;
    gap: 10px;
}
.pd2-item .read-more-btn img{
    display: none;
}

.pd2-item .read-more-btn{
    border: 2px solid rgba(224, 224, 224, 1);
    padding: 9px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 500;
    color: rgba(66, 66, 66, 1);
}
.pd2-item .read-more-btn:hover{
    border-color: rgba(212, 175, 51, 1);
}
.pd2-item-title{
    width: calc(100% - 41px);
    color: rgba(117, 117, 117, 1);
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
}
.pd2-item-title a{
    color: rgba(117, 117, 117, 1) !important;
}
.pd2-item-title a:hover{
    color: rgba(66, 66, 66, 1) !important;
}

.pd2-view-all{
    width: 100%;
    padding: 14px 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(245, 245, 245, 1);
    border-radius: 8px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.pd2-view-all-btn{
    color: rgba(33, 33, 33, 1);
    font-size: 12px;
    font-weight: 500;
}

.pd2-item-active .read-more-btn{
    border-color: rgba(212, 175, 51, 1);
}
.pd2-item-active .pd2-item-play-icon{
    visibility: hidden;
}
.pd2-item-active .pd2-item-play-icon-active{
    visibility: visible !important;
}



/***************main***************/
.pd2-video-podcast-main{
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 4px 35px rgba(205, 205, 205, 0.17);
    background-color: #FFF;
    padding: 20px;
}
.pd2-main{
    width: 100%;
    display: flex;
    gap: 12px;
}
.pd2-main-info{
    width: calc(100% - 250px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 8px
}
.pd2-main-info > p{
    font-size: 16px;
    font-weight: 500;
    color: rgba(66, 66, 66, 1);
    margin: 0;
}
.pd2-main-info > span{
    font-size: 14px;
    font-weight: 400;
    color: rgba(117, 117, 117, 1);
}
.pd2-main-info-post-into{
    display: flex;
    gap: 12px;
}
.pd2-main-info-post-into > span{
    padding: 8px 12px;
    background-color: rgba(250, 250, 250, 1);
    border-radius: 8px;
    display: flex;
    gap: 8px;
    color: rgba(117, 117, 117, 1);
    font-weight: 500;
    justify-content: center;
    align-items: center;
}
.pd2-main-info-post-into > span > span:nth-child(1){

}
.pd2-main-info-post-into > span > span:nth-child(2){
    color: rgba(158, 158, 158, 1);
    font-size: 14px;
    font-weight: 500;
}
.pd2-main-image{
    width: 250px;
    overflow: hidden;
    border-radius: 8px;
}
.pd2-main-image img{
    border-radius: 8px !important;
    height: 194px !important;
    width: 100%;
    object-fit: fill;
}

.pd2-main-info-player{
    padding: 15px;
    padding-bottom: 3px;
    border-radius: 8px;
    background-color: rgba(250, 250, 250, 1);
}
.pd2-main-info-player-controller{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
}
.pd2-main-info-player-controller > span{
    cursor: pointer;
}

.pd2-main-info-player-progress{
    width: 100%;
    height: 6px;
    border-radius: 16px;
    background-color: rgba(238, 238, 238, 1);
    position: relative;
}
.pd2-main-info-player-progress::before{
    content: "";
    position: absolute;
    top:0;
    left: 0;
    width: var(--progress , 0);
    height: 6px;
    border-radius: 16px;
    background-color: rgba(4, 7, 58, 1);
}
.pd2-main-info-player-progress > span{
    position: absolute;
    top: -5px;
    left: calc(var(--progress, 0) - 9px);
    width: 16px;
    height: 16px;
    border-radius: 16px;
    background-color: rgba(248, 248, 248, 1);
    border: 3px solid rgba(4, 7, 58, 1);
}

.pd2-main-info-player-time{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: rgba(117, 117, 117, 1);
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 8px;
}
.pd2-main-info-player-play .pd2-main-info-player-btn-pause{
    display: none
}

@media (max-width: 600px) {
    .pd2-main {
        gap: 12px;
        flex-direction: column-reverse;
    }
    .pd2-main-image , .pd2-main-info{
        width: 100%;
    }
    .pd2-main-info-player{
        margin-top: 11px
    }
    .pd2-item .read-more-btn img{
        display: block;
    }
    .pd2-item .read-more-btn{
        font-size: 0 !important;
    }
    .pd2-item-main{
        width: calc(100% - 44px) !important;
    }
    .pd2-item{
        padding: 10px 0 !important;
    }
}



.podcast-category-select{
    border: 0;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0 4px 35.3px rgba(205, 205, 205, 0.17);
    padding: 16px 12px;
    border-radius: 8px;
    font-family: var(--e-global-typography-primary-font-family);
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url('images/arrow-down.svg') no-repeat left 10px center;
    background-size: 16px;

}
.podcast-category-select:focus {
    outline: none;
    border-color: inherit;
}
.ltr .podcast-category-select{
    background: url('images/arrow-down.svg') no-repeat right 10px center;
    padding-right: 26px;
}
.rtl .podcast-category-select{
    padding-left: 26px;
}

.pd2-video-podcast-main[data-type="video"] .pd2-main-image{
    aspect-ratio: 16 / 9;
    height: 186px;
}

.pd2-video-podcast-main[data-type="video"] .pd2-main-image video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.pd2-video-podcast-main[data-type="video"] .pd2-main-info-player{
    margin-top: 17px;
}

.pd2-video-podcast-main[data-type="video"] .pd2-main-image.pd2-main-image-popup{
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: #000;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999999;
}
.pd2-video-podcast-main[data-type="video"] .pd2-main-image.pd2-main-image-popup video{
    width: auto;
    height: auto;
    object-fit: unset;
}

.pd2-video-popup {
    display: flex;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 8px;
    background-color: #ffffff8c;
    min-width: 30.0px;
    position: absolute;
    left: 25px;
    top: 25px;
    transform: rotate(90deg);
    z-index: 5;
    cursor: pointer;
    border-radius: 8px;
    box-shadow: -2px 2px #ffffff2e inset , 2px -2px #ffffff2e inset;
}

.pd2-video-popup img {
    position: relative;
    width: 20px;
    height: 20px !important;
    transform: rotate(-90.00deg);
}




/****** news  *******/
.pd2-news-tab-panel{
    width: 100%;
    display: flex;
    gap: 24px;
}
.pd2-news-section1-main{
    width: 75%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 16px
}
.pd2-news-section2-main{
    width: 25%;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}
.pd2-news-section2-main::before{
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    right: -12px;
    background-color: rgba(224, 224, 224, 1);
}
.pd2-news-style-1-main{
    width: 100%;
    display: flex;
}
.pd2-news-style-1-list-posts{
    width: 45%;
}
.pd2-news-style-1-list-posts ul{
    width: 100%;
    height: 100%;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 0;
    padding-right: 16px;
}
.rtl .pd2-news-style-1-list-posts ul{
    padding-right: 0 !important;
    padding-left: 16px;
    gap: 12px;
}
.pd2-news-style-1-list-posts ul li{
    border-bottom: 1px solid rgba(238, 238, 238, 1);
    padding-bottom: 12px;
}
.pd2-news-style-1-list-posts ul li a{
    font-size: 16px;
    font-weight: 500;
    color: rgba(13, 22, 46, 1);
}
.pd2-news-style-1-list-posts  a{
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.pd2-news-style-1-list-posts ul li p , .pd2-news-style-3-list-posts  p  , .pd2-news-style-4-list-posts  p, .pd2-news-style-5-list-posts  p{
    font-size: 14px;
    font-weight: 400;
    color: rgba(97, 97, 97, 1);
    margin: 6px 0;
}
.pd2-news-style-1-list-posts ul li strong , .pd2-news-style-2-list-posts ul li strong,.pd2-news-style-3-list-posts strong,.pd2-news-style-4-list-posts strong,.pd2-news-style-5-list-posts strong{
    font-size: 14px;
    font-weight: 500;
    color: rgba(158, 158, 158, 1);
    display: block;
}
.pd2-news-style-1-list-posts ul li:last-child{
    border-bottom: 0
}
.pd2-news-style-1-img{
    width: 55%;
}
.pd2-news-style-1-img img{
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    border-radius: 8px !important;
}

.pd2-news-style-2-main{
    border-top: 1px solid rgba(224, 224, 224, 1);
    border-bottom: 1px solid rgba(224, 224, 224, 1);
    margin:  0;
}
.pd2-news-style-2-list-posts{
    width: 100%;
}
.pd2-news-style-2-list-posts ul{
    display: flex;
    list-style: none;
    padding: 0;
    gap: 40px;
    justify-content: space-around;
}
.pd2-news-style-2-list-posts ul li{
    position: relative;
    padding-left: 20px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 3px;
}
.pd2-news-style-2-list-posts ul li:first-child::after{
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(224, 224, 224, 1);
}
.pd2-news-style-2-list-posts ul li:last-child{
    padding: 0;
}
.pd2-news-style-2-list-posts ul li a , .pd2-news-style-3-list-posts   a, .pd2-news-style-4-list-posts a, .pd2-news-style-5-list-posts a{
    font-size: 14px;
    font-weight: 500;
    color: rgba(13, 22, 46, 1);
}


.pd2-news-style-3-main{
    border-bottom: 1px solid rgba(238, 238, 238, 1);
    padding-bottom: 12px;
}
.pd2-news-style-3-img{
    width: 100%;
    /* height: 154px; */
    margin-bottom: 0px;
}
.pd2-news-style-3-img img{
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    border-radius: 8px !important;
    margin: 0;
}


.pd2-news-style-4-main{
    margin-top: 12px;

}
.pd2-news-style-4-main .swiper-wrapper{
    padding-bottom: 40px;
}
.pd2-news-style-4-img {
    height: 112px;
}
.pd2-news-style-4-img img{
    width: 100%;
    height: 100% !important;
    border-radius: 8px !important;
    object-fit: cover;
}
.pd2-news-style-4-list-posts a , .pd2-news-style-5-list-posts a{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.pd2-news-style-4-list-posts strong , .pd2-news-style-5-list-posts strong{
    font-size: 12px !important;
}


.pd2-news-style-5-main{
    display: flex;
    gap: 8px;
    margin-top: 12px;
    border-top: 1px solid rgba(238, 238, 238, 1);
    padding-top: 12px;
}
.pd2-news-style-5-img {
    width: 125px;
    height: 110px;
}
.pd2-news-style-5-img img{
    width: 100%;
    height: 100% !important;
    border-radius: 8px !important;
    object-fit: cover;
}
.pd2-news-style-5-list-posts{
    width: calc(100% - 125px);
}


.pd2-news-swiper{
    width: 100%;
}
.pd2-news-swiper-button-next ,.pd2-news-swiper-button-prev{
    width: 32px;
    height: 32px;
    border: 1px solid rgba(224, 224, 224, 1);
    border-radius: 8px;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 1;
    background-color: #FFF;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 1;
    cursor: pointer;
}
.pd2-news-swiper-button-next{
    background-image: url("images/arrow-left.svg");
}
.pd2-news-swiper-button-prev{
    background-image: url("images/arrow-right.svg");
    left: 40px !important;
}


@media (max-width: 768px) {
    .pd2-news-section1-main , .pd2-news-section2-main{
        width: 100%;
    }
    .pd2-news-tab-panel{
        flex-direction: column;
    }
    .pd2-news-style-1-main{
        flex-direction: column
    }
    .pd2-news-style-1-list-posts {
        width: 100%;
    }
    .pd2-news-style-1-img {
        width: 100%;
    }
    .pd2-news-style-2-list-posts ul {
        flex-direction: column;
    }
    .pd2-news-style-2-list-posts ul li:first-child::after {
        content: "";
        width: 100% !important;
        height: 1px !important;
        top: auto !important;
        bottom: -24px;
        left: 0;
    }
    .pd2-news-style-1-main{
        order: 1;
    }
    .pd2-news-style-2-main{
        order: 3;
    }
}



/***********  BLOG   ************/
.pd2-blog-tab-section-1{
    display: grid;
    grid-template-columns: repeat(var(--grid-columns), 1fr);
    grid-template-rows: repeat(1, 1fr);
}

.pd2-news-tab-panel{
    display: none;
}
.pd2-news-tab-panel.pd2-news-tab-panel-active{
    display: flex;
}
.pd2-w-tab-nav{
    height: 50px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    flex-wrap: nowrap;
}
.pd2-w-tab-nav > li{
    list-style: none;
    flex-shrink: 1;
    flex: 0 0 auto;
}

.pd2-tabs-w-blog-swiper{
    width: 100%;
}

.pd2-news-section2-active{
    flex-wrap: wrap;
}
.pd2-news-section2-active .pd2-blog-tab-section-1{
    flex: 0 0 60%;
}
.pd2-news-section2-active .pd2-blog-tab-section-2{
    flex: 0 0 calc(40% - 24px);
}
.pd2-news-section2-active .pd2-blog-tab-section-3{
    flex: 0 0 100%;
    text-align: center;
}