/*
Template Name: SafeCo - Mushaf
Author: Mushaf
Author URL: https://mushaf.info

---------
CSS INDEX
---------
01 => Global CSS


/*** 
====================================================================
    Start Global CSS
====================================================================
 ***/
body {
    font-family: 'Montserrat', sans-serif;
    background: #E5E5E5;
    color: #080A0C;
    margin: 0;
}

ul, ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

a:focus {
    outline: none;
}

/*** 
====================================================================
    End Global CSS
====================================================================
 ***/


/*** 
====================================================================
    Start Preloader CSS
====================================================================
 ***/
.preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: #ffffff;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/preloader.gif);
    background-size: 80px;
}
/*** 
====================================================================
    End Preloader CSS
====================================================================
 ***/


/*** 
====================================================================
    Start Section Header CSS
====================================================================
 ***/
.main-header {
    padding: 20px 25px;
    background: white;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    justify-content: space-between;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}

.main-header .logo {
    flex: none;
    margin-right: 25px;
}

.search-form {
    display: flex;
    max-width: 500px;
    transition: 0.5s;
    padding: 8px 15px;
    margin-right: 8px;
    margin-left: auto;
    align-items: center;
    border-radius: 30px;
}

.search-form.active {
    border: 1px solid rgba(8, 10, 12, 0.2);
}

.search-form input {
    border: none;
    transition: 0.5s;
    transform: scale(0);
}

.search-form.active input {
    transform: scale(1);
}

.main-header button:focus,
.main-header input:focus {
    outline: none;
}

.main-header button {
    padding: 0;
    border: none;
    line-height: 1;
    font-size: 22px;
    cursor: pointer;
    background: transparent;
    color: rgba(8, 10, 12, 0.4);
}

.setting-icons {
    flex: none;
}

.setting-icons i {
    font-size: 22px;
    cursor: pointer;
    margin-left: 15px;
    color: rgba(8, 10, 12, 0.4);
}

.setting-icons .setting-btn {
    margin-right: 25px;
}

/*** 
====================================================================
    End Section Header CSS
====================================================================
 ***/


/*** 
====================================================================
    Start Main Structure CSS
====================================================================
 ***/
.site-content {
    display: flex;
    position: relative;
}

.sidebar,
.left-menu {
    flex: none;
    position: fixed;
    background: white;
    height: 100%;
    z-index: 2;
}

.left-menu {
    left: 0;
    padding: 0 16px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}

.left-menu ul li {
    height: 48px;
    width: 48px;
    color: #CECECE;
    cursor: pointer;
    font-size: 25px;
    transition: 0.5s;
    line-height: 48px;
    border-radius: 5px;
    text-align: center;
    margin-bottom: 15px;
}

.left-menu ul li:hover,
.left-menu ul li.active {
    background: rgba(0, 66, 155, 0.1);
    color: #00429B;
}

.main-content {
    width: 100%;
    padding: 40px;
    max-height: 100%;
    overflow: auto;
}

.content-item {
    display: none;
}

.content-item.active {
    display: block;
    animation: 0.5s fadeIn;
}

.content-item h2 {
    color: #00429B;
    margin-bottom: 20px;
}

.content-item p {
    line-height: 28px;
}

.sidebar {
    width: 240px;
    right: 0;
    display: flex;
    flex-wrap: wrap;
    align-content: start;
}

/*** 
====================================================================
    End Main Structure CSS
====================================================================
 ***/


/*** 
====================================================================
    Start Sidebar CSS
====================================================================
 ***/
.sidebar-item {
    width: 100%;
    height: 100%;
    display: none;
    overflow-y: auto;
    overflow-x: hidden;
    animation: 0.5s fadeIn;
}

.sidebar-item.active {
    display: block;
}

.sidebar .settings::-webkit-scrollbar,
.sidebar .surah-index::-webkit-scrollbar {
    width: 5px;
}

