<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.nav-tabs {
  border-bottom: 1px solid #ebedf2; }
  .nav-tabs svg {
    width: 20px;
    vertical-align: bottom; }
  .nav-tabs .nav-link.active {
    color: #e95f2b;
    background-color: #191e3a;
    border-color: #191e3a #191e3a #0e1726; }
    .nav-tabs .nav-link.active:after {
      color: #e95f2b; }
  .nav-tabs .nav-link:hover {
    border-color: #191e3a #191e3a #191e3a; }

.dropdown-menu {
  box-shadow: 0px 0px 15px 1px rgba(113, 106, 202, 0.1); }

.nav-tabs .dropdown-item:hover {
  background-color: #f1f2f3;
  color: #515365; }

.nav-tabs li a.disabled {
  color: #acb0c3 !important; }

h4 {
  font-size: 1.125rem; }

/*
    Animated Underline
*/
.animated-underline-content .nav-tabs {
  border-bottom: 1px solid #191e3a; }
  .animated-underline-content .nav-tabs li a {
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative; }

.animated-underline-content .tab-content &gt; .tab-pane {
  padding: 20px 0 0 0; }

.animated-underline-content .nav-tabs .nav-link.active, .animated-underline-content .nav-tabs .show &gt; .nav-link {
  border-color: transparent;
  color: #e0e6ed; }

.animated-underline-content .nav-tabs .nav-link:focus, .animated-underline-content .nav-tabs .nav-link:hover {
  border-color: transparent; }

.animated-underline-content .nav-tabs .nav-link.active:before {
  -webkit-transform: scale(1);
  transform: scale(1); }

.animated-underline-content .nav-tabs .nav-link:before {
  content: "";
  height: 1px;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  background-color: #e0e6ed;
  -webkit-transform: scale(0);
  transform: scale(0);
  transition: all .3s; }
</pre></body></html>