.btn{@apply tw-px-4 tw-py-2 tw-text-sm tw-font-medium tw-rounded-md tw-border tw-transition-colors tw-duration-200 tw-cursor-pointer tw-inline-flex tw-items-center tw-justify-center;}.btn-primary{@apply tw-bg-blue-600 tw-text-white tw-border-blue-600 hover:tw-bg-blue-700 hover:tw-border-blue-700 focus:tw-ring-2 focus:tw-ring-blue-500 focus:tw-ring-offset-2;}.btn-secondary{@apply tw-bg-gray-600 tw-text-white tw-border-gray-600 hover:tw-bg-gray-700 hover:tw-border-gray-700 focus:tw-ring-2 focus:tw-ring-gray-500 focus:tw-ring-offset-2;}.btn-success{@apply tw-bg-green-600 tw-text-white tw-border-green-600 hover:tw-bg-green-700 hover:tw-border-green-700 focus:tw-ring-2 focus:tw-ring-green-500 focus:tw-ring-offset-2;}.btn-danger{@apply tw-bg-red-600 tw-text-white tw-border-red-600 hover:tw-bg-red-700 hover:tw-border-red-700 focus:tw-ring-2 focus:tw-ring-red-500 focus:tw-ring-offset-2;}.btn-warning{@apply tw-bg-yellow-500 tw-text-black tw-border-yellow-500 hover:tw-bg-yellow-600 hover:tw-border-yellow-600 focus:tw-ring-2 focus:tw-ring-yellow-400 focus:tw-ring-offset-2;}.btn-info{@apply tw-bg-cyan-600 tw-text-white tw-border-cyan-600 hover:tw-bg-cyan-700 hover:tw-border-cyan-700 focus:tw-ring-2 focus:tw-ring-cyan-500 focus:tw-ring-offset-2;}.btn-light{@apply tw-bg-gray-100 tw-text-gray-900 tw-border-gray-300 hover:tw-bg-gray-200 hover:tw-border-gray-400 focus:tw-ring-2 focus:tw-ring-gray-500 focus:tw-ring-offset-2;}.btn-dark{@apply tw-bg-gray-800 tw-text-white tw-border-gray-800 hover:tw-bg-gray-900 hover:tw-border-gray-900 focus:tw-ring-2 focus:tw-ring-gray-500 focus:tw-ring-offset-2;}.btn-sm{@apply tw-px-3 tw-py-1.5 tw-text-xs;}.btn-lg{@apply tw-px-6 tw-py-3 tw-text-base;}.alert{@apply tw-px-4 tw-py-3 tw-rounded-md tw-border tw-mb-4;}.alert-primary{@apply tw-bg-blue-50 tw-text-blue-800 tw-border-blue-200;}.alert-secondary{@apply tw-bg-gray-50 tw-text-gray-800 tw-border-gray-200;}.alert-success{@apply tw-bg-green-50 tw-text-green-800 tw-border-green-200;}.alert-danger{@apply tw-bg-red-50 tw-text-red-800 tw-border-red-200;}.alert-warning{@apply tw-bg-yellow-50 tw-text-yellow-800 tw-border-yellow-200;}.alert-info{@apply tw-bg-cyan-50 tw-text-cyan-800 tw-border-cyan-200;}.alert-light{@apply tw-bg-gray-50 tw-text-gray-800 tw-border-gray-200;}.alert-dark{@apply tw-bg-gray-800 tw-text-white tw-border-gray-600;}.badge{@apply tw-inline-flex tw-items-center tw-px-2.5 tw-py-0.5 tw-rounded-full tw-text-xs tw-font-medium;}.badge-primary{@apply tw-bg-blue-100 tw-text-blue-800;}.badge-secondary{@apply tw-bg-gray-100 tw-text-gray-800;}.badge-success{@apply tw-bg-green-100 tw-text-green-800;}.badge-danger{@apply tw-bg-red-100 tw-text-red-800;}.badge-warning{@apply tw-bg-yellow-100 tw-text-yellow-800;}.badge-info{@apply tw-bg-cyan-100 tw-text-cyan-800;}.badge-light{@apply tw-bg-gray-100 tw-text-gray-800;}.badge-dark{@apply tw-bg-gray-800 tw-text-white;}.card{@apply tw-bg-white tw-rounded-lg tw-shadow tw-border tw-border-gray-200 tw-overflow-hidden;}.card-header{@apply tw-px-6 tw-py-4 tw-bg-gray-50 tw-border-b tw-border-gray-200;}.card-body{@apply tw-p-6;}.card-footer{@apply tw-px-6 tw-py-4 tw-bg-gray-50 tw-border-t tw-border-gray-200;}.card-title{@apply tw-text-lg tw-font-semibold tw-text-gray-900 tw-mb-2;}.card-text{@apply tw-text-gray-600;}.navbar{@apply tw-bg-white tw-shadow-sm tw-border-b tw-border-gray-200;}.navbar-expand-lg{@apply tw-flex tw-flex-wrap tw-items-center tw-justify-between;}.navbar-light{@apply tw-bg-white;}.navbar-dark{@apply tw-bg-gray-800;}.navbar-brand{@apply tw-text-xl tw-font-bold tw-text-gray-900 tw-no-underline hover:tw-text-gray-700;}.navbar-nav{@apply tw-flex tw-flex-col tw-space-y-2 md:tw-space-y-0 md:tw-flex-row md:tw-space-x-8;}.nav-item{@apply tw-relative;}.nav-link{@apply tw-text-gray-700 hover:tw-text-gray-900 tw-px-3 tw-py-2 tw-rounded-md tw-text-sm tw-font-medium tw-transition-colors tw-duration-200;}.nav-link.active{@apply tw-bg-gray-100 tw-text-gray-900;}.navbar-toggler{@apply tw-inline-flex tw-items-center tw-justify-center tw-p-2 tw-rounded-md tw-text-gray-400 hover:tw-text-gray-500 hover:tw-bg-gray-100 focus:tw-outline-none focus:tw-ring-2 focus:tw-ring-inset focus:tw-ring-gray-500 md:tw-hidden;}.navbar-toggler-icon{@apply tw-w-6 tw-h-6;}.navbar-collapse{@apply tw-hidden md:tw-flex md:tw-items-center md:tw-space-x-8;}.navbar-collapse.show{@apply tw-block;}.dropdown{@apply tw-relative tw-inline-block;}.dropdown-toggle{@apply tw-flex tw-items-center tw-space-x-1;}.dropdown-menu{@apply tw-absolute tw-right-0 tw-mt-2 tw-w-48 tw-bg-white tw-rounded-md tw-shadow-lg tw-ring-1 tw-ring-black tw-ring-opacity-5 tw-z-50 tw-hidden;}.dropdown-menu.show{@apply tw-block;}.dropdown-item{@apply tw-block tw-px-4 tw-py-2 tw-text-sm tw-text-gray-700 hover:tw-bg-gray-100 hover:tw-text-gray-900 tw-w-full tw-text-left tw-border-none tw-bg-transparent tw-cursor-pointer;}.modal{@apply tw-fixed tw-inset-0 tw-z-50 tw-overflow-y-auto tw-hidden;}.modal.show{@apply tw-block;}.modal-dialog{@apply tw-relative tw-w-auto tw-mx-auto tw-my-8 tw-max-w-lg;}.modal-lg{@apply tw-max-w-2xl;}.modal-content{@apply tw-relative tw-bg-white tw-rounded-lg tw-shadow-xl tw-overflow-hidden;}.modal-header{@apply tw-flex tw-items-center tw-justify-between tw-p-6 tw-border-b tw-border-gray-200;}.modal-title{@apply tw-text-lg tw-font-semibold tw-text-gray-900;}.modal-body{@apply tw-p-6;}.modal-footer{@apply tw-flex tw-items-center tw-justify-end tw-space-x-3 tw-p-6 tw-border-t tw-border-gray-200;}.modal-backdrop{@apply tw-fixed tw-inset-0 tw-bg-gray-500 tw-bg-opacity-75 tw-z-40;}.collapse{@apply tw-hidden;}.collapse.show{@apply tw-block;}.container{@apply tw-w-full tw-mx-auto tw-px-4;}.container-fluid{@apply tw-w-full tw-px-4;}.row{@apply tw-flex tw-flex-wrap tw--mx-4;}.col{@apply tw-flex-1 tw-px-4;}.col-1{@apply tw-w-1/12 tw-px-4;}.col-2{@apply tw-w-2/12 tw-px-4;}.col-3{@apply tw-w-3/12 tw-px-4;}.col-4{@apply tw-w-4/12 tw-px-4;}.col-5{@apply tw-w-5/12 tw-px-4;}.col-6{@apply tw-w-6/12 tw-px-4;}.col-7{@apply tw-w-7/12 tw-px-4;}.col-8{@apply tw-w-8/12 tw-px-4;}.col-9{@apply tw-w-9/12 tw-px-4;}.col-10{@apply tw-w-10/12 tw-px-4;}.col-11{@apply tw-w-11/12 tw-px-4;}.col-12{@apply tw-w-full tw-px-4;}.d-flex{@apply tw-flex;}.d-inline-flex{@apply tw-inline-flex;}.d-block{@apply tw-block;}.d-inline-block{@apply tw-inline-block;}.d-none{@apply tw-hidden;}.justify-content-start{@apply tw-justify-start;}.justify-content-end{@apply tw-justify-end;}.justify-content-center{@apply tw-justify-center;}.justify-content-between{@apply tw-justify-between;}.justify-content-around{@apply tw-justify-around;}.align-items-start{@apply tw-items-start;}.align-items-end{@apply tw-items-end;}.align-items-center{@apply tw-items-center;}.align-items-baseline{@apply tw-items-baseline;}.align-items-stretch{@apply tw-items-stretch;}.flex-column{@apply tw-flex-col;}.flex-row{@apply tw-flex-row;}.flex-wrap{@apply tw-flex-wrap;}.flex-nowrap{@apply tw-flex-nowrap;}.me-auto{@apply tw-mr-auto;}.mb-2{@apply tw-mb-2;}.mb-lg-0{@apply tw-mb-0 lg:tw-mb-0;}.text-center{@apply tw-text-center;}.text-start{@apply tw-text-left;}.text-end{@apply tw-text-right;}.form-control{@apply tw-block tw-w-full tw-px-3 tw-py-2 tw-border tw-border-gray-300 tw-rounded-md tw-shadow-sm tw-placeholder-gray-400 focus:tw-outline-none focus:tw-ring-blue-500 focus:tw-border-blue-500 tw-sm:text-sm;}.form-label{@apply tw-block tw-text-sm tw-font-medium tw-text-gray-700 tw-mb-1;}.form-floating{@apply tw-relative;}.w-100{@apply tw-w-full;}.h-100{@apply tw-h-full;}.mt-3{@apply tw-mt-3;}.mb-3{@apply tw-mb-3;}.p-3{@apply tw-p-3;}.p-4{@apply tw-p-4;}.px-3{@apply tw-px-3;}.py-2{@apply tw-py-2;}.rounded{@apply tw-rounded;}.shadow{@apply tw-shadow;}.shadow-sm{@apply tw-shadow-sm;}.border{@apply tw-border tw-border-gray-200;}.border-top{@apply tw-border-t tw-border-gray-200;}.border-bottom{@apply tw-border-b tw-border-gray-200;}.bg-light{@apply tw-bg-gray-50;}.bg-white{@apply tw-bg-white;}.text-muted{@apply tw-text-gray-500;}.text-primary{@apply tw-text-blue-600;}.text-success{@apply tw-text-green-600;}.text-danger{@apply tw-text-red-600;}.text-warning{@apply tw-text-yellow-600;}.text-info{@apply tw-text-cyan-600;}.tooltip{@apply tw-absolute tw-z-50 tw-px-2 tw-py-1 tw-text-sm tw-text-white tw-bg-gray-900 tw-rounded tw-shadow-lg tw-opacity-0 tw-transition-opacity tw-duration-200;}.tooltip.show{@apply tw-opacity-100;}.tooltip-arrow{@apply tw-absolute tw-w-2 tw-h-2 tw-bg-gray-900 tw-transform tw-rotate-45;}.bs-tooltip-top .tooltip-arrow{@apply tw-bottom-0 tw-left-1/2 tw--translate-x-1/2 tw-translate-y-1/2;}.bs-tooltip-bottom .tooltip-arrow{@apply tw-top-0 tw-left-1/2 tw--translate-x-1/2 tw--translate-y-1/2;}.bs-tooltip-left .tooltip-arrow{@apply tw-right-0 tw-top-1/2 tw-translate-x-1/2 tw--translate-y-1/2;}.bs-tooltip-right .tooltip-arrow{@apply tw-left-0 tw-top-1/2 tw--translate-x-1/2 tw--translate-y-1/2;}.tooltip-inner{@apply tw-max-w-xs tw-text-center;}@media (min-width: 768px){.d-md-none{@apply tw-hidden;}.d-md-block{@apply tw-block;}.d-md-flex{@apply tw-flex;}}@media (min-width: 992px){.d-lg-none{@apply tw-hidden;}.d-lg-block{@apply tw-block;}.d-lg-flex{@apply tw-flex;}}.trix-content .attachment-gallery>action-text-attachment,.trix-content .attachment-gallery>.attachment{flex:1 0 33%;padding:0 .5em;max-width:33%}.trix-content .attachment-gallery.attachment-gallery--2>action-text-attachment,.trix-content .attachment-gallery.attachment-gallery--2>.attachment,.trix-content .attachment-gallery.attachment-gallery--4>action-text-attachment,.trix-content .attachment-gallery.attachment-gallery--4>.attachment{flex-basis:50%;max-width:50%}.trix-content action-text-attachment .attachment{padding:0!important;max-width:100%!important}.card-columns{display:grid;grid-template-columns:1fr}@media (min-width: 720px){.card-columns{grid-template-columns:1fr 1fr}}.card-columns .card{height:300px;min-height:300px;break-inside:avoid-column;position:unset;background-size:cover;background-repeat:no-repeat;border-radius:24px;background-clip:content-box;background-position:center}.card-columns .card .card-body{display:flex;flex-direction:column;background-color:#000000b3;border-radius:24px;color:#fff;text-align:center;align-items:center;justify-content:center}.callout{padding:20px;margin:20px 0;border:1px solid!important;border-left-width:5px!important;border-radius:3px;border-left-color:#57d798!important}.callout h4{color:#1b809e;margin-top:0;margin-bottom:5px}.callout p:last-child{margin-bottom:0}.callout.callout-info{border-left-color:#0a60ff!important}.callout.callout-danger{border-left-color:#f46363!important}.callout.callout-warning{border-left-color:#f3bf50!important}.page-section{position:relative;border-color:#e5e5e5 #eee #eee;border-style:solid;border-width:1px 0;-webkit-box-shadow:inset 0 3px 6px rgba(0,0,0,.05);box-shadow:inset 0 3px 6px #0000000d;padding:15px}.page-section.filters{padding:45px 15px 15px}.page-section.filters:after{position:absolute;top:15px;left:15px;font-size:12px;font-weight:700;color:#959595;text-transform:uppercase;letter-spacing:1px;content:"Filters"}.page-section .table-container{width:100%;overflow-x:auto}.page-section table{overflow-x:auto}.page-section.page-section-card,.section-card{background-color:#fff;border:1px solid #ccc;border-radius:8px;padding:20px;margin-bottom:20px;box-shadow:0 2px 10px #0000001a}@media (min-width: 720px){.page-header{margin-top:1.5rem}}.lead{margin-bottom:20px;font-size:16px;font-weight:300;line-height:1.4}.page-wrapper{margin-bottom:60px}.page-wrapper .highlight-section{margin:-16px 0 14px;border-width:1px;padding:9px 14px;background-color:#f7f7f9;border:1px solid #e1e1e8;border-radius:4px}.page-wrapper .pagination li a,.page-wrapper .pagination li span{padding:10px 16px;font-size:18px;line-height:1.3333333}.filters select{min-width:200px}#editor-wrap #ayah_text{word-spacing:2rem;line-height:2;display:block;width:100%}#editor-wrap #words{overflow-y:scroll;max-height:200px}#editor-wrap #words .well{margin:10px}#editor-wrap #words .form-control{font-size:30px;min-height:62px;resize:none}#editor-wrap .btn,#editor-wrap .help-block{font-family:Roboto}@media (min-width: 768px){.page-section{margin-right:0;margin-left:0;background-color:#fff;border-color:#ddd;border-width:1px;border-radius:4px 4px 0 0;-webkit-box-shadow:none;box-shadow:none}}.sort-icons{position:relative}.sort-icons .fa-sort-up{position:absolute}.sort-icons .fa{font-size:20px}.sort-icons .fa:not(.active){color:#cacaca}.sort-link{cursor:pointer;text-decoration:none}.flex-between{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center}.sidebar-item .selected{background:#cacaca}.label-text{width:max-content}pre{white-space:pre-wrap;word-wrap:break-word}#resource-bg{position:absolute;width:100%;height:100%;background:url(/assets/resource-header-bg-6408d2257103419dc6ebf2bc5769f8c19c3ae94448dc3c13c87c4fd6c9453f15.svg);mix-blend-mode:difference;background-size:cover;background-position:center;background-repeat:no-repeat;top:0;z-index:-10}@media (min-width: 992px){#resource-bg{height:1400px;top:-90px;background-size:contain;background-position:top}}#resource-message{color:#1c1919;font-family:Open Sauce Sans;font-style:normal;font-weight:700;line-height:normal;text-align:center}#resource-message .fw-light{font-weight:400}@media (max-width: 576px){#resource-message{font-size:17px}}@media (min-width: 768px){#resource-message{font-size:32px;text-align:left}}@media (min-width: 992px){#resource-message{max-width:70%;font-size:48px}}#resources .resources-list .card-container{display:grid;grid-template-columns:1fr}@media (min-width: 768px){#resources .resources-list .card-container{grid-template-columns:1fr 1fr}}@media (min-width: 992px){#resources .resources-list .card-container{grid-template-columns:repeat(auto-fill,minmax(400px,1fr))}}#resources .resources-list .count-badge{color:#16a085;border:1px solid #10b981;padding:3px 15px;border-radius:1332px;background-color:#d1fae5}#resources .resources-list .featured-resource-card{position:relative;border-radius:24px;background-repeat:no-repeat;background-size:cover;background-position:center}#resources .resources-list .featured-resource-card .overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#0000004d;z-index:0;border-radius:23px}#resources .resources-list .featured-resource-card .overlay~*{position:relative;z-index:20;color:#fff}#resources .resources-list .featured-resource-card a{text-decoration:none;color:#fff;text-shadow:0 0 4px rgba(0,0,0,.2)}#resources .resources-list .featured-resource-card.card-recitations{background-image:url(/assets/resource-cards/audio-f5fd26831eb54057acdd6f0587330a4ed381fd4e9ea722a47e407d6e81f752bb.png)}#resources .resources-list .featured-resource-card.card-mushaf-layouts{background-image:url(/assets/resource-cards/mushaf-layout-11e6858d61d9edf98ba9505eb0dfff17e899330a8d7598a945ef961f0bb2870b.png)}#resources .resources-list .resource-card{height:550px;border-radius:24px;position:relative}@media (max-width: 576px){#resources .resources-list .resource-card{min-height:370px}}@media (max-width: 768px){#resources .resources-list .resource-card{min-height:400px}}#resources .resources-list .resource-card a{text-decoration:none;color:#fff}#resources .resources-list .resource-card .dropdown-toggle,#resources .resources-list .resource-card .dropdown-item{color:#000}.book-page{width:90%;max-width:700px;background-color:#fff;padding:30px;box-shadow:0 4px 8px #0000001a;margin:20px;border-radius:8px;line-height:1.6;text-align:justify}.iframe-container{position:relative;width:100%;padding-bottom:56.25%;height:100%;overflow:hidden}.iframe-container iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:0}.mushaf-layout-form .verse{display:flex;flex:1 1;padding-left:40px;flex-wrap:wrap}.mushaf-layout-form .word-group{text-align:center;margin:5px 10px;cursor:pointer;padding:10px;border:1px dotted rgba(248,168,46,.5);webkit-background-clip:padding-box;background-clip:padding-box}.placeholder ul{display:grid;grid-column-gap:12px;moz-column-gap:12px;column-gap:12px;grid-row-gap:12px;row-gap:12px;grid-template-columns:repeat(3,1fr);list-style:none}.bidi-override{unicode-bidi:bidi-override}.mushaf-layout{display:flex;justify-content:center}.mushaf-layout .word--missing{color:#f04903}.mushaf-layout .line--center{text-align:center;text-align-last:center}.mushaf-layout .ayah,.mushaf-layout .ayah-container{display:inline}.mushaf-layout .ayah.highlight,.mushaf-layout .ayah-container.highlight{border-bottom:1px solid #FCB941;background:transparent}.mushaf-layout .char a{color:inherit;text-decoration:none}.mushaf-layout .char:hover{border-bottom:1px solid #FCB941}.mushaf-layout .char-pause{color:#2cc990}.mushaf-layout .char-number{color:#00f}.mushaf-layout .page-wrapper{font-size:29.9px;direction:rtl;line-height:1.85;text-align:center;display:flex;align-content:center;margin:auto}.mushaf-layout .page{text-align:justify;text-align-last:justify;border:2px solid #0a0a0a;padding:10px}.muhsaf-indopak .char-end,.muhsaf-me_quran .char-end{font-family:UthmanicHafs1-Ver17}.page{text-align:justify;text-align-last:justify}.mushaf .line--center{text-align:center;text-align-last:center}.mushaf .ayah,.mushaf .ayah-container{display:inline}.mushaf .ayah:hover{border-bottom:1px solid #FCB941}.mushaf .mushaf-layout{display:flex;justify-content:center}.mushaf .mushaf-layout .char a{color:inherit;text-decoration:none}.mushaf .mushaf-layout .char a:hover{border-bottom:1px solid #FCB941}.mushaf .highlight{border-bottom:1px solid #FCB941;background:transparent}.mushaf .char.highlight{border-bottom:1px solid black;background:transparent}.mushaf .char-pause{color:#2cc990}.mushaf .char-number,.mushaf .char-end{color:#00f}.mushaf .page-wrapper{font-size:29.9px;direction:rtl;line-height:1.85;text-align:center;display:flex;align-content:center;margin:auto}.mushaf .page{text-align:justify;text-align-last:justify}.muhsaf-v2 .page{word-spacing:-.25em}.indopak-nastaleeq .char a{unicode-bidi:unset}#font-switcher select{min-width:200px}.mushaf-img.img{max-width:unset!important}.surah-name{display:flex;justify-content:center;align-items:center;margin:10px auto 0}.line---bismillah .surah-name{background:none;width:unset;height:unset;margin:unset}.line--surah-name.line---bismillah{display:flex;justify-content:center;align-items:center;margin:10px auto 0}.line---bismillah{display:flex;justify-content:center;align-items:center}tajweed,rule,r{cursor:pointer}.ham_wasl,.slnt,.laam_shamsiyah{color:#aaa}.ham_wasl:hover,.slnt:hover,.laam_shamsiyah:hover{background-color:#d7d7d7}.madda_normal{color:#537fff}.madda_permissible{color:#4050ff}.madda_necessary{color:#000ebc}.madda_obligatory{color:#2144c1}.qalaqah{color:#dd0008}.qalaqah:hover{background-color:#f3a6a9;color:#dd0008}.ikhafa_shafawi{color:#d500b7}.ikhafa_shafawi:hover{background-color:#f0a6e6;color:#d500b7}.ikhafa{color:#9400a8}.ikhafa:hover{background-color:#daa6e1;color:#9400a8}.iqlab{color:#26bffd}.iqlab:hover{background-color:#92e5ff;color:#0099c5}.idgham_shafawi{color:#58b800}.idgham_shafawi:hover{background-color:#bae890;color:#58b800}.idgham_ghunnah{color:#169200}.idgham_ghunnah:hover{background-color:#9ce58e;color:#169200}.idgham_wo_ghunnah{color:#169200}.idgham_wo_ghunnah:hover{background-color:#9ce58e;color:#169200}.idgham_mutajanisayn,.idgham_mutaqaribayn{color:#a1a1a1}.idgham_mutajanisayn:hover,.idgham_mutaqaribayn:hover{background-color:#d7d7d7}.ghunnah{color:#ff7e1e}.ghunnah:hover{background-color:#ff7e1e;color:#000}.tajweed-rule-icon{width:20px;height:20px;display:inline-block}.tajweed-rule-icon.izhar{background:#006400}.tajweed-rule-icon.izhar_shafawi{background:#00f}.tajweed-rule-icon.ham_wasl,.tajweed-rule-icon.slnt,.tajweed-rule-icon.laam_shamsiyah{background:#aaa}.tajweed-rule-icon.ikhafa_shafawi{background:#d500b7}.tajweed-rule-icon.ikhafa{background:#9400a8}.tajweed-rule-icon.qalaqah{background:#009ee6}.tajweed-rule-icon.iqlab{background:#26bffd}.tajweed-rule-icon.idgham_ghunnah,.tajweed-rule-icon.idgham_wo_ghunnah{background:#169200}.tajweed-rule-icon.idgham_shafawi{background:#58b800}.tajweed-rule-icon.ghunnah{background:#ff7e1e}.tajweed-rule-icon.tafkheem{background:#006994}.tajweed-rule-icon.madda_obligatory_mottasel,.tajweed-rule-icon.madda_obligatory_monfasel{background:#f2007f}.tajweed-rule-icon.madda_normal{background:#537fff}.tajweed-rule-icon.madda_permissible{background:#f38e02}.tajweed-rule-icon.madda_necessary{background:#00008b}.tajweed-new .tafkheem{color:#006994}.tajweed-new .izhar{color:#006400}.tajweed-new .izhar_shafawi{color:#00f}.tajweed-new .ikhafa_shafawi{color:#d500b7}.tajweed-new .ikhafa_shafawi:hover{background-color:#f0a6e6;color:#d500b7}.tajweed-new .ham_wasl,.tajweed-new .slnt,.tajweed-new .laam_shamsiyah{color:#aaa}.tajweed-new .ham_wasl:hover,.tajweed-new .slnt:hover,.tajweed-new .laam_shamsiyah:hover{background-color:#d7d7d7}.tajweed-new .madda_normal{color:#537fff}.tajweed-new .madda_permissible{color:#f38e02}.tajweed-new .madda_necessary{color:#a9045c}.tajweed-new .madda_obligatory,.tajweed-new .madda_obligatory_mottasel,.tajweed-new .madda_obligatory_monfasel{color:#f2007f}.tajweed-new .qalaqah{color:#009ee6}.tajweed-new .qalaqah:hover{background-color:#b3def4;color:#009ee6}.tajweed-new .ikhafa{color:#9400a8}.tajweed-new .ikhafa:hover{background-color:#daa6e1;color:#9400a8}.tajweed-new .iqlab{color:#26bffd}.tajweed-new .iqlab:hover{background-color:#92e5ff;color:#0099c5}.tajweed-new .idgham_shafawi{color:#58b800}.tajweed-new .idgham_shafawi:hover{background-color:#bae890;color:#58b800}.tajweed-new .idgham_ghunnah{color:#169200}.tajweed-new .idgham_ghunnah:hover{background-color:#9ce58e;color:#169200}.tajweed-new .idgham_wo_ghunnah{color:#169200}.tajweed-new .idgham_wo_ghunnah:hover{background-color:#9ce58e;color:#169200}.tajweed-new .idgham_mutajanisayn,.tajweed-new .idgham_mutaqaribayn{color:#a1a1a1}.tajweed-new .idgham_mutajanisayn:hover,.tajweed-new .idgham_mutaqaribayn:hover{background-color:#d7d7d7}.tajweed-new .ghunnah{color:#ff7e1e}.tajweed-new .ghunnah:hover{background-color:#ff7e1e;color:#000}body{--rem: 16}.uthmani{font-family:UthmanicHafs1-Ver17}.arabic{direction:rtl}.saw{color:#f0c}.tafsir{font-size:20px}.tafsir .heading{font-size:larger}.tafsir .translation,.tafsir .arabic{margin-left:5px;margin-right:5px}.tafsir .blue{color:#006d98}.tafsir .red,.tafsir .translation{color:#950000}.tafsir .green,.tafsir root{color:green}.tafsir .brown{color:#707070}.tafsir .reference{color:#f06;font-size:small}.tafsir .gray{color:#999}.tafsir .arabic,.tafsir .quot{color:#57d798}.tafsir h3{margin:10px 0;font-size:larger}.tafsir .page-number{text-align:left;font-size:small;margin:20px 0}.tafsir .poetry{color:#e76c47;margin:12px 0;text-align:center}.tafsir .hlt{color:#57d798}.tafsir .sep{color:#e3120a;text-align:center;margin:12px 0}.suggestion-popup{position:fixed;right:41px;bottom:92px;transform:translate(41px,92px)}.mushaf .mushtabiat{border:.9px dotted lightgray}.border-highlighted{border:1px solid #FF0000!important}[data-location]{display:inline-block;cursor:pointer}.h{color:#57d798}.b{font-weight:700}.diff{overflow:auto}.diff ul{background:#fff;overflow:auto;font-size:13px;list-style:none;margin:0;padding:0;display:table;width:100%}.diff del,.diff ins{display:block;text-decoration:none}.diff li{padding:0;display:table-row;margin:0;height:1em}.diff li.ins{background:#dfd;color:#080}.diff li.del{background:#fee;color:#b00}.diff li:hover{background:#ffc}.diff del,.diff ins,.diff span{white-space:pre-wrap;font-family:courier}.diff del strong{font-weight:400;background:#fcc}.diff ins strong{font-weight:400;background:#9f9}.diff li.diff-comment{display:none}.diff li.diff-block-info{background:none repeat scroll 0 0 gray}.ml-2{margin-left:5px}.ab{color:#0000c8}.at{color:#329632;font-size:1.2em;font-weight:700}.navy,.emph{color:#1301b8}.navy-light,.conj{color:#00f}.seagreen,.v{color:#32bd2f}.seagreen-light{color:#3ece39}.sky,.n{color:#548dd4}.sky-dark,.pron{color:#3f70aa}.sky-light{color:#6f9fdb}.metal{color:#5c7085}.metal-light{color:#70869c}.rust,.p{color:#ad2323}.rust-light{color:#d73535}.gray,.det{color:#575757}.orange,.impv{color:#e37010}.orange-dark,.fut{color:#b65a0d}.inl{color:#e3a10f}.t{color:#89440a}.orange-light{color:#ef7d21}.purple,.adj{color:#8126c0}.purple-light{color:#9a3cd9}.blue,.pn{color:#257e9c}.blue-light{color:#2e9abe}.brown,.dem{color:#bf9f3e}.brown-light{color:#c9ad58}.rose,.intg{color:#fd5162}.rose-light{color:#fd6675}.gold,.rel{color:#817418}.prp{color:#a8a800}.gold-light{color:#97881c}.red,.neg{color:#f4400b}.red-light{color:#f76c44}.green,.voc{color:#1d6914}.green-light{color:#278e1c}.pink{color:#a8017b}.pink-light{color:#d8019c}.silver{color:#b4b4b4}.silver-light{color:#bebebe}.resize-container{display:grid;grid-template-columns:1fr auto 1fr;overflow:hidden}.resizable{border:1px solid #ccc;max-height:950px;overflow-y:auto}.resize-heading{position:sticky;top:0;background:#dedede;z-index:100}.handler{width:10px;margin-right:5px;background-color:#333;cursor:ew-resize;user-select:none}#pdf-container{overflow:auto;position:relative}.mutashabihat [data-action=add]{cursor:pointer}.mutashabihat [data-action=add].active,.mutashabihat [data-action=add]:hover{color:#fff;background:#2ed477}.mutashabihat [data-action=add].active:hover{background:#f46363!important}.mutashabihat [data-action=remove]{cursor:pointer}.mutashabihat [data-action=remove].active,.mutashabihat [data-action=remove]:hover{color:#fff;background:#f46363}.mutashabihat [data-action=remove].active:hover{background:#0a60ff!important}.zoomable{height:100%;display:flex;flex-direction:column}.zoomable #image-container{overflow:auto}.zoomable #zoom-img{transition:transform .3s ease;max-width:100%}.ayah-tajweed-words .border-primary{border-width:3px!important}.proofreading-container{display:none;height:calc(100vh - 100px);border:1px solid #dee2e6;border-radius:4px;overflow:hidden}.proofreading-container.active{display:block}#proofreading-view-switcher .source-buttons{padding:10px 0;background:#fff;z-index:100}.iframe-container{height:100%;width:100%;overflow:auto}.iframe-container iframe{width:100%;height:100%;min-height:600px}#pdf-wrapper{height:100%;overflow:auto}#image-container{height:calc(100% - 120px);overflow:auto;background:#f8f9fa}.text-transliteration{display:flex;flex-wrap:wrap}.text-transliteration .word-group{border:1px solid;margin:5px 10px;padding:10px}.text-transliteration .word-group .word{background-clip:padding-box;border-collapse:collapse;cursor:pointer}.text-transliteration .word-group .word:hover{background:#d1d5db}.text-transliteration .word-group:first-of-type{border-left:0;margin-left:0}.text-transliteration .word-group:last-of-type{border-right:0;margin-right:0}.credits-list{list-style-type:none;padding:0;margin:0}.credits-list li{margin-bottom:10px;line-height:1.5;padding-bottom:10px}.credits-list li:last-child{border-bottom:none}.credits-list a{text-decoration:none;color:#1f2937;font-weight:700}.credits-list a:hover{text-decoration:underline;color:#2ed477}.credits-description{display:block;color:#555;font-style:italic;margin-top:5px}.faq .item{border-bottom:1px solid #6b7280}.faq .item.active .question-icon{transform:rotate(45deg)}.faq .item .question-icon{position:relative;width:1.6rem;height:1.6rem;background-color:#57d798;border-radius:50%;flex-shrink:0;transition:transform .2s cubic-bezier(.4,0,.2,1)}.faq .item .question-icon:after,.faq .item .question-icon:before{width:2px;height:50%;background-color:#fff;position:absolute;left:50%;top:50%;content:"";transform:translate3d(-50%,-50%,0)}.faq .item .question-icon:after{width:50%;height:2px}.faq .item .question{display:flex;align-items:center;justify-content:space-between;color:#374151;text-decoration:none;gap:1rem}.faq .item .question:hover{color:#57d798}.faq .item .answer-wrapper{display:none;padding-bottom:1rem}.faq .item .answer-wrapper a{text-decoration:underline}pre{background:#37352f26;padding:.5rem;margin-top:10px;margin-bottom:10px}.quiz-container{background-color:#f4f4f4;color:#333;display:flex;justify-content:center;align-items:center;text-align:center}.quiz-container .box{max-width:800px;min-height:400px;padding:20px;background-color:#fff;box-shadow:0 4px 8px #0000001a;border-radius:8px;position:relative}@media (max-width: 540px){.quiz-container .more-activities{flex-direction:column}}.quiz-container .quiz{margin-top:30px}.quiz-container .options{display:flex;justify-content:left;margin-top:20px;flex-wrap:wrap}.quiz-container .result{margin-top:20px;font-size:1.2rem;font-weight:700}.quiz-container .shake{animation:shake .5s}.quiz-container .word-box,.quiz-container .blank-box{display:inline-block;padding:5px 10px;margin:5px;border:1px solid #2ED477;border-radius:4px;min-width:50px;min-height:50px;text-align:center}.quiz-container .blank-box{background-color:#f8f9fa;border-color:#f46363;cursor:pointer}.quiz-container .blank-box.correct{border-color:#2ed477}.quiz-container .draggable-word{display:inline-block;padding:5px 10px;margin:5px;border:1px solid #2ED477;background-color:#2ed477;color:#fff;border-radius:4px;cursor:grab}.quiz-container .sortable-ghost{background:#fff;border-style:dotted!important;color:#2ed477;opacity:.7}@keyframes shake{0%{transform:translate(0)}25%{transform:translate(-10px)}50%{transform:translate(10px)}75%{transform:translate(-10px)}to{transform:translate(0)}}.word-match #match-svg{pointer-events:none}.word-match .anchor-dot{display:inline-block;width:10px;height:10px;transition:transform .15s ease,background-color .15s ease,box-shadow .15s ease;cursor:pointer}.word-match .anchor-dot:hover{transform:scale(1.5);background-color:#2ed477!important;box-shadow:0 0 0 4px #19875426}.word-match .anchor-dot.active{background-color:#2ed477!important;box-shadow:0 0 0 4px #19875426;transform:scale(1.5)}.word-match .progress.progress-thin{height:10px}.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{background-color:transparent;border:none;font-size:1em}.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline;list-style:none;padding:0}.select2-container .select2-selection--multiple .select2-selection__clear{background-color:transparent;border:none;font-size:1em}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;margin-left:5px;padding:0;max-width:100%;resize:none;height:18px;vertical-align:bottom;font-family:sans-serif;overflow:hidden;word-break:keep-all}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:#fff;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option--selectable{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0!important;clip:rect(0 0 0 0)!important;-webkit-clip-path:inset(50%)!important;clip-path:inset(50%)!important;height:1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important;white-space:nowrap!important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:700;height:26px;margin-right:20px;padding-right:0}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:#fff;border:1px solid #aaa;border-radius:4px;cursor:text;padding-bottom:5px;padding-right:5px;position:relative}.select2-container--default .select2-selection--multiple.select2-selection--clearable{padding-right:25px}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;font-weight:700;height:20px;margin-right:10px;margin-top:5px;position:absolute;right:0;padding:1px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:inline-block;margin-left:5px;margin-top:5px;padding:0 0 0 20px;position:relative;max-width:100%;overflow:hidden;text-overflow:ellipsis;vertical-align:bottom;white-space:nowrap}.select2-container--default .select2-selection--multiple .select2-selection__choice__display{cursor:default;padding-left:2px;padding-right:5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{background-color:transparent;border:none;border-right:1px solid #aaa;border-top-left-radius:4px;border-bottom-left-radius:4px;color:#999;cursor:pointer;font-size:1em;font-weight:700;padding:0 4px;position:absolute;left:0;top:0}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus{background-color:#f1f1f1;color:#333;outline:none}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__display{padding-left:5px;padding-right:2px}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{border-left:1px solid #aaa;border-right:none;border-radius:0 4px 4px 0}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__clear{float:left;margin-left:10px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--group{padding:0}.select2-container--default .select2-results__option--disabled{color:#999}.select2-container--default .select2-results__option--selected{background-color:#ddd}.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{background-color:#5897fb;color:#fff}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top,white 50%,#eeeeee 100%);background-image:-o-linear-gradient(top,white 50%,#eeeeee 100%);background-image:linear-gradient(to bottom,#fff 50%,#eee);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF",endColorstr="#FFEEEEEE",GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:700;height:26px;margin-right:20px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top,#eeeeee 50%,#cccccc 100%);background-image:-o-linear-gradient(top,#eeeeee 50%,#cccccc 100%);background-image:linear-gradient(to bottom,#eee 50%,#ccc);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE",endColorstr="#FFCCCCCC",GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:4px 0 0 4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top,white 0%,#eeeeee 50%);background-image:-o-linear-gradient(top,white 0%,#eeeeee 50%);background-image:linear-gradient(to bottom,#fff,#eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF",endColorstr="#FFEEEEEE",GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top,#eeeeee 50%,white 100%);background-image:-o-linear-gradient(top,#eeeeee 50%,white 100%);background-image:linear-gradient(to bottom,#eee 50%,#fff);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE",endColorstr="#FFFFFFFF",GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:#fff;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0;padding-bottom:5px;padding-right:5px}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;display:inline-block;margin-left:5px;margin-top:5px;padding:0}.select2-container--classic .select2-selection--multiple .select2-selection__choice__display{cursor:default;padding-left:2px;padding-right:5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{background-color:transparent;border:none;border-top-left-radius:4px;border-bottom-left-radius:4px;color:#888;cursor:pointer;font-size:1em;font-weight:700;padding:0 4px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555;outline:none}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__display{padding-left:5px;padding-right:2px}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{border-radius:0 4px 4px 0}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option--group{padding:0}.select2-container--classic .select2-results__option--disabled{color:gray}.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}.toast-title{font-weight:700}.toast-message{-ms-word-wrap:break-word;word-wrap:break-word}.toast-message a,.toast-message label{color:#fff}.toast-message a:hover{color:#ccc;text-decoration:none}.toast-close-button{position:relative;right:-.3em;top:-.3em;float:right;font-size:20px;font-weight:700;color:#fff;-webkit-text-shadow:0 1px 0 #ffffff;text-shadow:0 1px 0 #ffffff}.toast-close-button:hover,.toast-close-button:focus{color:#000;text-decoration:none;cursor:pointer}button.toast-close-button{padding:0;cursor:pointer;background:transparent;border:0;-webkit-appearance:none}.toast-top-center{top:0;right:0;width:100%}.toast-bottom-center{bottom:0;right:0;width:100%}.toast-top-full-width{top:0;right:0;width:100%}.toast-bottom-full-width{bottom:0;right:0;width:100%}.toast-top-left{top:12px;left:12px}.toast-top-right{top:12px;right:12px}.toast-bottom-right{right:12px;bottom:12px}.toast-bottom-left{bottom:12px;left:12px}#toast-container{position:fixed;z-index:999999}#toast-container *{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}#toast-container>div{position:relative;overflow:hidden;margin:0 0 6px;padding:15px 15px 15px 50px;width:300px;-moz-border-radius:3px 3px 3px 3px;-webkit-border-radius:3px 3px 3px 3px;border-radius:3px;background-position:15px center;background-repeat:no-repeat;-moz-box-shadow:0 0 12px #999999;-webkit-box-shadow:0 0 12px #999999;box-shadow:0 0 12px #999;color:#fff;opacity:1}#toast-container>div:hover{-moz-box-shadow:0 0 12px #000000;-webkit-box-shadow:0 0 12px #000000;box-shadow:0 0 12px #000;cursor:pointer}#toast-container>.toast-info{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=)!important;background-color:var(--bs-info)}#toast-container>.toast-error{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=)!important;background-color:var(--bs-danger)}#toast-container>.toast-success{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==)!important;background-color:var(--bs-success)}#toast-container>.toast-warning{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=)!important;background-color:var(--bs-warning)}#toast-container.toast-top-center>div,#toast-container.toast-bottom-center>div{width:300px;margin-left:auto;margin-right:auto}#toast-container.toast-top-full-width>div,#toast-container.toast-bottom-full-width>div{width:96%;margin-left:auto;margin-right:auto}.toast{background-color:#030303}@media all and (max-width: 240px){#toast-container>div{padding:8px 8px 8px 50px;width:11em}#toast-container .toast-close-button{right:-.2em;top:-.2em}}@media all and (min-width: 241px) and (max-width: 480px){#toast-container>div{padding:8px 8px 8px 50px;width:18em}#toast-container .toast-close-button{right:-.2em;top:-.2em}}@media all and (min-width: 481px) and (max-width: 768px){#toast-container>div{padding:15px 15px 15px 50px;width:25em}}@font-face{font-family:Open Sauce Sans;src:local("Open Sauce One"),url(/assets/OpenSauceOne-Regular-3bc35689959ae75d4f2d1ebd1c07911e713546c326b11ed7f0c85b3d5eded0aa.woff2),url(/assets/OpenSauceOne-Regular-057597dc6af959d45465636c636247c4cd4f739e54924a54707eede99bde85df.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}body{overflow-x:hidden}.btn-rounded{border-radius:66px}.sidescroll-container{padding:0 max(1rem,(100vw - 1680px) / 2 + 1rem);cursor:grab;user-select:none;-webkit-user-select:none;-ms-overflow-style:none;scrollbar-width:none;scroll-snap-type:x mandatory}.sidescroll-container::-webkit-scrollbar{display:none}.sidescroll-container:active{cursor:grabbing}.dropdown-toggle,.dropdown-item{color:#000}.btn-link{text-decoration:none}.btn-link:hover{text-decoration:underline}.btn-dark-hover:hover{background-color:#fff;color:#1c1919;border:1px solid #1c1919}.flex-center{display:flex;justify-content:center;align-items:center}.mb-8{margin-bottom:5rem!important}.px-8{padding-left:5rem!important;padding-right:5rem!important}@media (max-width: 768px){.p-md-0{padding:0!important}.py-md-3{padding-top:1rem!important;padding-bottom:1rem!important}.devise-links{font-size:small}}.device-container{min-height:100vh;display:flex;align-content:flex-start;overflow-x:hidden}.device-container canvas{width:1500px;height:800px!important}.device-container .left{position:relative;background-color:#000;border-radius:30px;height:85vh;z-index:1;overflow:hidden}@media (max-width: 540px){.device-container .left{height:40vh;padding:0!important}}@media (max-width: 540px){.device-container .left .qul-tag-wrapper{top:50%;left:50%;transform:translate(-50%,-50%)}}.device-container .right{display:flex;flex-direction:column;gap:25px;z-index:100}.nav-tabs-clean{height:45px;border-bottom:none}.nav-tabs-clean .nav-item .nav-link{border-radius:0;border:0;height:45px;display:flex;align-items:center;border-bottom:1px solid transparent}.nav-tabs-clean .nav-item .nav-link.active{border-bottom:1px solid #343a40;color:#343a40}.nav-tabs-clean .nav-item .nav-link:hover{color:#343a40}.card-container{display:grid;grid-template-columns:1fr}.card-container>a{color:#fff;text-decoration:none}@media (min-width: 720px){.card-container{grid-template-columns:1fr 1fr}}@media (min-width: 1440px){.card-container{grid-template-columns:repeat(auto-fill,minmax(400px,1fr))}}a.tool-card-with-bg{text-decoration:none;color:#fff;text-shadow:0 0 4px rgba(0,0,0,.2)}.tool-card-with-bg{height:500px;background-repeat:no-repeat!important;background-size:cover;background-position:center;position:relative}.tool-card-with-bg .overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#00000080;z-index:0;border-radius:inherit}.tool-card-with-bg .overlay~*{position:relative;color:#fff}.tool-card-with-bg img{width:200px;height:200px}.tool-card-with-bg .word img{width:auto;height:auto}.tool-card-with-bg.segments,.tool-card-with-bg.recitation,.tool-card-with-bg.card-recitations{background-image:url(/assets/tools-cards/timestamp-4ae74174130ec3d7273f3f7a8bcb8e4717cd7192a13ae63565bbd1fefb6f33e9.webp)}.tool-card-with-bg.mushaf-layout,.tool-card-with-bg.page-layout,.tool-card-with-bg.card-mushaf-layouts{backdrop-filter:brightness(1.2);background-image:linear-gradient(#f5deb34d,#00000080),url(/assets/tools-cards/mushaf-layout-1bb3185bddb0cccdb8ad05e8ce2407ebc842513a23217342db829664bc88c44c.webp)}.tool-card-with-bg.mutashabihat{background-image:linear-gradient(#0000004d,#00000080),url(/assets/tools-cards/mutashabihat-2bc1d24ff551a2235e75ab05ab3db1b8406cda8a924e4216a501ec63f06e12bd.webp)}.tool-card-with-bg.quranic-text{background-image:linear-gradient(#0006,#00000080),url(/assets/tools-cards/quran-8d694e76b6fea497f64e44cc413ac0be60e62f548b3ab4a98eadeef4b80bc085.webp)}.tool-card-with-bg.translation{background-image:url(/assets/tools-cards/translation-d08321d701687bd6550c60596887e9296f221728a4ac9cc6849efc1e41dcd215.webp)}.tool-card-with-bg.transliteration{background-image:url(/assets/tools-cards/transliteration-d08321d701687bd6550c60596887e9296f221728a4ac9cc6849efc1e41dcd215.webp)}.tool-card-with-bg.fonts{background-image:url(/assets/tools-cards/transliteration-d08321d701687bd6550c60596887e9296f221728a4ac9cc6849efc1e41dcd215.webp)}.tool-card-with-bg.tafsirs{background-image:linear-gradient(#a38860cc,#826d4d80),url(/assets/tools-cards/tafsirs-4f81889e8be6e7b93d7f649444c9dafdd66f1644652161c899ccde6767b82cd2.webp)}.tool-card-with-bg.metadata{background-image:url(/assets/tools-cards/meta-3c7644b8d9d3a91519b9c9bbf2f434b55da097b6eed830b8511276a0cf0121c5.webp)}.tool-card-with-bg.surah-info{background-image:linear-gradient(#431b74cc,#5c2d8acc),url(/assets/tools-cards/surah-info-84652dc31631324933cdefd9ce841c65fb275a3b1e539317495d8239fd4ca65a.webp)}.tool-card-with-bg.ayah-topics{background-image:url(/assets/tools-cards/meta-3c7644b8d9d3a91519b9c9bbf2f434b55da097b6eed830b8511276a0cf0121c5.webp)}.tool-card-with-bg.grammar-morphology{background-image:linear-gradient(#c44900cc,#43253480),url(/assets/tools-cards/grammar-848592d96ef7c0556349173d14e416119993b8ac23e6ab2c786a15d2f733beeb.webp)}.tool-card-with-bg.pattern1{background-image:url(/assets/svg/pattern-1-099e1af51cb604924b7c3d34edf4c3d6417c46a83010bdb5a9ebb63e5f53f287.svg),linear-gradient(#636e72cc,#0984e3)}.tool-card-with-bg.pattern2{background-image:url(/assets/svg/pattern-4-35b15a3cbdbb3f4b15cf2187ff781b9af48b6b7c252b3504f65f03f9c33515b4.svg),linear-gradient(#218c74,#84817a)}.tool-card-with-bg.pattern3{background-image:url(/assets/svg/pattern-3-275e203c7cf43e9275c5c4779ccdf4fc57c7773aa5b8b7f1e2a6c24266a077fb.svg),linear-gradient(#d63031,#9a031e4d)}.tool-card-with-bg.pattern4{background-image:url(/assets/svg/pattern-4-35b15a3cbdbb3f4b15cf2187ff781b9af48b6b7c252b3504f65f03f9c33515b4.svg),linear-gradient(#fd79a8,#0984e3)}.tool-card-with-bg.pattern5{background-image:url(/assets/svg/pattern-4-35b15a3cbdbb3f4b15cf2187ff781b9af48b6b7c252b3504f65f03f9c33515b4.svg),linear-gradient(#00b894,#0984e3)}.tool-card-with-bg.pattern6{background-image:url(/assets/svg/pattern-4-35b15a3cbdbb3f4b15cf2187ff781b9af48b6b7c252b3504f65f03f9c33515b4.svg),linear-gradient(#3ae374,#7158e2)}.tool-card-with-bg.pattern7{background-image:url(/assets/svg/pattern-4-35b15a3cbdbb3f4b15cf2187ff781b9af48b6b7c252b3504f65f03f9c33515b4.svg),linear-gradient(#fd79a8,#ff793f)}.tool-card-with-bg.pattern8{background-image:url(/assets/svg/pattern-4-35b15a3cbdbb3f4b15cf2187ff781b9af48b6b7c252b3504f65f03f9c33515b4.svg),linear-gradient(#ff9f1a,#ff3838)}.tool-card-with-bg.pattern9{background-image:url(/assets/svg/pattern-4-35b15a3cbdbb3f4b15cf2187ff781b9af48b6b7c252b3504f65f03f9c33515b4.svg),linear-gradient(#2c2c54,#cd6133)}.tool-card-with-bg.pattern10{background-image:url(/assets/svg/pattern-4-35b15a3cbdbb3f4b15cf2187ff781b9af48b6b7c252b3504f65f03f9c33515b4.svg),linear-gradient(#b33939,#34ace0)}@media (max-width: 720px){.tool-card-with-bg img{width:100px;height:100px}}.search-wrapper .resource-search-input{padding:10px 24px 10px 50px;width:300px;height:50px;border-radius:50px;border:1px solid #979797;background:#fff;border-width:1px}.search-wrapper .resource-search-input:focus{outline-color:#57d798}.custom-breadcrumb{list-style:none;padding:0;margin:0;text-align:center;display:flex;flex-wrap:wrap}@media (min-width: 720px){.custom-breadcrumb{text-align:start;justify-content:start}}.custom-breadcrumb .breadcrumb-link{color:#6c757d;position:relative;padding-right:10px}.custom-breadcrumb .breadcrumb-link:not(:last-child):after{content:">";color:#6c757d;margin-left:10px}.custom-breadcrumb .breadcrumb-link:hover{color:#000}.custom-breadcrumb .breadcrumb-link.active{font-weight:700;cursor:default}.custom-breadcrumb .breadcrumb-link:not(.active){cursor:pointer}.qul-tag{font-family:Inter;font-size:10px;display:flex;flex-direction:column;line-height:1.1}.toggle-password{position:absolute;cursor:pointer;top:18px;right:15px}.tools-help h2{font-size:24px;text-align:center;margin-bottom:30px}.tools-help h3{font-size:20px;margin-bottom:20px}.tools-help .step{background-color:#fff;border:1px solid #ccc;border-radius:8px;padding:20px;margin-bottom:20px;box-shadow:0 2px 10px #0000001a}.tools-help .step .step-title{cursor:pointer}.tools-help .step h4{font-size:18px;margin-bottom:0}.tools-help .step p{font-size:16px;margin-bottom:20px}.tools-help .step .screenshot{text-align:center}.tools-help .step .screenshot img{max-width:100%;height:auto;border-radius:8px;border:1px solid #ddd;box-shadow:0 2px 5px #0000001a}[aria-expanded=true] .collapsed-reveal{display:none}[aria-expanded=true] .collapsed-hidden,[aria-expanded=false] .collapsed-reveal{display:unset}[aria-expanded=false] .collapsed-hidden{display:none}.animate-spin{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}#audio-player button[disabled]{opacity:.5;cursor:not-allowed}#current-ayah{position:relative}.highlight-span{position:absolute;background-color:#22c55e99;border-radius:.25rem;transition:all .25s ease;pointer-events:none;z-index:0}.dropdown{position:relative;display:inline-block}.dropdown-toggle{position:relative;cursor:pointer}.dropdown-toggle:after{content:"";display:inline-block;width:0;height:0;margin-left:.255em;vertical-align:.255em;border-top:.3em solid;border-right:.3em solid transparent;border-bottom:0;border-left:.3em solid transparent}.dropdown-toggle[aria-expanded=true]:after{transform:rotate(180deg)}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;min-width:10rem;padding:.5rem 0;margin:.125rem 0 0;font-size:.875rem;color:#000;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.15);border-radius:.25rem;box-shadow:0 .5rem 1rem #0000002d}.dropdown-menu.show{display:block}.dropdown-menu .dropdown-item{display:block;width:100%;padding:.25rem 1rem;clear:both;font-weight:400;color:#000;text-align:inherit;text-decoration:none;white-space:nowrap;background-color:transparent;border:0;cursor:pointer}.dropdown-menu .dropdown-item:hover,.dropdown-menu .dropdown-item:focus{color:#000;background-color:#f8f9fa;text-decoration:none}.dropdown-menu .dropdown-item.active,.dropdown-menu .dropdown-item:active{color:#fff;background-color:#0d6efd;text-decoration:none}.dropdown-menu .dropdown-item.disabled,.dropdown-menu .dropdown-item:disabled{color:#999;pointer-events:none;background-color:transparent}.dropdown-menu.dropdown-menu-end{right:0;left:auto}.dropdown-menu.dropdown-menu-top{top:auto;bottom:100%;margin-top:0;margin-bottom:.125rem}.dropdown-divider{height:0;margin:.5rem 0;overflow:hidden;border-top:1px solid rgba(0,0,0,.15)}.dropdown-header{display:block;padding:.5rem 1rem;margin-bottom:0;font-size:.75rem;color:#666;white-space:nowrap}@media (max-width: 576px){.dropdown-menu{min-width:calc(100vw - 2rem);max-width:calc(100vw - 2rem)}}.dropdown-menu{transition:opacity .15s ease-in-out,transform .15s ease-in-out;transform:scale(.95);opacity:0}.dropdown-menu.show{transform:scale(1);opacity:1}@media (prefers-color-scheme: dark){.dropdown-menu{background-color:#2d3748;color:#f7fafc;border-color:#4a5568}.dropdown-menu .dropdown-item{color:#f7fafc}.dropdown-menu .dropdown-item:hover,.dropdown-menu .dropdown-item:focus{color:#fff;background-color:#4a5568}.dropdown-menu .dropdown-item.active,.dropdown-menu .dropdown-item:active{background-color:#3182ce}.dropdown-menu .dropdown-item.disabled,.dropdown-menu .dropdown-item:disabled{color:#a0aec0}.dropdown-menu .dropdown-header{color:#a0aec0}.dropdown-menu .dropdown-divider{border-top-color:#4a5568}}html,body{height:100%}.select2-container .select2-selection--single{height:38px!important}.select2-selection__rendered{line-height:38px!important}.select2-selection__clear,.select2-selection__arrow{height:38px!important}.select2-search__field:focus{outline:none!important}.form-floating .select2-container{padding:17px 0 0 5px}.form-floating .select2-selection{border:none}@media (min-width: 720px){.narrow-container{margin:0 auto;width:100%;max-width:700px!important}}@media (min-width: 920px){.narrow-container{max-width:900px!important}}@media (max-width: 640px){.tools-table-overflow{overflow-x:auto}}
