.mobile-screen
{
	display : none;
}


@media (max-width: 480px) {

	.container-fluid 
	{
		width: 103% ;
	}
		
	.line-item-table
	{
		overflow : auto;
	}	
		
	.desktop-screen
	{
		display:none;
	}

	.mobile-screen
	{
		display : block;
	}

}
 .stats-box{margin-bottom:0}
 .stats-box{background-color:#f9f9f9;border:1px solid #e3e3e3;margin-bottom:15px;padding:5px}
 .stats-box p{margin:0;font-size:12px}
 .stats-box>h6,.stats-info:last-child .progress{margin-bottom:0}
 .stats-info p{display:-webkit-box;display:-ms-flexbox;display:flex;font-size:12px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:5px}

 .swal2-radio {
	display: grid !important;
  	text-align: left !important;
}
