/* @import url(https://db.onlinewebfonts.com/c/eb289d26afbfd6114ddfdc053113218e?family=LPMQ); */
/* @import url(https://db.onlinewebfonts.com/c/facda43bfb0cbd270ecd3a212082a754?family=ArabicTwo); */

@font-face {
    font-family: LPMQ;
    src: url(../fonts/quran-font.ttf) format("truetype");
    font-display: swap;
}

@font-face {
    font-family: "ArabicTwo";
    src: url("../fonts//AaabicTwo/facda43bfb0cbd270ecd3a212082a754.eot");
    src: url("../fonts//AaabicTwo/facda43bfb0cbd270ecd3a212082a754.eot?#iefix")format("embedded-opentype"),
        url("../fonts//AaabicTwo/facda43bfb0cbd270ecd3a212082a754.woff")format("woff"),
        url("../fonts//AaabicTwo/facda43bfb0cbd270ecd3a212082a754.woff2")format("woff2"),
        url("../fonts//AaabicTwo/facda43bfb0cbd270ecd3a212082a754.ttf")format("truetype"),
        url("../fonts//AaabicTwo/facda43bfb0cbd270ecd3a212082a754.svg#ArabicTwo")format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

:root {
    --primary: #b20a98;
    --hov-primary: #a40a8c;
    --soft-primary: #faf8fa;
    --border-light: #f1f1f1;
    --soft-primary: rgb(213 213 213 / 26%);
    --soft-dark: #311f2e82;
}

body {
    -webkit-tap-highlight-color: transparent;
    font-family: "Open Sans", sans-serif;
    position: relative;
    top: 0 !important;
}

.aiz-main-wrapper {
    background-color: var(--white);
}

.lpmq {
    font-family: LPMQ;
}


/* Custome scrollbar */

.custom-scrollbar::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    -webkit-appearance: none;
}

.custom-scrollbar::-webkit-scrollbar-corner {
    background: transparent;
}

.custom-scrollbar::-webkit-scrollbar-thumb {
    background-color: var(--soft-primary);
    border-radius: 9px;
    background-clip: content-box;
}

.custom-scrollbar::-webkit-scrollbar-track,
.custom-scrollbar::-webkit-scrollbar-track-piece {
    background: #ffffff;
}

.custom-scrollbar::-webkit-scrollbar-track,
.custom-scrollbar::-webkit-scrollbar-track-piece {
    background: transparent;
}


/* preloader */

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    background: #0e040e;
}

.content-preloader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
}

#quran {
    display: flex;
    flex-direction: column;
}

#quran .content {
    flex-grow: 1;
    position: relative;
    min-height: 290px;
    margin-bottom: 108px;
}

.btn-rounded {
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    background-color: transparent;
    outline: 0px;
    border: 0px;
    margin: 0px;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    appearance: none;
    text-decoration: none;
    text-align: center;
    flex: 0 0 auto;
    font-size: 1.5rem;
    border-radius: 50%;
    overflow: visible;
    transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    color: rgb(0, 0, 0);
    padding: 8px;
}

.btn-rounded:hover {
    background-color: var(--soft-primary);
}


.btn-icon {
    user-select: none;
    width: 1em;
    height: 1em;
    display: inline-block;
    flex-shrink: 0;
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    padding: 0;
    font-size: 1em;
    line-height: normal;
}

/* navbar */

