.text-in-oneline {
    max-width: 25ch;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.input-group-text-left-border {
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0.375rem 0 0 0.375rem;
}

.input-group.md-form.form-sm.form-1 input {
    border: 1px solid #bdbdbd;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.input-group.md-form.form-sm.form-2 input {
    border: 1px solid #bdbdbd;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.input-group.md-form.form-sm.form-2 input.red-border {
    border: 1px solid #ef9a9a;
}

.input-group.md-form.form-sm.form-2 input.lime-border {
    border: 1px solid #cddc39;
}

.input-group.md-form.form-sm.form-2 input.amber-border {
    border: 1px solid #ffca28;
}

.input-group.md-form.form-sm.form-2 input.purple-border {
    border: 1px solid #ce93d8;
}

.input-group.md-form.form-sm.form-2 input.cyan-border {
    border: 1px solid #4dd0e1;
}

.input-group.md-form.form-sm.form-2 input.pink-border {
    border: 1px solid #f48fb1;
}

.input-group.md-form.form-sm.form-2 input {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.input-group>.input-group-prepend>.input-group-text {
    border-radius: 0.375rem 0 0 0.375rem;
}

.red.lighten-3 {
    background-color: #ef9a9a !important;
}

.purple.lighten-3 {
    background-color: #ce93d8 !important;
}

.cyan.lighten-3 {
    background-color: #4dd0e1 !important;
}

.pink.lighten-3 {
    background-color: #f48fb1 !important;
}

.amber.lighten-3 {
    background-color: #ffe082 !important;
}

.red-bg {
    background-color: #e36363 !important;
}

.purple-bg {
    background-color: #ce93d8 !important;
}

.cyan-bg {
    background-color: #48becd !important;
}

.pink-bg {
    background-color: #b860c7 !important;
}

.amber-bg {
    background-color: #c3a241 !important;
}

.success-bg {
    background-color: #198754 !important;
}

.logo {
    width: 25%;
    height: 25%;
}

.bd-navbar {
    padding: 0.75rem 0;
    background-color: transparent;
    background-image: linear-gradient(to bottom,
            rgba(var(--bd-violet-rgb), 1),
            rgba(var(--bd-violet-rgb), 0.95));
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%), inset 0 -1px 0 rgb(0 0 0 / 15%);
}

.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
}

