html, body {
    height: 100%;
}

body {
    margin: 0;
    background: white;
    font-family: 'Roboto', sans-serif;

    display: flex;
    flex-direction: column;
    min-height: 100vh; /* 100% of the Viewport Height */
}

.roboto-font {
    font-family: 'Roboto', sans-serif;
}

.quicklink-title {
    color: #707070;
    font-weight: bold;
}

.p-text {
    color: black;
    font-size: 14px;
}

.left-text {
    text-align: left;
}

.right-text {
    text-align: right;
}

.white {
    color: white;
}

.black {
    color: black;
}

.link-box {
    border: #707070 1pt solid;
    border-radius: 10pt;
    width: 21%!important;
    height: auto;
    aspect-ratio: 1;
    /*margin-right: 16px;*/
    display: none;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    margin-right: 4%;
}

.ep-box {
    border-bottom: solid 2pt #1976D2;
    text-align: left;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

div[id^=episode-notes-] {
    padding-left: 1ch;
    padding-right: 1ch;
}

#ql-episode-list .ep-box:first-child {
    border-top: solid 2pt #1976D2;
    padding-top: 15px;
    margin-top: 25px;
}

.episode-link {
    font-weight: bold;
    color: black;
    text-decoration: none;
}

.episode-link:hover {
    text-decoration: none;
    color: black;
}

.hideContent {
    overflow: hidden;
    line-height: 1.5em;
    max-height: 4.5em;
    display: -webkit-box;
    -webkit-line-clamp: 4.5;
    -webkit-box-orient: vertical;
}

.showContent {
    line-height: 1.5em;
    height: auto;
}

.ql-tab {
    width: 100%;
    height: calc(2vh + 2em);
    padding: 0;
}

.ql-tab button.active {
    border-bottom: 3px solid #1976d2;
    font-weight: bold;
}

.ql-tab button {
     background-color: inherit;
     float: left;
     border: none;
     outline: none;
     cursor: pointer;
     padding: 1vh 0;
     margin-right: 2em;
     transition: 0.3s;
     width: auto;
 }

.tabcontent {
    display: none;
}

.tabcontent.active {
    display: block;
}

.circle {
    border-radius: 50%;
    width: 55px;
    height: 55px;
    background: #1976D2;
    aspect-ratio: 1;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
}

.circle:hover {
    background: #0A246A;
}

.play-icon {
    color: white;
    font-size: 25px !important;
    margin-left: 5px;
}

.lines-2 {
    line-height: 1.5em;
    margin: 0;
    width: 100%;
    background-color: white;
}

.ep-title-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.ql-ep-title, .ql-ep-title-main {
    text-align: left;
    font-weight: bold;
    margin-bottom: 4px;
    margin-top: 0;
}

.ep-box p {
    line-height: 18px;
}

@media (min-width: 900px) {
    .modal-dialog {
        max-width: 50% !important;
        margin: 1.75rem auto;
    }
}

@media (max-width: 640px) {

    .ad-image {
        display: none  !important;
    }
}

.link-row {
    text-decoration: none !important;
    border: #1976d2 1pt solid;
    height: 45px;
    margin-top: 15px;
    border-radius: 5pt;
    margin-left: 1px;
    margin-right: 1px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #1976d2;
}

.ql-btn {
    font-size: 14px;
    padding: 0.5rem 1.5rem;
}

.ql-side-menu-btn {
    border-radius: 1.75em;
    padding: 6px;
    background-color: rgba(255, 255, 255, 0.25);
}

.ql-side-menu-btn i {
    font-size: 150%;
    vertical-align: middle;
}

.modal.fade {
    margin-top: 0;
    top: 0;
    height: 100vh;
    width: 100vw;
    font-size: 14px;
}

.modal-content {
    height: 100%;
    max-width: 400px;
    width: 33%;
    float: left;
    border: none;
    border-radius: 0 0.3rem 0.3rem 0;
    background-color: #EEEEEE;
    color: #444444;
}

.modal-header {
    padding-left: 5%;
    display: block;
    padding-bottom: 0;
    padding-top: 3rem;
}

.modal-body {
    padding: 1% 5% !important;
}

.modal-dialog {
    margin: 0;
    max-width: 100% !important;
    width: 100%;
    height: calc(100% - 60px);
}


body {
    padding-right: 0 !important;
}

#container {
    flex-grow: 1;
}

#container .row {
    margin-right: 0;
    margin-left: 0;
}

.modal-close-btn, .modal-close-all-btn {
    color: #444444;
    font-weight: bold;
}

#ql-qr-img {
    padding-top: 1em;
}

.ql-sidebar-link i {
    width: 24px;
    height: 24px;
    font-size: 150%;
    vertical-align: middle;
    font-weight: bold;
}

