﻿/* START Bottom navigation bar selections */
.fa-user.homeactive, .fa-headphones-simple.channelactive, .fa-users.communityactive {
    color: #4FB3BD;
}

.footer p.small.homeactive {
    color: #4FB3BD;
}

.footer p.small.channelactive {
    color: #4FB3BD;
}

.footer p.small.communityactive {
    color: #4FB3BD;
}
/* END Bottom navigation bar selections */

/*This is correct when looking directly through a browser, but something
    in the MAUI Blazor is not liking it
*/
.speech-bubble {
    color: #FFFFFF;
}

/*Keeps MudBlazor MudButton from captializing text*/
.btn-primary {
    text-transform: none;
}

/*top-space padding off for full width buttons*/
.top-button-space {
    padding-top: 54px !important;
}

/*Menu LI spacing*/
.menuLI:not(:last-child) {
    margin-bottom: 10px;
}

/*added bottom padding, added overflow-wrap*/
.container.prayer-wall {
    overflow-wrap: break-word;
    padding: 54px 1.5rem 54px 1.5rem;
}

/* START Mini Player pause button */
.mini-player .fa-pause {
    font-size: 1.75em;
    margin: 9px;
}
/* END Mini Player pause button */

.btn-primary:disabled,
.btn-primary:disabled:active,
.btn-primary:disabled:hover,
.btn-primary:disabled:focus {
    color: #ffffff !important;
    font-size: 1rem;
    font-family: "Helvetica", sans-serif;
    font-weight: bold;
    padding: 0.75rem;
    border-radius: 0.5rem;
    background-color: #343434;
    border: 1px solid #343434;
    width: 100%;
    color: #555;
}
/* END Continue button handling*/

/*JON'S UPDATES*/

/* GENERAL CHANGES*/
/* Bottom margin having no effect in blazor. Changing to padding seems to work. */
.body-footer-margin {
    padding-bottom: 130px;
}

.dropdown-item:active {
    background-color: #29828A;
}

.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
    background-color: #29828A;
}

.listen-next-setup {
    padding-bottom: 100px;
}

.btn-disabled, .btn-disabled:active, .btn-disabled:focus, .btn-disabled:hover {
    background-color: #d7d7d7;
    width: 100%;
    color: #000;
}
/* Need different bottom padding when mini-player doesn't exist */
.body-footer-margin-no-player {
    padding-bottom: 81px;
}

.bottom-space {
    margin-bottom: 81px;
}

.bottom-space-no-player {
    margin-bottom: 60px;
}

.form-control:disabled {
    color: #808080;
    background-color: rgb(50, 50, 50);
}

/*EPISDOE LIST PAGE*/
/* Concerning the Large Header (episode list page)... */
.bg-channel-episodes, .channel-episodes-top, .episode-list-container, .channel-episodes-title {
    transition: all 0.5s ease;
}

.episode-list-container {
    margin-top: 358px;
}

.episode-list-container-collapsed {
    margin-top: 177px;
}

/* Episode List settings circle */
.ch-list-settings-bg {
    color: #212529;
}

/* Episode List additional Margin */
.additionalMargin {
    margin-top: 100px;
}

/* Episode List Min Height */
/*
    This adds extra blank space on the episode list in order to stop a short episode list from constantly expanding the header. Currently, the header behaves differently so we don't need the blank space.
    .episode-list-container {
    min-height: 100vh;
}
*/
.embeddedVideoTitle {
    font-size: 16px;
    font-weight: 700;
    color: #aaaaaa;
    letter-spacing: 1.3px;
    text-transform: uppercase;
}

.separator-line {
    width: 228px;
    height: 1px;
    background-color: #4fb3bd;
    margin: 0 auto;
}

.app-settings .btn {
    margin-top: 20px;
}

.app-settings .account-header p {
    margin-top: 0.7em;
}

.app-settings .account-header {
    margin-bottom: 2em;
}

.fa-stack.float-end {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #212529;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: none;
    margin-right: 16px;
    color: #fff;
    cursor: pointer;
    transition: background 0.2s;
}

/*EPISODE LIST OPTIONS MODAL*/
.channel-options-modal {
    /*background-color: #33333390;*/
}

    .channel-options-modal h6 {
        font-size: 0.875rem;
        padding-bottom: 1rem;
    }

    .channel-options-modal .modal-header {
        margin-bottom: 2rem;
    }

    .channel-options-modal label,
    .dropup label {
        color: #ffffff;
        padding-top: 0.3rem;
        padding-left: 0.875rem;
        font-size: 1.125rem;
    }

    .channel-options-modal .radio:checked,
    .dropup .radio:checked {
        background-color: #4FB3BD;
        background-image: url(../images/check-solid-white.png);
        background-size: 1.3rem;
    }

    .channel-options-modal .radio,
    .dropup .radio {
        height: 1.7rem;
        width: 1.7rem;
        background-color: #4d4d4d;
    }

    .channel-options-modal .form-switch .form-check-input,
    .app-settings .form-switch .form-check-input,
    {
        background-image: url(../images/circle.png);
        height: 1.75rem;
        width: 2.9rem;
        background-color: #999999;
    }

        .channel-options-modal .form-switch .form-check-input:checked,
        .app-settings .form-switch .form-check-input:checked {
            background-color: #4FB3BD;
        }

    .channel-options-modal .form-check-reverse {
        text-align: left;
    }

        .channel-options-modal .form-check-reverse label {
            padding-left: 0;
            padding-top: 0.4rem;
        }

    .channel-options-modal .bg {
        margin-top: 1.5rem;
    }

.form-check-input:focus, .form-check-input:focus-visible {
    outline: none;
    box-shadow: none;
}

.bg {
    background-color: #555555E6;
    padding: 0.5rem 1.5rem 0.8rem 1.5rem;
    border-radius: 20px;
}

.listen-next-pickup-date-group {
    color: white;
}

.dropup .dropdown-menu-dark.show {
    background-color: #343434;
    border-radius: 0;
    padding: 0 24px;
    border-color: #343434;
    left: -67px !important;
    bottom: 20px !important;
}

.dropup .dropdown-menu-dark .dropdown-header {
    padding: 16px 0 4px 0;
}

    .dropup .dropdown-menu-dark .dropdown-header span {
        padding-right: 8px;
    }

.dropup .dropdown-menu-dark:after {
    content: "";
    position: absolute;
    bottom: -15px; /* value = - border-top-width - border-bottom-width */
    left: 75px; /* controls horizontal position */
    border-width: 15px 15px 0; /* vary these values to change the angle of the vertex */
    border-style: solid;
    border-color: #343434 transparent;
    /* reduce the damage in FF3.0 */
    display: block;
    width: 0;
}

.dropup h6 {
    text-transform: none;
}

/* Darker color for disabled buttons on player page */
.player-control-disabled {
    color: #343434;
}

/* Scrub bars */
input[type="range"],
input[type="range"]::-webkit-slider-runnable-track,
input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    transition: all ease 100ms;
    height: var(--thumb-height);
    position: relative;
}

input[type="range"] {
    font-size: 0.5rem;
    width: 100%;
    cursor: grabbing;
    color: #f2f2f2;
    --thumb-height: 2em;
    --track-height: 0.125em;
    --track-color: #555555;
    --clip-edges: 0.125em;
    position: relative;
    background: transparent;
    overflow: hidden;
}

    input[type="range"]::-webkit-slider-runnable-track {
        background: linear-gradient(var(--track-color) 0 0) scroll no-repeat center / 100% calc(var(--track-height) + 1px);
    }

input[type=range]::-webkit-slider-thumb {
    --thumb-radius: calc((var(--thumb-height) * 0.5) - 1px);
    --clip-top: calc((var(--thumb-height) - var(--track-height)) * 0.5 - 0.5px);
    --clip-bottom: calc(var(--thumb-height) - var(--clip-top));
    --clip-further: calc(100% + 1px);
    --box-fill: calc(-100vmax - var(--thumb-width, var(--thumb-height))) 0 0 100vmax currentColor;
    width: var(--thumb-width, var(--thumb-height));
    background: linear-gradient(currentColor 0 0) scroll no-repeat left center / 50% calc(var(--track-height) + 1px);
    background-color: currentColor;
    box-shadow: var(--box-fill);
    border-radius: var(--thumb-width, var(--thumb-height));
    filter: brightness(100%);
    clip-path: polygon( 100% -1px, var(--clip-edges) -1px, 0 var(--clip-top), -100vmax var(--clip-top), -100vmax var(--clip-bottom), 0 var(--clip-bottom), var(--clip-edges) 100%, var(--clip-further) var(--clip-further) );
}

/* Activated episode buttons */
.btn-active-jon {
    background-color: #29828A;
}

/* MudBlazor messing with home screen bell icon */
.display-block-override {
    display: block;
}


/* fixes blocking scroll in Episode List introduced in MudBlazor 8.12 */
.mud-swipearea {
    touch-action: pan-y;
}

/* SWIPE STUFF */
.swipeArea {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
}

    .swipeArea::-webkit-scrollbar {
        display: none;
    }

.swipe-content.swiped {
    transform: translateX(-75vw);
    transition: transform 0.3s cubic-bezier(.4,0,.2,1);
}

.swipe-content {
    width: 100%;
    transform: translateX(0);
    transition: transform 0.3s cubic-bezier(.4,0,.2,1);
}

.bg-episode-list-item {
    flex: 2 0 100%;
    max-width: calc(680px - 3rem);
}

.input-group {
    flex-wrap: nowrap;
}

.swipe-actions {
    position: absolute;
    right: 2em;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
}

.swipe-items {
    margin-left: 1.5rem;
}

.swipe-items-container {
    display: flex;
    align-items: center;
}

@media only screen and (max-height: 600px) {
    .footer {
        position: unset;
    }
}

.footer {
    z-index: 100;
}

/* Padding issues on no-scrolling page */
.no-bottom-padding {
    padding-bottom: 0px !important;
}

.row.social-media {
    margin-bottom: 0px !important;
}

/* Post prayer button needs to stay above other elements on page */
.top-button {
    z-index: 100;
    margin-top: -1px;
}

.bottom-button {
    z-index: 100;
    bottom: 59px;
}

.bottom-button-mini-player {
    z-index: 100;
    bottom: 119px;
}

/* Matching CSS for reading. Utilizing classes in database HTML */
h1.passage-display {
    padding-bottom: 0.5rem !important;
    font-size: calc(1.325rem + .9vw);
    font-weight: 500;
    line-height: 1.2;
    padding-top: 0;
    text-align: start;
}

/* Episode List Page loading margin */
.episodeListLoading {
    margin-top: 358px;
}

/* Button states */
.btn-swipe-actions:hover,
.btn-swipe-actions:active,
.btn-swipe-actions:focus,
.btn-swipe-actions:target {
    background-color: #282828;
    border-color: #000000;
}

.btn-swipe-actions.active:hover,
.btn-swipe-actions.active:active,
.btn-swipe-actions.active:focus,
.btn-swipe-actions.active:target {
    background-color: #29828A;
    border-color: #000000;
}

.btn.active {
    border-color: #000000;
}

/*Connectivity backgrounds*/
.internet-connected {
    background-color: green;
    text-align: center;
}

.not-internet-connected {
    background-color: orangered;
    text-align: center;
}

.api-connected {
    background-color: green;
    text-align: center;
}

.not-api-connected {
    background-color: orangered;
    text-align: center;
}

/* Pause button turning transparent on us */
.fa-duotone:after {
    opacity: 1 !important;
}






/* Achievement component */
.namedescription {
    transform: translate(0%, 0%) rotate(90deg);
    padding: .85rem;
    margin: 5px;
}

.donut-segment {
    transform-origin: center;
}

.donut-segment-base {
    animation: donut2 1s;
}

.donut-segment-fill {
    animation: donut2 1s;
    transform: rotate(90deg);
}

.fancy {
    font: italic 13px serif;
}

.container__progressbars {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    min-width: 270px;
    width: 100%;
    min-height: 100%;
}

.centerIt2 {
    position: absolute;
    top: 52%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(90deg);
}

.centerIt {
    position: absolute;
    top: -48%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(90deg);
}

.badgeContainer, .audioProgressHomeContainer {
    display: grid;
    place-items: center;
}

.progressbar__fontImage {
    grid-column: 1;
    grid-row: 1;
}

.C2ITRadialGauge {
    grid-column: 1;
    grid-row: 1;
}

.progressbar-text {
    font-size: 10px;
    color: #aaa;
    display: block;
    text-align: center !important;
}

.achievementprogressvalues {
    stroke-dasharray: 188.42;
    stroke-dashoffset: 188.42;
}

/* Some elements overlapping top nav pills */
.pills-row {
    z-index: 100;
}



/* Journal */
.journal-title {
    font-weight: 500;
    background-color: transparent;
}

.journal-sub-text {
    font-size: 12px;
}

.journal-text-area {
    background-color: transparent;
    width: 100%;
}

    .journal-text-area:focus-visible {
        outline: solid #555;
    }

.btn-rte {
    border-radius: 0;
}

/* padding stuff */
.fixed-bottom {
    margin-bottom: 0 !important;
    bottom: 0;
}

.top-space {
    padding-top: 53px;
}

/* Prayer Hotline */
.prayer-hotline {
    width: 100%;
}

.row.prayer-hotline {
    width: auto;
}

.prayer-hotline h1 {
    display: block;
}

.prayer-hotline .text-center.position-absolute {
    left: 0;
}


/* DONATE */
.give {
    min-height: 100vh;
    height: 100%;
    background-position: bottom center;
    background-size: cover;
    background-color: rgb(0, 0, 0, 0.75);
    background-blend-mode: darken;
}

.teal-divider {
    width: 20%;
    background-color: #29828A;
    height: 2px;
    margin: 1em auto 1.5em auto;
}

.give-buttons {
    margin-top: 8em;
}

    .give-buttons .bg-donation-selection {
        padding: 0.75em;
    }

    .give-buttons span {
        line-height: normal;
        display: inline-flex;
        flex-direction: column;
    }

.other-amount-input {
    background-color: transparent;
    text-align: center;
}

.bg-donation-selection {
    background-color: #555555E6;
    text-align: center;
    padding: 1.25em;
    font-weight: bold;
    font-size: 1rem;
    font-family: "Helvetica", sans-serif;
}

    .bg-donation-selection.active {
        background-color: #29828A;
        opacity: 1;
    }

.give-title-subtitle {
    text-align: center;
    padding-bottom: 1.25em;
}

    .give-title-subtitle h1 {
        padding-top: 0.25em;
        padding-bottom: 0;
    }

.bottom-buttons {
    position: absolute;
    bottom: calc(1.5em + 60px);
    left: 1.5em;
    right: 1.5em;
}

.bottom-buttons-with-keyboard {
    margin-top: 2em;
    margin-bottom: 2em;
}

.date-picker {
    background-color: transparent;
    color: transparent;
}

.start-date, .give-frequency {
    position: relative;
    justify-content: flex-start;
}

    .start-date input {
        position: absolute;
        left: 0;
        width: 100%;
    }

.start-date-label, .frequency-label {
    margin-bottom: 0;
    text-align: start;
    width: 100%;
}

    .start-date-label p, .frequency-label p {
        margin-bottom: 0;
    }

.align-end {
    text-align: end;
}

.variable-option {
    position: relative;
    margin-bottom: 0;
}

    .variable-option p {
        position: absolute;
        left: 0;
    }

.dropdown-item {
    color: white;
}