@media (min-width: 992px) {
    .navbar-expand-lg {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
}

.flex-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.flex-container>div {
    padding: 20px;
    text-align: center;
}

.flex-container-spinner {
    display: flex;
    justify-content: center;
    align-items: center;
}

.flex-container-card {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-content: space-between;
}

.flex-container-card>div {
    margin: 20px;
    width: 30%;
}

.flex-container-time {
    display: flex;
    flex-wrap: nowrap;
    text-align: left;
    justify-content: space-evenly;
    align-content: space-between;
}

.flex-container-time>div {
    width: 33.33%;
}

.jumuah-name {
    font-size: 26px;
    padding-left: 10%;
}

.jumuah-middle {
    font-size: 26px;
    text-align: center;
}

.jumuah-timings {
    font-size: 26px;
}

.font-26 {
    font-size: 26px;
}

.font-22 {
    font-size: 22px;
}

.namaz-name {
    font-size: 22px;
    padding-left: 10%;
}

.namaz-middle {
    font-size: 22px;
    text-align: center;
}

.namaz-timings {
    font-size: 22px;
}

.card {
    border: none;
    border-radius: 0 0 0 0;
    box-shadow: 2px 4px 8px 8px #1601018a;
}

.btn-timings {
    border-radius: 0px 0px 0px 0px;
    color: white;
    /* font-weight: 700; */
    /* border-top: 1px solid whitesmoke;
  border-bottom: 1px solid whitesmoke; */
}

@keyframes bismillah {
    0% {
        opacity: 0.1;
    }

    10% {
        opacity: 0.15;
    }

    25% {
        opacity: 0.25;
    }

    40% {
        opacity: 0.4;
    }

    60% {
        opacity: 0.6;
    }

    75% {
        opacity: 0.75;
    }

    85% {
        opacity: 0.85;
    }

    100% {
        opacity: 1;
    }
}

.header-logo {
    margin-top: 5px;
    height: 70px;
    animation-name: bismillah;
    animation-duration: 3s;
    animation-iteration-count: infinite;
}

.navbar-brand {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.header-layout {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
}

.header-welcome {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 0.95rem;
    font-weight: 600;
    color: #ffc107;
    white-space: nowrap;
    pointer-events: none;
    text-align: center;
    max-width: calc(100% - 180px);
    overflow: hidden;
    text-overflow: ellipsis;
    z-index: 1;
}

.header-layout .navbar-toggler {
    margin-left: auto;
    z-index: 2;
}

.header-layout .navbar-brand {
    z-index: 2;
}

.header-layout .navbar-collapse {
    flex-basis: 100%;
    position: relative;
    z-index: 10;
    background-color: #212529;
}

.header-layout .navbar-collapse.collapsing,
.header-layout .navbar-collapse.show {
    background-color: #212529 !important;
}

@media (max-width: 575.98px) {
    .header-layout:has(#mynavbar.show) .header-welcome,
    .header-layout:has(#mynavbar.collapsing) .header-welcome {
        opacity: 0;
        visibility: hidden;
    }
}

.home-top-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 16px;
    margin: 1rem 16px 1.5rem;
}

.home-action-stack {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    margin: 1.5rem 16px 2rem;
}

.home-top-actions .btn {
    min-width: auto;
    margin: 0;
}

.home-action-stack .btn {
    min-width: min(100%, 280px);
    margin: 0;
}

@media only screen and (max-width: 768px) {
    .page-content {
        padding-left: 4px;
        padding-right: 4px;
    }

    .page-back-nav {
        margin: 0.5rem 0.5rem 1rem;
    }

    .page-heading {
        font-size: 1.15rem;
    }

    .header-welcome {
        font-size: 0.75rem;
        max-width: calc(100% - 120px);
    }

    .flex-container-card,
    .flex-container-card > div,
    .analytics-card-container,
    .analytics-card-container > div {
        margin: 4px 2px;
        width: 100%;
        max-width: 100%;
    }

    .masjid-list-card,
    .flex-container-card .card {
        margin: 4px 2px !important;
        width: 100% !important;
        max-width: 100%;
    }

    .masjid-results-table {
        width: 100%;
        margin: 0 2px 0.75rem;
    }

    .table-responsive {
        margin: 0;
        padding: 0;
    }

    .page-content .table th,
    .page-content .table td {
        padding: 0.35rem 0.3rem;
    }

    .masjid-list-table,
    .masjid-timings-table,
    .admin-users-table,
    .masjid-results-table .table {
        font-size: 12px;
    }

    .masjid-list-table th,
    .masjid-timings-table th,
    .masjid-list-table td,
    .masjid-timings-table td {
        font-size: 12px;
    }

    .page-content .form-control,
    .page-content input[type="text"],
    .page-content input[type="email"],
    .page-content input[type="number"],
    .page-content input[type="password"],
    .page-content input[type="tel"],
    .page-content textarea,
    .page-content select,
    .page-content .login-input {
        width: 100% !important;
        max-width: 100% !important;
        margin-left: 0;
        margin-right: 0;
        box-sizing: border-box;
    }

    .page-content .jt-custom-select,
    .flex-class-center .jt-custom-select,
    .flex-class-center .form-control {
        width: calc(100% - 4px) !important;
        max-width: calc(100% - 4px) !important;
    }

    .form-field-with-marker .jt-custom-select,
    .form-field-with-marker .form-control {
        width: auto !important;
        max-width: none !important;
        flex: 1 1 auto;
        min-width: 0;
    }

    .flex-class-center,
    .location-filters .flex-class-center,
    .contact-form .flex-class-center,
    .contact-form .mb-3 {
        padding-left: 2px;
        padding-right: 2px;
        width: 100%;
        box-sizing: border-box;
        margin-bottom: 0.5rem !important;
    }

    .location-filters .flex-class-center {
        margin-top: 0.25rem !important;
    }

    .sehri-form-stack {
        padding: 4px 2px 0;
        max-width: 100%;
        margin-bottom: 0;
    }

    .sehri-form-stack .jt-custom-select,
    .location-filters--stacked .jt-custom-select {
        margin-bottom: 8px;
    }

    .flex-class-flex-start {
        padding-left: 2px;
        padding-right: 2px;
        margin-bottom: 0.5rem !important;
    }

    .flex-class-flex-start > div {
        padding-left: 2px;
        padding-right: 2px;
    }

    .text-area-class {
        width: 100% !important;
        max-width: 100% !important;
    }

    .page-content .alert {
        margin-left: 4px !important;
        margin-right: 4px !important;
    }

    .pagination-links-wrap,
    .d-flex.justify-content-center.mt-3.mb-4 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.75rem !important;
        padding-left: 2px;
        padding-right: 2px;
    }

    .analytics-filter-form {
        padding: 0 4px;
        margin-bottom: 0.75rem;
    }

    .analytics-stats {
        padding: 8px 4px;
        gap: 8px;
    }

    .login-main .login-main-sec {
        margin: 4px;
        padding: 1rem;
        width: calc(100% - 8px);
        box-sizing: border-box;
    }

    .login-main {
        margin-top: 10% !important;
    }
}

@media only screen and (max-width: 600px) {
    .nav-item {
        text-align: center;
        border-top: 1px solid #fff !important;
    }
}

.pointer {
    cursor: pointer;
}

.version {
    position: fixed;
    bottom: 0px;
    right: 4px;
    font-size: 8px;
}

.footer-class {
    background-color: black;
    color: white;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
}

.footer-logo {
    width: 50px;
}

.sehri-class {
    font-size: 18px;
    color: red !important;
}

.iftar-class {
    font-size: 18px;
    color: red !important;
}

.flex-class-center {
    display: flex;
    justify-content: center;
}

.form-field-with-marker {
    align-items: center;
    gap: 0.35rem;
}

.form-field-with-marker .jt-custom-select,
.form-field-with-marker .form-control {
    flex: 1 1 auto;
    min-width: 0;
}

.required-marker {
    color: #dc3545;
    font-weight: 700;
    line-height: 1;
    flex-shrink: 0;
}

.flex-class-space-evenly {
    display: flex;
    justify-content: space-evenly;
}

.flex-class-space-around {
    display: flex;
    justify-content: space-around;
}

.flex-class-space-between {
    display: flex;
    justify-content: space-between;
}

.flex-class-flex-start {
    display: flex;
    justify-content: flex-start;
}

.flex-class-flex-start>div {
    padding-left: 10px;
    padding-right: 10px;
    width: 33% !important;
}

.flex-class-wrap {
    display: flex;
    flex-wrap: wrap;
}

.bg-card-color {
    background-color: #ffffff00;
}

.school-method-class {
    font-size: 14px !important;
}

.sehri-form-stack {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
    padding: 12px 16px 0;
}

.sehri-form-stack .form-select,
.sehri-form-stack .jt-custom-select {
    width: 100%;
    margin-bottom: 12px;
}

.sehri-form-stack .sehri-form-actions {
    display: flex;
    justify-content: center;
    margin-bottom: 16px;
}

.sehri-form-stack .sehri-form-actions .btn {
    min-width: 120px;
}

.masjid-list-card,
.masjid-list-card .card-header {
    width: 100%;
}

.masjid-list-table th,
.masjid-timings-table th {
    font-size: 14px;
    vertical-align: middle;
}

.masjid-list-table th.sortable-th,
.masjid-timings-table th.sortable-th {
    cursor: pointer;
    user-select: none;
    white-space: nowrap;
}

.masjid-list-table th .sortable-th-icon,
.masjid-timings-table th .sortable-th-icon {
    margin-left: 4px;
    font-size: 12px;
    opacity: 0.75;
}

.masjid-list-table th.sortable-th .sortable-th-icon,
.masjid-timings-table th.sortable-th .sortable-th-icon {
    opacity: 1;
}

.table-sort-link {
    color: inherit;
    text-decoration: none;
}

.table-sort-link:hover {
    color: inherit;
    text-decoration: none;
}

.masjid-action-cell .btn {
    margin: 2px;
}

@media only screen and (max-width: 768px) {
    .masjid-timings-table .table-sort-link {
        font-size: inherit;
    }

    .masjid-action-cell .btn {
        margin: 1px;
        padding: 0.2rem 0.35rem;
        font-size: 11px;
    }
}

.masjid-edit-icon {
    font-size: 22px !important;
}

.pencil-class {
    font-size: 22px !important;
}

.ag-theme-quartz {
    --ag-foreground-color: #000 !important;
    --ag-background-color: #cfe2ff !important;
    --ag-selected-row-background-color: rgba(179, 182, 202, 0.1) !important;
}

.ag-body-viewport-wrapper.ag-layout-normal {
    overflow-x: scroll !important;
}

.ag-horizontal-left-spacer {
    display: block !important;
}

.ag-header-cell-text {
    font-size: 15px !important;
}

.ag-header-cell {
    font-size: 15px !important;
}

.loader-class-middle {
    z-index: 99999999999 !important;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.jt-page-loader {
    position: fixed;
    inset: 0;
    z-index: 999999;
}

.jt-page-loader-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.72);
}

