@import 'media-query.css?v=20211014';
/* START: SPECIAL CASE FOR RAMADAN PERSONAL APPEAL */
.ramadan-pappeal-banner {
    /* background-image: url('/img/new-pappeal-banner.png');  */
    /* background-image: url('/img/new-pappeal-banner-v2.jpg'); */
    height:77.5px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

/* ipad or bigger */
@media (min-width: 768px) and (orientation: portrait) {
    .ramadan-pappeal-banner {
        /* background-image: url('/img/ramadan-pappeal-banner.png');  */
        /* background-image: url('/img/new-pappeal-banner.png');  */
        /* background-image: url('/img/new-pappeal-banner-v2.jpg'); */
        height: 150px;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }
}

/* ipad pro adjusted height only */
@media (min-width: 1024px) and (orientation: portrait) {
    .ramadan-pappeal-banner {
        height: 170px;
    }
}

.ramadan-pappeal-banner-landscape {
    /* background-image: url('/img/ramadan-pappeal-banner-landscape.png');  */
    /* background-image: url('/img/new-pappeal-banner-landscape.png');  */
    /* background-image: url('/img/new-pappeal-banner-landscape-v2.png');  */
    height:80px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.ramadan-pappeal-banner {
    font-size: 18.5px;
    font-weight: bold;
    /* padding: 15px; */
    min-width: 380px;
}
.ramadan-pappeal-banner p {
    display: inline;
}
.ramadan-pappeal-banner-new {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat
}

/* START: SPECIAL CASE FOR PERSONAL APPEAL */
.img-call-pappeal-lg {
    max-width: 25rem;
}

.img-call-pappeal-mini {
    max-width: 20rem;
}

.img-kitabisa-pappeal-lg {
    max-width: 33rem;
}

.img-kitabisa-pappeal-mini {
    max-width: 30rem;
}

.pappeal-banner {
    background-image: url('/img/pappeal-banner.png'); 
    height:60px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.pappeal-banner {
    font-size: 18.5px;
    font-weight: bold;
    padding: 15px;
}
.pappeal-banner p {
    display: inline;
}
.pappeal-banner-new {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat
}
.banner-new-desktop {
    width:100%;
    height:40%;
    background-image: url('/img/pappeal-banner-new.jpg'); 
}
.banner-new-mobile {
    height:45%;
    margin-bottom:15px;
    background-image: url('/img/pappeal-banner-new-mobile.jpg'); 
}
.btn-banner {
    background-color:#ff7000;
    color:#fff;
    margin:0 5px;
    padding:3px 5px !important;
    border-radius:10px !important;
}
.btn-login {
    background-color: #fff;
    color: #ff7000;
    margin: 0;
    padding: 5px 11px !important;
    border-radius: 4px !important;
    border: 1px solid #ff7000 !important;
    font-family: Roboto;
}
.btn-donate {
    background-color:#ff7000;
    color:#fff;
    border-radius:25px !important;     
    width:180px;
    height:40px;   
}
.pappeal-banner .btn-banner:hover, .pappeal-banner .btn-banner:focus {
    background-color:#ff7000;
    color:#fff;
}
.modal-pappeal {
    padding-top:25px!important;
    color:#fff;
}
.modal-pappeal h2 {
}
    .modal-pappeal h2 div {
        margin:10px;
        margin-bottom:20px;
    }
.modal-new {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 275px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color:rgb(248, 249, 250);
}
.modal-pappeal-new, .modal-disclaimer-new {
    padding-top:0px!important;
    color:#000;
}
.modal-content-pappeal{
    padding: 0 40px;
}

.modal-content-pappeal-new, .modal-content-disclaimer-new {
    padding-left: 60px;
    padding-right: 60px;
    max-width: 895px;
    font-family: 'TeXGyrePagella';
    font-size: 16px;    
}

.close-pappeal-modal, .close-disclaimer-modal {
    font-size:60px !important;
    position:absolute !important;
    top:-30px !important;
    right:20px !important;
}
@media (orientation: portrait) {
    .pappeal-banner {
        height:80px;
    }
}
/* END */

html, body {
    /* The gradient background */
    background: #022739; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#022739, #04374a); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#022739, #04374a); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#022739, #04374a); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#022739, #04374a); /* Standard syntax */
    background: -ms-linear-gradient(#022739, #04374a); /* IE10 */
    background-position: center;
    background-repeat: no-repeat;

    /* Anti extra spaces */
    margin: 0;
    padding: 0;
    /*max-height: 100%; !important;*/
    max-width: 100% !important; 

    /* Height and Width*/
    min-height: 100% !important;
    /* min-height: 110% !important; */
    
    /* Font declaration */
    /*font-family: 'Roboto', sans-serif;*/

    /* Overflows */
    overflow-x: hidden;
    /*overflow-y: visible;*/
    /*overflow: scroll;*/

    height: 100%;
    /* height: -webkit-fill-available; */
}

h4 {
	font-size: 20px;
	display: inline;
}

.no-pad {
    padding: 0px !important;
}

.no-pad-right {
    padding-right: 0px !important;
}

.no-pad-left {
    padding-left: 0px !important;
}

.search-results>a, a:hover, a:active, a:visited, a:focus {
    text-decoration: blink;
    /*color: inherit;*/
}


/* Primary search bar and search button */
.image-in-input { 
    position: relative; 
    width: 100%;
    margin-bottom: 0 !important;
}
.image-in-input input { border:none; background:#fff; display:block; width: 100%; box-sizing: border-box; min-height: 2.5em; font-size: 19px; font-family: 'Roboto'; border-radius: 0px; border-bottom: 2px solid rgba(0,0,0,.2); box-shadow: inset 0 1px 1px white;}
.image-in-input button { position: absolute; top: 10px; right: 5px; background: none; border: none; }

/* Secondary search bar and search button */
.image-in-input-scd { position: relative; width: 100%; }
.image-in-input-scd input { border:none; background:#fff; display:block; width: 100%; box-sizing: border-box; min-height: 2.8em; font-size: 16px; }
.image-in-input-scd button { position: absolute; top: 10px; right: 5px; background: none; border: none; }


/* Image and font sizes */
.gi-2x{ font-size: 1.8em; }
.gi-3x{ font-size: 3em; }
.gi-4x{ font-size: 4em; }
.gi-5x{ font-size: 5em; }

/* Padding combinations */
.padding-vertical-0 {
    padding-top: 0;
    padding-bottom: 0;
}

.padding-horizontal-0 {
    padding-right: 0;
    padding-left: 0;
}

.padding-bottom-0 {
    padding-bottom: 0;
}

.container {
    padding: 1em;
}

.container-verse {
    padding-top: .25em;
    padding-bottom: 1em;
}

.padding-horizontal {
	padding-right: 1em;
	padding-left: 1em;
}

.padding-vertical {
	padding-top: 1em;
	padding-bottom: 1em;
}

.padding-bottom {
    padding-bottom: 1em;
}

.padding-top {
    padding-top: 1em;
}

.margin-0 {
    margin: 0;
}

.container-body {
	position: relative;
	width: 100%;
	min-height: 270px;
}

.footer {
	position: absolute;
	clear: both;
	right: 0;
	bottom: 0;
	padding: 1.5em;
	left: 0;
	background-color: white;
	text-align: center;
}

.wordwrap {
   	word-wrap: break-word;
}

/* Custom sidebar */
/* The side navigation menu */
.sidenav {
    display: none;
    height: 100%; /* 100% Full-height */
    width: 100%; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 999999; /* Stay on top */
    top: 0;
    left: 0;
    overflow-x: hidden; /* Disable horizontal scroll */
    /*padding-top: 60px; !* Place content 60px from the top *!*/
    transition: left .5s; /* 0.5 second transition effect to slide in the sidenav */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.5); /* Black w/ opacity */
}

/* The navigation menu links */
.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    position: relative;
    font-size: 14px;
    color: whitesmoke;
    display: block;
    transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover, .offcanvas a:focus{
    background-color: #ff7000;
    color: white;
}
.sidenav a.text-payment {
    color: #ff7000;
}
    .sidenav a.text-payment:hover, .sidenav a.text-payment:focus, .sidenav a.text-payment:active {
        background-color: #ff7000;
        color: #ffffff;
    }
    #login-button .glyphicon-log-in {
        margin-right: 0.5rem;
    }


/* Position and style the close button (top right corner) */
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

/* Cancelling the orange hover effect */
.sidenav .closebtn:hover {
    background-color: transparent;
    color: #ff7000;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidenav {
        /* padding-top: 15px; */
    }
    .sidenav a {font-size: 18px;}
}

/* End of sidebar */

/* Hamburger and its hover */
.hamburger {
    display: inline;
    float: left;
    padding-left: .4em;
    top: 0px;
    left: 0px;
    color: #b4c0c0;
    z-index: 1;
}

a:hover span {
    /*color: #ffffff;*/
}

.body-textcolor {
    color: #b4c0c0;
}

.text-orange {
    color: #ff7000;
}

.text-white {
    color: white;
}

.text-black {
    color: #363636
}

.text-bold {
    font-weight: bold;
}

/* ----------------------Start of app.blade.php----------------------- */
@font-face {
    font-family: "Accord";
    src: url('/fonts/AccordAlt_Light.otf');
}

@font-face {
    font-family: "Uthmani";
    src: url('/fonts/kfgqpc-uthmanic-regular.woff2') format('woff2'),
         url('fonts/kfgqpc-uthmanic-regular.otf') format('opentype');
    font-display: swap;
}

@font-face {
    font-family: "Niloofar";
    src: url('/fonts/xb-niloofar.woff');
}

@font-face {
    font-family: "UthmaniHafs";
    src: url('/fonts/UthmanicHafs.woff');
}

@font-face {
    font-family: "Indopak";
    src: url('/fonts/LPMQ_IsepMisbah.ttf');
}

@font-face {
    font-family: "MeQuran";
    src: url('/fonts/me_quran.ttf');
}

@font-face {
    font-family: 'Calibri';
    font-style: normal;
    font-weight: 400;
    src: url('/fonts/Calibri.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: "OpenSans";
    src: url('/fonts/OpenSans-Regular.woff2') format('woff2'),
         url('/fonts/OpenSans-Regular.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: "Roboto";
    src: url('/fonts/Roboto-Regular.woff2') format('woff2'),
         url('/fonts/Roboto-Regular.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: "TeXGyrePagella";
    src: url('/fonts/texgyrepagella-regular.woff2') format('woff2'),
         url('/fonts/texgyrepagella-regular.otf') format('opentype');
    font-display: swap;
}

@font-face {
    font-family: "TeX";
    src: url("/fonts/texgyrepagella-regular.otf");
}

@font-face {
    font-family: "Uthmani-backup";
    src: url('/fonts/kfgqpc-uthmanic-regular.woff2') format('woff2'),
        url('fonts/kfgqpc-uthmanic-regular.otf') format('opentype');
}

@font-face {
    font-family: "Kievit";
    src: url('/fonts/kievit-regular.ttf');
}

@font-face {
    font-family: "fallback-font";
    src: local(Arial);
    ascent-override: 120%;
    descent-override: 20%;
    line-gap-override: normal;
}

.header {
    background-color: #012533; 
    /*border-bottom: thick #012533;*/
    width: 100%;
}

.header-white {
    background-color: #fff;
    box-shadow: 0px 0px 5px 0.5px #C0C0C0;
}

#beli-premium-button-mini {
    padding: 5px 0.2rem !important;
    text-align: center!important;
}

@media (min-width: 375px) {
    .visible-no-xs-premium {
        display: block!important;
    }
    .visible-xs-premium {
        display: none!important;
    }
}

.visible-no-xs-premium {
    display: none;
}
.visible-xs-premium {
    font-size:10px!important;
    display: block;
}

.text-title {
    font-family: "Accord";
    /*font-family: 'Roboto', sans-serif;*/
}

.content {
    padding: 0;
    /* height: 100%; */
    height: fit-content;
}

#search-bar, #ayat-pilihan, #ayat-populer, .set-min-height-100 {
    min-height: 100%;
}

/* for mobile */
@media (max-width: 768px) {
    .text-title {
        font-size: x-large;
    }
}

/* for iPad and laptop */
@media (min-width: 768px) {
    .text-title {
        font-size: xx-large;
    }
}

/* Go to verse modal */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 275px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(2,39,57,.9); /* Black w/ opacity */
}

/* modal content */
.modal-content {
    background-color: transparent;
    border: transparent;
    margin: auto;
    padding: 1em;
    height: 100%;
    width: 100%;
}
.container-pappeal, .container-disclaimer {
    text-align:center; 
    margin-top:15px;
}
.modal-content-new {
    background-color: transparent;
    border: transparent;
    margin: auto;
    padding: 5em;
    line-height: 2em;
    min-height: 100%;
    height: 100%;
    width: 100%;
}
.text-button {
    background-color: #ff7000; 
    color: #fff; 
    border-color: #ff7000; 
    border-radius: 20px; 
    padding: 2.5px 15px;
}

a.link-topic {
    color: #3097D1;
    text-decoration: underline;
    margin: 0 5px 10px 0;
    line-height: 25px;
}
a.link-topic:hover, a.link-topic:active, a.link-topic:visited{
    color: #3097D1;
}

.modal-button {
    background-color: #3097D1;
    color: white;
    margin-top: 1em;
    border: 0;
}

.modal-button:hover {
    background-color: #ff7000;
    color: white;
    font-weight: bold;
}

.modal-title {
    position: fixed;
    top: 20%;
    left: 0;
    right: 0;
}

.text-header {
    margin-right: 6em;
    margin-left: 6em;
    /* float: left; */
}

.footer-icon.bookmark {
    float: right;
}

.header-icon, .footer-icon.setting {
    float: left;
}

.header-icon:hover, .footer-icon:hover {
    cursor: pointer;
}

.header-icon img, .footer-icon img {
    width:25px;
}

.header-icon img.lazyload {
    width: 25px;
    height: 25px;
}

.header-icon.ham, .footer-icon.setting {
    margin:0 20px 0 10px;
}

.header-icon.home {
    margin:0 5px;
}

.header-icon.go-to-ayat {
    margin:0 5px;
    float: left;
    font-family: Roboto;
    color: #002b36;
}

.header-icon.user {
    margin:0 15px 0 10px;
    float: right;
}

.select-chapter {
    background: #fff;
    border: none;
    font-size: 14px;
    height: 25px;
    padding: 0px 5px; /* If you add too much padding here, the options won't show in IE */
    min-width: 125px;
    border-bottom: 0.1px solid #002b36;
    font-family: 'OpenSans';
}

.select-verse {
    background: #fff;
    border: none;
    font-size: 14px;
    height: 25px;
    padding: 0px 0px; /* If you add too much padding here, the options won't show in IE */
    min-width: 45px;
    border-bottom: 0.1px solid #002b36;
    font-family: 'OpenSans';
}

.sidenav-select {
    background: #fff;
    border: none;
    font-size: 13px;
    height: 25px;
    padding: 5px; /* If you add too much padding here, the options won't show in IE */
    /*width: 50px;*/
    border-bottom: 0.1px solid #002b36;
}

.semi-square {
    /*-webkit-border-radius: 5px;*/
    /*-moz-border-radius: 5px;*/
    /*border-radius: 5px;*/
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

/*close button for to verse menu (modal)*/
.close-modal {
    color: white;
    font-size: 70px;
    /*position: absolute;*/
    /*top: 13px;*/
    /*right: 20px;*/
    display: inline-block;
}

.close-modal-setting {
    color: white;
    font-size: 70px;
    position: fixed;
    top: 3%;
    right: 3%;
    display: inline-block;
}

.close-modal:hover, .close-modal:focus {
    /*text-decoration: none;*/
    /*cursor: pointer;*/
    color: #ff7000;
    font-weight: bold;
}

.sidenav-container {
    overflow-y: auto;
    background-color: #022739;
    width: 275px;
    height: 100%;
    position: fixed;
    text-align: left;
}

.sidenav-content {
    padding-top: 40px;
}

/* Under construction modal */
.modal-uc {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(2,39,57,1); /* Blue w/ opacity */
}

/* modal content */
.modal-uc-content {
    background-color: transparent;
    border: transparent;
    margin: auto;
    padding: 1em;
    height: 100%;
    width: 100%;
}

.modal-uc-button {
    background-color: #3097D1;
    color: white;
    margin-top: 1em;
    border: 0;
}

.modal-uc-button:hover {
    background-color: #ff7000;
    color: white;
    font-weight: bold;
}

/* close button for to verse menu (modal)*/
.close-modal-uc {
    color: white;
    font-size: 70px;
    /*position: absolute;*/
    /*top: 13px;*/
    /*right: 20px;*/
    /*display: inline-block;*/
    padding: 0;
}

.close-modal-uc:hover, .close-modal-uc:focus {
    /*text-decoration: none;*/
    /*cursor: pointer;*/
    color: #ff7000;
    font-weight: bold;
}

.modal-uc-content .lq-socmed-container {
    padding: 1em;
}

.modal-uc-content .lq-socmed-container .lq-socmed {
    padding: .1em;
}

/*---------------------------End of app.blade.php-----------------------*/

/*------------------------ Start of index.blade.php---------------------*/
.logo-container {
    background: inherit;
    margin-bottom: .5em;
}

.logo-lq {
    user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;

    margin-right: auto;
    margin-left: auto;
    display: block;
}

.logo-lqtafsir {
    user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;

    margin-right: auto;
    margin-left: auto;
    display: block;
}

.lq-source {
    font-size: 11px;
    opacity: 0.8;
    margin-top: 50px;
}

.feedback-icon {
    box-shadow: 0px 2.5px 10px black;
    border-radius: 0px;
    position: absolute;
    top: 2.5;
    right: 0;
    width: 45px;
    z-index: 1;
}
    .feedback-icon:hover, .feedback-icon:clicked, .feedback-icon:focused {
        cursor: pointer;
    }

.centered {
    position: fixed;
    top: 50%;
    left: 50%;
    /*margin-top: 2em;*/
    /* bring your own prefixes */
    transform: translate(-50%, -70%);
    width: 100%;
}

.container-section {
    text-align: center; 
    position: relative;
}

.fitter-section {
    position: absolute; 
    top: 0; 
    left: 50%; 
    width: 100%; 
    height: 100%
}

.setter-section {
    position: relative; 
    left: -50%;
}

#ayat-populer .head-pencarian, .head-ayat {
    color: #ff7000;
    font-size: 20px;
    text-align: center;
}

#ayat-populer .content-pencarian .badge-pencarian {
    border-radius: 20px;
}
    #ayat-populer .content-pencarian .badge-count {
        font-size: 12px;
    }

#ayat-populer .content-pencarian .badge-pencarian, .content-ayat .badge-ayat {
    font-size: 16px;
    margin: 5px;
    background: #024c65;
    color: #b4c0c0;
}

