   

#translation-stats {
    padding-top: 30px;
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 0.7rem;
    flex-wrap: wrap;
}

.label-home{   
    background: #6581AF;
    color: #fff;
    border-radius: 6px;
    padding-left: 6px;
    padding-right: 6px;
    margin-top: 5px;
    display: block;
    padding: 5px 10px;
}

body.dark_theme .label-home {
    background: #2c2c2c;
    color: #fff;
}
body.sepia_theme .label-home {
    background: #FFF7EA;
    color: #000;
}


@font-face {
  font-family: 'sowar_names';
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/aqf_bsml.woff2') format('woff2');
}

.surah_name{
    font-family: 'sowar_names', sans-serif;
    font-weight: normal;
}
.hidden{
    display: none;
}

.aya_text{
    font-family: Hafs;
    color:#5f7eb0;
    font-size:26px;
}
.ttc{
    color:#000;
    font-family: sans-serif;
    font-size:18px;
}
.hamesh{
    font-family: 'Courier New', Courier, sans-serif;
    font-size:16px;
}
.aya_text{
    font-family: Hafs;
    color:#5f7eb0;
    font-size:26px;
}
body.dark_theme .aya_text{
    color: #76afe6;
}
.ttc{
    color:#000;
    font-family: sans-serif;
    font-size:18px;
}
body.dark_theme .ttc{
    color: #fff;
}
.hamesh{
    font-family: 'Courier New', Courier, sans-serif;
    font-size:16px;
}
body.dark_theme .hamesh{
    color: #ccc;
}

.tafsir_bu{ 
    font-size: 12px;
}
label.page{
    background-color: #f3f7fc;
    padding: 10px !important;
    border-radius: 6px;
}
label.page a{
    color: #5f7eb0;
    text-decoration: none;
}
body.sepia_theme label.page{
    background-color: #f8eedf;
}
body.sepia_theme label.page a{
    color: #8B4513;
}
body.dark_theme label.page{
    background-color: #303030;
}
body.dark_theme label.page a{
    color: #76afe6;
}


.text_primary{
    color: #6a8fc9 !important;
}
.rtl{
    text-align: right;
    direction: rtl;
}
.ltr{
    text-align: left;
    direction: ltr;
}

.section_header{
    background:url(../img/section_header_bg_top.svg) no-repeat right top, url(../img/section_header_bg_bottom.svg) no-repeat left bottom, linear-gradient(249.11deg, #889ec1 -30.44%, #3d619b 130.09%);
}
body.dark_theme .section_header{
    background:url(../img/section_header_bg_top_dark.svg) no-repeat right top, url(../img/section_header_bg_bottom_dark.svg) no-repeat left bottom, linear-gradient(249.11deg, #1f242c -30.44%, #121c2d 130.09%);
}
.bc_bright_gray.border{
    border-color: #bbbbbb !important;
}
.section_header .btn.bg_primary {
    background-color:#5E7CAB;
}

.text-info {
    color: #76afe6 !important;
}
body.dark_theme .text-info {
    color: #76afe6 !important;
}
body.sepia_theme .text-info {
    color: #8B4513 !important;
}
.prevHolderTitle{
    background: #9ec3ff;
    color: #fff;
}
.prevHolderTitle:hover{
    color: #eeeeee;
}
body.dark_theme .prevHolderTitle{
    background: #6b6b6b;
    color: #fff;
}
body.dark_theme .prevHolderTitle:hover{
    color: #ccc;
}
body.sepia_theme .prevHolderTitle{
    background: #D2B48C;
    color: #000;
}
body.sepia_theme .prevHolderTitle:hover{
    color: #333;
}
.text_secondary {
    color: #8A9CB2 !important;
}
body.dark_theme .text_secondary {
    color: #b0b0b0 !important;
}
body.sepia_theme .text_secondary {
    color: #8A9CB2 !important;
}

.bc_gainsboro{
    border-color:#f1f4f8 !important;
}
body.dark_theme .bc_gainsboro{
    border-color:#3a3a3a !important;
}
body.sepia_theme .bc_gainsboro{
    border-color:#f8eedf !important;
}