@media screen and (min-width: 1200px) {
	[data-bs-target='#collapse-filter'] {
		pointer-events: none !important;
		display: none !important;
	}

	.collapse-filter {
		display: block !important;
	}

	.col-xl-15 {
		flex: 0 0 auto;
		width: 15%;
	}

	.col-xl-20 {
		flex: 0 0 auto;
		width: 20%;
	}

	.col-xl-60 {
		flex: 0 0 auto;
		width: 60%;
	}

	.col-xl-65 {
		flex: 0 0 auto;
		width: 65%;
	}

	.col-xl-80 {
		flex: 0 0 auto;
		width: 80%;
	}
}

@media screen and (max-width: 1536px) {
	:root {
		--app-header-height: 40px;
	}

	.header .container-fluid {
		padding-left: 10px;
		padding-right: 10px;
	}

	.header {
		padding: 5px 0
	}

	.header .header-logo {
		display: block;
	}

	.header .header-logo img {
		height: 30px;
		width: auto;
	}

	.header .header-navigation {
		position: fixed;
		top: 0;
		width: 90%;
		max-width: 320px;
		background-color: var(--bs-white);
		height: 100vh;
		overflow-y: auto;
		z-index: 13;
		-webkit-transition: var(--transition-default);
		-o-transition: var(--transition-default);
		transition: var(--transition-default);
		left: -150%;
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		margin: 0;
	}

	.is-navigation .header .header-navigation {
		left: 0;
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
	}

	.header .header-navigation > ul {
		flex-direction: column;
	}

	.header .header-navigation > ul > li {
		width: 100%;
	}

	.header .header-navigation > ul > li + li {
		border-top: 1px solid var(--bs-gray-200);
	}

	.header .header-navigation > ul > li > a,
	.header .header-navigation > ul > li > button {
		font-size: 1em;
		padding: 10px 15px;
		width: 100%;
		gap: 8px;
	}

	.header .header-navigation > ul > li > a > i,
	.header .header-navigation > ul > li > button > i {
		margin-left: auto;
	}

	.header .header-navigation > ul > li > a > span > img,
	.header .header-navigation > ul > li > button > span > img {
		width: 20px;
		height: 20px;
	}

	.header .header-navigation > ul > li > ul {
		position: static;
		border: 0 !important;
		box-shadow: none !important;
		transform: none !important;
		opacity: 1 !important;
		visibility: visible !important;
		pointer-events: auto !important;
		min-width: 100%;
	}

	.header .header-navigation > ul > li.has-submenu::after {
		display: none !important;
	}

	.header .header-overlay {
		background: rgba(0, 0, 0, 0.5);
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 12;
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
	}

	.is-navigation .header .header-overlay {
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
	}

	.header .header-dropdown .link-default img {
		height: 18px;
	}

	.header .header-hamburger {
		display: block;
	}

	.header .header-hamburger .hamburger-button {
		position: relative;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		border: 0;
		background: transparent;
		border-radius: 0;
		width: 26px;
		height: 26px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding: 0;
	}

	.header .header-hamburger .hamburger-button > span {
		display: block;
		position: absolute;
		height: 1px;
		background: var(--bs-gray-800);
		border-radius: 9px;
		opacity: 1;
		left: 4px;
		right: 4px;
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: .25s ease-in-out;
		-o-transition: .25s ease-in-out;
		transition: .25s ease-in-out;
	}

	.header .header-hamburger .hamburger-button > span:nth-child(1) {
		top: 7px;
	}

	.header .header-hamburger .hamburger-button > span:nth-child(2), .header .header-hamburger .hamburger-button > span:nth-child(3) {
		top: 13px;
	}

	.header .header-hamburger .hamburger-button > span:nth-child(4) {
		top: 19px;
	}

	.is-navigation .header .header-hamburger .hamburger-button > span:nth-child(2) {
		-webkit-transform: rotate(45deg) scale(.9);
		-ms-transform: rotate(45deg) scale(.9);
		transform: rotate(45deg) scale(.9);
	}

	.is-navigation .header .header-hamburger .hamburger-button > span:nth-child(3) {
		-webkit-transform: rotate(-45deg) scale(.9);
		-ms-transform: rotate(-45deg) scale(.9);
		transform: rotate(-45deg) scale(.9);
	}

	.is-navigation .header .header-hamburger .hamburger-button > span:nth-child(1), .is-navigation .header .header-hamburger .hamburger-button > span:nth-child(4) {
		top: 17.5px;
		width: 0;
		left: 50%;
		-webkit-transform: scale(.9);
		-ms-transform: scale(.9);
		transform: scale(.9);
	}

	.theme-form {
		flex-wrap: wrap;
	}

	.theme-form > .theme-label ~ .theme-input,
	.theme-form > .theme-label ~ .theme-input ~ .select2 {
		max-width: 100% !important;
	}
}

@media screen and (max-width: 1200px) {
	.section-main {
		--spacing-y: 0;
		--spacing-x: 0;
	}

	.theme-table .table tr > * {
		min-width: 50px;
	}

	.container-fluid {
		padding: 0 10px;
	}

	.section-buttons .container-fluid {
		padding: 0;
	}

	.section-buttons .section-buttons_list {
		flex-wrap: wrap;
		gap: 5px;
		width: auto;
	}

	.section-buttons .section-buttons_list .section-buttons_list__item {
		gap: 5px;
		flex-wrap: wrap;
		width: auto;
	}

	.theme-table {
		overflow-x: auto !important;
	}
}

@media screen and (max-width: 991px) {
	.section-buttons .section-buttons_list {
		flex: 1 1 auto;
		justify-content: center;
	}

	.section-buttons .section-buttons_list .section-buttons_list__item {
		flex: 1 1 auto;
		justify-content: center;
	}

	.section-pagination {
		justify-content: center;
	}
}

@media screen and (max-width: 768px) {
	.section-heading {
		width: 100%;
		flex-wrap: wrap;
		gap: 5px;
	}

	.section-heading .heading-button {
		margin-left: 0 !important;
	}
}