#ayat-populer .content-pencarian .badge-pencarian {
    padding: 10px;
    margin: 10px 5px;
}

#ayat-populer .content-ayat .badge-ayat {
    padding: 10px;
    border-radius: 15px;
}

/*#go-to-ayat {*/
/*    float: left;*/
/*    margin-left: 20px;*/
/*}*/

#topics-button {
    float: right;
    border: solid #008CBA 2px;
    border-radius: 5px;
    padding: 2px 25px;
    margin-right: 10px;
}

#login-button:hover {
    cursor: pointer;
}

#login-section {
    display: inline-block;
    width: 375px;
    max-width: 100%;
    /* margin-top: 15%; */
    align-self: center;
}

#cari-tafsir , #random-ayat {
    color: black;
    /*font-weight: bolder;*/
    background-color: #dadada;
}

#tagline {
    font-weight: bolder;
    color: black;
}

#portrait-query {
    border-radius: 0px;
    border-bottom: 2px solid rgba(0,0,0,.2);
    box-shadow: inset 0 1px 1px white;
}

#btn-search {
    opacity: 0.7;
}

.select-languages , .lq-source , #tagline , #search-bar-form {
    color: black;
    font-family: 'OpenSans';
}

#dropdown-ul {
        right: 0;
        top: auto;
        left: auto;
        min-width: 120px;
        margin-right: 15px;
        font-family:"OpenSans";
    }

