﻿.TabWrapper,
.TabWrapper .tabs {
    height: 100%;
}

.TabWrapper {
    width: 500px;
}

.TabWrapper .tabs {
    display: flex;
    flex-direction: column;
}

.TabWrapper .tab-content {
    overflow-y: auto;
}

.TabWrapper .tabs .nav-item {
    width: 50%;
}

.TabWrapper-popover {
    background-color: #4c5057;
    border: 1px solid rgb(255 255 255 / 20%);
    color: white;
}

.TabWrapper-popover .arrow::before {
    border-bottom-color: rgb(255 255 255 / 25%);
    border-top-color: rgb(255 255 255 / 25%);
}

.TabWrapper-popover .arrow::after {
    border-bottom-color: #4c5057;
    border-top-color: #4c5057;
}

.TabWrapper-popover .popover-body {
    color: inherit;
}

/* This is so the tab hover highlight is not covered by the donut's white background */
.TabWrapper .d-tabs .nav-item .nav-link:not(.active) .PercentageDonutChart {
    background-color: rgb(0 0 0 / 0%);
}

.d-tabs {
    border-color: lightgray;
    border-left-width: 1px;
    border-right-width: 1px;
    border-style: solid;
    border-top: 0;
}

.selection-tab {
    border-color: lightgray;
    border-left-width: 1px;
    border-right-width: 1px;
    border-style: solid;
    border-top: 0;
    border-bottom-width: 1px;
}

.warning-list {
    list-style: none;
    margin-left: 0;
    padding-left: 2em;
    text-indent: -1em;
}
