@import url("https://group8.connectingmembers.com/Portals/_default/cross-styling.css");
@import url("https://group8.connectingmembers.com/Portals/_default/council-styles.css");

/* TEMPORARY Mandeeps LiveForms Overrides */
.ModLiveFormsC .LiveForm.Default .Field input,
.ModLiveFormsC .LiveForm.Default .Field textarea,
.ModLiveFormsC .LiveForm.Default .Field select,
.ModLiveFormsC .LiveForm.Default .Field .Field-Container-Wide {
    width: 100%;
}
.kofc .LiveForm.Default input[type="submit"] {
	color: var(--theme-white, #fff);
	font-weight: 700;
	line-height: var(--line-height__base, 1.5);
	text-transform: uppercase;
	letter-spacing: 1px;
	border: 0.2em solid var(--brand-bright-blue, #00e);
	background-color: var(--brand-blue, #00e);
}

.kofc .LiveForm.Default input[type="submit"]:hover,
.kofc .LiveForm.Default input[type="submit"]:active,
.kofc .LiveForm.Default input[type="submit"]:focus {
		color: var(--theme-white, #fff);
		background-color: var(--brand-bright-blue, #00e);
		border-color: var(--brand-bright-blue, #00e);
}

.kofc .LiveForm.Default input[type="submit"]:focus-within {
		outline: 3px dotted var(--brand-bright-blue, #00e) !important;
}

/* TEMPORARY locator overrides */
.kofc .engage-locator .engage-locator__location-list__header {
    display: grid;
    gap: 3rem 1rem;
    grid-template-columns: 1fr 1fr 135px auto auto 135px;
    grid-template-rows: auto;
}
.engage-locator__location-list__header .engage-locator__pagination__total-count {
    grid-row: 1;
    grid-column: 1 / span 2;
}
.engage-locator__location-list__header  > button.engage-locator__button.engage-locator__button__previous-page  {
    grid-row: 1;
    grid-column: 3;
}
.engage-locator__location-list__header .engage-locator__pagination-wrapper {
    grid-row: 1;
    grid-column: 4 / span 2;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.engage-locator__location-list__header .engage-locator__pagination ul {
    display: flex;
    gap: 0.5rem;
    align-items: center;
}
.engage-locator .engage-locator__pagination ul li, .engage-locator .engage-locator__pagination__page-sizes ul li {
    margin: 0;
}
.engage-locator__location-list__header  > button.engage-locator__button.engage-locator__button__next-page {
    grid-row: 1;
    grid-column: 6;
}
.engage-locator__location-list__header .engage-locator__sort {
    grid-column: 1;
    grid-row: 2;
}
.engage-locator__location-list__header  > a.button {
    grid-row: 2;
    grid-column: 5 / span 2;
}
/*Move Signup form success to center*/
.ui-state-highlight {
    align-items: center;
    display: flex;
    justify-content: center;
}
/*Live Forms settings*/
input#dnn_ctr1057_View_Submitbutton_1057_6 {
        color: var(--theme-white, #fff);
    font-weight: 700;
    line-height: var(--line-height__base, 1.5);
    text-transform: uppercase;
    letter-spacing: 1px;
    border: .2em solid var(--brand-bright-blue, #00e);
    background-color: var(--brand-blue, #00e);
}
/* Main site and Sidebar*/
.kofc .site--main {
    margin-top: 0;
}
.kofc .sidebar-menu:not(:has(li)) {
    display: none;
}
/* Header Styles */
a.logo--emblem {
    display: none;
}
.signin--logo .logo--emblem img {
    display: none;
}
.kofc * input[type='radio'] {
    cursor: pointer;
    border: 1px solid #7a7a7a;
    border-radius: 50%;
    position: relative;
    width: 24px !important;
    height: 24px !important;
}
.kofc * input[type='radio']:checked:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 16px;
    height: 16px;
    background: var(--brand-blue, #121c54);
    border-radius: 50%;
}
.kofc * input[type='checkbox'] {
    cursor: pointer;
    border: 1px solid #7a7a7a;
    position: relative;
    width: 24px !important;
    height: 24px !important;
}
.kofc * input[type='checkbox']:checked:after {
    content: '✓';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 14px;
    height: 14px;
    color: var(--brand-blue, #121c54);
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
}
*:has(> select) {
    position: relative;
}
*:has(> select):after {
    content: '\f0d7';
    font-family: var(--font__awesome);
    position: absolute;
    top: 50%;
    right: 0.5rem;
    transform: translateY(-50%);
}
input[type='text'],
select {
    border: 1px solid #7a7a7a;
    border-radius: 5px;
    padding: 0.5rem 1rem;
}
select {
    width: 100%;
}
/* Prayer Request Styles */
.kofc .prayer-request--item {
    max-width: 100% !important;
}

.kofc .prayer-request--content {
    margin: 0;
    height: max-content;
    max-width: 100%;
    width: auto;
}

/* 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);
}

/* Feedback Comments Styles */
.Feedback_Comments tbody tr td {
    padding: 0 !important;
}

.Feedback_Comments table {
    border-spacing: 0 !important;
}

/* Image Styling */
img {
    max-width: 100% !important;
    height: auto !important;
}

/* Module Container */
.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;
}

/* Header Navigation */
.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;
    }
}

/* Feedback Labels */
#dnn_ctr1000_Feedback_plEmail_lblLabel:before {
    content: 'Contact Email';
    position:absolute;
    background: var(--theme-neutral, #f5f5f5);
    width: max-content;
    font-weight: 700;
}
#dnn_ctr1000_Feedback_plName_lblLabel:before {
    content: 'Name to Pray For';
    position:absolute;
    background: var(--theme-neutral, #f5f5f5);
    width: max-content;
    font-weight: 700;
}

span#dnn_ctr1000_Feedback_plMessage_lblLabel {
    font-weight: 700;
}


/* Font Awesome Chevron Icons */
i.far.fa-chevron-left,
i.far.fa-chevron-right {
    font-family: 'Font Awesome 5 Pro';
    display: none;
}

.responsive-table {
    overflow-x: auto;
    margin-bottom: 1rem;
}

.styled-table {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
    font-family: Arial, sans-serif;
}

.styled-table th, .styled-table td {
    border: 1px solid #ddd;
    padding: 8px;
}

.styled-table th {
    background-color: #f2f2f2;
    font-weight: bold;
}

.styled-table tr:nth-child(even) {
    background-color: #f9f9f9;
}

.styled-table tr:hover {
    background-color: #f1f1f1;
}
/*Hide Admin in Bulk Email*/
.ms-nav-pills li:has(a[access-roles="admin"]),
.ms-nav-pills li:has(a[href="#automation"]) {
    display: none;
}

.kofc .theme-link-white {
color: var(--theme-white, #fff);
}



 















































