.WUITab {
    background-color: transparent;
    border-left: solid 0.13rem;
    border-top: solid 0.13rem;
    border-bottom: solid 0.13rem;
    border-right: solid 0.13rem;
    border-radius: 0.25rem;
    border-color: var(--palette-divider);
    overflow: hidden;
}

.WUITabControl {
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: none !important;
    background-color: var(--palette-background-default);
    box-sizing: border-box;
    font-weight: normal;
    text-align: center;
    cursor: default;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 0px !important;
}

.WUITabControlActive {
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: solid 2px var(--palette-primary-dark) !important;
    background-color: var(--palette-divider);
    box-sizing: border-box;
    font-weight: bold;
    text-align: center;
    cursor: default;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 0px !important;
}

.WUITabContainer-horizontal {
    border-top: solid 1px var(--palette-divider);
}

.WUITabControlActive_VL {
    border-top: none !important;
    border-right: none !important;
    border-left: solid 2px var(--palette-primary-dark) !important;
    border-bottom: none !important;
    background-color: var(--palette-divider);
    box-sizing: border-box;
    font-weight: bold;
    text-align: center;
    cursor: default;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 0px !important;
}

.WUITabControlActiveIcon_VL {
    border-top: none !important;
    border-right: none !important;
    border-left: solid 2px var(--palette-primary-dark) !important;
    border-bottom: none !important;
    background-color: var(--palette-divider);
    box-sizing: border-box;
    font-weight: bold;
    text-align: center;
    cursor: default;
    border-radius: 0px !important;
}

.WUITabContainer-vertical {
    border-left: solid 1px var(--palette-divider);
}
