.template_only {
	display: none;
}

.blur {
	filter: blur(3px);
	pointer-events: none;
	cursor: default;
}

.post-calendar-posted {
	background-color: var(--bs-primary-light, #e8f3ff) !important;
	color: var(--bs-primary, #009ef7) !important;
}

.post-calendar-planned {
	background-color: var(--bs-info-light, #f1faff) !important;
	color: var(--bs-info, #7239ea) !important;
}

.post-calendar-recommended {
	background-color: var(--bs-primary, #009ef7) !important;
	color: #ffffff !important;
}


body {
	/*filter: blur(0.4px);*/
}

.suggestion-tag {
	background: var(--bs-light-dark);
	padding: 4px 7px;
	border-radius: .475rem;
	color: #333;
	margin-right: 10px;
	cursor: pointer;
	margin-bottom: .5rem;
	text-align: left;
}
.suggestions {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.badge.badge-circle.badge-mini, .badge.badge-square.badge-mini {
	width: 1.25rem;
	height: 1.25rem;

}

#columns_div {
	position: absolute;
	/* left: 10px; */
	top: 50px;
	z-index: 10;
	background: #fff;
	padding: 10px;
	display: none;
	flex-direction: column;
	box-shadow: 0 10px 35px 0 rgba(56,71,109,.075);
	border-radius: .85rem;
}

.graph-tab {
	border-radius: calc(.85rem - 1px) calc(.85rem - 1px) 0 0;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--bs-gray-400) !important;
	border: none;
	background: var(--bs-gray-200);
}
.graph-tab.active-tab {
	background: #ffffff;
}
.graph-tab.active-tab h6 {
	color: var(--bs-gray-800) !important;
}

table.table td.text-right, table.table th.text-right {
	padding-right: 10px;
}

.bg-pos-new-top10 {
	background-color: #e5f5ff !important;
}

.bg-pos-fell_out {
	background-color: #ffe5e5 !important;
}

.bg-pos-top10 {
	background-color: #e9f9ee !important;
}

.urls-list-positions {
	display: none;
	position: absolute;
	left: 75px;
	padding: 10px;
	background: #fff;
	top: 0;
	box-shadow: 0 10px 35px 0 rgba(56,71,109,.075);
	border-radius: .85rem;
	max-height: 200px;
	overflow: scroll;
}

.vertical-align-middle {
	vertical-align: middle;
}

.ribbon.ribbon-top .ribbon-label.second-ribbon {
	transform: translateX(-55px) translateY(-4px);
}

.hidden_disabled {
	display: none;
}

.suggestions.meta-description .suggestion-tag {
	display: block;
	margin-top: 5px;
	margin-bottom: 5px;
}

.suggestion-tag.special_tag {
	background: var(--bs-light-primary);
}

#error .error-block {
	text-align: center;
}

.ddown-button-audit {
	border-radius: .85rem;
	border: 1px solid;
	float: right;
	margin-right: 5px;
	border-color: #b5b5c3;
	width: 50px;
	padding: 4px 6px;
}

.ddown-button-audit:hover, .ddown-button-audit[aria-expanded="true"] {
	border-color: var(--bs-active-primary);
}

.bg-orange {
	background-color: #F18800 !important;
}

.btn-xs.btn-icon {
	padding: 0;
	font-size: 0.1rem !important;
	line-height: 1rem;
	height: calc(0.5em + 1.5rem + 2px) !important;
	width: calc(0.5em + 1.5rem + 2px) !important;
}

.display-on-hover {
	display: none;
}

.j-c {
	justify-content: center;
	-webkit-justify-content: center;
}

tags.tagify > span {
	width: 100%;
}

#error .error-title {
	font-size: 150px;
}

#error .lead {
	font-size: 60px;
}

#error .form-control {
	margin: 0;
}

.btn.menu-look {
	background-color: #f5f8fa;
}

.btn.menu-look i{
	color: #7239ea;
}

.cursor-not-allowed {
	cursor: not-allowed;
}