/*------------------End of index.blade.php-------------------*/

/*-------------------Start of search-results.blade.php------------------*/
/* for iPad and larger */
@media (min-width: 768px) {
    .container-result {
        padding-left: 3em;
        padding-right: 3em;
    }
}

.container-result {
    background-color: #fff;
}

.text-align-left {
    text-align: left;
}

.text-arabic {
    /*margin-top: .75em;*/
    margin: 1em 0;
    text-align: right;
    font-family: "Uthmani";
    /*font-size: medium;*/
    line-height: 2.1;
}

.checkboxes {
    padding-bottom: 1em;
    font-family: 'Roboto';
}

.verse-button {
    word-wrap: break-word;
    position: relative;
    width: 100%;
    background-color: #fff;
    display: inline-block;
    border: none;
    margin-bottom: 1em;
    padding: .75em;
    box-shadow: 0px 0px 5px 0.5px #C0C0C0;
    border-radius: 10px;
}

.verse-button:hover, .verse-button:active{
    background-color: #fff;
}

.verse-chapter-center {
    /*padding: 0;*/
    padding: 5px 5px 5px 10px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: left;
    color: #1e6f8d;
    /* min-height: 100px; insert any height */
    border-bottom: 1px solid #dadada;
    /*font-size: 14px;*/
    font-weight: bold;
    font-family: 'Roboto';
}

