﻿
@import url('fontkahroba.css');

/*begin new styles*/
:root {
    --body-bg: #F1F4F6;
    --font-primary: kahroba, sans-serif;
    --font-oa: kahroba-oa, kahroba, sans-serif;
    --font-fd: kahroba-fd, kahroba, sans-serif;
    --font-p1: p1, kahroba, sans-serif;
    /*    --font-ot: kfgqpc-uthmanic-script-hafs-regular;*/
    /*    --font-ost: uthmanichafs1-ver17;*/
    --w-regular-200: 200;
    --w-regular-300: 300;
    --w-regular: 400;
    --w-regular-500: 500;
    --w-before-bold: 600;
    --w-bold: 700;
    --w-regular-800: 800;
    --w-regular-900: 900;
    --title-fs: 17px;
    --zekr-fs: 24px;
    --title-fs-2x: 34px;
    --title: 20px;
    --border-raduis: 17px;
    --border-raduis-round: 42px;
    --shadow-menu: 0px -6px 6px rgba(0,0,0,0.17);
    --shadow-footer: 4px 6px 13px rgba(0,0,0,0.17);
    --shadow-menu-before: 0px -6px 6px rgba(0,0,0,0.17);
    --bg-white: #ffffff;
    --clor-site: #0e1f65;
}

* {
    box-sizing: border-box;
}

a {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}

body {
    font-family: var(--font-primary) !important;
    font-family: var(--font-oa) !important;
    font-family: var(--font-fd) !important;
    /*    font-family: var(--font-ot) !important;*/
}

button {
    border: none;
}

input:focus-visible {
    border: none !important;
    border-color: transparent !important;
    outline: none;
    /*    background: transparent !important;*/
}

a:hover {
    color: inherit !important;
}

.fs-11p {
    font-size: 11px;
}

.fs-12p {
    font-size: 12px;
}

.fs-13p {
    font-size: 13px;
}

.fs-14p {
    font-size: 14px;
}

.fs-15p {
    font-size: 15px;
}

.fs-16p {
    font-size: 16px;
}

.fs-17p {
    font-size: var(--title-fs);
}

.fs-18p {
    font-size: 18px;
}

.fs-24p {
    font-size: var(--zekr-fs);
}

.fs-34p {
    font-size: var(--title-fs-2x);
}

.fw-200 {
    font-weight: var(--w-regular-200);
}

.fw-300 {
    font-weight: var(--w-regular-300);
}

.fw-400 {
    font-weight: var(--w-regular);
}

.fw-500 {
    font-weight: var(--w-regular-500);
}

.fw-600 {
    font-weight: var(--w-before-bold);
}

.fw-700 {
    font-weight: var(--w-bold);
}

.fw-800 {
    font-weight: var(--w-regular-800);
}

.fw-900 {
    font-weight: var(--w-regular-900);
}

.pr-0 {
    padding-right: 0 !important;
}

