@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400&display=swap');

body {
  background-color: #fff;
  color: #555;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
}

a {
  text-decoration: none;
  color: #7fcbc9;
  transition: .3s all ease;
}

a:hover {
  color: #222;
  text-decoration: none;
}

h1 {
  font-size: 24px;
}

h2 {
  font-size: 22px;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 19px;
}

h6 {
  font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  line-height: 1.5;
  margin: 0;
}

::selection {
  background: #7fcbc9;
  color: #fff;
  text-shadow: none
}

::-moz-selection {
  background: #7fcbc9;
  color: #fff;
  text-shadow: none
}

::-webkit-selection {
  background: #7fcbc9;
  color: #fff;
  text-shadow: none
}

.top-menu {
  list-style: none;
  padding: 0;
  margin: 0 0 15px 0;
}

.top-menu li {
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
  padding-bottom: 7px;
}

.top-social, .user-top-social {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 15px;
  text-align: center;
}

.top-social li, .user-top-social li {
  display: inline-block;
  padding: 5px;
  margin: 0 5px;
  font-size: 25px;
}

.user-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 15px;
  text-align: center;
}

.user-menu li {
  display: inline-block;
  padding: 5px;
  margin: 0 5px;
}

.user-menu-logged-in {
  margin-bottom: 15px;
}

.user-menu-logged-in ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.user-menu-logged-in li {
  padding: 5px;
}

.top-languages h5 {
  text-align: center;
  margin-bottom: 10px;
}

.top-languages a {
  color: #000;
}

.surah-name-content {
  position: relative;
  font-size: 18px;
  border: 1px solid #ddd;
  background-color: #fff;
  padding: 15px 15px 0 15px;
  margin-top: 0;
}

.surah-name-content a {
  display: block;
  font-size: 18px;
  color: #333;
}

.surah-name-content a:hover {
  color: #7fcbc9;
}

.surah-name-content-last {
  margin-bottom: 0;
}

.surah-name-content .number {
  position: absolute;
  right: 0;
  top: 0;
  width: 25px;
  height: 25px;
  color: #fff;
  background-color: #7fcbc9;
  text-align: center;
}

.quran-pdf-surah {
  position: relative;
  font-size: 18px;
  border: 1px solid #ddd;
  background-color: #fff;
  padding: 0;
  margin-top: 0;
  text-align: center;
}

.quran-pdf-surah img {
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
  transition: .7s all ease;
}

.quran-pdf-surah img:hover {
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.4);
}

.quran-pdf-surah h3 {
  display: block;
  font-size: 18px;
  color: #7fcbc9;
  font-weight: 700;
  margin: 10px 0;
  /*
  position: absolute;
  border: 0;
  display: block;
  text-align: center;
  */
}

.quran-pdf-surah h3 a {
  color: #333;
}

.quran-pdf-surah .number {
  position: absolute;
  right: 0;
  top: 0;
  width: 25px;
  height: 25px;
  color: #fff;
  background-color: #7fcbc9;
  text-align: center;
}

.quran-playlist {
  position: relative;
  font-size: 18px;
  border: 1px solid #ddd;
  background-color: #fff;
  padding: 0;
  margin-top: 0;
  text-align: center;
  overflow: hidden;
  height: 236px;
}

.quran-playlist img {
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
  transition: .7s all ease;
  position: absolute;
  display: block;
  top: -40px;
}

.quran-playlist img:hover {
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.4);
}

.quran-playlist h3 {
  display: block;
  font-size: 18px;
  /*
  color: #7fcbc9;
  */
  font-weight: 500;
  margin: 0;
  position: absolute;
  border: 0;
  display: block;
  text-align: center;
  width: 100%;
  bottom: 0;
  background: rgba(0, 0, 0, .5);
  padding: 5px;
  color: #fff;
}

.quran-playlist a {
  color: #fff;
}

.surah-container {
  margin-top: 30px;
}

.surah-content {
  background-color: #f7f7f7;
  border-bottom: 1px solid #ddd;
  padding: 30px;
  margin-bottom: 30px;
}

.custom-content {
  padding: 0;
  margin-bottom: 15px;
  background-color: #fff;
  padding: 15px;
}

.custom-content-header {
  padding: 0;
  text-align: center;
  margin-bottom: 15px;
}

.custom-content-header h2 {
  font-size: 28px;
  padding-bottom: 15px;
  border-bottom: 3px solid #ddd;
  color: #7fcbc9;
  display: inline-block;
}

.custom-content-body {
  padding: 0;
}

.surah-content:hover {
  background-color: #f2f2f2;
}

.surah-content-last {
  margin-bottom: 0;
}

.surah-container-inline {
  margin-top: 30px;
  text-align: justify;
  text-align-last: center;
}

.surah-content-inline {
  line-height: 50px;
  background-color: #fff;
}

.surah-content-inline:hover {
  background-color: rgb(201 76 76 / 0.15);
  padding: 15px 0;
}

.quran-font,
.surah,
.ayah {
  font-size: 30px;
  text-align: right;
  direction: rtl;
  transition: ease 0.6s;
  -webkit-tap-highlight-color: transparent;
  font-weight: 400;
  color: #000;
}

.ambiguity-container {
  text-align: justify;
  text-align-last: center;
}

.aya-number {
  font-family: "Traditional Arabic", "Times New Roman";
  font-size: 25px;
  white-space: nowrap;
  color: #c94c4c;
  cursor: pointer;
}

.translation-content {
  padding: 15px;
  margin: 0;
  background: #fff;
  border-bottom: 1px solid #ccc;
}

.translation-text {
  padding: 0;
  margin: 0;
  text-align: left;
  direction: ltr;
  font-size: 18px;
}

.ltr {
  text-align: left;
  direction: ltr;
}

.translation-text-rtl {
  padding: 0;
  margin: 0;
  text-align: right;
  direction: rtl;
  font-size: 24px;
  line-height: initial;
}

.row-translations {
  text-align: left;
  direction: ltr;
}

.row-translations h4 a,
.tafsir-name h4 a,
.chapter-title h4 a,
.moshaf-name h4 a {
  color: #333;
}

.row-translations p,
.tafsir-name p,
.chapter-title p,
.moshaf-name p {
  font-size: 16px;
  margin-bottom: 0;
}

.translation-name,
.tafsir-name,
.chapter-title {
  position: relative;
  font-size: 20px;
  border: 1px solid #ddd;
  background-color: #fff;
  padding: 15px;
}

.chapter-title {
  padding: 15px 15px 0 15px;
}

.user-box-title {
  margin-bottom: 25px;
}

.translation-name h4 {
  font-size: 18px;
}

.main-title {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px;
}

.loop-items {
  position: relative;
  border: 1px solid #ddd;
  background-color: #fff;
  padding: 15px;
  border-radius: 15px;
}

.loop-items:hover {
  background-color: #f5f5f5;
}

.loop-items a {
  color: #333;
}

.loop-items a:hover {
  color: #7fcbc9;
}

.loop-items .item-title {
  text-align: center;
  margin-bottom: 0;
}

.loop-items .item-image {
  text-align: center;
}

.loop-items .item-image .flag {
  max-width: 100px;
}

.chapter-name {
  color: #7fcbc9;
}

.moshaf-col {
  text-align: center;
}

.moshaf-name {
  position: relative;
  font-size: 20px;
  border: 1px solid #ddd;
  background-color: #fff;
  padding: 15px;
}

.moshaf-name h4 {
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 700;
}

.moshaf-image {
  margin-bottom: 10px;
}

.moshaf-image img {
  -moz-box-shadow: 0px 6px 5px #ccc;
  -webkit-box-shadow: 0px 6px 5px #ccc;
  box-shadow: 0px 6px 5px #ccc;
}

.moshaf-parent {
  margin-bottom: 30px;
}

.moshaf-parent-title {
  text-align: center;
  margin-bottom: 15px;
}

.tafsir-content {
  margin-bottom: 30px;
}

.tafsir-content-header {
  padding: 0;
  margin-bottom: 15px;
  text-align: center;
}

.tafsir-content h5 {
  font-size: 18px;
  padding-bottom: 5px;
  border-bottom: 3px solid #ddd;
  color: #7fcbc9;
  display: inline-block;
}

