@import url('https://cdn-uicons.flaticon.com/uicons-regular-rounded/css/uicons-regular-rounded.css');
body{
    background-color: #dfe9f5;
}
h2 {
    line-height: 1.2em;
}
.container{
    max-width: 1300px;
}
#wrapper #sidebar {
    background-color: #343978;
    color: #fff!important;
}
.jv-header{
    background: #0b0f3a url(../img/header-bg.png) no-repeat center center!important;
    background-size: cover;
    position: relative;
}

.overlay {
    background-color: rgba(11, 15, 58, .8);
}
#wrapper #sidebar .sidebar-content #sidebar-menu .side-nav li a {
    display: block;
    height: 50px;
    line-height: 50px;
    color: rgba(255,255,255,.6);
}
#wrapper #sidebar .sidebar-content #sidebar-menu .side-nav li:hover a {
    color: rgba(255,255,255,1);
}
#wrapper #content #content--introducing:before {
    display: none;
}
#wrapper #content #content--affiliate {
    bottom: 0px;
    margin-top: 0px;
}
#wrapper #content #content--affiliate .aff--link {
    background: rgba(255,255,255,.2)!important;
    color: #fff;
    backdrop-filter: blur(10px);
}
.bg-dark-2 {
    background: #13184c!important;
    color: #fff;
}
.bg-darker {
    background: #050829 !important;
    color: #fff;
}
.bg-dark-3 {
    background: #515470 !important;
}
.voplayer .c-progress {
    width: 80px;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #12d6d6;
    font-weight: 600;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link {
    color: #666c73;
    padding: 10px 20px;
}
.tab-content{
    background-color: #fff;
    color: grey;
    margin-bottom: 50px;
    padding: 20px 30px;
    border: 1px solid #eee;
    border-top: none;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    height: 500px;
    overflow-y: scroll;
    overflow-x: hidden;
}
.tab-content p, .tab-content li {
    font-size: 14px;
    line-height: 1.5em;
}
.video.ytv{
    border: 3px solid rgba(18, 214, 214, .5);
}