#Sync {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding-top: 25px;
	gap: 25px;
}

#Sync_Error {
    font-family: 'Montserrat', sans-serif;
	font-size: 32px;
	font-weight: 850;
	color: var(--LinkSyncify);
}

#No_Results {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 100%;
}

#NRT {
    font-family: 'Montserrat', sans-serif;
	font-size: 32px;
	font-weight: 850;
	color: var(--Search-Error-Text);
}

#NRS {
    font-family: 'Montserrat', sans-serif;
	font-size: 32px;
	font-weight: 850;
	color: var(--Search-Error-Text-Error);
}

.Full_Sync_Link {
	display: inherit;
	flex-direction: inherit;
	flex-wrap: inherit;
	justify-content: inherit;
	align-items: inherit;
	gap: inherit;
	color: inherit;
	text-decoration: none !important;
}

.Full_Sync_Link:hover {
	cursor: pointer;
}