body {
     background-color: #ffffff;
	 font-family: "Plus Jakarta Sans", sans-serif;
	 min-height: 100vh;      
     display: flex;
     flex-direction: column;
}
body, body * {
    font-family: "Plus Jakarta Sans", sans-serif !important;
}

main {
    flex: 1; 
}

.navbar {
    margin-bottom: 20px;
	font-weight: 500 !important;
}
        @media (max-width: 991.98px) {
            .navbar-nav {
                display: flex;
                flex-direction: column;
                padding: 1rem 0;
            }
            .nav-item {
                margin: 0.75rem; 
            }
            .nav-link {
                padding: 0.5rem 1rem; 
            }
        }
@media (min-width: 992px) {
    .profile-nav-item .profile-wrapper {
        display: flex;
        align-items: center;
    }
}
.profile-nav-item {
    margin-left:3px;
}
.profile-nav-item .nav-link {
    transition: color 0.3s ease;
}
.profile-nav-item .nav-link:hover {
    color: #f0f0f0;
}
.card {
    margin-bottom: 20px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2) !important;
	back
}

h3 {
	font-weight: 700 !important;
    letter-spacing: 0.01em !important;
	
}
.table-responsive {
    overflow-x: auto;
}

.form-control {
    width: 100%;
}

@media (max-width: 576px) {
    .table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }
    
    .card-img-top {
        max-height: 150px;
    }
    
    .btn {
        width: 100%;
        margin-bottom: 10px;
    }
}

img {
    max-width: 100%;
    height: auto;
}

.custom-login-btn {
    background-color: #c6ab7c;
    border-color: #c6ab7c; 
    font-weight: 600; 
    padding: 12px 20px; 
    border-radius: 8px; 
    transition: all 0.3s ease; 
}

.custom-login-btn:hover {
    background-color: #000000 !important;
    border-color: #000000 !important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); 
}

.custom-login-btn:focus, .custom-login-btn:active {
    background-color: #000000 !important;
    border-color: #000000 !important;
    box-shadow: none !important; 
}
.container.mt-4 {
    margin-top: 0 !important; 
}
.form-control:focus {
    border-color: #d8c3a5;
    box-shadow: 0 0 0 0.2rem rgba(198, 171, 124, 0.25);
}

.input-group-text {
    border-color: #ced4da;
}
 .input-group > .form-control:focus + .input-group-text {
    border-color: #d8c3a5;
}

.navbar-toggler {
	border: 0 !important;
	
}
.page-link {
    color: #c6ab7c !important;
}

.page-link:hover {
    color: #ffffff !important;
    background-color: #b89b6b !important;
    border-color: #b89b6b !important;
}

.page-link:focus, .page-link:focus-visible {
    color: #ffffff !important;
    background-color: #c6ab7c !important;
    border-color: #c6ab7c !important;
    outline: none !important;
    box-shadow: 0 0 0 0.25rem rgba(198, 171, 124, 0.25) !important;
}

.active > .page-link, .page-link.active {
    z-index: 3;
    color: white !important;
    background-color: #c6ab7c !important;
    border-color: #c6ab7c !important;
}

.pagination {
    --bs-pagination-active-border-color: #c6ab7c !important;
}

.pagination .page-item.active .page-link {
    border-color: #c6ab7c !important;
}
