        body {
            margin: 0;
            font-family: Arial, sans-serif;
        }
        .header {
            background-color: #007bff;
            color: white;
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 10px 20px;
        }
        .header img {
            width: 40px;
            height: 40px;
            border-radius: 50%;
        }
        .sidebar {
            background-color: #f8f9fa;
            height: 100vh;
            width: 250px;
            position: fixed;
            padding-top: 20px;
            box-shadow: 2px 0px 5px rgba(0, 0, 0, 0.1);
            transition: width 0.3s;
        }
        .sidebar.collapsed {
            width: 70px;
        }
        .sidebar a {
            display: flex;
            align-items: center;
            color: #343a40;
            padding: 10px 20px;
            text-decoration: none;
            white-space: nowrap;
            overflow: hidden;
            transition: all 0.3s;
        }
        .sidebar.collapsed a span {
            display: none;
        }
        .sidebar a:hover {
            background-color: #e9ecef;
            color: #007bff;
        }
        .sidebar i {
            margin-right: 10px;
        }
        .main-content {
            margin-left: 250px;
            padding: 20px;
            transition: margin-left 0.3s;
        }
        .main-content.collapsed {
            margin-left: 70px;
        }
        .toggle-btn {
            position: absolute;
            top: 15px;
            left: 260px;
            background: #007bff;
            color: white;
            border: none;
            padding: 5px 10px;
            border-radius: 5px;
            cursor: pointer;
            z-index: 1000;
        }
        .toggle-btn.collapsed {
            left: 80px;
        }
        .card {
            text-align: center;
        }
        .card .card-body {
            text-align: left;
        }
        .card .card-title {
            font-size: 1.2rem;
        }
.hidden {
    display: none;
}

 .submenu-list {
            display: none;
            padding-left: 20px;
        }
        .submenu-list.show {
            display: block;
        }

.login-body {
    background: url('img/smart-log-bg.png') no-repeat center center fixed;
    background-size: cover;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}


         
        .login-container {
            background-color: rgba(255, 255, 255, 0.9);
            padding: 30px;
            border-radius: 10px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
            width: 100%;
            max-width: 400px;
        }
        .login-container h2 {
            margin-bottom: 20px;
            text-align: center;
            color: #333;
        }
        .btn-primary {
            width: 100%;
        }
        .form-control:focus {
            box-shadow: none;
            border-color: #007bff;
        }



body {
    margin: 2em;
}

thead input {
    width: 100%;
    padding: 3px;
    box-sizing: border-box;
}




 ///////////////////////

        .card.custom {
            border: none;
            border-radius: 15px;
            background: linear-gradient(145deg, #ffffff, #e6e6e6);
            box-shadow: 8px 8px 16px #d1d9e6, -8px -8px 16px #ffffff;
            overflow: hidden;
            transition: all 0.3s ease;
        }

        .card.custom:hover {
            box-shadow: 4px 4px 12px #c1c9d6, -4px -4px 12px #ffffff;
            transform: translateY(-5px);
        }

        .rounded-circle {
            border: 2px solid #1e88e5;
        }

        .action-menu {
            position: relative;
        }

        .action-toggle {
            cursor: pointer;
            font-size: 20px;
            color: #6c757d;
        }

        .action-dropdown {
            display: none;
            position: absolute;
            top: 100%;
            right: 0;
            z-index: 1000;
            background: #ffffff;
            border: 1px solid #ddd;
            border-radius: 8px;
            list-style: none;
            padding: 5px 0;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        }

        .action-menu:hover .action-dropdown {
            display: block;
        }

        .action-dropdown li {
            padding: 8px 20px;
        }

        .action-dropdown li a {
            text-decoration: none;
            color: #2d4059;
        }

        .info-list {
            padding: 0;
            list-style: none;
            color: #52616b;
        }

        .info-list li {
            margin-bottom: 8px;
        }

        .info-list li i {
            color: #1e88e5;
            margin-right: 10px;
        }

        .text-primary {
            color: #1e88e5 !important;
        }

        .badge-custom {
            background-color: #1e88e5;
            color: white;
            font-size: 12px;
            padding: 5px 10px;
            border-radius: 20px;
        }












                .user-card {
            border: none;
            border-radius: 15px;
            background: linear-gradient(145deg, #ffffff, #e6e6e6);
            box-shadow: 8px 8px 16px #d1d9e6, -8px -8px 16px #ffffff;
            overflow: hidden;
            transition: all 0.3s ease;
        }

        .user-card:hover {
            box-shadow: 4px 4px 12px #c1c9d6, -4px -4px 12px #ffffff;
            transform: translateY(-5px);
        }

        .user-avatar {
            border: 2px solid #1e88e5;
        }

        .user-action-menu {
            position: relative;
        }

        .user-action-toggle {
            cursor: pointer;
            font-size: 20px;
            color: #6c757d;
        }

        .user-action-dropdown {
            display: none;
            position: absolute;
            top: 100%;
            right: 0;
            z-index: 1000;
            background: #ffffff;
            border: 1px solid #ddd;
            border-radius: 8px;
            list-style: none;
            padding: 5px 0;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        }

        .user-action-menu:hover .user-action-dropdown {
            display: block;
        }

        .user-action-dropdown li {
            padding: 8px 20px;
        }

        .user-action-dropdown li a {
            text-decoration: none;
            color: #2d4059;
        }

        .user-info-list {
            padding: 0;
            list-style: none;
            color: #52616b;
        }

        .user-info-list li {
            margin-bottom: 8px;
        }

        .user-info-list li i {
            color: #1e88e5;
            margin-right: 10px;
        }

        .text-primary {
            color: #1e88e5 !important;
        }

        .badge-custom {
            background-color: #1e88e5;
            color: white;
            font-size: 12px;
            padding: 5px 10px;
            border-radius: 20px;
        }
