@font-face {
    font-family: 'tulisan_keren';
    src: url('../fonts/poppins/Poppins-Light.ttf');
}

body {
    font-family: 'tulisan_keren';
    font-size: 13px;
    line-height: 1.42857143;
    color: #000;
}

.logo-lg {
    font-family: 'tulisan_keren', me_quran;
    font-size: 20px;
}
.box-header {
    /*color: rgba(224, 219, 219, 0.877);*/
}
.box-header .box-title {
    color: #3d6baf;
    font-weight: 600;
}
/*.sidebar-menu li {
	font-size: 14px;
}*/

.tablestd thead {
    background-color:#00A65A;
    color:white;

}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #ddfdeb;
}
h3.modal-title {
	font-weight: 600;
}
@media (min-width: 768px) {
  .modal-xl {
    width: 90%;
   max-width:1200px;
  }
}