.ql-sidebar-link, .ql-sidebar-link:hover {
    color: #444444;
    text-decoration: none;
 }

.modal-close-btn.x, .modal-close-all-btn.x {
    border-radius: 12px;
    padding: 0 4px;
    font-size: 1rem;
    width: 24px;
    height: 24px;
    background-color: #d6d6d6;
}

.modal-close-btn:hover, .modal-close-all-btn:hover {
    color: #444444;
    text-decoration: none;
    cursor: pointer;
}

#footer {
    width: 100%;
}

#footer.footer-fixed {
    position: fixed;
    bottom: 0;
    z-index: 1200;
}

.link-row:hover {
    background: #1976d2;
    color: white !important;
}

.link-row p {
    font-size: 14px;
}

.link {
    text-decoration: none !important;
}

.link:hover {
    color: white !important;
}

.donate-buttons {
    border-radius: 5pt;
    text-decoration: none !important;
    display: flex;
    align-items: center;
    padding-top: 1ch;
    padding-bottom: 1ch;
    justify-content: center;
    text-transform: uppercase !important;
    width: 20%;
    font-size: 14px;
    color: #1976d2;
    background-color: white;
    border: 1px solid #1976d2;
    margin-right: 1em;
}

.donate-buttons:hover {
    background: #1976d2;
    color: white !important;
    cursor: pointer;
}

.boost-button {
    width: auto;
    border-radius: 7pt;
    text-decoration: none !important;
    color: white !important;
    background-color: #1976D2;
    font-weight: bold;
    height: 40px;
    float: right;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase !important;
    padding-left: 10px;
    padding-right: 10px;
}

.boost-button:hover {
    background-color: #0A246A;
    color: white !important;
    cursor: pointer;
}

.boost-button-big {
    width: auto;
    border-radius: 7pt;
    text-decoration: none !important;
    color: white !important;
    background-color: #1976D2;
    font-weight: bold;
    height: 45px;
    font-size: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase !important;
    padding: 5% 25%;
}

.boost-button-big:hover {
    background-color: #0A246A;
    color: white !important;
    cursor: pointer;
}

.donate-buttons:hover img {
    filter: invert(100%) sepia(0%) saturate(2%) hue-rotate(222deg) brightness(115%) contrast(101%);
}

.credits {
    width: 100%;
}

.boost-txt {
    resize: none;
    width: 100%;
}

.boost-img {
    width: 40%;
}

.simple-boost-icon {
    vertical-align: middle;
}

.simple-boost-icon-spin {
    display: inline-block;
    -webkit-animation: loadingCircle 1s infinite linear;
    animation: loadingCircle 1s infinite linear;
}

.record-circle {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    opacity: 1;
    margin-right: 6px;
    margin-top: 8px;
    background: #444444;
    display: inline-block;
}

.record-circle.red {
    background: #F40005;
}

.live-title {
    font: normal normal bold 28px/32px Roboto Slab;
    font-weight: bold;
    letter-spacing: 0px;
    color: #444444;
    opacity: 1;
    display: inline-block;
}

.live-title.red {
    color: #F40005;
}

#record-container .btn {
    font-size: 14px;
    line-height: 30px;
    padding: 0 0.75rem;
    color: white;
}

#record-container .btn.record-date {
    background-color: #8B8B8B;
}

#record-container .btn i {
    font-size: 18px;
    vertical-align: middle;
    margin-right: 4px;
}

.live-ended-container {
    font-size: 14px;
    line-height: 32px;
    padding: 0 0.75rem;
    background-color: #8B8B8B;
    color: white;
    border-radius: 5pt;
}

#record-container {
    background-color: #eeeeee;
    display: inherit;
    padding: 4px 6px 4px 8px;
    border-radius: 5pt;
}
#mobile-links-list {
    display: none;
}
#bottom-half-white-column {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding: 0;
    float: right;
}
#paginate-contents {
    width: 85%;
    padding-left: 1.5rem;
}
@keyframes loadingCircle {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.program-img-container {
    width: 70%;
    float: right;
}
.program-img-container img {
    width: 100%;
    aspect-ratio: 1;
}
#menu {
    margin-left: 10%;
    margin-top: 2em;
}
#dest {
    margin-right: 10%;
    margin-top: 2em;
}
.top-buttons-container {
    height: 6em;
}
#transparent-column-container {
    top: 6em;
    z-index: 10;
    background-color: transparent;
}
.text-white {
    color: white !important;
}
.text-dark {
    color: #444444 !important;
}
.program-details-container {
    width: 85%;
    float: left;
    text-align: left;
    padding-left: 1.5rem;
}
#paginate-contents {
    padding-top: 3em;
    width: 85%;
    float: left;
}
.show-more {
    padding-left: 1ch;
}
.nav-items {
    padding-left: 1rem;
    width: 85%;
    float: left;
}
.person {
    margin-top: 1em;
    margin-right: 1.5em;
    display: inline-block;
}
.person-img {
    display: inline-block;
    border-radius: 10px;
    vertical-align: top;
    margin-right: 1ch;
}
.person-details {
    display: inline-block;
}

