@import url('https://fonts.googleapis.com/css2?family=Dekko:wght@400;700&display=swap');
 @import url('https://fonts.googleapis.com/css2?family=Overlock:wght@400;700&display=swap');
 @import url('https://fonts.googleapis.com/css2?family=Catamaran:wght@400;700&display=swap');
s::-webkit-scrollbar {
    display: none;
}

#statscenter {
  background-color: rgba(90, 90, 90, 0.7);
    position: fixed;
    text-align: center;
    top: 50%;
    right: -30%;
    transform: translateY(-50%);
    height: 96%;
    width: 30%;
    margin-right: 10px;
    color: white;
    border: 1px solid transparent;
    border-radius: 15px;
    transition: right 0.5s ease-in-out, visibility 0s linear 0.5s;
    z-index: 9999999;
    visibility: hidden;
    padding-left: 10px;
    padding-right: 10px;
    overflow-y: scroll;
  -webkit-backdrop-filter: blur(50px);
    backdrop-filter: blur(50px);
  font-family: Overlock;
}
#statscenter .clockyclock {
  position: relative;
}
#statscenter::-webkit-scrollbar {
  width: 10px;
  background-color: rgba(120, 120, 120);
  border-radius: 15px;
  margin-left: 10px;
}

#statscenter::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0);
  border-radius: 5px;
  margin-left: 10px;
}

#statscenter::-webkit-scrollbar-thumb:hover {
  background-color: rgba(90, 90, 90, 1);
}


#statshr {
    border: 0;
    height: 0;
    box-shadow: 0 0 10px 1px white;
}

#statscenter.open {
    right: 0;
    visibility: visible;
    transition: right 0.5s ease-in-out, visibility 0s linear;
}

#statscenter .close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

.statscenter.hidden {
    width: 0;
}

#statscenterbtn {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 30px;
    width: auto;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
    color: white;
    height: auto;
    padding-top: 6px;
    padding-bottom: 6px;
    cursor: pointer;
    user-select: none;
    z-index: 9999;
    -webkit-box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.75);
    position: fixed;
    top: 10px;
    right: 10px;
    transition: transform 0.2s ease-in-out;
}

#statscenterbtn:hover {
    transform: scale(1.1) rotate(-5deg) !important;
}

.statshr {
    color: white;
    background-color: white;
}