.navbar {
    background: linear-gradient(45deg, black, #630363);
}

.nav-logo a {
    color: white;
    font-weight: 700;
    font-size: 1.8rem;
}

.navbar .btn-icon {
    fill: white;
}

.navbar .btn-rounded:hover,
.aiz-user-sidenav .btn-rounded:hover {
    background-color: rgb(255 255 255 / 14%);
}

/* banner */

.banner {
    position: relative;
    background-color: black;
    padding: 2.5rem 1rem;
}

.banner::before {
    content: "";
    background-image: url(../img/quran-bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.25;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.banner-svg {
    fill: white;
    max-height: 185px;
}

.search-box {
    max-width: 490px;
    z-index: 1;
    margin-top: 2.5rem;
}

.search-box .style-image {
    height: 100%;
    width: 150px;
    position: absolute;
    z-index: -1;
    top: 0;
}

.search-box .style-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.search-box .style-image.left-image {
    left: -126px;
}

.search-box .style-image.right-image {
    right: -126px;
}

#search-input {
    height: 54px;
    padding-left: 54px;
    padding-right: 54px;
    border-radius: 36px;
    border: none;
    color: #666;
    font-size: 0.95rem;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
    background-color: #f8f9fa;
}

.serach-placeholder {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1rem;
}

.serach-placeholder.search-svg {
    left: 20px;
    color: #8f8c8c;
}

.serach-placeholder.mic-svg {
    right: 20px;
    color: var(--primary);
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}

.serach-placeholder.mic-svg:hover {
    background: rgba(0, 0, 0, 0.04);
}

.serach-placeholder.search-svg svg {
    width: 22px;
    pointer-events: none;
}

.serach-placeholder.mic-svg svg {
    width: 24px;
    cursor: pointer;
}

.serach-placeholder.mic-pulse::after {
    content: "";
    width: 40px;
    height: 40px;
    background: #ebd6f4;
    border: 5px solid #ebd6f4;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    animation: pulse-state infinite 1.5s;
}

/* surah-list */

#juz-list,
#surah-list {
    row-gap: 14px;
    margin-right: -7px;
    margin-left: -7px;
    justify-content: center;
}

#juz-list [class*="col-"],
#surah-list [class*="col-"] {
    padding-right: 7px;
    padding-left: 7px;
}

.surah-item {
    padding: 14px;
    background-color: rgb(255, 255, 255);
    color: rgba(0, 0, 0, 0.87);
    border-radius: 8px;
    overflow: hidden;
    box-shadow: none;
    border: 1px solid var(--primary);
    transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}

.surah-item:hover {
    color: var(--white);
    background-color: #730061;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}




.surah-item .surah-info {
    font-size: 0.6rem;
}

.surah-item p {
    margin: 0;
}

.surah-item .surah-transliteration {
    font-size: 1rem;
    font-weight: 600;
    /* font-family: 'Open Sans', sans-serif; */
}

.surah-item .surah-name {
    font-family: LPMQ;
    font-size: 1rem;
    text-align: right;
}

.surah-item .surah-ayats {
    text-align: right;
}

.ayat-icon {
    width: 34px;
    height: 34px;
    margin-right: 0.8rem;
    font-size: 0.7rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    text-align: center;
    margin-left: -5px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.0' width='37.000000pt' height='36.000000pt' viewBox='0 0 37.000000 36.000000' preserveAspectRatio='xMidYMid meet'%3E%3Cg transform='translate(0.000000,36.000000) scale(0.100000,-0.100000)' fill='%23b20a98' stroke='none'%3E%3Cpath d='M160 335 c-17 -18 -34 -25 -62 -25 -37 0 -38 -1 -38 -37 0 -26 -8 -45 -27 -65 l-27 -28 27 -28 c19 -20 27 -39 27 -65 0 -36 1 -37 37 -37 26 0 45 -8 63 -25 l26 -25 24 25 c17 18 34 25 62 25 37 0 38 1 38 37 0 26 8 45 27 65 l27 28 -27 28 c-19 20 -27 39 -27 65 0 36 -1 37 -37 37 -26 0 -45 8 -63 25 l-26 25 -24 -25z m108 -45 c29 0 32 -3 32 -32 0 -19 9 -41 22 -55 l21 -23 -21 -23 c-13 -14 -22 -36 -22 -55 0 -29 -3 -32 -32 -32 -20 0 -41 -9 -58 -25 l-26 -25 -24 25 c-16 17 -34 25 -57 25 -30 0 -33 2 -33 32 0 19 -9 41 -22 55 l-21 23 21 23 c13 14 22 36 22 55 0 30 3 32 33 32 23 0 41 8 57 25 l24 25 26 -25 c17 -16 38 -25 58 -25z'/%3E%3C/g%3E%3C/svg%3E");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.spinner-border {
    border-color: var(--primary) !important;
    border-right-color: transparent !important;
}

.nav-tabs {
    margin: 20px auto;
    max-width: 380px;
    padding: 3px;
    background-color: white;
    border-radius: 20rem;
    border: 1px solid var(--border-light);
}

.nav-tabs .nav-item {
    border-radius: 30px;
    overflow: hidden;
    margin: 0;
    text-align: center;
    font-weight: 600;
    font-size: 0.9rem;
    flex: 1 1;
}

.nav-tabs .nav-item a {
    border: none !important;
    color: rgba(0, 0, 0, 0.54);
}

.nav-tabs .nav-link {
    transition: none;
    padding: 0.7rem 1rem;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: var(--primary);
    background-color: rgb(178 10 152 / 4%);
}

.nav-tabs-sm {
    max-width: 316px;
}

.nav-tabs-sm .nav-item {
    font-weight: 500;
    font-size: 0.8rem;
}

.nav-tabs-sm .nav-link {
    padding-top: 0.45rem;
    padding-bottom: 0.45rem;
}

#setting-side-nav .nav-tabs {
    margin: 0;
    cursor: pointer;
    padding: 3px;
    border: 1px solid var(--border-light);
}

