<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
nav &gt; .nav.nav-tabss{

border: none;
color:#fff;
background:#fff;
border-radius:0;



}
nav &gt; div a.nav-item.nav-link,
nav &gt; div a.nav-item.nav-link.active
{
  border: none;
    padding: 18px 25px;
    color:#fff;
    background:#fff;
    border-radius:0;
}

nav &gt; div a.nav-item.nav-link.active:after
 {
  content: "";
  position: relative;
  bottom: -60px;
  left: -10%;
  border: 15px solid transparent;
  border-top-color: #e74c3c ;
}
.tab-content{
  background: #fff;
    line-height: 25px;
    border: 1px solid #ddd;
    border-top:0px solid rgba(255, 255, 255, .15);
    border-bottom:1px solid #ddd;
    padding:30px 25px;
}

nav &gt; div a.nav-item.nav-link:hover,
nav &gt; div a.nav-item.nav-link:focus
{
  border: none;
    background: #e74c3c;
    color:#fff;
    border-radius:0;
    transition:background 0.20s linear;
}</pre></body></html>