@charset "UTF-8";

/*
Theme Name: Stock Management System
Author: Mayur S. Pindoriya
Description: Stock Management System.
Requires at least: 5.3
Tested up to: 6.9
Requires PHP: 5.6
Version: 0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyone
*/

#receipt_list_wrapper > .row:first-child,
ul.pagination > .page-item:first-child, ul.pagination > .page-item:last-child {
	display: none;
}
.card-content div.dt-paging ul.pagination {
	gap: 0.4rem;
}
.card-body > .buttons > .btn:last-child {
	margin-right: 0;
}

@media (max-width: 1199px) { 
	html {
		/* font-size: 92%; */
	}
	.sidebar-wrapper .menu {
		padding-left: 1.2rem;
		padding-right: 1.2rem;
	}
}
@media (max-width: 991px) {
	html {
		font-size: 92%;
	}
}
@media (max-width: 767px) {
	html {
		/* font-size: 75%; */
	}
	#main {
		padding: 1.2rem;
	}
	.card .card-body {
		padding: 1rem;
	}	
}