/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Hanlding Updates
-----------------------------------------------------------------*/

body::-webkit-scrollbar {
	width: .75em;
  }
   
  body::-webkit-scrollbar-track {
	box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	background-color: black;
	border-radius: 100vw;
	/* margin-block: .5em;     */
	
  }
   
  body::-webkit-scrollbar-thumb {
	/* background-color: rgb(84, 84, 84); */
	background: linear-gradient(rgb(20, 20, 20), #0dcaf0);
	/* outline: 1px solid rgb(77, 77, 77); */
	border: rgba(0, 0, 0) .1em solid;
	border-radius: 100vw;
   
  
  }


.progress-bar {
	width: 0;
	transition: width 1s ease-out;
}

.logo img{
	width: 75px;
}