.preview-translation, .preview-tafsir, .preview-donation {
    color: #002b36;
    font-family: 'TeXGyrePagella';
}

.recent-search, .recent-suggestion {
    color: #363636;
    font-family: 'Roboto';
}

.recent-suggestion a {
    color: #363636;
    text-decoration: underline;
    line-height: 2;
    font-size: large;
}

.text-justify {
    text-align: justify;
}

.lazyload-container {
    margin-top: 12%;
    margin-bottom: 12%;
}

.lazyload {
    width: 50px;
    height: 50px;
}

.highlight {
    color: #ff7000;
    font-weight: bold;
    font-family: 'TeXGyrePagella';
    background: none;
}
/*---------------------End of search-results.blade.php----------------------*/

/*-------------------------Start of verse-page.blade.php--------------------------*/

.lqtafsir-title {
    padding-right: 13em;
}

.panel-arabic {
    text-align: right;
    font-family: "Uthmani";
    font-size: 30px;
    line-height: 2.1;
    color: #363636;
}

.panel-arabic.panel-arabic-maariful-quran {
    font-size: 22px;
}

.panel-translation {
    /*text-align: justify;*/
    font-family: Calibri;
    word-spacing: normal;
}

.panel-tafsir {
    /*text-align: justify;*/
    font-family: Calibri;
    word-spacing: normal;
}