.pl-0 {
    padding-left: 0 !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.pt-0 {
    padding-bottom: 0 !important;
}

.mr-0 {
    margin-right: 0 !important;
}

.ml-0 {
    margin-left: 0 !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mt-0 {
    margin-bottom: 0 !important;
}

.color-black {
    color: black;
}

.clor-site {
    color: var(--clor-site);
}

.body-bg {
    background: #F1F4F6;
}

.fs-17 {
    font-size: var(--title-fs);
}

.fs-34 {
    font-size: var(--title-fs-2x);
}

.fs-name-soore {
    font-size: 27px;
}

.p-40 {
    padding: 10rem;
}

.col-c6 {
    flex: 0 0 auto;
    width: calc(50% - 25px) !important;
}
/*.py-40{
    padding:10rem 0;
}*/
.height-100 {
    height: 100%;
}

.height-50 {
    height: 50%;
}

.height-45 {
    height: 45%;
}

.height-auto {
    height: auto;
}

.ov-y-auto {
    overflow-y: auto;
}

.ov-y-hidden {
    overflow-y: hidden;
}

.height-submenu {
    height: 120px;
}

.height-87 {
    height: 87px;
}

.title-color {
    color: var(--clor-site);
    font-weight: var(--w-before-bold);
    font-size: var(--title);
}

.header {
    background: var(--bg-white);
    color: #222D37;
}

.header-icon {
    width: 34px;
    height: 34px;
}

.btn-style {
    background: var(--clor-site);
    color: var(--bg-white);
    border-color: #707070;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--border-raduis);
    font-size: 14px;
}

.btn-style-footer {
    border-radius: 10px;
    font-size: 20px;
    height: 51px;
}

.site-logo {
    width: 60px;
    height: 68px;
}

.gap-8 {
    gap: 2rem;
}

.gap-6p {
    gap: 6px;
}

.title-replace-h {
    font-size: 29px;
    font-weight: 500;
}

.cursor-pointer {
    cursor: pointer;
}

.padding-header {
    padding-left: 50px;
}

.menu-font {
    font-size: 19px;
}

.menu-item {
    position: relative;
}

.filter-icon-width {
    width: 30px;
    height: 30px;
}

.search-icon-width {
    width: 30px;
    height: 30px;
    transform: rotate(90deg);
}

.sub-menu {
    position: absolute;
    top: calc(100% + 36px);
    right: -18px;
    background: white;
    min-width: 180px;
    border-radius: var(--border-raduis);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    z-index: 1000;
    box-shadow: var(--shadow-menu);
}

    .sub-menu::before {
        content: "";
        position: absolute;
        top: -6px;
        right: 4px;
        width: 50px;
        height: 28px;
        background: var(--bg-white);
        transform: rotate(45deg);
        border-top-right-radius: 3px;
        z-index: -1;
    }

.sub-item {
    padding: 10px 15px;
    cursor: pointer;
    color: #000000;
    height: 29px;
    font-size: 14px;
    display: flex;
    align-items: center;
    font-weight: 300
}

.sub-item-counter {
    font-size: 14px;
}

.sub-item-txt {
    border-bottom: 2px solid transparent;
    transition: border-color 0.3s ease;
}

    .sub-item-txt:hover {
        border-bottom: 2px solid #0E4B5B;
    }

.menu-item:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.margin-left-search-i {
    margin-right: -11px;
}

.parent-searchbar {
    background: #F1F4F6;
    position: relative;
    border-radius: 32px;
    align-items: center;
}

.parent-searchbar-footer {
    border-radius: 10px;
    background: #E0E8EF;
    flex: 1;
}

.searchbar-input {
    background: #F1F4F6;
    border: none;
    border-radius: 16px;
    font-size: 12px;
}

.searchbar-input-footer {
    font-size: 19px;
    font-weight: 600;
    background: #E0E8EF;
}

.searchbar-input:focus-visible {
    border: none !important;
    border-color: transparent !important;
    outline: none;
}

.position-absolute {
    position: absolute;
}

.filter-search {
    z-index: 2;
    left: 27%;
}

.search-icon {
    z-index: 2;
    right: 4%;
}

.left-chev-icon {
    width: 20px;
    height: 20px;
}

.p-12 {
    padding: 3rem;
}

.p-16 {
    padding: 4rem;
}
/*begin slider*/
.mySlider {
    width: 100% !important;
    height: 650px !important;
    overflow: hidden !important;
    border-radius: 16px !important;
    position: relative !important;
}

.swiper-slide {
    overflow: hidden !important;
    border-radius: 16px !important;
}

.mySlider .swiper-slide {
    flex-shrink: 0 !important;
    width: 100% !important;
    min-width: 100% !important;
    overflow: hidden !important;
    border-radius: var(--border-raduis) !important;
}

.mySlider img {
    display: block !important;
    max-width: 100% !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

.mySlider,
.mySlider * {
    box-sizing: border-box !important;
}

    .mySlider .swiper-wrapper {
        display: flex !important;
        width: 100% !important;
    }

    .mySlider * {
        min-width: 0 !important;
    }

.swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
    border-radius: 20px !important;
    background: white !important;
    opacity: 1 !important;
    transition: all .3s ease !important;
}

.swiper-pagination-bullet-active {
    width: 30px !important;
    background: white !important;
}
/*begin footer*/
.footer {
    background: var(--bg-white);
    height: 650px;
    box-shadow: var(--shadow-footer);
    border-radius: var(--border-raduis);
}

.first-sub-footer {
    flex: 1;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.second-sub-footer {
    background: #E4EEF8;
    height: 100px;
    color: var(--clor-site);
}

.white-line {
    background: white;
    height: 3px;
}

.fw-copyright {
    font-weight: 300;
}

.fs-rights {
    font-size: 14px;
}

.grid-1 {
    display: grid;
    grid-template-rows: repeat(3, minmax(0, 1fr));
}

.sub-grid-1 {
    display: flex;
    flex-direction: revert;
    align-items: center;
    justify-content: start;
    gap: 4rem;
}

.site-logo-footer {
    width: 132px;
    height: 152px;
}

.bg-argham {
    background: #f6f6f6;
}

.svg-links {
    background: #E0E8EF;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    position: relative;
    transition: background 0.5s ease;
}

    .svg-links:hover {
        background: #0055A370;
    }

.svg-icons {
    position: absolute;
    top: 20%;
    right: 20%;
}

.svg-links:hover .svg-icons path {
    fill: #0055A3;
}

.footer-first-title {
    font-size: 1.6rem;
    font-weight: 700;
}

.footer-other-title {
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--clor-site);
}

.fs-subtitle-footer {
    font-size: 18px;
    color: #000;
}

.footer-bullet {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--clor-site);
}

.footer-call-svg {
    width: 30px;
    height: 30px;
}

.footer-call {
    width: 25px;
    height: 25px;
}

.fontsize-designer {
    font-size: 18px;
}

.border-title-box {
    border-radius: var(--border-raduis-round);
    background: var(--bg-white);
    box-shadow: var( --shadow-footer);
    height: 200px !important;
}

.border-piramoon-ayat-box {
    border-radius: var(--border-raduis-round);
    background: var(--bg-white);
    box-shadow: var( --shadow-footer);
    padding: 0.9rem 1.5rem;
    font-size: 20px;
    font-weight: 400;
    gap: 4rem;
    cursor: pointer;
}

.title-boxes-sh {
    font-size: var(--title-fs);
    font-weight: var(--w-regular-300);
    cursor: context-menu;
}

.title-boxes-h {
    font-size: var(--title-fs-2x);
    font-weight: var(--w-bold);
    cursor: context-menu;
}

.col-c3 {
    width: 25%;
}

.svg-hide {
    opacity: 0;
    transition: opacity 0.3s ease;
}

.svg-show {
    opacity: 1;
}

.line {
    background: #C8C8C85C;
    height: 2px;
    /*    margin: 4rem 0 8rem 0;*/
}

.drag-scroll {
    cursor: grab;
    user-select: none;
    scroll-behavior: smooth;
    overflow-x: auto;
    white-space: nowrap;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

    .drag-scroll::-webkit-scrollbar {
        display: none;
    }

    .drag-scroll.active {
        cursor: grabbing;
    }

.akhb-container {
    border-radius: var(--border-raduis);
    background: var(--bg-white);
    box-shadow: var( --shadow-footer);
    padding: 0.9rem 1.5rem;
    font-size: 20px;
    font-weight: 400;
    gap: 4rem;
    cursor: pointer;
}

.height-akhb {
    height: 590px;
}

.widht-5p {
    width: 5%;
}

.widht-3p {
    width: 3%;
}

.flex-1 {
    flex: 1;
}

.heart-wh {
    fill: transparent;
    transition: fill .5s ease;
}

    .heart-wh:hover path {
        fill: #0e1f65;
    }

.liked path {
    fill: #0e1f65;
}

.chelle-detail {
    font-size: var(--title-fs);
    font-weight: var( --w-regular-300);
}

.zekr-detail {
    font-size: var(--zekr-fs);
    font-weight: var( --w-regular-500);
}

/*zekr shomar*/

.zekr-progress {
    margin-right: 0.7rem;
    --size: 180px;
    --thickness: 16px;
    --percent: 80;
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    position: relative;
    background: conic-gradient( from 225deg,#0E4B5B calc(var(--percent) * 2.7deg), #e4e8eb 0deg 270deg, transparent 270deg );
}


    .zekr-progress::before {
        content: "";
        position: absolute;
        inset: var(--thickness);
        background: var(--bg-white);
        border-radius: 50%;
        z-index: 1;
    }


.progress-content {
    position: absolute;
    inset: 25px;
    z-index: 3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.count {
    font-size: 42px;
    font-weight: var( --w-regular-300);
    color: #00134d;
}

.label {
    font-size: 17px;
    color: #00134db2;
    font-weight: 400;
}

.progress-dot {
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #0E4B5B;
    border: 2px solid var(--bg-white);
    z-index: 4;
    left: 48%;
    top: 46%;
    transform-origin: center;
    transform: rotate(calc(225deg + var(--percent) * 2.7deg)) translateY(calc(var(--size) / -2 + 8px));
}
/*chelle*/
.ring {
    width: 200px;
    height: 200px;
    position: relative;
    border-radius: 50%;
}

.segment {
    position: absolute;
    width: 8px;
    height: 20px;
    background: #d9e0e4;
    left: 50%;
    top: 50%;
    border-radius: 2px;
    transform: translate(-50%,-50%) rotate(calc(var(--i) * 9deg)) translateY(-85px);
}

    .segment.active {
        background: #0E4B5B;
    }

.center-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: flex;
    align-items: baseline;
    gap: 4px;
    font-weight: 700;
}

.current {
    font-size: 24px;
    color: #000;
    font-weight: 400;
}

.divider {
    font-size: 24px;
    color: #999;
}

.total {
    font-size: 24px;
    color: #000;
    font-weight: 400;
}

/*end*/

.calendar-link {
    font-size: 22px;
    border-bottom: 1px solid black;
    color: black !important;
}

.rbaq-container {
    border-radius: var(--border-raduis);
    background: var(--bg-white);
    box-shadow: var( --shadow-footer);
    padding: 0.9rem 1.5rem;
    padding-top: 0.9rem;
    padding-bottom: 0.9rem;
    font-size: 20px;
    font-weight: 400;
    gap: 3rem;
    cursor: pointer;
}

.height-rbaq {
    height: 500px;
}
/*begin hover footer icons*/
.tooltip-item {
    position: relative;
}

    .tooltip-item::after {
        content: attr(data-tooltip);
        position: absolute;
        bottom: calc(100% + 4px);
        left: 50%;
        transform: translateX(-50%);
        background: #f1f4f6;
        color: #000000bf;
        padding: 6px 10px;
        border-radius: 3px;
        font-size: 12px;
        white-space: nowrap;
        opacity: 0;
        visibility: hidden;
        transition: all .2s ease;
        pointer-events: none;
        z-index: 9999;
        font-weight: 300;
    }
    /*
    .tooltip-item::before {
        content: "";
        position: absolute;
        bottom: calc(100% + 4px);
        left: 50%;
        transform: translateX(-50%);
        border-width: 6px;
        border-style: solid;
        border-color: #333 transparent transparent transparent;
        opacity: 0;
        visibility: hidden;
        transition: all .2s ease;
        pointer-events: none;
    }*/

    .tooltip-item:hover::after,
    .tooltip-item:hover::before {
        opacity: 1;
        visibility: visible;
    }

    .tooltip-item.show-tooltip::after,
    .tooltip-item.show-tooltip::before {
        opacity: 1;
        visibility: visible;
    }
/*end hover footer icons*/

.ayeh-title {
    font-size: 46px;
    color: var(--clor-site);
    width: 90%;
    text-align: center;
}

.ayeh-tarjome {
    font-size: 19px;
    width: 90%;
    text-align: center;
    font-weight: var(--w-regular-300);
}

.ayeh-detail {
    font-size: 19px;
    width: 90%;
    text-align: center;
    font-weight: var(--w-regular-300);
    color: var(--clor-site);
}

.search-filterbar-size {
    width: 30px;
    height: 30px;
}

.gap-24 {
    gap: 6rem;
}

.gap-44 {
    gap: 11rem;
}

.filterbar-btn {
    font-size: 26px;
    font-weight: 400;
}

.rotated-search-icon {
    transform: rotate(90deg);
}

.bg-filterbar {
    background: var(--bg-white);
    border-radius: var(--border-raduis-round);
    box-shadow: var( --shadow-footer);
}

.bg-white {
    background: var(--bg-white);
}

.input-btn {
    border: none;
}

    .input-btn:focus-visible {
        border: none !important;
        border-color: transparent !important;
        outline: none;
    }

.hide {
    opacity: 0;
    pointer-events: none;
}

.show {
    opacity: 1;
    pointer-events: auto;
    transform: translateX(0);
}

#search-bar {
    overflow: hidden;
    transform-origin: right center;
    transform: scaleX(0);
    opacity: 0;
    max-width: 0;
    transition: transform .4s ease, opacity .4s ease, max-width .4s ease;
}

    #search-bar.show {
        transform: scaleX(1);
        opacity: 1;
        max-width: 250px;
    }

    #search-bar.hide {
        opacity: 0;
        max-width: 0;
    }

.hide.none {
    display: none;
}

.grid-column {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: stretch !important;
    /*    grid-gap: 3rem;*/
}

.pos-rel {
    position: relative;
}

.pos-numers {
    position: absolute;
    top: 23%;
    color: #fff;
    font-size: 38px;
}

.left-per-1 {
    left: 44%;
}

.left-per-210 {
    left: 42%;
}

.left-per-1121 {
    left: 39%;
}

.left-per-121 {
    left: 40%;
}

.left-per-91 {
    left: 36%;
}

.left-per-22114 {
    left: 35%;
}

.bg-sooreh {
    background: var(--bg-white);
    border-radius: var(--border-raduis);
    box-shadow: var( --shadow-footer);
}

.place-center {
    place-items: center;
}

.width-sooreh {
    width: 500px;
}

.height-sooreh {
    height: 206px;
}

.fw-name-sooreh-en {
    font-weight: var(--w-regular-300);
}

.width-sooreh {
    position: relative;
    height: 206px;
    width: 500px;
}

    .width-sooreh > div {
        position: absolute;
        inset: 0;
        transition: opacity 0.4s ease;
    }

