﻿@font-face {
    font-family: "Nunito";
    src: url("../fonts/nunito/Nunito-Regular.woff") format("woff2"), url("../fonts/nunito/Nunito-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
:focus-visible{
    outline:1px solid black;
    outline-offset:5px
}

.breadcrumb {
    display: flex;
    padding: 15px;
    margin-top: 15px;
}

    .container h1 {
        font-family: 'Nunito';
        font-size: 24px;
        font-weight:600;
    }

.breadcrumb-wrapper{
    display:flex;
    align-items:center;
}
.breadcrumb-wrapper > a {
    font-size: 14px;
}
.breadcrumb-wrapper > span {
    font-size: 14px;
    color:#000;
}
    .breadcrumb-wrapper > img {
        margin-inline:5px;
    }

.search-box {
    position: relative;
    height: 40px;
    border: 1px solid #0000001A;
    width: 100%;
    border-radius: 30px;
    background: #F9F9F9;
}

.search-input {
    height: 40px;
    border-radius: 30px !important;
    font-size: 13px !important;
    color: #21212180 !important;
}

.search-icon {
    position: absolute;
    top: 8px;
    right: 25px;
}

.filter-container {
    display: flex;
    gap: 5px;
    margin: 10px 0;
    overflow-x: scroll;
    scrollbar-width: none;
}

.filter-option {
    border: 1px solid #0081e44d;
    border-radius: 24px;
    font-size: 12px;
    padding: 6px 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    background: transparent;
}

.filter-active {
    background: #0081e4;
    color: #fff;
}

.card_body {
    border: 0.5px solid #0081e4;
    height: 140px;
    border-radius: 12px;
    box-shadow: 0px 10px 30px 0px #0000000d;
    display: flex;
    gap: 20px;
    flex-wrap: nowrap !important;
}

    .card_body img {
        border-top-left-radius: 12px;
        border-bottom-left-radius: 12px;
        width:100%;
    }

.details_card_body {
    border: 0.5px solid #0081e4;
    margin: 10px 0;
    height: 140px;
    border-radius: 12px;
    box-shadow: 0px 10px 30px 0px #0000000d;
    display: flex;
    gap: 20px;
    flex-wrap: nowrap !important;
}
.detail_card_body img {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}

.type {
    font-size: 10px;
    text-transform: uppercase;
    color: #000;
    opacity: 50%;
    margin: 10px 0;
}

.card_anchor {
    flex: 0 0 calc((100% - 40px) / 3);
}

.card_body .card_title {
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Number of lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.music_container {
    display: flex;
    gap: 10px;
    align-items: center;
    width:100%;
}

.play_button {
    background: transparent;
    border: none;
}

#waveform {
    width: 100%;
}

.timestamp {
    font-size: 12px;
    color: #000;
    opacity: 50%;
}

.nav-item {
    width: 50%;
}

.nav-link {
    width: 100%;
    text-align: center;
    color: #00000099 !important;
    font-size: 14px;
    height: 46px;
    font-weight: 600;
}

.nav-tabs .nav-link.active {
    background: #0081e41a !important;
    border-bottom: 2px solid #0081e4 !important;
    color: #0081e4 !important;
    height: 46px;
    font-weight: 600;
}

.tabs {
    background: #f8f8f8;
}
.theme-dark .tabs{
    background:#000;
    color:#fff;
}
.theme-dark .timestamp{
    color:#fff;
}
.tab-pane h2,
.tab-pane h3,
.tab-pane h4,
.related_podcasts h2 {
    font-size: 16px;
    color: #000000;
}

.tab-pane, .tab-pane p,
.tab-pane li {
    font-size: 12px;
}

.related_podcasts h2 {
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Number of lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.related_podcasts {
    width: 100%;
    gap: 10px;
    display: flex;
    flex-direction: column;
}

.description,
li,
.takeways,
.transcript_time,
.transcript_des {
    font-size: 13px;
    color: #3d424a;
}

#play {
    font-size: 11px;
}

.related_podcast_img_container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.related_podcast_img {
    height: 80%;
    border-radius: 12px;
}

.related_podcasts .card_body {
    height: 130px;
}

    .related_podcasts .card_body .type p {
        margin: 0;
    }

.ViewAllPodcast {
    font-size: 12px;
    width: 100%;
    background: transparent;
    padding: 15px;
    margin: 10px 0;
    border-radius: 25px;
    border: 1px solid #394dec;
    color: #394dec;
    font-weight: 700;
    text-transform: uppercase;
}

.social_media_icons {
    display: flex;
    gap: 20px;
}

/*    .social_media_icons img {
        width: 20px;
        height: 20px;
    }*/

/*.circle {
    border-radius: 50%;
    border: 1px solid #6b7280;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}*/

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
.podcast-pagination{
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.pagination-left {
    gap: 10px;
    font-weight: 500;
    font-size: 14px;
    align-items: center;
    display:none;
}
.pagination_select {
    position: relative;
    z-index: 10;
    gap: 8px;
    width: 70px;
    height: 45px;
    border-radius: 8px;
    border: 1px solid rgba(0, 129, 228, 0.3019607843);
    display: flex;
    align-items: center;
}
    .pagination_select > select {
        width: 70px;
        padding: 10.5px 15px;
        font-family: "Nunito", sans-serif !important;
        font-weight: 500;
        font-size: 14px;
        color: #333333;
        cursor: pointer;
    }
    .pagination_select > img {
        position: absolute;
        top: 50%;
        right: 15px;
        transform: translateY(-50%);
    }
.pagination-right {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
}
    .pagination-right > button {
        position: relative;
        width: 32px;
        aspect-ratio: 1;
        border: 1px solid rgba(0, 130, 230, 0.3019607843);
        border-radius: 50px;
        background: #fff;
        font-family: "Nunito", sans-serif !important;
        transition: all 300ms ease-in-out;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .pagination-right > button.active {
        border: 1px solid #0081e4;
        background: #0081e4;
        color: #fff;
        font-weight: 500;
        font-size: 13px;
    }
.theme-dark .pagination-right > button.active {
    background: #0081e4;
}

.theme-dark .pagination-right > button {
    background: #000;
}
.social_media_links p{
    font-size:12px;
}
.card-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
@media only screen and (max-width: 766px) {
    .tabs_container .tabs ul {
        width: unset !important;
    }
    .search-input {
       
        display: block !important;
        width: 100% !important;
    }
    .breadcrumb{
        padding:0;
    }
}
@media screen and (min-width: 768px) {
    .search-container {
        display: flex;
        justify-content: space-between;
        flex-direction: row-reverse;
        align-items: center;
        gap: 20px;
    }

    .search-box {
        width: 336px;
    }
    .container h1 {
        font-family: 'Nunito';
        font-size: 45px;
        font-weight: 600;
    }

    

    .card_body {
        /*        gap: 0;*/
    }

    .tabs_container {
        display: flex;
        gap: 100px;
    }

    .tabs {
        width: 80%;
    }

    .nav-tabs .nav-link.active,
    .nav-link {
        height: 60px;
        font-weight: 600;
    }

    .details_card_body {
        height: 300px;
        width: 100%;
    }

        .details_card_body .type {
            font-size: 16px;
        }

        .details_card_body .card_title {
            font-size: 36px;
            color: #1a1a1a;
        }

    .related_podcasts {
        width: 40%;
        
    }

        .related_podcasts .card_body {
            gap: 10px;
        }

    .related_podcast_img {
        height: 100%;
        width: 100%;
    }

    .three_div {
        flex: 0 0 calc((100% - 40px) / 3);
    }

    .pagination-left {
        display: flex;
    }

    .transcript_time{
        color: black;
        font-weight: bold;
        font-size: 13px;
    }
}
