@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Arabic:wght@100;200;300;400;500;600;700&display=swap');

* {
 padding: 0;
 margin: 0;
 text-decoration: none;
 border: none;
 box-sizing: border-box;
}

body {
 padding: 0;
 margin: 0;
 font-family: 'IBM Plex Sans Arabic', sans-serif;
}

.accordion-button:not(.collapsed) {
 color: #fff;
 background-color: #24895b;
}

.accordion-button:not(.collapsed)::after {
 background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-button::after {
 margin-right: auto;
 margin-left: 0;
}

.accordion-button:focus {
 box-shadow: unset;
}

.container {
 padding: 2rem 0;
}

span.icon {
 margin-left: 0.4rem;
}

.table {
 border-radius: 10px;
 overflow: hidden;
}

.table thead th {
 
 padding: 0.9rem;
 
}

.table th,
.table td {
 text-align: right;
 font-size: 0.95rem;
}

.accordion-button {
 font-weight: bold;
 padding: 1.2rem 1rem;
 background-color: #e8f0ec;
  color: #173729;

 border-radius: 0.5rem !important;

}
.accordion-item {
 margin-bottom: 0.4rem;
 border-radius: 0.5rem !important;
 border: none;
}
.accordion-button:not(.collapsed) {
 border-radius: 0.5rem !important;
 background-color: #19784E;


}
.accordion-item:not(:first-of-type) {
 border: none;
 
}
.accordion-body {
 border: none;
 padding: 0.5rem .2rem ;
 
 
}
.text-kfu{color: #066058;}

table, th, td {border-radius: unset;}
.table thead tr th {color: #173729; background-color: #dae3df;}



 .centerM {
    margin: 0 auto;
}
.righttext
{
    text-align: right;
}

.table-responsive
{
    overflow: hidden;
}

table.reseachtable
{
    direction: rtl;
}
table.reseachtable th, table.reseachtable td
{
    text-align: left;
}

.text-left
{
    text-align: left;
}

/*valu*/

    :root{
      --tab-bg:#066058;
      --tab-active:#c69a47 ;
      --tab-active-text:#fff;
      --chip-bg:#0f766e0d;
      --chip-border:#cde8dd;
    }
    .w-19{  width: 19% !important;}
    .min-h-70{min-height: 70px;}
    .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;}

    .brown-hr {
    width: 70px;
    color: #dba102;
}
.justify{text-align: justify;}
.text-kfu{color: #066058;}
.top-24{margin-top: -24px;}
.list-none{list-style: none;}
a{color: black; text-decoration: none;}
a:hover{text-decoration: underline;  text-underline-offset: 0.40em !important;}
.max-w-600{max-width: 600px;}

    @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 */
  }
    }