.jt-page-loader-panel {
    position: fixed;
    flex-direction: column;
    gap: 12px;
    padding: 20px 28px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    color: #212529;
    font-weight: 600;
}

.jt-page-loader-icon {
    font-size: 28px;
    color: #198754;
}

.jt-inline-loader {
    display: none;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 8px 0;
    color: #198754;
    font-size: 14px;
    font-weight: 600;
}

.jt-loading-host {
    position: relative;
}

.jt-loading-host.is-loading {
    pointer-events: none;
}

.jt-loading-host.is-loading > .jt-inline-loader {
    display: flex;
}

.jt-loading-host.is-loading::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.72);
    z-index: 1;
}

.jt-loading-host.is-loading > .jt-inline-loader {
    position: absolute;
    inset: 0;
    z-index: 2;
}

.jt-btn-loading {
    pointer-events: none;
}

.jt-btn-loading .fa-spinner {
    margin-right: 6px;
}

#location-filters.is-loading {
    opacity: 0.65;
    pointer-events: none;
}

#location-filters.is-loading .jt-inline-loader {
    display: flex;
}

.location-filters-loader-wrap {
    margin: 0;
    min-height: 0;
}

#location-filters.is-loading .location-filters-loader-wrap {
    min-height: 24px;
    margin-bottom: 8px;
}