#more-actions {
	position: absolute;
	left: 10px;
	top: 50px;
	z-index: 10;
	background: #fff;
	padding: 10px;
	display: none;
	flex-direction: column;
	box-shadow: 0 10px 35px 0 rgba(56,71,109,.075);
	border-radius: .85rem;
}

.m-auto {
	margin: auto;
}

.default-border-radius {
	border-radius: .85rem;
}

#sub_tablemore-actions {
	position: absolute;
	left: 10px;
	top: 50px;
	z-index: 10000000;
	background: #fff;
	padding: 10px;
	display: none;
	flex-direction: column;
	box-shadow: 0 10px 35px 0 rgba(56,71,109,.075);
	border-radius: .85rem;
}

[data-kt-opened="on"]#more-actions {
	display: flex !important;
}
[data-kt-opened="on"]#sub_tablemore-actions {
	display: flex !important;
}

.pr-2 {
	padding-right: 2rem !important;
}

#more-actions2 {
	position: absolute;
	right: 0;
	top: 50px;
	z-index: 10;
	background: #fff;
	padding: 10px;
	display: none;
	flex-direction: column;
	box-shadow: 0 10px 35px 0 rgba(56,71,109,.075);
	border-radius: .85rem;
}

[data-kt-opened="on"]#more-actions2 {
	display: flex !important;
}

.bw-2 {
	border-width: 2px !important;
}

.justify-between {
	justify-content: space-between;
}

.keywords-shell .keyword.bg-light-danger.text-danger.text-success.bg-light-success {
	color: #009ef7 !important;
	background-color: #f1faff !important;
}

.floating-monthly {
	position: fixed;
	bottom: 0;
	background: #fff;
	right: 20px;
	padding: 10px;
	border-radius: 10px;
}

.loading {
	display: none;
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 11050;
	background-color: rgba(51, 51, 51, 0.2) !important;
	height: 100%;
	border-radius: .475rem;
}

.input_subtext {
	font-style: italic;
	color: #888;
	padding-top: 10px;
	display: block;
	font-size: 12px;
}

#global.loading {
	position: fixed;
}

.right-50px {
	right: 50px !important;
}

.loading .spinner {
	position: sticky;
	margin: auto;
	display: inline-block;
	top: 50%;
	bottom: 50%;
	left: 53%;
	width: 50px;
	height: 35px;
	background-image: url(/data/images/loading.gif) !important;
	background-repeat: no-repeat;
}

#locations {
	display: none;
}

.has-error input,
.has-error textarea,
.has-error input {
	border: 1px solid #a94442;
}

.has-error label {
    color: #A94442;
}

.has-error input:-ms-input-placeholder {
    color: #A94442;
}

.form-control::-ms-input-placeholder { /* Microsoft Edge */
    color: #000000;
}

.form-control:focus::-ms-input-placeholder { /* Microsoft Edge */
    color: inherit;
}


#results {
	border-radius: .475rem;
	display: none;
	border: 1px solid #cccccc;
	text-align: center;
}

#results .text {
	margin: 10px;
}

#results.show {
	display: block;
	padding: 10px;
}

#results {
	margin-bottom: 30px;
}

#results.error {
	background-color: var(--bs-light-danger);
	border-color: var(--bs-danger) !important;
	color: var(--bs-danger);
}

#results.success {
	background-color: var(--bs-light-success);
	border-color: var(--bs-success) !important;
	color: var(--bs-success);
}

#form{
	overflow: hidden;
}

.re-captcha > div {
	width: auto;
	display: inline-block;
	padding: 0;
	height: auto;
	background-color: transparent;
}

.re-captcha.has-error > div {
	border: 1px solid #a94442 !important;
	border-radius: 3px;
}

.g-recaptcha > div {
	width: 302px !important;
	height: 76px !important;
}

.g_map {
	height: 400px;
	position: relative;
	width: 100%;
}