.sidebar .settings::-webkit-scrollbar-thumb,
.sidebar .surah-index::-webkit-scrollbar-thumb {
  background: gray; 
}

.surah-index li {
    padding: 8px;
    display: flex;
    cursor: pointer;
    transition: 0.5s;
    margin-bottom: 8px;
    align-items: center;
    text-decoration: none;
    color: rgba(2, 4, 12, 0.6);
}

.surah-index li:hover,
.surah-index li.active {
    background: #00429B;
    color: #F5F5F2;
}

.surah-index li .number {
    width: 32px;
    height: 32px;
    transition: 0.5s;
    font-weight: 700;
    line-height: 32px;
    text-align: center;
    margin-right: 11px;
    border-radius: 8px;
    background: rgba(2, 4, 12, 0.1);
}

.surah-index li:hover .number,
.surah-index li.active .number {
    background: #F5F5F2;
    color: rgba(2, 4, 12, 1);
}

.surah-index li .name span {
    display: block;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.surah-index li .name small {
    font-size: 8px;
    font-weight: 500;
    text-transform: uppercase;
}

/* settings */
.settings {
    padding: 10px;
}

.setting-title {
    margin: 0 0 20px;
    cursor: pointer;
    color: #00429B;
    font-weight: 600;
}

.setting-content {
    display: none;
    margin-bottom: 20px;
    animation: 0.5s fadeIn;
}

.setting-content.active {
    display: block;
}

.setting-content h5 {
    margin: 0 0 10px;
    font-weight: 500;
}

.ui-selectmenu-button.ui-button {
    width: 100%;
    color: #080A0C;
    padding: 8px 10px;
    border-color: #ccc;
    margin-bottom: 10px;
    background: #f6f6f6;
    box-sizing: border-box;
}

.ui-selectmenu-button.ui-button:focus {
    outline: none;
}

.ui-button:active .ui-icon {
    background-image: url("images/ui-icons_777777_256x240.png");
}

button.play {
    color: white;
    border: none;
    font-size: 16px;
    cursor: pointer;
    margin-top: 5px;
    padding: 8px 18px;
    background: #00429B;
    border-radius: 12px;
    width: 100%;
}

button.btnapply {
    color: white;
    border: none;
    font-size: 16px;
    cursor: pointer;
    margin-top: 5px;
    padding: 8px 18px;
    background: #017185;
    border-radius: 12px;
    width: 100%;
}

.font-slider {
    height: 5px;
    margin: 15px 0;
    border-radius: 5px;
    background: #c5c5c5;
}

.font-slider .ui-state-focus,
.font-slider .ui-state-hover,
.font-slider .ui-state-active,
.font-slider .ui-state-default,
.font-slider.ui-slider .ui-slider-handle,
.font-slider.ui-slider .ui-slider-handle:focus {
    height: 12px;
    width: 12px;
    top: -4px;
    border: none;
    outline: none;
    cursor: pointer;
    margin-left: -6px;
    border-radius: 50%;
    background: #00429B;
}

.school-link {
    padding: 16px;
    margin-top: 15px;
}

/*** 
====================================================================
    End Sidebar CSS
====================================================================
 ***/

/*** 
====================================================================
    Start Main Content CSS
====================================================================
 ***/
.surah-content {
    display: none;
    animation: 0.5s fadeIn;
}

.surah-content.active {
    display: block;
}

.surah-content > h2 {
    color: #00429B;
    font-size: 24px;
    text-align: center;
    margin: 0 0 25px;
}

.surah-content article {
    background: white;
    margin-bottom: 50px;
}

.surah-content article:last-child {
    margin-bottom: 0;
}

.ayat-surah {
    display: flex;
    align-items: center;
    padding: 24px 24px 16px;
    justify-content: space-between;
}

.ayat-surah .no {
    color: #02040C;
    font-size: 22px;
    font-weight: 500;
    margin-right: 25px;
}

.ayat-surah .ayat {
    font-size: 30px;
    line-height: 1.35;
    font-family: 'Adobe Arabic';
}

.translate {
    border-width: 1px 0;
    border-style: solid;
    border-color: rgba(8, 10, 12, 0.1);
}

.translate,
.teachings {
    padding: 16px 24px;
}

.translate .header,
.teachings .header {
    font-size: 12px;
    font-weight: 500;
    color: rgba(8, 10, 12, 0.6);
}

.translate .header .name:after,
.teachings .header .name:after {
    content: "।";
    margin: 0 3px;
    font-size: 14px;
    font-weight: 700;
}

.translate .header a,
.teachings .header a {
    color: #00429B;
    align-items: center;
    display: inline-flex;
}

.header a:after {
    content: "\f111";
    font-family: 'Flaticon';
    margin-left: 6px;
    font-size: 10px;
}

.translate h3,
.teachings h3 {
    margin: 16px 0 0;
    color: #080A0C;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.65;
}

.Verses-icons {
    display: flex;
    justify-content: center;
    padding: 10px 24px 24px;
}

.Verses-icons a {
    height: 24px;
    width: 24px;
    margin: 0 5px;
    font-size: 10px;
    line-height: 24px;
    border-radius: 50%;
    text-align: center;
    text-decoration: none;
    color: rgba(2, 4, 12, 1);
    background: rgba(2, 4, 12, 0.1);
}

/*** 
====================================================================
    End Main Content CSS
====================================================================
 ***/

/*** 
====================================================================
    Start Font Face CSS
====================================================================
 ***/
@font-face {
    font-family: 'Adobe Arabic';
    src: url('../fonts/AdobeArabic-Regular.woff2') format('woff2'),
        url('../fonts/AdobeArabic-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Flaticon icon font*/
@font-face {
  font-family: "Flaticon";
  src: url("../fonts/Flaticon.eot");
  src: url("../fonts/Flaticon.eot?#iefix") format("embedded-opentype"),
       url("../fonts/Flaticon.woff2") format("woff2"),
       url("../fonts/Flaticon.woff") format("woff"),
       url("../fonts/Flaticon.ttf") format("truetype"),
       url("../fonts/Flaticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "Flaticon";
    src: url("../fonts/Flaticon.svg#Flaticon") format("svg");
  }
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {   
    font-family: Flaticon;
    font-style: normal;
}

.flaticon-loupe:before { content: "\f100"; }
.flaticon-search:before { content: "\f101"; }
.flaticon-magnifying-glass:before { content: "\f102"; }
.flaticon-settings:before { content: "\f103"; }
.flaticon-settings-1:before { content: "\f104"; }
.flaticon-headphones:before { content: "\f105"; }
.flaticon-headphones-1:before { content: "\f106"; }
.flaticon-information:before { content: "\f107"; }
.flaticon-question:before { content: "\f108"; }
.flaticon-home:before { content: "\f109"; }
.flaticon-like:before { content: "\f10a"; }
.flaticon-paper-plane:before { content: "\f10b"; }
.flaticon-gift:before { content: "\f10c"; }
.flaticon-gift-1:before { content: "\f10d"; }
.flaticon-play:before { content: "\f10e"; }
.flaticon-copy:before { content: "\f10f"; }
.flaticon-share:before { content: "\f110"; }
.flaticon-right-arrow:before { content: "\f111"; }
.flaticon-hamburger:before { content: "\f112"; }
.flaticon-meat:before { content: "\f113"; }
.flaticon-cancel-1:before { content: "\f114"; }
.flaticon-cancel:before { content: "\f115"; }

/*** 
====================================================================
    End Font Face CSS
====================================================================
 ***/


/*** 
====================================================================
    Start Custom Animation CSS
====================================================================
 ***/
@keyframes fadeIn {
  0%   {opacity: 0;}
  100% {opacity: 1;}
}

/*** 
====================================================================
    End Custom Animation CSS
====================================================================
 ***/
