@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;1,400;1,700&display=swap');

@media print {
	body {
		margin: 0 !important;
	}
}


.main-container {
	font-family: var(--ck-content-font-family);
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
}

.editor-container_classic-editor .editor-container__editor {
	min-width: 795px;
	max-width: 795px;
}


body, h1, h2, h3, h4, h5, h6, p {
     font-family: "Fredoka", sans-serif 
}
 .w3-bar-block .w3-bar-item {
     padding: 20px 
}

        .responsive-header {
            font-size: 2.8em; /* Default size for larger screens */
        }
    
        .responsive-subheader {
            font-size: 1.2em; /* Default size for larger screens */
        }
    
        /* Adjust for medium screens (tablets, etc.) */
        @media (max-width: 768px) {
            .responsive-header {
                font-size: 2.5em;
            }
    
            .responsive-subheader {
                font-size: 1.2em;
            }
        }
    
        /* Adjust for small screens (phones) */
        @media (max-width: 480px) {
            .responsive-header {
                font-size: 1.8em;
            }
    
            .responsive-subheader {
                font-size: 1em;
            }
        }
        
.search_field {
    display: inline-block;
    border: 1px inset #ccc;
}

.search_field input {
    border: none;
    padding: 0;
}

.search_field button {
    border: none;
    background: none;
}

@media screen and (min-width: 1200px) {
    .w3-card-hd{
        max-width: 70%;
        margin: auto;
    }

}

@media screen and (min-width: 1920px) {
    body {
        max-width: 70%;
        margin: auto;
    }
    .headerst{
        max-width: 70%;
        margin: auto;
    }
}

.member-sidebar {
    z-index: 3;
    width: 250px;
    background:
        linear-gradient(180deg, #171a1f 0%, #1f2328 38%, #272d34 100%) !important;
    color: rgba(255,255,255,0.88);
    border-right: 1px solid rgba(255,255,255,0.05);
    box-shadow: 18px 0 45px rgba(17, 20, 24, 0.14);
}

.member-sidebar-head {
    padding: 1.2rem 1rem 1rem !important;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    background: linear-gradient(135deg, rgba(184, 32, 37, 0.2), rgba(184, 32, 37, 0.02));
}

.member-sidebar-kicker {
    display: block;
    margin-bottom: 0.45rem;
    color: rgba(255,255,255,0.58);
    text-transform: uppercase;
    letter-spacing: 0.14em;
    font-size: 0.7rem;
    font-weight: 700;
}

.member-sidebar-title {
    margin: 0;
    color: #ffffff;
    font-family: "Outfit", sans-serif;
    font-weight: 800;
    line-height: 1.3;
}

.member-sidebar .w3-display-topright {
    color: rgba(255,255,255,0.72);
}

.member-sidebar .member-nav-links {
    padding: 1rem 0.8rem 1.1rem !important;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.member-sidebar .member-nav-links .w3-bar-item,
.member-sidebar-foot .w3-bar-item {
    display: flex !important;
    align-items: center;
    min-height: 46px;
    border-radius: 14px;
    margin-bottom: 0.35rem;
    font-family: "Outfit", sans-serif;
    font-size: 0.98rem;
    font-weight: 700 !important;
    text-decoration: none;
    transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.member-sidebar .member-nav-links .w3-bar-item {
    color: rgba(255,255,255,0.8) !important;
}

.member-sidebar .member-nav-links .w3-bar-item:hover {
    background: rgba(255,255,255,0.08) !important;
    color: #ffffff !important;
    transform: translateX(2px);
}

.member-sidebar .member-nav-links .is-nav-active {
    background: linear-gradient(135deg, #b82025, #7d1519) !important;
    color: #ffffff !important;
    box-shadow: 0 12px 24px rgba(184, 32, 37, 0.28);
}

.member-sidebar-foot {
    margin-top: auto;
    padding: 0.85rem 0.8rem 1rem;
    border-top: 1px solid rgba(255,255,255,0.08);
}

.member-sidebar-foot .w3-bar-item {
    justify-content: center;
    background: rgba(255,255,255,0.06) !important;
    color: #ffffff !important;
}

.member-sidebar-foot .w3-bar-item:hover {
    background: rgba(184, 32, 37, 0.18) !important;
}

.member-topbar {
    box-shadow: 0 14px 28px rgba(31, 35, 40, 0.08);
}
