.scrollbar-light-blue::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
background-color: #1F4585;
border-radius: 10px; }
.scrollbar-light-blue::-webkit-scrollbar {
width: 12px;
background-color: #1F4585; }
.scrollbar-light-blue::-webkit-scrollbar-thumb {
border-radius: 10px;
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
background-color: #1F4585; }
* {
  scrollbar-width: thin;
  scrollbar-color: #1F4585 #EEE;
}
*::-webkit-scrollbar {
  width: 12px;
}
*::-webkit-scrollbar-track {
  background:#EEE;
}
*::-webkit-scrollbar-thumb {
  background-color: #1F4585;
  border-radius: 20px;
  border: 3px solid #EEE;
}

.rare-wind-gradient {
background-image: linear-gradient(to top, #D3DFEB 0%, #D3DFEB 100%);
}
