@import '/Portals/_default/cross-styling.css';
@import '/Portals/_default/council-styles.css';

.kofc .swiper-container {
    max-width: 900px;
    overflow: hidden;
    margin: 0 auto;
    padding-bottom: 2rem;
    position: relative; /* Ensure arrows can be positioned relative to this */
}

.kofc .swiper-button-next,
.kofc .swiper-button-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px; /* Adjust width if needed */
    height: 40px;
    background: none;
    color: #2776bb;
    font-size: 30px;
    z-index: 10; /* Ensure they appear above content */
}

.kofc .swiper-button-prev {
    left: -50px; /* Adjust distance from the left side */
}

.kofc .swiper-button-next {
    right: -50px; /* Adjust distance from the right side */
}

/* Adjust for small screens */
@media screen and (max-width: 768px) {
    .kofc .swiper-button-prev {
        left: -30px;
    }
    .kofc .swiper-button-next {
        right: -30px;
    }
}

.kofc .swiper-container .swiper-pagination {
    -webkit-transform: unset;
    transform: unset;
    position: relative;
    opacity: 1;
    display: flex;
    gap: 0.5rem;
    justify-content: center;
    font-size: 0;
}

.kofc .swiper-container .swiper-pagination-bullet-active {
    width: 12px;
}

.kofc .prayer-request--item {
    max-width: 100% !important;
}

.kofc .swiper-slide {
    width: 100%;
    height: max-content;
}

.kofc .prayer-request--content {
    margin: 0;
    height: max-content;
    max-width: 100%;
    width: auto;
}

.kofc .swiper-pagination {
    position: relative;
    opacity: 1;
    display: flex;
    gap: 0.5rem;
    justify-content: center;
    font-size: 0;
}

.kofc .swiper-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}

.kofc .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
    margin-top: 0rem;
}

.kofc .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #eaf1f8;
    opacity: 1;
    border: 2px solid #b5c7d9;
    transition: all 0.15s ease-in-out;
}

.Feedback_Comments tbody tr td {
    padding: 0 !important;
}

.Feedback_Comments table {
    border-spacing: 0 !important;
}

/* Temporary accent card styles */
.accent-card h3 {
    margin-left: 1rem;
}

.accent-card p {
    background-color: #f7f7f7;
    padding: 1.5rem 1rem 1rem;
    margin-top: -2.5rem;
    border-bottom: 0.25rem solid var(--brand-light-blue);
}

img {
    max-width: 100% !important;
    height: auto !important;
}

/* Swiper Hover Color */
.swiper-container.default_nav .swiper-button-prev:hover,
.swiper-container.default_nav .swiper-button-next:hover,
.swiper-container .swiper-pagination-bullet-active {
    background: var(--theme-link-hover) !important;
}

/* Jimmy Tweaks Feb 2022 */
.module-container.module-container__callout.module-container__callout-branded {
    max-width: 600px;
    margin: 0 auto !important;
}

.module-container.module-container__callout.module-container__callout-branded h2 {
    font-size: 1.7em;
}

.kofc .kofc__detail .etg-row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.kofc .header--nav ul li a.menu-link, 
.kofc .header--nav ul li span.menu-link {
    padding: 0.5em 0.7rem;
}

@media screen and (min-width: 1290px) {
    .kofc .header--nav ul li a.menu-link, 
    .kofc .header--nav ul li span.menu-link {
        font-size: 1rem;
    }
}

#dnn_ctr1895_Feedback_plEmail_lblLabel:before {
    content: 'Contact Email';
    position: absolute;
    background: var(--theme-neutral, #f5f5f5);
    width: max-content;
}

#dnn_ctr1895_Feedback_plName_lblLabel:before {
    content: 'Name to Pray For';
    position: absolute;
    background: var(--theme-neutral, #f5f5f5);
    width: max-content;
}

/* Swiper styles 2023 */
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after,
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    display: none;
}

i.far.fa-chevron-left {
    font-family: 'Font Awesome 5 Pro';
}

i.far.fa-chevron-right {
    font-family: 'Font Awesome 5 Pro';
}

/*News and Events Time Input*/
/* Module ID 1878 */
input#dnn_ctr1878_NewsArticles_ucSubmitNews_txtPublishHour,
input#dnn_ctr1878_NewsArticles_ucSubmitNews_txtPublishMinute,
input#dnn_ctr1878_NewsArticles_ucSubmitNews_txtExpiryHour,
input#dnn_ctr1878_NewsArticles_ucSubmitNews_txtExpiryMinute,
input#dnn_ctr1878_NewsArticles_ucSubmitNews_txtEventHour,
input#dnn_ctr1878_NewsArticles_ucSubmitNews_txtEventMinute {
    width: 100px !important;
}

/* Module ID 1884 */
input#dnn_ctr1884_NewsArticles_ucSubmitNews_txtPublishHour,
input#dnn_ctr1884_NewsArticles_ucSubmitNews_txtPublishMinute,
input#dnn_ctr1884_NewsArticles_ucSubmitNews_txtExpiryHour,
input#dnn_ctr1884_NewsArticles_ucSubmitNews_txtExpiryMinute,
input#dnn_ctr1884_NewsArticles_ucSubmitNews_txtEventHour,
input#dnn_ctr1884_NewsArticles_ucSubmitNews_txtEventMinute {
    width: 100px !important;
}