.home-icon {
    position: absolute;
    background-color: #ffc107;
    font-size: 26px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 4px 4px 10px rgba(83, 83, 83, 0.341);
    display: flex;
    align-items: center;
    justify-content: center;
    top: 15px;
    left: 20px;
    z-index: 9999;
}

.navbar {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.nav-link {
    color: #ffc107 !important;
}

.nav-link:hover {
    color: #fff !important;
}

.text-area-class {
    width: 274px !important;
}

.namaz-name {
    margin-left: 5px;
    background-color: #198754;
    opacity: 1;
    color: #fff !important;
    font-size: 15px !important;
}

.jamaat-timings-update {
    background-color: #FFC107;
    color: black;
    padding-top: 7px;
    padding-bottom: 7px;
}

[data-custom-class='body'],
[data-custom-class='body'] * {
    background: transparent !important;
}

[data-custom-class='title'],
[data-custom-class='title'] * {
    font-family: Arial !important;
    font-size: 26px !important;
    color: #000000 !important;
}

[data-custom-class='subtitle'],
[data-custom-class='subtitle'] * {
    font-family: Arial !important;
    color: #595959 !important;
    font-size: 14px !important;
}

[data-custom-class='heading_1'],
[data-custom-class='heading_1'] * {
    font-family: Arial !important;
    font-size: 19px !important;
    color: #000000 !important;
}

[data-custom-class='heading_2'],
[data-custom-class='heading_2'] * {
    font-family: Arial !important;
    font-size: 17px !important;
    color: #000000 !important;
}

[data-custom-class='body_text'],
[data-custom-class='body_text'] * {
    color: #595959 !important;
    font-size: 14px !important;
    font-family: Arial !important;
}

[data-custom-class='link'],
[data-custom-class='link'] * {
    color: #3030F1 !important;
    font-size: 14px !important;
    font-family: Arial !important;
    word-break: break-word !important;
}

body {
    background-image: url('/images/bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    min-height: 500px;
    padding-bottom: 40px;
}

.login-main .input-Icons {
    position: relative;
    width: 100%;
}

.login-main .login-input {
    width: 100%;
}

.login-main .input-Icons .password-input {
    padding-right: 2.25rem;
}

.login-main .eyeopen {
    position: absolute;
    top: 50%;
    right: 0.5rem;
    transform: translateY(-50%);
    padding: 0;
    cursor: pointer;
    width: 20px;
    height: 20px;
    user-select: none;
}

.login-main .login-button {
    background: #000000;
    color: #fff;
}

.custom-modal {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}

.custom-modal .modal-content {
    width: 400px;
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    text-align: center;
}

.custom-modal button {
    margin: 10px;
}

.custom-modal button.Yes,
.custom-modal button.No {
    background-color: #ffc107;
    color: #000;
    border: 1px solid #ffc107;
    padding: 10px 20px;
    border-radius: 12px;
    cursor: pointer;
    width: 100px;
}

.custom-modal button.Yes:hover,
.custom-modal button.No:hover {
    background-color: #fff;
    color: #000;
    border-color: #ffc107;
}

.analytics-card-container>div {
    width: 90%;
    max-width: 720px;
}

.analytics-filter-form {
    width: 90%;
    max-width: 720px;
    margin: 1rem auto 1.25rem;
    padding: 0 12px;
    box-sizing: border-box;
    position: relative;
    z-index: 30;
}

.analytics-filter-bar {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) auto;
    align-items: end;
    gap: 10px;
    width: 100%;
}

.analytics-filter-field {
    position: relative;
    width: 100%;
    min-width: 0;
}

.jt-custom-select {
    position: relative;
    width: 100%;
}

.jt-custom-select.is-open {
    z-index: 40;
}

.jt-custom-select-trigger {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    text-align: left;
    cursor: pointer;
    font-size: 14px !important;
    box-sizing: border-box;
    background-color: #fff;
}

.jt-custom-select-label {
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.jt-custom-select-caret {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #212529;
    flex-shrink: 0;
}

.jt-custom-select-menu {
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    right: 0;
    z-index: 50;
    margin: 0;
    padding: 0;
    background: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
}

.jt-custom-select-options {
    list-style: none;
    margin: 0;
    padding: 4px 0;
    max-height: 240px;
    overflow-y: auto;
}

.jt-custom-select-search {
    display: block;
    width: calc(100% - 16px);
    margin: 8px;
    box-sizing: border-box;
}

.jt-custom-select-empty {
    padding: 10px 12px;
    color: #02181d;
    font-size: 14px;
    list-style: none;
}

.jt-custom-select-option.is-hidden {
    display: none;
}

.location-filters--stacked .jt-custom-select,
.sehri-form-stack .jt-custom-select {
    width: 100%;
    margin-bottom: 12px;
}

.flex-class-center .jt-custom-select {
    width: 100%;
    max-width: 480px;
}

.page-filter-input .form-control {
    width: 100%;
    max-width: 480px;
}

.jt-custom-select-option {
    padding: 10px 12px;
    cursor: pointer;
    font-size: 14px;
    line-height: 1.3;
    word-break: break-word;
}

.jt-custom-select-option:hover,
.jt-custom-select-option.is-selected {
    background-color: #e9ecef;
}

.jt-custom-select-option.is-disabled {
    opacity: 0.45;
    cursor: not-allowed;
}

.jt-custom-select-option.is-disabled:hover {
    background-color: transparent;
}

.jt-custom-select.is-invalid .jt-custom-select-trigger {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.15);
}

.analytics-filter-action {
    flex: 0 0 auto;
}

.analytics-filter-btn {
    min-width: 110px;
    white-space: nowrap;
    padding-left: 1rem;
    padding-right: 1rem;
    height: 38px;
}

@media only screen and (max-width: 768px) {
    .analytics-filter-form {
        width: 100%;
        max-width: none;
        padding: 0 4px;
    }

    .analytics-filter-bar {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .analytics-filter-btn {
        width: 100%;
        min-width: 0;
        height: 38px;
    }
}

.admin-users-table th,
.admin-users-table td {
    vertical-align: middle;
    font-size: 14px;
}

.admin-roles-form {
    text-align: left;
}

.admin-role-checkboxes {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 12px;
    justify-content: center;
}

.admin-role-label {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    margin: 0;
    font-size: 13px;
    cursor: pointer;
    white-space: nowrap;
}

@media only screen and (max-width: 768px) {
    .admin-users-table {
        font-size: 12px;
    }

    .admin-role-checkboxes {
        flex-direction: column;
        align-items: flex-start;
    }
}

.analytics-stats {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    gap: 12px;
    padding: 16px;
    border-bottom: 1px solid #dee2e6;
}

.analytics-stat-item {
    flex: 1;
    min-width: 140px;
    max-width: 220px;
    padding: 14px 16px;
    border-radius: 4px;
    text-align: center;
}

.analytics-stat-item .stat-value {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.2;
}

.analytics-stat-item .stat-label {
    font-size: 14px;
    margin-top: 6px;
    font-weight: 600;
}

.admin-list-card {
    width: 100%;
    max-width: 100%;
}

.admin-table-filters {
    padding: 0 12px;
}

.admin-table-filter-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 8px;
    margin-bottom: 10px;
}

.admin-table-filter-grid--masjids {
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
}

.admin-table-filter-actions {
    display: flex;
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap;
}

.admin-list-table th,
.admin-list-table td {
    font-size: 13px;
    vertical-align: middle;
}

@media only screen and (max-width: 768px) {
    .admin-table-filters {
        padding: 0 4px;
    }

    .admin-list-table th,
    .admin-list-table td {
        font-size: 12px;
    }
}

.masjid-results-table {
    width: 90%;
    margin: 0 auto 2rem;
}

.masjid-results-table th,
.masjid-results-table td {
    font-size: 14px;
    vertical-align: middle;
}

.page-content {
    min-height: calc(100vh - 120px);
}

.page-back-nav {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 0.5rem;
    margin: 0.75rem 1rem 1rem;
}

.page-back-nav--no-heading {
    display: flex;
    justify-content: flex-start;
}

.page-back-nav-side--start {
    justify-self: start;
}

.page-back-nav-side--end {
    justify-self: end;
    min-width: 2.5rem;
}

.page-heading {
    grid-column: 2;
    margin: 0;
    font-size: 1.35rem;
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
    max-width: calc(100vw - 5.5rem);
}

.page-back-btn {
    padding: 0.45rem 0.7rem;
    line-height: 1;
    font-size: 1.1rem;
}

.page-back-btn .fa {
    width: 1.1rem;
    text-align: center;
}

.masjid-results-host {
    position: relative;
    min-height: 120px;
}

.login-main {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.login-main .login-main-sec {
  margin: 1rem;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
  background: #ffffff;
  border-radius: 12px;
}
.login-main .login-img {
  width: 100%;
  text-align: center;
}
.login-main .login-form-wrapper {
  padding: 0.6rem 0rem;
  width: 100%;
}
.login-main .login-input {
  border: 1px solid gray;
  border-radius: 5px;
  height: 40px;
  padding-left: 0.8rem;
  background-color: #fff;
}
.login-main .error {
  margin: -0.5rem 0;
  font-size: 12px;
  color: red;
}
.login-main .login-button {
  background: #389f21;
  color: white;
  border-radius: 5px;
  border: none;
  height: 40px;
  font-weight: 600;
  letter-spacing: 0.1rem;
}
.login-main .login-button:disabled {
  opacity: 0.5;
}
.login-main .login-form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.login-main .login-main-links {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
  font-size: 14px;
  margin-top: 15px;
}
.login-main .login-main-links .login-fgt a {
  color: #000000;
  text-decoration: underline;
  font-weight: 600;
}
.login-main .login-main-links .login-main-links-sec {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.login-main .login-main-links .login-main-links-sec .login-noaccount {
  color: gray;
  text-decoration: none;
}
.login-main .login-main-links .login-main-links-sec a {
  color: #000000;
  text-decoration: underline;
  font-weight: 600;
}
.login-main .login-forgot {
  margin-left: auto;
}
.login-main .login-forgot a {
  color: black;
}/*# sourceMappingURL=login.css.map */

.footer-class .footer-link {
    color: #fff;
    text-decoration: none;
}

.footer-class .footer-link:hover {
    color: #ffc107;
    text-decoration: underline;
}

.privacy-policy-page {
    max-width: 820px;
    padding: 0 1rem 5rem;
    text-align: left;
}

.privacy-policy-content {
    line-height: 1.65;
    color: #212529;
}

.privacy-policy-content h2 {
    font-size: 1.25rem;
    margin: 2rem 0 0.75rem;
    font-weight: 600;
}

.privacy-policy-content h3 {
    font-size: 1.05rem;
    margin: 1.25rem 0 0.5rem;
    font-weight: 600;
}

.privacy-policy-content p,
.privacy-policy-content ul {
    margin-bottom: 0.85rem;
}

.privacy-policy-content ul {
    padding-left: 1.35rem;
}

.privacy-policy-content li {
    margin-bottom: 0.35rem;
}

.privacy-policy-content a {
    color: #0d6efd;
}

.privacy-policy-updated {
    color: #6c757d;
    margin-bottom: 1.25rem;
}