.enable-newline {
    white-space: pre-line;
    /*white-space: pre-wrap;*/
}

.go-top {
    position: fixed;
    bottom: 5em;
    right: 2em;
    /*text-decoration: none;*/
    /*color: white;*/
    /*background-color: rgba(0, 0, 0, 0.3);*/
    font-size: 12px;
    padding: 1em;
    display: none;
}

.go-top:hover {
    /*background-color: rgba(0, 0, 0, 0.6);*/
}

.popup-modal , .donation-popup-modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    /*padding-top: 275px; !* Location of the box *!*/
    left: 0;
    top: 0;
    right: 0;
    left: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(2,39,57,.5); /* Black w/ opacity */
}

.col-right-popup {
    height: 100%;
    margin-top: 15%;
}

#popup-background-landscape {
    display: inline-block;
    margin-top: 5%;
    margin-bottom: 0;
    width: 80%;
    height: 80%;
    background-image: url('/img/pop-up-lands-newest2.jpg');
    background-size: cover;
}

#popup-background-portrait {
    display: inline-block;
    margin-top: 17%;
    margin-bottom: 0;
    width: 80%;
    height: 80%;
    background-image: url('/img/pop-up-mob-newest2.jpg');
    background-size: cover;
}

.close-popup , .donation-close-popup {
    color: white;
    font-size: 70px;
    font-weight: lighter;
    position: fixed;
    top: 6%;
    right: 11%;
    display: inline-block;
    z-index: 1;
}

