.print-list-button {
	position: absolute;
	right: 50px;
	top: 6px;
	color: #647380;
}

.partner-identifier-element {
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
	height: 80px;
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 2000;
	background: white;
}

@media screen and (max-width: 1199px) {
	html:not(.layout--guest) .partner-identifier-element {
		top: 65px;
	}
}

.platform-type--partner .site-menubar {
	height: calc(100% - 80px) !important;
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(1turn);
	}
}

button[disabled] i.bi-loader {
	animation: spin 1s linear infinite;
	scale: 1.3;
	margin-left: 6px;
}

button:not([disabled]) i.bi-loader {
	display: none;
}
