.main-container {
	height: 100%;
}

.loading-container {
	background: white;
	bottom: 0;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.05);
	display: none;
	height: 50px;
	position: fixed;
	right: 0;
	width: 50px;
	z-index: 10;
}

/*==============================================================
PRELOADER
==============================================================*/

.preloader-container {
	font-family: 'Open Sans', sans-serif;
	font-size: 32px;
	color: var(--color-black-1);
	z-index: 11000;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: var(--color-gray-1);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.preloader {
	background: url(../images/loading-image.gif) no-repeat center;
	height: 80px;
	margin: auto;
	position: relative;
	width: 80px;
}

.preloader-title img {
	width: 130px;
}

/*==============================================================
POPUP NOTIFICATION
==============================================================*/

.k-widget.k-notification.k-notification-info {
	background-color: var(--color-primary-3);
	border-color: var(--color-primary-3);
}

.k-widget.k-notification.k-notification-info .k-notification-wrap {
	font-size: 13px;
}

.k-widget.k-notification.k-notification-info .k-icon {
	margin-right: 5px;
}
