@font-face {
    font-family: kitab;
    src: url(../fonts/kitab.ttf);
}

@font-face {
    font-family: maghribi;
    src: url(../fonts/maghribi.ttf);
}

@font-face {
    font-family: agha;
    src: url(../fonts/agha.ttf);
}

@font-face {
    font-family: arabsq;
    src: url(../fonts/arabsq.ttf);
}

.basmalah {
    font-family: agha;
    font-weight: normal;
    padding-left: 0.2em;
    display: inline-block;
    position: relative;
    bottom: 8px;
    color: #ff0707;
    font-size: 34px;
    font-weight: 500;
}

.arabsq {
    font-family: arabsq;
    font-weight: normal;
    color: #273242;
    font-size: 22px;
}

.numfr {
    font-family: maghribi;
    font-weight: normal;
    font-size: 20px;
    color: #273242;
}

.text {
    font-family: kitab;
    direction: rtl;
    font-size: large;
    margin: auto;
}

table {
    text-align: right;
    direction: rtl;
    position: relative;
    border-collapse: collapse;
    background-color: #f6f6f6;
}

/* Spacing */
td,
th {
    border: 1px solid #999;
    padding: 10px;
    font-size: 20px;
    ;
}

td {
    font-size: 2em;
    text-align: justify;
    font-weight: 600;
    color: black;
}

td.fixed {
    height: 80vh;
    vertical-align: top;
}

th {
    background: brown;
    color: white;
    border-radius: 0;
    top: 0;
    padding: 10px;
    text-align: center;
}

.primary {
    background-color: #000000
}



.bgnd {
    font-weight: bold;
    color: hsl(0, 89%, 52%);
    background-color: black;
}

.rakm {
    color: hsl(12, 2%, 50%);
    display: inline-block;
    text-align: center;
    border-radius: 30%;
    background-color: #dbdbdb;
}

.distinct-tashkeel {
    font-size: 28px;
    color: hsl(318deg 95% 48%);
}

.tashkeel {
    position: relative;
    display: inline-block;
}

.tashkeel:before {
    content: attr(data-content);
    left: 0;
    top: 0;
    height: 0.4em;
    width: 100%;
    padding-right: 0.1em;
    overflow: hidden;
}

.aya {
    position: relative;
    color: white;
    background-color: red;
    border-radius: 50%;
    font-size: 24px;
    text-align: center;
    z-index: 999;
}

.soura {
    text-align: center;
    font-size: 30px;
    background-color: #0cc6d5;
    color: white;
    font-weight: 200;
    display: block;
}

.sourat {
    text-align: center;
    font-size: 20px;
    background-color: #d8e8b7;
    color: black;
    font-weight: 200;
    display: block;
}

.nav {
    font-size: 14px;
    background: rgb(0, 0, 0);
}

tfoot>td {
    background: rgb(0, 0, 0);
    color: white;
}

a.google,
a.google:visited {
    color: white;
    text-decoration: none;
    font-weight: 100;
}

a.google:hover {
    color: rgb(91, 255, 9);
    text-decoration: none;
    font-weight: 100;
}

.t30 {
    font-weight: 22px;
}