.popup-text {
    text-align: center;
    font-size: 3vw;
    color: white;
    padding-top: 35%;
    padding-left: 5%;
    padding-right: 5%;
    font-family: 'Roboto';
}

.support-btn {
    margin-top: 30%;
    color: white;
    font-size: 14px;
    background-color: #ff7000;
    border: 1px solid #ff7000;
    border-radius: 20px;
    font-family: 'Roboto';
    width: 150px;
}
    .support-btn:hover, .support-btn:active {
        color: white;
        background-color: transparent;
        border: 1px solid #ff7000;
    }

.feedback-btn {
    background-color: transparent;
    border: 1px solid #ff7000;
    color: white;
    font-size: 1.7vw;
    border-radius: 20px;
    font-family: 'Roboto';
}

.feedback-link {
    margin-top: 5%;
    color: white;
    font-size: 14px;
    background-color: transparent;
    border: 1px solid #ff7000;
    border-radius: 20px;
    font-family: 'Roboto';
    width: 150px;
}
    .feedback-link:hover, .feedback-link:active {
        color: white;
        background-color: #ff7000;
        border: 1px solid #ff7000;
    }

.text-or {
    margin: 5%;
    color: white;
    opacity: 0.5;
    font-size: 1.5vw;
}

/*Portrait mode*/

.popup-text-portrait {
    text-align: center;
    font-size: 8vw;
    color: white;
    padding-top: 35%;
    padding-left: 5%;
    padding-right: 5%;
    font-family: 'Roboto';
}

.support-btn-portrait {
    margin-top: 10%;
    color: white;
    font-size: 4.7vw;
    background-color: #ff7000;
    border: 0;
    border-radius: 20px;
    width: 200px;
    font-family: 'Roboto';
}

.feedback-btn-portrait {
    background-color: transparent;
    border: 1px solid #ff7000;
    color: white;
    font-size: 4.7vw;
    border-radius: 20px;
    width: 200px;
    font-family: 'Roboto';
}

.feedback-link-portrait {
    margin-top: 5%;
    color: white;
    font-size: 4.7vw;
    background-color: transparent;
    border: 1px solid #ff7000;
    border-radius: 20px;
    width: 200px;
    font-family: 'Roboto';
}

.text-or-portrait {
    margin: 5%;
    color: white;
    opacity: 0.5;
    font-size: 4.5vw;
}
/*----------------------------End of verse-page.blade.php-------------------------*/

/*--------------------------- Start of about page---------------------------------*/

.about-panel {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border: none;
    padding: 2em;
    padding-top: .05em;
    height: 340px;
}

.about-header {
    background-image: url('/img/about-header-mobile.jpg');
    background-size: cover;
    height: 100%;
}

.about-developer {
    background-image: url('/img/about-developer-mobile.jpg');
    background-size: cover;
}

.about-developer-img {
    /* width: 150px; */
    height: 177px !important;
}

.about-reference {
    background-image: url('/img/about-reference-mobile.jpg');
    background-size: cover;
}

.about-reference .about-reference-inner {
    padding: 1em;
}

.about-version {
    background-image: url('/img/about-version-mobile.jpg');
    background-size: cover;
}

.about-version .about-version-inner {
    margin-top: 115px;
}

.about-commentary {
    /*height: 300px;*/
    padding: 0;
}

.about-commentary-video {
    height: 100%;
    width: 100%;
}

.about-support {
    background: #022739;
}

.about-support .about-support-inner {
    padding-top: 2em;
    height: 150px;
}

