.surah-detail {
    padding: 15px;
    text-align: center;
}

.surah-detail h2 {
    font-family: arabic;
    font-size: 44px;
    background-image: url(../images/quran/lines2.png);
    background-position: center top -1px;
    background-size: 100%;
    line-height: 84px;
    border-radius: 6px;
    padding: 0 15px;
}
.surah-detail p {
    font-size: 18px;
    margin-top: 14px;
}
.surah-detail h3 {
    background-color: #e6fbfd;
    padding: 20px 15px;
    font-size: 30px;
    line-height: 1.3;
    border-radius: 6px;
}
.surah-detail h4 {
    background-color: #e6fbfd;
    font-size: 18px;
    padding: 15px;
    line-height: 1.6;
    border-radius: 6px;
}

.surah-detail h3 span, .surah-detail h4 span, .surah-detail h2 span{
    position: relative;
    padding: 0 24px;
    font-size: 26px;
}
.surah-detail h3 span:before, .surah-detail h4 span:before, .surah-detail h2 span:before{
     content: "";
     background-image: url(../images/quran/cover-left.png);
     position: absolute;
     background-repeat: no-repeat;
     width: 20px;
     height: 35px;
     left: 0;
     background-position: center top;
 }
.surah-detail h3 span:after, .surah-detail h4 span:after, .surah-detail h2 span:after{
    content: "";
    background-image: url(../images/quran/cover-right.png);
    position: absolute;
    background-repeat: no-repeat;
    width: 20px;
    height: 35px;
    right: 0;
    background-position: center top;
}
.surah-detail h4 span{
    padding: 0 18px;
    font-size: 24px;
}
.surah-detail h4 span:before{
    width: 13px;
    height: 30px;
    left: 0;
    bottom: -1px;
    background-position: center top;
    background-size: 100%;
}
.surah-detail h4 span:after{
    width: 13px;
    height: 30px;
    right: 0;
    background-position: center top;
    background-size: 100%;
    bottom: -2px;
}
.surah-detail h2 span:after, .surah-detail h2 span:before {
    bottom: 1px;
}
.surah-detail h2 span {
    font-size: 30px;
}
.quran-page .search-names form select {
    padding: 10px 15px;
    flex: 1;
    height: 46px;
    border: none;
    border-radius: 6px;
    font-size: 18px;
    margin-right: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url(https://images.socioon.com/res/incomeon/image/upload/1599808091111.png);
    background-repeat: no-repeat;
    background-position: center right 12px;
}
.quran-page .search-names form select:focus {
    outline: none;
}
.quran-page .search-names form button{
    margin-left: 0;
}





.quran-tabs .nav-tabs{
    background-image: linear-gradient(to right, #42ab97 , #359ba2);
    border: none;
    border-radius: 6px 6px 0 0;
}
.quran-tabs .nav-tabs li {
    margin: 8px 8px 0 8px;
}
.quran-tabs .nav-tabs li a {
    color: #fff;
    background-color: #2a7c82;
    padding: 8px 20px;
    display: block;
    border-radius: 6px 6px 0 0;
    transition: 0.3s all;
}
.quran-tabs .nav-tabs li a.selected, .quran-tabs .nav-tabs li a:hover {
    background-color: #fff;
    color: #000;
    text-decoration: none;
}
.q-tab-body {
    padding: 15px;
}
.q-head {
    display: flex;
    justify-content: space-between;
    background-image: linear-gradient(to right, #42ab97 , #359ba2);
    border-radius: 6px;
    padding: 15px;
}
.q-head p {
    margin: 0;
    color: #fff;
    font-family: arabic;
    font-size: 30px;
}
.surah-number {
    display: flex;
    align-items: center;
}
.surah-number a {
    font-size: 30px;
    color: #fff;
    line-height: 1;
}
.surah-number a i {
    position: relative;
    top: 3px;
}
.surah-number span {
    color: #fff;
    font-size: 30px;
    width: 30px;
    display: block;
    text-align: center;
}
.surah-number a.disable {
    color: #2a7c82;
}
.q-body {
    background-color: #e6fbfd;
    padding: 15px;
    text-align: center;
    border: 40px solid transparent;
    border-image-source: url(../images/quran/border.png);
    border-image-slice: 43;
    border-image-repeat: round;
    border-image-width: 40px;
}
.q-surah-name span, .q-start span {
    font-family: arabic;
    font-size: 42px;
}
.q-surah-name, .q-start {
    margin: 15px 0;
    text-align: center
}
.ayaText.besm {
    text-align: center;
    font-family: arabic;
}
.q-surah-name span{
    background-color: #cbeceb;
    position: relative;
    padding: 0 30px;
    border-radius: 6px;
}
.q-surah-name span:before {
    content: "";
    background-image: url(../images/quran/fl-1.png);
    position: absolute;
    left: -37px;
    top: 7px;
    width: 37px;
    height: 55px;
}
.q-surah-name span:after {
    content: "";
    background-image: url(../images/quran/fl-2.png);
    position: absolute;
    right: -37px;
    top: 7px;
    width: 37px;
    height: 55px;
}
.q-tab-body article{
    background-color: #e6fbfd;
    padding: 26px;
    border-radius: 6px;
}
.q-aya {
    background-image: url(../images/quran/lines2.png);
    background-position: center top -1px;
    background-size: 100%;
    line-height: 70px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    flex-direction: row-reverse;
    align-items: center;
}
.q-aya .aya.hover .aya-wrapper {
    background-color: #F0F4C3!important;
}
.q-aya span:not(.aya-number) {
    font-size: 36px;
    font-family: arabic;
}
.q-aya span.aya-number {
    position: relative;
    padding: 0 16px;
    font-size: 28px;
    margin: 0 8px;
}

.qw-head {
    background-image: linear-gradient(to right, #42ab97 , #359ba2);
    padding: 12px 15px;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.qw-head span:last-child {
    font-size: 22px;
}
.qw-body{
    padding: 10px 15px;
}
.qw-body .nav-tabs li {
    margin: 0 2px;
    width: 100%;
}
.qw-body .nav-tabs li a {
    background-color: #f2f3f6;
    color: #000;
    padding: 4px 4px 8px 4px;
    display: block;
    text-align: center;
    border-top: 4px solid #f2f3f6;
    transition: 0.3s all;
}
.qw-body .nav-tabs li a.active, .qw-body .nav-tabs li a:hover{
    border-color: #50c2bb;
    text-decoration: none;
}
.qw-body .nav-tabs{
    flex-wrap: nowrap;
    padding-bottom: 10px;
    border: none;
}


.goto {
    display: flex;
    flex-direction: row-reverse;
}
.goto input {
    flex: 1;
    border: 1px solid #e1e3eb;
    border-radius: 6px;
    margin-left: 8px;
    padding: 0 10px;
    width: 100%;
    height: 36px;
}
.goto input:focus{
    outline: none;
}
.goto button {
    border: none;
    background-color: #40a998;
    border-radius: 6px;
    color: #fff;
    padding: 4px 12px;
}
a.search-tips{
    color: #2a7c82;
    font-size: 14px;
    display: block;
    text-align: right;
    text-decoration: underline;
    margin-top: 6px;
}

.q-dropdown {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.q-dropdown label {
    min-width: 55px;
    margin: 0;
    font-size: 16px;
}
.q-dropdown select {
    padding: 0 30px 0 15px;
    flex: 1;
    height: 40px;
    border: none;
    border-radius: 6px;
    font-size: 18px;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url(https://images.socioon.com/res/incomeon/image/upload/1599808091111.png);
    background-repeat: no-repeat;
    background-position: center right 12px;
    border: 1px solid #e1e3eb;
        max-width: 100%;
}
.q-dropdown select:focus, .goto button:focus{
    outline: none;
}
.q-dropdown input[type="text"] {
    border: 1px solid #e1e3eb;
    border-radius: 6px;
    height: 40px;
    width: 100%;
    font-size: 18px;
    padding: 0 15px;
}
.q-dropdown span {
    display: block;
    min-width: 40px;
    background-image: linear-gradient(to right, #4a6180 , #8094ae);
    margin: 0 0 0 10px;
    text-align: center;
    border-radius: 6px;
    padding: 9px 0;
    height: 40px;
    color: #fff;
    cursor: pointer;
}
.qw-radio label {
    display: flex;
    align-items: center;
}
.qw-radio input[type="radio"], .qw-radio input[type="checkbox"] {
    margin-right: 10px;
}
.simple-dd.q-dropdown select{
    font-size: 16px;
}
.q-dropdown.player span {
    background: none;
    color: #000;
    border: 1px solid #e1e3eb;
    padding: 8px 0;
    font-size: 16px;
}
.qw-body audio{
    width: 100%;
}
select option:hover{
    background-color: #40a998;
    box-shadow: 0 0 10px 100px #40a998 inset;
}

.aya.selected{
   background-color: #40a998;
    box-shadow: 0 0 10px 100px #40a998 inset; 
}


span.ayaNumber {
    white-space: nowrap;
    float: left;
    direction: rtl;
}

.tip.tip-shadow.transTip {
    background: #fff;
    border: 1px solid #9E9E9E;
    padding: 10px;
    border-radius: 10px;
}

.tip.tip-shadow.transTip .tip-title {
    border-bottom: 1px solid #9E9E9E;
}

.tip.tip-shadow.transTip .tip-title.rtl {
    direction: rtl;
}
.tip.tip-shadow.transTip .tip-title.ltr {
    direction: rtl;
}



.jp-interface div {
    overflow: hidden;
    padding: 0;
    margin: 0;
}

div.jp-interface {
    vertical-align: middle;
    margin: 3px 0 0;
    position: relative;
    width: 166px;
    height: 19px;
    border: 1px solid #bbb;
    border-color: #eee #bbb #ABABAB;
    background: #f0f0f0 url(../img/bg.png) repeat-x 0 -200px;
    direction: ltr;
}

div.jp-play-pause {
    position: absolute;
    height: 16px;
    left: 0;
    padding: 1px;
    padding-right: 4px;
    cursor: pointer;
    border-right: 1px solid #ccc;
}

div.jp-progress {
    position: absolute;
    top: 6px;
    left: 25px;
    width: 90px;
    height: 6px;
}

div.jp-seek-bar {
    background-color: #ABACD3;
    width: 0px;
    height: 6px;
    cursor: pointer;
}

div.jp-play-bar {
    background-color: #000099;
    width: 0px;
    height: 6px;
}

div.jp-volume-toggle {
    position: absolute;
    height: 16px;
    left: 120px;
    padding: 1px 0px;
    cursor: pointer;
    border-left: 1px solid #ccc;
}

div.jp-volume-mute-pad {
    display: none;
    position: absolute;
    height: 18px;
    left: 120px;
    width: 42px;
    cursor: pointer;
}

div.jp-volume-max {
    position: absolute;
    top: 1px;
    left: 160px;
    height: 16px;
    width: 4px;
    cursor: pointer;
}

div.jp-volume-bar {
    position: absolute;
    top: 1px;
    width: 25px;
    height: 16px;
    cursor: pointer;
    left: 135px;
}

div.jp-volume-bar-wrapper {
    background-color: #ccc;
    margin-top: 6px;
    height: 4px;
}

div.jp-volume-bar-value {
    background-color: #01a;
    width: 0px;
    height: 4px;
}