.mw_ui_frm_container{
	max-width: 800px;
}

.btncus{
	text-align: left;
}
.mw_ui_frm_container .justify-content-md-end {
    justify-content: flex-start !important;
 }
 .nav_main_ui_title{
 	color: #ffffff;
 	
 }
 .ui_grid_container{
 	padding-top: 10px;
 	padding-bottom: 10px;

 }
 .ui_sub_container{
 	padding-top: 0px;
 	padding-bottom: 10px;
 	padding-left: 5px;
 	padding-right: 5px;
 }
::-webkit-scrollbar {
    width: 12px; /* Width of the scrollbar */
 }

 /* Style for the scrollbar track */
 ::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0);
    border-radius: 10px; /* Round corners of the track */
 }

 /* Style for the scrollbar thumb */
 ::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 5px; /* Round corners of the thumb */
 }

 /* Style for the scrollbar thumb on hover */
 ::-webkit-scrollbar-thumb:hover {
    background: #555; /* Color of the thumb on hover */
 }

 :root {
  --bs-font-sans-serif: "Nunito Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"
  
}
.sb-sidenav .sb-sidenav-menu .nav .nav-link {
  padding-top: 0.3rem;
  padding-bottom: 0.5rem;
  font-size: 12px;
 
}
.sb-sidenav-dark .sb-sidenav-menu .nav-link:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.25);
  border-radius: 2px;
}

hr.sidebar-divider{
   margin-top:0px;
   margin-bottom:0px;
   margin-right: 5px;
   margin-left: 5px;
}