.tafsir-text {
  padding: 0;
  margin: 0;
  font-size: 18px;
  line-height: 28px;
  color: #000;
  text-align: justify;
  text-align-last: center;
}

.tafsir-content-last {
  margin-bottom: 0;
}

.tafsir-surah-content {
  margin-top: 30px;
  background-color: #fff;
  border-right: 4px solid #32ccfe;
  padding: 15px;
}

.tafsir-surah-content-header {
  padding: 0;
  margin-bottom: 15px;
}

.tafsir-surah-content h5 {
  font-size: 22px;
  color: #32ccfe;
}

.tafsir-surah-content h5 a {
  color: #32ccfe;
}

.tafsir-surah-text {
  padding: 0;
  margin: 0;
  font-size: 18px;
  color: #000;
  text-align: justify;
}

.tafsir-surah-content-last {
  margin-bottom: 0;
}

.moshaf-page-title {
  text-align: center;
}

.moshaf-page-title h3 {
  font-size: 22px;
  margin-bottom: 15px;
  color: #7fcbc9;
}

.moshaf-page-title p {
  font-size: 17px;
  margin-bottom: 10px;
}

.moshaf-page-content {
  position: relative;
  text-align: center;
  font-size: 18px;
  border: 1px solid #ddd;
  background-color: #fff;
  padding: 15px 0 0 0;
}

.moshaf-page-content a {
  display: block;
  font-size: 18px;
}

.moshaf-title {
  position: absolute;
  top: 0;
  text-align: center;
  width: 100%;
}

.logo-container {
  background: #fff;
  padding-top: 65px;
  padding-bottom: 15px;
  text-align: center;
}

.footer {
  position: relative;
  color: rgba(255, 255, 255, 0.75);
  background-color: #282828;
}

.footer-wrap {
  padding: 15px 0;
  color: #fff;
}

.footer-wrap h4 {
  padding: 0;
  margin: 0 0 15px 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
}

.footer-wrap ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer-wrap ul li {
  padding: 0 0 5px 0;
  list-style: none;
  margin: 0 0 15px 0;
  border-bottom: 1px solid #555;
}

.footer-wrap ul li.last {
  padding: 0;
  margin: 0 0 0 0;
  border-bottom: none;
}

.footer-wrap ul li a {
  color: rgba(255, 255, 255, 0.8);
}

.footer-wrap ul li a:hover {
  color: #7fcbc9;
}

.powered {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.2);
  padding: 20px 0;
}

.powered a {
  color: #7fcbc9;
}

.powered a:hover {
  color: #7fcbc9;
}

.body-container {
  padding: 15px 0 15px 0;
}

.top-navbar {
  background: rgba(255, 255, 255, 0.85);
  color: #666;
  border-bottom: 1px solid #ebecee;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .05), inset 0 -1px 0 rgba(0, 0, 0, .1);
}

.top-navbar a.nav-link,
.top-navbar .list-inline-item a {
  color: #666;
  font-size: 16px;
}

.top-navbar .navbar-toggler {
  border: none;
  color: #999;
}

.top-navbar .dropdown-item {
  color: #212529 !important;
}

.custom-field-social {
  margin-bottom: 15px;
  text-align: center;
}

.custom-field-social a {
  margin: 0 7px;
  font-size: 40px;
  color: #666;
}

.custom-field-logo {
  margin-bottom: 15px;
  text-align: center;
}

iframe {
  width: 100%;
  height: 622px;
  border: none;
}

.surah-badge {
  float: right;
  color: #fff;
  background-color: #7fcbc9;
}

.quran-breadcrumb {
  background-color: #fff;
  border-radius: 15px;
  padding: 15px;
}

.quran-breadcrumb .breadcrumb-item a {
  color: #7fcbc9;
}

.quran-audio {
  margin-bottom: 15px;
}

.quran-audio audio,
.quran-audio-surah audio {
  width: 100%;
  height: 40px;
  border-radius: 5px;
}

.quran-share {
  margin-top: 15px;
  text-align: center;
}

.quran-share .btn {
  margin-bottom: 5px;
  text-align: center;
}

.top-social .fa-adn {
  color: #504e54;
}

.top-social .fa-apple {
  color: #aeb5c5;
}

.top-social .fa-android {
  color: #A5C63B;
}

.top-social .fa-bitbucket,
.top-social .fa-bitbucket-square {
  color: #003366;
}

.top-social .fa-bitcoin,
.top-social .fa-btc {
  color: #F7931A;
}

.top-social .fa-css3 {
  color: #1572B7;
}

.top-social .fa-dribbble {
  color: #F46899;
}

.top-social .fa-dropbox {
  color: #018BD3;
}

.top-social .fa-facebook,
.top-social .fa-facebook-square {
  color: #3C599F;
}

.top-social .fa-flickr {
  color: #FF0084;
}

.top-social .fa-foursquare {
  color: #0086BE;
}

.top-social .fa-github,
.top-social .fa-github-alt,
.top-social .fa-github-square {
  color: #070709;
}

.top-social .fa-html5 {
  color: #E54D26;
}

.top-social .fa-instagram {
  color: #A1755C;
}

.top-social .fa-vine {
  color: #00bf8f;
}

.top-social .fa-spotify {
  color: #1ed760;
}

.top-social .fa-linkedin,
.top-social .fa-linkedin-square {
  color: #0085AE;
}

.top-social .fa-linux {
  color: #FBC002;
  color: #333;
}

.top-social .fa-maxcdn {
  color: #F6AE1C;
}

.top-social .fa-pagelines {
  color: #241E20;
  color: #3984EA;
}

.top-social .fa-pinterest,
.top-social .fa-pinterest-square {
  color: #CC2127;
}

.top-social .fa-renren {
  color: #025DAC;
}

.top-social .fa-skype {
  color: #01AEF2;
}

.top-social .fa-stack-exchange {
  color: #245590;
}

.top-social .fa-stack-overflow {
  color: #FF7300;
}

.top-social .fa-trello {
  color: #265A7F;
}

.top-social .fa-tumblr,
.top-social .fa-tumblr-square {
  color: #314E6C;
}

.top-social .fa-twitter,
.top-social .fa-twitter-square {
  color: #32CCFE;
}

.top-social .fa-vimeo-square {
  color: #229ACC;
}

.top-social .fa-vk {
  color: #375474;
}

.top-social .fa-weibo {
  color: #D72B2B;
}

.top-social .fa-windows {
  color: #12B6F3;
}

.top-social .fa-xing,
.top-social .fa-xing-square {
  color: #00555C;
}

.top-social .fa-youtube,
.top-social .fa-youtube-play,
.top-social .fa-youtube-square {
  color: #C52F30;
}

.top-social .fa-whatsapp {
  color: #25d366;
}

.moshaf-pagination {
  background-color: #ebecee;
  padding: 15px;
  text-align: center;
}

.moshaf-select-page {
  position: absolute;
  top: 0;
  width: 100%;
}

.moshaf-page {
  position: relative;
}

.moshaf-image {
  z-index: 9;
  /*
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  */
}

.moshaf-page .moshaf-pagination-right,
.moshaf-page .moshaf-pagination-left {
  position: absolute;
  z-index: 99;
  text-align: center;
  font-size: 15px;
  border: 1px solid #ccc;
  background-color: #0a0c0d;
  color: #fff;
  padding: 5px 10px;
}

.moshaf-page .moshaf-pagination-right a,
.moshaf-page .moshaf-pagination-left a {
  color: #fff;
  display: block;
}

.moshaf-page .moshaf-pagination-right {
  right: 0;
}

.moshaf-page .moshaf-pagination-left {
  left: 0;
}

.moshaf-page .moshaf-pagination-center {
  position: absolute;
  left: 10%;
  right: 10%;
  color: #000;
  z-index: 99;
  text-align: center;
}

.moshaf-pagination-center h1 {
  font-size: 20px;
}

.col-custom {
  text-align: center;
  background-color: #444;
  color: #fff;
  padding: 10px;
  box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);
  transition: transform .2s;
}

.col-custom p {
  margin-top: 1.2em;
  margin-bottom: 1.2em;
  font-size: 15px;
}

.col-custom p .fas,
.col-custom p .fab {
  font-size: 50px;
}

