
/* body{
      background: -webkit-linear-gradient(45deg, #085078 10%, #85d8ce 90%);
  background: -moz-linear-gradient(45deg, #085078 10%, #85d8ce 90%);
  background: -ms-linear-gradient(45deg, #085078 10%, #85d8ce 90%);
  background: -o-linear-gradient(45deg, #085078 10%, #85d8ce 90%);
  background: linear-gradient(45deg, #085078 10%, #85d8ce 90%);
} */

body {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
}

h1.head-1 {
    height: 0.0625rem !important;
    margin: -0.0625rem !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
}

/* setingan audio */
.controls-audio {
    top: 78px;


}
.play,  .pause,  .rew,  .fwd,  .open{
    /*background: transparent url("../img/spr.png") no-repeat scroll 0 0;*/
    float: left;
}
.controls-audio .play {
    background-position: -8px -171px;
    margin-right: 2px;

}
.controls-audio .pause {
    background-position: -8px -198px;
    display: none;
    margin-right: 2px;

}
.controls-audio .fwd {
    background-position: -54px -171px;
    margin-right: 2px;

}
.controls-audio .rew {
    background-position: -100px -171px;
    margin-right: 2px;

}
.controls-audio .open {
    background-position: -100px -171px;
    margin-right: 2px;

}
.controls-audio .play:hover {
    background-position: -8px -170px;
    margin-right: 2px;

}
.controls-audio .pause:hover {
    background-position: -8px -197px;
    margin-right: 2px;
    
}
.controls-audio .fwd:hover {
    background-position: -54px -170px;
    margin-right: 2px;

}
.controls-audio .rew:hover {
    background-position: -100px -170px;
    margin-right: 2px;
}
.hidden {
    display: none;
}
.controls-audio .visible {
    display: block;
}

.mark {
  padding: 0.3em;
  display: inline-block;
}