#setting-side-nav .nav-tabs .nav-link {
    padding: 0.6rem 1rem;
}

#setting-side-nav .aiz-side-nav-text {
    text-transform: capitalize;
    padding: 10px 0;
}

/* inerited css reset */

body.overflow-hidden {
    overflow: auto !important;
}

.text-gold-active {
    color: #ffce4b !important;
}

.aiz-user-sidenav.rounded {
    padding-top: 0 !important;
    border-radius: 0 !important;
}

.aiz-user-sidenav > .gold-text:before {
    content: "";
    background-image: url(../img/quran-bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.18;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transform: rotateY(180deg);
}

.aiz-user-sidenav-wrap {
    display: none;
    height: 100vh;
}

.aiz-user-panel {
    padding-left: 0px;
}

.aiz-user-sidenav {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

[dir="rtl"] .aiz-user-panel {
    padding-right: 0px;
}

.sidebar-xl {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.sidebar-xl .collapse-sidebar {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: fixed;
    width: 400px;
    max-width: 320px;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    overflow-y: auto;
}

.sidebar-xl.sidebar-right .collapse-sidebar {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    left: auto;
    right: 0;
}

.sidebar-xl.sidebar-auto .collapse-sidebar {
    width: auto;
    max-width: 100%;
    height: auto;
    -webkit-transform: translate(-50%, -100px);
    transform: translate(-50%, -100px);
    left: 50%;
    top: 0;
}

.sidebar-xl.sidebar-full .collapse-sidebar {
    width: 100%;
    max-width: 100%;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    left: auto;
    right: 0;
}

.sidebar-xl,
.sidebar-xl .collapse-sidebar,
.sidebar-xl .overlay {
    opacity: 0;
    visibility: hidden;
}

select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 30px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='18' height='18' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' fill='none' shape-rendering='geometricPrecision' style='color: currentcolor;'%3E%3Cpath d='m6 9 6 6 6-6'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
}

#language-dropdown {
    min-width: 5.25rem;
    padding: 0.2rem 0;
    transform: translateX(-50%);
    left: 50%;
    top: 116%;
}

#language-dropdown::before {
    content: '';
    position: absolute;
    top: -16px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 8px;
    border-style: solid;
    border-color: transparent transparent white transparent;
}

.dropdown-item {
    cursor: pointer;
    font-size: 0.75rem;
    padding: 0.3rem 0.8rem;
}

.dropdown-item.active {
    pointer-events: none;
}

.list-group-item {
    border: none;
    padding: 0.6rem;
    cursor: pointer;
    color: inherit;
    background-color: transparent;
}

.list-group-item.active {
    font-weight: 600;
}


.list-group-item.active,
.list-group-item:active,
.list-group-item:hover,

.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:hover {
    background-color: var(--soft-primary) !important;
    color: #16181b !important;
}

/* quran-sidebar */

.menubar {
    padding: 0.36rem 1rem;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, .1);
    position: relative;
    z-index: 111;
}

.menubar #current-surah {
    font-weight: 700;
}