@supports (-webkit-appearance: -apple-pay-button) {
    .apple-pay-button-with-text {
        display: inline-block;
        -webkit-appearance: -apple-pay-button;
        -apple-pay-button-type: buy;
    }

        .apple-pay-button-with-text > * {
            display: none;
        }

    .apple-pay-button-black-with-text {
        -apple-pay-button-style: black;
    }

    .apple-pay-button-white-with-text {
        -apple-pay-button-style: white;
    }

    .apple-pay-button-white-with-line-with-text {
        -apple-pay-button-style: white-outline;
    }
}


@supports not (-webkit-appearance: -apple-pay-button) {
    .apple-pay-button-with-text {
        --apple-pay-scale: 1; /* (height / 32) */
        display: inline-flex;
        justify-content: center;
        font-size: 12px;
        border-radius: 5px;
        padding: 0px;
        box-sizing: border-box;
        min-width: 200px;
        min-height: 32px;
        max-height: 64px;
    }

    .apple-pay-button-black-with-text {
        background-color: black;
        color: white;
    }

    .apple-pay-button-white-with-text {
        background-color: white;
        color: black;
    }

    .apple-pay-button-white-with-line-with-text {
        background-color: white;
        color: black;
        border: .5px solid black;
    }

    .apple-pay-button-with-text.apple-pay-button-black-with-text > .logo {
        background-image: -webkit-named-image(apple-pay-logo-white);
        background-color: black;
    }

    .apple-pay-button-with-text.apple-pay-button-white-with-text > .logo {
        background-image: -webkit-named-image(apple-pay-logo-black);
        background-color: white;
    }

    .apple-pay-button-with-text.apple-pay-button-white-with-line-with-text > .logo {
        background-image: -webkit-named-image(apple-pay-logo-black);
        background-color: white;
    }

    .apple-pay-button-with-text > .text {
        font-family: -apple-system;
        font-size: calc(1em * var(--apple-pay-scale));
        font-weight: 300;
        align-self: center;
        margin-right: calc(2px * var(--apple-pay-scale));
    }

    .apple-pay-button-with-text > .logo {
        width: calc(35px * var(--scale));
        height: 100%;
        background-size: 100% 60%;
        background-repeat: no-repeat;
        background-position: 0 50%;
        margin-left: calc(2px * var(--apple-pay-scale));
        border: none;
    }
}

/*DONATION HISTORY*/
.donation-amount {
    color: #4FB3BD !important;
    padding-bottom: 1.75em;
}

.next-donation {
    padding-top: 1em;
}

.donation-details-header {
    padding-top: 1em;
}

.donation-summary p {
    margin-bottom: -0.2em;
}

.donation-buttons {
    text-align: center;
}

.donation-summary .next-donation {
    padding-bottom: 2em;
}

.stop-pause-donations-buttons {
    margin-top: 1.25em;
}

.contact-customer-service {
    color: #4FB3BD;
}

.table-title {
    font-size: 1em;
}

th, td {
    color: white;
    font-size: 0.9em;
}

th {
    border-bottom-color: #d7d7d7;
}

td {
    border-bottom: none;
}

.gray-line {
    border-color: #d7d7d7;
}

.full-width {
    width: 100vw;
    margin-left: -1.5rem;
}

.transaction-history th {
    font-weight: 400;
}

/*ORDER HISTORY*/
.order-history-image {
    width: 48px;
    max-width: 48px;
    height: 48px;
    margin: 0.2em;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.card-text-white {
    color: #FFF !important;
}

.order-history-summary-container {
    padding-top: 0.4em;
}

.order-hhistory h5 {
    font-size: 0.9em;
}

.order-history p {
    font-size: 0.8em;
}

.order-history-images.row {
    margin-left: 0;
}

.customer-service-form-modal .modal-header {
    position: relative;
}

    .customer-service-form-modal .modal-header i {
        color: #FFF;
        position: absolute;
        right: 0;
        z-index: 100;
        font-size: 3em;
    }

.customer-service-form-modal .modal-body {
    margin-top: 3.5em;
}

    .customer-service-form-modal .modal-body .form-control {
        margin-top: 1em;
    }

.form-message {
    height: 20em;
    resize: none;
}

.order-detail-row img {
    max-width: 80px;
}

.order-history-buttons .btn {
    margin-bottom: 2em;
}

.order-list-item-header span:first-child {
    margin-right: 0.5em;
}

.tablet-order-history-page .card-buttons,
.web-order-history-page .card-buttons,
.tablet-order-history-page .progressbar__fontImage,
.web-order-history-page .progressbar__fontImage {
    color: #FFF;
}

/*ACCOUNT*/
.account-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 25px 0 0 0;
}

    .account-header .avatar {
        width: 70px;
        height: 70px;
        margin-bottom: 10px;
        padding: 0;
    }

    .account-header p, .account-header h5 {
        margin-bottom: 0;
    }

.account-list-group {
    margin: 20px 0 0 0;
}

    .account-list-group li {
        background-color: #333333;
        color: white;
    }

    .account-list-group .row {
        margin-bottom: 0;
    }

.last-item {
    margin-bottom: 0;
}

/*PROFILE*/
.upload-icon {
    position: relative;
    left: 42px;
    bottom: 42px;
}

/*WALLET*/
.card-list {
    margin-top: 75px;
}

.bg-item-list {
    background-color: #333;
    text-align: left;
    margin: 1.3em 0 1.3em 0;
    font-weight: bold;
    font-size: 1rem;
    font-family: "Helvetica", sans-serif;
}

    .bg-item-list .row {
        margin-bottom: 0;
    }

    .bg-item-list h5 {
        font-size: 16px;
        font-weight: 400;
    }

    .bg-item-list p {
        margin-bottom: -0.3em;
        font-size: 16px;
        font-weight: 400;
        color: #BFBFBF;
    }

.default-card {
    margin-top: 1em;
}

.card-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5em;
}

.card-button {
    padding: 0 0.5em 0 0.5em;
}

/* STRIPE */
.stripe {
    padding-top: 64px;
}

/* Elastic Scrolling fix */
html {
    overscroll-behavior: none;
}

body {
    overflow-y: scroll;
}

html, body {
    max-width: 100%;
    overflow-x: hidden;
}

    /* Remove vertical scrollbar */
    html::-webkit-scrollbar, body::-webkit-scrollbar {
        display: none !important;
    }

html, body {
    -ms-overflow-style: none !important;
    scrollbar-width: none !important;
}

/* Social Login Buttons causing a horizontal scroll for some reason */
.social-login-buttons {
    margin-left: 0;
    margin-right: 0;
    display: none;
}

.left-social-login-button {
    padding-left: 0;
}

.center-social-login-button {
    padding-left: 6px;
    padding-right: 6px;
}

.right-social-login-button {
    padding-right: 0;
}

/* PULL TO REFRESH MIN HEIGHT */
.pull-to-refresh {
    min-height: 90vh;
}

/* Hotline select channel's absolute positioning was causing horizontal scroll 

*/
.container .prayer-hotline .scrolling-wrapper {
    width: 95%;
    padding-left: 2.5%;
}

/* Hiding connect to device icon but leaving space */
.hide-icon {
    visibility: hidden;
}

/* Styling for player page buttons and AudioControl when on larger iphone */
/*iPhone 15 Plus and 15 Pro Max*/
/* 1284×2778 pixels at 460ppi */
@media only screen and (width: 430px) {
    .player-connect-text {
        margin-top: 2.35rem;
    }

    .bottom-player-buttons {
        margin-top: 2rem;
    }
}

.bottom-player-buttons-container {
    position: absolute;
    width: 100%;
    bottom: 15px;
}

.bottom-player-buttons {
    position: relative;
    bottom: 0;
}

/* SHOP */
.shopping-cart-badge-container {
    margin-top: 1em;
    margin-bottom: 1em;
    position: sticky;
    top: 80px;
}

.shopping-cart-product-list-page {
    top: 210px;
}

.shopping-cart-badge {
    background-color: #343434;
    padding: 0.3em 0.6em 0.3em 0.6em;
    border-radius: 10px;
    right: 1em;
}

.shop-collection-listing-container {
    padding-top: 1rem;
}

.shop-collection-listing {
    height: 140px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .shop-collection-listing span {
        font-size: 28px;
        font-weight: 900;
    }

.shop-collection-header-container {
    position: fixed;
    width: 100%;
    margin-bottom: 1.5em;
    z-index: 100;
}

.shop-collection-header {
    justify-content: center;
    align-items: center;
    height: 140px;
    display: flex;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

    .shop-collection-header span {
        font-size: 28px;
        font-weight: 900;
    }

.shop-collection-header-collapsed {
    height: 50px;
}

.product-list {
    padding-top: 140px;
}

.product-list-row {
    padding-top: 0.5em;
    padding-bottom: 1em;
}

.product-list-item {
    text-align: center;
}

    .product-list-item img {
        max-width: 90%;
    }

.product-list-item-text {
    padding-top: 1em;
    padding-bottom: 1em;
}

.product-list-item-title {
    justify-content: center;
    display: flex;
    line-height: 1.2em;
    padding-bottom: 1em;
}

.product-list-item-price {
    font-weight: 500;
}

.product-list-button-container .btn-primary {
    padding: 0.3em 1em 0.3em 1em;
    width: auto;
}

.product-image {
    max-width: 90%;
    padding-top: 24px;
}

.shop-dropdown {
    width: 100%;
    margin-bottom: 15px;
}

.product-price {
    font-weight: 500;
}

.shop-product-detail .input-group {
    width: 50%;
}

.input-group-text {
    padding: 0.9rem 1.75rem 0.9rem 1.75rem;
    font-size: 1rem;
    line-height: 1.5;
}

.available-stock {
    padding-top: 15px;
}

.category-link {
    text-decoration: underline;
}

.product-detail-sku {
    margin-top: 1em;
}

.product-detail-categories {
    margin-bottom: 0;
}

/* Splash Screen */

#splash {
    background-color: #be0a1b;
    display: grid;
    place-items: center;
    height: 100vh;
}

    #splash .splash-container {
        text-align: center;
    }

    #splash .splash-image {
        width: 200px;
        max-width: 80%;
        animation-name: spin;
        animation-duration: 2500ms;
        animation-iteration-count: infinite;
        animation-timing-function: linear;
    }

        #splash .splash-image.static {
            animation-name: none;
        }

    #splash .splash-title {
        max-width: 80%;
        width: 200px;
    }


    #splash .splash-spacer {
        height: 30px;
    }

    #splash .splash-text {
        font-family: serif;
        width: 80%;
    }

.busy {
    display: flex;
    white-space: nowrap;
}

.busy-image {
    width: 20px;
    height: 20px;
    animation-name: spin;
    animation-duration: 1000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    margin-left: 5px;
    margin-right: 10px;
}

/*SUBSCRIPTION LIST*/
.subscription-image {
    width: 35px;
    height: 35px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.subscription-list h4 {
    font-weight: 700;
}

.subscription-list h5 {
    font-size: 0.9em;
    margin-bottom: 0;
    overflow-x: visible;
    white-space: nowrap;
}

.subscription-list p {
    font-size: 0.8em;
    color: #fff;
}

.subscription-list .subscription-dates p {
    color: #BFBFBF;
}

.subscription-address-string {
    white-space: nowrap;
    font-size: 0.7em !important;
    color: #FFF;
    margin-bottom: 0.7em !important;
}

.subscription-quantity-frequency {
    margin-bottom: 1em;
}

    .subscription-quantity-frequency p {
        color: #FFF;
    }

.subscription-buttons {
    margin-top: 1em;
}

    .subscription-buttons a {
        font-size: 1em;
        text-align: center;
        white-space: nowrap;
        overflow-x: visible;
    }

.cancel-subscription, cancel-shiptment:hover {
    color: #D9051D;
}

.skip-shipment, .skip-shipment:hover {
    color: #4FB3BD;
}

.primary-product-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 20em;
    margin-top: 0.9em;
    margin-bottom: 1.2em;
}

.subscription-detail .form-group {
    margin-top: 1em;
}

.subscription-detail .subscription-buttons {
    margin-top: 3em;
}

/*DIALOG*/
.success-dialog-icon {
    background-color: transparent;
}

.mud-dialog:has(.success-dialog-icon) {
    background: transparent;
    border: none;
    box-shadow: none;
    overflow: hidden;
}

.mud-dialog:has(.dialog-bg) {
    overflow: hidden;
}

.success-dialog-icon i {
    color: #4FB3BD;
    font-size: 13em;
}

.success-message-dialog-icon {
    color: #4FB3BD;
    font-size: 8em;
    text-align: center;
    margin-top: -0.2em;
    margin-bottom: -0.3em;
}

.dialog-bg {
    background-color: #555555;
    padding: 1em;
}

.dialog-buttons {
    padding-top: 2em;
}

    .dialog-buttons button {
        font-size: 0.9em;
    }

    .dialog-buttons .btn-light-gray-2 {
        color: #FFF;
    }

.dialog-text {
    text-align: center;
}

    .dialog-text p {
        margin-bottom: 0;
        line-height: normal;
        margin-top: 1em;
    }

.img-logo {
    width: 60%;
    height: auto;
    margin: auto;
}

/* Ensure the offcanvas body takes full height and allows scrolling */
.offcanvas-body {
    height: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    padding: 0 !important;
    overflow: hidden !important;
}

/* NAV BAR CHANGES (CHET)*/

.offcanvas {
    padding-top: 200px;
}

.offcanvas-body ul {
    padding-top: 40px;
}

    .offcanvas-body ul li {
        padding-bottom: 10px;
    }

/* BUSY INDICATORs (CHET)*/

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.busycontainer {
    text-align: center;
    justify-content: center;
    align-items: center;
}

.busyspinner {
    border: 16px solid silver;
    border-top: 16px solid #337AB7;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin 700ms linear infinite;
    position: relative;
}

.spinner-text {
    height: 80px;
    position: fixed;
    justify-content: center;
    display: flex;
    align-items: center;
    padding-top: 130px;
}

/*Social logins not appearing when disabled*/
.socialbackground:disabled {
    background-color: #d7d7d7;
}
/* Generic Content Pages */

.content-page {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
}

