:root {
    --bg-site: #eeeeee;
    /*Scroll Bar*/
    --scroll-thumb: #b3b3b3;
    --scroll-bg: #eeeeee;
    --scroll-border-color: #eeeeee;
    --color-theme: #496b05;
    --bg-light-theme: #ebf1ea;
    --bg-cark-theme: #1a392b;
    --bg-primary: #abb999;
    --text-primary: #007427;
}

[data-bs-theme=dark] {
    /*Scroll Bar*/
    --scroll-thumb: #495057;
    --scroll-bg: #212529;
    --scroll-border-color: #171a1c;
}

nav.bg-light, footer.bg-light {
    background-color: var(--bg-light-theme) !important;
}

.bg-dark {
    background-color: var(--bg-cark-theme) !important;
}

.bg-primary {
    background-color: var(--bg-primary) !important;
}

.text-primary {
    color: var( --text-primary) !important;
}

body {
    font-family: 'Noto Sans', 'Noto Sans KR', sans-serif;
    font-size: 18px;
    overflow-y: scroll !important;
    padding-right: 0 !important;
    margin-right: 0 !important;
}

main {
    overflow-x: hidden;
    overflow-y: hidden;
}

div.app .redirecting {
    transition: opacity 0.15s linear;
    opacity: 0;
}


*:focus {
    outline: none;
}

.navbar-brand-logo {
    background: url('/images/yalechurch-logo-black.png');
    background-size: cover;
    background-position: center;
}

blockquote {
    font-family: 'Noto Serif KR', serif;
    padding: 1rem;
    border-left: 3px solid var(--color-theme);
}

.font-1 {
    font-family: 'Black Han Sans', sans-serif;
}

.font-2 {
    font-family: 'East Sea Dokdo', cursive;
}

.font-3 {
    font-family: 'Gugi', cursive;
}

.font-4 {
    font-family: 'Nanum Brush Script', cursive;
}

.font-5 {
    font-family: 'Nanum Pen Script', cursive;
    font-size: 120%;
}

.font-6 {
    font-family: 'Noto Sans KR', sans-serif;
}

.font-7 {
    font-family: 'Noto Serif KR', serif;
}

.font-8 {
    font-family: 'Single Day', cursive;
}

b, strong {
    font-weight: 600;
}

@media (max-width: 575.98px) {
    .font-small-mobile {
        font-size: 0.7em
    }
}

.overlay-frosted {
    background-color: #d8e2ed8f;
    backdrop-filter: blur(6px);
}

.overlay-frosted-1 {
    background-color: #c3d1d570;
    backdrop-filter: blur(6px);
}

.overlay-bg {
    filter: grayscale(0.2) contrast(0.5);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.3;
    z-index: -1;
}

.overlay-shape {
    clip-path: polygon(0% 95%, 246% 0%, 0% 0%);
}

.home-image {
    background: url(/images/unnamed-file-480x328.jpg);
    background-size: cover;
    opacity: 0.5;
    width: 100%;
    height: 100%;
    background-position: center;
}

.home-background-overlay {
    transition: background 1.5s ease-in-out;
    -webkit-transition: background 1.5s ease-in-out;
    background: url('/images/bg-church_landscape.jpg');
}

.home-background-alternate-1 {
    background-size: cover !important;
    background-position: bottom !important;
    background: url('/images/bg-church_landscape.jpg') !important;
}

.home-background-alternate-2 {
    background-size: cover !important;
    background-position: bottom !important;
    background: url('/images/bg-praise.jpg') !important;
}

.home-background-alternate-3 {
    background-size: cover !important;
    background-position: bottom !important;
    background: url('/images/bg-stage.jpg') !important;
}


.text-banner {
    color: #ffd892;
}

