.tabSwitcher{width:100%;display:flex;margin-bottom:3rem;justify-content:center;align-items:center}.tabSwitcher .tabSwitcherInnerWRapper{padding:5px 8px;border:1px solid #00a65f;border-radius:25px;display:flex}.tabSwitcher .tabSwitcherInnerWRapper .tab{padding:10px 45px;font-size:14px;cursor:pointer;color:#00a65f;font-weight:600}.tabSwitcher .tabSwitcherInnerWRapper .tab.selected{box-shadow:5px 5px 15px rgba(0,0,0,.2);color:#fff;background-color:#00a65f;cursor:unset;border-radius:25px}