@media (max-width: 1200px) {
    .person {
        display: block;
    }
}

@media (max-width: 935px) {
    /* Buttons at the top start needing responsiveness, as do the list buttons. image still looks ok next to words */
    .donate-buttons {
        width: 45%;
        display: inline-block;
        text-align: center;
    }
    #boost.donate-buttons {
        margin-right: 0;
    }
    .row.donate-live-container {
        justify-content: space-between;
    }
    #record-container {
        width: 100%;
        margin-top: 1em;
        justify-content: space-between;
    }
    #main-links-list {
        display: none;
    }
    #mobile-links-list {
        float: left;
        display: block;
        width: 100%;
        margin: 0 auto;
    }
    #bottom-half-white-column {
        float: left;
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 2em;
        padding-right: 2em;
    }
    #paginate-contents {
        padding-left: 0;
        margin: auto;
        width: 100%;
    }
    .program-img-container {
        width: 85%;
        float: left;
        margin-left: 2em;
    }
    .program-details-container {
        width: calc(100% - 2em);
    }
    #menu {
        margin-left: 2em;
    }
    #dest {
        margin-right: 2em;
    }
    .nav-items {
        justify-content: center;
        padding-left: 0;
        width: 100%;
    }
    .person {
        display: inline-block;
    }
}

@media (max-width: 767px) {
    .program-img-container {
        width: 100%;
        float: left;
        text-align: center;
        margin-left: 0;
    }
    .program-img-container img {
        width: 7em;
    }
    #menu {
        margin-top: 1em;
        margin-left: 1em;
    }
    #dest {
        margin-top: 1em;
        margin-right: 1em;
    }
    .top-buttons-container {
        height: 4em;
    }
    #transparent-column-container {
        top: 4em;
    }
    .text-white {
        color: #444444 !important;
    }
    #top-half-color {
        height: 8em;
    }
    .program-details-container {
        width: 100%;
        top: 7em;
        position: relative;
        text-align: center;
        padding-left: 1em;
        padding-right: 1em;
    }
    #paginate-contents, #mobile-links-list, #footer {
        top: 16em;
        position: relative;
        width: 100%;
    }
    #mobile-links-list {
        margin-bottom: 1em;
    }
    #footer {
        font-size: 80%;
    }
    #footer.footer-fixed {
        top: unset;
    }
    #paginate-contents {
        padding-top: 0;
    }
    .modal-content {
        width: 100%;
        max-width: 100%;
    }
    .modal.fade.show {
        padding-right: 0 !important;
    }
    /*#about {*/
    /*    display: none;*/
    /*}*/
    .circle {
        /*width: 45px;*/
        /*height: 45px;*/
        display: flex;
        /*margin-right: 15px;*/
        /*margin-bottom: auto;*/
    }

    .play-icon {
        color: white;
        font-size: 25px !important;
        margin-left: 3px;
    }
    .ql-ep-title {
        line-height: 19px;
        max-height: 19px;
        font-size: 100%;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }
    .title-desc-column {
        display: flex;
        flex-direction: column;
        overflow: hidden;
    }
    #bottom-half-white-column {
        padding-left: 1em;
        padding-right: 1em;
    }
    .person {
        display: block;
    }
    .ql-btn {
        padding: 0.5rem;
    }

}

.no-episodes-card {
    background-color: #f9f9f9;  /* A very light gray background */
    border: 1px solid #e0e0e0;  /* A light border */
    border-radius: 8px;         /* Rounded corners */
    padding: 2.5rem 1.5rem;     /* Generous padding (top/bottom, left/right) */
    text-align: center;         /* Center all the content */
    margin-top: 2rem;           /* Give it some space from the top */
    color: #757575;            /* A softer gray for the text */
}

/* Style the icon */
.no-episodes-card .fa {
    font-size: 3rem;            /* Make the icon large */
    color: #1976D2;            /* Use your Blubrry blue brand color */
    margin-bottom: 1rem;
}

/* Style the heading */
.no-episodes-card h4 {
    font-size: 1.25rem;
    color: #333;               /* Darker color for the heading */
    font-weight: 600;
    margin-bottom: 0.5rem;
}

/* Style the paragraph text */
.no-episodes-card p {
    font-size: 1rem;
    margin-bottom: 0;
}
