* {
	margin: 0;
	padding: 0;
	outline: 0;
	border: 0;
	/* appearance: none; */
	text-decoration: none;
	list-style: none;
	box-sizing: border-box;
}

html,
body {
	overflow: auto;
	height: 100%;
	margin: 0;
	padding: 0;
}

html {
	font-size: 12px;
}

body {
	background: var(--color-background);
	font-family: poppins, sans-serif;
	min-height: 100vh;
	color: var(--color-text);
}

a {
	text-decoration: none;
}

h1 {
	font-size: 2.2rem;
}

h2 {
	font-size: 1.5rem;
}

h3 {
	font-size: 1.2rem;
}

h4 {
	font-size: 1rem;
}

h5 {
	font-size: 0.86rem;
	font-weight: 500;
}

h6 {
	font-size: 0.7rem;
}

p {
	font-size: 0.86rem;
	color: var(--color-grey-dark);
}

small {
	font-weight: 300;
	font-size: 0.77rem;
}

.container-fluid {
	padding-right: 20px;
	padding-left: 20px;
}

.clickable {
	user-select: none;
	cursor: pointer;
}

.text-muted {
	color: var(--color-grey-light);
}

.primary {
	color: var(--color-primary);
}

.danger {
	color: var(--color-danger);
}

.success {
	color: var(--color-success);
}

.purple {
	color: var(--color-purple);
}

.bg-primary {
	background: var(--color-primary);
	box-shadow: 0 0.8rem 0.8rem var(--color-primary-light);
}

.bg-danger {
	background: var(--color-danger);
	box-shadow: 0 0.8rem 0.8rem var(--color-danger-light);
}

.bg-success {
	background: var(--color-success);
	box-shadow: 0 0.8rem 0.8rem var(--color-success-light);
}

.bg-purple {
	background: var(--color-purple);
	box-shadow: 0 0.8rem 0.8rem var(--color-purple-light);
}

.bg-dark {
	background: #27282f;
	box-shadow: 0 0.8rem 0.8rem rgba(0, 0, 0.2);
}

.close-msg-box {
	font-size: 12px;
	font-weight: 900;
	margin-top: 2px;
}

