:root {
    --base-clr: #000435;
    --line-clr: #42434a;
    --hover-clr: #222533;
    --text-clr: #e6e6ef;
    --accent-clr: #DAA520;
    --secondary-text-clr: #b0b3c1;
}

html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body.formlayout {
    margin-bottom: 60px;
    min-height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../img/churchpraying.jpg");
    background-size: cover;
}

body {
    /*    margin-bottom: 60px;*/
    min-height: 100%;
    /*    background: linear-gradient(0deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url("../img/background.jpg");
    background-size: cover;*/
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
  text-align: start;
}

.control-label {
    font-weight: 700;
}

.profile-sidebar {
    background: linear-gradient(135deg, #4158D0 0%, #C850C0 100%);
}

.nav-pills .nav-link {
    color: #6c757d;
    border-radius: 10px;
    padding: 12px 20px;
    margin: 4px 0;
    transition: all 0.3s ease;
}

    .nav-pills .nav-link:hover {
        background-color: #f8f9fa;
    }

    .nav-pills .nav-link.active {
        background-color: #fff;
        color: #4158D0;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    }

.profile-header {
    background: radial-gradient(ellipse farthest-corner at left top, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%), radial-gradient(ellipse farthest-corner at right bottom, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%);
    height: 150px;
}

.profile-pic {
    width: 120px;
    height: 120px;
    border: 4px solid #fff;
    margin-top: -60px;
    background-color: #fff;
}

.settings-card {
    border-radius: 15px;
    border: none;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

    .settings-card:hover {
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    }

.form-switch .form-check-input {
    width: 3em;
    height: 1.5em;
    margin-left: -3.5em;
}

.activity-item {
    border-left: 2px solid #e9ecef;
    padding-left: 20px;
    position: relative;
}

    .activity-item::before {
        content: '';
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background: #4158D0;
        position: absolute;
        left: -7px;
        top: 5px;
    }

.admin-header {
    background-color: var(--base-clr);
    border-bottom: 2px solid var(--accent-clr);
    position: sticky;
    top: 0;
    align-self: start;
    /*    background: radial-gradient(ellipse farthest-corner at left top, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%), radial-gradient(ellipse farthest-corner at right bottom, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%);*/
}

.people-header {
    /*background-color: #000435;*/
        background: radial-gradient(ellipse farthest-corner at left top, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%), radial-gradient(ellipse farthest-corner at right bottom, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%);
}

#sidebar {
    display: grid;
    box-sizing: border-box;
    height: 100vh;
    width: 250px;
    padding: 5px 1em;
    background-color: var(--base-clr);

    position: sticky;
    top: 0;
    align-self: start;
}

#mobileMenu {
    background-color: var(--base-clr);
}

.nav-vertical ul {
    list-style: none;
    color: var(--text-clr);
}

#mobileMenu .nav-vertical > ul > li:first-child {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 16px;
    .logo{
              font-weight: 600;
          }
}

#sidebar .nav-vertical > ul > li:first-child {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 16px;
    .logo

{
    font-weight: 600;
}

}

.nav-vertical ul li.active a {
    color: var(--accent-clr);
    /*    background: radial-gradient(ellipse farthest-corner at left top, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%), radial-gradient(ellipse farthest-corner at right bottom, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%);
    color: var(--base-clr);*/
    svg {
            fill: var(--accent-clr);
        }
}

.nav-vertical a, .nav-vertical .dropdown-btn, .nav-vertical .logo {
    border-radius: .5em;
    padding: .85em;
    text-decoration: none;
    display: flex;
    color: var(--text-clr);
    align-items: center;
    gap: 1em;
}

.dropdown-btn {
    width: 100%;
    text-align: left;
    background: none;
    border: none;
    font: inherit;
    cursor: pointer;
}

.nav-vertical svg {
    flex-shrink: 0;
    fill: var(--text-clr);
}

.nav-vertical a span, .nav-vertical .dropdown-btn span {
    flex-grow: 1;
}

.nav-vertical a:hover, .nav-vertical .dropdown-btn:hover {
    background-color: var(--hover-clr);
}

.nav-vertical .sub-menu {
    display: grid;
    grid-template-rows: ofr;
    transition: 300ms ease-in-out;
}

    .nav-vertical .sub-menu > div {
        overflow: hidden;
    }

    .nav-vertical .sub-menu.show {
        grid-template-rows: 1fr;
    }

.nav-vertical .accentText {
    color: var(--accent-clr);
}

.btn-dark {
    --bs-btn-color: #fff;
    --bs-btn-bg: var(--accent-clr);
    --bs-btn-border-color: var(--accent-clr);
    --bs-btn-hover-color #fff : #fff;
    --bs-btn-hover-bg: #424649;
    --bs-btn-hover-border-color: #373b3e;
    --bs-btn-focus-shadow-rgb: 66, 70, 73;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #4d5154;
    --bs-btn-active-border-color: #373b3e;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #212529;
    --bs-btn-disabled-border-color: #212529;
}