.zoom:hover {
  transform: scale(1.1);
}

.dropdown-item {
  padding: .25rem 1.0rem;
}

.ambiguity-word {
  color: #7fcbc9;
  font-weight: 700;
}

/*
.tooltip .tooltip-inner {
  background-color: #363945;
  color: #fff;
  text-align: center;
  padding: 10px;
  border-radius: 0;
  font-size: 25px;
  min-width: 300px;
}
*/
.tooltip .tooltip-inner {
  background-color: #363945;
  color: #fff;
  text-align: center;
  padding: 10px;
  border-radius: 0;
  min-width: 300px;
}

.custom-tooltip {
  color: #fff;
  text-align: center;
  font-size: 25px;
}

.home-content {
  padding: 0;
}

.home-content-title,
.muqri-container-title,
.quran-container-title {
  text-align: center;
  margin-bottom: 30px;
}

.home-content-title h1,
.muqri-container-title h1,
.quran-container-title h1 {
  font-size: 30px;
  font-weight: 900;
  display: inline;
  border-bottom: 3px solid rgb(127, 203, 201);
  padding-bottom: 5px;
}

.home-content .icon {
  margin-bottom: 15px;
  font-size: 35px;
  color: #7fcbc9;
}

.home-content .nav-link {
  color: #7fcbc9;
}

.home-content-subtitle {
  text-align: center;
  margin-bottom: 30px;
}

.quran-page-text {
  text-align: justify;
  text-align-last: center;
}

.custom-quran-container {
  text-align: center;
}

.custom-quran-text .surah {
  font-size: 30px;
}

.edc-quran-page-inline {
  position: relative;
  line-height: 50px;
  display: inline;
}

.edc-quran-page-inline .edc-quran-popover {
  position: absolute;
  border-radius: 7px;
  border: 1px solid #ddd;
  background: #fff;
  padding: 5px;
  bottom: 0;
  left: 0;
  display: none;
  line-height: initial;
  min-width: 105px;
  text-align: center;
  z-index: 999;
  opacity: 1;
}

#edc-quran-audio {
  display: none;
}

.edc-quran-popover span {
  margin: 0 5px;
}

.edc-quran-popover p {
  margin-bottom: 5px;
}

.edc-quran-popover .edc-quran-play,
.edc-quran-popover .edc-quran-translations,
.edc-quran-popover .edc-quran-tafsir {
  cursor: pointer;
}

.edc-quran-page-inline:hover {
  background-color: rgba(127, 203, 201, .4);
  padding: 5px 0;
}

.edc-quran-page-selected {
  background-color: rgba(127, 203, 201, .6);
  padding: 5px 0;
}

.edc-quran-page-inline .aya-number {
  color: #050;
}

.quran-page-surah-details {
  position: relative;
  width: 100%;
  height: 50px;
  text-align: center;
  /* background: rgba(55, 189, 156, .1); */
  /* background: rgba(0, 0, 0, .1); */
}

.quran-page-surah-details .surah-icon-info {
  font-size: 22px;
  margin: 0 5px;
  cursor: pointer;
}

#surahInfoLabel,
#trnslationLabel,
#tafsirLabel {
  font-weight: 400;
}

.quran-page-surah-details .surah-icon-audio,
.quran-page-surah-details .surah-icon-audio-pause {
  font-size: 22px;
  margin: 0 5px;
}

.quran-page-surah-details .surah-icon-audio-pause {
  display: none;
}

.surah-play-audio,
.surah-pause-audio {
  cursor: pointer;
}

.icon-active,
.surah-pause-audio {
  color: #7fcbc9;
}

.edc-quran-page-surah-number {
  display: inline-block;
  font-family: hafs;
  font-size: 0.91em;
}

.edc-quran-page-surah-name h2 {
  font-size: 20px;
  font-weight: 500;
  font-family: hafs, 'Kitab', serif;
  padding-top: 7px;
}

.edc-quran-page-ayat {
  margin-bottom: 30px;
}

.edc-quran-page-ayat-last {
  margin-bottom: 0;
}

.edc-quran-page-surah-audio {
  display: none;
}

.modal-body .tafsir-content {
  margin-bottom: 0;
}

.modal-body .tafsir-surah-content {
  margin-top: 0;
}

.modal-body #tafsir-text,
.modal-body #trnslation-text {
  margin-top: 15px;
}

#edc-quran-display-surah {
  margin-bottom: 5px;
}

#trnslation-text,
#other-trnslation-text,
#change-translation {
  direction: ltr;
  text-align: left;
  font-family: arial, sans-serif, tahoma;
}

#trnslation-text .translation-text,
#other-trnslation-text .translation-text {
  font-size: 20px;
}

#trnslation-text .translation-content,
#other-trnslation-text .translation-content {
  margin-top: 15px;
  background-color: #fff;
  border-left: 4px solid #32ccfe;
  padding: 15px;
}

#trnslation-text .text-muted,
#other-trnslation-text .text-muted {
  font-size: 14px;
}

.fa-sistrix {
  font-weight: 900 !important;
}

.home-tab-title {
  display: none;
  text-align: center;
}

.home-tab-title h2 {
  font-size: 20px;
}

.tab-pane {
  padding-top: 15px;
}

.nav-item:hover {
  cursor: pointer;
}

.quran-card {
  background-color: #fefefe;
  border: 1px solid #ddd;
}

.quran-card .card-header {
  border-bottom: 1px solid #ddd;
}

.quran-card .card-header h1 {
  font-size: 18px;
  font-weight: 500;
  color: #666;
}

.quran-card .card-body {
  background-color: #fff;
}

.quran-social {
  background: #f7f7f7;
  border: 1px solid #f2f2f2;
  color: #666;
}

.form-icon {
  color: #7fcbc9;
}

.search-surah {
  margin-bottom: 15px;
}

.aya-number {
  font-size: 22px;
}

#muqri-audio-play {
  display: block;
  cursor: pointer;
  margin-bottom: 20px;
  text-align: center;
  color: #7fcbc9;
}

#muqri-audio-play:hover {
  color: #95e6e3;
}

#muqri-audio-play i {
  font-size: 75px;
}

#muqri-audio {
  margin-bottom: 0;
}

#muqri-view-ayah {
  font-size: 25px;
  font-weight: 500;
  font-family: hafs, 'Kitab', serif;
  width: 50%;
  margin: 0 auto;
  margin-top: 15px;
  margin-bottom: 15px;
  border: 1px solid #ddd;
  border-radius: 7px;
  padding: 15px;
  display: none;
}

#muqri-view-ayah span {
  color: #7fcbc9;
}

#muqri-view-translate {
  font-size: 16px;
  font-weight: 400;
  margin-top: 15px;
  margin-bottom: 15px;
  border: 1px solid #ddd;
  border-radius: 7px;
  padding: 15px;
  display: none;
}

#muqri-view-translate p {
  padding: 0;
  margin: 0;
}

audio {
  width: 100%;
}

.home-box {
  position: relative;
  padding: 0;
  color: #fff;
  background-color: #7fcbc9;
  border-radius: 15px;
  background: url('../images/bg/bg-3.jpg');
}

.home-box-container {
  border-radius: 15px;
  padding: 15px;
  background-color: rgba(127, 203, 201, 0.8);
}

.home-box-container:hover {
  background-color: rgba(127, 203, 201, 0.6);
  animation: zoom-in-zoom-out 1s ease 1;
}

.home-box-icon {
  text-align: center;
  font-size: 35px;
  background-color: #fff;
  color: #7fcbc9;
  padding: 10px;
  width: 70px;
  height: 70px;
  margin: 0 auto;
  border-radius: 50%;
}

.home-box-icon a {
  color: #7fcbc9;
}

.home-box-icon a:hover {
  color: #cccccc;
}

.home-box-text {
  text-align: center;
  margin-top: 15px;
  font-size: 18px;
  font-weight: 700;
}

.home-box-text a {
  color: #fff;
}

.home-box-text a:hover {
  color: #282828;
}

.page-container {
  padding: 0;
}

.page-container-home {
  /*
  background: url('../images/bg/bg-4-gray.jpg');
  background-repeat: no-repeat;
  background-size: auto;
  background-position: top right;
  */
  background: url('../images/patterns/145.jpg');
  background-repeat: repeat;
}