.map {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.required::after {
	content: "";
	position: relative;
	font-size: inherit;
	color: #f1416c;
	padding-left: .25rem;
	font-weight: 700;

}
.required label::after {
	content: "*";
	position: relative;
	font-size: inherit;
	color: #f1416c;
	padding-left: .25rem;
	font-weight: 700;
}

.has-error .btn.btn-outline.btn-outline-dashed.btn-outline-default {
	border-color: #f1416c;
}

.j-e {
	-ms-flex-pack: end !important;
	-webkit-box-pack: end !important;
	-webkit-justify-content: flex-end !important;
	justify-content: flex-end !important;
}
.pr-0 {
	padding-right: 0 !important;
}

.mr-3 {
	margin-right: .75rem !important;
}

.menu-link.active h5 {
	color: #04c8c8;
}

.aside-primary .nav .nav-link.btn-icon {
	flex: 0 0 calc(1.5em + 1.5rem + 2px);
	width: calc(1.5em + 1.5rem + 2px);
	min-width: calc(1.5em + 1.5rem + 2px);
}

.aside-primary .nav .nav-link.btn-icon .svg-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 0 !important;
	width: 2.5rem;
	min-width: 2.5rem;
}

@media (min-width: 992px) {
	.aside-primary .hover-scroll-y {
		overflow-y: scroll;
		border-right: 0;
		margin-right: 0;
		scrollbar-gutter: stable;
	}

	.aside-primary .hover-scroll-y::-webkit-scrollbar-thumb {
		background-color: transparent;
	}

	.aside-primary .hover-scroll-y:hover::-webkit-scrollbar-thumb {
		background-color: #e9edf1;
	}
}

.text-right {
	text-align: right !important;
}

.showing-counter {
	padding: 10px 20px;
	background: #fff;
	border: 0;
	box-shadow: 0 10px 35px 0 rgba(56,71,109,.075);
	border-radius: .85rem;
}

table table {
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
}

#importMulti {
	display: none;
}

.loading.table-loader {
	z-index: 10;
}

.df, .df-m {
	display: -ms-flexbox !important;
	display: -webkit-box !important;
	display: -webkit-flex !important;
	display: flex !important;
}

.dfw {
	display: -ms-flexbox !important;
	display: -webkit-box !important;
	display: -webkit-flex !important;
	display: flex !important;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
}

.dfc {
	display: -ms-flexbox !important;
	display: -webkit-box !important;
	display: -webkit-flex !important;
	display: flex !important;
	flex-direction: column;
	-ms-flex-direction: column;
}

.a-c {
	align-items: center;
}

[data-kt-sticky-header="on"] #kt_header_container .btn_only_sticky {
	display: block;
}

#kt_header_container .btn_only_sticky {
	display: none;
}

#importMulti.active {
	display:inherit;
}

.edit-title {
	display: none;
}

.top-minus-10 {
	top: -10px
}

.left-minus-10 {
	left: -10px;
}

.left-0 {
	left: 0;
}

.left-10 {
	left: 10px;
}

.right-10 {
	right: 10px;
}

.z-index-99 {
	z-index: 99;
}
.z-index-top {
	z-index: 9999999;
}

.pl-0 {
	padding-left: 0 !important;
}

.photos-border.selected img {
	border: 3px solid red !important;
}

/*TABLE ORDERING*/
th[data-ordering="true"] {
	cursor: pointer;
}

th[data-ordering="true"]:after {
	content: "\f0dc";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-left: 5px;
	color: #B4B4B4;
}

th[data-ordering="true"][data-active-ordering="true"]:after {
	color: inherit;
}

th[data-ordering="true"][data-order-type="asc"]:after {
	content: "\f0de";
}
th[data-ordering="true"][data-order-type="desc"]:after {
	content: "\f0dd";
}

.monthly-articles-tag {
	width: max-content;
	padding: 12px 12px;
	background-color: #f3f4f6;
	border-radius: 6px;
	font-size: 14px;
	color: #374151;
	font-weight: 500;
	margin-bottom: 5px;
}

.post-calendar-legend {
	display: flex;
	flex-direction: column;
	gap: 6px;
	width: max-content;
	padding: 12px;
	background-color: #f3f4f6;
	border-radius: 6px;
	font-size: 13px;
	color: #374151;
}

