/*

   Title: Back to Top
   Author: QBIT
   Date: 09/03/2024

   File path: ../../../../uploads/

*/

/* Back to top styles */
.top { 
	width: 45px; 
	height: 45px; 
	position: fixed; 
	border-radius: 100px; 
	bottom: 0; 
	left: 50%; 
	transform: translate(-50%, -50%);
	display: none;
	background: rgba(255, 255, 255, 0.5) url('../../../../uploads/svg/top.svg') center center / 20px no-repeat; 
	cursor: pointer;
}

/* Media queries */
@media (max-width: 64em) 
{

	/* Back to top styles */

}