.content {
    opacity: 1;
}

.card-back {
    opacity: 0;
}

.width-sooreh:hover .content {
    opacity: 0;
    cursor: pointer;
}

.width-sooreh:hover .card-back {
    opacity: 1;
    cursor: pointer;
}

.search-icon-width-soorehname {
    width: 22px;
    height: 22px;
}

.search-sooreh {
    color: #8080809c;
    font-size: 14px;
    font-weight: 500;
}


.sub-menu-login {
    position: absolute;
    top: calc(100% + 12px);
    right: -118px;
    background: white;
    min-width: 180px;
    border-radius: var(--border-raduis);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    z-index: 1000;
    box-shadow: var(--shadow-footer);
}

.menu-item:hover .sub-menu-login {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.height-submenu-login {
    height: auto;
}

.btn-log:hover {
    color: white !important;
}
/*begin LoginRegister*/
body {
    margin: 0;
}

.wrapper {
    height: 100vh;
    align-items: center;
    display: flex;
    justify-content: center;
}

    .wrapper > * {
        position: relative;
        z-index: 1;
    }

.bg-img::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url('../media/image/bg.jpeg') center/cover no-repeat;
    opacity: .3;
    background-position: 50% 18%;
}

.bg-sign-up {
    background: linear-gradient(to top, #D9F0FF 0%, #FFF 50%, #F2F6FB 100%)left;
    position: absolute;
    border-radius: 36px;
    padding: 2rem;
    border: 2px solid white;
    height: auto;
    width: 577px;
}

.parent-signup {
    background: white;
    height: 100%;
    border-radius: 20px;
    flex: 1;
}

.height-tabs {
    height: 50px;
}

a {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}

    a:hover {
        color: inherit !important;
    }

.nav-tabs {
    border: none;
}

    .nav-tabs .nav-link {
        border: none;
        background: white !important;
        color: #000 !important;
        padding: 0;
        border-radius: 20px !important;
        font-size: 21px;
        font-weight: var(--w-regular-500);
        height: 92%;
        width: 45%;
    }

        .nav-tabs .nav-link.active {
            color: var(--bg-white) !important;
            background: var(--clor-site) !important;
            border: none;
            font-weight: var(--w-regular-500);
        }

        .nav-tabs .nav-link:focus {
            box-shadow: none;
        }

.height-login-bar {
    height: 59px;
}

.custom-select {
    position: relative;
}

.select-box {
    border-radius: 17px;
    padding: 1.5rem;
    font-size: 19px;
    border: none;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}


.options {
    position: absolute;
    width: 100%;
    display: none;
    max-height: 200px;
    overflow-y: auto;
    z-index: 10;
    border-radius: 0 0 8px 8px;
    top: 48px;
    background: rgb(235, 241, 249);
    font-size: 19px;
    border: medium;
    cursor: pointer;
}

.option {
    padding: 10px;
    cursor: pointer;
    padding: 1rem;
}

    .option:hover {
        background: rgb(235, 241, 249);
    }

.select-box-motarjem {
    background: #fff;
    border-radius: 17px;
    padding: 0.7rem 1rem;
    font-size: 23px;
    border: none;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
}

.motarjems {
    position: absolute;
    width: 100%;
    display: none;
    max-height: 350px;
    overflow-y: auto;
    z-index: 10;
    border-radius: 17px;
    top: 45px;
    background: #fff;
    font-size: 14px;
    border: medium;
    cursor: pointer;
    font-weight: 300;
}

.motarjem {
    padding: 10px;
    cursor: pointer;
    padding: 1rem;
}

    .motarjem:hover {
        background: rgb(249, 249, 249);
    }

.custom-select.open .options {
    display: block;
}

.fs-ls-tab {
    font-size: 18px;
}

.confirm-btn {
    color: var(--bg-white) !important;
    background: var(--clor-site) !important;
    border: none;
    font-weight: var(--w-regular);
    border-radius: 17px;
    padding: 1.5rem;
    font-size: 18px;
}

.inputls {
    border: none;
    background: #EBF1F9;
    border-radius: 17px;
    padding: 1.5rem;
    font-size: 17px;
}

.hidden {
    visibility: hidden !important;
}

.color-mogh {
    color: #0E1F65BD;
}

.title-ls {
    font-size: 25px;
    color: black !important;
    font-weight: var(--w-regular);
}

.titleLs {
    position: absolute;
    top: 0;
    right: 0;
}

.dir-left {
    direction: ltr;
}

.svg-links-ls {
    background: #E0E8EF;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    position: relative;
    transition: background 0.5s ease;
}

    .svg-links-ls:hover {
        background: #0055A370;
    }

.svg-icons-ls {
    position: absolute;
    top: 22%;
    right: 23%;
}

.svg-links-ls:hover .svg-icons path {
    fill: #0055A3;
}

.circle-checkbox {
    appearance: none;
    -webkit-appearance: none;
    width: 16px;
    height: 16px;
    border: 2px solid #555;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    transition: 0.4s;
}

    .circle-checkbox:checked {
        background-color: #0e1f65;
        border-color: #B6BFB6;
    }

        .circle-checkbox:checked::after {
            content: "";
            position: absolute;
            width: 10px;
            height: 10px;
            border-radius: 50%;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }

.password-box {
    position: relative;
    width: 100%;
}

    .password-box input {
        width: 100%;
        padding-inline-end: 45px;
    }

.password-eye {
    position: absolute;
    top: 50%;
    inset-inline-end: 15px;
    transform: translateY(-50%);
    width: 22px;
    height: 22px;
    cursor: pointer;
    user-select: none;
}

/*end LoginRegister*/
.btn-zekrShomar {
    color: #000 !important;
}

.body-bg-w {
    background: #fff;
    border-radius: 16px;
    box-shadow: var(--shadow-footer);
    padding: 1rem;
    font-weight: var(--w-regular-500);
}

.bead {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: none;
    transition: .3s;
}

    .bead.active {
        background: #0E1F65;
    }

#progressCircle {
    transition: stroke-dashoffset .4s ease;
}

.bead {
    transition: .25s;
}

    .bead.active {
        background: #0E1F65;
        transform: scale(1.08);
    }

.zekr-text {
    color: var(--clor-site);
    font-size: 25px;
    font-weight: var(--w-regular-500);
}

.mr {
    border-radius: var(--border-raduis);
    display: flex;
    align-items: center;
    justify-content: center;
}

.height-zt-wrapper {
    height: 500px;
}

.progress-wrapper {
    position: relative;
    width: 300px;
    height: 300px;
}

#progressText {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 50px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.date-zt {
    font-size: 15px;
    color: var(--clor-site);
}

sectionCounter {
}

.tasbih {
    font-size: 33px;
}

.zekr-text {
    font-size: 25px;
    padding: 1rem;
    color: #0e1f65;
}

#targetCount {
    font-size: 25px;
    padding: 1rem;
    color: #0e1f65;
    flex: 1;
    justify-content: center;
    display: flex;
}

#saveBtn {
    font-size: 25px;
    padding: 1rem;
    text-align: center;
    color: #fff;
}

.bg-sabt {
    background: #0e1f65;
}

.col-c6zt {
    flex: 0 0 auto;
    width: calc(50% - 16px) !important;
}

.fs-zt-inflow {
    font-size: 19px;
}

#increaseTarget {
    cursor: pointer;
}

#decreaseTarget {
    cursor: pointer;
}

.gap-rm {
    gap: 3.2rem;
}

.reader-switch-group {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    background: #e8e9ea;
    padding: 4px;
    border-radius: 25px;
    user-select: none;
}

.reader-switch-indicator {
    position: absolute;
    top: 4px;
    left: 4px;
    height: calc(100% - 8px);
    background: #fff;
    border-radius: 25px;
    transition: all .3s ease;
    box-shadow: 0 2px 8px rgba(0,0,0,.08);
    z-index: 0;
}

.reader-switch-btn {
    position: relative;
    z-index: 1;
    border: none;
    background: transparent;
    color: #666;
    padding: 10px 18px;
    border-radius: 25px;
    cursor: pointer;
    transition: .25s;
    white-space: nowrap;
    font-size: 14px;
    font-weight: var(--w-before-bold);
}

    .reader-switch-btn:hover {
        color: #000;
    }

    .reader-switch-btn.active {
        color: #666;
        font-weight: 600;
        background: white;
    }

.reader-sub-btn.d-none {
    display: none !important;
}

.height-itnog {
    height: 55px;
}

.AyeBeAyeContent {
    display: flex;
    justify-content: center;
    position: relative;
    align-items: center;
}

.text-center-align {
    text-align: center;
    font-size: 53px;
    padding-top: 3.8rem;
    line-height: 173px;
    width: 100%;
    height: 100%;
}
/*.text-center-align-aye-be-aye {
    text-align: justify;
    font-size: 53px;
    padding-top: 3.8rem;
    line-height: 173px;
    width: 80%;
    height: 100%;
}*/
.tarjome {
    text-align: center;
    font-size: 24.5px;
    position: absolute;
    top: 56px;
    line-height: 173px;
    padding-top: 81.5px;
    width: 80%;
}

.wrapper-surah {
    margin-right: auto;
    margin-left: auto;
    width: 1230px;
}