.post-calendar-legend-title {
	font-weight: 600;
}

.post-calendar-legend-item {
	display: flex;
	align-items: center;
	gap: 8px;
}

.post-calendar-legend-swatch {
	display: inline-block;
	width: 16px;
	height: 16px;
	border-radius: 3px;
	border: 1px solid rgba(0, 0, 0, 0.12);
}

.calendar-inline-fix .flatpickr-calendar {
	border: 0;
	box-shadow: none;
}

	/*TABLE ORDERING FINISH*/

.c_callender-header {
	display: flex;
	justify-content: space-around;
}

.c_callender-header .name-month {
	display: flex;
	flex-grow: 1;
	justify-content: center;
}

.c_callender {
	display: flex;
	overflow: auto;
	flex-direction: column;
}

.c_callender_row {
	display: flex;
	flex-direction: row;
	min-width: 100px;
}

.c_callendar_cell {
	display: flex;
	flex-direction: row;
	min-height: 40px;
	min-width: 40px;
	border: 1px solid #f0f0f0;
	border-collapse: collapse;
	padding: 10px;

}

.row-header {
	min-width: 175px;
	flex-grow: 1;
}

.fw-900 {
	font-weight: 900 !important;
}

.c_callendar_new_articles {
	display: none;
	position: absolute;
	background: #efefef;
	border-radius: .475rem;
	bottom: 0;
	width: 200px;
	z-index: 2;
	right: -200px;
}

[data-kt-visible="on"].c_callendar_new_articles {
	display: block;
}

.ribbon.ribbon-triangle.ribbon-bottom-end.ribbon-half {
	bottom: 0;
	right: 0;
	width: 2rem;
	height: 2rem;
	border-bottom: solid 1rem red;
	border-right: solid 1rem red;
	border-left: solid 1rem transparent !important;
	border-top: solid 1rem transparent !important;
}

.pl-2px {
	padding-left: 2px;
}

.sticky-footer.sticky-active .sticky-element {
	position: fixed;
	bottom: 0;
	background-color: #fff;
	z-index: 1;
	padding: 20px 0;
}

.url--btn {
	align-items: end;
	display: flex;
	justify-content: end;
}

.sticky-top-10 {
	position: sticky;
	top: 10px;
}
.sticky-top-80 {
	position: sticky;
	top: 80px;
}

.display-inline-block {
	display: inline-block;
}

[data-kt-scrolltop="on"] .c_callender_header_row {
	position: sticky;
	top: 64px;
	background: #fff;
	z-index: 2;
}


.number-indicator {
	position: absolute;
	bottom: -20px;
	right: 0;
	border-radius: .475rem;
	color: #fff;
	padding: 3px 8px;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 0.3px;
}

.project-menu-button-container {
	position: absolute;
	right: 0;
	top: 0;
	display: flex;
	flex-direction: column;
	gap: 1px;
}

.project-menu-button-container > a {
	max-height: 17px;
	max-width: 17px;
}

.project-menu-button-container > a > i {
	font-size: 9px;
}
.project-menu-button-container > a .svg-icon.svg-icon-2x svg {
	height: 12px !important;
	width: 12px !important;
}
.right-50 {
	right: 50px; !important;
}

.tabs > .tab {
	text-align: center;
	margin-bottom: 10px;
	border-radius: calc(.85rem - 1px) calc(.85rem - 1px) 0 0;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--bs-gray-400) !important;
	border: none;
	background: var(--bs-gray-200);
	padding: 5px;
}

.tabs > .tab.active-tab {
	background: var(--bs-light-primary);
	color: var(--bs-gray-900) !important;
}


.sticky-cell {
	position:sticky;
	left:0;
	z-index:1;
	background-color:white !important;
}

.mr-5-px {
	margin-right: 5px;
}

.buttons-segment > * {
	float: left;
	margin: 2px;
}

th.sticky-cell {
	background-color:#fafbfc !important;
}