/*X ICON*/
i.fa-square-x-twitter {
    background: -webkit-linear-gradient(#4FB3BD, #29828A);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

/*FAVORITE EPISODES*/
.favorite-episodes-container {
    margin-top: 3.5em;
}

.favorite-episodes-header {
    position: sticky;
    top: 53px;
    z-index: 100;
    background-color: #000;
    padding-top: 1em;
    padding-bottom: 1em;
}

.channel-options-modal .form-check-input[type=checkbox] {
    border-radius: 1em;
}

.favorite-episodes-channel-image {
    border-radius: 50%;
    width: 3em;
}

.favorite-episodes-episode-title {
    margin-bottom: 0;
}

.favorite-episodes-episode-subtitle {
    display: inline-block;
}

.empty-list-text {
    padding: 1em;
}

.pull-to-refresh:has(.empty-list-text) {
    min-height: 0;
}

/* WALLET PAGE */
.wallet-page .btn {
    margin-top: 1.5em;
    margin-bottom: 2.5em;
}

.container.player {
    max-height: 100vh;
}

.no-top-padding {
    padding-top: 0 !important;
}

/* BOOTSTRAP BUTTON OUTLINE ISSUE */
.btn:active, .btn:focus, .btn:hover {
    border-color: transparent;
}

/* FLYOUT */
.flyout-list {
    height: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    padding: 0 !important;
    margin: 0 !important;
    list-style: none !important;
    overflow-y: auto !important;
    flex: 1 !important;
}

.menuLI {
    flex: 0 0 auto !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    text-align: left !important;
    font-size: 1.1rem !important;
    font-weight: 500 !important;
    color: white !important;
    cursor: pointer !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
    transition: background-color 0.2s ease !important;
    min-height: 50px !important;
    padding: 15px 30px !important;
    margin: 0 !important;
    width: 100% !important;
}

    .menuLI:hover {
        background-color: rgba(255, 255, 255, 0.1) !important;
    }

    .menuLI:active {
        background-color: rgba(255, 255, 255, 0.2) !important;
    }

.custom-mud-button, .offcanvas-body {
    position: relative;
    z-index: 99999;
}

    .offcanvas-body ul.flyout-list {
        padding-inline: 0;
        /*    background: #f00;*/
    }

        .offcanvas-body ul.flyout-list li {
            padding: 10px 30px;
            line-height: 1;
            margin-bottom: 5px;
            /*            background: #0f0;*/
        }

.login-logout-button {
    flex: 0 0 auto !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    text-align: left !important;
    font-size: 1.1rem !important;
    font-weight: 500 !important;
    color: white !important;
    cursor: pointer !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
    transition: background-color 0.2s ease !important;
    min-height: 50px !important;
    padding: 15px 30px !important;
    margin: 0 !important;
    width: 100% !important;
}

    .login-logout-button:hover {
        background-color: rgba(255, 255, 255, 0.1) !important;
    }

    .login-logout-button:active {
        background-color: rgba(255, 255, 255, 0.2) !important;
    }

.dev-area {
}

.page-header h5 {
    font-weight: bold;
}

.dropdown-menu.show {
    background-color: #555;
}

.bg-dark {
    background-color: #282828 !important;
}

.home-divided-gauges .col-6.text-center:first-child {
    position: relative;
}

    .home-divided-gauges .col-6.text-center:first-child::after {
        content: "";
        position: absolute;
        top: calc(50% - 6px);
        transform: translateY(-50%);
        right: 0;
        width: 1px;
        height: 80%;
        background-color: #121212;
    }

.listen-next-container .row {
    margin-bottom: 0;
}

.dialog-buttons .btn-secondary {
    background-color: #29828A;
    border-color: #29828A;
}

.dialog-close i {
    font-size: 1.5em;
}

/* MARGIN STUFF! */
.container.prayer-wall .row.py-3.mb-0 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
}

.container.prayer-wall {
    overflow-x: hidden;
}

/* SCAN INCREMENT */
.scan-icon {
    position: relative;
    display: inline-block;
}

    .scan-icon i {
        position: relative;
        z-index: 1;
    }

    .scan-icon .fa-2xl {
        font-size: 3.3em;
    }

.scan-duration {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 0.7em;
    font-weight: bold;
    color: #bbbbbb;
}

/* fa-arrow-rotate-right - style sheet had wrong fa icon */
.fa-arrow-rotate-right {
    color: #bbbbbb;
}

.journal-episode-list > div:nth-child(n+7) {
    margin-top: 1em;
}

/* Achievement Dialog */
.achievement-display-dialog .col-1 i {
    font-size: 2em;
    color: #fff;
}

.achievement-display-dialog p {
    margin-bottom: 0;
}

.achievement-popup-badge {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.achievement-display-dialog h2 {
    font-weight: 700;
    font-size: 1.7em;
}

.img-circle-background {
    clip-path: circle();
}

.achievement-accomplished-details {
    min-height: 5em;
}

/* Hotline Spacing */
.hotline-top-area {
    height: 56px;
}

/* Prayer UI */
.messageInput {
    position: fixed;
    bottom: 0;
    background-color: #343434;
    width: 100%;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
}

    .messageInput .dialog-close {
        padding-left: 0.25em;
        padding-top: 0.25em;
        font-size: 16px;
    }

    .messageInput .btn {
        padding: 0.25em;
        border-radius: 1em;
        margin-bottom: 0.5em;
    }

#messageInputBox {
    resize: none;
    width: 100%;
}

    #messageInputBox::-webkit-scrollbar {
        width: 6px;
    }

    #messageInputBox::-webkit-scrollbar-track {
        background: transparent;
    }

    #messageInputBox::-webkit-scrollbar-thumb {
        background-color: #333;
        border-radius: 3px;
        border: none;
    }

.messageInput .row {
    background-color: #1a1a1a;
    margin-left: 0.5em;
    margin-right: 0.5em;
    border-radius: 1em;
    box-shadow: inset 0 10px 6px -6px rgba(0, 0, 0, 0.3);
}

.bottom-space-flush {
    margin-bottom: 118px;
}

.bottom-space-flush-no-player {
    margin-bottom: 60px;
}

/* Mini-Player and Footer stuff */
.mini-player .row {
    margin-bottom: 0;
}

.mini-player {
    border-bottom: 2px solid #797979;
    z-index: 999; /* ConcettoLabs: Update z-index: 99999; to z-index: 9999;*/
}

    .mini-player.fixed-bottom {
        border-bottom: none;
    }

/* Prayer Wall */
.speech-bubble:after {
    left: 27px;
}

}

/* HOME */
.home-header .col-2:has(#AvatarURL) {
    margin-left: -12px;
}

.home-header h2 {
    margin-bottom: 0;
}

/* Class for error/alert text */
.danger {
    color: #D5272E;
    margin: 0.25em 0 0.25em 0;
    background-color: #00000075;
    padding: 0.25em;
    font-size: 12px;
}

/* HEADER */
.header-left-buttons .btn {
    padding-left: 6px;
}

.page-header .row {
    margin-bottom: 0;
}

.offline-indicator {
    color: #D5272E;
}

/* JOURNAL FILTER DIALOG */
.journal-filter-channel-icon {
    padding: 10px 0 10px 0 !important;
}

.journal-filter-modal .btn-year-dropdown {
    width: 100%;
}

/* Stupid FA Check Mark */
.fa-check.fa-2xl {
    font-size: 2.4rem;
}

.hotline-review {
    bottom: 5px;
}

/* Changes for Tablet */
.tablet-only-text {
    display: none;
}

@media (min-width: 768px) {

    .tablet-only-text {
        display: inherit;
    }

    .swipe-actions {
        right: 3em;
    }

    .swipe-content.swiped {
        transform: translateX(-40vw);
    }

    .hotline-review {
        bottom: 20px;
    }

    .audio-visualizer-container {
        height: 92px !important;
    }

    .container.achievements .pills-row,
    .container.player .pills-row,
    .btn-primary-fullwidth, .btn-primary-fullwidth:hover,
    .btn-default-fullwidth, .btn-default-fullwidth:hover,
    .messageInput,
    .container.channel-episodes-top {
        left: 0;
        right: 0;
        width: 100vw;
        margin-left: calc(-50vw + 50%);
        margin-right: calc(-50vw + 50%);
    }

    .container.channel-episodes-top {
        min-width: 100vw; /* this should maybe go up to the previous styling bracket, but the other elements don't seem to have this problem. */
    }

    .bottom-player-buttons-container,
    .bottom-buttons {
        left: calc((100vw - 680px) / 2);
        right: calc((100vw - 680px) / 2);
        width: auto;
        bottom: 3rem;
    }

    .container-login, .container-register {
        width: auto;
        max-width: 680px;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        margin: auto;
    }
}