.image-16by9 {
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.image-square {
    aspect-ratio: 1;
    object-fit: cover;
}

.card.card-overlay-bottom:before, .home-background-overlay:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    /* background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(black));*/
    /*   background: linear-gradient(180deg, transparent, black);*/
    background: -webkit-gradient(linear, left top, left bottom, from(#101617), to(transparent));
    background: linear-gradient(360deg, transparent, #101617);
    z-index: 1;
}

.home-banner-text, .home-banner-text h1 {
    color: white;
    opacity: 0.85;
    z-index: 2;
    text-align: center;
}

.home-banner-img {
    max-width: 100%;
    object-fit: cover;
    height: 380px;
    object-position: center;
    width: 100%;
    border-radius: 20px;
}

.img-circle {
    width: 9rem;
    height: 9rem;
    box-shadow: -1px 2px 6px 0px #a0a0a080;
    border-radius: 100%;
    filter: grayscale(0.85);
    opacity: 0.6;
}

.card-image-fit {
    height: 150px;
    object-fit: cover;
    object-position: center;
}

#blazor-error-ui {
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 3.5rem;
        top: 0.5rem;
    }

/*navbar*/
.navbar .dropdown-menu {
    border-top-color: var(--color-theme);
}

.main.navbar-toggler {
    border: 0;
}


    .main.navbar-toggler span {
        display: block;
        background-color: #1a1a1a;
        height: 5px;
        width: 40px;
        margin-top: 6px;
        margin-bottom: 10px;
        position: relative;
        left: 0;
        opacity: 1;
        transition: all 0.35s ease-out;
        transform-origin: center left;
    }

        .main.navbar-toggler span:nth-child(1) {
            margin-top: 0.3em;
        }

.live-service {
    position: fixed;
    z-index: 2;
    top: 9rem;
    width: 100%;
}

.live-service-bg {
}



.live-service > div {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 1.5rem;
    background-color: #410202;
    border: 6px solid #8b0e0e;
}

@media (max-width: 992px) {
    .main.navbar-toggler {
        display: block;
    }
}

@media (max-width: 767px) {


    .live-service {
        top: 5rem;
    }

    .home-banner-text {
        text-align: center;
    }

    .main.navbar-toggler:not(.collapsed) span:nth-child(1) {
        transform: translate(15%, 0%) rotate(45deg);
    }

    .main.navbar-toggler:not(.collapsed) span:nth-child(2) {
        opacity: 0;
    }

    .main.navbar-toggler:not(.collapsed) span:nth-child(3) {
        transform: translate(15%, -40%) rotate(-45deg);
    }
}

.main.navbar-toggler span:nth-child(1) {
    transform: translate(0%, 0%) rotate(0deg);
}

.main.navbar-toggler span:nth-child(2) {
    opacity: 1;
}

.main.navbar-toggler span:nth-child(3) {
    transform: translate(0%, 0%) rotate(0deg);
}

.shape-bottom > svg {
    width: 102vw;
    margin-bottom: -20px;
}

@media (max-width: 991px) {
    .navbar-expand-lg .navbar-collapse {
        border: 5px solid #444444;
        border-radius: 1.5rem;
        background-color: #ffffff;
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu:not(.navbar-dropdown-menu) {
        background-color: transparent;
    }
}

@media (min-width: 992px) {
    .navbar-scrolled .navbar-brand {
        display: none !important;
    }
}

@media (max-width: 767.98px) {
    .navbar-absolute-lg-top .navbar-absolute-top-scroller, .navbar-absolute-sm-top .navbar-absolute-top-scroller, .navbar-absolute-top .navbar-absolute-top-scroller {
        background-color: initial;
        max-height: 65vh;
        height: 75vh;
    }
}

#sidebarNav {
    border: 0;
}

.accent-border-left {
    padding-left: 0.5rem;
    border-left: 5px solid;
    border-color: var(--color-theme);
}

#components-reconnect-modal {
    display: none;
}

.dropdown-item {
    font-size: 1rem;
}

.navbar-light .navbar-nav .nav-link {
    color: #000000;
}

.navbar.navbar-scrolled.navbar-light {
    box-shadow: 0px 5px 1rem 0 rgb(96 96 96 / 53%);
    background-color: #ddddddc2;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.navbar-nav .dropdown-item {
    position: relative;
}

    .navbar-nav .dropdown-item > .title {
        position: absolute;
        top: 0px;
    }

    .navbar-nav .dropdown-item > .sub-title {
        color: #929292;
        font-size: 0.75rem;
        position: absolute;
        bottom: 0px;
    }

.navbar-nav .nav-link {
    position: relative;
}

    .navbar-nav .nav-link > .sub-title {
        font-size: 0.75rem;
        position: absolute;
        bottom: 0px;
        left: 13px;
    }

@media (max-width: 991px) {
    .navbar-nav .nav-link > .title {
        position: absolute;
        top: 0px;
    }

    .navbar-nav .nav-link > .sub-title {
        color: #929292;
        left: 0px;
    }
}

.navbar-scrolled .navbar-nav .nav-link > .sub-title {
    color: black;
}

.bg-mobile-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(https://images.pexels.com/photos/9532874/pexels-photo-9532874.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1);
    background-position-y: bottom;
    background-size: cover;
}

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

.b-divider {
    height: 3rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 0.5em 1.5em rgb(0 0 0 / 10%), inset 0 0.125em 0.5em rgb(0 0 0 / 15%);
}

.featurette-divider {
    margin: 5rem 0;
}

.carousel-container {
    bottom: 0.5rem;
}

.pulse {
    animation: pulse-animation 2s infinite;
}

@keyframes pulse-animation {
    0% {
        box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
    }

    100% {
        box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
    }
}

.blinking {
    -webkit-animation: 1s blink ease infinite;
    -moz-animation: 1s blink ease infinite;
    -ms-animation: 1s blink ease infinite;
    -o-animation: 1s blink ease infinite;
    animation: 1s blink ease infinite;
}

@keyframes blink {
    from, to {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }
}

@-moz-keyframes blink {
    from, to {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }
}

@-webkit-keyframes blink {
    from, to {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }
}

@-ms-keyframes blink {
    from, to {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }
}

@-o-keyframes blink {
    from, to {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }
}

.card-float-text {
    position: absolute;
    top: 115px;
    left: 20px;
}

header {
    padding-top: 0 !important;
}

    header > .container > nav {
        margin-top: 2rem;
    }

.navbar-brand-logo {
    min-width: 17.5rem;
}

.movie-filter {
    opacity: 0.7;
    filter: saturate(0.75) contrast(1.5);
}

.zoom {
    transition: transform .1s;
}

    .zoom:hover {
        transform: scale(1.05);
        z-index: 1;
    }

*::-webkit-scrollbar {
    width: 17px !important;
    height: 17px !important;
}

*::-webkit-scrollbar-track {
    background: var( --scroll-border-color) !important;
    border: 1px solid var( --scroll-border-color) !important;
}

*::-webkit-scrollbar-thumb {
    background-color: var(--scroll-thumb) !important;
    border: 3px solid var(--scroll-bg) !important;
    border-radius: 0.5rem !important;
}

.scroll::-webkit-scrollbar {
    width: 5px !important;
    height: 5px !important;
}

.scroll::-webkit-scrollbar-track, .dxbs-dropdown-area.dxbs-listbox ul::-webkit-scrollbar-track {
    background: var(--cp-scroll-bg) !important;
    border: 0 !important;
    margin: 0 !important;
}

.scroll::-webkit-scrollbar-thumb, .dxbs-dropdown-area.dxbs-listbox ul::-webkit-scrollbar-thumb {
    background-color: var(--cp-scroll-thumb) !important;
    border-radius: 20px !important;
    border: 5px solid !important;
    border-color: var(--cp-scroll-thumb) !important;
}

.scroll-lg::-webkit-scrollbar {
    width: 10px !important;
    height: 10px !important;
}

.scroll-lg::-webkit-scrollbar-track {
    background: var(--cp-scroll-bg) !important;
    border: 0 !important;
    margin: 0 !important;
}

.scroll-lg::-webkit-scrollbar-thumb {
    background-color: var(--cp-scroll-thumb) !important;
    border-radius: 20px !important;
    border: 5px solid !important;
    border-color: var(--cp-scroll-thumb) !important;
}

.scroll-hover::-webkit-scrollbar, .scroll-hover::-webkit-scrollbar-track, .scroll-hover::-webkit-scrollbar-thumb {
    visibility: hidden !important;
}

.scroll:hover.scroll-hover::-webkit-scrollbar, .scroll:hover.scroll-hover::-webkit-scrollbar-track, .scroll:hover.scroll-hover::-webkit-scrollbar-thumb {
    visibility: visible !important;
}

iframe {
    border-radius: 1rem;
}

.profile-cover-avatar {
    object-fit: cover;
    object-position: center;
}

.post-text {
    overflow: auto;
    padding: 0.75rem;
}

.youtube-iframe {
    aspect-ratio: 16 / 9;
    width: 100%;
}

.shadow-dark {
    box-shadow: 0px 0px 15px 10px #2e2e2e !important;
}

.ql-container {
    font-size: inherit !important
}

.quill-custom .ql-editor p, .quill-custom .ql-editor {
    font-family: 'Noto Sans', 'Noto Sans KR', sans-serif;
    line-height: inherit;
    color: inherit;
}

.ql-snow .ql-editor h1, .ql-snow .ql-editor h2, .ql-snow .ql-editor h3, .ql-snow .ql-editor h4, .ql-snow .ql-editor h5 {
    font-family: 'Noto Sans', 'Noto Sans KR', sans-serif;
    line-height: inherit;
}

.float-container {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    z-index: 1;
}

.float-container-left {
    position: fixed;
    bottom: 2rem;
    left: 2rem;
    z-index: 1;
}

.image-center-cap {
    object-fit: cover;
    object-position: center;
}

@media (max-width: 767px) {
    .xsmall {
        font-size: 12px;
    }
}

.notransition {
    animation: none;
    transition: none;
    display: flex;
}

p.prewrap {
    white-space: pre-wrap;
}

.no-pointer {
    pointer-events: none;
}

.mud-input-control-input-container > input {
    cursor: pointer;
}

.ql-video {
    min-height: 450px;
}

.float-top-right {
    position: absolute;
    top: 0.25rem;
    right: 0.25rem;
    z-index: 1
}

.btn-circle {
    border-radius: 50%;
    width: 2rem;
    height: 2rem;
    padding: 0;
}

.btn-xxs {
    width: 2rem;
    height: 2rem;
    padding: 0;
}

p {
    margin-bottom: 0;
}

textarea.note-codable {
    white-space: pre-wrap;
}

.note-dark > .note-editor {
    background-color: #212529;
}

.calendar-date {
    font-size: 1.5rem;
    display: block;
    min-width: 14rem;
    color: #21325b;
    background-color: #ebddd7;
    padding: 0.5rem;
}

.text-ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

label.copied {
    display: flex;
    justify-content: space-between;
}

span.copied {
    display: none;
}

.copied > span.copied {
    display: block;
}

img.staff {
    aspect-ratio: 4 / 5;
    object-fit: cover;
}

.xsmall {
    font-size: 0.75rem;
}

div *[contentEditable="true"]:hover {
    outline: 1px solid #1976D2;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    pointer-events: auto;
}

.login-bar {
    display: flex;
    background-image: linear-gradient(#dfdfdf,#e7e9ec);
    border-color: #d7dae1 #a2a6ac #8d9096;
    border-style: solid;
    border-width: 1px;
    border-radius: 3px;
    box-shadow: rgba(255,255,255,.6) 0 1px 0 inset;
    margin: 2px;
}

    .login-bar .title {
        font-size: 0.85rem;
    }

.tinymce-wrapper {
    min-height: 600px;
    border-radius: 0.3125rem;
    border: 0.0625rem solid rgba(33,50,91,.1);
    padding: 1rem;
    margin-bottom: 1rem;
}

.mud-input-control {
    margin-top: 0px;
}

.table-compact {
}

    .table-compact td, .table-compact th {
        font-size: 0.9rem;
        padding: 0.15rem;
    }

.form-control-xs {
    font-size: 0.9rem;
    padding: 0.15rem;
}

.btn-table {
    width: 1rem;
    padding: 0;
}

.cover-top {
    background-image: url(/images/bar_top.jpg);
    background-position: bottom center;
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: var(--text-primary);
    position: relative;
}

    .cover-top .cover-top-inner {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
        text-align: center;
        color: #fff;
    }

.sec-col {
    gap: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-left: 2rem;
    padding-right: 2rem;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
}

    .sec-col figure {
        width: 90px;
    }

        .sec-col figure > img {
            width: 100%;
        }

    .sec-col > a {
        text-align: center;
        padding-left: 0.25rem;
        padding-right: 0.25rem;
        color: #333;
        font-weight: 500;
    }



    section.youtube-channel {
        background-image: url(/images/bg7-1-scaled.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        position:relative;
    }
@media (max-width: 1023px) {
    section.youtube-channel a, section.youtube-channel div {
        color: #fff;
    }
    .youtube-channel-image-center{
        display:none;
    }
}
.youtube-channel-image-center {
    width: 200px;
    background-image: url(/images/bg-church_bgremoved.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 310px;
    width: 464px;
    position: absolute;
    bottom: 0;
    left: calc(40vw);
}