#fuse-splash-screen {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	z-index: 99999;
	pointer-events: none;
}

#fuse-splash-screen .center {
	display: block;
	width: 100%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

#fuse-splash-screen .logo {
	width: 128px;
	margin: 0 auto;
}

#fuse-splash-screen .logo img {
	filter: drop-shadow(0px 10px 6px rgba(0, 0, 0, 0.2))
}

#fuse-splash-screen .spinner-wrapper {
	display: block;
	position: relative;
	width: 100%;
	min-height: 100px;
	height: 100px;
}

#fuse-splash-screen .spinner-wrapper .spinner {
	position: absolute;
	overflow: hidden;
	left: 50%;
	margin-left: -50px;
	animation: outer-rotate 2.91667s linear infinite;
}

#fuse-splash-screen .spinner-wrapper .spinner .inner {
	width: 100px;
	height: 100px;
	position: relative;
	animation: sporadic-rotate 5.25s cubic-bezier(0.35, 0, 0.25, 1) infinite;
}

#fuse-splash-screen .spinner-wrapper .spinner .inner .gap {
	position: absolute;
	left: 49px;
	right: 49px;
	top: 0;
	bottom: 0;
	border-top: 10px solid;
	box-sizing: border-box;
}

#fuse-splash-screen .spinner-wrapper .spinner .inner .left,
#fuse-splash-screen .spinner-wrapper .spinner .inner .right {
	position: absolute;
	top: 0;
	height: 100px;
	width: 50px;
	overflow: hidden;
}

#fuse-splash-screen .spinner-wrapper .spinner .inner .left .half-circle,
#fuse-splash-screen .spinner-wrapper .spinner .inner .right .half-circle {
	position: absolute;
	top: 0;
	width: 100px;
	height: 100px;
	box-sizing: border-box;
	border: 10px solid #4285F4;
	border-bottom-color: transparent;
	border-radius: 50%;
}

#fuse-splash-screen .spinner-wrapper .spinner .inner .left {
	left: 0;
}

#fuse-splash-screen .spinner-wrapper .spinner .inner .left .half-circle {
	left: 0;
	border-right-color: transparent;
	animation: left-wobble 1.3125s cubic-bezier(0.35, 0, 0.25, 1) infinite;
	-webkit-animation: left-wobble 1.3125s cubic-bezier(0.35, 0, 0.25, 1) infinite;
}

#fuse-splash-screen .spinner-wrapper .spinner .inner .right {
	right: 0;
}

#fuse-splash-screen .spinner-wrapper .spinner .inner .right .half-circle {
	right: 0;
	border-left-color: transparent;
	animation: right-wobble 1.3125s cubic-bezier(0.35, 0, 0.25, 1) infinite;
	-webkit-animation: right-wobble 1.3125s cubic-bezier(0.35, 0, 0.25, 1) infinite;
}

@keyframes outer-rotate {
	0% {
		transform: rotate(0deg) scale(0.5);
	}
	100% {
		transform: rotate(360deg) scale(0.5);
	}
}

@keyframes left-wobble {
	0%, 100% {
		transform: rotate(130deg);
	}
	50% {
		transform: rotate(-5deg);
	}
}

@keyframes right-wobble {
	0%, 100% {
		transform: rotate(-130deg);
	}
	50% {
		transform: rotate(5deg);
	}
}

@keyframes sporadic-rotate {
	12.5% {
		transform: rotate(135deg);
	}
	25% {
		transform: rotate(270deg);
	}
	37.5% {
		transform: rotate(405deg);
	}
	50% {
		transform: rotate(540deg);
	}
	62.5% {
		transform: rotate(675deg);
	}
	75% {
		transform: rotate(810deg);
	}
	87.5% {
		transform: rotate(945deg);
	}
	100% {
		transform: rotate(1080deg);
	}
}
.form-page form table td {
	padding-right: 0px !important;
}
.padding-lr-0 {
	padding-left: 0px !important;
	padding-right: 0px !important;
}
.am-input-color input {
	color: #000;
}
.cabinet-items {
	text-align: center;
}
.cabinet-items .item-content {
	cursor: pointer;
}
.file-img-icons {
	width: 32px;
	height: 32px;
}
.note-list .rst__node .rst__nodeContent {
	width: 100%;
	height: 80px;
	left: 0px !important;
}
.note-list .rst__node .rst__lineBlock {
	display: none;
}
.note-list > div > div {
	max-height: 580px;
}
.cpe {
	cursor: pointer;
}
.history-info .haction {
	font-size: 12px;
	color: #ff0000;
}
.history-info .hby {
	font-size: 12px;
	font-weight: bold;
}
.history-info .hdate {
	font-size: 12px;
	color: #4285F4;
}

.main-dashboard .page-content-container{
	background: #f2f2f2;
}

.page-content-container > div > div > .page-content-container{
	padding: 20px 35px;
}

.react-grid-item{
	border: 10px solid white;
}

.event-group-label {
	padding: 8px 0 5px;
	color: #c6c6c6;
	font-size: 24px;
	text-transform: uppercase;
	min-height: 24px;
	line-height: 100%;
	margin: 0;
	border-bottom: 1px solid #e5e5e5;
	font-weight: 700;
}
.no-event-list {
	padding: 8px 12px;
	border-left: 1px solid #cdcdcd;
	font-style: italic;
	font-size: 13px;
	margin-bottom: 0;
}
.event-list-container .event-content-header {
	border-left: 3px solid #206177;
}
.event-content-date {
	font-style: normal;
	text-transform: uppercase;
	line-height: 110%;
	font-size: 30px;
	color: #ABABAB;
	font-weight: bold;
}
.event-content-month {
	font-style: normal;
	text-transform: uppercase;
	line-height: 110%;
	font-size: 11px;
	font-weight: normal;
	display: block;
	color: #ABABAB;
}
.event-content-name {
	line-height: 120%;
	padding-bottom: 3px;
	color: #808080;
	text-transform: uppercase;
	font-size: 22px;
	display: block;
}
.event-details-i {
	margin: 0;
	padding-bottom: 8px;
	font-weight: 700;
	color: #6B6B6B;
	text-transform: uppercase;
	letter-spacing: normal;
	line-height: 100%;
	float: none;
	font-size: 18px;
	top: -2px;
	position: relative;
	padding-left: 10px;
}
.event-details-container {
	border-bottom: 1px solid #e5e5e5;
	width: 100%;
}
.notification-list-label > p > button {
	padding: 3px;
}

.company-settings-update .dropzone-browser {
	text-align: center;
}

.access-token-loader {
	margin: auto;
}

.dashboard-image-url-edit-modal {
	padding: 2rem;
	padding-top: 4rem;
}

.hot-talent-of-the-month-btn,
.hot-talent-of-the-month-btn:hover{
	background:gold!important;
	border-color:gold!important;
	color:white!important;
}

.ant-btn-background-ghost.hot-talent-of-the-month-btn,
.ant-btn-background-ghost.hot-talent-of-the-month-btn:hover{
	background:transparent!important;
	border-color:gold!important;
	color:gold!important;
}