tr.tr-bg td.sticky-cell {
	background-color:inherit !important;
}

table.table thead tr th {
	text-transform: uppercase;
	font-size: 12px;
}

.has-button {
	font-weight: 800;

	font-size: 15px;
}



.floating-section {
	position: relative;
	/*background-color: #f8f8f8;*/
	min-width: 120px;
	/*text-align: center;*/
}

.floating-content {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	/*background-color: #f0f0f0;*/
	padding: 8px;
	font-weight: bold;
	/*box-shadow: 0 1px 3px rgba(0,0,0,0.2);*/
	box-sizing: border-box;
}

.w-540px {
	width: 540px;
}

.mr-10 {
	margin-right: 10px;
}

.buttons-segment > * {
	float: right;
}

table tr td a {
	word-break: break-all;
}

.dot {
	height: 10px;
	width: 10px;
	border-radius: 50%;
	display: inline-block;
	margin-right: 6px;
}

.green {
	background-color: #28a745;
}

.red {
	background-color: #dc3545;
}

.break-anywhere {
	word-wrap: anywhere;
}

.number-bubble {
	background: var(--bs-primary);
	color: white;
	border-radius: 50%;
	font-size: 10px;
	height: 20px;
	width: 20px;
	padding: 2.5px;
	position: absolute;
	top: 0;
	right: 0;
}

.header-action-toggle,
.notification-toggle {
	min-width: 40px;
}

.header-action-toggle:hover i,
.header-action-toggle:focus i {
	color: var(--bs-primary) !important;
}

.notification-bubble {
	align-items: center;
	background: var(--bs-danger);
	border: 2px solid var(--bs-body-bg);
	display: inline-flex;
	font-size: 10px;
	font-weight: 700;
	height: 18px;
	justify-content: center;
	line-height: 1;
	min-width: 18px;
	padding: 10px 5px;
	right: -5px;
	top: -5px;
	width: auto;
	z-index: 1;
}

.notification-center-body {
	background: var(--bs-gray-100);
	padding: 1.25rem;
}

.notifications-body {
	display: flex;
	flex-direction: column;
	gap: .85rem;
}

.notification-item {
	align-items: flex-start;
	background: var(--bs-body-bg);
	border: 1px solid var(--bs-gray-200);
	border-radius: .65rem;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .03);
	display: flex;
	gap: 1rem;
	padding: 1rem;
	transition: border-color .15s ease, box-shadow .15s ease;
}

.notification-item:hover {
	border-color: var(--bs-primary);
	box-shadow: 0 6px 18px rgba(0, 0, 0, .06);
}

.notification-item-icon {
	flex: 0 0 40px;
}

.notification-item-content {
	min-width: 0;
	width: 100%;
}

.transactions-drawer-body {
	background: var(--bs-gray-100);
	padding: 1.25rem;
}

.transactions-drawer-scroll {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.transactions-topup-card,
.transactions-reservations {
	background: var(--bs-body-bg);
	border: 1px solid var(--bs-gray-200);
	border-radius: .65rem;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .03);
	padding: 1rem;
}

.transaction-reservation-item {
	align-items: flex-start;
	border: 1px solid var(--bs-gray-200);
	border-radius: .65rem;
	display: flex;
	gap: .85rem;
	padding: .9rem;
	transition: border-color .15s ease, box-shadow .15s ease;
}

.transaction-reservation-item + .transaction-reservation-item {
	margin-top: .75rem;
}

.transaction-reservation-item:hover {
	border-color: var(--bs-primary);
	box-shadow: 0 6px 18px rgba(0, 0, 0, .06);
}

.transaction-reservation-icon {
	flex: 0 0 40px;
}

.transaction-reservation-content {
	min-width: 0;
	width: 100%;
}

.transactions-empty {
	border: 1px dashed var(--bs-gray-300);
	border-radius: .65rem;
	padding: 1.5rem 1rem;
}

