@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap);.gauge-wrap{margin-bottom:10px;margin-left:auto;margin-right:auto;max-width:345px;position:relative;width:100%}.needle{bottom:0;position:absolute;-webkit-transform:translate(50%);transform:translate(50%);-webkit-transform-origin:bottom;transform-origin:bottom;width:32px}.needle-low{-webkit-animation:moveLow 3.5s;-webkit-animation-fill-mode:forwards;right:43%}.needle-medium{-webkit-animation:moveMedium 3.5s;-webkit-animation-fill-mode:forwards;right:43%}.needle-high{-webkit-animation:moveHigh 3.5s;-webkit-animation-fill-mode:forwards;right:50%}@-webkit-keyframes moveLow{0%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}to{-webkit-transform:rotate(-60deg);transform:rotate(-60deg)}}@-webkit-keyframes moveMedium{0%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}to{-webkit-transform:rotate(0);transform:rotate(0)}}@-webkit-keyframes moveHigh{0%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}to{-webkit-transform:rotate(75deg);transform:rotate(75deg)}}.scrollbarBox{background-color:#fff;border-radius:5px;box-shadow:0 7px 27px 0 rgba(0,0,0,.102);box-sizing:border-box;height:214px;overflow-y:scroll;padding:12px 24px;scrollbar-color:#21558f #eaeaea;scrollbar-width:thin}.scrollbarBox::-webkit-scrollbar{height:10px;width:10px}.scrollbarBox::-webkit-scrollbar-track{background-color:#eaeaea;border-radius:5px}.scrollbarBox::-webkit-scrollbar-track:active,.scrollbarBox::-webkit-scrollbar-track:hover{background-color:#b8c0c2}.scrollbarBox::-webkit-scrollbar-thumb{background-color:#21558f;border-radius:3px}.scrollbarBox::-webkit-scrollbar-thumb:active,.scrollbarBox::-webkit-scrollbar-thumb:hover{background-color:#21558f}@media only screen and (max-width:768px){.gauge-wrap img.meter{width:100%}.needle{width:40px}.needle-low{right:40%}.needle-high{right:53%}}@media only screen and (max-width:375px){.needle{width:28px}}