#global-loader {
  position: fixed;
  z-index: 50000;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  background: linear-gradient(45deg, #3498db, #e74c3c, #2ecc71);
  background-size: 200% 200%;
  animation: gradient-shift 5s ease infinite;
}
.count-down .countdown {
  border-radius: 5px;
}
.countdown span:first-child {
  font-size: 30px;
}


[data-menu-styles="light"][data-nav-layout="vertical"] 
.app-sidebar .main-sidebar-header .header-logo img {
  max-height: 36px;
	width: auto;
}
[data-menu-styles="dark"][data-nav-layout="vertical"] 
.app-sidebar .main-sidebar-header .header-logo img {
  max-height: 36px;
	width: auto;
}

.main-header-container .header-element.notifications_header_btn {
	display: none;
}


/* CUSTOM STYLE */
	html {
		--primary-rgb: 58, 88, 146 !important;
		/*
		--body-bg-rgb: 8, 78, 115 !important;
		--body-bg-rgb2: 22 ,92 ,129 !important;
		--light-rgb: 13, 86, 120 !important;
		--form-control-bg: rgb(13, 86, 120) !important;
		--input-border: rgba(255,255,255,0.1) !important;
		*/
	}
	