.page-container-home .page-content {
  padding: 50px 0;
  background-color: rgba(255, 255, 255, 0.2);
}

.body-muqri {
  /*
  background: url('../images/bg/bg-8-gray.jpg');
  background-position: top right;
  background-repeat: no-repeat;
  background-size: cover;
  */
  background: url('../images/patterns/145.jpg');
  background-repeat: repeat;
}

.page-container-muqri .page-content {
  padding: 50px 0;
  background-color: rgba(255, 255, 255, 0.2);
}

.page-container-muqri .muqri-container {
  background: rgba(255, 255, 255, .9);
  padding: 15px;
  border-radius: 15px;
}

.body-moshaf-page,
.body-quran-page {
  /*
  background: url('../images/bg/bg-10-gray.jpg');
  background-position: top right;
  background-repeat: no-repeat;
  background-size: cover;
  */
  background: url('../images/patterns/145.jpg');
  background-repeat: repeat;
}

.page-container-moshaf-page .page-content,
.page-container-quran-page .page-content {
  padding: 50px 0;
  background-color: rgba(255, 255, 255, 0.2);
}

.page-container-moshaf-page .edc-quran-pages,
.page-container-quran-page .edc-quran-pages {
  background: rgba(255, 255, 255, .5);
  padding: 15px;
  border-radius: 15px;
}

.body-quran,
.body-surah,
.body-quran-pdf,
.body-quran-playlist {
  /*
  background: url('../images/bg/bg-7-gray.jpg');
  background-position: top right;
  background-repeat: repeat;
  background-size: contain;
  */
  background: url('../images/patterns/145.jpg');
  background-repeat: repeat;
}

.body-quran .edc-quran-pages,
.body-surah .edc-quran-pages {
  background: rgba(255, 255, 255, .5);
  padding: 15px;
  border-radius: 15px;
}

.body-surah .edc-quran-pages {
  background: rgba(255, 255, 255, .95);
}

.show-video,
.show-child {
  cursor: pointer;
}

.body-quran .quran-container-title,
.body-quran .quran-container-title h1,
.body-surah .quran-container-title,
.body-surah .quran-container-title h1,
.body-chapters .quran-container-title,
.body-chapters .quran-container-title h1,
.body-chapter .quran-container-title,
.body-chapter .quran-container-title h1,
.body-masahif .quran-container-title,
.body-masahif .quran-container-title h1,
.body-publications .quran-container-title,
.body-publications .quran-container-title h1,
.body-moshaf .quran-container-title,
.body-moshaf .quran-container-title h1,
.body-tafsirs .quran-container-title,
.body-tafsirs .quran-container-title h1,
.body-tafsir .quran-container-title,
.body-tafsir .quran-container-title h1,
.body-tafsir_surah .quran-container-title,
.body-tafsir_surah .quran-container-title h1 {
  color: #000;
  margin: 30px 0 50px 0;
}

.body-academy {
  background: url('../images/patterns/145.jpg');
  background-repeat: repeat;
}

.body-chapters,
.body-chapter {
  /*
  background: #0a0a0a url('../images/bg/bg-10-gray.jpg');
  background-position: top right;
  background-repeat: no-repeat;
  background-size: contain;
  */
  background: url('../images/patterns/145.jpg');
  background-repeat: repeat;
}

.body-chapters .edc-quran-pages,
.body-chapter .edc-quran-pages {
  background: rgba(255, 255, 255, .5);
  padding: 15px;
  border-radius: 15px;
}

.body-chapters h3 {
  margin-bottom: 10px;
}

.body-chapters h3 a {
  color: #333;
}

.body-masahif,
.body-moshaf,
.body-publications {
  /*
  background: #373737 url('../images/bg/bg-9-gray.jpg');
  background-position: top right;
  background-repeat: repeat;
  background-size: contain;
  */
  background: url('../images/patterns/145.jpg');
  background-repeat: repeat;
}

.body-masahif .edc-quran-pages,
.body-moshaf .edc-quran-pages,
.body-publications .edc-quran-pages {
  background: rgba(255, 255, 255, .5);
  padding: 15px;
  border-radius: 15px;
}

.body-moshaf .moshaf-page-content a {
  color: #000;
}

.body-language,
.body-translations,
.body-translation {
  /*
  background: #763f1d url('../images/bg/bg-11.jpg');
  background-position: top right;
  background-repeat: repeat;
  background-size: contain;
  */
  background: url('../images/patterns/145.jpg');
  background-repeat: repeat;
}

.body-language .edc-quran-pages,
.body-translations .edc-quran-pages,
.body-translation .edc-quran-pages {
  background: rgba(255, 255, 255, .5);
  padding: 15px;
  border-radius: 15px;
}

.body-translation .quran-container-subtitle,
.body-language .quran-container-subtitle,
.body-translations .quran-container-subtitle {
  background: rgba(255, 255, 255, .8);
  padding: 15px;
  border-radius: 15px;
  margin-top: 30px;
}

.body-translation .surah-container,
.body-tafsir_surah .surah-container {
  margin-top: 0;
}

.body-translation .surah-content,
.body-tafsir_surah .surah-content {
  margin-bottom: 15px;
}

.body-tafsirs,
.body-tafsir,
.body-tafsir_surah {
  /*
  background: #763f1d url('../images/bg/bg-14.jpg');
  background-position: top right;
  background-repeat: repeat;
  background-size: cover;
  */
  background: url('../images/patterns/145.jpg');
  background-repeat: repeat;
}

.body-tafsirs .edc-quran-pages,
.body-tafsir .edc-quran-pages,
.body-tafsir_surah .edc-quran-pages {
  background: rgba(255, 255, 255, .5);
  padding: 15px;
  border-radius: 15px;
}

.body-tafsir .quran-container-subtitle,
.body-tafsir_surah .quran-container-subtitle,
.body-ambiguity .quran-container-subtitle {
  margin-top: 30px;
}

.body-ambiguity,
.body-ambiguity {
  background: #fff url('../images/patterns/08.jpg');
  background-position: top right;
  background-repeat: repeat;
}

.body-ambiguity .edc-quran-pages,
.body-ambiguity .edc-quran-pages {
  background: rgba(255, 255, 255, .9);
  padding: 15px;
  border-radius: 15px;
}

.surah-content-ambiguity {
  font-size: 27px;
  line-height: 45px;
}

.body-pages {
  background: #fff url('../images/patterns/08.jpg');
  background-position: top right;
  background-repeat: repeat;
}

.body-pages .edc-quran-pages {
  background: rgba(255, 255, 255, .5);
  padding: 15px;
  border-radius: 15px;
}

.body-pages .surah-content-inline {
  background: none;
}

.muqri-icon {
  color: #7fcbc9;
}

.muqri-btn {
  color: #fff;
  background-color: #7fcbc9;
  border-color: #7fcbc9;
}

.muqri-btn:hover {
  color: #fff;
  background-color: #7fcbc9;
  border-color: #7fcbc9;
}

.muqri-btn:active {
  color: #fff;
  background-color: #7fcbc9;
  border-color: #7fcbc9;
}

.muqri-btn:focus {
  color: #fff;
  background-color: #7fcbc9;
  border-color: #7fcbc9;
  box-shadow: 0 0 0 0.25rem rgba(127, 203, 201, .5);
}

.muqri-btn.disabled,
.muqri-btn:disabled,
fieldset:disabled .muqri-btn {
  color: #fff;
  pointer-events: none;
  background-color: #7fcbc9;
  border-color: #7fcbc9;
  opacity: 0.50;
}

.muqri-reciters-container,
.muqri-surah-container,
.muqri-translations-container {
  margin-bottom: 30px;
}

.muqri-wrapper {
  position: relative;
  /*
  background-color: #ffffff;
  height: 400px;
  width: 320px;
  */
  margin: -10px auto 0 auto;
  height: 300px;
  width: 220px;
}