.about-support-inner .left, .about-support-inner .right {
    background-image: none;
}

.about-participation {
    background: #04374a;
}

.about-participation-inner {
    margin-top: 0px;
}

.about-contact {
    background-image: url('/img/about-contact-mobile.jpg');
    background-size: cover;
}

.about-contact .about-contact-inner {
    margin-top: 105px;
}

.about-aboutlq {
    /*display: table;*/
    /*display: block;*/
    padding: 3em;
}

.about-aboutlq .about-aboutlq-lqlogo {
    padding-top: 2.5em;
    margin: 0;
}

.about-aboutlq .about-aboutlq-text {
    /*display: block;*/
    text-align: center;
    /*display: inline;*/
}

.carousel-indicators {
    bottom: auto;
    z-index: 0;
}

.carousel-inner>.item>a>img, .carousel-inner>.item>img {
    display: inline-block;
    padding: 1em;
}

.about-panel h4 {
    display: inherit;
}

.about-footer {
    background: #151515;
    /* height: 100%; */
    height: fit-content;
}
/*---------------------------End of about page---------------------------------*/




/*---------------------------Start of donation page---------------------------------*/

.donation-landpage-header {
    background-image: url('/img/donation-header-mobile.jpg');    
}

.donation-header {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /* height: 100%; */
}

.donation-support .donation-support-inner {
    margin-top: 30px;
}

.donation-support .donation-support-inner-icon {
    /* padding: 70px 0; */
}
    .donation-support .donation-support-inner-icon .donation-icon {
        margin: 2px auto;
    }

.donation-panel {
    border: none;
    /* padding: 2em; */
    padding-top: .05em;
}

.donation-panel h4 {
    display: inherit;
}

.donation-panel .donation-support {
    max-width: 220px;
    margin: 35px auto;
}

.donation-panel .donation-support-inner.last-child h2 {
    margin-top: 0;
    margin-bottom: 0;
}

.two-button-acs{
    display: block;
    text-align: center;
}

.donation-icon-top img {
    width: 75px;
}

.donation-icon-top.bnis img, .donation-icon-top.cimbs img {
    width: 140px;
}

/* .donation-vm-text {
    margin: 7.5% 0;
    text-align: left;
    color: white;
} */

.donation-icon-text-top {
    margin: 10px 0px 0px;
    font-weight: bold;
}
.donation-icon-text-bot {
    font-weight: 100;
}

.donation-icon-text-top.bnis, .donation-icon-text-top.cimbs {
    margin: 20px 0 0px;        
}

.donation-icon-text, .donation-icon-text-top, .donation-icon-text-bot {
    color: white;
}

.donation-testimonial-title {
    margin: 0px;

}

.donation-testimonial-text {
    margin: 10px;
}

.carousel-control.right, .carousel-control.left {
    background-image: none !important;
}

#fact-subsection1 {
    margin-top: 15%;
}

#fact-subsection2 {
    margin-top: 10%;
}

.fact-text {
    font-size:-webkit-xxx-large;
    font-weight:bolder;
}
/*---------------------------End of donation button---------------------------------*/


/*---------------------------Start of download button ---------------------------------*/

#branch-banner {
    -webkit-text-size-adjust: 100%;
    font-family: 'Open Sans', sans-serif;
    width: 100%;
    z-index: 99999;
    -webkit-font-smoothing: antialiased;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-transition: all 0.25s ease;
    transition: all 00.25s ease;
    position: fixed;
    bottom: 150px;
    left: 0;
    line-height: normal;
}

#branch-banner .branch-banner-button {
    padding: 10px 20px 10px 20px;
    text-align: center;
    line-height: 20px;
    cursor: pointer;
    font-size: 14px;
}

#branch-banner .branch-banner-button-container {
    padding: 10px 0;
    border-radius: 50px;
    color: #FFF;
    background: #ff5a5f;
    text-align: center;
    letter-spacing: 1.15px;
    position: relative;
    left: 50%;
    transform: translate(-50%, 50%);
    -webkit-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    display: inline-block;
    background-image: linear-gradient(74deg, rgb(58, 137, 255) -80%, rgb(0, 106, 151) 80%);
    box-shadow: -6px 4px 12px 0 rgba(0,0,0,0.16);
}

#branch-banner .branch-banner-close {
    padding: 7px 15px 10px 15px;
    font-size: 20px;
    line-height: 0;
    cursor: pointer;
    border-left: 1px solid white;
    z-index: 1;
}

/*--------------------------- End of download button---------------------------------*/

/*--------------------------- Start of 404 page---------------------------------*/
#error-msg-landscape , #error-msg-portrait {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

#error-msg-landscape {
    background-image: url('/img/pnf-landscape.jpg');
}

