/* Start custom CSS */html, body {

max-width: 100%;

overflow-x: hidden;

}

::-webkit-scrollbar {

width: 3px;

}

::-webkit-scrollbar-track {

background: #000000;

}

::-webkit-scrollbar-thumb {

-webkit-border-radius: 3px;

border-radius: 3px;

background: linear-gradient(180deg, #00EBAE, #00EBAE);

}

::-webkit-scrollbar-thumb:hover {

-webkit-border-radius: 3px;

border-radius: 3px;

background: linear-gradient(0deg, #FF7373, #FF0000);

}

html{
cursor:url('https://agenciaupwise.com/wp-content/uploads/2025/02/Icone-Mouse.svg'), auto;
}/* End custom CSS */