.AyeBeAyeContent {
    height: 100%;
}

.ov-auto {
    overflow-y: auto;
}
/*scrollbar*/
::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #e7ebf5;
    border-radius: 10px;
    margin: 6px 0;
}

::-webkit-scrollbar-thumb {
    /*    background: #1e2a5e;*/
    border-radius: 10px;
    border: 2px solid #ffffff;
}

    ::-webkit-scrollbar-thumb:hover {
        background: #14204a;
    }

/* Firefox */
html {
    scrollbar-width: revert-layer;
    scrollbar-color: #1e2a5e #e7ebf5;
}

.en-su {
    font-size: 30px;
    font-weight: var(--w-regular-500);
}

.fa-su {
    font-size: 19px;
    font-weight: var(--w-regular);
}

.filter-bar {
    background: transparent;
    color: #000 !important;
}

.height-next-surah {
    height: 100px;
}

.ayah-number {
    position: relative;
    /*    width: 120px;
    height: 120px;*/
    width: 50px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

    .ayah-number svg {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
    }

    .ayah-number span {
        position: relative;
        z-index: 1;
        /*        font-size: 34px;*/
        font-size: 15px;
        line-height: 1;
        color: #231f20;
        user-select: none;
        font-weight: var(--w-regular-500);
    }

.ayah-number-tarjome {
    position: relative;
    width: 80px;
    height: 80px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.t-verse {
    text-align: justify;
}

.filter-border {
    box-shadow: 0px 2px 0px #C7C7C773;
}

.filter-border-ayah-be-ayah {
    line-height: 1.3540000916;
    padding-bottom: 30px;
    padding-top: 30px;
    border-bottom: 1px solid #C7C7C773;
}

.main-color-surah {
    color: #222D37;
}

.sub-color-surah {
    color: #222D37A8;
}

.quran-page {
    width: 800px;
    margin: 30px auto;
    padding: 30px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 12px;
}

.quran-line {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
    flex-wrap: nowrap;
    gap: 6px;
    margin-bottom: 50px;
}

.quran-word {
    display: inline-block;
    font-size: 38px;
    line-height: 1.7;
    cursor: pointer;
}

.quran-word-qpb {
    display: inline-block;
    font-size: 31px;
    line-height: 1.5;
    cursor: pointer;
}

.quran-end {
    display: inline-block;
    font-size: 28px;
    margin: 0 6px;
}

.quran-line:last-child {
    margin-bottom: 0;
}

.header-read-ayat {
    background: #fff;
    border-radius: 17px;
    padding: 0.7rem 1rem;
    font-size: 14px;
}

.a-verse {
    line-height: 232px;
    text-align: justify;
}

.a-verse-qeraat {
    text-align: center;
}

.t-verse {
    font-size: 19px;
    line-height: 114.6px;
    width: 100%;
    text-align: justify;
    padding-top: 33.3px;
}

.t-verse-wrapper {
    position: absolute;
    top: 0;
    display: flex;
    justify-content: center;
    /* left رو JS ست می‌کنه، width هم همینطور */
}

.page {
    position: relative;
}

.t-line {
    text-align: center;
}

.extra-translation {
    /*    display: none;*/
    width: 700px;
    margin: 24px auto 0px;
    padding: 22px 0px 0;
    border-radius: 12px;
    text-align: justify;
    font-size: 19px;
    line-height: 2.5;
    color: #222D37;
}

.pagintaion {
    font-size: 14px;
    font-weight: 500;
}

.pagintaion-arabic {
    font-size: 14px;
    font-weight: 500;
    width: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.quran-line-arabic {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: start;
    flex-wrap: nowrap;
    gap: 6px;
}

.text-center-align-tarjome {
    text-align: justify;
    font-size: 26px;
    /*    padding-top: 3.8rem;*/
    line-height: 75px;
    width: 760px;
    height: 100%;
}

.fs-kahroba-tarjome-kol {
    font-family: 'kahroba';
    font-size: 1.35rem !important;
    line-height: 6vh;
}

.khanesh-kol-line {
    flex-wrap: wrap;
    display: flex;
    line-height: 8.1vh;
    height: auto;
    align-items: center;
    z-index: 2000;
}

.fs-khanesh-kol:hover {
    color: #2ca4ab;
    cursor: pointer;
}

.quran-line {
    z-index: 2000;
}

.quran-word {
    position: inherit;
    z-index: 20000;
}

.quran-word-qpb {
    position: inherit;
    z-index: 20000;
}

.quran-line .quran-word:hover {
    color: #2ca4ab;
    /*    color: #2c7bab;*/
    cursor: pointer;
}

.quran-line-arabic .quran-word:hover {
    color: #2ca4ab;
    /*    color: #2c7bab;*/
    cursor: pointer;
}

.quran-line .quran-word-qpb:hover {
    color: #2ca4ab;
    /*    color: #2c7bab;*/
    cursor: pointer;
}

.quran-line-arabic .quran-word-qpb:hover {
    color: #2ca4ab;
    /*    color: #2c7bab;*/
    cursor: pointer;
}

.fs-khanesh-kol {
    display: inline-block;
    cursor: pointer;
    white-space: nowrap;
    margin-inline-end: 0.375rem;
    font-size: 3.7vh;
}

.surah-toti {
    display: flex;
    justify-content: center;
    align-items: center;
}

    .surah-toti.tooltip-item::after {
        content: attr(data-tooltip);
        position: absolute;
        bottom: calc(100% + 38px);
        left: 50%;
        transform: translateX(-50%);
        color: #000000bf;
        padding: 0;
        border-radius: 3px;
        font-size: 12px;
        white-space: nowrap;
        opacity: 1;
        visibility: hidden;
        transition: all .2s ease;
        pointer-events: none;
        z-index: 9999;
        font-weight: 300;
        height: 40px;
        width: 40px;
    }

    .surah-toti.tooltip-item:hover::after,
    .surah-toti.tooltip-item:hover::before {
        opacity: 1;
        visibility: visible;
    }

    .surah-toti.tooltip-item.show-tooltip::after,
    .surah-toti.tooltip-item.show-tooltip::before {
        opacity: 1;
        visibility: visible;
    }

.surah-toti-left-icons {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 23px;
    height: 23px;
}

    .surah-toti-left-icons.tooltip-item::after {
        content: attr(data-tooltip);
        position: absolute;
        bottom: calc(100% + 45px);
        left: 50%;
        transform: translateX(50%);
        color: #000000bf;
        padding: 6px 10px;
        border-radius: 3px;
        font-size: 12px;
        white-space: nowrap;
        opacity: 1;
        visibility: hidden;
        transition: all .2s ease;
        pointer-events: none;
        z-index: 9999;
        font-weight: 300;
        height: 100%;
        width: 100%;
    }

    .surah-toti-left-icons.tooltip-item:hover::after,
    .surah-toti-left-icons.tooltip-item:hover::before {
        opacity: 1;
        visibility: visible;
    }

    .surah-toti-left-icons.tooltip-item.show-tooltip::after,
    .surah-toti-left-icons.tooltip-item.show-tooltip::before {
        opacity: 1;
        visibility: visible;
    }

.dropdown-container {
    position: relative;
    background: #fff;
    border-radius: 17px;
    padding: 0.7rem;
    font-size: 14px;
    display: inline-block;
}

.dropdown-btn {
    cursor: pointer;
    background: #ffffff;
}

.dropdown-menu-custom {
    position: absolute;
    top: calc(100% + -42px);
    right: 56px;
    min-width: 278px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 10px 25px rgba(0,0,0,.12);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: opacity .25s ease, transform .25s ease, visibility .25s;
    z-index: 3000;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    max-height: 350px;
    overflow-y: auto;
}

    .dropdown-menu-custom.show {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    .dropdown-menu-custom a {
        display: block;
        padding: 9px 6px;
        color: #0e1f65;
        text-decoration: none;
        transition: background .2s;
    }

        .dropdown-menu-custom a:first-child {
            border-radius: 10px 10px 0 0;
        }

        .dropdown-menu-custom a:last-child {
            border-radius: 0 0 10px 10px;
        }

.text-indent-playlist {
    text-indent: 15px;
}

.pl-img {
    width: 30px;
    height: 30px;
    border-radius: 5px;
}

.fs-style-pl {
    font-size: 13px;
    font-weight: var(--w-regular);
}

.fs-style-pl-sub {
    font-size: 12px;
    font-weight: var(--w-regular);
}

.ppl {
    padding: 12px 6px;
}

.marz-pl {
    border-bottom: 1px solid #c4c4c457;
    margin: 0 0 9px;
}

.search-pl {
    background: #f1f4f6;
    border-radius: 15px;
    gap: 0.5rem;
}

    .search-pl input {
        background: #f1f4f6;
        border: none !important;
        border-color: transparent !important;
        outline: none;
    }

        .search-pl input:focus-visible {
            border: none !important;
            border-color: transparent !important;
            outline: none;
        }

.search-icon-width-pl {
    width: 20px;
    height: 20px;
    transform: rotate(365deg);
}

.fs-15 {
    font-size: 15px;
}
/*begin-player*/
.bottom-player {
    position: fixed;
    left: 0;
    right: 0;
    bottom: -220px;
    background: #fff;
    box-shadow: 0 -5px 20px rgba(0,0,0,.12);
    transition: .35s;
    z-index: 150000;
    padding: 0;
    /*    padding: 35px 35px 0;*/
    /*    border-top-right-radius: 4rem;
    border-top-left-radius: 4rem;*/
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    .bottom-player.show {
        bottom: 0;
    }

.player-header {
    text-align: center;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 18px;
}

.player-progress {
    display: flex;
    align-items: center;
    gap: 12px;
    direction: ltr;
    z-index: 1;
}

    .player-progress span {
        width: 42px;
        text-align: center;
        font-size: 15px;
        color: #777;
    }

    .player-progress input[type=range] {
        flex: 1;
        cursor: pointer;
    }

.player-controls {
    display: flex;
    justify-content: center;
    align-items: center;
}

    .player-controls button {
        width: 40px;
        border: medium;
        border-radius: 50%;
        cursor: pointer;
        transition: 0.25s;
        background: transparent;
        height: 40px;
        margin-right: 1rem;
    }

        .player-controls button:hover {
            background: #e5e5e5;
        }

.PlayPauseBtn {
    width: 58px;
    height: 58px;
    font-size: 20px;
    background: #0E1F65 !important;
}

.PlayPause {
    width: 58px;
    height: 58px;
    font-size: 20px;
    background: #0E1F65 !important;
    color: white;
}

.ml-pl {
    margin-left: 5px;
}

.mr-pl {
    margin-right: 5px;
}

#ProgressBar {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 5px;
/*    background: #e5e5e5;*/
    border-radius: 999px;
    outline: none;
    cursor: pointer;
}

    #ProgressBar::-webkit-slider-runnable-track {
        height: 6px;
/*        background: #0E1F65;*/
        border-radius: 999px;
    }

    #ProgressBar::-webkit-slider-thumb {
        -webkit-appearance: none;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background: #000;
        margin-top: -5px;
        cursor: pointer;
    }

.player-img {
    border-radius: 50%;
    cursor: pointer;
    height: 100%;
    width: 100%;
}

.player-img-margin {
    margin: 0px 6px 0 0px;
    width: 30px;
    height: 30px;
}

.player-more {
    width: 15px;
    height: 15px;
    cursor: pointer;
}

.height-player {
    height: 121px;
}

.pb-pl {
    padding-bottom: 4.5px;
}

#Duration, #CurrentTime {
    font-size: 16px;
    color: #666;
}
/*#ProgressBar::-webkit-slider-thumb {
    -webkit-appearance: none !important;
    appearance: none !important;
    width: 20px !important;
    height: 20px !important;
    background: red !important;
    border-radius: 50% !important;
}*/
.dropdown-menu-custom.player {
    top: calc(100% + -378px);
    right: 44px;
}


.fs-style-pl-q {
    font-size: 14px;
    font-weight: var(--w-regular-500);
}

#VolumeSlider {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 5px;
    border-radius: 999px;
    background: #d9d9d9;
    cursor: pointer;
}

    #VolumeSlider::-webkit-slider-thumb {
        -webkit-appearance: none;
        width: 18px;
        height: 18px;
        border-radius: 50%;
        background: #000;
        cursor: pointer;
    }

    #VolumeSlider::-moz-range-thumb {
        width: 18px;
        height: 18px;
        border: none;
        border-radius: 50%;
        background: #000;
    }

