   /* Add your styles for the preloader container here */
   #preloader-container {
       position: fixed;
       top: 0;
       left: 0;
       width: 100%;
       height: 100%;
       background-color: #fff;
       /* Set background color as needed */
       display: flex;
       justify-content: center;
       align-items: center;
       z-index: 1000;
   }

   .dashboard_banners {
       width: 1cm;
   }

   .sidebar_icons {
       width: 20px;
       margin-right: 1.5rem;
   }
