
.btn-set {
    display: flex;
}

.btn-tab {
    padding: 1rem 1.5rem;
    min-width: 120px;
    border: 1px #d9d9d9 solid;
    border-radius: 0;
    box-shadow: none;
    background: transparent;
    color: #333;
}

.btn-tab:first-child {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.btn-tab:last-child {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.btn-tab-active {
    border-color: #3e6da5;
    background: #3e6da510;
}

.btn-tab:after {
    display: none;
}