.playlist {
    background-color: white;
    padding: 0;
    list-style: none;
}
.playlist li.active{
    color: white;
    /*background: red;  For browsers that do not support gradients */
    background: linear-gradient(-90deg, #af4cb8, #4ecfef);
}

li.playlist a {
    display: block;
    color: #000;
    text-decoration: none;

}

ul.list-murotal {
    padding: 0;
    list-style: none;
    font-size: 12px;
}

li.list-murotal-item a {
    display:inline-block;
    color: #000;
    text-decoration: none;
    font-size: 12px;
    margin-left: 10px;
    padding-bottom: 5px;
}

li.list-murotal-item a.active {
    color: white;
    /*background: red;  For browsers that do not support gradients */
    background: linear-gradient(-90deg, #af4cb8, #4ecfef);
}

li.list-murotal-item a:hover:not(.active) {
    color: black;
    /*background: red;  For browsers that do not support gradients */
}

#home-header {
  background-color: #4285f4;
}
.logo-header {
  height: 80px;
  width: auto;
  padding-top:10px;
}
/* slider doa */
/* .scroll {
  white-space: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.header-daily .logo {
  width: 36%;
}
.header-daily nav {
  width: 64%;
}


header {
  background: #152637;
}

.header-daily {
  border-radius: 3px;
}


.logo {
  text-align: center;
  font-weight: 700;
  color: #727c87;
  border-right: 1px solid rgba(114, 124, 135, 0.4);
  padding: 12px 24px 13px;
}

.nav-item {
  padding: 12px 16px 13px;
}
.nav-item:not(:last-child) {
  border-right: 1px solid rgba(114, 124, 135, 0.2);
}


header,
nav {
  font-size: 0;
}

.logo,
.nav-item {
  font-size: 14px;
  color: white;
}

.logo,
.nav-item,
.vertical-align-middle {
  display: inline-block;
  vertical-align: middle;
}

.title {
  margin: 24px 0 6px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .2em;
  color: #999;
}

.scroll::-webkit-scrollbar {
  display: none;
} 
.scroll {
  white-space: nowrap;
  overflow-x:scroll;

  -webkit-overflow-scrolling: touch;
}
/* slider doa */

.icon-pad {
  padding: 5px;
  position: relative;
}

.icon-pad h3 {
  text-align: center;
    font-size: 12px;
    padding-top: 6px;
    color: #8a8585;
}

/* daily slide */
.daily-padding {
  margin: 0;
  padding: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  list-style: none;
  word-wrap: break-word;
}

.daily-padding figure {
  float: left;
  position: relative;
  overflow: hidden;
  width: 100%;
  border-radius: 5px;
  background: #f5f5f5;
  border: thin silver solid;
  padding: 0.5em;
  height: auto;
}
  
.daily-padding figure img {
  margin: 0px;
  padding: 4px;
  padding-top: 0px;
  float: left;
  z-index: 0;
  width: 18%;
    display: block;
  height: auto;
}

.caption h4 {
  font-size: 13px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding-left: 3px;
}

.daily-text {
    float: left;
  -webkit-line-clamp: 2!important;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 11px;
     visibility: visible;
}
/*  daily slide */


/*  mp3 */
.player {
    padding-top: 10px;
    padding-bottom: 5px;
    left: 0;
    right: 0;
    height: 50px;
    }

.controls {
    top: 78px;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 8;
    top: 0;
    left: 0;
    background-color: white;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.mark {
    display: inline-block;
        padding-top: 1px;
    padding-bottom: 4px;
}

.teks-jalan {
    width: 90px;
    height: 18px;
    font-size: 15px;
}

.player-title {
    /* background: linear-gradient(-90deg, #af4cb8, #af4cb8); */
    border-radius: 10px;
    padding-left: 6px;
    color: #4285f4;
}
/*  mp3 */


/* div jadwal */
img.info-img  {
  height:50px;
  margin-bottom:10px;
  margin-bottom:5px;
}
.title-jam-info {
    position: absolute;
    top: 25%;
    left: 37%;
    transform: translate(-50%, -50%);
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 17px;
    color: white;
}

.title-jam {
    position: absolute;
    top: 64%;
    left: 37%;
    transform: translate(-50%, -50%);
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 24px;
    color: white;
    font-weight: bold;
}

/* .info-amalan {
    position: absolute;
    top: 60px;
    margin-left: -15px;
    z-index: 50;
} */
/* div jadwal */



/* navbar */
.navbar {
    background: #e01f26;
    -o-transition: all .6s;
    -moz-transition: all .6s;
    -webkit-transition: all .6s;
    -ms-transition: all .6s;
    transition: all .6s;
    backface-visibility: hidden;
}





.bg-image-full {
background: no-repeat center center scroll;
}



img.img-banner {
height: 625px;
width: 1366px;
}

/* setingan hover kategori */
.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
}

.hovereffect img {
  display: block;
  position: relative;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}

.hovereffect:hover img {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /><feGaussianBlur stdDeviation="3" /></filter></svg>#filter');
  filter: grayscale(1) blur(3px);
  -webkit-filter: grayscale(1) blur(3px);
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.hovereffect h2 {
  text-transform: uppercase;
  text-align: center;
  position: relative;
  font-size: 17px;
  padding: 10px;
  background: rgba(0, 0, 0, 0.6);
}

.hovereffect a.info {
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
  border: 1px solid #fff;
  margin: 50px 0 0 0;
  background-color: transparent;
}

.hovereffect a.info:hover {
  box-shadow: 0 0 5px #fff;
}

.hovereffect a.info, .hovereffect h2 {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  opacity: 0;
  filter: alpha(opacity=0);
  color: #fff;
  text-transform: uppercase;
}

.hovereffect:hover a.info, .hovereffect:hover h2 {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

/* setingan hover kategori */

/* css untuk page kategori */
.figure {
    float: left;
    clear: both;
    position: relative;
    overflow: auto;
    margin: 0 auto;
    padding: 5px 0 0 0;
    font-size: 15px;
}

.figure .figure-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color:#dc621bb3;
    opacity:0.9;
    text-align: center;
    color: #fff; 
    padding: 4px;
}


.box-title-tematik {
  margin-bottom: -13px;
  float: left;
    width: 100%;
    border-bottom: 2px solid #4381f4;
    padding: 0px;
    text-transform: uppercase;
/*   background-color: red;
  padding: 8px 10px 0;
  display: block;
  font-weight: bold;
  text-transform: uppercase; */
}

.box-title-tematik h2 {
  font-size: 17px;
    height: 33px;
    line-height: 33px;
    font-weight: 800;
    letter-spacing: -0.5px;
    padding: 0px 23px 5px 9px;
    margin-bottom: 0px;
    float: left;
    background-color: #4381f4;
    color: white;
    display: block;
}

.box-tafsir {
     float: left;
    width: 100%;
    border-bottom: 2px solid #05c395;
    padding: 0px;
    text-transform: uppercase;
}

.box-tafsir h2 {
  font-size: 17px;
    height: 33px;
    line-height: 33px;
    font-weight: 800;
    letter-spacing: -0.5px;
    padding: 0px 23px 5px 9px;
    margin-bottom: 0px;
    float: left;
    background-color: #05c395;
    color: white;
    display: block;
}

/* menu daily */
.daily-padding a {
  color: #464040;
  vertical-align: text-bottom;
}
.daily-padding a:hover{
    text-decoration: none;
    color: #847b7b;
}
.daily-padding a:active { color:black; }


/* artikel */
.news h5{
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    line-height: 130%;
    font-size: 18px;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.desc {
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;

  }
ul.ul-artikel { padding-left:0px; list-style:none; }
li.li-artikel { margin-bottom:5px; }


.li-artikel a {
  color: #464040;
  vertical-align: text-bottom;
}
.li-artikel a:hover{
    text-decoration: none;
    color: #847b7b;
}
.li-artikel a:active { color:black; }

.content-artikel img{
    display: block;
  max-width: 100%!important;
  height: auto!important;
  margin: 0 auto;
}


ul.ul-tafsir { padding-left:20px; list-style:none; }
li.li-tafsir { margin-bottom:5px; }
li.li-tafsir:before {    
    font-family: 'Font Awesome 5 Free';
    content: '\f687';
    margin:0 0px 0 -20px;
    color: #05c395;
    font-size: 16px;
}
.li-tafsir a {
  color: black;
  vertical-align: text-bottom;
}
.li-tafsir a:hover{
    text-decoration: none;
    color: #05c395;
}
.li-tafsir a:active { color:black; }

.list-tafsir-hr {
  margin-top: 5px;
  margin-bottom: 5px;
  border-color: #05c395;
}


.box-kajian {
     float: left;
    width: 100%;
    border-bottom: 2px solid #ed6a1e;
    padding: 11px 0px 0px 0px;
    text-transform: uppercase;

}

.box-kajian h2 {
  font-size: 17px;
    height: 33px;
    line-height: 33px;
    font-weight: 800;
    letter-spacing: -0.5px;
    padding: 0px 23px 5px 9px;
    margin-bottom: 0px;
    float: left;
    background-color: #ed6a1e;
    color: white;
    display: block;
}

.box-sunnah {
     float: left;
    width: 100%;
    border-bottom: 2px solid #df262a;
    padding: 0px;
    text-transform: uppercase;
}

.box-sunnah h2 {
  font-size: 17px;
    height: 33px;
    line-height: 33px;
    font-weight: 800;
    letter-spacing: -0.5px;
    padding: 0px 23px 5px 9px;
    margin-bottom: 0px;
    float: left;
    background-color: #df262a;
    color: white;
    display: block;
}

.box-inspiration {
     float: left;
    width: 100%;
    border-bottom: 2px solid #c61738;
    padding: 0px;
    text-transform: uppercase;
}

.box-inspiration h2 {
  font-size: 17px;
    height: 33px;
    line-height: 33px;
    font-weight: 800;
    letter-spacing: -0.5px;
    padding: 0px 23px 5px 9px;
    margin-bottom: 0px;
    float: left;
    background-color: #c61738;
    color: white;
    display: block;
}

.video-kajian .slick-prev:before, .video-kajian .slick-next:before {
  color: red;
  font-size: 30px;
}

.video-kajian .slick-next {
  width: 28px;
}

.pad {
  padding: 5px;
}

.box-title-hadits {

  float: left;
    width: 100%;
    border-bottom: 2px solid #934f9c;
    padding: 0px;
    text-transform: uppercase;
    margin-top: 10px;

}

.box-title-hadits h2 {
  font-size: 17px;
    height: 33px;
    line-height: 33px;
    font-weight: 800;
    letter-spacing: -0.5px;
    padding: 0px 23px 5px 9px;
    margin-bottom: 0px;
    float: left;
    background-color: #934f9c;
    color: white;
    display: block;
}


.box-title-doa {
  float: left;
    width: 100%;
    border-bottom: 2px solid #f8bd04;
    padding: 0px;
    text-transform: uppercase;
    margin-top: 10px;
}

.box-title-doa h2 {
  font-size: 17px;
    height: 33px;
    line-height: 33px;
    font-weight: 800;
    letter-spacing: -0.5px;
    padding: 0px 23px 5px 9px;
    margin-bottom: 0px;
    float: left;
    background-color: #ecb70e;
    color: white;
    display: block;
}

.box-title-news {

  float: left;
    width: 100%;
    border-bottom: 2px solid #149866;
    padding: 0px;
    text-transform: uppercase;
}

.box-title-news h2 {
  font-size: 17px;
    height: 33px;
    line-height: 33px;
    font-weight: 800;
    letter-spacing: -0.5px;
    padding: 0px 23px 5px 9px;
    margin-bottom: 0px;
    float: left;
    background-color: #149866;
    color: white;
    display: block;
}


.box-title-kajian {

  float: left;
    width: 100%;
    border-bottom: 2px solid #ff4274;
    padding: 0px;
    text-transform: uppercase;
    margin-top: 15px;
}

.box-title-kajian h2 {
  font-size: 17px;
    height: 33px;
    line-height: 33px;
    font-weight: 800;
    letter-spacing: -0.5px;
    padding: 0px 23px 5px 9px;
    margin-bottom: 0px;
    float: left;
    background-color: #ff4274;
    color: white;
    display: block;
}


.menu-icon {
padding: 15px;
}

.menu-icon p {
    text-align: center;
  }

.news img {
  width:180px;
  height:120px;
  margin-bottom: 12px;
}

.my-4.news{
    margin-bottom: -1.5rem!important;
}

.desc-tematik {
  height: 65px;
  max-height: 65px;
}

.tematik img {
  width:80px;
  height:80px;
}

.tematik h5{
  font-size: 13px;
   font-family: 'Montserrat', sans-serif;
   font-weight: 600;
    line-height: 130%;
      -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.tematik p{
  font-size: 10px;
  color: grey;
}


.my-4.tematik{
    margin-bottom: -0.9rem!important;
}

.tematik a {
  color: black;
      display: inline-block;
    vertical-align: middle;
}
.tematik a:hover{
    text-decoration: none;
    color: black;
}
.tematik a:active { color:black; }


ul.ul-doa { padding-left:20px; list-style:none; }
li.li-doa { margin-bottom:5px; }
li.li-doa:before {    
    font-family: 'Font Awesome 5 Free';
    content: '\f518';
    margin:0 0px 0 -20px;
    color: #f8bd04;
    font-size: 16px;
}
.li-doa a {
  color: black;
  vertical-align: text-bottom;
}
.li-doa a:hover{
    text-decoration: none;
    color: #f8bd04;
}
.li-doa a:active { color:black; }
.li-doa-hr {
  margin-top: 5px;
  margin-bottom: 5px;
  border-color: #ecb70e;
}

ul.ul-hadits { padding-left:20px; list-style:none; }
li.li-hadits { margin-bottom:5px; }
li.li-hadits:before {    
    font-family: 'Font Awesome 5 Free';
    content: '\f02d';
    margin:0 5px 0 -20px;
    color: #934f9c;
    font-size: 16px;
}

.li-hadits a {
  color: black;
  vertical-align: text-bottom;
}
.li-hadits a:hover{
    text-decoration: none;
    color: #934f9c;
}
.li-hadits a:active { color:black; }


.btn--default{
  background-color: #f0f0f0;
}

.more-doa, .more-hadits {
  margin-top: -10px;
  margin-bottom: 5px;
}

.more-doa a {
  color: #d4a81e;
  vertical-align: text-bottom;
  font-size: 13px;
}

.more-doa a:hover{
    color: black;
}
.more-doa a:active { color:black; }
.btn--default:focus {
  background-color: #f0f0f0;
  border-color: white; 
  box-shadow: none;
}
.btn--default:target {
  background-color: #f0f0f0;
  border-color: white; 
  box-shadow: none;
}
.btn--default:active {
  box-shadow: none;
}


.more-hadits a {
  color: #934f9c;
  vertical-align: text-bottom;
  font-size: 13px;
}

.more-hadits a:hover{
    color: black;
}
.more-hadits a:active { color:black; }
.btn--default:focus {
  background-color: #f0f0f0;
  border-color: white; 
  box-shadow: none;
}




p.sansserif {
  font: normal 16px "helvetica", Arial, sans-serif;
  line-height: 140%;
}



.back-page {
    position: fixed;
    bottom: 6px;
}

.setting {
    position: fixed;

}


  #footer {
    background-color: #4285f4;
    margin-top: 5px;
    width: 100%;
    height: 50px;
    line-height: 50px;
     position: absolute;

  }

/* page surat */
#header-surat {
  background: #3498db;  
}
#content-surat {
  padding-bottom: 80px;
}

.pilihan-surat {
      position: fixed;
    bottom: 44px;
}

.gambar, .tafsir, .kata {
  padding-top: 3px;
}

.tafsir{
  padding-bottom: 3px;
}

.down-tafsir {
    margin-top: 5px;
}

/*button tafsir*/
.btn-tafsir{
  background-color: #444ba7;
  border-color: #444ba7;
  color: white;
}
a.btn-tafsir:hover {background-color:#6d74c6; color: white;}
.btn-tafsir:focus {
  background-color: #444ba7;
  color: white;
  box-shadow: none;
}
.btn-tafsir:active, 
.btn-tafsir:target {
  color: white;
  background-color: #6d74c6;
}
/*button tafsir*/

/*button video*/
.btn-video{
  background-color: #db1a5d;
  border-color: #db1a5d;
  color: white;
}
a.btn-video:hover {background-color:#d84f7e; color: white;}
.btn-video:focus {
  background-color: #db1a5d;
  color: white;
  box-shadow: none;
}
.btn-video:active, 
.btn-video:target {
  color: white;
  background-color: #d84f7e;
}
/*button video*/

#playmp {
    width: 100%;
}
.title-surat , .title-surat-1{
  color: white;
  text-align: center;
  font-size: 17px;
  padding-top: 6px;
  vertical-align: middle!important;
}

.title-surat-1 {
  font-size: 16px;
}

.title-arti {
  color: white;
  text-align: center;
  font-size: 15px;
  
}

.arabic {
    font-family: 'Uthmani', serif;
    font-weight: normal;
    direction: rtl;
    padding: 0 5px;
    margin: 0;
    line-height: 1.7;
    font-size: 30px;
    text-align: center;
}

.arabic-tafsir{
  font-family: 'Uthmani', serif;
  font-size: 26px; font-weight: normal;
  direction:rtl;
  padding : 0 5px;
  margin : 0;
  line-height: 1.7;
  text-align: right;
}

.title-arabic {
  color: white;
  font-size: 30px;
  padding: 10px;
}

.surat-ayat {
  margin-bottom: 20px;
    border-bottom: 2px solid;
    border-color: #3498db;
    margin-top: 3px;
}

/* page doa */
.thumb-doa {
  padding: 25px;
}

h3.judul-doa {
  text-align: center;
  font-size: 18px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  line-height: 130%;
  color: #f87324;
}

.icon-dzikir, .icon-doa, .icon-shalat {
  padding: 8px;
}

.body-doa {
  padding-bottom: 80px;
}

/* page list doa */
.notice {
    padding: 8px;
    height: 60px;
    background-color: #e8e2e2;
    border-left: 6px solid #7f7f84;
    margin-bottom: 10px;
    -webkit-box-shadow: 0 5px 8px -6px rgba(0,0,0,.2);
    -moz-box-shadow: 0 5px 8px -6px rgba(0,0,0,.2);
    box-shadow: 0 5px 8px -6px rgba(0,0,0,.2);
}
.notice-info {
  border-color: #45ABCD;
}


p.noticeP1  {
    -webkit-line-clamp: 2!important;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 13px;
  margin-top: 8px;
  color: #8a8383;
}

p.noticeP2  {
    -webkit-line-clamp: 2!important;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 13px;
  margin-top: 10px;
  color: #8a8383;
}
  
.header-doa {
  background-color: #3498db;
      padding-bottom: 1px;
}

.header-doa p {
  font-size: 17px;
    color: white;
    text-align: center;
    padding-top: 10px;
    font-weight: bold;
    text-transform: uppercase;
}

.btn-share {
  color: #fff;
    background-color: #12bb18;
}
a.btn-share:hover {background-color:#12bb18; color: white;}
.btn-share:focus {
  background-color: #12bb18;
  color: white;
}
.btn-share:active, 
.btn-share:target {
  color: white;
  background-color: #12bb18;
}


.btn-back {
  color: #fff;
    background-color: #f2b908;
}
a.btn-back:hover {background-color:#f2b908; color: white;}
.btn-back:focus {
  background-color: #f2b908;
  color: white;
  box-shadow: none;
}
.btn-back:active, 
.btn-back:target {
  color: white;
  background-color: #f2b908;
}


/* page dzikir */

.body-dzikir {
  padding-bottom: 80px;
}

.card-padding{
  padding: 0.50rem 0.25rem;
}
.card-head-padding{
margin-bottom: 5px;
}

.card-radius {
  border-radius: 6px;
}

.btn-link:hover, .btn-link:visited, .btn-link:focus  {
  text-decoration: none!important;
  color: #007bff;
}


[data-toggle="collapse"] .fa:before {  
  content: "\f139";
}

[data-toggle="collapse"].collapsed .fa:before {
  content: "\f13a";
}
/* page shalat */

.thumb-shalat{
  padding-right: 25px;
  padding-left: 25px;
}

/* page kajian */

.box-title-adihidayat, .box-title-nuzul, .box-title-khalid, .box-title-aagym , .box-title-mix {
  float: left;
  width: 100%;
  padding: 0px;
  text-transform: uppercase;
  margin-top: 8px;
}

.box-title-adihidayat {
  border-bottom: 2px solid #4285f4;
}

.box-title-nuzul {
  border-bottom: 2px solid #f8b603;
}

.box-title-khalid {
  border-bottom: 2px solid #f51e2d;
}

.box-title-aagym {
  border-bottom: 2px solid #f58b0d;
}

.box-title-mix {
  border-bottom: 2px solid #05c395;
}

.box-title-adihidayat h2 , .box-title-nuzul h2 , .box-title-khalid h2 ,.box-title-aagym h2 ,.box-title-mix h2{
  font-size: 17px;
  height: 33px;
  line-height: 33px;
  font-weight: 800;
  letter-spacing: -0.5px;
  padding: 0px 23px 5px 9px;
  margin-bottom: 0px;
  float: left;
  color: white;
  display: block;
}

.box-title-adihidayat h2 {
  background-color: #4285f4;
}

.box-title-nuzul h2 {
  background-color: #f8b603;
}

.box-title-khalid h2 {
  background-color: #f51e2d;
}

.box-title-aagym h2 {
  background-color: #f58b0d;
}

.box-title-mix h2 {
  background-color: #05c395;
}


.kajian-adihidayat .slick-list , .kajian-nuzul .slick-list , 
  .kajian-khalid .slick-list, .kajian-aagym .slick-list , .kajian-mix .slick-list {
   padding:0 20% 0 0;
  }


.body-kajian {
    border: 1px solid rgb(204, 204, 204);
      padding: 5px;
      overflow: auto;
      height: 400px;
      background-color: rgb(255, 255, 255);
  }
.cover-kajian {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.hover-kajian {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.btn-play {
  height: 65px;
}

.divImg:hover .cover-kajian {
  opacity: 0.3;
}
.divImg:hover .hover-kajian {
  opacity: 1;
}

/* page kajian */

/* page jadwal shalat */
  .jadwal-shalat {
    color: #ca6bd3;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 10px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 27px;
    padding: 10px!important;
}

.centered-info {
    position: absolute;
    top: 67%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: 'Orbitron', sans-serif;
    font-size: 16px;
    color: white;
}

.centered {
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: 'Orbitron', sans-serif;
    font-size: 24px;
    color: white;
}
/* page jadwal shalat */


/* EQ PLAY */
#eq-play-header {
  background-color: #e01f26;
}

.box-title-play {
  float: left;
    width: 100%;
    border-bottom: 2px solid #e01f26;
    padding: 0px;
    text-transform: uppercase;
}

.box-title-play h2 {
  font-size: 17px;
    height: 33px;
    line-height: 33px;
    font-weight: 800;
    letter-spacing: -0.5px;
    padding: 0px 23px 5px 9px;
    margin-bottom: 0px;
    float: left;
    background-color: #e01f26;
    color: white;
    display: block;
}

.tafsir {
  padding-bottom: 3px;
}
/*button tafsir*/
.btn-tafsir{
  background-color: #444ba7;
  border-color: #444ba7;
  color: white;
}
a.btn-tafsir:hover {background-color:#6d74c6; color: white;}
.btn-tafsir:focus {
  background-color: #444ba7;
  color: white;
}
.btn-tafsir:active, 
.btn-tafsir:target {
  color: white;
  background-color: #6d74c6;
}
/*button tafsir*/

/*button murotal*/
.btn-murotal{
  background-color: #d1318d ;
  /*border-color: #0195ff;*/
  color: #fff;
}

a.btn-murotal:hover {background-color:#f175bc; color: white;}
.btn-murotal:focus {
  background-color: #f175bc;
  color: white;
  box-shadow: none;

}
.btn-murotal:active, 
.btn-murotal:target {
  color: white;
  background-color: #f175bc;
  box-shadow: none;

}
/*button murotal*/

/*button homr*/
.btn-home{
  background-color: #3498db ;
  /*border-color: #0195ff;*/
  color: #fff;
}

a.btn-home:hover {background-color:#3498db; color: white;}
.btn-home:focus {
  background-color: #3498db;
  color: white;
}
.btn-home:active, 
.btn-home:target {
  color: white;
  background-color: #3498db;
}
/*button home*/

/* page surat tematik */
.tematik-judul {
    overflow: hidden;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.thumb-tematik {
  margin-bottom: 15px;
}

.thumb-tematik img {
  border-radius: 15px!important;
}

/* covid */
h2.covid  {
margin-left:4px;
background:#d03636
}

.cv19 a {
  color: white;
  vertical-align: text-bottom;
}
.cv19 a:hover{
    text-decoration: none;
    color: white;
}
.cv19 a:active { color:white; }

p.publish-date {
  font-size: 11px;font-style: italic;color: #27a274;
}

.slide-tematik p {
  font-size: 13px;
    text-align: center;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
