@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;}

ul.nonpo li
{
	list-style:none;
}
.top-24{margin-top: -24px;}
.brown-hr {
    width: 70px;
    color: #dba102;
	  a.main-title {
    display: inline-block;
    width: 450px;
    background-color: #1b8354;
    position: relative;
    /* top: -25px; */
    right: 0;
    /* margin-left: 25px; */
    margin: 20px 0px 0px 25px;
    filter: drop-shadow(4px 0px 24px #1b835463);
    color: #fff;
    padding: 0.7rem 1rem;
    font-weight: 500;
    font-size: 1.1rem;
    border-radius: 8px;
    text-align: center;
}
.newgraid
{
  display: flex;
  grid-template-columns: 2;
}
	