@media (max-width: 575.98px) {
	.notification-center-body {
		padding: 1rem;
	}

	.notification-item {
		gap: .75rem;
		padding: .85rem;
	}

	.transactions-drawer-body {
		padding: 1rem;
	}

	.transactions-topup-card,
	.transactions-reservations {
		padding: .85rem;
	}
}

.status-dot {
	display: inline-block;
	width: 10px;
	height: 10px;
	background: #2ecc71;       /* green */
	border-radius: 50%;
}

@media screen and (max-width: 1200px) {
   
}

@media screen and (max-width: 991px) {
	.g-recaptcha{
        transform:scale(0.77);
        -webkit-transform:scale(0.77);
        transform-origin:0 0;
        -webkit-transform-origin:0 0;
    }
}

@media screen and (max-width: 767px) {
	/* Keep table column controls as compact icon buttons on phones. */
	.columns-toggle {
		align-items: center;
		display: inline-flex;
		height: 40px;
		justify-content: center;
		min-width: 40px;
		padding: 0;
		width: 40px;
	}

	.columns-toggle > span {
		display: none;
	}

	/* Price-check detail: search has its own row; controls stay compact below it. */
	.pcheck-edit-actions {
		display: grid;
		gap: .5rem;
		grid-template-columns: minmax(0, 1fr) auto;
		margin-left: 0;
		margin-right: 0;
	}

	.pcheck-edit-actions > .col-md-6 {
		grid-column: 1 / -1;
		grid-row: 1;
		margin: 0 !important;
		padding: 0;
		width: 100%;
	}

	.pcheck-edit-actions > .col-md-3:first-child {
		align-items: center;
		display: flex;
		flex-wrap: nowrap;
		grid-column: 1;
		grid-row: 2;
		margin: 0 !important;
		min-width: 0;
		padding: 0;
		width: auto;
	}

	.pcheck-edit-actions > .col-md-3:last-child {
		align-items: center;
		display: flex;
		flex: 0 0 auto;
		grid-column: 2;
		grid-row: 2;
		margin: 0 !important;
		padding: 0;
		width: auto;
	}

	.pcheck-edit-actions > .col-md-3:last-child .w-100px {
		flex: 0 0 64px;
		width: 64px !important;
	}

	/* Price-check list: keep the create action and page-size control together. */
	.pcheck-list-actions {
		align-items: center;
		flex-wrap: nowrap;
		margin-left: 0;
		margin-right: 0;
	}

	.pcheck-list-actions > .col-md-10 {
		align-items: center;
		display: flex;
		flex: 1 1 auto;
		margin-bottom: .75rem !important;
		min-width: 0;
		padding-right: .5rem;
		width: auto;
	}

	.pcheck-list-actions > .col-md-2 {
		align-items: center;
		display: flex;
		flex: 0 0 64px;
		margin-bottom: .75rem !important;
		padding: 0;
		width: 64px;
	}

	.pcheck-list-actions > .col-md-2 .input-group {
		width: 64px;
	}

	.w-sm-95 {
		width: 95% !important;
	}

	.df-m {
		display: inherit !important;
	}
	.buttons-segment > * > * {
		float: right;
		margin-bottom: 5px;
	}
}

@media screen and (max-width: 480px) {
	
}

#article_history_check_in img {
	max-width: 100%;
}

