﻿.hash-button-group{position:relative;background-color:#3a3a3a;overflow:hidden;width:100%;border-radius:1.3125rem}.hash-button-group .button-group-item{background:transparent;position:relative;z-index:2;height:2.625rem;border-radius:1.3125rem;transition-property:background,opacity,color;transition-duration:.3s;box-sizing:border-box;font-size:1rem;color:rgba(255,255,255,.7)}.hash-button-group .button-group-item.actived{color:#101010;font-weight:500}.hash-button-group .button-group-item:hover:not(.actived){background-color:#505050}.hash-button-group .hash-button-active-bg{position:absolute;background:#9FE242;height:2.625rem;border-radius:1.3125rem;transition-property:background,opacity,transform;transition-duration:.3s;box-sizing:border-box}@media (max-width:576px){.hash-button-group .button-group-item{height:1.75rem;font-size:.875rem}.hash-button-group .hash-button-active-bg{height:1.75rem}}