#error-msg-portrait {
    background-image: url('/img/pnf-portrait.jpg');
}

#error-content {
    vertical-align: middle;
}

#search-btn {
    padding: 5px 20px;
    color: white;
    font-size: 2.3vh;
    background-color: #008CBA;
    border-radius: 50px;
}

#topics-btn {
    padding: 5px 20px;
    color: white;
    font-size: 2.3vh;
    background-color: transparent;
    border: solid #008CBA 2px;
    border-radius: 50px;
}

#text-404 {
    margin-top: 0;
    font-size: 100px;
    margin-bottom: 4%;
}

#text-or-error {
    padding: 20px 10px;
    font-size: 17px;
}

#text-error-1 , #text-error-2 {
    font-size: 1.7vw;
    margin-right: 30px;
    margin-left: 30px;
}

#text-error-1-portrait , #text-error-2-portrait {
    font-size: 2.3vh;
    margin-right: 30px;
    margin-left: 30px;
}

#text-error-1 {
    margin-bottom: 3px;
}

#error-buttons {
    margin-top: 30px;
}

.outer {
    display: table;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.middle {
    display: table-cell;
    vertical-align: middle;
}

.inner {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    /*whatever width you want*/
}

.lqt-logo {
    margin-top: 3%;
}
/*---------------------------End of 404 page---------------------------------*/

/* style v2 */

.btn-outline-custom {
    color: #ff7000;
    letter-spacing: 1px;
    line-height: 15px;
    border: 2px solid #ff7000;
    border-radius: 10rem;
    /* background: transparent; */
    transition: all 0.3s ease 0s;
    height: 3rem;
    /* font-size: 1.2rem; */
    width: 10rem;
    height: 10rem;
    margin:auto;
    /* margin-right: 15rem; */
  }

  .btn-bg-custom-profile-picture {        
        /* background-size: cover; */
        background-size: auto;
        background-position: center;
        border: 2px solid white;
        background-color: white;
    }

    .no-hover:hover {
        background-color: inherit!important;
        color: white!important;
        cursor: default;
    }

    .sidenav-content {
        position: relative;
        min-height: 100%;
        padding-bottom: 1.5rem;
        font-family: Roboto;
    }
    .sidenav-bottom-logout {
        position: absolute!important;
        display: inline-block!important;
        bottom: 0;
        /* left: -15px; */
        padding-left: 0!important;
        width: 100%;
    }

    .row-custom {
        display: flex;
        -webkit-box-align: center;
        align-items: center;

        max-width: 100%;
        /* padding-left: 2rem; */
        /* margin-right: -200px; */
        margin-right: 0px;
        margin-left: 0px;
        margin-bottom: 2rem;
    }

    .no-padding {
        padding: 0!important;
    }

    .btn-outline-custom-premium {
        min-width: max-content;
        max-width: 8rem;
        height: min-content;
        font-size: 1rem;
        line-height: 0.5rem;
        color:white;
        background-color: #ff7000;
        font-weight: bolder;
        /* border: 2px solid #ff7000; */
        border-radius: 1rem;        
        transition: all 0.3s ease 0s;
        margin: auto;
    }

    .popover-title {
        font-size: 1rem;
        text-align: center;
    }

    .popover-content {
        font-size: 1rem;
        text-align: center;
    }

    .btn-outline-custom-premium:hover {
        color: #ff7000;
        background-color: white;
    }


/* for ads inmobi */
.inmobi-ad {
    border: none;
    overflow: hidden;
    width: 468px;
    height: 60px;
    background-color: white;
    display: block;
    position: fixed;
    z-index: 1;
    left: 0;
    bottom: 0;
    width: 100%!important;
}
/* end for ads inmobi */

#toappeal-banner-landscape {
    /* cursor: pointer; */
}

.hide-premium {
    display: none!important;
}

@media (min-height: 800px) {
    .top-facts-mobile {
        padding-top: 35%;
    }
}

@media (min-height: 700px) and (max-height: 800px) {
    .top-facts-mobile {
        padding-top: 30%;
    }
}

@media (min-height: 600px) and (max-height: 700px) {
    .top-facts-mobile {
        padding-top: 17%;
    }
}

@media (max-height: 540px) {
    .facts-section {
        min-height: 540px !important;
    }   
}

.blur-up {
    -webkit-filter: blur(5px);
    filter: blur(5px);
    transition: filter 400ms, -webkit-filter 400ms;
}

.blur-up.lazyloaded {
    -webkit-filter: blur(0);
    filter: blur(0);
}

.fade-box .lazyload,
    .fade-box .lazyloading {
    opacity: 0;
    transition: opacity 400ms;
}

.fade-box img.lazyloaded {
    opacity: 1;
}