.gasTankContainer{position:fixed;bottom:52px;right:0;z-index:1000;display:flex;flex-direction:column;align-items:center;cursor:pointer;filter:drop-shadow(0 4px 8px rgba(0,0,0,.2))}.tankValve{width:21px;height:4px;background-color:#7f8c8d;border-top-left-radius:5px;border-top-right-radius:5px}.tankBody{width:42px;height:120px;background-color:#ecf0f1;border:4px solid #7f8c8d;border-radius:10px;position:relative;overflow:hidden;display:flex;flex-direction:column-reverse}.tankFill{width:100%;background:linear-gradient(180deg,#3498db,#2980b9);transition:height .1s linear}.tankBase{width:62px;height:8px}