@media (min-width: 992px) {
	:root {
		--bs-app-header-height-70: 70px;
		--bs-app-header-height-60: 60px;
		--bs-app-header-height: 110px;
		--bs-app-header-height-actual: 120px;
	}

	.app-content {
		padding-bottom: 25px;
	}

	/* .app-header-menu .menu>.menu-item>.menu-link {
            width: 100px;
    } */
	.app-header-menu .menu>.menu-item>.menu-link .menu-title {
		/* font-size: 1.075rem; */
		font-size: 1rem;
	}

	/* .app-header-menu .menu>.menu-item>.menu-link .menu-icon>i {
        font-size: 2rem;
    } */
}

.menu-sub {
    font-size: 1rem;
}

.app-footer {
	place-content: end;
}

.topia_logo {
	height: 18px;
	top: -2px;
	position: relative;
}

.btn.btn-icon {
	height: calc(1em + 1.5rem + 1px);
	width: calc(1em + 1.5rem + 1px);
}

.show>.btn.btn-primary {
	background-color: var(--bs-primary) !important;
}

.btn.pulse .badge.badge-circle {
	border-radius: 50%;
	padding: 0;
	min-width: unset;
	width: 1.3rem;
	height: 1.3rem;
	font-size: 9px;
}

.animated-blink-badge {
	animation: blinker 3.5s linear infinite;
}

@keyframes blinker {
	50% {
		opacity: 0;
	}
}

.animated-refresh-icon {
	--bs-spinner-animation-speed: 2s;
	--bs-spinner-animation-name: spinner-border;
	animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
}

.modal {
	--bs-modal-header-padding: 1rem 1.75rem;
}

.adlStrategyModalShadow .modal-header,
.adlStrategyModalShadow .modal-footer {
	box-shadow: 0px 0px 20px 0px rgb(76 87 125 / 14%);
}

.toastr.toastr-info {
	background-color: var(--bs-primary);
	color: var(--bs-primary-inverse)
}

.dt-buttons button {
	background-color: unset !important;
	padding: calc(.5rem + 2px) calc(1rem + 2px) !important;
}

.stepper [data-kt-stepper-element=content].current,
.stepper [data-kt-stepper-element=info].current {
	display: block;
}

.dataTables_filter {
	display: none;
}

.dt-buttons .btn.btn-secondary i {
	color: var(--bs-text-gray-600);
}

div.dataTables_scrollBody {
	border-left: none !important;
}

.msg-header {
	padding: 0.5rem 1rem;
	color: #fff;
	border-bottom: 0px solid #ededed;
	background: var(--bs-primary);
	text-align: center;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}

.header-message-list {
	position: relative;
	height: auto;
}

.header-message-list .dropdown-item {
	padding: 1rem 1rem;
	border-bottom: 1px solid #ededed;
}

.msg-header .msg-header-title {
	font-size: 18px;
	margin-bottom: 0;
	color: #fff;
}

.msg-header .msg-header-subtitle {
	font-size: 14px;
	margin-bottom: 0;
}

.msg-name {
	font-size: 14px;
	margin-bottom: 0;
}

.msg-info {
	font-size: 13px;
	margin-bottom: 0;
}

.header-message-list a.dropdown-item:hover {
	transition: color .2s ease;
	background-color: var(--bs-menu-link-bg-color-hover);
	color: var(--bs-menu-link-color-hover);
}

.nav-link-border-width .active {
	--bs-border-width: 3px !important;
	--bs-border-opacity: 1;
	border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
	border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-primary) !important;
	padding-left: 20px !important;
}

.table>thead {
	font-weight: 600 !important;
	font-size: 1.075rem !important;
}

div.dt-buttons {
	float: right;
	margin-bottom: 10px;
}

div.dt-buttons .btn {
	border: 1px solid !important;
	padding: 7px 10px !important;
	font-size: 12px;
}

.attachfiles:hover {
	color: green;
	padding: 6px;
	margin: 5px;
}

.priority-low {
/* 	background-color: #ffff00 !important; */
	background-color: #18c4fd7d !important;
}

.priority-medium {
	background-color: #ffc234bd !important;
}

.priority-high {
/* 	color: white !important; */
/* 	background-color: #f828598a !important; */
	background-color: #f8285996 !important;
}

/* .priority-high .btn.btn-light-danger i {
	color: white !important;
} */

/* .priority-high td a {
	color: white !important;
	background-color: #e74c3c !important;
} */

.not-set {
	color: lightcoral !important;
	font-size: 12px !important;
	font-style: italic !important;
}

.hide {
	display: none !important;
}

