.nav-tabs {
    background: #F0F4F8;
    border-bottom: none;
    margin-bottom: 30px;
    justify-content: space-between;
}


ul.nav-tabs > li.active > a {
    color: #0f72ba;
    border-bottom: 2px solid #0f72ba;
}

.nav-tabs.nav-justified > li > a {
    padding: 20px;
    display: block;
    color: #0f72ba;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
}

li.active > a {
    cursor: pointer !important;
}

.nav.medialibrary-webinar-menu-wrapper{
    margin-bottom: 2rem;
    justify-content: flex-start;
}