.sidebar-toggle {
    cursor: pointer;
}

.sidebar-toggle .la-angle-up {
    transition: transform 0.3s;
}


.quran-sidebar {
    position: absolute;
    width: 300px;
    left: 0;
    height: 100%;
    padding: 1rem;
    background-color: var(--white);
    border-right: 1px solid var(--border-light);
    transition: all 0.4s;
    z-index: 11;
}

.quran-sidebar .nav-tabs {
    margin: 0;
    cursor: pointer;
    padding: 3px;
    border: 1px solid var(--border-light);
}


.quran-sidebar .sidebar-search-input {
    border: none;
    background-color: var(--soft-primary) !important;
}

.quran-sidebar .list-group {
    position: relative;
    overflow: auto;
    max-height: calc(100vh - 286px);
    padding-bottom: 6px;
}

.quran-sidebar .list-group .list-group-item {
    margin-right: 10px;
}



/* quran-reading */



.quran-reading {
    transition: margin 0.4s;
    position: relative;
    overflow: auto;
    height: calc(100vh - 156px);
    scroll-behavior: smooth;
}

.quran-reading .surah-name {
    font-size: 1.5rem;
}

.quran-reading .quran-ayat {
    font-size: 24px;
    font-family: LPMQ;
    line-height: 2;
}


.quran-reading .ayat-icon {
    font-family: ArabicTwo;
    font-size: 0.8rem;
    margin: 0px 6px;
    width: 30px;
    height: 30px;
}


.ayat-card {
    padding: 2rem 0.6rem 2rem 0;
    max-width: 800px;
    margin: 0 auto;
    overflow: hidden;
    transition: 0.3s;
}

.ayat-card:not(:last-of-type) {
    border-bottom: 1px solid var(--border-light);
}

.ayat-card.active {
    background-color: var(--soft-primary);
}

.ayat-card .btn-rounded {
    font-size: 1.25rem;
}

.ayat-card .tafsir-btn {
    padding: 3px 0.5rem;
}

.ayat-card .ayat-translation {
    font-size: 0.9rem;
}



.ayat-card .btn-rounded .la-spinner {
    animation: spinner-border 1s linear infinite;
}

.ayat-card audio {
    display: none;
}


.surah-start {
    text-align: center;
}

.quran-page .surah-start {
    margin-bottom: 1.5rem;
}

#reading-ayats > .surah-start {
    margin-top: 2rem;
}

.ayat-card + .surah-start,
.ayat-icon + .surah-start {
    margin-top: 2.5rem;
}


.quran-page {
    max-width: 540px;
    margin: 1rem auto;
    padding: 1rem;
    text-align: justify;
}

.quran-page:not(:last-of-type) {
    border-bottom: 1px solid var(--border-light);
}

.quran-page .page-number {
    text-align: center;
    margin-top: 1rem;
}

.quran-page .quran-ayat {
    font-size: 22px;
}

.page-buttons .container {
    max-width: calc(800px + 30px);
}

#reading-tab.active ~ .page-buttons .container {
    max-width: calc(540px + 30px);
}


#tafsir-modal .modal-body {
    font-size: 1rem;
    max-height: 70vh !important;
}

#tafsir-modal .modal-body h2 {
    font-weight: 600;
}

#tafsir-modal .modal-body p {
    margin: 1rem 0;
}

#tafsir-modal .modal-body .arabic {
    font-family: 'LPMQ';
    text-align: right;
    font-size: 1.2em;
}

/* check icon */

.check-icon {
    animation: 0.32s ease-in-out 1.03s check-icon;
    transform-origin: center;
}


.check-icon circle:nth-child(1) {
    fill: var(--primary);
}

.check-icon circle:nth-child(2) {
    animation: 0.35s ease-in 0.35s forwards check-circle;
    transform: none;
    transform-origin: center;
    fill: white;
}


.check-icon circle:nth-child(3) {
    animation: 0.38s ease-in check-outline;
    transform: rotate(0deg);
    transform-origin: center;
    stroke: var(--primary);
}

.check-icon polyline {
    animation: 0.34s cubic-bezier(0.65, 0, 1, 1) 0.8s forwards check-stroke;
    stroke-dasharray: 0, 75px;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke: white;
}