/* Landscape adjustments for tablet */
@media (orientation: landscape) and (min-width: 768px) {
    .bottom-player-buttons-container {
        bottom: 2rem;
    }

    .container.player .img-rounded.my-4 {
        max-width: 250px;
        width: 250px;
        height: auto;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .container-login {
        max-width: 90%;
        width: 90%;
    }
}

/*Start Concettolabs CSS for Mobile App*/

.community-cards {
    padding-top: 80px;
}

    .community-cards .col-6 {
        padding-left: 10px;
        padding-right: 10px;
        display: flex;
    }

    .community-cards .card {
        padding: 20px 15px;
        border-radius: 10px;
        text-align: left;
        margin-bottom: 20px;
        display: flex;
        justify-content: end;
        align-items: start;
        width: 100%;
    }

        .community-cards .card h2 {
            margin-bottom: 0;
            font-size: 1.5rem;
            font-weight: 700;
            line-height: 1.3;
        }

            .community-cards .card h2 span {
                font-size: 1rem;
                display: block;
            }

    .community-cards .prayer-hotline {
        background: linear-gradient(226deg, #D5272C 0%, #DF7F7F 100%);
    }

    .community-cards .prayer-wall {
        background: linear-gradient(226deg, #29828A 1.08%, #33C6C6 100%);
    }

    .community-cards .record-video {
        background: linear-gradient(226deg, #00D2FF 1.08%, #0E4471 100%);
    }

    .community-cards .watch {
        background: linear-gradient(226deg, #B78437 1.08%, #663E00 100%);
    }

    .community-cards .prayers-meditations {
        background: linear-gradient(226deg, #AAE22F 0%, #32723F 100%);
    }

    .community-cards .talks {
        background: linear-gradient(226deg, #396387 1.08%, #F67280 100%);
    }

    .community-cards .music {
        background: linear-gradient(226deg, #FF7A05 1.08%, #2F4858 100%);
    }

    .community-cards .connect {
        background: linear-gradient(226deg, #3F835E 0%, #6EBC6C 100%);
    }

    .community-cards .fa-light.fa-5x {
        font-size: 3.2rem;
        margin-bottom: 15px;
    }

.record-a-video {
    height: 100vh;
    background-image: url('../images/record-a-video-bg.png');
    background-position: bottom center;
    background-size: cover;
    overflow-y: hidden;
}

.custom-radio .form-check {
    display: flex;
    align-items: center;
    gap: 5px;
    border-radius: 10px;
    background: #ffffff1a;
    -webkit-backdrop-filter: blur(22px);
    backdrop-filter: blur(22px);
    padding: 15px 20px;
    margin-bottom: 10px;
    position: relative;
}

.custom-radio .form-check-input {
    border-radius: 50px;
    background: #ffffff1a;
    background-size: auto;
    border: 0;
    width: 30px;
    height: 30px;
    margin-left: 0;
}

    .custom-radio .form-check-input:checked[type=radio] {
        background: #29828A url('../images/radio-check.png') no-repeat center;
        background-size: auto;
    }

.custom-radio .form-check-label {
    /*    width: 100%;*/
    height: 100%;
    position: absolute;
    top: 20px;
    margin-left: 40px;
    font-size: 1rem;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 75%;
}


.record-a-video-info {
    height: calc(100dvh - 330px);
    overflow-y: auto;
}

    .record-a-video-info::-webkit-scrollbar-track {
        background-color: #222;
    }

    .record-a-video-info::-webkit-scrollbar {
        width: 5px;
        background-color: #222;
    }

    .record-a-video-info::-webkit-scrollbar-thumb {
        background-color: #333;
    }

    .record-a-video-info h2 {
        font-size: 1.8rem;
        font-weight: 700;
    }

    .record-a-video-info p {
        font-size: 1rem;
        line-height: 1.5;
    }

    .record-a-video-info ul {
        padding-left: 15px;
        margin-top: 10px;
    }

        .record-a-video-info ul li {
            list-style-type: disc;
            margin-bottom: 10px;
            font-size: 1rem;
            line-height: 1.5;
        }

            .record-a-video-info ul li:last-child {
                margin-bottom: 0;
            }

.record-a-video-fixed-bottom {
    overflow-x: hidden;
    padding-bottom: 70px;
}

    .record-a-video-fixed-bottom .record-a-video-info .fixed-bottom {
        width: auto;
        padding: 0 25px;
        background: #000000;
    }

.btn-outline-light {
    font-size: 16px;
    font-weight: 700;
    padding: 15px;
    border-radius: 0.5rem;
}

.video-review-info h1 {
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 1.2;
}

.video-review-info .fixed-bottom {
    bottom: 30px;
    padding: 0 20px;
    max-width: 660px;
    margin: 0 auto;
}

.video-play {
    position: relative;
    overflow: hidden;
    height: 100%;
    width: 100%;
}

    .video-play:before {
        content: '';
        background: linear-gradient(0deg, rgba(15, 12, 34, 0.00) 2%, #000E08 75%);
        height: 100px;
        width: 100%;
        position: fixed;
        top: 0;
    }

    .video-play .hotline-top-area {
        position: absolute;
        left: 0;
    }

    .video-play .portrait-video {
        width: 100%;
        height: calc(100vh - 30px);
        object-fit: cover;
    }

.testimonials-video .hotline-top-area .btn-close {
    z-index: 9;
    box-shadow: none;
    /*    border: 1px solid #fff;*/
}

.testimonials-video .video-volume {
    margin-top: 10px;
    margin-right: 10px;
    position: relative;
    z-index: 9;
    /*    border: 1px solid #fff;*/
}

    .testimonials-video .video-volume i {
        font-size: 16px;
    }

    .testimonials-video .video-volume.volume-mute:after {
        content: '';
        width: 25px;
        height: 2px;
        background-color: #fff;
        position: absolute;
        left: 12px;
        top: 16px;
        transform: rotate(50deg);
    }

.testimonials-video .video-container {
    height: 100vh;
    overflow-y: scroll;
    scroll-snap-type: y mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}

    .testimonials-video .video-container::-webkit-scrollbar {
        display: none;
    }

    .testimonials-video .video-container:after {
        content: '';
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000E08 40%);
        /*        background: rgba(0, 0, 0, 0.70);
        backdrop-filter: blur(30px);*/
        height: 75px;
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        pointer-events: none;
    }

    .testimonials-video .video-container:before {
        content: '';
        background: rgba(0, 0, 0, 1);
        height: 75px;
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        opacity: 0;
        transition: opacity 0.6s ease-out;
        pointer-events: none;
        z-index: 1;
    }

.modal-open .testimonials-video .video-container:before {
    opacity: 1;
    transition: opacity 0.4s ease-in;
}

.testimonials-video .video-wrapper {
    height: 100vh;
    scroll-snap-align: start;
    scroll-snap-stop: always;
    flex-shrink: 0;
    margin: 0;
    padding: 0;
}

.testimonials-video .video-play-pause {
    background: rgba(0,0,0,0.6);
    color: #fff;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    transform: translate(-50%,-50%);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}

    .testimonials-video .video-play-pause i {
        font-size: 28px;
    }

.testimonials-video .video-tag {
    height: 100vh;
    width: 100%;
    object-fit: cover;
}

.testimonials-form-group {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 7px;
    z-index: 10;
}



    .testimonials-form-group .form-group {
        position: relative;
        width: 100%;
    }

    .testimonials-form-group .form-control {
        border-radius: 50px;
        border: 1px solid rgba(255, 255, 255, 0.4);
        background: rgba(0, 0, 0, 0.6);
        padding-left: 15px;
        padding-right: 40px;
    }

    .testimonials-form-group .form-group .send-btn {
        position: absolute;
        right: 5px;
        top: 50%;
        transform: translateY(-50%);
    }

.like-comment-btn {
    text-align: center;
    /*    position: relative;*/
    /*    z-index: 9998;*/
}

.like-comment-icon {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
}

.like-comment-btn span {
    margin-top: 5px;
    display: block;
    font-size: 13px;
    font-weight: 400;
    opacity: 0.8;
}

.like-animation {
    cursor: pointer;
}

    .like-animation:focus {
        outline: none;
    }

    .like-animation svg {
        fill: transparent;
        stroke: #FFFFFF;
        opacity: 0.5;
    }

    .like-animation.is-active svg {
        fill: #D72F36;
        stroke: #D72F36;
        opacity: 1;
        animation: beat cubic-bezier(0.04, 0.4, 0.5, 0.95) 450ms forwards 1;
    }

.comments-modal.modal {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 10;
    height: calc(100dvh - 75px);
}

    .comments-modal.modal.fade .modal-dialog {
        transform: translateY(50px);
        opacity: 0;
        transition: transform 0.3s ease-out, opacity 0.3s ease;
    }

.comments-modal .modal-dialog {
    position: fixed;
    bottom: 75px;
    left: 0;
    right: 0;
    margin: 0;
    max-width: 100%;
}

.modal-backdrop.show {
    display: none;
    /*        z-index: 9;*/
    /*    opacity:0.5;*/
}

.modal-backdrop {
    display: none !important;
}

.comments-modal.modal.show .modal-dialog {
    transform: translateY(0);
    opacity: 1;
    touch-action: pan-y;
}

.comments-modal .modal-content {
    border-radius: 40px 40px 0px 0px;
    background: rgba(0, 0, 0, 1);
    /*    background: rgba(0, 0, 0, 0.70);
    backdrop-filter: blur(30px);*/
    /*    padding-bottom: 80px;*/
    height: calc(100dvh - 80px);
}

    .comments-modal .modal-content .modal-body {
        padding-top: 0;
    }

.modal-line {
    height: 60px;
    border-radius: 40px 40px 0px 0px;
    margin-left: -16px;
    margin-right: -16px;
}

    .modal-line::after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: 25px;
        width: 70px;
        height: 4px;
        margin: 0 auto;
        border-radius: 20px;
        background: #555;
        backdrop-filter: blur(50px);
        margin-bottom: 30px;
    }

.close-modal {
    margin: 10px 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

    .close-modal span {
        font-size: 20px;
        line-height: 0;
        padding: 15px 20px;
    }

.comments-list {
    padding-bottom: 20px;
    height: calc(100dvh - 165px);
    overflow-y: auto;
}

    .comments-list::-webkit-scrollbar-track {
        background-color: #222;
    }

    .comments-list::-webkit-scrollbar {
        width: 5px;
        background-color: #222;
    }

    .comments-list::-webkit-scrollbar-thumb {
        background-color: #333;
    }

.comments-card {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 20px;
}

    .comments-card:last-child {
        margin-bottom: 0;
    }

    .comments-card .comments-user img {
        width: 40px;
        height: 40px;
        border-radius: 50px;
        object-fit: cover;
    }

    .comments-card .comments-name h4 {
        font-size: 15px;
        font-weight: 700;
        margin-bottom: 5px;
    }

    .comments-card .comments-name p {
        font-size: 14px;
        font-weight: 400;
        line-height: 1.5;
        margin-bottom: 0;
    }

.video-confirm-modal {
    background: rgba(0, 0, 0, 0.60);
    backdrop-filter: blur(15px);
    height: 100vh;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .video-confirm-modal .video-confirm-modal-content {
        text-align: center;
        max-width: 350px;
        margin: auto;
        border-radius: 10px;
        background: rgba(34, 34, 34, 0.60);
        padding: 50px 20px;
    }

        .video-confirm-modal .video-confirm-modal-content h2 {
            font-size: 1.6rem;
            line-height: 1.2;
        }

.record-a-video.watch-list-page {
    padding-top: 80px;
    /*    height: calc(100vh - 80px);*/
}

.watch-list {
    display: flex;
    align-items: center;
    gap: 15px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(22px);
    padding: 17px 22px;
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 700;
}

    .watch-list:last-child {
        margin-bottom: 0;
    }

    .watch-list i {
        font-size: 36px;
    }

.search-group {
    position: relative;
}

    .search-group svg {
        position: absolute;
        left: 12px;
        top: 15px;
    }

    .search-group .form-control {
        padding-left: 45px;
    }

.testimonials-list {
    display: flex;
    /*    justify-content: center;*/
    flex-wrap: wrap;
    gap: 20px;
    width: 100%;
}

    .testimonials-list .testimonials-list-video {
        width: calc(50% - 10px);
    }

        .testimonials-list .testimonials-list-video img {
            max-width: 100%;
            height: 180px;
            width: 100%;
            object-fit: cover;
            border-radius: 10px;
        }

        .testimonials-list .testimonials-list-video h4 {
            margin-top: 10px;
            font-size: 1rem;
            font-weight: 400;
            word-break: break-word;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            margin-bottom: 5px;
        }

        .testimonials-list .testimonials-list-video p {
            color: #C8C8C8;
            font-size: 13px;
            font-weight: 400;
            display: block;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }

    .testimonials-list.films-list .testimonials-list-video .testimonials-list-img {
        position: relative;
    }

    .testimonials-list.films-list .testimonials-list-video .testimonials-list-thumb {
        width: 100%;
        height: 120px;
        border-radius: 10px;
        object-fit: cover;
    }

    .testimonials-list.films-list .testimonials-list-video .testimonials-list-play {
        position: absolute;
        bottom: 10px;
        left: 10px;
        width: 28px;
        height: 28px;
    }

.films-video {
    width: 100%;
    height: fit-content;
    max-height: 200px;
    border-radius: 8px;
}

.testimonials-list.music-list .testimonials-list-video .testimonials-list-thumb {
    height: 165px;
}

.music-modal-content h2 {
    font-size: 22px;
    margin-bottom: 20px;
}

.music-links-list {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 10px;
    row-gap: 15px;
}

    .music-links-list .music-link {
        border-right: 1px solid rgba(255,255,255, 0.2);
        padding: 0 10px;
        display: flex;
        align-content: center;
        justify-content: center;
        gap: 5px;
    }

        .music-links-list .music-link img {
            max-height: 30px;
        }

        .music-links-list .music-link:last-child {
            border-right: 0;
        }

        .music-links-list .music-link.spotify-music {
            color: #1ED760;
        }

            .music-links-list .music-link.spotify-music span {
                font-size: 18px;
                line-height: 30px;
                font-weight: 700;
            }

        .music-links-list .music-link.apple-music {
            color: #FFFFFF;
        }

            .music-links-list .music-link.apple-music span {
                font-size: 18px;
                line-height: 34px;
                font-weight: 700;
                text-transform: uppercase;
            }

.z--1 {
    z-index: -1;
}

.no-keep-btn {
    background: #797979;
    border-color: #797979;
}

/* Globally disable selection, long-press, copy-paste */
/** {
    user-select: none !important;
    -webkit-user-select: none !important;
    -ms-user-select: none !important;
    -moz-user-select: none !important;
    -webkit-touch-callout: none !important;
}*/

/* Allow typing in inputs & textareas but block selection & clipboard actions */
/*input, textarea, [contenteditable="true"] {
    user-select: none !important;
    -webkit-user-select: none !important;
    -webkit-touch-callout: none !important;
    caret-color: auto;*/ /* show blinking caret */
/*}*/

.create-prayer-request .prayer-request-title input {
    font-size: 24px;
    font-weight: 900;
    padding: 10px 0;
}

.create-prayer-request .form-control .mud-input-underline::before,
.create-prayer-request .form-control .mud-input-underline::after {
    border-bottom: none;
}

.create-prayer-request .prayer-request-body textarea {
    font-size: 15px;
}

.create-prayer-request .form-control input::placeholder,
.create-prayer-request .form-control textarea::placeholder {
    opacity: 0.2;
    color: #ffffff;
}

.create-prayer-request .btn-default-fullwidth-bottom {
    background-color: #323232;
    border-color: #323232;
    color: rgba(255, 255, 255, 0.3);
    font-weight: 600;
}

.prayer-wall .prayer-avtivity-list .activity-new:nth-child(even),
.prayer-wall .prayer-avtivity-list .activity-new:nth-child(odd),
.prayer-wall .prayer-avtivity-list .activity-earlier:nth-child(even),
.prayer-wall .prayer-avtivity-list .activity-earlier:nth-child(odd) {
    border-bottom: 0;
}

.prayer-wall .prayer-avtivity-list .activity-new.activity-new-transparent {
    background: transparent;
}

.prayer-wall .prayer-avtivity-list:nth-child(odd) .prayer-title {
    color: #B99D6B;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}

.prayer-wall .prayer-avtivity-list:nth-child(even) .prayer-title {
    color: #4FB3AE;
}

.prayer-wall .prayer-avtivity-list:nth-child(even) .fa-hands-praying {
    background: -webkit-linear-gradient(#4FB3BD, #29828A);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.prayer-wall .prayer-avtivity-list:nth-child(odd) .fa-hands-praying {
    background: -webkit-linear-gradient(#DCCE99, #997142);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@keyframes beat {
    30% {
        opacity: 1;
        transform: scale(1.4);
    }

    50% {
        transform: scale(0.8);
    }

    100% {
        transform: scale(1);
    }
}

@media only screen and (min-width: 600px) {
    .testimonials-list .testimonials-list-video {
        width: calc(33.33% - 15px);
    }
}
/*End Concettolabs CSS for Mobile App*/

/* Playback Speed Dropdown for Tablets */
.btn-circle.dropdown-toggle::after {
    display: none;
}

.dropdown .btn-circle.dropdown-toggle:hover,
.dropdown .btn-circle.dropdown-toggle:focus {
    background-color: rgba(255, 255, 255, 0.1);
    color: white;
}

.dropdown .btn-circle.dropdown-toggle::after {
    margin-left: 0.5em;
}

.dropdown-menu-dark {
    background-color: #333333;
    border: 1px solid #555555;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    margin-top: 0.5rem;
}

    .dropdown-menu-dark .dropdown-header {
        color: white;
        font-weight: 500;
        font-size: 14px;
        padding: 8px 16px;
    }

    .dropdown-menu-dark .dropdown-divider {
        border-color: #555555;
        margin: 0.25rem 0;
    }

    .dropdown-menu-dark .dropdown-item {
        color: white;
        padding: 8px 16px;
        font-size: 14px;
    }

        .dropdown-menu-dark .dropdown-item:hover {
            background-color: #444444;
            color: white;
        }

        .dropdown-menu-dark .dropdown-item.active {
            background-color: #29828A;
            color: white;
        }

            .dropdown-menu-dark .dropdown-item.active:hover {
                background-color: #29828A;
                color: white;
            }

.loader-overlay-testimonialreels {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    pointer-events: none;
}

.loader-testimonialreels {
    width: 40px;
    height: auto;
}

.videoreels-loader {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,0.4);
    border-radius: 50%;
    z-index: 1;
}

.refresh-loader {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
    text-align: center;
    opacity: 0;
    transition: all 0.3s ease;
}

    .refresh-loader.active {
        top: 20px;
        opacity: 1;
    }

    .refresh-loader img {
        max-width: 25px;
    }

.testimonials-list-page::-webkit-scrollbar {
    display: none;
}

.testimonials-list-page {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.btn-medium-gray-2:focus, .btn-medium-gray-2:hover {
    background-color: #555;
    border-color: #555;
}

.refresh-btn {
    bottom: 100px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 9;
    display: inline-block;
    width: max-content;
    border-radius: 50px;
}

    .refresh-btn .btn {
        border-radius: 50px;
    }

/* Prevent scrolling when prayer request textarea gets focus */
#prayer-request-body textarea {
    scroll-margin-top: 0 !important;
    scroll-margin-bottom: 0 !important;
    scroll-behavior: auto !important;
}

    #prayer-request-body textarea:focus {
        scroll-margin-top: 0 !important;
        scroll-margin-bottom: 0 !important;
        scroll-behavior: auto !important;
    }

/* Alternative approach - prevent smooth scrolling for the entire prayer request container */
.prayer-wall.create-prayer-request {
    scroll-behavior: auto !important;
}

    .prayer-wall.create-prayer-request * {
        scroll-margin-top: 0 !important;
        scroll-margin-bottom: 0 !important;
    }

.custom-scrollbar {
    overflow-y: auto;
}

    .custom-scrollbar::-webkit-scrollbar-track {
        background-color: #222;
    }

    .custom-scrollbar::-webkit-scrollbar {
        width: 5px;
        background-color: #222;
    }

    .custom-scrollbar::-webkit-scrollbar-thumb {
        background-color: #333;
    }

/*
.visuals-list h3 {
    font-size: 18px;
    font-weight: 700;
    color: #aaaaaa;
    letter-spacing: 1.3px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.visuals-list .testimonials-list.films-list .testimonials-list-video .testimonials-list-thumb {
    height: 164px;
}

.visuals-list .testimonials-list.films-list .testimonials-list-video .testimonials-list-play {
    position: absolute;
    bottom: 50%;
    left: 50%;
    transform: translate(-50%,50%);
    width: 46px;
    height: 46px;
}*/

.visual-modal {
    max-width: 92%;
    width: 100%;
    margin: auto;
    padding: 0;
    background-color: #000000;
    position: relative;
}

    .visual-modal .visual-modal-close {
        z-index: 9;
        right: -10px;
        top: -10px;
        background: #000000;
        width: 20px;
        height: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50px;
    }

        .visual-modal .visual-modal-close i {
            font-size: 14px;
        }

    .visual-modal .visual-video {
        width: 100%;
        max-height: 270px;
    }

    .visual-modal .visual-image {
        width: 100%;
        max-height: 270px;
        object-fit: cover;
    }

    .visual-modal .visual-modal-content {
        max-height: 50dvh;
        padding: 20px;
        text-align: center;
        border: 1px solid #797979;
    }

        .visual-modal .visual-modal-content h2 {
            font-size: 22px;
            margin-bottom: 15px;
        }

        .visual-modal .visual-modal-content p {
            font-size: 15px;
            line-height: 1.5;
            margin-bottom: 10px;
        }

            .visual-modal .visual-modal-content p:last-child {
                margin-bottom: 0;
            }


.order-history-divider:not(:last-child)::after {
    content: '';
    display: block;
    height: 1px;
    background-color: #6c757d;
    margin: 1rem 0.2rem 0 0.2rem; /* top/bottom, left/right */
}

/*COPYING OVER ALL CSS FROM WEB PROJECT*/
@media (min-width: 768px) {
    .container, .container.top-space {
        min-width: 100%;
    }

    /* START Bottom navigation bar selections */
    .fa-user.homeactive, .fa-headphones-simple.channelactive, .fa-users.communityactive {
        color: #4FB3BD;
    }

    .footer p.small.homeactive {
        color: #4FB3BD;
    }

    .footer p.small.channelactive {
        color: #4FB3BD;
    }

    .footer p.small.communityactive {
        color: #4FB3BD;
    }
    /* END Bottom navigation bar selections */

    /*This is correct when looking directly through a browser, but something
    in the MAUI Blazor is not liking it
*/
    .speech-bubble {
        color: #FFFFFF;
    }

    /*Keeps MudBlazor MudButton from captializing text*/
    .btn-primary {
        text-transform: none;
    }

    /*top-space padding off for full width buttons*/
    .top-button-space {
        padding-top: 54px !important;
    }

    /*Menu LI spacing*/
    .menuLI:not(:last-child) {
        margin-bottom: 10px;
    }

    /*added bottom padding, added overflow-wrap*/
    .container.prayer-wall {
        overflow-wrap: break-word;
        padding: 54px 1.5rem 54px 1.5rem;
    }

    /* START Mini Player pause button */
    .mini-player .fa-pause {
        font-size: 1.75em;
        margin: 9px;
    }
    /* END Mini Player pause button */

    .btn-primary:disabled {
        color: #ffffff !important;
        font-size: 1rem;
        font-family: "Helvetica", sans-serif;
        font-weight: bold;
        padding: 0.75rem;
        border-radius: 0.5rem;
        background-color: #343434;
        border: 1px solid #343434;
        width: 100%;
        color: #555;
    }
    /* END Continue button handling*/

    .busycontainer {
        text-align: center;
        justify-content: center;
        align-items: center;
    }

    .busyspinner {
        border: 16px solid silver;
        border-top: 16px solid #337AB7;
        border-radius: 50%;
        width: 80px;
        height: 80px;
        animation: spin 700ms linear infinite;
        position: relative;
    }

    .spinner-text {
        height: 80px;
        position: fixed;
        justify-content: center;
        display: flex;
        align-items: center;
        padding-top: 130px;
    }

    /*Social logins not appearing when disabled*/
    .socialbackground:disabled {
        background-color: #d7d7d7;
    }




    /*JON'S UPDATES*/

    /* GENERAL CHANGES*/
    /* Bottom margin having no effect in blazor. Changing to padding seems to work. */
    .body-footer-margin {
        padding-bottom: 130px;
    }

    .listen-next-setup {
        padding-bottom: 100px;
    }
    /* Need different bottom padding when mini-player doesn't exist */
    .body-footer-margin-no-player {
        padding-bottom: 81px;
    }

    .form-control:disabled {
        color: #808080;
        background-color: rgb(50, 50, 50);
    }

    /*EPISDOE LIST PAGE*/
    /* Concerning the Large Header (episode list page)... */
    .bg-channel-episodes, .channel-episodes-top, .episode-list-container, .channel-episodes-title {
        transition: all 0.5s ease;
    }

    .episode-list-container {
        margin-top: 358px;
    }

    .episode-list-container-collapsed {
        margin-top: 177px;
    }

    /* Episode List settings circle */
    .ch-list-settings-bg {
        color: #212529;
    }

    /* Episode List additional Margin */
    .additionalMargin {
        margin-top: 100px;
    }

    /* Episode List Min Height */
    /*
    This adds extra blank space on the episode list in order to stop a short episode list from constantly expanding the header. Currently, the header behaves differently so we don't need the blank space.
    .episode-list-container {
    min-height: 100vh;
}
*/
    /*EPISODE LIST OPTIONS MODAL*/
    .channel-options-modal {
        /*background-color: #33333390;*/
    }

        .channel-options-modal h6 {
            font-size: 0.875rem;
            padding-bottom: 1rem;
        }

        .channel-options-modal .modal-header {
            margin-bottom: 2rem;
        }

        .channel-options-modal label {
            color: #ffffff;
            padding-top: 0.3rem;
            padding-left: 0.875rem;
            font-size: 1.125rem;
        }

        .channel-options-modal .radio:checked {
            background-color: #4FB3BD;
            background-image: url(../images/check-solid-white.png);
            background-size: 1.3rem;
        }

        .channel-options-modal .radio {
            height: 1.7rem;
            width: 1.7rem;
            background-color: #4d4d4d;
        }

        .channel-options-modal .form-switch .form-check-input {
            background-image: url(../images/circle.png);
            height: 1.75rem;
            width: 2.9rem;
            background-color: #999999;
        }

            .channel-options-modal .form-switch .form-check-input:checked {
                background-color: #4FB3BD;
            }

        .channel-options-modal .form-check-reverse {
            text-align: left;
        }

            .channel-options-modal .form-check-reverse label {
                padding-left: 0;
                padding-top: 0.4rem;
            }

        .channel-options-modal .bg {
            margin-top: 1.5rem;
        }

    .form-check-input:focus, .form-check-input:focus-visible {
        outline: none;
        box-shadow: none;
    }

    .bg {
        background-color: #555555E6;
        padding: 0.5rem 1.5rem 0.8rem 1.5rem;
        border-radius: 20px;
    }

    .listen-next-pickup-date-group {
        color: white;
    }



    /* Darker color for disabled buttons on player page */
    .player-control-disabled {
        color: #343434;
    }

    /* Scrub bars */
    input[type="range"],
    input[type="range"]::-webkit-slider-runnable-track,
    input[type="range"]::-webkit-slider-thumb {
        -webkit-appearance: none;
        transition: all ease 100ms;
        height: var(--thumb-height);
        position: relative;
    }

    input[type="range"] {
        font-size: 0.5rem;
        width: 100%;
        cursor: grabbing;
        color: #f2f2f2;
        --thumb-height: 2em;
        --track-height: 0.125em;
        --track-color: #555555;
        --clip-edges: 0.125em;
        position: relative;
        background: transparent;
        overflow: hidden;
    }

        input[type="range"]::-webkit-slider-runnable-track {
            background: linear-gradient(var(--track-color) 0 0) scroll no-repeat center / 100% calc(var(--track-height) + 1px);
        }

    input[type=range]::-webkit-slider-thumb {
        --thumb-radius: calc((var(--thumb-height) * 0.5) - 1px);
        --clip-top: calc((var(--thumb-height) - var(--track-height)) * 0.5 - 0.5px);
        --clip-bottom: calc(var(--thumb-height) - var(--clip-top));
        --clip-further: calc(100% + 1px);
        --box-fill: calc(-100vmax - var(--thumb-width, var(--thumb-height))) 0 0 100vmax currentColor;
        width: var(--thumb-width, var(--thumb-height));
        background: linear-gradient(currentColor 0 0) scroll no-repeat left center / 50% calc(var(--track-height) + 1px);
        background-color: currentColor;
        box-shadow: var(--box-fill);
        border-radius: var(--thumb-width, var(--thumb-height));
        filter: brightness(100%);
        clip-path: polygon( 100% -1px, var(--clip-edges) -1px, 0 var(--clip-top), -100vmax var(--clip-top), -100vmax var(--clip-bottom), 0 var(--clip-bottom), var(--clip-edges) 100%, var(--clip-further) var(--clip-further) );
    }

    /* Activated episode buttons */
    .btn-active-jon {
        background-color: #29828A;
    }

    /* MudBlazor messing with home screen bell icon */
    .display-block-override {
        display: block;
    }



    /* SWIPE STUFF */
    .swipeArea {
        scroll-snap-type: x mandatory;
        overflow-x: auto;
        display: flex;
        scrollbar-width: none;
    }

        .swipeArea::-webkit-scrollbar {
            display: none;
        }

        .swipeArea > * {
            scroll-snap-align: start;
            scroll-margin-left: 1.5rem;
        }

    .bg-episode-list-item {
    }

    .input-group {
        flex-wrap: nowrap;
    }

    .swipe-items {
        margin-left: 1.5rem;
    }

    .swipe-items-container {
        display: flex;
        align-items: center;
    }

    @media only screen and (max-height: 600px) {
        .footer {
            position: unset;
        }
    }

    .footer {
        z-index: 100;
    }

    /* Padding issues on no-scrolling page */
    .no-bottom-padding {
        padding-bottom: 0px !important;
    }

    .row.social-media {
        margin-bottom: 0px !important;
    }

    /* Post prayer button needs to stay above other elements on page */
    .top-button {
        z-index: 100;
        margin-top: -1px;
    }

    /* Matching CSS for reading. Utilizing classes in database HTML */
    h1.passage-display {
        padding-bottom: 0.5rem !important;
        font-size: calc(1.325rem + .9vw);
        font-weight: 500;
        line-height: 1.2;
        padding-top: 0;
        text-align: start;
    }

    /* Episode List Page loading margin */
    .episodeListLoading {
        margin-top: 358px;
    }

    /* MudBlazor margins... */
    .mt-7 {
        margin-top: 0px !important;
    }

    /* Button states */
    .btn-swipe-actions:hover,
    .btn-swipe-actions:active,
    .btn-swipe-actions:focus,
    .btn-swipe-actions:target {
        background-color: #282828;
        border-color: #000000;
    }

    .btn-swipe-actions.active:hover,
    .btn-swipe-actions.active:active,
    .btn-swipe-actions.active:focus,
    .btn-swipe-actions.active:target {
        background-color: #29828A;
        border-color: #000000;
    }

    .btn.active {
        border-color: #000000;
    }

    /*Connectivity backgrounds*/
    .internet-connected {
        background-color: green;
        text-align: center;
    }

    .not-internet-connected {
        background-color: orangered;
        text-align: center;
    }

    .api-connected {
        background-color: green;
        text-align: center;
    }

    .not-api-connected {
        background-color: orangered;
        text-align: center;
    }

    /* Pause button turning transparent on us */
    .fa-duotone:after {
        opacity: 1 !important;
    }






    /* Achievement component */
    .namedescription {
        transform: translate(0%, 0%) rotate(90deg);
        padding: .85rem;
        margin: 5px;
    }

    .donut-segment {
        transform-origin: center;
    }

    .donut-segment-base {
        animation: donut2 1s;
    }

    .donut-segment-fill {
        animation: donut2 1s;
        transform: rotate(90deg);
    }

    .fancy {
        font: italic 13px serif;
    }

    .container__progressbars {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        min-width: 270px;
        width: 100%;
        min-height: 100%;
    }

    .centerIt2 {
        position: absolute;
        top: 52%;
        left: 50%;
        transform: translate(-50%, -50%) rotate(90deg);
    }

    .centerIt {
        position: absolute;
        top: -48%;
        left: 50%;
        transform: translate(-50%, -50%) rotate(90deg);
    }

    .badgeContainer, .audioProgressHomeContainer {
        display: grid;
        place-items: center;
    }

    .progressbar__fontImage {
        grid-column: 1;
        grid-row: 1;
    }

    .C2ITRadialGauge {
        grid-column: 1;
        grid-row: 1;
    }

    .progressbar-text {
        font-size: 10px;
        color: #aaa;
        display: block;
        text-align: center !important;
    }

    .achievementprogressvalues {
        stroke-dasharray: 188.42;
        stroke-dashoffset: 188.42;
    }

    /* Some elements overlapping top nav pills */
    .pills-row {
        z-index: 100;
    }



    /* Journal */
    .journal-title {
        font-weight: 500;
        background-color: transparent;
    }

    .journal-sub-text {
        font-size: 12px;
    }

    .journal-text-area {
        background-color: transparent;
        width: 100%;
    }

    .btn-rte {
        border-radius: 0;
    }

    /* padding stuff */
    .fixed-bottom {
        margin-bottom: 0 !important;
    }

    .row.prayer-hotline {
        width: auto;
    }


    /* DONATE */
    .give {
        height: 100vh;
        background-position: bottom center;
        background-size: cover;
        background-color: rgb(0, 0, 0, 0.75);
        background-blend-mode: darken;
    }

    .teal-divider {
        width: 20%;
        background-color: #29828A;
        height: 2px;
        margin: 1em auto 1.5em auto;
    }

    .give-buttons {
        margin-top: 8em;
    }

        .give-buttons .bg-donation-selection {
            padding: 0.75em;
        }

        .give-buttons span {
            line-height: normal;
            display: inline-flex;
            flex-direction: column;
        }

    .other-amount-input {
        background-color: transparent;
        text-align: center;
    }

    .bg-donation-selection {
        background-color: #555555E6;
        text-align: center;
        padding: 1.25em;
        font-weight: bold;
        font-size: 1rem;
        font-family: "Helvetica-Bold", "Helvetica Bold", "Helvetica", sans-serif;
    }

        .bg-donation-selection.active {
            background-color: #29828A;
            opacity: 1;
        }

    .give-title-subtitle {
        text-align: center;
        padding-bottom: 1.25em;
    }

        .give-title-subtitle h1 {
            padding-top: 0.25em;
            padding-bottom: 0;
        }

    .bottom-buttons {
        position: absolute;
        bottom: 1.5em;
        left: 1.5em;
        right: 1.5em;
    }

    .date-picker {
        background-color: transparent;
        color: transparent;
    }

    .start-date, .give-frequency {
        position: relative;
        justify-content: flex-start;
    }

        .start-date input {
            position: absolute;
            left: 0;
            width: 100%;
        }

    .start-date-label, .frequency-label {
        margin-bottom: 0;
        text-align: start;
        width: 100%;
    }

        .start-date-label p, .frequency-label p {
            margin-bottom: 0;
        }

    .align-end {
        text-align: end;
    }

    .variable-option {
        position: relative;
        margin-bottom: 0;
    }

        .variable-option p {
            position: absolute;
            left: 0;
        }

    .dropdown-item {
        color: white;
    }

    @supports (-webkit-appearance: -apple-pay-button) {
        .apple-pay-button-with-text {
            display: inline-block;
            -webkit-appearance: -apple-pay-button;
            -apple-pay-button-type: buy;
        }

            .apple-pay-button-with-text > * {
                display: none;
            }

        .apple-pay-button-black-with-text {
            -apple-pay-button-style: black;
        }

        .apple-pay-button-white-with-text {
            -apple-pay-button-style: white;
        }

        .apple-pay-button-white-with-line-with-text {
            -apple-pay-button-style: white-outline;
        }
    }


    @supports not (-webkit-appearance: -apple-pay-button) {
        .apple-pay-button-with-text {
            --apple-pay-scale: 1; /* (height / 32) */
            display: inline-flex;
            justify-content: center;
            font-size: 12px;
            border-radius: 5px;
            padding: 0px;
            box-sizing: border-box;
            min-width: 200px;
            min-height: 32px;
            max-height: 64px;
        }

        .apple-pay-button-black-with-text {
            background-color: black;
            color: white;
        }

        .apple-pay-button-white-with-text {
            background-color: white;
            color: black;
        }

        .apple-pay-button-white-with-line-with-text {
            background-color: white;
            color: black;
            border: .5px solid black;
        }

        .apple-pay-button-with-text.apple-pay-button-black-with-text > .logo {
            background-image: -webkit-named-image(apple-pay-logo-white);
            background-color: black;
        }

        .apple-pay-button-with-text.apple-pay-button-white-with-text > .logo {
            background-image: -webkit-named-image(apple-pay-logo-black);
            background-color: white;
        }

        .apple-pay-button-with-text.apple-pay-button-white-with-line-with-text > .logo {
            background-image: -webkit-named-image(apple-pay-logo-black);
            background-color: white;
        }

        .apple-pay-button-with-text > .text {
            font-family: -apple-system;
            font-size: calc(1em * var(--apple-pay-scale));
            font-weight: 300;
            align-self: center;
            margin-right: calc(2px * var(--apple-pay-scale));
        }

        .apple-pay-button-with-text > .logo {
            width: calc(35px * var(--scale));
            height: 100%;
            background-size: 100% 60%;
            background-repeat: no-repeat;
            background-position: 0 50%;
            margin-left: calc(2px * var(--apple-pay-scale));
            border: none;
        }
    }

    /*DONATION HISTORY*/
    .donation-amount {
        color: #4FB3BD !important;
        padding-bottom: 1.75em;
    }

    .next-donation {
        padding-top: 1em;
    }

    .donation-details-header {
        padding-top: 1em;
    }

    .donation-summary p {
        margin-bottom: -0.2em;
    }

    .donation-buttons {
        text-align: center;
    }

    .donation-summary .next-donation {
        padding-bottom: 2em;
    }

    .stop-pause-donations-buttons {
        margin-top: 1.25em;
    }

    .contact-customer-service {
        color: #4FB3BD;
    }

    .table-title {
        font-size: 1em;
    }

    th, td {
        color: white;
        font-size: 0.9em;
    }

    th {
        border-bottom-color: #d7d7d7;
    }

    td {
        border-bottom: none;
    }

    .gray-line {
        border-color: #d7d7d7;
    }

    .full-width {
        width: 100vw;
        margin-left: -1.5rem;
    }

    /*ACCOUNT*/
    .account-header {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 1em 0 0 0;
    }

        .account-header p, .account-header h5 {
            margin-bottom: 0;
        }

    #AvatarURL {
        margin-bottom: 1em;
    }

    .account-list-group {
        margin: 2em 0;
    }

        .account-list-group li {
            background-color: #333333;
            color: white;
        }

        .account-list-group .row {
            margin-bottom: 0;
        }

    .last-item {
        margin-bottom: 0;
    }

    /*PROFILE*/
    .upload-icon {
        position: relative;
        left: 42px;
        bottom: 42px;
    }

    /*WALLET*/
    .card-list {
        margin-top: 75px;
    }

    .bg-item-list {
        background-color: #333;
        text-align: left;
        margin: 1.3em 0 1.3em 0;
        font-weight: bold;
        font-size: 1rem;
        font-family: "Helvetica-Bold", "Helvetica Bold", "Helvetica", sans-serif;
    }

        .bg-item-list .row {
            margin-bottom: 0;
        }

        .bg-item-list h5 {
            font-size: 1.2em;
        }

        .bg-item-list p {
            margin-bottom: -0.40em;
            color: #BFBFBF;
        }

    .default-card {
        margin-top: 1em;
    }

    .card-buttons {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 1.5em;
    }

    .card-button {
        padding: 0 0.5em 0 0.5em;
    }

    /* STRIPE */
    .stripe {
        padding-top: 64px;
    }

    /* Elastic Scrolling fix */
    html {
        overscroll-behavior: none;
    }


    html, body {
        max-width: 100%;
        overflow-x: hidden;
    }

        /* Remove vertical scrollbar */
        html::-webkit-scrollbar, body::-webkit-scrollbar {
            display: none !important;
        }

    html, body {
        -ms-overflow-style: none !important;
        scrollbar-width: none !important;
    }

    /* Social Login Buttons causing a horizontal scroll for some reason */
    .social-login-buttons {
        margin-left: 0;
        margin-right: 0;
    }

    .left-social-login-button {
        padding-left: 0;
    }

    .center-social-login-button {
        padding-left: 6px;
        padding-right: 6px;
    }

    .right-social-login-button {
        padding-right: 0;
    }

    /* PULL TO REFRESH MIN HEIGHT */
    .pull-to-refresh {
        min-height: 90vh;
    }

    /* Hotline select channel's absolute positioning was causing horizontal scroll 

*/
    .container .prayer-hotline .scrolling-wrapper {
        width: 95%;
        padding-left: 2.5%;
    }

    /* Hiding connect to device icon but leaving space */
    .hide-icon {
        visibility: hidden;
    }

    /* Styling for player page buttons and AudioControl when on larger iphone */
    /*iPhone 15 Plus and 15 Pro Max*/
    /* 1284×2778 pixels at 460ppi */
    @media only screen and (width: 430px) {
        .player-connect-text {
            margin-top: 2.35rem;
        }

        .bottom-player-buttons {
            margin-top: 2rem;
        }
    }


    /*Start Concettolabs CSS*/
    body {
        background-color: #121212 !important;
    }

    .wrapper {
        padding-left: 0;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    #wrapper.toggled {
        padding-left: 260px;
    }

    .sidebar-wrapper {
        z-index: 9;
        position: fixed;
        left: 260px;
        width: 0;
        height: 100%;
        margin-left: -260px;
        overflow-y: auto;
        overflow-x: hidden;
        background-color: #222222;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .wrapper.toggled .sidebar-wrapper {
        width: 260px;
    }

    .page-content-wrapper {
        width: 100%;
        /*    position: absolute;*/
        overflow-y: auto;
        overflow-x: hidden;
        height: 100dvh;
    }

    .wrapper.toggled .page-content-wrapper {
        position: absolute;
        margin-right: -260px;
    }

    .sidebar-nav {
        position: absolute;
        top: 0;
        width: 260px;
        margin: 0;
        padding: 0 15px;
        list-style: none;
    }

        .sidebar-nav li.nav-main {
        }

            .sidebar-nav li.nav-main a {
                font-weight: 700;
                color: rgba(255, 255, 255, 0.8);
                padding-block: 15px;
            }

        .sidebar-nav li.sidebar-brand {
            text-align: center;
            padding-block: 20px;
        }

            .sidebar-nav li.sidebar-brand a:hover {
                background: none;
            }

            .sidebar-nav li.sidebar-brand img {
                max-width: 100%;
            }

        .sidebar-nav li a {
            padding: 12px 15px;
            display: block;
            font-size: 14px;
            transition: all ease 0.5s;
        }

            .sidebar-nav li a:hover {
                background: #121212;
                border-radius: 6px;
            }

            .sidebar-nav li a p {
                font-size: 14px;
            }

            .sidebar-nav li a i {
                width: 40px;
                text-align: center;
            }

    .nav-miniplayer {
        padding-block: 30px;
    }

        .nav-miniplayer .container.audio-player-container {
            height: auto;
        }

        .nav-miniplayer .audio-player {
            max-width: 240px;
        }

        .nav-miniplayer .content-overlay {
            background: none;
        }

        .nav-miniplayer .episode-image {
            width: 150px;
            height: 150px;
            border-radius: 16px;
        }

        .nav-miniplayer .episode-text {
            font-size: 14px;
        }

        .nav-miniplayer .player-controls {
            gap: 1rem;
        }

        .nav-miniplayer .play-button {
            width: 40px;
            height: 40px;
        }

        .nav-miniplayer .play-button {
            font-size: 18px;
        }

        .nav-miniplayer .control-button i {
            font-size: 18px;
        }

    .page-header-with-bg {
        height: 250px;
        margin-top: -50px;
        margin-inline: -50px;
        display: flex;
        align-items: start;
        justify-content: end;
        flex-direction: column;
        padding: 50px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: sticky;
        top: 0;
        z-index: 2;
    }

        .page-header-with-bg.favorite-episodes-header-bg:before {
            content: '';
            background: rgba(96, 91, 87,0.65);
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            z-index: -1;
        }

        .page-header-with-bg.prayer-wall-header-bg:before {
            content: '';
            background: rgba(0, 0, 0,0.35);
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            z-index: -1;
        }

    .page-header-title {
        font-size: 45px;
        padding: 0;
        margin: 0;
    }

    .page-header-back {
        display: block;
        margin-bottom: 50px;
    }

    .page-body {
        padding: 50px;
    }

    .journal-list-card {
        border-radius: 16px;
        background-color: #222222;
        padding: 25px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 20px;
        cursor: pointer;
        transition: all ease 0.5s;
    }

        .journal-list-card:last-child {
            margin-bottom: 0;
        }

        .journal-list-card:hover {
            background: #333;
        }

    .journal-list-content h4 {
        font-size: 16px;
        font-weight: 700;
        line-height: 1.6;
    }

    .journal-list-content h5 {
        font-size: 14px;
        line-height: 1.6;
    }

        .journal-list-content h5.episode-date {
            color: rgba(255,255,255, 0.6);
        }

    .journal-list-content p {
        font-size: 14px;
        line-height: 1.6;
        margin-bottom: 0;
    }

        .journal-list-content p.journal-description {
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 1;
            overflow: hidden;
        }

    .journal-list-filter .input-group {
        border-color: #555555;
        border-radius: 50px;
    }

    .journal-list-filter .input-group-text {
        border-color: #555555;
        width: 50px;
        justify-content: center;
    }

    .journal-list-filter img.channel-icon {
        padding: 3px;
    }

        .journal-list-filter img.channel-icon.channel-icon.selected {
            border-width: 2px;
        }

    .journal-list-filter .btn-year-dropdown {
        box-shadow: none;
        outline: none;
    }

        .journal-list-filter .btn-year-dropdown:active {
            background-color: #282828;
            color: #ffffff;
        }

    .channel-list {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        gap: 10px;
    }

    .channel-list-card {
        width: 50px;
        cursor: pointer;
    }

    .note-editor.note-airframe, .note-editor.note-frame {
        background: rgb(58,58,58);
        border-radius: 0.375rem;
    }

    .note-editing-area * {
        color: #ffffff;
    }

    .note-editor .note-toolbar .note-style .dropdown-style h1, .note-editor .note-toolbar .note-style .dropdown-style h2, .note-editor .note-toolbar .note-style .dropdown-style h3, .note-editor .note-toolbar .note-style .dropdown-style h4, .note-editor .note-toolbar .note-style .dropdown-style h5, .note-editor .note-toolbar .note-style .dropdown-style h6, .note-editor .note-toolbar .note-style .dropdown-style p, .note-popover .popover-content .note-style .dropdown-style h1, .note-popover .popover-content .note-style .dropdown-style h2, .note-popover .popover-content .note-style .dropdown-style h3, .note-popover .popover-content .note-style .dropdown-style h4, .note-popover .popover-content .note-style .dropdown-style h5, .note-popover .popover-content .note-style .dropdown-style h6, .note-popover .popover-content .note-style .dropdown-style p {
        color: inherit;
        text-align: inherit;
        font-family: inherit;
        line-height: inherit;
        font-weight: inherit;
        text-transform: inherit;
    }

    .note-editing-area h1, .note-editing-area h2, .note-editing-area h3, .note-editing-area h4, .note-editing-area h5, .note-editing-area h6 {
        margin: inherit;
        padding: inherit;
        text-align: inherit;
    }

    .note-editing-area ul, .note-editing-area ol {
        padding-left: 2rem;
    }

    .note-editing-area ul {
        list-style-type: disc;
    }

    .note-editing-area * {
        color: #ffffff;
    }

    .episodes-cards .card {
        border-radius: 16px;
        background-color: #222222;
        padding: 20px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: row;
        gap: 15px;
        cursor: pointer;
        transition: all ease 0.5s;
    }

        .episodes-cards .card:hover {
            background-color: #333333;
        }

        .episodes-cards .card .card-left {
            display: flex;
            align-items: flex-start;
            gap: 15px;
        }

        .episodes-cards .card .card-img {
            width: 50px;
            height: 50px;
        }

            .episodes-cards .card .card-img img {
                max-width: 100%;
                object-fit: cover;
                border-radius: 50%;
            }

        .episodes-cards .card .card-content {
            width: calc(100% - 50px);
        }

            .episodes-cards .card .card-content h5 {
                font-size: 16px;
                font-weight: 700;
                line-height: 1.5;
                margin-bottom: 5px;
                display: -webkit-box;
                -webkit-line-clamp: 1;
                -webkit-box-orient: vertical;
                overflow: hidden;
                word-break: break-word;
            }

            .episodes-cards .card .card-content p {
                margin-bottom: 0;
                font-size: 15px;
                color: #aaaaaa;
            }

        .episodes-cards .card .card-edit {
            cursor: pointer;
            width: 30px;
            height: 30px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

    .mud-dialog.custom-modal {
        background: #282828 !important;
        border-radius: 10px;
    }

        .mud-dialog.custom-modal.custom-modal-content {
            background: none !important;
        }

            .mud-dialog.custom-modal.custom-modal-content .mud-dialog-content {
                padding: 0;
                margin: auto;
                flex: none;
                width: 100%;
                background-color: #282828;
                max-height: 90%;
                max-width: 500px;
                border-radius: 10px;
            }

        .mud-dialog.custom-modal.custom-modal-lg .mud-dialog-content {
            max-width: 920px;
        }

        .mud-dialog.custom-modal .mud-dialog-content .modal-header {
            padding: 20px 30px;
            justify-content: space-between;
        }

        .mud-dialog.custom-modal .mud-dialog-content .modal-body {
            padding: 30px;
        }

            .mud-dialog.custom-modal .mud-dialog-content .modal-body p {
                line-height: 1.6;
            }

    .btn-dark-gray-1 {
        background: #797979;
    }

        .btn-dark-gray-1:hover {
            background: #707070;
            color: #ffffff;
        }

    .btn-primary.disabled, .btn-primary:disabled, fieldset:disabled .btn-primary {
        background-color: #29828A;
        border-color: #29828A;
    }

    .form-control::-webkit-input-placeholder {
        color: rgba(255,255,255,0.5);
    }

    .form-control::-moz-placeholder {
        color: rgba(255,255,255,0.5);
    }

    .form-control:-ms-input-placeholder {
        color: rgba(255,255,255,0.5);
    }

    .form-control:-moz-placeholder {
        color: rgba(255,255,255,0.5);
    }

    .form-check.custom-check {
        padding-left: 0;
        display: flex;
        align-items: center;
        gap: 8px;
        margin-bottom: 15px;
    }

        .form-check.custom-check .form-check-input {
            width: 24px;
            height: 24px;
            background-color: rgba(255, 255, 255, 0.1);
            border: 0;
            margin-left: 0;
            cursor: pointer;
        }

            .form-check.custom-check .form-check-input:checked[type="radio"],
            .form-check.custom-check .form-check-input:checked[type="checkbox"] {
                background: #29828a;
                display: flex;
                align-items: center;
                justify-content: center;
            }

                .form-check.custom-check .form-check-input:checked[type="radio"]:before,
                .form-check.custom-check .form-check-input:checked[type="checkbox"]:before {
                    content: '\f00c';
                    font-family: "Font Awesome 6 Pro";
                    color: #ffffff;
                }

        .form-check.custom-check .form-check-label {
            font-size: 15px;
            color: #ffffff;
            cursor: pointer;
        }

    .note-editor .note-toolbar .note-style .dropdown-style h1, .note-editor .note-toolbar .note-style .dropdown-style h2, .note-editor .note-toolbar .note-style .dropdown-style h3, .note-editor .note-toolbar .note-style .dropdown-style h4, .note-editor .note-toolbar .note-style .dropdown-style h5, .note-editor .note-toolbar .note-style .dropdown-style h6, .note-editor .note-toolbar .note-style .dropdown-style p, .note-popover .popover-content .note-style .dropdown-style h1, .note-popover .popover-content .note-style .dropdown-style h2, .note-popover .popover-content .note-style .dropdown-style h3, .note-popover .popover-content .note-style .dropdown-style h4, .note-popover .popover-content .note-style .dropdown-style h5, .note-popover .popover-content .note-style .dropdown-style h6, .note-popover .popover-content .note-style .dropdown-style p {
        color: inherit;
        text-align: inherit;
        font-family: inherit;
        line-height: inherit;
        font-weight: inherit;
        text-transform: inherit;
    }

    .note-editing-area h1, .note-editing-area h2, .note-editing-area h3, .note-editing-area h4, .note-editing-area h5, .note-editing-area h6 {
        margin: inherit;
        padding: inherit;
        text-align: inherit;
    }

    .note-editing-area ul, .note-editing-area ol {
        padding-left: 2rem;
    }

    .note-editing-area ul {
        list-style-type: disc;
    }

    .btn-fixed-bottom {
        padding: 30px 50px;
        background: #222222;
    }

    .create-prayer-request-form {
        margin-bottom: 110px;
    }

    .prayer-wall-post {
    }

        .prayer-wall-post .prayer-wall-post-card {
            border-radius: 10px;
            background-color: #333333;
            padding: 30px;
            height: 100%;
            max-height: calc(100dvh - 220px);
            overflow-y: auto;
            overflow-x: hidden;
        }

        .prayer-wall-post .prayer-wall-post-content h2 {
            font-size: 24px;
            font-weight: 700;
            line-height: 1.4;
            word-break: break-word;
        }

        .prayer-wall-post .prayer-wall-post-content p {
            font-size: 16px;
            line-height: 1.7;
            word-break: break-word;
        }

        .prayer-wall-post .prayer-wall-post-content .prayer-wall-post-content-by p {
            font-size: 14px;
            color: #aaaaaa;
        }

        .prayer-wall-post .prayer-wall-post-content .prayer-wall-post-content-by .prayer-wall-post-content-bell {
        }

        .prayer-wall-post .prayer-wall-post-chat .dropdown {
            margin-left: auto;
            max-width: 200px;
        }

        .prayer-wall-post .prayer-wall-chat-list {
            /*        overflow-y: auto;
        overflow-x: hidden;
        height: 600px;
        padding-right: 20px;*/
        }

    .prayer-wall-chat-card {
        margin-bottom: 30px;
    }

    .prayer-wall-chat-content {
        border-radius: 15px;
        background-color: #222222;
        padding: 20px;
        position: relative;
    }

        .prayer-wall-chat-content:after {
            content: '';
            width: 0px;
            height: 0px;
            border-left: 16px solid transparent;
            border-right: 16px solid transparent;
            border-top: 16px solid #222222;
            position: absolute;
            bottom: -16px;
            left: 40px;
        }

        .prayer-wall-chat-content p {
            font-size: 14px;
            line-height: 1.6;
            margin-bottom: 0;
        }

            .prayer-wall-chat-content p.prayer-wall-chat-date {
                color: rgba(255, 255, 255, 0.5);
                margin-bottom: 5px;
            }

    .prayer-wall-chat-user {
        display: flex;
        align-items: center;
        gap: 10px;
        margin-top: 25px;
        margin-left: 35px;
    }

        .prayer-wall-chat-user .prayer-wall-chat-user-img img {
            width: 40px;
            height: 40px;
            object-fit: cover;
        }

        .prayer-wall-chat-user .prayer-wall-chat-user-data p {
            margin-bottom: 0;
            font-size: 12px;
            color: rgba(255, 255, 255, 0.5);
            line-height: 1.6;
        }

    .prayer-chat-response-input .form-control {
        background: #121212;
        border-radius: 20px;
        padding: 20px;
    }

        .prayer-chat-response-input .form-control .mud-input.mud-input-underline::before,
        .prayer-chat-response-input .form-control .mud-input.mud-input-underline::after {
            display: none;
        }

        .prayer-chat-response-input .form-control textarea {
            margin: 0;
        }

    .prayer-activity-list .episodes-cards .card.prayer-activity-read .card-img i {
        background: -webkit-linear-gradient(#DCCE99, #997142);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .prayer-activity-list .episodes-cards .card.prayer-activity-unread .card-img i {
        background: -webkit-linear-gradient(#4FB3BD, #29828A);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .prayer-activity-list .episodes-cards .card .card-content p {
        font-size: 15px;
        line-height: 1.6;
        color: #ffffff;
    }

        .prayer-activity-list .episodes-cards .card .card-content p .prayer-title {
            font-weight: 700;
        }

    .prayer-activity-list .episodes-cards .card.prayer-activity-read .card-content p .prayer-title {
        color: #B99D6B;
    }

    .prayer-activity-list .episodes-cards .card.prayer-activity-unread .card-content p .prayer-title {
        color: #4fb3bd;
    }

    .prayer-activity-list .episodes-cards .card .card-content p.prayer-date {
        font-size: 12px;
        color: rgba(255, 255, 255, 0.5);
        margin-top: 5px;
    }

    .prayer-activity-list .read-title, .prayer-activity-list .unread-title {
        font-size: 16px;
        font-weight: 700;
        text-transform: uppercase;
    }

    .prayer-activity-list .read-title {
        color: #B99D6B;
    }

    .prayer-activity-list .unread-title {
        color: #4fb3bd;
    }

    .cards-custom .card {
        border-radius: 20px;
        background-color: #363636;
        /*    height: 100%;*/
    }

        .cards-custom .card.hotline-audio {
            min-height: 500px;
        }

        .cards-custom .card .card-body {
            padding: 50px;
        }

            .cards-custom .card .card-body p {
                font-size: 14px;
                color: #ffffff;
                line-height: 1.6;
            }

    .unorder-list li {
        font-size: 14px;
        color: #ffffff;
        line-height: 1.6;
        list-style-type: disc;
        margin-bottom: 10px;
    }

        .unorder-list li:last-child {
            margin-bottom: 0;
        }

        .unorder-list li ul {
            margin-left: 20px;
            margin-top: 10px;
        }

        .unorder-list li li {
            list-style-type: circle;
        }

    .click-recording-btn .btn {
        background: rgba(255, 255, 255, 0.2);
        font-size: 12px;
        color: #ffffff;
        border: 0;
        position: relative;
        margin-bottom: 15px;
        outline: none;
        box-shadow: none;
    }

        .click-recording-btn .btn:focus, .click-recording-btn .btn:active {
            background: rgba(255, 255, 255, 0.2);
            color: #ffffff;
            outline: none;
            box-shadow: none;
        }

        .click-recording-btn .btn:after {
            content: '';
            width: 0px;
            height: 0px;
            border-left: 10px solid transparent;
            border-right: 10px solid transparent;
            border-top: 10px solid rgba(255, 255, 255, 0.2);
            position: absolute;
            bottom: -10px;
            left: 0;
            right: 0;
            margin: 0 auto;
        }

    .audio-wave .visualizer {
        border-radius: 16px;
    }

    .pause-btn {
        position: relative;
        height: 100px;
        width: 100px;
        margin: 0 auto;
    }

        .pause-btn:before,
        .pause-btn:after {
            content: '';
            display: block;
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            border: 2px solid #D5272C;
            border-radius: 50%;
        }


        .pause-btn:before {
            animation: ripple 3s linear infinite;
        }

        .pause-btn:after {
            animation: ripple 3s linear 1s infinite;
        }

        .pause-btn .pulse {
            z-index: 1;
        }

    .hotline-select-channel .col-2 {
        width: 100px;
    }

    .hotline-select-channel img.stacked-top {
        right: 0;
        bottom: 0;
        margin: auto;
        max-width: 36px;
    }

    .hotline-record-page .card {
        height: 100%;
    }

    .profile-settings.cards-custom .card {
        border-radius: 6px;
        background-color: #222222;
        margin-bottom: 20px;
    }

        .profile-settings.cards-custom .card:last-child {
            margin-bottom: 0;
        }

        .profile-settings.cards-custom .card .card-body {
            padding: 30px;
        }

        .profile-settings.cards-custom .card .avatar {
            width: 78px;
            height: 78px;
            object-fit: cover;
            padding: 0;
        }

        .profile-settings.cards-custom .card .form-control {
            border: 1px solid #797979;
            background: none;
        }


    .home-steps-img img {
        width: 225px;
        height: 225px;
        border-radius: 50%;
        object-fit: cover;
    }

    .login-btn-group .btn {
        width: 50%;
    }

    .home-user-settings #AvatarURL {
        width: 80px;
        height: 80px;
        margin-bottom: 0;
    }

    .cards-custom-small.cards-custom .card {
        border-radius: 16px;
        background-color: #222222;
    }

        .cards-custom-small.cards-custom .card .card-body {
            padding: 25px;
        }

    .home-page .cards-custom .btn-dark-gray-1 {
        background-color: #323232;
    }

        .home-page .cards-custom .btn-dark-gray-1:active {
            color: #ffffff;
            border-color: #323232;
        }

    .community-journal-cards .col-6:first-child {
        border-right: 1px solid #121212;
    }

    .community-journal-cards h2 {
        font-size: 56px;
        font-weight: 700;
    }

    .cards-custom .card .card-body .community-journal-cards p {
        color: #aaaaaa;
    }

    .listen-next-cards .episodes-cards .card.active {
        background-color: #29828a;
    }

    .listen-next-cards .episodes-cards .card .card-left {
        gap: 20px;
    }

    .listen-next-cards .episodes-cards .card .card-img {
        width: 90px;
        height: auto;
    }

        .listen-next-cards .episodes-cards .card .card-img img {
            border-radius: 10px;
        }

    .listen-next-cards .episodes-cards .card .card-content h5 {
        font-size: 20px;
    }

    .listen-next-cards .episodes-cards .card .card-content p {
        font-size: 16px;
        color: #ffffffb3;
    }

    .community-journal-cards .C2ITRadialGauge {
        position: relative;
        z-index: 1;
    }

    .audio-review {
        border-radius: 16px;
        background-color: rgba(255, 255, 255, 0.1);
        position: relative;
        min-height: 90px;
    }

        .audio-review .btn-play-pause {
            width: 44px;
            height: 44px;
            border-radius: 50%;
            padding: 0;
            position: absolute;
            top: 50%;
            transform: translate(0,-50%);
            left: 30px;
        }

    .modal-check {
        font-size: 90px;
        color: #29828a;
    }

    .mud-dialog.custom-modal .mud-dialog-content .modal-body p.modal-submitted {
        margin: 30px 0 0;
        font-size: 22px;
    }

    .progress-cards.community-journal-cards .col-6:first-child {
        border-right: 0;
    }

    .myaccount-info #AvatarURL {
        width: 220px;
        height: 220px;
        padding: 0;
        margin-bottom: 25px;
    }

    .myaccount-info h5 {
        font-size: 25px;
        font-weight: 700;
    }

    .myaccount-info p {
        font-size: 18px;
        margin-bottom: 0;
    }

    .myaccount-list-group {
        margin-bottom: 50px;
    }

        .myaccount-list-group:last-child {
            margin-bottom: 0;
        }

        .myaccount-list-group .list-group-item {
            background-color: #333333;
            border: 0;
            font-size: 14px;
            color: #fff;
            padding: 20px;
            margin-bottom: 2px;
            cursor: pointer;
            transition: all 0.5s;
        }

            .myaccount-list-group .list-group-item:last-child {
                margin-bottom: 0;
            }

            .myaccount-list-group .list-group-item:hover {
                background-color: #444444;
            }

        .myaccount-list-group .form-check-input:checked {
            background-color: #4fb3bd;
            border-color: #4fb3bd;
        }

    @keyframes ripple {
        0% {
            transform: scale(1);
        }

        50% {
            transform: scale(1.3);
            opacity: 1;
        }

        100% {
            transform: scale(1.6);
            opacity: 0;
        }
    }
    /*Sidebar + Body HTML Media CSS*/

    .wrapper {
        padding-left: 260px;
    }

        .wrapper.toggled {
            padding-left: 0;
        }

    .sidebar-wrapper {
        width: 260px;
    }

    .wrapper.toggled .sidebar-wrapper {
        width: 0;
    }

    .page-content-wrapper {
        position: relative;
    }

    .wrapper.toggled .page-content-wrapper {
        position: relative;
        margin-right: 0;
    }

    .btn-fixed-bottom {
        margin-left: 260px;
    }

    .container.community-cards {
        overflow-y: unset;
    }

    .community-cards {
        padding-top: 60px;
        padding-left: 0px;
        padding-right: 0px;
    }

        .community-cards .card {
            height: 100%;
            margin-bottom: 0;
            align-items: center;
            justify-content: center;
        }

            .community-cards .card h2 {
                font-size: 20px;
                text-align: center;
            }

        .community-cards .prayer-hotline {
            background: linear-gradient(20deg, #d5272c 20%, #df7f7f 100%);
        }

        .community-cards .prayer-wall {
            background: linear-gradient(20deg, #29828a 20%, #32bed1 100%);
        }

        .community-cards .record-video {
            background: linear-gradient(20deg, #ea9e1f 55%, #f0cb93 100%);
        }

        .community-cards .watch {
            background: linear-gradient(10deg, #d86928 20%, #f9ae83 120%);
        }

        .community-cards .prayers-meditations {
            background: linear-gradient(20deg, #2676ad 0%, #4ba5e6 100%);
        }

        .community-cards .talks {
            background: linear-gradient(20deg, #594488 20%, #8b61e4 100%);
        }

        .community-cards .music {
            background: linear-gradient(20deg, #509813 20%, #91e84d 100%);
        }

        .community-cards .connect {
            background: linear-gradient(20deg, #4fb3bd 20%, #7bdbe8 100%);
        }

    .channel-part h6 {
        margin-bottom: 20px;
        font-size: 14px;
        line-height: 1.5;
    }

    .channel-part .channels-categeris {
        height: 170px;
        object-fit: cover;
    }

    .channel-episodes-title {
        padding: 0px;
    }

    .banner-without-backicon .page-header-with-bg .page-header-back {
        display: none;
    }

    .channel-part {
        padding-top: 35px !important;
    }

        .channel-part .g-md-4 {
            --bs-gutter-y: 1.9rem;
            --bs-gutter-x: 2.2rem;
        }

    .bg-episode-list-item .sub-text {
        font-size: 15px;
        line-height: 1.5;
    }

    .tablet-episode-list .bg-episode-list-item {
        max-width: 100%;
        padding: 16px;
    }

    .tablet-episode-list .mud-swipearea {
        margin-bottom: 15px;
    }

    .channel-episodes-top .fa-stack.float-end {
        margin-right: 0px;
    }

    .arrow-play-off .check-arrow {
        width: 40px;
        height: 40px;
        border: 2px solid #29828a;
        display: flex;
        border-radius: 50%;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        margin-right: 15px;
    }

        .arrow-play-off .check-arrow .fa-ltteal {
            color: #ffffff;
        }

    .tablet-episode-list.episode-list-container {
        margin-top: 0px;
    }

    .tablet-episode-list .btn-swipe-actions {
        height: auto;
    }

    .tablet-episode-list .swipe-items {
        margin-left: 0px;
        height: 100%;
    }

    .tablet-episode-list .swipe-actions {
        right: 0;
    }

    .tablet-episode-list .swipe-content.swiped {
        transform: translateX(-22vw);
    }

    .tablet-episode-list .bg-episode-list-item .col-1 {
        text-align: center;
        width: auto;
        padding-left: 0px;
    }

    .tablet-episode-list .bg-episode-list-item .icon-1,
    .tablet-episode-list .bg-episode-list-item .icon-2 {
        padding-right: 0;
    }

    .tablet-episode-list .bg-episode-list-item p {
        margin-bottom: 0px;
        color: #aaaaaa;
        font-size: 15px;
        line-height: 1.5;
    }

    .login-register-btn {
        background-color: #29828a;
        max-width: 340px;
        margin: 0 auto;
        width: 100%;
        display: block;
        padding: 11px;
        border-radius: 10px;
        font-size: 14px;
        line-height: 1.5;
    }

        .login-register-btn:hover {
            padding: 11px;
            font-size: 14px;
        }


    .episode-title-icons h3 {
        font-size: 16px;
        line-height: 1.5;
        margin-bottom: 1px;
    }

    .episode-title-icons ul {
        display: flex;
        align-items: center;
        padding: 0;
        margin: 0;
    }

        .episode-title-icons ul li {
            list-style: none;
            padding: 0px 7px;
            cursor: pointer;
        }

    .tablet-miniplayer {
        text-align: center;
    }

        .tablet-miniplayer .audio-player {
            width: 100%;
            max-width: 400px;
            text-align: center;
        }

        .tablet-miniplayer .episode-date {
            font-size: 18px;
            font-weight: 700;
            color: #fff;
            margin-bottom: 0;
        }

        .tablet-miniplayer .episode-title {
            font-size: 16px;
            color: #fff;
            opacity: 0.5;
            margin-bottom: 20px;
        }

        .tablet-miniplayer .player-controls {
            display: flex;
            justify-content: center;
            gap: 2rem;
        }

        .tablet-miniplayer .control-button i {
            color: #fff;
            font-size: 30px;
        }

        .tablet-miniplayer .control-button.play-button i {
            font-size: 40px;
        }

        .tablet-miniplayer .episode-image {
            width: 180px;
            height: 180px;
            border-radius: 10px;
            margin: 0 auto 15px;
        }


    .achievements-tablet .nav.nav-pills {
        background-color: #333333;
    }

    .achievements-tablet .nav-pills .nav-link:hover {
        color: #fff;
    }

    .achievements-tablet .nav-pills .nav-link.active {
        background-color: #444444;
    }

    .achievements-tablet .bg-achievements-sections {
        background-color: #222222;
    }

        .achievements-tablet .bg-achievements-sections .progressbar__text h3 {
            font-size: 24px;
        }

        .achievements-tablet .bg-achievements-sections.achievements-entire-bible .progressbar__text h3 {
            font-size: 34px;
        }

        .achievements-tablet .bg-achievements-sections .progressbar__text p {
            font-size: 15px;
            font-weight: 500;
            color: rgba(255, 255, 255, 0.5);
        }

    .achievements-tablet .achievements-books-channels .progressbar__fontImage img {
        width: 70px;
        height: 70px;
        object-fit: cover;
    }

    .record-a-video.watch-list-page {
        padding-top: 30px;
    }

    .record-a-video {
        height: 100%;
        background: none;
        overflow-x: hidden;
        padding-left: 0;
        padding-right: 0;
    }

    .watch-list {
        height: 100%;
        font-size: 16px;
        flex-direction: column;
        text-align: center;
        line-height: 1.2;
        justify-content: center;
        background: linear-gradient(45deg, #333333 50%, #aaaaaa 200%);
        padding: 14px;
    }

        .watch-list i {
            font-size: 40px;
        }

    .search-form.input-group {
        max-width: 450px;
    }

    .search-form .form-control, .search-form .form-control:focus {
        border-radius: 50px;
        padding: 3px 10px;
        background: #333333;
        border: 1px solid #555555;
    }

    .search-form .input-group-text {
        border-radius: 50px;
        padding: 3px 10px;
        background: #333333;
        border: 1px solid #555555;
    }

    .testimonials-list {
        gap: 30px;
    }

        .testimonials-list .testimonials-list-video {
            text-align: center;
            width: calc(20% - 24px);
            position: relative;
        }

            .testimonials-list .testimonials-list-video img {
                height: 220px;
            }

            .testimonials-list .testimonials-list-video .testimonial-play-icon {
                position: absolute;
                width: 40px;
                height: auto;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -70%);
                opacity: 0.8;
            }

            .testimonials-list .testimonials-list-video h4 {
                font-size: 14px;
                margin-top: 4px;
            }

    .top-banner-view {
        position: sticky;
        top: 0;
        background-color: #282828;
        z-index: 2;
    }

    .player.player-view {
        padding: 0;
        max-height: 100%;
    }

        .player.player-view .pills-row {
            width: auto;
            margin: 0px -30px;
            border-bottom: 1px solid #797979;
            position: sticky;
            top: 0;
        }

    .player-view .nav-pills .nav-link {
        font-size: 14px;
        line-height: 1.5;
    }

    .player-view .tab-content .img-rounded {
        border-radius: 32px;
    }

    .player-view .player-details h3 {
        font-size: 22px;
        line-height: 1.5;
    }

    .player-view .player-details p {
        font-size: 14px;
        line-height: 1.5;
        margin-bottom: 0px;
    }

    .player-view .player-time {
        margin-top: 20px;
        margin-bottom: 10px;
    }

        .player-view .player-time .offset-8 .text-light-sm {
            margin-left: 20px;
        }

    .player-view .play-buttons .fa-4x {
        font-size: 56px;
    }

    .player-view .play-buttons .scan-icon .fa-2xl {
        font-size: 2.3em;
    }

    .player-view .bottom-player-buttons-container-0 .btn-circle {
        width: 40px;
        height: 40px;
    }

    .player-view .bottom-player-buttons-container-0 .btn-mark-as-listened {
        height: 40px;
    }

    .player-view .player-video-box .testimonials-list .testimonials-list-video {
        width: calc(50% - 15px);
    }

    .player-view .player-video-box .testimonials-list.films-list .testimonials-list-video .testimonials-list-thumb {
        width: 100%;
        height: 164px;
    }

    .player-view .right-tabs {
        background-color: #222222;
        margin-block: -30px;
        margin-right: -30px;
        height: 100vh;
    }

    .player.player-view .right-tabs .pills-row {
        border: unset;
        margin: 0;
    }

    .right-tabs .tab-content {
        padding: 20px;
        height: calc(100vh - 147px);
        overflow: scroll;
    }

    .player-view .music-left {
        height: calc(100vh - 135px);
        overflow: scroll;
    }

        .player-view .music-left .player-video-box .testimonials-list {
            gap: 20px;
        }

    .player-view .player-video-box h4 {
        font-size: 18px;
        line-height: 1.5;
    }

    .player-view .player-video-box {
        padding: 0px;
    }

    .music-banner-top .page-header-with-bg.bg-channel-episodes {
        background-image: none !important;
        background-color: #282828;
        height: 135px;
    }

    .nav-pills .nav-link:focus,
    .nav-pills .nav-link:hover {
        color: #fff;
    }

    .player-view .tab-content .journal-text-area {
        padding: 10px;
    }

    .right-tabs .tab-content .journal-title {
        font-size: 22px;
        line-height: 1.5;
    }

    .music-banner-Landscape .page-header.page-header-with-bg {
        background: #111;
        height: 90px;
        margin-inline: 0;
        padding-left: 0;
    }

    .music-banner-Landscape .channel-episodes-title {
        display: none !important;
    }

    .visual-modal {
        max-width: 60%;
    }

    .journal-details {
    }

        .journal-details .form-group .form-control {
            background-color: transparent;
            font-size: 20px;
            padding: 5px;
        }

            .journal-details .form-group .form-control:focus {
                background-color: #222222;
                border: 0;
            }

        .journal-details .journal-text-area {
            border-radius: 10px;
            padding: 10px;
        }

            .journal-details .journal-text-area:focus {
                background-color: #222222;
                border: 0;
                outline: none;
            }

    .channel-filter .channel-options-modal {
        top: 50%;
        background-color: #282828cc !important;
        left: 50%;
        transform: translate(-50%, -50%);
        position: absolute;
        max-width: 100%;
        width: 750px;
        padding: 25px;
        border-radius: 14px;
    }

        .channel-filter .channel-options-modal .radio {
            height: 1.5rem;
            width: 1.5rem;
        }

    .channel-options-modal label {
        font-size: 15px;
    }

    .channel-filter .channel-options-modal .channel-options-part .bg {
        margin: 0;
        background-color: #555555;
        border-radius: 8px;
    }

    .channel-filter .login-register-btn,
    .channel-filter .btn-gray {
        max-width: 163px;
        margin: unset;
        color: #fff;
        font-size: 15px;
        line-height: 1.5;
        text-transform: capitalize;
        cursor: pointer;
    }

        .channel-filter .login-register-btn:hover {
            background-color: #29828a;
        }

    .channel-filter .btn-gray {
        background-color: #8c8c8c;
    }

        .channel-filter .btn-gray:hover {
            background-color: #8c8c8c;
        }

    @media (max-width: 1399px) {
        .page-body {
            padding: 30px;
        }

        .page-header-with-bg {
            padding: 30px;
            height: 200px;
        }

        .page-header-title {
            font-size: 40px;
        }

        .page-header-with-bg .page-header-back {
            margin-bottom: 10px;
        }

        .btn-fixed-bottom {
            padding: 20px 50px;
        }

        .create-prayer-request-form {
            margin-bottom: 90px;
        }

        .hotline-record-page .card {
            height: auto;
        }

        .home-steps-img img {
            width: 200px;
            height: 200px;
        }

        .myaccount-info #AvatarURL {
            width: 130px;
            height: 130px;
            margin-bottom: 20px;
        }

        .myaccount-info h5 {
            font-size: 20px;
            margin-bottom: 0;
        }

        .myaccount-info p {
            font-size: 16px;
        }

        .myaccount-list-group {
            margin-bottom: 30px;
        }

        .listen-next-cards .episodes-cards .card {
            padding: 10px;
        }

            .listen-next-cards .episodes-cards .card .card-left {
                gap: 10px;
            }

            .listen-next-cards .episodes-cards .card .card-img {
                width: 50px;
            }

            .listen-next-cards .episodes-cards .card .card-content {
                width: calc(100% - 60px);
            }

                .listen-next-cards .episodes-cards .card .card-content h5 {
                    font-size: 18px;
                    margin-bottom: 0;
                }

                .listen-next-cards .episodes-cards .card .card-content p {
                    font-size: 14px;
                }

        .home-page .cards-custom .btn-dark-gray-1 {
            padding: 0.5rem;
            font-size: 13px;
        }

        .home-user-settings .fa-gear {
            font-size: 22px;
        }

        .page-header-with-bg {
            height: 140px;
            padding: 25px;
            margin-top: -30px;
            margin-inline: -30px;
        }

            .page-header-with-bg .page-header-title,
            .channel-episodes-title {
                font-size: 25px;
            }

            .page-header-with-bg.favorite-episodes-header-bg:before {
                background: rgba(0, 0, 0, 0.26);
            }

        .cards-custom-small.cards-custom .card .card-body {
            padding: 15px;
        }

        .guest-login-slider {
            margin: 70px auto;
            text-align: center;
        }

            .guest-login-slider .carousel {
                margin-bottom: 60px;
            }

            .guest-login-slider .carousel-inner {
                padding-bottom: 20px;
            }

            .guest-login-slider .carousel-item img {
                max-width: 170px;
                padding: 0;
                margin: 0 auto 10px;
            }

            .guest-login-slider .carousel-item h5 {
                padding-bottom: 10px;
            }

            .guest-login-slider .carousel-indicators {
                margin: 0 auto;
            }

            .guest-login-slider h1 {
                margin-bottom: 20px;
                padding: 0;
            }

            .guest-login-slider p {
                margin-bottom: 20px;
            }

            .guest-login-slider .btn {
                max-width: 400px;
                margin: 0 auto;
            }

        .journal-list-card {
            padding: 15px 20px;
        }

        .wrapper {
            padding-left: 200px;
        }

        .sidebar-wrapper {
            width: 200px;
        }

        .sidebar-nav {
            width: 200px;
        }

            .sidebar-nav li a {
                padding: 10px 10px;
            }

            .sidebar-nav li.nav-main a {
                padding-block: 10px;
            }

            .sidebar-nav li a i {
                width: 30px;
                font-size: 20px;
            }

        .profile-settings.cards-custom .card .card-body {
            padding: 15px 30px;
        }

        .profile-settings.cards-custom .card .avatar {
            width: 48px;
            height: 48px;
        }

        .profile-settings.cards-custom .card .form-control {
            padding: 10px;
            background: #444;
            border-color: transparent;
        }

        .profile-settings.cards-custom .card .btn {
            padding: 8px;
        }

        .visual-modal .visual-modal-close {
            right: -10px;
            top: -10px;
            width: 30px;
            height: 30px;
        }

            .visual-modal .visual-modal-close i {
                font-size: 18px;
            }
    }

    @media (max-width: 1199px) {
        .page-header-with-bg {
            margin-top: -30px;
            margin-inline: -30px;
        }

        .page-body {
            margin-bottom: 30px;
        }

        .page-header-title {
            font-size: 36px;
        }

        .btn-fixed-bottom {
            padding: 20px 30px;
        }

        .cards-custom .card .card-body {
            padding: 30px;
        }

        .profile-settings.cards-custom .card .card-body {
            padding: 20px;
        }

        .home-steps-img img {
            width: 160px;
            height: 160px;
        }

        .guest-bar {
            padding-top: 25px;
        }

        .testimonials-list .testimonials-list-video {
            width: calc(25% - 24px);
        }

        .home-user-settings #AvatarURL {
            width: 60px;
            height: 60px;
        }

        .home-user-settings h2 {
            font-size: 22px;
        }

        .listen-next-cards .episodes-cards .card .card-content h5 {
            font-size: 16px;
        }

        .listen-next-cards .episodes-cards .card .card-content p {
            font-size: 13px;
        }

        .community-journal-cards h2 {
            font-size: 46px;
        }

        .community-journal-cards.progress-cards .progressbar__text h5 {
            font-size: 18px;
        }

        .tablet-episode-list .swipe-content.swiped {
            transform: translateX(-30vw);
        }

        .visual-modal {
            max-width: 85%;
        }
    }

    @media (max-width: 991px) {

        .header-mobile {
            background: #222;
            padding: 10px;
        }

        .page-header-with-bg {
            position: relative;
            height: 180px;
        }

        .page-header-back {
            margin-bottom: 30px;
        }

        .mud-dialog.custom-modal.custom-modal-lg .mud-dialog-content {
            max-width: 90%;
        }

        .achievements-books-channels {
            background-color: #222222;
            border-radius: 16px;
            margin: 0;
        }

        .testimonials-list .testimonials-list-video {
            width: calc(50% - 24px);
        }

        .myaccount-list-group {
            margin-bottom: 20px;
        }

            .myaccount-list-group:last-child {
                margin-bottom: 20px;
            }
    }

    @media (max-width: 767px) {

        .page-header-with-bg {
            padding: 20px;
            height: 150px;
            margin-top: -20px;
            margin-inline: -20px;
        }

        .page-header-back {
            margin-bottom: 20px;
        }

        .page-header-title {
            font-size: 30px;
        }

        .page-body {
            padding: 20px;
        }

        .mud-dialog.custom-modal .mud-dialog-content .modal-header {
            padding: 20px;
        }

        .mud-dialog.custom-modal .mud-dialog-content .modal-body {
            padding: 20px;
        }

        .btn-fixed-bottom {
            padding: 20px;
        }

        .mud-dialog.custom-modal .mud-dialog-content {
            max-width: 90%;
        }

        .home-steps-img img {
            width: 130px;
            height: 130px;
        }

        .myaccount-list-group {
            margin-bottom: 20px;
        }

            .myaccount-list-group:last-child {
                margin-bottom: 20px;
            }
    }

    @media (max-width: 575px) {
        .journal-list-card {
            padding: 20px;
        }

        .prayer-wall-post .prayer-wall-post-card {
            padding: 20px;
        }

        .card-body h1 {
            font-size: 30px;
        }

        .cards-custom .card .card-body {
            padding: 30px 20px;
        }

        .hotline-select-channel .col-2 {
            width: 80px;
        }

        .login-btn-group .btn {
            width: 100%;
        }

        .home-steps-img img {
            width: 100px;
            height: 100px;
        }

        .listen-next-cards .episodes-cards .card {
            padding: 10px;
        }

            .listen-next-cards .episodes-cards .card .card-left {
                gap: 10px;
            }

            .listen-next-cards .episodes-cards .card .card-content h5 {
                font-size: 18px;
            }

            .listen-next-cards .episodes-cards .card .card-content p {
                font-size: 15px;
            }

        .cards-custom-small.cards-custom .card .card-body {
            padding: 15px;
        }

        .community-journal-cards h2 {
            font-size: 46px;
        }

        .home-user-settings #AvatarURL {
            width: 50px;
            height: 50px;
        }

        .listen-next-cards .episodes-cards .card .card-img {
            width: 80px;
        }
    }
    /*End Concettolabs CSS*/
}