.volume-wrapper {
    position: relative;
}

.volume-popup {
    position: absolute;
    bottom: 29px;
    left: 50%;
    transform: translateX(-50%) scale(.9);
    opacity: 0;
    visibility: hidden;
    transition: .25s;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 8px 30px rgba(0,0,0,.15);
    width: 360px;
    height: 66px;
    margin-bottom: 1rem;
    padding: 1rem;
    display: flex;
    align-items: center;
}

    .volume-popup.show {
        opacity: 1;
        visibility: visible;
        transform: translateX(-50%) scale(1);
    }

#VolumeSlider {
    appearance: none;
    -webkit-appearance: none;
    width: 100%;
    height: 5px;
    transform: rotate(180deg);
    cursor: pointer;
}

    #VolumeSlider::-webkit-slider-thumb {
        appearance: none;
        -webkit-appearance: none;
        width: 18px;
        height: 18px;
        border-radius: 50%;
        background: #000;
    }

.t-ch-q {
    border-bottom: 1px solid #c4c4c457;
    display: flex;
    align-items: center;
    justify-content: center;
}

.arrow-icon {
    transform: scaleX(-1);
}
/*begin Qeraat hover*/
.active-word {
    color: #2ca4ab !important;
}

.active-line {
    color: #2ca4ab !important;
}
/*begin hover nu verse number*/
.hover-line:hover {
    color: #2ca4ab;
    cursor: pointer;
}

.quran-word.ayah-hover {
    color: #2ca4ab;
    cursor: pointer;
}

.quran-word-qpb.ayah-hover {
    color: #2ca4ab;
    cursor: pointer;
}

.font-switch-btn {
    position: relative;
    z-index: 1;
    border: none;
    background: transparent;
    color: #666;
    padding: 10px 18px;
    border-radius: 25px;
    cursor: pointer;
    transition: .25s;
    white-space: nowrap;
    font-size: 14px;
}

    .font-switch-btn:hover {
        color: #000;
    }

    .font-switch-btn.active {
        color: #000;
        font-weight: 600;
        background: white;
    }
/*list qari*/
.width-qari {
    position: relative;
    height: 206px;
    width: 500px;
}

    .width-qari > div {
        position: absolute;
        inset: 0;
        transition: opacity 0.4s ease;
    }

.qari-card {
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}


.qari-card-image {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    border-radius: var(--title-fs);
    flex-shrink: 0;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 445px;
    max-height: 350px;
}

.flex-0 {
    flex-shrink: 0;
}

.qari-card-image img {
    border-radius: var(--title-fs);
}

.button-qari {
    background: transparent;
}

.fs-qari-name {
    font-size: var(--zekr-fs);
}

.fs-qari-region {
    font-size: 15px;
}

.qari-desc {
    line-height: 27px;
    font-size: 15px;
}

.qari-img {
    height: 100%;
    width: 100%;
    border-radius: 1rem;
}

.height-qetee-madahi {
    height: 1046px;
}

.madah-detail-img {
    width: 100px;
    height: 100px;
    border-radius: 17px;
}

.border-title-madah-detail {
    border-bottom: 2px solid #c4c4c469;
    padding: 1rem 0;
    font-weight: var(--w-regular-300);
    font-size: 19px;
    color: #0000009c;
}

.madahi-text {
    font-size: 21px;
    line-height: 2;
    font-weight: var(--w-regular-300);
    text-align: start;
    height: 100%;
}

.ov-x-h {
    overflow-x: hidden;
}

.height-text-madahi {
    height: auto;
    overflow-y: auto;
    max-height: 1000px;
}

.fs-title-playbox {
    font-size: 22px;
    font-weight: var(--w-regular-500);
}

.bpb {
    background: transparent;
}

.bb-pb {
    border-bottom: 2px solid #dfe0e2;
    width: 100%;
}

.madah-playlisrt-detail-img {
    width: 50px;
    height: 50px;
    border-radius: 17px;
}

.fs-mdt {
    font-size: 43px;
    font-weight: 600;
}

.fs-mdd {
    font-size: 20px;
    font-weight: 300;
    white-space: wrap;
    line-height: 35px;
    text-align: justify;
}

.sp-md {
    width: 3px;
    height: 30px;
    background: white;
}

.fs-pl-20 {
    font-size: 20px;
}

.pl-md-btn {
    align-items: center;
    background: #0e1f65;
    border-radius: 17px;
    color: #fff;
    padding: 0.8rem 2.6rem;
}

.add-fav-md {
    align-items: center;
    color: #0e1f65;
    border-radius: 17px;
    padding: 0.8rem 2.6rem;
    border: 2px solid #0e1f65;
}

.image-frame {
    width: 350px;
    height: 350px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 17px;
    background: #f5f5f5;
    flex-shrink: 0;
}

    .image-frame img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        object-position: 20% 19%;
    }

    .image-frame svg {
        width: 100%;
        height: 100%;
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
    }

.fl-sh-md {
    flex-shrink: 1;
}

.items-border {
    border-bottom: 2px solid #c4c4c469;
    padding: 1rem 1rem;
}

.row-hover:hover {
    background: #DFE3EB;
    cursor: pointer;
    border-radius: 17px;
}

.play-box {
    border-radius: 17px;
}
/*.left-dd {
    left: 69px !important;
    right: 0 !important;
}*/
.ts-bg-dd {
    background: transparent !important;
}

