*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body{
    background-image: url("../assets/vecteezy_white-ornament-islamic-pattern-background_7152272.jpg");
    background-size: cover;
    background-repeat: repeat;
    background-position: center;
    position: relative;
    min-height: 100vh;
}

.navbar{
    height: 115px;
    overflow: hidden;
    background-color: transparent;
    color: #FE9721 !important;
    border-bottom: 5px solid #FE9721;
}
.navbar img{
    height: 90px;
}
.navbar .mr30{
    margin-right: 30px;
}
.navbar a{
    color: #FE9721;
}

.content #main-content{
    height: auto;
}

.content .image-container .page-image{
    display: block;
    max-height: 100%;
    max-width: 100%;
    margin: 0 auto;
}

.page-controls{
    margin-bottom: 5px;
}
.select2-container--default .select2-selection--single, .select2-selection .select2-selection--single {
    height: 40px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 35px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 35px;
    right: 5px;
}

.content #myAudio{
    width: 100%;
    display: inline-block;
}
.content .audioBox img{
    border-radius: 15px;
}

.audioPlayer{
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    height: 3rem;
}
.audioPlayer span{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    line-height: 3rem;
    z-index: 2;
    padding: 0;
}


.footer{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #FE9721;
    color: #fff;
    padding: 2rem 0 1rem 0;
}

@media (max-width: 576px){
    body{
        padding-bottom: 120px!important;
    }
    body > div.content.mt-2.pb-4.pt-4{
        margin-bottom: 0;
        padding-bottom: 0!important;
    }
    .content #main-content{
        height: auto;
    }
    /* .content .image-container .page-image{
        width: 100%;
    } */
    .content .audioBox{
        padding-top: 10px;
        padding-bottom: 10px;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        margin: 0;
        background-color: #FE9721;
        opacity: .8;
        color: #2e0f00;
        font-weight: 900;
        height: 116px;
        overflow: hidden;
    }
    .content .audioBox .col-2{
        display: flex;
        align-items: center;
    }
    .content .audioBox > div{
        height: 100%;
        overflow: hidden;
    }
    .content .audioBox img{
        height: 100%;
    }
    .footer{
        display: none;
    }
}
@media (max-width: 550px){
    
    
    .navbar .ms-auto h3,
    .navbar .ms-auto h4{
        display: none;
    }
    .navbar .mr30{
        margin-right: 0;
        font-size: 1rem;
    }
    .navbar img{
        height: 80px;
    }
    .navbar h4{
        font-size: .9rem;
    }
    
}
@media (max-width: 425px){
    #prevButton{
        justify-content: flex-start;
    }
    #nextButton{
        justify-content: flex-end;
    }
    .content #myAudio{
        height: 40px;
    }
}
