.dc-forum-body-copilot{
    padding-top: 24px;
    padding-bottom:20px;
    margin-bottom: 20px;
}
.dc-forum-body-copilot.highlight{
    background: var(--cmt-copilot-headinggardient);
}

.tabcontainer.copilot{
    padding-bottom: 50px;
    padding-left:20px;
    padding-right:20px;
}

.tab-name
 {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
    width: auto;
    height: auto;
    font-size: 16px;
    flex: none;
    order: 1;
    flex-grow: 0;
}
.highlighttab {
    border-bottom: 2px solid #2266e3;
}
.copilot-tab-control {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    padding: 0;
    height: 52px;
}

.tab-name>a{
    color:#000;
    text-decoration:none;
    cursor:pointer;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    padding: 16px;
}

.tab-name>a.active, .tab-name>a:hover, .tab-name>a:focus{
    font-weight:600;
    text-decoration: none !important;
}

.tab-title{
    padding: 0px 2px 0px 2px;
}
