
.jumati-credit {
    margin: 1rem 0;
    color: #6b6170;
    font-size: 0.75rem;
    line-height: 1.5;
    text-align: center;
}

.jumati-credit a {
    color: inherit;
    font-weight: 600;
    text-decoration: none;
}

.jumati-credit a:hover,
.jumati-credit a:focus-visible {
    text-decoration: underline;
}

.jumati-credit a:focus-visible {
    outline: 2px solid currentColor;
    outline-offset: 3px;
}

footer .jumati-credit {
    color: #e0d3e2;
}

.admin-sidebar .jumati-credit {
    padding: 0 1rem;
}

.site-header .navbar-brand { min-width: 0; white-space: normal; overflow-wrap: anywhere; }
.site-menu-toggle {
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    flex-shrink: 0;
    margin-left: auto;
    padding: 10px;
    border: 1px solid #ffffff30;
    border-radius: 10px;
    background: #ffffff0a;
}
.site-menu-toggle:focus { box-shadow: none; }
.site-menu-toggle:focus-visible { outline: 2px solid #ffe3a0; outline-offset: 3px; }
.site-menu-icon { position: relative; width: 22px; height: 18px; transition: transform 240ms ease; }
.site-menu-icon span {
    position: absolute;
    left: 0;
    width: 22px;
    height: 2px;
    border-radius: 2px;
    background: #fff;
    transition: transform 240ms ease, opacity 160ms ease;
}
.site-menu-icon span:nth-child(1) { top: 0; }
.site-menu-icon span:nth-child(2) { top: 8px; }
.site-menu-icon span:nth-child(3) { top: 16px; }
.site-menu-toggle[aria-expanded="true"] .site-menu-icon { transform: rotate(90deg); }
.site-menu-toggle[aria-expanded="true"] .site-menu-icon span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.site-menu-toggle[aria-expanded="true"] .site-menu-icon span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.site-menu-toggle[aria-expanded="true"] .site-menu-icon span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }
@media (max-width: 991px) {
    .site-header > .container-fluid { padding-left: 16px !important; padding-right: 16px !important; }
    .site-header .navbar-brand { max-width: calc(100% - 64px); margin-right: 12px; line-height: 1.4; font-size: 1rem !important; }
    .site-header .navbar-nav { gap: 4px; margin: 12px 0 !important; padding-top: 12px; border-top: 1px solid #ffffff20; }
    .site-header .nav-item { margin-left: 0 !important; }
    .site-header .nav-link { display: flex; align-items: center; gap: 12px; min-height: 44px; padding: 10px 12px !important; border-radius: 9px; color: #fff; }
    .site-header .nav-link:hover, .site-header .nav-link:focus-visible { background: #ffffff10; }
    .site-header .nav-link > i { width: 20px; text-align: center; }
    .site-header-account { padding: 12px 0 8px; border-top: 1px solid #ffffff20; }
    .site-header-account > *, .site-header-account .dropdown-toggle { width: 100%; }
    .site-header-account .btn { min-height: 44px; white-space: normal; overflow-wrap: anywhere; border-radius: 9px; }
    .site-header-account .dropdown-menu { width: 100%; }
}
@media (prefers-reduced-motion: reduce) {
    .site-menu-icon, .site-menu-icon span { transition: none; }
}

body {
    background-color: #3F105C;
    opacity: 1;
    background-image:  radial-gradient(#B37AC8 2px, transparent 2px), radial-gradient(#B37AC8 2px, #3F105C 2px);
    background-size: 80px 80px;
    background-position: 0 0,40px 40px;
  }

  .navbar.bg-body-tertiary {
    background: rgb(80,20,116);
    background: linear-gradient(0deg, rgba(80,20,116,1) 0%, rgba(85,21,124,1) 100%);
  }

  .footer {
    background: rgb(80,20,116);
background: linear-gradient(0deg, rgba(80,20,116,1) 0%, rgba(85,21,124,1) 100%);
}

.banner{
    width: 100vw;
    height: 4rem;
    background-color: #b165e0;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.banner h1{
    color: white;
    font-family: 'Nunito', sans-serif;
    user-select: none;

}

.items{
    margin-top: 2rem;
    display: flex;
    justify-content: center;
    background-color: aliceblue;
    width: 80vw;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3rem;
    border-radius: 20px;
}


.line {
    width: 100%;
    height: 2px;
    background-color: black;
    display: inline-block;
}

.error-message {
    text-align: center;
    color: #772b35;
    background-color: #fadddd;
    border-color: #f8cfcf;
  }
