
    :root{
      --tab-bg:#166a45;
      --tab-active:#c69a47 ;
      --tab-active-text:#fff;
      --chip-bg:#0f766e0d;
      --chip-border:#cde8dd;
    }
    .tabs-main{min-width: 200px;}
    .w-19{  width: 24% !important;}
    .min-h-70{min-height: 70px;}
    .nav-fill .nav-item, .nav-fill>.nav-link{
      flex: none;
    }
    .nav-pills .nav-link{
      background:var(--tab-bg);
      color:#fff;
      border-radius:30px;
      font-weight:600;
      padding:.6rem 1rem;
      transition:.2s ease;
     
    }
    .nav-pills .nav-link.active{
      background:var(--tab-active);
      color:var(--tab-active-text);
      box-shadow:0 6px 16px rgba(22,106,69,.25);
    }
    .pointer{cursor: default;}
    .title-card{
      background:#fff;
      border:1px solid var(--chip-border);
      border-radius:16px;
      padding:8px;
      height:100%;
      display:flex;
      align-items:center;
      justify-content:center;
      text-align:center;
      font-weight:600;
    }
    .title-card.bg-soft{ background:var(--chip-bg); }
    .custom-divider {margin: 1.5rem 0;color: transparent;}

      .btn-kfu{--bs-btn-color: #1c4c72;
    --bs-btn-bg: transparent;
    --bs-btn-border-color: #1c4c72;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #d5aa4b;
    --bs-btn-hover-border-color: #d5aa4b;
    --bs-btn-focus-shadow-rgb: 49,132,253;
    --bs-btn-active-color: #1c4c72;
    --bs-btn-active-bg: #050707;
    --bs-btn-active-border-color: #d5aa4b;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: gray;
    --bs-btn-disabled-border-color: gray;}

        .brown-hr {
    width: 70px;
    color: #dba102;
}
.top-24{margin-top: -24px;}

/*----------*/
/*----------
 @media (max-width: 1400px) {
   .w-19{  width: 24% !important;}
 }
*/
    @media (max-width: 779px) {
       #subTabs {               /* ul.nav */
    flex-direction: column !important;
    align-items: stretch;
  }
  #subTabs .nav-item {     /* li */
    flex: 0 0 100% !important;
    width: 100% !important;   /* overrides .w-19 */
  }
  #subTabs .nav-link {     /* a.nav-link */
    width: 100%;
    display: block;          /* make the whole row clickable */
  }
    }
 