.muqri-circle {
  border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.muqri-animated {
  transform: translateZ(0);
}

/*
.muqri-tower {
  position: absolute;
  top: 12.5%;
  width: 100%;
  margin: -30px 0 0 0;
}

.muqri-tower .muqri-signal {
  position: absolute;
  top: -3px;
  left: 46.8%;
  margin: 0px 0 0 -15px;
}

.muqri-tower .muqri-signal .muqri-rings {
  width: 50px;
  height: 50px;
  border: 7px double #7fcbc9;
  animation: scale 1s infinite linear;
}

.muqri-tower .muqri-dot {
  margin: 10px auto -7px auto;
  width: 25px;
  height: 25px;
  background-color: #7fcbc9;
}

.muqri-tower .muqri-triangle {
  margin: 5px auto 0 auto;
  width: 30px;
  height: 30px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 30px solid #7fcbc9;
}
*/
.muqri-player {
  position: absolute;
  top: 60%;
  left: 50%;
  margin: -150px 0 0 -120px;
  height: 240px;
  width: 240px;
  background-color: #7fcbc9;
  cursor: pointer;
}

.muqri-play {
  position: absolute;
  width: 100%;
  height: 80px;
  margin-top: 80px;
  margin-left: 92px;
  box-sizing: border-box;
  border-style: solid;
  border-width: 40px 0px 40px 70px;
  border-color: transparent transparent transparent white;
  transition: all 200ms ease-in-out;
}

.muqri-pause {
  border-style: double;
  border-width: 0px 0px 0px 60px;
}

.muqri-player .muqri-buffering {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 230px;
  height: 230px;
  border-right: 5px solid #64a3a1;
  border-bottom: 5px solid #64a3a1;
  border-left: 5px solid #FFFFFF;
  border-top: 5px solid #FFFFFF;
  animation: rotate 5s infinite linear;
}

#muqri-sound {
  display: none;
}

.muqri-surah-description {
  text-align: center;
  color: #fff;
  background-color: #7fcbc9;
  padding: 15px;
  border-radius: 7px;
  margin-bottom: 15px;
  animation: zoom-in-zoom-out 1s ease 1;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }

  50% {
    transform: scale(1.2, 1.2);
  }

  100% {
    transform: scale(1, 1);
  }
}

.muqri-translation-text {
  text-align: left;
  direction: ltr;
}

.muqri-translation-text-rtl {
  text-align: right;
  direction: rtl;
}

.quick-links {
  right: -240px;
  box-shadow: 0 2px 15px rgb(0 0 0 / 12%);
  width: 280px;
  height: 40px;
  transition: all .3s ease-in-out;
  z-index: 9;
  opacity: .5;
  overflow: auto;
}

.quick-links:hover {
  right: 0 !important;
  z-index: 99;
  height: auto;
  opacity: 1;
}

.quick-links ul li a {
  padding: 10px;
}

.quick-links .ql-p {
  padding: 10px;
}

.ql-fs-icon {
  font-size: 1.375rem !important;
  color: #4e4b43;
  width: 26px;
}

.quick-links ul li a span,
.quick-links .ql-span {
  padding-left: 0;
  color: #2e2d2c;
}

.quick-links .ql-span {
  font-weight: 600;
}

.quick-links .form-check-label,
.quick-links .form-label {
  color: #222222;
}

.ql-div {
  padding-left: 20px;
}

.darkMode {
  background: none;
  background-color: #222;
}

.darkMode .page-container {
  background: none;
  background-color: #222;
}

.darkMode .page-content {
  background-color: rgba(255, 255, 255, 0.1);
}

.darkMode .home-content-title,
.darkMode .edc-quran-page-surah-info,
.darkMode .quran-container-title,
.darkMode .quran-container-title h1,
.darkMode .top-languages a,
.darkMode .page-container-ambiguity .edc-quran-pages .aya-number,
.darkMode .page-container-ambiguity .edc-quran-pages .aya-number,
.darkMode .muqri-container-title {
  color: #fff !important;
}

.darkMode .page-container-language .quran-container-subtitle,
.darkMode .page-container-translation .quran-container-subtitle {
  background: rgba(0, 0, 0, .8) !important;
}

.darkMode .page-container-ambiguity .edc-quran-pages,
.darkMode .page-container-ambiguity .edc-quran-pages,
.darkMode .offcanvas {
  background: rgba(0, 0, 0, .8) !important;
  color: #fff !important;
}

.darkMode .top-menu li {
  border-bottom: 1px solid #777 !important;
}

.darkMode .btn-close {
  background-color: #fff !important;
}

.card-actions {
  margin: 8px;
  padding: 16px 0;
  text-align: center;
}

#loader {
  display: flex;
}

.skeleton-card {
  margin: 8px auto;
  height: 55vh;
  /*width: calc((100% / 3) - 16px);*/
  width: 835px;
  border-radius: 3px;
  transition: all 100ms ease-in-out;
  position: relative;
  background-color: #eaeaea;
}

.skeleton-card::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: translateX(-100%);
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0));
  animation: load 1s infinite;
}

@keyframes load {
  100% {
    transform: translateX(100%);
  }
}

.surah-name {
  width: 400px;
  height: 65px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 25px;
  margin-top: 25px;
  background: url('../images/surah-bg-4.png') no-repeat;
  background-size: cover;
}

.surah-name h2 {
  font-size: 27px;
  padding-top: 10px;
  font-weight: 500;
}

.frame-001 .surah-name {
  background: url('../images/surah-bg-1.png') no-repeat;
  background-size: cover;
}

.frame-002 .surah-name {
  background: url('../images/surah-bg-2.png') no-repeat;
  background-size: cover;
}

.frame-003 .surah-name,
.frame-004 .surah-name {
  background: url('../images/surah-bg-3.png') no-repeat;
  background-size: cover;
}

.surah-name-s {
  margin-top: 30px;
}

.surah-name h3 {
  font-size: 16px;
  padding-top: 14px;
}

.quran-page {
  position: relative;
  max-width: 835px;
  margin: 0 auto;
}

.quran-page-surah-info {
  padding: 10px 0;
  background-color: rgba(255, 255, 255, .9);
  border-radius: 7px;
  margin-bottom: 15px;
}

.quran-page-surah-footer-info {
  padding: 15px;
  background-color: rgba(255, 255, 255, .9);
  border-radius: 7px;
  margin-bottom: 0;
}

.quran-page-surah-info p,
.quran-page-surah-footer-info p {
  padding: 0;
  margin: 0;
}

.quran-page-surah-footer-info .input-group-text {
  background-color: #7fcbc9;
  border: 1px solid #7fcbc9;
  color: #999;
}

.quran-page-surah-footer-info .input-group-text a {
  color: #fff;
}

.quran-page-surah-info-e {
  text-align: left;
}

.quran-page-surah-info-c {
  text-align: center;
  font-weight: 700;
}

.quran-page-surah-info-c .form-control {
  text-align: center;
}

.quran-page-content {
  position: relative;
  background: #fff;
  min-height: 180px;
  margin-bottom: 15px;
  padding: 40px 50px 45px 50px;
}

.quran-top-frame {
  position: absolute;
  top: 0;
  left: 34px;
  right: 34px;
  height: 36px;
  background: url('../images/frames/005/frame-side-bg.png') repeat-x;
}

.quran-top-right-frame {
  position: absolute;
  top: 0;
  right: 0;
  width: 34px;
  height: 36px;
  background: url('../images/frames/005/frame-side.png') no-repeat;
}

.quran-top-left-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 34px;
  height: 36px;
  background: url('../images/frames/005/frame-side.png') no-repeat;
  -moz-transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
  filter: FlipH;
}

.quran-bottom-frame {
  position: absolute;
  bottom: 0;
  left: 34px;
  right: 34px;
  height: 36px;
  background: url('../images/frames/005/frame-side-bg.png') repeat-x;
  -moz-transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
  filter: FlipH;
  -ms-filter: "FlipH";
  transform: rotate(180deg);
}

.quran-bottom-left-frame {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 34px;
  height: 36px;
  background: url('../images/frames/005/frame-side.png') no-repeat;
  -moz-transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
  filter: FlipH;
  -ms-filter: "FlipH";
  transform: rotate(180deg);
}