/* quran activity */

#activity .recent-surah {
    gap: 1rem;
    min-height: 200px;
}

#activity .recent-surah::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

#activity .recent-surah .card {
    min-width: 176px;
    box-shadow: none;
    margin-bottom: 8px;
    border: none;
}

#activity .recent-surah .card-header {
    position: relative;
    background: #1a1219;
    color: white;
}

#activity .recent-surah .card-header::before {
    content: "";
    background-image: url(http://localhost/albusyra/public/assets/img/quran-bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.18;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transform: rotateY(180deg);
}

#activity .recent-surah .card .card-body {
    border-radius: 0 0 4px 4px;
    border: 1px solid var(--border-light);
    border-top: 0;
}

#activity .recent-surah .card:hover .card-body {
    border-color: var(--primary);
}

#activity .surah-name {
    font-size: 1.9rem;
}


#activity .surah-transliteration {
    font-size: 0.8rem;
}


#activity .flatpickr-calendar.inline {
    -webkit-box-shadow: 0 0 13px 0 rgba(82, 63, 105, 0.05);
    box-shadow: 0 0 13px 0 rgba(82, 63, 105, 0.05);
    border: 1px solid #ebedf2;
    background: none;
    top: 0;
    width: 100%;
}

#activity .flatpickr-innerContainer {
    justify-content: center;
    margin-top: 8px;
}

#activity .flatpickr-current-month {
    padding-top: 12px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}


.flatpickr-current-month input.cur-year,
.flatpickr-current-month .flatpickr-monthDropdown-months {
    font-size: 1rem;
}


#activity .circular-progress {
    --rotate: 0deg;
    position: relative;
    height: 96px;
    width: 96px;
    border-radius: 50%;
    background: conic-gradient(var(--primary) var(--rotate), #ededed 0deg);
    display: flex;
    align-items: center;
    justify-content: center;
}

#activity .circular-progress::before {
    content: "";
    position: absolute;
    height: 86px;
    width: 86px;
    border-radius: 50%;
    background-color: #fff;
}

#activity .progress-value {
    font-size: 20px;
}

@media screen and (max-width:576px) {
    #activity .circular-progress {
        height: 66px;
        width: 66px;

    }

    #activity .circular-progress::before {
        height: 58px;
        width: 58px;
    }

    #activity .progress-value {
        font-size: 12px;
    }
}

@keyframes check-outline {
    from {
        stroke-dasharray: 0, 345.576px;
    }

    to {
        stroke-dasharray: 345.576px, 345.576px;
    }
}

@keyframes check-circle {
    from {
        transform: scale(1);
    }

    to {
        transform: scale(0);
    }
}

@keyframes check-stroke {
    from {
        stroke-dasharray: 0, 75px;
    }

    to {
        stroke-dasharray: 75px, 75px;
    }
}

@keyframes check-icon {
    from {
        transform: scale(1);
    }

    50% {
        transform: scale(1.09);
    }

    to {
        transform: scale(1);
    }
}



/* dark theme */

.dark {
    --primary: #730061;
    --white: #110011;
    --border-light: #232323;
}

.dark,
.dark .btn,
.dark .nav-tabs .nav-item a,
.dark .nav-tabs .nav-item.show .nav-link,
.dark .nav-tabs .nav-link.active,
.dark .aiz-side-nav-text,
.dark .fixed-bottom.bg-white .btn,
.dark .aiz-user-sidenav .aiz-side-nav-list .aiz-side-nav-icon,
.dark .dropdown-item,
.dark .surah-item,
.dark .ayat-card .btn-rounded {
    color: white;
}

.dark .form-control,
.dark .aiz-mobile-bottom-nav,
.dark .list-group-item.active,
.dark .list-group-item:active,
.dark .list-group-item:hover,
.dark .dropdown-item.active,
.dark .dropdown-item:active,
.dark .dropdown-item:hover {
    color: white !important;
}

.dark .modal-content,
.dark .list-group-item.active,
.dark .list-group-item:hover,
.dark .form-control,
.dark .aiz-user-sidenav-wrap,
.dark .dropdown-menu,
.dark .surah-item {
    background-color: var(--white);
}


