body {

}
div.container {
 
    opacity: 0.9;
}
.align-center {
    text-align: center;
}

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

.float-right {
    float: right;
}

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

.bold {
    font-weight: bold;
}

.rtl {
    direction: rtl;
}

.ltr {
    direction: ltr;
}

.linkify {
    cursor: pointer;
    cursor: hand;
}

.linkify:hover {
    color: #0098b3;
}

.ayah-playing span.linkify {
    color: #666666;
}

.style-ayah {
    font-size: 35px;
}

.margin-left-15
{
    margin-left: 15px;
}

.hide {
    display: none;
}

.ayah-ending {
  width: 100px;
  height: 100px;
  position: relative;
}

.ayah-number {
  width: 90%;
  height: 90%;
  top: 0px;
  left: 0;
  z-index: 10;
  margin-top: 25%;
}

.ayah-number-2digit {
  width: 90%;
  height: 90%;
  top: 0px;
  left: 0;
  right: 5px;
  z-index: 10;
  margin-top: 25%;
}

.ayah-number-3digit {
  width: 90%;
  height: 90%;
  top: 0px;
  right: 1px;
  left: 0;
  z-index: 10;
  margin-top: 25%;
}

.ayahEditionName:first-letter {
  text-transform:capitalize;
}

.ayah-playing {
    color: #0098b3;
}

/** Audio Playlist **/
.mejs-list li:hover {
  background: #ffa;
  cursor: pointer;
}
.mejs-list li.current {
  background: #cddfff;
}
.mejs-container {
    position: relative;
    background: #0098b3;
    margin-top: 10px;
}
.playerBar{
    background-color: white;
}

#surahConfigurator {
    padding-top: 15px;

}

.surah-bracket-sign {
    font-family: 'Simplified Arabic','Traditional Arabic','Simplified Arabic Fixed',KacstOne,'XP Vosta',Harmatta,'Iranian Sans','Arabic Typesetting',Scheherazade,Lateef,'Droid Arabic Naskh','Noto Naskh Arabic'; font-size: 125%">﴿</span> <?= $surah->data->name; ?> <span style="font-family: 'Simplified Arabic','Traditional Arabic','Simplified Arabic Fixed',KacstOne,'XP Vosta',Harmatta,'Iranian Sans','Arabic Typesetting',Scheherazade,Lateef,'Droid Arabic Naskh','Noto Naskh Arabic';
    font-size: 125%;
}

.multiselect-container>li>a>label {
    vertical-align: top;
}

.translationText {
    font-size: 14px;
}

.juzCell a:hover, .juzCell:hover a, .juzCell p:hover a, .juzCell p a:hover, .juzCell p:hover a:hover {
    text-decoration: none;
    color: #fff;
}

.juzCell:hover {
    background-color: #0098b3;
}

.juzCell p {
    margin-top: 15px;
}

.surahRow:hover {
    background-color: #0098b3;
}

.surahRow:hover a, .surahRow:hover a:hover, .surahRow a:hover {
    color: white;
    text-decoration: none;
}

hr {
    border-top: 1px #222 solid;
}
.custom-shape-divider-top-1726872229 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-top-1726872229 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 150px;
    transform: rotateY(180deg);
}

.custom-shape-divider-top-1726872229 .shape-fill {
    fill: #0098B3;
}

/** For mobile devices **/
@media (max-width: 3000px) {
    .custom-shape-divider-top-1726872229 svg {
        width: calc(133% + 1.3px);
        height: 35px;
    }
}


/* Style untuk mengatur posisi audio di bagian bawah dan responsif */

  
  /* Kontainer untuk audio dengan penamaan rifaldi */
  .rifaldi-audio-container {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 500px;
    padding: 1px;
    background-color: white;
    box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.1);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    z-index: 1000;
  }
  
  /* Gaya audio player */
  audio {
    width: 100%;
    height: 40px;
    outline: none;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  }
  