@media (max-width: 480px) {
	aside,
	#menu-btn {
		display: none !important;
	}
	.logo img {
		padding: 0px !important;
	}
	.topbar-div {
		font-size: 7px !important;
		padding-left: 4px;
	}
	.all-btn-top {
		width: auto !important;
		font-size: 7px !important;
		gap: 3px;
	}
	.all-btn-top svg {
		font-size: 7px !important;
	}
	.all-btn-top span {
		font-size: 3px !important;
	}
	.theme-btn span {
		font-size: 0.7rem !important;
	}
	#language_dd .trn {
		font-size: 7px !important;
	}
	#language_dd .select-drop-box {
		padding: 0px !important;
		font-size: 3px !important;
		border: none !important;
		text-align: unset !important;
	}
	#language_dd .select-drop-box select {
		padding: 0px !important;
		font-size: 7px !important;
		width: auto !important;
		background: none !important;
		padding-right: 13px !important;
	}
	nav .profile h5,
	nav .profile span {
		display: block !important;
	}
	.material-symbols-sharp {
		font-size: 7px !important;
	}
	.material-symbols-outlined {
		font-size: 10px !important;
	}
	nav .profile .profile-submenu {
		top: 30px !important;
	}
	.profile-submenu {
		font-size: 7px !important;
		right: 0px !important;
		margin-right: 13px !important;
	}
	.lng-div {
		margin-left: 10px !important;
		margin-right: auto !important;
		width: 100% !important;
	}
	.flex-grow-1,
	.topbar-div {
		width: 100% !important;
	}

	.multi-btn-div {
		width: 100% !important;
		align-items: center !important;
	}
	.profile h5 {
		font-size: 7px !important;
	}
	html,
	body {
		font-size: 7px !important;
	}
	.master .logo {
		display: none !important;
	}
	.head-title,
	.all-head {
		width: 100% !important;
	}
	button {
		width: auto !important;
	}
	nav .profile .profile-submenu {
		width: auto !important;
		padding: 0 !important;
	}
	.logo img {
		padding: 3px !important;
		height: 25px !important;
		width: 50px !important;
		border-radius: 2px !important;
	}
	.profile-area {
		width: 100% !important;
	}
	nav .profile-area .profile-photo {
		margin: 0 !important;
	}
	.login_logo_box {
		top: -45px !important;
	}
	.log-div {
		width: 100% !important;
	}
	/* #checkbox_dd1 {
		margin-left: 10px !important;
	} */
	nav {
		margin-top: 35px !important;
	}
	.header_submit_btn {
		bottom: -5px !important;
	}
	.header_submit_btn {
		right: 0 !important;
	}
	#date_filters div:first-child {
		margin: 0px 13px 0px 0px !important;
	}
	.whsta-pdf,
	.topbar-div {
		display: none !important;
	}
	.img-pdf-bt {
		width: 40px !important;
		font-size: 5px !important;
	}
	.all-btn-top button:nth-of-type(1) {
		width: 80px !important;
		font-size: 5px !important;
	}
	.all-btn-top button:nth-of-type(1) span {
		width: 100% !important;
	}
}
@media (min-width: 500px) and (max-width: 900px) {
	aside,
	#menu-btn {
		display: none !important;
	}
	.logo img {
		padding: 0px !important;
	}
	.topbar-div {
		font-size: 7px !important;
		padding-left: 4px;
	}
	.all-btn-top {
		width: auto !important;
		font-size: 7px !important;
		gap: 3px;
	}
	.all-btn-top svg {
		font-size: 7px !important;
	}
	.all-btn-top span {
		font-size: 3px !important;
	}
	.theme-btn span {
		font-size: 0.7rem !important;
	}
	#language_dd .trn {
		font-size: 7px !important;
	}
	#language_dd .select-drop-box {
		padding: 0px !important;
		font-size: 3px !important;
		border: none !important;
		text-align: unset !important;
	}
	#language_dd .select-drop-box select {
		padding: 0px !important;
		font-size: 7px !important;
		width: auto !important;
		background: none !important;
		padding-right: 13px !important;
	}
	nav .profile h5,
	nav .profile span {
		display: block !important;
	}
	.material-symbols-sharp {
		font-size: 7px !important;
	}
	.material-symbols-outlined {
		font-size: 10px !important;
	}
	nav .profile .profile-submenu {
		top: 30px !important;
	}
	.profile-submenu {
		font-size: 7px !important;
		right: 0px !important;
		margin-right: 13px !important;
	}
	.lng-div {
		margin-left: 10px !important;
		margin-right: auto !important;
		width: 100% !important;
	}
	.flex-grow-1,
	.topbar-div {
		width: 100% !important;
	}

	.multi-btn-div {
		width: 100% !important;
		align-items: center !important;
	}
	.profile h5 {
		font-size: 7px !important;
	}
	html,
	body {
		font-size: 7px !important;
	}
	.master .logo {
		display: none !important;
	}
	.head-title,
	.all-head {
		width: 100% !important;
	}
	button {
		width: auto !important;
	}
	nav .profile .profile-submenu {
		width: auto !important;
		padding: 0 !important;
	}
	.logo img {
		padding: 3px !important;
		height: 25px !important;
		width: 50px !important;
		border-radius: 2px !important;
	}
	.profile-area {
		width: 100% !important;
	}
	nav .profile-area .profile-photo {
		margin: 0 !important;
	}
	.login_logo_box {
		top: -45px !important;
	}
	.log-div {
		width: 100% !important;
	}
	/* #checkbox_dd1 {
		margin-left: 10px !important;
	} */
	nav {
		margin-top: 35px !important;
	}
	.header_submit_btn {
		bottom: -5px !important;
	}
	.header_submit_btn {
		right: 0 !important;
	}
	#date_filters div:first-child {
		margin: 0px 13px 0px 0px !important;
	}
	.whsta-pdf,
	.topbar-div {
		display: none !important;
	}
	.img-pdf-bt {
		width: 40px !important;
		font-size: 5px !important;
	}
	.all-btn-top button:nth-of-type(1) {
		width: 80px !important;
		font-size: 5px !important;
	}
	.all-btn-top button:nth-of-type(1) span {
		width: 100% !important;
	}
}
