        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
/*         
        .container {
            max-width: 100%;
        } */
        
       
        
        .left {
            display: flex;
            height: 100vh;
            background-color: #ffffff !important;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 20px;
        }
        
        .right {
            display: flex;
            height: 100vh;
            background-color: #F4F4F4 !important;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 20px;
        }
        
        .login-container {
            width: 100%;
            max-width: 400px;
        }
        
        .forgot-password {
            display: block;
            margin-top: 10px;
            text-decoration: none;
            color: #111111;
        }
        
        .forgot-password:hover {
            text-decoration: underline;
        }
        
         /* ::-webkit-scrollbar {
            display: none;
        } */
        .login-container {
            background-color: #F4F4F4;
            border-radius: 8px;
            padding: 60px;
            width: 100%;
            max-width: 400px;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        }
        
        .login-container h2 {
            font-size: 24px;
            margin-bottom: 10px;
        }
        
        .login-container h4 {
            font-size: 12px;
            color: #6c757d;
            margin-bottom: 20px;
        }
        
        .login-container hr {
            border-top: 1px solid #dee2e6;
            margin: 20px 0;
        }
        
        .form-control {
            border-radius: 5px;
        }
        
        .form-control:focus {
            box-shadow: none;
            border-color: #4986e7;
        }
        
        .btn-primary {
            width: 100%;
            border-radius: 5px;
            background-color: #4986e7;
            border: none;
            margin-bottom: 10px !important;
        }
        
        .btn-danger {
            width: 100%;
            border-radius: 5px;
            border: none;
        }
        
        .btn-primary:hover {
            background-color: #4986e7;
        }
        
        .forgot-password,
        .register-link {
            display: block;
            text-align: center;
            margin-top: 20px;
            font-size: 14px;
        }
        
        .forgot-password:hover,
        .register-link:hover {
            text-decoration: underline;
        }
        
        /* .icon_button {
            border-radius: 5px 0px 0px 5px !important;
            border-left: none !important;
        }
        
        input {
            border-radius: 0px 5px 5px 0px !important;
        } */
        
        label {
            font-size: 12px;
        }
        
         ::placeholder {
            font-size: 11px;
        }
        
        
        /* #loginPage {
            background-color: #F4F4F4;
        } */
        
        .login-container {
            background-color: #ffffff;
            border-radius: 8px;
            padding: 60px;
            width: 100%;
            max-width: 400px;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        }
        
        .login-container h2 {
            font-size: 24px;
            margin-bottom: 10px;
        }
        
        .login-container h4 {
            font-size: 12px;
            color: #6c757d;
            margin-bottom: 20px;
        }
        
        .login-container hr {
            border-top: 1px solid #dee2e6;
            margin: 20px 0;
        }
        
        .form-control {
            border-radius: 5px;
        }
        
        .forgot-password,
        .register-link {
            display: block;
            text-align: center;
            margin-top: 20px;
            font-size: 14px;
        }
        
        .forgot-password:hover,
        .register-link:hover {
            text-decoration: underline;
        }
        
        /* .icon {
            border-radius:  5px 0px 0px 5px !important;
            border-left: none !important;
        }
        
        input {
            border-radius: 0px 5px 5px 0px !important;
        } */
        
    
        .text{
            background-color: rgb(240, 236, 236);
            align-items: center !important;
            text-align: center !important;
            border-radius: 10px;
            padding: 25px;
        
        }
        
        .btn {
            margin: 10px ; 
            padding: 10px; 
            background-color: rgb(58, 166, 255); 
            color: white; 
            text-decoration: none; 
            border-radius: 5px !important; 
            border: none !important;
        }
        /* .btn:hover { background-color: darkblue; } */
        
        
            .logout-icon {
                position: fixed;
                top: 15px;
                left: 15px;
                font-size: 26px;
                color: #d9534f;
                background: #fff;
                padding: 10px;
                border-radius: 50%;
                box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
                transition: all 0.3s ease;
                text-decoration: none;
            }
            .logout-icon:hover {
                box-shadow: 0 0 15px rgba(217, 83, 79, 0.5);
            }
        
            .table-actions i {
                font-size: 1.2rem;
                cursor: pointer;
                margin: 0 5px;
            }
            .table-actions i:hover {
                opacity: 0.7;
            }    
        

















            