@charset "UTF-8";
.row.radif1 {
    background: #1E2434;
    padding: 20px;
    border-radius: 20px 20px 0 0;
}
.page_lead {
    background: transparent !important;
    color: white !important;
    border: none !important;
}
.nav-tabs {
    margin-top:20px;
}
.nav-tabs li.nav-item button.active {
    background: #30A3C6;
}

@media (max-width: 767px) {
    #layoutTAB .nav-link {padding: .3rem .5rem;}
}
@media (min-width: 768px) and (max-width: 991px) {}
@media (min-width: 992px) and (max-width: 1199px) {}
@media (min-width: 1200px) {}