.dropdown-menu-left {
    position: absolute;
    top: calc(100% + -33px);
    left: 58px;
    min-width: 278px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 10px 25px rgba(0,0,0,.12);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: opacity .25s ease, transform .25s ease, visibility .25s;
    z-index: 1000;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    max-height: 350px;
    overflow-y: auto;
}

    .dropdown-menu-left.show {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    .dropdown-menu-left a {
        display: block;
        padding: 9px 6px;
        color: #0e1f65;
        text-decoration: none;
        transition: background .2s;
    }

        .dropdown-menu-left a:first-child {
            border-radius: 10px 10px 0 0;
        }

        .dropdown-menu-left a:last-child {
            border-radius: 0 0 10px 10px;
        }

/*waveform*/
.waveform-wrapper {
    position: relative;
    width: 100%;
    max-width: 360px;
    cursor: pointer;
    direction: ltr;
}

.wave-progress {
    position: absolute;
    inset: 0;
    width: 0%;
    background: #63bdd1;
    pointer-events: none;
    mask: url(#waveMask);
    -webkit-mask: url(#waveMask);
}

.pause-icon {
    color: #fff;
}

#waveform line {
    stroke: #d8d8d8;
    stroke-width: 4;
    stroke-linecap: round;
    transition: stroke .15s;
}

    #waveform line.played {
        stroke: #63bdd1;
    }

.link-footer {
    color: #000000 !important;
}

.cu {
    align-items: center;
    background: #0e1f65;
    border-radius: 50px;
    color: #fff;
    padding: 0.3rem 2.6rem;
}

.how-cu {
    font-size: 50px;
    text-align: center;
    max-width: 800px;
}

.if-cu {
    max-width: 800px;
    text-align: center;
    font-size: 21px;
    line-height: 37px;
}

.ic-cu {
    background: #0e1f65;
    padding: 1rem;
    border-radius: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25%;
}

.cu-card {
    background: var(--bg-white);
    padding: 2rem 3rem;
    border-radius: 17px;
    gap: 2rem;
    flex: 1;
}

.cu-title {
    font-size: 20px;
    font-weight: 700;
}

.cu-st {
    font-size: 16px;
    line-height: 29px;
    font-weight: 300;
    color: #404040;
}

.cu-card-footer {
    color: #4A5995;
    font-size: 14px;
    cursor: pointer;
}

.pm {
    background: #f1f4f6;
    border-radius: var(--border-raduis);
}

.fs-question {
    font-size: 23px;
}

.fs-answer {
    font-size: 23px;
    max-width: 650px;
    text-align: justify;
    line-height: 40px;
}

.fs-qa {
    font-size: 30px;
}

.pc-qa {
    padding: 2rem 5rem 2rem 2rem;
}

.seperator-qa {
    background: white;
    height: 2px;
    width: 100%;
}

.footer-text-style {
    font-size: 14px;
    font-weight: 300;
    max-width: 275px;
    line-height: 29px;
    text-align: justify;
}

.ic-qa {
    width: 100px;
    height: 100px;
}

.lable-form {
    padding: 0 1rem;
    font-size: 18px;
}

.input-form {
    border: none;
    background: #f1f4f6;
    padding: 1.8rem;
    border-radius: 13px;
}

.col-cqa6 {
    width: calc(50% - 9px) !important;
}

.fs-20p {
    font-size: 20px;
}

.height-message {
    height: 200px;
}

.send-message-btn {
    background: #0e1f65;
    border-radius: 13px;
    color: #fff;
    padding: 0.3rem 2.6rem;
    font-size: 27px;
}

.bg-enamad {
    background: linear-gradient(to left, #0e1f65 0%, #0D1D5C 100%);
    border-radius: 17px;
    padding: 4rem 8rem;
    color: #fff;
}

.title-en {
    font-size: 27px;
    font-weight: 600;
}

.es-sub-text {
    font-size: 18px;
    font-weight: 400;
}

.es-sub-fs {
    font-size: 26px;
}

.hidden-box-enamad {
    visibility: hidden;
    height: 15px;
}

.input-form {
    resize: none;
}
/*map*/
.map-card {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 24px;
}

    .map-card img {
        width: 100%;
        display: block;
        object-fit: none;
    }

.marker {
    position: absolute;
    top: 45%;
    left: 40%;
    transform: translate(-50%,-100%);
}

    .marker img {
        width: 100px;
    }

.address-box {
    position: absolute;
    bottom: 30px;
    right: 30px;
    background: rgb(255, 255, 255);
    padding: 25px;
    border-radius: 18px;
    max-width: 340px;
    line-height: 28px;
    font-size: 16px;
    font-weight: 300;
}

.map-card {
    color: #0e1f65 !important;
}

.abu {
    background: transparent;
}

.fs-pl-18 {
    font-size: 18px;
}

.fs-pl-23 {
    font-size: 23px;
}

.abu-btn {
    background: #0e1f65;
    border-radius: 17px;
    color: #fff;
    padding: 1rem 2.6rem;
}

.abu-btn-more-kn {
    background: #fff;
    border-radius: 17px;
    color: #000;
    padding: 1rem 2.6rem;
}

.abu-card {
    padding: 2rem 3rem;
    border-radius: 17px;
    gap: 2rem;
    flex: 1;
    height: 250px;
}

.bg-abu {
    background: #fff;
    border-radius: 16px;
    padding: 1rem;
}

.abu-st {
    font-size: 18px;
    line-height: 38px;
    font-weight: 300;
    color: #404040;
}

.px-24 {
    padding-right: 4rem;
    padding-left: 4rem;
}

.abu-icon {
    width: 50px;
    height: 50px;
}

.abuh-icon {
    width: 40px;
    height: 40px;
}

.circle-counter {
    background: white;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}

.px-48 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
}

.height-auto {
    height: auto;
}

.cu-card {
    align-items: center;
    height: 200px;
}

.abu-a {
    color: #000 !important;
}

.height-1000 {
    height: 1475px;
}

.dropdown-menu-custom.khanesh-setting {
    top: calc(100% + -205px);
}

.dropdown-menu-custom.speed {
    top: calc(100% + -301px);
}

.dropdown-menu-custom.copy {
    top: calc(100% + -83px);
}

.bg-transparent {
    background: transparent;
}

.h-50-copy {
    height: 50px;
}

.height-player {
    height: 48px;
}

.copy-confirm-btn {
    width: 100%;
    height: 38px;
    border: none;
    border-radius: 10px;
    background: #0e1f65;
    color: #fff;
    cursor: pointer;
    font-family: inherit;
}

    .copy-confirm-btn:hover {
        opacity: .9;
    }

.copy-toast {
    position: fixed;
    left: 50%;
    bottom: 140px;
    transform: translateX(-50%) translateY(30px);
    background: rgba(25,25,25,.92);
    color: #fff;
    padding: 10px 18px;
    border-radius: 999px;
    font-size: 14px;
    font-family: var(--font-primary);
    opacity: 0;
    pointer-events: none;
    transition: all .3s ease;
    z-index: 99999;
}

    .copy-toast.show {
        opacity: 1;
        transform: translateX(-50%) translateY(0);
    }

.confirm-copy {
    justify-content: center;
    background: #0e1f65;
    border-radius: 17px;
    color: #fff;
    height: 44px;
    font-size: 17px;
    font-weight: 500;
}

.height-auto {
    height: auto;
}

.mr-4 {
    margin-right: 1rem;
}

.speed-item {
    cursor: pointer;
}

    .speed-item.active {
        background: #eef3ff;
        border-radius: 8px;
    }

        .speed-item.active a {
            color: #0e1f65;
            font-weight: 600;
        }

#reciterList {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.playBoxContainer {
    max-height: 1475px;
    justify-content: center;
}

.pos-rel {
    position: relative;
}

.header-fixed {
    position: sticky;
    width: 100%;
    align-items: center;
    background: #f1f4f6;
    z-index: 50000;
    top: 0;
    padding: 3rem 0;
}

.p-20 {
    padding: 4rem;
}
/*popup advanced copy*/
.copy-dropdown {
    position: relative;
    display: flex;
    align-items: center;
}


.copy-dropdown-menu {
    position: absolute;
    top: 45px;
    right: 0;
    min-width: 278px;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 8px 25px rgba(0,0,0,.15);
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: .25s;
    z-index: 99999;
    /*    max-height: 350px;*/
    /*    overflow-y:auto;*/
}


    .copy-dropdown-menu.show {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }


.copy-option {
    padding: 14px;
    cursor: pointer;
    font-size: 14px;
    height: 69px;
    display: flex;
    align-items: center;
}


    .copy-option:hover {
        background: #f5f5f5;
    }

.modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.45);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    z-index: 99999;
}

    .modal-overlay.show {
        opacity: 1;
        visibility: visible;
    }

.advanced-modal {
    width: min(512px,90%);
    height: 668px;
    background: white;
    border-radius: 20px;
    padding: 3rem;
    transform: translateY(-120px);
    opacity: 0;
    transition: .35s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.modal-overlay.show .advanced-modal {
    transform: translateY(0);
    opacity: 1;
}

.modal-header {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
}

.modal-content {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.copy-item {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

.modal-footer button {
    width: 100%;
    padding: 12px;
    border: none;
    border-radius: 12px;
    background: #0e1f65;
    color: white;
    cursor: pointer;
    font-size: 16px;
}

.modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.45);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    z-index: 999999;
}

    .modal-overlay.show {
        opacity: 1;
        visibility: visible;
    }

.advanced-modal {
    width: min(512px,90%);
    background: #fff;
    border-radius: 20px;
    padding: 25px;
    transform: translateY(-120px);
    opacity: 0;
    transition: .35s ease;
}

.modal-overlay.show .advanced-modal {
    transform: translateY(0);
    opacity: 1;
}

.ayah-range-box {
    display: none;
    margin-top: 15px;
    border-radius: 12px;
    justify-content: space-between;
}

    .ayah-range-box.show {
        display: flex;
        flex-direction: row;
    }

.range-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 4px;
}

    .range-item select {
        width: 120px;
        padding: 8px;
        border: 1px solid #ddd;
        border-radius: 8px;
    }

