body {
    font-size: .875rem;
}

.feather {
    width: 16px;
    height: 16px;
    vertical-align: text-bottom;
}

/*
 * Sidebar
 */

.sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    /* Behind the navbar */
    padding: 48px 0 0;
    /* Height of navbar */
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}

@media (max-width: 767.98px) {
    .sidebar {
        top: 5rem;
    }
}

.sidebar-sticky {
    position: relative;
    top: 0;
    height: calc(100vh - 48px);
    padding-top: .5rem;
    overflow-x: hidden;
    overflow-y: auto;
    /* Scrollable contents if viewport is shorter than content. */
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
    .sidebar-sticky {
        position: -webkit-sticky;
        position: sticky;
    }
}

.sidebar .nav-link {
    font-weight: 500;
    color: #333;
}

.sidebar .nav-link .feather {
    margin-right: 4px;
    color: #999;
}

.sidebar .nav-link.active {
    color: #007bff;
}

.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather {
    color: inherit;
}

.sidebar-heading {
    font-size: .75rem;
    text-transform: uppercase;
}

/*
 * Navbar
 */

.navbar-brand {
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-size: 1rem;
    background-color: rgba(0, 0, 0, .25);
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25);
}

.navbar .navbar-toggler {
    top: .25rem;
    right: 1rem;
}

.navbar .form-control {
    padding: .75rem 1rem;
    border-width: 0;
    border-radius: 0;
}

.form-control-dark {
    color: #fff;
    background-color: rgba(255, 255, 255, .1);
    border-color: rgba(255, 255, 255, .1);
}

.form-control-dark:focus {
    border-color: transparent;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
}

.avatar {
    text-transform: uppercase;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    font-size: 80px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

.avatar h2 {
    text-transform: uppercase;
    margin: 0;
    font-size: 6.5rem;
    font-weight: bolder;
    color: white;
    text-shadow: 0 0 10px #9999;
}

.stat-number {
    font-size: 3.2rem;
    font-weight: 700;
    margin-bottom: 0;
}

.stat-label {
    color: #6c757d;
    font-size: 0.95rem;
}

.table-hover tbody tr:hover {
    background-color: rgba(0, 123, 255, 0.05);
}

.btn-icon {
    min-width: 140px;
}

.badge {
    font-size: 0.9em;
}

.prfileCard {
    padding: 20px 10px;
    box-shadow: 0 0 10px #f9f9fb;
    border: 1px solid #f9f9fb;

}


.ulprofile li {
    margin: 10px 0;
}

.sidebar .nav-link {
    margin: 5px 0;
}

.sidebar .nav-link:hover {
    color: #007bff;
}

.logbox {
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #dfdfdf;
    margin-bottom: 20px;
    margin-top: 20px;
    margin-left: 20px;
    position: relative;
}

.logbox:hover {
    box-shadow: 0 0 5px #dfdfdf;
    cursor: pointer;
    background-color: #f9f9fb;
}

.logbox::before {
    content: '';
    position: absolute;
    top: -10px;
    bottom: -10px;
    left: -10px;
    width: 2px;
    background: #dfdfdf;
}

.logbox::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    top: 50%;
    box-shadow: 0 0 10px #dfdfdf;
    gap: 10px;
    left: -16px;
    height: 15px;
    width: 15px;
    background: #c7c7c7;
}

.loginfo {
    display: flex;
    align-items: center;

}

.logbox h3 {
    font-size: 18px;
    text-transform: capitalize;
}

.loginfo>strong {
    font-size: 12px;
    margin-right: 10px;


    font-weight: 400;
}

.viewlog {
    padding: 10px;
    min-height: 200px;
}

.viewlog p,
.viewlog ol,
.viewlog ul {
    margin: 0 !important;

}

#feestable thead th {
    vertical-align: middle !important;
}

.card {
    border: none;
    border-radius: 15px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    margin-bottom: 1.5rem;
}

.card-header {
    border-bottom: none;

    background-color: #343a40;
    color: white;
    font-weight: 600;
}

.badge {
    font-size: 0.95em;
    padding: 0.5em 0.8em;
}


.table-hover tbody tr:hover {
    background-color: rgba(0, 123, 255, 0.05);
}

.page-header {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 2rem;
    border-radius: 15px;
    margin-bottom: 2rem;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.page-header h1 {
    margin-bottom: 0;
    font-weight: 700;
}

.search-card {
    background: white;
    border-radius: 15px;
    padding: 1.5rem;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}


.pagination .page-link {
    border-radius: 8px;
    margin: 0 4px;
}

.pagination .page-item.active .page-link {
    background-color: #667eea;
    border-color: #667eea;
}

.breadcrumb {
    background: transparent;
    padding: 0.75rem 0;
    margin: 0;
}

.breadcrumb li a {
    color: white;
    text-decoration: underline;
}

.breadcrumb li::before {
    color: white !important;
}

.box {
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 0 10px #dfdfdf;
    margin-bottom: 30px;
}

.box>.icon {
    opacity: 0.1;
}

.box h5 {
    text-transform: capitalize;
    font-weight: 700;
}

.recentBox {
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 0 10px #dfdfdf;
}