.quran-bottom-right-frame {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 34px;
  height: 36px;
  background: url('../images/frames/005/frame-side.png') no-repeat;
  -moz-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

.quran-right-frame {
  position: absolute;
  top: 36px;
  bottom: 36px;
  right: 0;
  width: 34px;
  height: auto;
  background: url('../images/frames/005/frame-sidebar-bg.png') repeat-y;
  -moz-transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
  filter: FlipH;
  -ms-filter: "FlipH";
  transform: rotate(180deg);
}

.quran-left-frame {
  position: absolute;
  top: 36px;
  bottom: 36px;
  left: 0;
  width: 34px;
  height: auto;
  background: url('../images/frames/005/frame-sidebar-bg.png') repeat-y;
}

.frame-001 .quran-top-frame {
  left: 35px;
  right: 35px;
  height: 32px;
  background: url('../images/frames/001/frame-side-bg.png') repeat-x;
}

.frame-001 .quran-top-right-frame {
  width: 34px;
  height: 32px;
  background: url('../images/frames/001/frame-side.png') no-repeat;
}

.frame-001 .quran-top-left-frame {
  width: 34px;
  height: 32px;
  background: url('../images/frames/001/frame-side.png') no-repeat;
}

.frame-001 .quran-bottom-frame {
  left: 35px;
  right: 35px;
  height: 32px;
  background: url('../images/frames/001/frame-side-bg.png') repeat-x;
}

.frame-001 .quran-bottom-left-frame {
  width: 34px;
  height: 32px;
  background: url('../images/frames/001/frame-side.png') no-repeat;
}

.frame-001 .quran-bottom-right-frame {
  width: 34px;
  height: 32px;
  background: url('../images/frames/001/frame-side.png') no-repeat;
}

.frame-001 .quran-right-frame {
  top: 32px;
  bottom: 32px;
  width: 34px;
  height: auto;
  background: url('../images/frames/001/frame-sidebar-bg.png') repeat-y;
}

.frame-001 .quran-left-frame {
  top: 32px;
  bottom: 32px;
  width: 34px;
  background: url('../images/frames/001/frame-sidebar-bg.png') repeat-y;
}

.frame-002 {
  background: #ffffff;
  min-height: 180px;
  margin-bottom: 30px;
  padding: 30px 40px 35px 40px;
}

.frame-002 .quran-top-frame {
  left: 35px;
  right: 35px;
  height: 23px;
  background: url('../images/frames/002/frame-side-bg.png') repeat-x;
}

.frame-002 .quran-top-right-frame {
  width: 35px;
  height: 23px;
  background: url('../images/frames/002/frame-side.png') no-repeat;
}

.frame-002 .quran-top-left-frame {
  width: 35px;
  height: 23px;
  background: url('../images/frames/002/frame-side.png') no-repeat;
}

.frame-002 .quran-bottom-frame {
  left: 35px;
  right: 35px;
  height: 23px;
  background: url('../images/frames/002/frame-side-bg.png') repeat-x;
}

.frame-002 .quran-bottom-left-frame {
  width: 35px;
  height: 23px;
  background: url('../images/frames/002/frame-side.png') no-repeat;
}

.frame-002 .quran-bottom-right-frame {
  width: 35px;
  height: 23px;
  background: url('../images/frames/002/frame-side.png') no-repeat;
}

.frame-002 .quran-right-frame {
  top: 23px;
  bottom: 23px;
  width: 23px;
  height: auto;
  background: url('../images/frames/002/frame-sidebar-bg.png') repeat-y;
}

.frame-002 .quran-left-frame {
  top: 23px;
  bottom: 23px;
  width: 23px;
  background: url('../images/frames/002/frame-sidebar-bg.png') repeat-y;
}

.frame-003 {
  background: #fff;
  min-height: 180px;
  margin-bottom: 30px;
  padding: 85px;
}

.frame-003 .quran-top-frame {
  left: 73px;
  right: 73px;
  height: 73px;
  background: url('../images/frames/003/frame-side-bg.png') repeat-x;
}

.frame-003 .quran-top-right-frame {
  width: 73px;
  height: 73px;
  background: url('../images/frames/003/frame-side.png') no-repeat;
}

.frame-003 .quran-top-left-frame {
  width: 73px;
  height: 73px;
  background: url('../images/frames/003/frame-side.png') no-repeat;
}

.frame-003 .quran-bottom-frame {
  left: 73px;
  right: 73px;
  height: 73px;
  background: url('../images/frames/003/frame-side-bg.png') repeat-x;
}

.frame-003 .quran-bottom-left-frame {
  width: 73px;
  height: 73px;
  background: url('../images/frames/003/frame-side.png') no-repeat;
}

.frame-003 .quran-bottom-right-frame {
  width: 73px;
  height: 73px;
  background: url('../images/frames/003/frame-side.png') no-repeat;
}

.frame-003 .quran-right-frame {
  top: 73px;
  bottom: 73px;
  width: 73px;
  height: auto;
  background: url('../images/frames/003/frame-sidebar-bg.png') repeat-y;
}

.frame-003 .quran-left-frame {
  top: 73px;
  bottom: 73px;
  width: 73px;
  background: url('../images/frames/003/frame-sidebar-bg.png') repeat-y;
}

.frame-004 {
  background: #fff;
  min-height: 180px;
  margin-bottom: 30px;
  padding: 65px;
}

.frame-004 .quran-top-frame {
  left: 44px;
  right: 44px;
  height: 44px;
  background: url('../images/frames/004/frame-side-bg.png') repeat-x;
}

.frame-004 .quran-top-right-frame {
  width: 44px;
  height: 44px;
  background: url('../images/frames/004/frame-side.png') no-repeat;
}

.frame-004 .quran-top-left-frame {
  width: 44px;
  height: 44px;
  background: url('../images/frames/004/frame-side.png') no-repeat;
}

.frame-004 .quran-bottom-frame {
  left: 44px;
  right: 44px;
  height: 44px;
  background: url('../images/frames/004/frame-side-bg.png') repeat-x;
}

.frame-004 .quran-bottom-left-frame {
  width: 44px;
  height: 44px;
  background: url('../images/frames/004/frame-side.png') no-repeat;
}

.frame-004 .quran-bottom-right-frame {
  width: 44px;
  height: 44px;
  background: url('../images/frames/004/frame-side.png') no-repeat;
}

.frame-004 .quran-right-frame {
  top: 44px;
  bottom: 44px;
  width: 44px;
  height: auto;
  background: url('../images/frames/004/frame-sidebar-bg.png') repeat-y;
}

.frame-004 .quran-left-frame {
  top: 44px;
  bottom: 44px;
  width: 44px;
  background: url('../images/frames/004/frame-sidebar-bg.png') repeat-y;
}

.header-container.is-sticky {
  position: fixed;
  width: 100%;
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  animation: slideDown 0.35s ease-out;
  z-index: 999;
}

.header-container.is-sticky img {
  max-width: 225px !important;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}

.quran-search-container {
  overflow: auto;
  height: 300px;
  padding: 15px;
  margin-bottom: 15px;
}

.quran-search-content {
  background-color: #fff;
  margin-bottom: 15px;
  border-right: 4px solid #7fcbc9;
  padding: 15px;
}

.quran-search-content:hover {
  border-right: 4px solid #ccc;
  background-color: #f2f2f2;
}

.quran-search-content em {
  color: #7fcbc9;
  font-weight: 700;
}

.question {
  margin-bottom: 20px;
}

.question h4 {
  margin-bottom: 10px;
}

.questions-result-info {
  margin-bottom: 30px;
}

.login-page {
  margin-top: 30px;
  margin-bottom: 30px;
}

.login-page .login,
.login-page .registration {
  padding: 30px;
}

.welcome-user {
  position: relative;
  background-color: #666666;
  border-radius: 15px;
  padding: 15px;
  margin: 5px 0 15px 0;
  color: #fff;
}

.welcome-user a {
  color: #f2f2f2;
}

.welcome-user a:hover {
  color: #cccccc;
}

.user-logout {
  position: absolute;
  right: 15px;
}

.login-page .nav-link {
  color: #7fcbc9;
}

.user-col {
  text-align: center;
  background-color: #7fcbc9;
  color: #fff;
  padding: 15px;
  border-radius: 15px;
}

.user-col i {
  font-size: 35px;
  color: #fff;
}

.user-col a {
  color: #000;
}

.user-col p {
  margin-top: 15px;
  margin-bottom: 0;
}

.your-grade {
  margin: 30px 0;
  text-align: center;
}

.your-grade p {
  margin: 15px 0 0 0;
  font-size: 30px;
  font-weight: 600;
}

.btn-custom {
  background-color: #7fcbc9;
  color: #fff;
  border-color: #7fcbc9;
}

/* Checkmark */
.checkmark-container {
  text-align: center;
}

.checkmark-container h1 {
  margin-top: 10px;
}

.checkmark-circle {
  width: 150px;
  height: 150px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-left: auto;
  margin-right: auto;
}

.checkmark-circle .background {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: #00C09D;
  position: absolute;
}

.checkmark-circle .background2 {
  background: #fac002;
}

.checkmark-circle .background3 {
  background: #c00000;
  padding-top: 45px;
}

.checkmark-circle .background3 i {
  font-size: 50px;
  color: #fff;
}

.checkmark-circle .checkmark {
  border-radius: 5px;
}

.checkmark-circle .checkmark.draw:after {
  -webkit-animation-delay: 100ms;
  -moz-animation-delay: 100ms;
  animation-delay: 100ms;
  -webkit-animation-duration: 3s;
  -moz-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-name: checkmark;
  -moz-animation-name: checkmark;
  animation-name: checkmark;
  -webkit-transform: scaleX(-1) rotate(135deg);
  -moz-transform: scaleX(-1) rotate(135deg);
  -ms-transform: scaleX(-1) rotate(135deg);
  -o-transform: scaleX(-1) rotate(135deg);
  transform: scaleX(-1) rotate(135deg);
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.checkmark-circle .checkmark:after {
  opacity: 1;
  height: 75px;
  width: 37.5px;
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
  border-right: 15px solid white;
  border-top: 15px solid white;
  border-radius: 2.5px !important;
  content: '';
  left: 35px;
  top: 80px;
  position: absolute;
}

.contemplating {
  padding: 15px;
  border-radius: 7px;
  border: 1px solid #ddd;
}

.contemplating-description {
  padding: 15px;
  border: 1px solid #7fcbc9;
  border-right: 6px solid #7fcbc9;
  background-color: #f7f7f7;
  margin-bottom: 15px;
}

.contemplating-loop {
  padding: 15px;
  border: 1px solid #7fcbc9;
  border-right: 6px solid #7fcbc9;
  background-color: #f7f7f7;
  margin-bottom: 15px;
}

.contemplating-loop a {
  color: #333;
}

.contemplating-loop a:hover {
  color: #7fcbc9;
}

.contemplating-loop-last {
  margin-bottom: 0;
}

.contemplating-symbol {
  color: #7fcbc9;
}

.contemplating .blockquote {
  border: 1px solid #7fcbc9;
  padding: 15px;
}

.page-link {
  color: #7fcbc9;
}

.active>.page-link,
.page-link.active {
  color: #fff;
  background-color: #7fcbc9;
  border-color: #7fcbc9;
}

.contemplating-catefory {
  border: 1px solid #ddd;
  border-radius: 7px;
  padding: 15px;
}

.contemplating-catefory h2 {
  margin-bottom: 15px;
}

.contemplating-more {
  margin-top: 15px;
}

.contemplating-more a {
  color: #666;
  font-weight: 700;
}

.special {
  display: block;
  width: 100%;
  background-color: #fcfcfc;
  padding: 4px 8px;
  border-radius: 4px;
  border: 1px dashed #ccc;
  border-top: 2px solid #e5e5e5;
  margin-top: 20px;
  margin-bottom: 10px;
}

.c1 {
  color: #795548;
}

.c2 {
  color: #388e3c;
}

.c3 {
  color: #999900;
  font-weight: bold;
}

.c4 {
  font-weight: bold;
  color: #947721;
  font-family: Hafs;
  font-size: 120%;
}

.c5 {
  color: #b6b6b6;
}

.c6 {
  color: #1976d2;
}

.trans-badge {
  padding: 5px 10px;
  margin: 0px 9px;
  border-radius: 11px;
  color: black;
  font-size: 14px;
  font-weight: 600;
  height: 25px;
  width: 35px;
  line-height: 1em !important;
  background-color: #ccc;
}

.about-islam-container {
  border: 1px solid #ddd;
  border-radius: 7px;
  padding: 15px;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
  background-color: #f7f7f7;
  /*
  background: url('../images/patterns/1.jpg');
  background-repeat: repeat;
  */
}

.about-islam-container h2 {
  margin-bottom: 15px;
  color: #7fcbc9;
}

.about-islam-translation {
  text-align: left;
  direction: ltr;
}

.about-islam-text {
  text-align: justify;
  font-size: 20px;
  font-weight: 500;
}

.quran-page-number {
  text-align: center;
  margin-top: 15px;
}

.quran-page-number .num {
  border-radius: 50%;
  background: #fff;
  padding: 7px;
  font-weight: 500;
  min-width: 40px;
  display: inline-block;
}

.course-head {
  background: #7fcbc9;
}

.course-head-content {
  padding: 10px 15px;
}

.course-head-content h3 {
  color: #fff;
  margin-bottom: 15px;
  border-bottom: 1px solid #fff;
  padding-bottom: 5px;
}

.course-head-content .flag,
.languages-data .flag {
  width: 24px;
}

.course-content {
  margin-top: 15px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
  padding: 15px;
}

.lecturer-data {
  position: relative;
  background: #f5f5f5;
  border: 1px solid #ddd;
  margin-top: 15px;
}

.lecturer-data span {
  position: absolute;
  right: 7px;
  top: 7px;
  color: #ccc;
}

.lecturer-head {
  position: relative;
  padding: 10px;
  min-height: 90px;
  border-bottom: 1px solid #ddd;
}

.lecturer-head img {
  position: absolute;
  top: 7px;
  left: 10px;
  width: 75px !important;
  border-radius: 50%;
  border: 1px solid #ddd;
  padding: 2px;
  background: #fff;
}

.lecturer-head .lecturer-info {
  position: absolute;
  left: 95px;
}

.lecturer-head:last-child {
  border-bottom: none;
}

.course-row,
.course-intro-video,
.course-featured-audio,
.course-book,
.sections-data {
  margin-top: 15px;
}

.sections-data {
  position: relative;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
  padding: 15px;
}

.course-book {
  position: relative;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
  padding: 15px;
}

.course-row-item {
  text-align: center;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
  padding: 15px;
}

.course-row-item h4 {
  margin-bottom: 10px;
}

.course-row-icon {
  font-size: 35px;
  color: #7fcbc9;
}

.section-item:first-of-type {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.section-item:last-of-type {
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}

.section-item:not(:first-of-type) {
  border-top: 1px solid rgba(0, 102, 153, 0.3);
}

.section-item .accordion-button {
  border-radius: 0;
  background: none;
  font-weight: 700;
}

.section-item:first-of-type .accordion-button {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.section-item .accordion-button:not(.collapsed) {
  color: #000;
  background: none;
}

.section-item {
  padding: 0;
  margin-bottom: 15px;
  border-radius: 15px;
  border: 1px solid rgba(0, 102, 153, 0.3);
  background-color: rgba(0, 102, 153, 0.06);
}

.lessons-data {
  position: relative;
  background: #fff;
  padding: 10px;
}

.lessons-data a {
  color: #333;
}

.lessons-data a:hover {
  color: #7fcbc9;
}

.lessonsCount {
  font-weight: 400;
  font-size: 14px;
  color: #888;
}

.lesson-item {
  position: relative;
  border-bottom: 1px solid #ddd;
  margin-bottom: 15px;
  padding-bottom: 7px;
}

.lesson-item p {
  margin-bottom: 0;
}

.lesson-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.lesson-item .counter {
  position: absolute;
  right: 0;
  top: 0;
}

.lesson-active a {
  color: #7fcbc9;
  font-weight: 700;
}

.lesson-active p {
  font-weight: 700;
}

.lessons-sidebar {
  overflow: auto;
  height: 600px;
}

.lessons-sidebar .lesson-item p {
  padding-right: 45px;
}

.academy-lessons {
  background: #fff;
  border: 1px solid #ddd;
  padding: 15px;
  border-radius: 15px;
}

.lesson-main-title {
  text-align: center;
  margin-bottom: 15px;
}

.lesson-main-title h1 {
  color: #333;
}

.lesson-main-title h3 {
  color: #999;
}

.lesson-image {
  margin-bottom: 15px;
}

.lesson-image img {
  border-radius: 7px;
}

.lesson-body h2 {
  margin-bottom: 10px;
}

.lesson-content {
  margin-top: 15px;
}

.lesson-content p:last-child {
  margin-bottom: 0;
}

.lesson-control {
  margin-top: 15px;
}

.elementor-element {
  position: relative;
}

.elementor-shape {
  direction: ltr;
  line-height: 0;
  overflow: hidden;
  width: 100%;
  position: absolute;
}

.elementor-shape-top {
  fill: #7fcbc9;
}

.elementor-shape-bottom {
  transform: rotate(180deg);
  fill: #7fcbc9;
  bottom: -1px;
}

.elementor-bg-white {
  fill: #fff;
}

.elementor-bg-gray {
  fill: #fff;
}

.elementor-element-container {
  background-color: transparent;
  background-image: linear-gradient(260.15deg, #7fcbc9 0%, #003130 100%);
}

.elementor-gray .elementor-element-container {
  background-color: transparent;
  background-image: linear-gradient(260.15deg, #f8f8f8 0%, #666 100%);
}

.elementor-element .container {
  position: relative;
  padding-top: 80px;
  padding-bottom: 120px;
}

.elementor-element .elementor-title {
  text-align: center;
  margin-top: 120px;
  color: #fff;
}

.elementor-element .elementor-title h3 {
  font-size: 35px;
  margin-bottom: 0;
  padding-bottom: 0;
}

.elementor-element .login-page {
  background: #fff;
  border-radius: 15px;
  padding: 10px 5px;
}

.element-container {
  padding: 0;
}

.element-container .element-content {
  position: relative;
  background: #fff;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 15px;
}

.element-container .element-icon {
  font-size: 25px;
  background: #f1f1f1;
  padding-top: 20px;
  border: 1px solid #ddd;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin: 0 auto;
  margin-bottom: 10px;
}

.element-container .element-icon:hover {
  background: #f3f3f3;
  border: 1px solid #ccc;
}

.element-container .element-image {
  margin-bottom: 10px;
}

.site-head {
  padding: 30px 0;
  margin-bottom: 30px;
}

.site-head .title {
  text-align: center;
  font-size: 30px;
}

.site-head .subtitle {
  text-align: center;
  margin-top: 15px;
}

.site-head .subtitle p {
  margin-bottom: 0;
}

.site-head .title h1, .site-head .title h2 {
  font-size: 30px;
}

#sortingData {
  list-style: none;
  padding: 0;
  margin: 0;
}

#sortingData li {
  list-style: none;
  padding: 0;
  margin-bottom: 15px;
}

#sortingData li:last-child {
  margin-bottom: 0;
}

#sortingData .handling {
  cursor: move;
  position: absolute;
  right: 15px;
}

.ambiguity-word {
  color: #7fcbc9;
  font-weight: 700;
}

.custom-tooltip span.word {
  color: #7fcbc9;
  font-weight: 700;
}

.custom-tooltip-words .tooltip-inner {
  min-width: 400px;
}

.grammar-container {
  background: rgba(127, 203, 201, .2);
  border: 1px solid #7fcbc9;
  padding: 15px;
  border-radius: 15px;
  margin-bottom: 30px;
  font-size: 18px;
  color: #000;
}

.grammar-container:last-child {
  margin-bottom: 0;
}

.grammar-content {
  margin-bottom: 15px;
}

.grammar-content:last-child {
  margin-bottom: 0;
}

.grammar-word {
  color: #015552;
  font-weight: 700;
}

.grammar-explanation {
  display: inline;
}

.grammar-color-1 {
  color: #c94c4c;
}

.grammar-color-2 {
  color: #133df5;
}

@-webkit-keyframes checkmark {
  0% {
    height: 0;
    width: 0;
    opacity: 1;
  }

  20% {
    height: 0;
    width: 37.5px;
    opacity: 1;
  }

  40% {
    height: 75px;
    width: 37.5px;
    opacity: 1;
  }

  100% {
    height: 75px;
    width: 37.5px;
    opacity: 1;
  }
}

@-moz-keyframes checkmark {
  0% {
    height: 0;
    width: 0;
    opacity: 1;
  }

  20% {
    height: 0;
    width: 37.5px;
    opacity: 1;
  }

  40% {
    height: 75px;
    width: 37.5px;
    opacity: 1;
  }

  100% {
    height: 75px;
    width: 37.5px;
    opacity: 1;
  }
}

@keyframes checkmark {
  0% {
    height: 0;
    width: 0;
    opacity: 1;
  }

  20% {
    height: 0;
    width: 37.5px;
    opacity: 1;
  }

  40% {
    height: 75px;
    width: 37.5px;
    opacity: 1;
  }

  100% {
    height: 75px;
    width: 37.5px;
    opacity: 1;
  }
}

@media (min-width: 768px) {
  .navbar-toggler {
    display: inline-block !important;
  }
}

@media screen and (max-width: 820px) {
  .elementor-element .container {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .elementor-element .elementor-title {
    margin-top: 40px;
  }

  .elementor-element .elementor-title h3 {
    font-size: 25px;
  }

  .home-content-title h1,
  .muqri-container-title h1,
  .quran-container-title h1 {
    font-size: 22px;
    font-weight: 700;
    display: inline;
    padding-bottom: 5px;
  }
}

@media screen and (max-width: 768px) {
  .elementor-element .container {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  
  .elementor-element .elementor-title {
    margin-top: 50px;
  }

  .elementor-element .elementor-title h3 {
    font-size: 25px;
  }

  .navbar-brand img {
    max-width: 240px !important;
  }

  .home-icons {
    display: none;
  }

  .body-container {
    padding: 15px 0 15px 0;
  }

  .home-tab-title {
    display: block;
    margin-bottom: 15px;
  }

  .moshaf-name h4,
  .tafsir-name h4 {
    font-size: 16px;
    font-weight: 500;
  }

  .page-container-home .page-content,
  .page-container-moshaf-page .page-content {
    padding: 5px 0;
  }

  .page-container-muqri .page-content {
    padding: 5px 0;
  }

  .edc-quran-page-content {
    margin-bottom: 0;
  }

  .quran-container-title h1 {
    background: none;
  }

  .home-box-icon {
    font-size: 30px;
    padding: 14px;
  }

  .home-box-text {
    margin-top: 10px;
  }

  .footer-wrap ul li.last {
    padding: 0 0 5px 0;
    margin: 0 0 15px 0;
    border-bottom: 1px solid #555;
  }

  .surah-name {
    width: 100%;
    height: 45px;
    margin-bottom: 10px;
    margin-top: 5px;
    background-size: contain !important;
    background-position: center !important;
  }

  .surah-name h2 {
    font-size: 20px;
    padding-top: 5px;
    font-weight: 400;
  }

  .custom-quran-text .surah {
    font-size: 20px;
    text-align: justify;
    text-align-last: center;
  }
}

@media screen and (max-width:280px) {
  .elementor-element .container {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .elementor-element .elementor-title {
    margin-top: 30px;
  }

  .elementor-element .elementor-title h3 {
    font-size: 25px;
  }

  body {
    font-size: 14px !important;
  }

  .navbar-brand img {
    max-width: 125px !important;
  }

  .surah-name h2 {
    font-size: 18px !important;
    padding-top: 5px !important;
    font-weight: 400 !important;
  }

  .surah {
    font-size: 16px !important;
  }
}

@media screen and (max-width: 414px) {
  .elementor-element .container {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .elementor-element .elementor-title {
    margin-top: 30px;
  }

  .page-container-home .page-content,
  .page-container-moshaf-page .page-content {
    padding: 5px 0;
  }

  .page-container-muqri .page-content {
    padding: 5px 0;
  }

  .edc-quran-page-content {
    margin-bottom: 0;
  }

  .quran-container-title h1 {
    background: none;
  }

  .home-box-icon {
    font-size: 30px;
    padding: 14px;
  }

  .home-box-text {
    margin-top: 10px;
  }

  .footer-wrap ul li.last {
    padding: 0 0 5px 0;
    margin: 0 0 15px 0;
    border-bottom: 1px solid #555;
  }
}