/* Keep price-check controls compact on phones and narrow tablets as well. */
@media screen and (max-width: 991px) {
	/* Position trend: engine above, actions left and Columns fixed on the right. */
	.project-trend-actions {
		display: grid;
		gap: .75rem .5rem;
		grid-template-columns: minmax(0, 1fr) 40px;
		margin-left: 0;
		margin-right: 0;
	}

	.project-trend-actions > .col-md-2:first-child {
		grid-column: 1 / -1;
		grid-row: 1;
		margin: 0 !important;
		padding: 0;
		width: 100%;
	}

	.project-trend-actions > .col-md-8 {
		align-items: center;
		display: flex;
		flex-wrap: nowrap;
		grid-column: 1;
		grid-row: 2;
		margin: 0 !important;
		min-width: 0;
		padding: 0;
		width: auto;
	}

	.project-trend-actions > .col-md-2:last-child {
		align-items: center;
		display: flex;
		grid-column: 2;
		grid-row: 2;
		margin: 0 !important;
		padding: 0;
		width: 40px;
	}

	.project-trend-actions > .col-md-2:last-child .columns-toggle {
		margin: 0;
	}

	/* Competitor: selector first, then actions left and Columns fixed at the right. */
	.project-competitor-actions {
		display: grid;
		gap: .75rem .5rem;
		grid-template-columns: minmax(0, 1fr) 40px;
		margin-left: 0;
		margin-right: 0;
	}

	.project-competitor-actions > .col-md-2:first-child {
		grid-column: 1 / -1;
		grid-row: 1;
		margin: 0 !important;
		padding: 0;
		width: 100%;
	}

	.project-competitor-actions > .col-md-8 {
		align-items: center;
		display: flex;
		flex-wrap: nowrap;
		grid-column: 1;
		grid-row: 2;
		margin: 0 !important;
		min-width: 0;
		padding: 0;
		width: auto;
	}

	.project-competitor-actions > .col-md-2:last-child {
		align-items: center;
		display: flex;
		grid-column: 2;
		grid-row: 2;
		margin: 0 !important;
		padding: 0;
		width: 40px;
	}

	.project-competitor-actions > .col-md-2:last-child .columns-toggle {
		margin: 0;
	}

	/* Competitor header and body are synced tables. On mobile the header must
	 * remain directly above the body, not become a separate sticky scroll panel. */
	.positions-competitor-table-header-wrap {
		background: #fff;
		overflow-x: auto;
		overflow-y: hidden;
		position: relative;
		top: auto;
		z-index: auto;
	}

	/* Project keywords: search gets a dedicated row; actions and page size share
	 * the compact row below it. This keeps the create label visible on mobile. */
	.project-keyword-actions {
		display: grid;
		gap: .75rem .5rem;
		grid-template-columns: minmax(0, 1fr) min-content;
		margin-left: 0;
		margin-right: 0;
	}

	.project-keyword-actions > .col-md-3 {
		align-items: center;
		display: flex;
		flex-wrap: nowrap;
		grid-column: 1;
		grid-row: 2;
		margin: 0 !important;
		min-width: 0;
		padding: 0;
		width: auto;
	}

	.project-keyword-actions > .col-md-9,
	.project-keyword-actions > .col-md-9 > .row {
		display: contents;
	}

	.project-keyword-actions > .col-md-9 .col:first-child {
		grid-column: 1 / -1;
		grid-row: 1;
		margin: 0 !important;
		min-width: 0;
		padding: 0;
		width: 100%;
	}

	.project-keyword-actions > .col-md-9 .col:last-child {
		grid-column: 2;
		grid-row: 2;
		margin: 0 !important;
		padding: 0;
		width: min-content;
	}

	.project-keyword-actions > .col-md-9 .col:last-child .input-group,
	.project-keyword-actions > .col-md-9 .col:last-child .form-select {
		min-width: 64px;
		width: 64px;
	}

	/* PBN domains: keep every table action in one compact mobile row. */
	.pbn-domain-actions {
		align-items: center;
		display: grid;
		gap: .5rem;
		grid-template-columns: minmax(0, 1fr) min-content;
		margin-left: 0;
		margin-right: 0;
	}

	.pbn-domain-actions > .col-md-4 {
		align-items: center;
		display: flex;
		flex-wrap: nowrap;
		gap: .5rem;
		margin: 0 !important;
		min-width: 0;
		padding: 0;
		width: auto;
	}

	.pbn-domain-actions > .col-md-5 {
		display: none;
	}

	.pbn-domain-actions > .col-md-3 {
		align-items: center;
		display: flex;
		flex-wrap: nowrap;
		gap: .5rem;
		justify-content: flex-end;
		margin: 0 !important;
		padding: 0;
		width: min-content;
	}

	.pbn-domain-actions > .col-md-3 .w-100px,
	.pbn-domain-actions > .col-md-3 .w-100px .form-select {
		width: 64px !important;
	}

	.pbn-domain-actions .more-actions-button {
		order: -1;
	}

	/* PBN hosting follows the same compact action row as domains. */
	.pbn-hosting-actions {
		align-items: center;
		display: grid;
		gap: .5rem;
		grid-template-columns: minmax(0, 1fr) min-content;
		margin-left: 0;
		margin-right: 0;
	}

	.pbn-hosting-actions > .col-md-4 {
		align-items: center;
		display: flex;
		flex-wrap: nowrap;
		margin: 0 !important;
		min-width: 0;
		padding: 0;
		width: auto;
	}

	.pbn-hosting-actions > .col-md-5 {
		display: none;
	}

	.pbn-hosting-actions > .col-md-3 {
		align-items: center;
		display: flex;
		flex-wrap: nowrap;
		gap: .5rem;
		justify-content: flex-end;
		margin: 0 !important;
		padding: 0;
		width: min-content;
	}

	.pbn-hosting-actions > .col-md-3 .w-100px,
	.pbn-hosting-actions > .col-md-3 .w-100px .form-select {
		width: 64px !important;
	}

	/* Register queue: the action menu and page-size selector share one row. */
	.registry-register-queue-actions {
		align-items: center;
		display: grid;
		gap: .5rem;
		grid-template-columns: minmax(0, 1fr) 64px;
		margin-left: 0;
		margin-right: 0;
	}

	.registry-register-queue-actions > .col-md-2:first-child {
		align-items: center;
		display: flex;
		margin: 0 !important;
		padding: 0;
		width: auto;
	}

	.registry-register-queue-actions > .col-md-8 {
		display: none;
	}

	.registry-register-queue-actions > .col-md-2:last-child {
		align-items: center;
		display: flex;
		margin: 0 !important;
		padding: 0;
		width: 64px;
	}

	.registry-register-queue-actions > .col-md-2:last-child .input-group,
	.registry-register-queue-actions > .col-md-2:last-child .form-select {
		width: 64px;
	}

	.pcheck-edit-actions {
		margin-bottom: .75rem;
	}

	/* AI projects: keep horizontal scrolling inside the table, never on the page. */
	#kt_content_container.ai-projects-page,
	#kt_content_container.ai-projects-page .table-contents,
	#kt_content_container.ai-projects-page .card,
	#kt_content_container.ai-projects-page .table-responsive {
		max-width: 100%;
		min-width: 0;
	}

	#kt_content_container.ai-projects-page .table-responsive {
		overflow-x: auto;
		overscroll-behavior-x: contain;
	}

	/* Keep table column controls as compact icon buttons on phones and tablets. */
	.columns-toggle {
		align-items: center;
		display: inline-flex;
		height: 40px;
		justify-content: center;
		min-width: 40px;
		padding: 0;
		width: 40px;
	}

	.columns-toggle > span {
		display: none;
	}

	.pcheck-edit-actions {
		display: grid;
		gap: .5rem;
		grid-template-columns: minmax(0, 1fr) auto;
		margin-left: 0;
		margin-right: 0;
	}

	.pcheck-edit-actions > .col-md-6 {
		grid-column: 1 / -1;
		grid-row: 1;
		margin: 0 !important;
		padding: 0;
		width: 100%;
	}

	.pcheck-edit-actions > .col-md-3:first-child {
		align-items: center;
		display: flex;
		flex-wrap: nowrap;
		grid-column: 1;
		grid-row: 2;
		margin: 0 !important;
		min-width: 0;
		padding: 0;
		width: auto;
	}

	.pcheck-edit-actions > .col-md-3:last-child {
		align-items: center;
		display: flex;
		flex: 0 0 auto;
		grid-column: 2;
		grid-row: 2;
		margin: 0 !important;
		padding: 0;
		width: auto;
	}

	.pcheck-edit-actions > .col-md-3:last-child .w-100px {
		flex: 0 0 64px;
		width: 64px !important;
	}
}