.dark .fixed-bottom.bg-white,
.dark .aiz-mobile-bottom-nav,
.dark .collapse-sidebar.bg-white {
    background-color: var(--white) !important;
}

.dark .ayat-card .btn-rounded svg {
    fill: white;
}

.dark .tooltip .arrow::before {
    border-right-color: var(--primary);
}

.dark .tooltip .tooltip-inner {
    background-color: var(--primary);
}

.dark .navbar,
.dark .menubar {
    background: linear-gradient(45deg, black, #400940);
}

.dark .nav-tabs {
    border: none;
    background-color: var(--soft-dark);
}

.dark .nav-tabs .nav-item.show .nav-link,
.dark .nav-tabs .nav-link.active {
    background-color: #33082b;
}

.dark .surah-item:hover {
    background: white !important;
    color: var(--primary) !important;
}

.dark .serach-placeholder.mic-svg {
    color: #980683;
}

.dark hr,
.dark [class*="border"] {
    border-color: #393139 !important;
    border-color: #423142 !important;
}

.dark #setting-side-nav .nav-tabs {
    border: none;
}

.dark select.form-control {
    border: none;
    background-color: var(--soft-dark) !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='18' height='18' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' fill='none' shape-rendering='geometricPrecision' style='color: currentcolor;'%3E%3Cpath d='m6 9 6 6 6-6'%3E%3C/path%3E%3C/svg%3E");
}

.dark .dropdown-menu {
    border: none;
    -webkit-box-shadow: 1px 8px 40px 0px rgb(255 255 255 / 8%);
    box-shadow: 1px 8px 40px 0px rgb(255 255 255 / 8%);
}

.dark #language-dropdown::before {
    border-bottom-color: var(--white);
}

.dark .bismillah-img {
    filter: invert(1);
}

/* hide google translate */

.skiptranslate,
#google-translate-element,
.VIpgJd-ZVi9od-aZ2wEe-wOHMyf {
    display: none !important;
}

.VIpgJd-yAWNEb-VIpgJd-fmcmS-sn54Q {
    background: none !important;
    box-shadow: none !important;
}

.loader-path {
    animation: rotate 1s linear infinite;
    transform-origin: center;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes pulse-state {
    0% {
        -webkit-transform: scale(1, 1);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1.3, 1.3);
        opacity: 0;
    }
}



@media screen and (min-width: 992px) {
    #activity .my-acitvity .col-lg-4 {
        max-width: 360px;
    }
}

@media screen and (min-width: 768px) {
    .sidebar-toggle.sidebar-hidden .la-angle-up {
        transform: rotate(180deg);
    }

    .quran-sidebar.sidebar-hidden {
        left: -300px;
    }

    .quran-sidebar:not(.sidebar-hidden) + .quran-reading {
        margin-left: 300px;
    }

}


@media screen and (max-width: 768px) {
    .custom-scrollbar::-webkit-scrollbar {
        width: 4px;
        height: 4px;
        -webkit-appearance: none;
    }

    .search-box .style-image {
        display: none;
    }

    .sidebar-toggle:not(.sidebar-hidden) .la-angle-up {
        transform: rotate(180deg);
    }

    .quran-sidebar:not(.sidebar-hidden) {
        left: -300px;
    }

    .quran-sidebar .list-group .list-group-item {
        margin-right: 8px;
    }
}


@media screen and (max-width: 576px) {
    #activity .recent-surah .card {
        min-width: min(30%, 120px);
    }

    #activity .recent-surah .card-header {
        padding: 10px 10px;
    }

    #activity .surah-name {
        font-size: 1rem;
    }

    #activity .surah-ayats {
        font-size: 0.5rem;
    }

    #activity .surah-transliteration,
    #activity .surah-number {
        font-size: 0.75rem;
    }

    #activity .recent-surah .card .card-body {
        padding: 14px 8px !important;
    }

    #activity .flatpickr-months .flatpickr-prev-month {
        left: 10px;
    }

    #activity .flatpickr-months .flatpickr-next-month {
        right: 10px;
    }
}