﻿.saTabs {
    width: 100%;
}

.saTabs__saTab {
    font-size: 17px;
    font-weight: 600;
    cursor: pointer;
    padding: 10px 20px;
    margin: 0px;
    background: #ddd;
    display: inline-block;
    color: var(--grey);
    border-radius: 4px;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

.saTabs__saTab--active {
    background: #fff;
}

.saPanels {
    background: var(--white);
    min-height: 500px;
    width: 100%;
    border-radius: 3px;
    overflow: hidden;
    padding: 20px;
    border: 1px solid #ccc;
    border-top: none;
    margin-top: -1px;
}

.saPanels__saPanel {
    display: none;
}
