.nav > li {
    background: white;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.tab-content{
    background: white;
    padding: .5rem 2rem .5rem 2rem;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    box-shadow: 1px 1px 2px 1px rgb(0 0 0 / 10%);
}
