.m-tab { display: flex; justify-content: center; align-items: center; flex: 1 0 auto; font-size: 14px; cursor: pointer; user-select: none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0);}.m-tab__content { display: flex; justify-content: center; align-items: center; width: 98%; height: 98%; padding: 0 12px; border-radius: 4px; transition: all 0.25s;}.m-tab--vertical-margin { margin: 6px 0;}.m-tab--horizontal-margin { margin: 0 6px;}.m-tab--clear-margin-left { margin-left: 0;}.m-tab--clear-margin-top { margin-top: 0;}.m-tab--clear-margin-bottom { margin-bottom: 0;}.m-tab--clear-margin-right { margin-right: 0;}.m-tab--active { color: #fff; background: #5e72e4; box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);}.m-tab--inactive { color: #5e72e4; background: #fff; box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);}.m-tab--disabled { color: #aaa; background: #e0e0e0; cursor: not-allowed;}.m-tab--horizontal { flex-direction: row;}.m-tab--vertical { flex-direction: column;}