@import url("/Portals/_default/cross-styling.css");
@import url("/Portals/_default/council-styles.css");

/*----------------------------------------------------------------------------*/
/* temp 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;
}
table.photo-frame img {
    border: 1px solid #eee;
}
/*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;
}


/*Prayer Request CSS*/

.kofc .prayer-request--item {
    max-width: 100% !important;
}

.kofc .prayer-request--content {
    margin: 0;
    height: max-content;
    max-width: 100%;
    width: auto;
}

/* Feedback Comments Styles */
.Feedback_Comments tbody tr td {
    padding: 0 !important;
}

.Feedback_Comments table {
    border-spacing: 0 !important;
}

/* Feedback Labels */
[id$="_Feedback_plEmail_lblLabel"]:before {
    content: 'Contact Email';
    position: absolute;
    background: var(--theme-neutral, #f5f5f5);
    width: max-content;
    font-weight: 700;
}

[id$="_Feedback_plName_lblLabel"]:before {
    content: 'Name to Pray For';
    position: absolute;
    background: var(--theme-neutral, #f5f5f5);
    width: max-content;
    font-weight: 700;
}

span[id$="_Feedback_plMessage_lblLabel"] {
    font-weight: 700;
}

span[id$="_Feedback_plSubject2_lblLabel"]::before {
    content: 'Council';
    position: absolute;
    background: var(--theme-neutral, #f5f5f5);
    width: max-content;
    font-weight: 700;
}

.DataGrid_Container tr.NormalBold td:nth-child(8) {
    visibility: hidden;
}

.DataGrid_Container tr.NormalBold td:nth-child(8)::after {
    content: "Council"; /* Replaces "Subject" with "Councils" */
    visibility: visible;
    display: block;
}

/* Pending Feedback Subject */
span[id*="_Moderation_dgPendingFeedback_lblSubject_"] {
    text-align: center;
}

/*Feedback Swiper Styles*/

.kofc .swiper-container {
    max-width: 900px;
    overflow: hidden;
    margin: 0 auto;
    padding-bottom: 2rem;
    position: relative;
}

.kofc .swiper-button-next,
.kofc .swiper-button-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: none;
    color: #2776bb;
    font-size: 30px;
    z-index: 10;
}

.kofc .swiper-button-prev {
    left: -50px;
}

.kofc .swiper-button-next {
    right: -50px;
}

@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 .swiper-slide {
    width: 100%;
    height: max-content;
}

.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;
}

/* 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;
}

/* 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';
}



