/*
	Theme Name: Hello Elementor Child
	Version: 2.8.1
    Description: A plain-vanilla & lightweight theme for Elementor page builder
	Author: ecompilot
	template: hello-elementor
*/

html {
  --scrollbarBG: #CFD8DC;
  --thumbBG: #1251FE;
}

#iconMedia{
	transition: 0.3s;
}
.hidden{
	display:none;
	transition: 0.3s;
}

body::-webkit-scrollbar {
  width: 11px;
}
body::-webkit-scrollbar-track {
  background: var(--scrollbarBG);
}
body::-webkit-scrollbar-thumb {
  background-color: var(--thumbBG) ;
  border-radius: 6px;
  border: 3px solid var(--scrollbarBG);
}