/* Firefox */
html {
  scrollbar-color: gold rgb(84, 76, 0);
  /*scrollbar-width: thin;*/
}

/* WebKit and Chromiums */
::-webkit-scrollbar {
  width: 15px;
  height: 15px;
  background-color: rgb(84, 76, 0);
}

::-webkit-scrollbar-thumb {
  background: gold;
  /*border-radius: 3px;*/
}

body {
  overflow-x: hidden;
}

.cookie-time {
  position: fixed;
  bottom: 100px;
  right: 15px;
  /*background-color: #fff;
  padding: 7px;*/
  color: #00000000;
  border-top-left-radius: 28px;
  border-top-right-radius: 28px;
  border-bottom-right-radius: 28px;
  border-bottom-left-radius: 28px;
  box-shadow: 0 3px 5px rgba(60, 8, 204, 0.034);
  cursor: pointer;
  transition: box-shadow 0.3s ease;
  width: 56px;
  height: 56px;
  background: url('chiave.webp') center/cover; /*da sostituire*/
  z-index: 99999;
}

.cookie-time:hover {
  box-shadow: 0 4px 10px rgba(18, 3, 236, 0.5);
}

.cookie-time {
  bottom: 90px;
}