#toAyah, #fromAyah {
    border: 1px solid #ebeef0 !important;
    border-radius: 4px;
    width: 100%;
    height: 40px;
    padding: 0 2rem;
}

    #fromAyah:focus-visible {
        border: 1px solid #111 !important;
        border-radius: 4px;
    }

    #toAyah:focus-visible {
        border: 1px solid #111 !important;
        border-radius: 4px;
    }

input[type="checkbox"] {
    accent-color: #000 !important;
}

input[type="radio"] {
    accent-color: #000 !important;
}

.active-ayah {
    border-radius: 8px;
    transition: .3s;
}

.surah-info-card {
    display: flex;
    align-items: center;
    gap: 14px;
    background: #f7f8ff;
    border: 1px solid #e4e7ff;
    border-radius: 18px;
    padding: 14px 16px;
}

.surah-icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 22px;
}

.surah-details {
    flex: 1;
}

.surah-title {
    font-size: 18px;
    font-weight: 700;
    color: #16266d;
    margin-bottom: 8px;
}

.surah-meta {
    display: flex;
    gap: 18px;
    color: #6b7280;
    font-size: 13px;
}

    .surah-meta b {
        color: #16266d;
        font-weight: 700;
    }

.col-copy6 {
    flex: 0 0 auto;
    width: calc(50% - 6px) !important;
}
/*.more-op-container {
    width: 30px;
    height: 37px;
}*/
.svg-more-option {
    width: 100%;
    height: 100%;
}

.surah-dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    width: 220px;
    max-height: 350px;
    overflow-y: auto;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0,0,0,.08);
    z-index: 1000;
}

    .surah-dropdown .item {
        padding: 10px 14px;
        cursor: pointer;
    }

        .surah-dropdown .item:hover {
            background: #f4f6f9;
        }
/* Search */


.parent-searchbar {
    position: relative;
}

.search-result-box {
    position: absolute;
    top: calc(100% + 12px);
    right: 0;
    width: 100%;
    max-height: 650px;
    overflow-y: auto;
    background: #ffffff;
    border-radius: 20px;
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12), 0 8px 24px rgba(0, 0, 0, 0.04);
    padding: 20px 20px 12px;
    z-index: 99999;
    animation: searchOpen 0.3s cubic-bezier(0.22, 1, 0.36, 1);
    backdrop-filter: blur(2px);
    background: rgba(255, 255, 255, 0.98);
}

    .search-result-box::-webkit-scrollbar {
        width: 6px;
    }

    .search-result-box::-webkit-scrollbar-track {
        background: transparent;
    }

    .search-result-box::-webkit-scrollbar-thumb {
        background: #d0d5dd;
        border-radius: 10px;
    }

        .search-result-box::-webkit-scrollbar-thumb:hover {
            background: #b0b5bd;
        }

@keyframes searchOpen {
    0% {
        opacity: 0;
        transform: translateY(16px) scale(0.96);
    }

    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.search-result-box .accordion {
    --bs-accordion-border-width: 0;
    --bs-accordion-bg: transparent;
    --bs-accordion-btn-focus-box-shadow: none;
    --bs-accordion-btn-padding-y: 14px;
    --bs-accordion-btn-padding-x: 18px;
}

.search-result-box .accordion-item {
    border: none;
    margin-bottom: 12px;
    border-radius: 16px;
    background: #f8fafc;
    overflow: hidden;
    transition: box-shadow 0.25s ease;
}

    .search-result-box .accordion-item:last-child {
        margin-bottom: 0;
    }

    .search-result-box .accordion-item:hover {
        box-shadow: 0 4px 16px rgba(14, 31, 101, 0.06);
    }

.search-result-box .accordion-button {
    padding: 14px 20px;
    border-radius: 0 !important;
    background: transparent;
    font-weight: 700;
    font-size: 14px;
    color: #1a1a2e;
    transition: all 0.3s ease;
    box-shadow: none !important;
    border: none;
    letter-spacing: 0.3px;
    position: relative;
}

    .search-result-box .accordion-button::after {
        background-size: 14px;
        width: 14px;
        height: 14px;
        transition: transform 0.35s ease;
        opacity: 0.6;
    }

    .search-result-box .accordion-button:not(.collapsed) {
        background: #0e1f65;
        color: #ffffff;
        box-shadow: 0 4px 16px rgba(14, 31, 101, 0.3) !important;
    }

        .search-result-box .accordion-button:not(.collapsed)::after {
            filter: brightness(0) invert(1);
            opacity: 1;
        }

        .search-result-box .accordion-button:not(.collapsed) .badge-count {
            background: rgba(255, 255, 255, 0.25);
            color: #fff;
        }

.search-result-box .accordion-item:has(.accordion-collapse.show) .accordion-button {
    background: #0e1f65 !important;
    color: #ffffff !important;
    box-shadow: 0 4px 16px rgba(14, 31, 101, 0.3) !important;
}

    .search-result-box .accordion-item:has(.accordion-collapse.show) .accordion-button::after {
        filter: brightness(0) invert(1);
        opacity: 1;
    }

    .search-result-box .accordion-item:has(.accordion-collapse.show) .accordion-button .badge-count {
        background: rgba(255, 255, 255, 0.25);
        color: #fff;
    }

.search-result-box .accordion-item:not(:has(.accordion-collapse.show)) .accordion-button {
    background: transparent;
    color: #1a1a2e;
    box-shadow: none !important;
}

    .search-result-box .accordion-item:not(:has(.accordion-collapse.show)) .accordion-button::after {
        filter: none;
        opacity: 0.6;
    }

    .search-result-box .accordion-item:not(:has(.accordion-collapse.show)) .accordion-button .badge-count {
        background: rgba(0, 0, 0, 0.06);
        color: #555;
    }

    .search-result-box .accordion-button .badge-count {
        display: inline-block;
        background: rgba(0, 0, 0, 0.06);
        color: #555;
        font-size: 11px;
        font-weight: 700;
        padding: 2px 10px;
        border-radius: 20px;
        margin-left: 10px;
        transition: all 0.3s ease;
    }


.search-result-box .accordion-body {
    padding: 16px 18px 18px;
    background: #ffffff;
    border-top: 1px solid rgba(0, 0, 0, 0.04);
}

.result-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 14px;
    padding: 14px 18px;
    border: 1px solid #eef2f6;
    border-radius: 14px;
    margin-bottom: 10px;
    cursor: pointer;
    transition: all 0.25s cubic-bezier(0.22, 1, 0.36, 1);
    background: #ffffff;
    position: relative;
}

    .result-card:last-child {
        margin-bottom: 0;
    }

    .result-card:hover {
        transform: translateY(-3px);
        border-color: #0e1f65;
        box-shadow: 0 8px 28px rgba(14, 31, 101, 0.10);
        background: #f5f7fc;
    }

    .result-card:active {
        transform: scale(0.98);
    }

    
    .result-card .fw-bold.fs-5 {
        font-size: 1.1rem !important;
        color: #1a1a2e;
        font-weight: 800;
    }

    .result-card .text-muted {
        font-size: 0.85rem;
        color: #6b7280 !important;
        font-weight: 500;
    }

    .result-card small {
        font-size: 0.7rem;
        color: #9ca3af;
        background: #f3f4f6;
        padding: 2px 12px;
        border-radius: 20px;
        display: inline-block;
        margin-top: 4px;
    }

.search-result-box .card {
    border: none;
    border-radius: 16px;
    background: #fafbfc;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    overflow: hidden;
    margin-bottom: 16px;
    transition: box-shadow 0.3s ease;
}

    .search-result-box .card:last-child {
        margin-bottom: 0;
    }

    .search-result-box .card:hover {
        box-shadow: 0 4px 20px rgba(14, 31, 101, 0.06);
    }

