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

.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: 20px;
    padding-bottom: 10px;
}

.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;
}

.circle {
    border-radius: 50%;
    width: 45px;
    height: 45px;
    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;
    height: 3em;
    overflow: hidden;
    margin: 0;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

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

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

@media (max-width: 640px) {
    .circle {
        border-radius: 50%;
        width: 35px;
        height: 35px;
        background: #1976D2;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        margin-right: 15px;
    }

    .play-icon {
        color: white;
        font-size: 20px !important;
    }

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

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

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

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

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

.donate-buttons {
    width: 100%;
    border-radius: 5pt;
    border: #707070 1pt solid;
    text-decoration: none !important;
    color: #444444 !important;
    font-weight: bold;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase !important;
}

.donate-buttons:hover {
    background: #444444;
    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;
    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% 5%;
}

.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%);
}

.modal-close-btn {
    color: black;
    font-weight: bold;
    font-size: 150%;
}

.modal-close-btn:hover {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

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

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

.simple-boost-icon-spin {
    display: inline-block;
    -webkit-animation: loadingCircle 1s infinite linear;
    animation: loadingCircle 1s infinite linear;
}
@keyframes loadingCircle {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
