.tabs{margin-bottom:20px;width:100%}.tabsList{display:flex;list-style-type:none;margin:0;padding:4px 4px 0}.tab{background-color:#e7e7e7;border-top-left-radius:5px;border-top-right-radius:5px;color:#9f9f9f;cursor:pointer;font-weight:700;margin-left:.5em;margin-right:.2em;padding:.5rem 1rem;position:relative;-webkit-user-select:none;user-select:none}.tab:hover,.tabSelected{color:#00a18f}.tabSelected{background-color:#fff}.tabSelected :before,:after{bottom:-1px;content:" ";height:6px;position:absolute;width:6px}.tabSelected :before{border-bottom-right-radius:6px;border-width:0 1px 1px 0;box-shadow:2px 2px 0 #fff;left:-6px}.tabSelected :after{border-bottom-left-radius:6px;border-width:0 0 1px 1px;box-shadow:-2px 2px 0 #fff;right:-6px}.tabPanel{background-color:#fff;border-radius:5px;display:none;padding:0 2rem 2rem}.panelSelected{display:block}