.search-result-box .card-header {
    background: #f1f5f9 !important;
    padding: 12px 18px;
    font-weight: 700;
    font-size: 13px;
    color: #1e293b;
    border-bottom: 1px solid #e9edf2;
    letter-spacing: 0.2px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .search-result-box .card-header .translator-name {
        color: #0e1f65;
        font-weight: 700;
        font-size: 13px;
    }

.search-result-box .card-body {
    padding: 16px 18px 12px;
}

    .search-result-box .card-body .result-card {
        padding: 12px 16px;
        border: none;
        border-radius: 12px;
        background: #ffffff;
        margin-bottom: 12px;
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
        border: 1px solid #f1f5f9;
        display: block;
    }

        .search-result-box .card-body .result-card:last-child {
            margin-bottom: 0;
        }

        .search-result-box .card-body .result-card:hover {
            border-color: #0e1f65;
            box-shadow: 0 4px 16px rgba(14, 31, 101, 0.08);
            background: #f5f7fc;
        }

        .search-result-box .card-body .result-card h6 {
            font-size: 0.85rem;
            font-weight: 700;
            color: #0e1f65;
            margin-bottom: 10px;
            padding-bottom: 8px;
            border-bottom: 2px solid #f1f5f9;
            display: flex;
            align-items: center;
            gap: 8px;
        }

            .search-result-box .card-body .result-card h6::before {
                content: "۞";
                font-size: 14px;
            }

        .search-result-box .card-body .result-card .border-bottom {
            border-bottom: 1px solid #f1f5f9 !important;
            padding-bottom: 12px;
            margin-bottom: 12px;
            transition: all 0.2s ease;
            border-radius: 8px;
            padding: 10px 12px;
            margin-bottom: 8px;
            border-bottom: none !important;
            background: #fafbfc;
            cursor: pointer;
        }

            .search-result-box .card-body .result-card .border-bottom:last-child {
                margin-bottom: 0;
                padding-bottom: 0;
            }

            .search-result-box .card-body .result-card .border-bottom:hover {
                background: #f0f3fa;
                transform: translateX(-4px);
            }

            .search-result-box .card-body .result-card .border-bottom strong {
                color: #0f172a;
                font-size: 0.8rem;
                background: #eef2f6;
                padding: 2px 14px;
                border-radius: 20px;
                display: inline-block;
                font-weight: 700;
                margin-bottom: 4px;
            }

      
            .search-result-box .card-body .result-card .border-bottom .mt-2 {
                font-size: 0.95rem;
                line-height: 2;
                color: #1e293b;
                padding: 4px 0;
                font-weight: 500;
            }

        
            .search-result-box .card-body .result-card .border-bottom .text-muted.mt-2 {
                font-size: 0.9rem;
                color: #64748b !important;
                padding: 8px 14px;
                background: #f8fafc;
                border-radius: 8px;
                margin-top: 6px !important;
                border-right: 3px solid #0e1f65;
                line-height: 1.8;
            }


.search-result-box .d-flex.justify-content-between.align-items-center.result-card {
    padding: 14px 18px;
}

    .search-result-box .d-flex.justify-content-between.align-items-center.result-card .fw-bold {
        font-size: 0.95rem;
        color: #0f172a;
        font-weight: 700;
    }

    .search-result-box .d-flex.justify-content-between.align-items-center.result-card .text-muted {
        font-size: 0.8rem;
        color: #94a3b8 !important;
    }

    .search-result-box .d-flex.justify-content-between.align-items-center.result-card small {
        font-size: 0.7rem;
        background: #f1f5f9;
        padding: 2px 12px;
        border-radius: 20px;
        color: #64748b;
        font-weight: 500;
    }

    .search-result-box .d-flex.justify-content-between.align-items-center.result-card img {
        width: 32px;
        height: 32px;
        border-radius: 50%;
        object-fit: cover;
        border: 2px solid #eef2f6;
        transition: border-color 0.3s ease;
    }

    .search-result-box .d-flex.justify-content-between.align-items-center.result-card:hover img {
        border-color: #0e1f65;
    }

.alert.alert-warning.mt-3.text-center {
    background: #fffbeb;
    border: 1px solid #fde68a;
    color: #92400e;
    border-radius: 16px;
    padding: 32px 20px;
    font-weight: 500;
    font-size: 0.95rem;
    margin-top: 8px !important;
}


.search-loading {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.search-loading-item {
    background: #ffffff;
    padding: 16px 18px;
    border-radius: 14px;
    border: 1px solid #f1f5f9;
}

.skeleton {
    position: relative;
    overflow: hidden;
    background: #e8ecf1;
    border-radius: 8px;
}

    .skeleton::after {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.7), transparent);
        animation: skeletonShimmer 1.2s infinite;
    }

@keyframes skeletonShimmer {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(100%);
    }
}

.sk-title {
    width: 50%;
    height: 20px;
    margin-bottom: 12px;
    border-radius: 6px;
}

.sk-text {
    width: 100%;
    height: 14px;
    margin-bottom: 8px;
    border-radius: 6px;
}

    .sk-text.short {
        width: 60%;
    }


@media (max-width: 768px) {
    .search-result-box {
        width: 100%;
        max-height: 70vh;
        border-radius: 16px;
        padding: 16px 14px 10px;
        top: calc(100% + 8px);
    }

        .search-result-box .accordion-button {
            font-size: 13px;
            padding: 12px 16px;
        }

    .result-card {
        padding: 12px 14px;
        border-radius: 12px;
    }

    .search-result-box .card-body {
        padding: 12px 14px 8px;
    }

        .search-result-box .card-body .result-card {
            padding: 10px 12px;
        }

            .search-result-box .card-body .result-card .border-bottom .mt-2 {
                font-size: 0.88rem;
            }

            .search-result-box .card-body .result-card .border-bottom .text-muted.mt-2 {
                font-size: 0.82rem;
                padding: 6px 12px;
            }

    .result-card .fw-bold.fs-5 {
        font-size: 1rem !important;
    }

    .search-result-box .d-flex.justify-content-between.align-items-center.result-card {
        padding: 12px 14px;
    }

        .search-result-box .d-flex.justify-content-between.align-items-center.result-card .fw-bold {
            font-size: 0.88rem;
        }

    .alert.alert-warning.mt-3.text-center {
        padding: 24px 16px;
        font-size: 0.88rem;
    }
}

@media (max-width: 480px) {
    .search-result-box {
        padding: 12px 10px 8px;
        border-radius: 14px;
        max-height: 60vh;
    }

        .search-result-box .accordion-button {
            font-size: 12px;
            padding: 10px 14px;
        }

        .search-result-box .accordion-body {
            padding: 12px 10px 14px;
        }

    .result-card {
        padding: 10px 12px;
        border-radius: 10px;
        gap: 10px;
    }

    .search-result-box .card-header {
        font-size: 12px;
        padding: 10px 14px;
        flex-wrap: wrap;
    }

    .search-result-box .card-body .result-card .border-bottom strong {
        font-size: 0.7rem;
    }

    .search-result-box .card-body .result-card .border-bottom .mt-2 {
        font-size: 0.82rem;
    }

    .search-result-box .d-flex.justify-content-between.align-items-center.result-card img {
        width: 26px;
        height: 26px;
    }
}


.verseLoading {
    display: flex;
}

#playerContent {
    flex: 1;
}
/*#PrevBtn, #NextBtn {
    cursor: no-drop;
}*/
.player-btn-disabled {
    opacity: .35;
    pointer-events: none;
}

/*filterbar mainIndex*/
.filter-bar {
    border: none;
    background: transparent;
    border-bottom: 3px solid transparent;
    transition: .2s;
    border-radius: 0;
}

    .filter-bar.active {
        border-bottom: 3px solid #0E4B5B;
        color: #22C55E;
    }

    .filter-bar:hover {
        color: #22C55E;
    }

.juz-group {
    border: 1px solid #D8D8D8;
    border-radius: 16px;
    padding: 24px;
    margin-bottom: 32px;
}

.juz-title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
}

.juz-container {
    border: 1px solid #D8D8D8;
    border-radius: 18px;
    padding: 20px;
    margin-bottom: 32px;
}

.juz-title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
}

.juz-header {
    position: absolute;
    top: -18px;
    right: 40px;
    background: #fff;
    padding: 0 14px;
    font-size: 22px;
    font-weight: 700;
}

.juz-wrapper {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.juz-group {
    position: relative;
    border: 3px solid #FFF;
    border-radius: 24px;
    padding: 40px 24px 24px;
}

.juz-body {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 24px;
    place-items: center;
}

.quality-dropdown {
    position: relative;
}

.quality-menu {
    position: absolute;
    top: 110%;
    left: 0;
    width: 120px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0,0,0,.15);
    z-index: 999;
}

    .quality-menu button {
        width: 100px;
        height: 40px;
        border: none;
        background: white;
        padding: 10px;
        cursor: pointer;
    }

        .quality-menu button:hover {
            background: #f3f3f3;
            color: #0e1f65;
        }

.quality-item {
    width: 100%;
    padding: 10px;
    border: none;
    background: #fff;
    cursor: pointer;
    transition: .2s;
}

    .quality-item:hover {
        background: #f5f5f5;
    }

    .quality-item.selected {
        font-weight: 600;
        color: #0e1f65;
    }

.quality-menu button.quality-item.selected::before {
    content: "✓";
    font-size: 16px;
    font-weight: 700;
    color: #0e1f65;
}

.svg-parent-ayah-be-ayah {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ayah-content-my {
    margin-top: 40px;
    margin-bottom: 10px;
}

.color-qcom {
    color: #9b9b9b;
}

.bol {
    border-left: 1px solid #9b9b9b38;
    padding: 0 1.18rem;
}

.tr-aba {
    margin-bottom: 50px;
    /*    line-height: 1.3540000916;*/
}

button.disabled {
    opacity: .35;
    cursor: no-drop !important;
    pointer-events: none;
}

.color-gray {
    color: #9b9b9b;
}
.quran-page-loader .sk-title,
.quran-page-loader .sk-text {
    width: 100%;
}

.quran-page-loader .sk-text.short {
    width: 80%;
 }