@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Arabic:wght@100;200;300;400;500;600;700&display=swap');

 * {
      font-family: "IBM Plex Sans Arabic", sans-serif;

 }

.styled-table * td[colspan="4"],
.styled-table * td[colspan="2"],
.styled-table * td[colspan="3"]
{
    background-color: #19774d31;
    text-align: center !important;
    color: #066058 !important;
    font-weight: bold;
}


.fixed-height > div {
  height: 220px !important; 
}

.styled-table thead th {background-color: #19774C; color: #fff;}




.tab-pane h4,
.tab-pane h3
{color: #19774C !important;
padding: 0 0 1rem;
}

ul li,
ol li {
    line-height: 1.8;
}


.link-icon{color: #066058;text-decoration: none; font-size: 16px;}
.link-icon:hover{color: #c69a47;}
