/* @font-face {
  font-family: "Shaikh Hamdullah Mushaf";
  src: url(../fonts/ShaikhHamdullahMushaf.eot);
  src: url(../fonts/ShaikhHamdullahMushaf.eot?#iefix)
      format("embedded-opentype"),
    url(../fonts/ShaikhHamdullahMushaf.woff2) format("woff2"),
    url(../fonts/ShaikhHamdullahMushaf.woff) format("woff"),
    url(../fonts/ShaikhHamdullahMushaf.ttf) format("truetype"),
    url(../fonts/ShaikhHamdullahMushaf.svg#ShaikhHamdullahMushaf) format("svg");
  font-weight: 400;
  font-style: normal;
} */

@font-face {
	font-family: surahnames;
	src:
		url("/fonts/surah-names/sura_names.woff2"),
		url("/fonts/surah-names/sura_names.woff") format("woff");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "UthmanicHafs";
	src: url(../fonts/UthmanicHafs_V22.woff2);
	font-style: normal;
}

html {
	position: relative;
	height: 100%;
}
body {
	min-height: 100%;
	display: flex;
	flex-direction: column;
}

body.dark-theme {
	color-scheme: dark;
}

a {
	color: #191919;
	text-decoration: none !important;
}

body,
button,
input {
	font-family: "Inter", sans-serif;
	accent-color: #328e5d;
	color-scheme: auto;
}

input[type="radio"],
input[type="checkbox"] {
	width: 16px;
	height: 16px;
}

a:hover {
	color: inherit;
	transition: all 200ms;
}

.sepia-theme {
	background: #faedd9;
	color: #532302;
}

.sepia-theme a {
	color: #532302 !important;
}

.sepia-theme .jumbotron-ozel {
	background: url(../images/background-sepia.jpg) no-repeat;
	background-size: cover;
}

.sepia-theme .verse-action a {
	color: #8d703c !important;
}

.sepia-theme .verse-action a.active,
.sepia-theme .verse-action a:hover {
	background: #8d703c !important;
	color: #fff !important;
}

.sepia-theme .SettingPanel {
	background: #f8f3ea;
	border-left: 1px solid #f2e3cc;
}

.sepia-theme .surah-list-item .sure_link {
	border: 1px solid #e2c496;
	background: #f8e5cb;
}

.sepia-theme .surah-list-item .sure_link:hover {
	color: #532302;
	background: linear-gradient(-90deg, #ffe8c6, #fff5e7) !important;
	border-color: #cfbb9d;
}

.sepia-theme .surah-list-item .sure_link .surah-number {
	border-color: #ebc68f;
	background-color: #f8dfc0;
}

.sepia-theme .surah-list-item .sure_link:hover .surah-number {
	color: #532302 !important;
}

.sepia-theme .surah-list-item .sure_link .surah-info,
.sepia-theme .surah-list-item .sure_link .icon_surah,
.sepia-theme .footer ul li a,
.sepia-theme .footer h4,
.sepia-theme .footer p.small {
	color: #8d703c !important;
}

.sepia-theme .navbar {
	background: #fbebd2 !important;
	border-bottom: 1px solid #f2e3cc !important;
	color: #532302 !important;
}

.sepia-theme .navbar-brand {
	color: #532302 !important;
}

.sepia-theme .navbar .form-control {
	background: #f8f3ea;
	border-color: #f2e3cc;
	color: #532302;
}

.sepia-theme .navbar .form-control::-webkit-input-placeholder,
.sepia-theme .Searchbox .form-control::-webkit-input-placeholder {
	color: #8d703c;
}

.sepia-theme .navbar .form-control::-moz-placeholder,
.sepia-theme .Searchbox .form-control::-moz-placeholder {
	color: #8d703c;
}

.sepia-theme .navbar .form-control:-ms-input-placeholder,
.sepia-theme .Searchbox .form-control:-ms-input-placeholder {
	color: #8d703c;
}

.sepia-theme .navbar .form-control::-ms-input-placeholder,
.sepia-theme .Searchbox .form-control::-ms-input-placeholder {
	color: #8d703c;
}

.sepia-theme .navbar .form-control::placeholder,
.sepia-theme .Searchbox .form-control::placeholder {
	color: #8d703c;
}

.sepia-theme .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%23532202' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.sepia-theme .btn-info {
	background-color: #b48f48 !important;
	border-color: #f2e3cc;
	color: #f2e3cc;
}

.sepia-theme .jumbotron-ozel .Searchbox {
	background-color: #f8f3ea;
	color: #532302;
}

.sepia-theme .jumbotron-ozel .Searchbox .btn-info {
	border-color: #f8f3ea;
}

.sepia-theme .jumbotron-ozel .Searchbox .form-control {
	color: #532302;
}

.sepia-theme .Verses .verse-active {
	background: #f2e3cc;
}

.sepia-theme .quick-action,
.sepia-theme .quick-action .seperator {
	border-color: #f2e3cc;
	color: #967f5d;
}

.sepia-theme .surah-list .surah-title {
	color: #967f5d;
}

.sepia-theme .mobile-quick-action {
	border: 1px solid #f2e3cc;
}

.sepia-theme .card,
.sepia-theme .dropdown-menu {
	background-color: #f8f3ea !important;
}

.sepia-theme .table td,
.sepia-theme .table th,
.sepia-theme .table thead th {
	border-color: #f2e3cc;
}

.sepia-theme .SettingPanel a {
	color: #532302;
}

.sepia-theme .PanelFooter .btn {
	background-color: #8d703c;
	border-color: #8d703c;
	color: #fff;
}

.sepia-theme .dropdown-item:focus,
.sepia-theme .dropdown-item:hover {
	background-color: #f2e3cc;
}

.sepia-theme .quick-action .seperator {
	border-left: 1px solid #f2e3cc;
}
.sepia-theme .footer ul li a {
	color: #8d703c !important;
}
.sepia-theme .footer h4,
.sepia-theme .footer p.small {
	color: #8d703c !important;
}
.sepia-theme .Verses .verse .verse-translator a {
	color: #ae966b !important;
}

.sepia-theme input[type="text"].form-control {
	background: #f8f3ea !important;
	border-color: #c2b1a6 !important;
	color: #532302 !important;
}

.sepia-theme li.list-group-item {
	background: #f8f3ea !important;
	border-color: #bbaa9f !important;
}

.sepia-theme .verse-action a {
	color: #8d703c !important;
	background: #f8e5cb !important;
}

.sepia-theme .verse-action a.play {
	background: #8d703c !important;
	color: #f8e5cb !important;
}

.sepia-theme .footer-theme-selector {
	background: #f8e5cb !important;
	border-color: #bbaa9f !important;
	color: #532302 !important;
}

.sepia-theme .footer {
	background: #f8e5cb !important;
	border-top: 1px solid #dfc8b9 !important;
	color: #532302 !important;
}

/* Dark Theme */
.dark-theme {
	background: #111;
	color: #ffffff;
}
.dark-theme .mushaf_verse_no {
	color: #fff;
}
.dark-theme .mushaf_verse_no:hover {
	color: #98c4c4;
}
.dark-theme .Verses .verse {
	border-bottom: 1px solid #2b2b2b90;
}
.dark-theme .fihrist a,
.dark-theme .surah-list a,
.dark-theme .quick-action a,
.dark-theme .reciters-group a {
	color: #ffffff !important;

	&:hover {
		color: #d0d0d0 !important;
	}
}
.dark-theme .verse-translator {
	color: #656565 !important;
}
.dark-theme .verse-translator a {
	color: #656565 !important;
}
.dark-theme nav.navbar {
	background: #111111e6 !important;
	border-bottom: 1px solid #2b2b2b70 !important;
	color: #ffffff !important;
}
.dark-theme .navbar a {
	color: #ffffff !important;
}
.dark-theme .navbar .form-control {
	background: #333;
	border-color: #0a0a0a7a;
	color: #ffffff;
}
.dark-theme .navbar .form-control::-webkit-input-placeholder {
	color: #999999;
}
.dark-theme .navbar .form-control::-moz-placeholder {
	color: #999999;
}
.dark-theme .navbar .form-control:-ms-input-placeholder {
	color: #999999;
}
.dark-theme .navbar .form-control::-ms-input-placeholder {
	color: #999999;
}
.dark-theme .navbar .form-control::placeholder {
	color: #999999;
}
.dark-theme .navbar-brand {
	color: #ffffff !important;
}
.dark-theme .navbar-brand {
	color: #ffffff !important;
}
.dark-theme .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.dark-theme .btn-info {
	background-color: #111;
	border-color: #0a0a0a7a;
	color: #ffffff;
}
.dark-theme .jumbotron-ozel .Searchbox {
	background-color: #111111;
	color: #ffffff;
}
.dark-theme .Searchbox .form-control::-webkit-input-placeholder {
	color: #ffffff;
}
.dark-theme .Searchbox .form-control::-moz-placeholder {
	color: #ffffff;
}
.dark-theme .Searchbox .form-control:-ms-input-placeholder {
	color: #ffffff;
}
.dark-theme .Searchbox .form-control::-ms-input-placeholder {
	color: #ffffff;
}
.dark-theme .Searchbox .form-control::placeholder {
	color: #ffffff;
}
.dark-theme .jumbotron-ozel .Searchbox .btn-info {
	border-color: #111;
}
.dark-theme .jumbotron-ozel .Searchbox .form-control {
	color: #ffffff;
}
.Searchbox .form-control::-webkit-input-placeholder {
	color: #ffffff;
}
.Searchbox .form-control::-moz-placeholder {
	color: #ffffff;
}
.Searchbox .form-control:-ms-input-placeholder {
	color: #ffffff;
}
.Searchbox .form-control::-ms-input-placeholder {
	color: #ffffff;
}
.Searchbox .form-control::placeholder {
	color: #ffffff;
}
.dark-theme .Verses .verse-active {
	background: #171717;
}
.dark-theme .quick-action {
	border-bottom: 1px solid #1e1e1e;
}
.dark-theme .mobile-quick-action {
	border: 1px solid #444;
}
.card {
	border-radius: 14px;
	overflow: hidden;
}
.dark-theme .card {
	background-color: #1b1b1b !important;
}
.dark-theme .table td,
.dark-theme .table th,
.dark-theme .table thead th {
	border-color: #222;
}
.dark-theme .SettingPanel {
	background: #1e1e1e;
	border-left: 1px solid #262626;
}
.dark-theme .SettingPanel a {
	color: #ffffff;
}
.dark-theme .PanelFooter .btn {
	background-color: #98c4c4;
	border-color: #98c4c4;
	color: #000;
}
.dark-theme .dropdown-menu {
	background-color: #222;
}
.dark-theme .dropdown-item:focus,
.dark-theme .dropdown-item:hover {
	background-color: #1b1b1b;
}
.dark-theme .quick-action .seperator {
	border-left: 1px solid #1e1e1e;
}
.dark-theme .footer ul li a {
	color: #757575 !important;
}
.dark-theme .footer h4,
.dark-theme .footer p.small {
	color: #888 !important;
}
.dark-theme .navbar-shadow {
	box-shadow: 0px 0px 5px #2d2d2d;
}
.dark-theme .sure-bilgisi {
	color: #212529;
	color-scheme: dark;
}
.dark-theme .arama-kutusu-sure-listesi-wrapper {
	background-color: #222;
}
.dark-theme ul.arama-kutusu-sure-listesi li:not(:last-child) {
	border-color: #333;
}
.dark-theme ul.arama-kutusu-sure-listesi li a {
	color: #a8ffb0;
	background: transparent;
}
.dark-theme .surah_link .surah-info {
	color: #a7a7a7;
}
.dark-theme .surah-list-item .sure_link {
	border: 1px solid #3f4447;
}
.dark-theme .surah-list-item .sure_link:hover {
	color: #e5e5e5;
	background: linear-gradient(45deg, #2d2d2d, #000000) !important;
	border-color: #868686;
}
.dark-theme .surah-list-item .sure_link .surah-number {
	border-color: #3f4447;
	background-color: #3f444750;
}
.dark-theme .surah-list-item .sure_link:hover .surah-number {
	color: #e5e5e5 !important;
}
.dark-theme .quick-action,
.dark-theme .surah-list {
	-webkit-filter: grayscale(0.3);
	filter: grayscale(0.3);
}
.dark-theme .sure-bilgisi .aciklama {
	background: #191919;
	color: #f1f1f1;
}
.dark-theme .sure-bilgisi .sure-hakkinda {
	background: #222;
	color: #fff;
}
/* normal */
.jumbotron-ozel {
	background: url(../images/background-green.jpg) no-repeat;
	background-size: cover;
	margin-bottom: 20px;
}
.jumbotron-ozel img {
	width: 40%;
	max-width: 200px;
	min-width: 100px;
}
.jumbotron-ozel .Searchbox {
	background-color: #fff;
	padding: 8px 10px;
	border-radius: 28px;
	border: 2px solid transparent;
	transition: all 120ms;
}
.jumbotron-ozel .Searchbox .form-control {
	border: none;
	border-radius: 28px;
	background: transparent;
	color: currentColor;
}
.Searchbox .form-control::-webkit-input-placeholder {
	color: currentColor;
}
.Searchbox .form-control::-moz-placeholder {
	color: currentColor;
}
.Searchbox .form-control:-ms-input-placeholder {
	color: currentColor;
}
.Searchbox .form-control::-ms-input-placeholder {
	color: currentColor;
}
.Searchbox .form-control::placeholder {
	color: currentColor;
}
.jumbotron-ozel .Searchbox .input-group-btn button {
	border-radius: 50%;
	width: 38px;
	height: 38px;
	padding: 0;
}
.jumbotron-ozel h3 {
	font-weight: 400;
}
.dd-mini-text {
	font-size: 13px;
}
.quick-action {
	border-bottom: 1px solid #efefef;
	color: #999;
	font-weight: 400;
	line-height: 38px;
}
.quick-action a:hover {
	text-decoration: underline !important;
}
.quick-action .seperator {
	color: #d3d9df;
	margin-left: 5px;
	border-left: 1px solid #efefef;
}
.surah-list .surah-title {
	color: #999;
}

:root {
	--surah-list-colum-size: 1;
	--surah-list-gap: 10px;
}

@media (min-width: 768px) {
	:root {
		--surah-list-colum-size: 2;
		--surah-list-gap: 12px;
	}
}

@media (min-width: 1200px) {
	:root {
		--surah-list-colum-size: 3;
		--surah-list-gap: 15px;
	}
}

.surah-list-wrapper {
	display: grid;
	grid-template-columns: repeat(var(--surah-list-colum-size), 1fr);
	gap: var(--surah-list-gap);
}

.surah-list-item .sure_link {
	display: flex;
	flex-direction: row;
	margin-bottom: 0;
	padding: 10px 16px;
	align-items: center;
	border: 1px solid #cbcbcb;
	border-radius: 5px;
	white-space: nowrap;
	line-height: normal;
}

.surah-list-item .sure_link:hover {
	background: linear-gradient(270deg, #f1f1f1, #fdfdfd);
	border-color: #c5c5c5;
}

.surah-list-item .sure_link .surah-info {
	color: #575757;
}

.surah-list-item .sure_link .surah-number {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 33px;
	height: 33px;
	border: 1px solid #dfdfdf;
	background: #f3f3f3;
	border-radius: 8px;
	transform: rotate(45deg);
	font-size: 12px;
	margin-right: 15px;
}

.surah-list-item .sure_link .surah-number span {
	transform: rotate(-45deg);
}
.surah-list-item .sure_link .surah-name {
	display: flex;
	flex-direction: column;
	font-weight: 500;
	gap: 4px;
}
.surah-list .surah-info {
	display: flex;
	gap: 2px;
	font-size: 12px;
	font-weight: 400;
}
.surah-list .surah-info .nuzul-yeri {
	line-height: normal;
}
.surah-list-item .sure_link .icon_surah {
	font-family: surahnames;
	font-size: 18px;
	display: flex;
	align-items: center;
	margin-left: auto;
	margin-top: 6px;
}
.chapter-name {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 20px;
}
.chapter-name .icon_surah {
	font-family: surahnames;
	font-size: 48px;
}
.footer {
	color: #919191;
	padding: 30px 0;
	margin-top: 2.5rem;
}
.footer h4 {
	font-size: 14px;
	margin-bottom: 16px;
	margin-top: 20px;
	font-weight: 600;
	color: #636363;
}
.footer ul li {
	margin-bottom: 8px;
	font-size: 14px;
}
.footer ul li a {
	color: currentColor;
}
.footer ul li a:hover {
	text-decoration: underline !important;
}
.remove-bg {
	background: none;
	color: currentColor;
}
.sure-nav-dropdown {
	overflow-x: auto;
	height: auto;
	max-height: 330px;
}
.dd-goto-ayah .sure-nav-dropdown a {
	padding: 8px;
	text-align: center;
}
.input-goto-ayah {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: textfield;
	&::-webkit-inner-spin-button,
	&::-webkit-outer-spin-button {
		-webkit-appearance: none;
		margin: 0;
	}
	text-align: center;
	border-radius: 8px;
}
.form-control {
	outline: 0;
	box-shadow: none !important;
}
button {
	outline: 0;
	box-shadow: none !important;
}
#Header {
	border-bottom: 1px rgba(0, 0, 0, 0.07) solid;
	z-index: 99;
	font-weight: 500;
}
#Header .navbar-collapse li a i.fas {
	padding-left: 6px;
	padding-right: 6px;
}
.Verses .verse {
	border-bottom: 1px solid #f0f0f0;
	position: relative;
}
.Verses .verse .verse-translate {
	font-size: var(--latin-font-size, 18px);
	line-height: 1.8;
}
.Verses .verse .verse-translator {
	font-size: 14px;
	font-weight: 400;
	color: #b3b3b3;
}
.Verses .verse .verse-translator a {
	color: #999;
}
.Verses .verse .verse-translator a:hover {
	color: #00b655;
}
.Verses .verse .verse-text {
	font-family: "UthmanicHafs", sans-serif;
	font-size: var(--arabic-font-size, 38px);
	line-height: 1.8;
	direction: rtl;
	text-align: right;
}
.basmala .verse-text {
	font-family: "UthmanicHafs", sans-serif;
	font-size: var(--arabic-font-size, 38px);
	margin-bottom: 10px;
	direction: rtl;
}
.Verses .verse .verse-number {
	font-family: "UthmanicHafs", sans-serif;
}
.Verses .verse-active {
	background: #f5fbf7;
}
.Verses .verse-anchor {
	margin-top: -22px;
	position: absolute;
}
.Verses .verse-action {
	display: flex;
	align-items: center;
	gap: 1rem;
	opacity: 0.7;
}
.Verses .verse-action a {
	font-size: 14px;
	color: #999;
}
.Verses .verse-action .ayah-listen,
.Verses .verse-action .copy {
	min-width: 32px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	border-radius: 6px;
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
	overflow: hidden;
	transition: all 700ms;
}

.Verses .verse-action .copy .copy-message {
	display: none;
	color: rgb(247, 247, 247);
}

.dark-theme .Verses .verse-action .copy .copy-message {
	color: rgb(49, 201, 49);
}

.Verses .verse-action .copy:hover,
.Verses .verse-action .copy.active,
.Verses .verse-action .ayah-listen:hover,
.Verses .verse-action .ayah-listen.play {
	background-color: #00b655;
	color: #fff;
}

.dark-theme .Verses .verse-action .copy:hover,
.dark-theme .Verses .verse-action .copy.active,
.dark-theme .Verses .verse-action .ayah-listen:hover,
.dark-theme .Verses .verse-action .ayah-listen.play {
	background-color: #26372b78;
	color: #1fff6e;
}

.Verses .verse-action .numbers {
	font-size: 14px;
	font-weight: 500;
	color: #606060;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #6868682b;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 6px;
	transition: all 333ms;
}

.Verses .verse-action .numbers:hover {
	border-color: #b7b7b7;
}

.dark-theme .Verses .verse-action .numbers:hover {
	border-color: #707070;
}

.dark-theme .Verses .verse-action .numbers {
	color: #aaaaaa;
	border: 1px solid #ffffff26;
}

.dark-theme .surah-list-item .sure_link .surah-info {
	color: #b7b7b7;
}

.tempPanel {
	width: 100%;
	height: 100%;
}
.SettingPanelWrapper {
	z-index: 9999;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.1);
	display: none;
}
.SettingPanel {
	position: fixed;
	right: 0;
	top: 0;
	height: 100%;
	width: 330px;
	max-width: 100%;
	background: #fff;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
	border-left: 1px solid #e4e4e4;
	overflow: auto;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.PanelHeading {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 14px 1.4rem;
	border-bottom: 1px solid rgb(122 122 122 / 10%);
}

.PanelHeading .close-setting-panel {
	display: flex;
	align-items: center;
	justify-content: center;
	background: transparent;
	color: currentColor;
	border: 0;
	padding: 0;
	cursor: pointer;
}
.PanelContent {
	padding: 20px 20px 0;
}
.PanelContent a {
	color: #333;
}
.PanelContent ul {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.PanelContent .translator-item {
	padding: 8px 0;
	cursor: move;
}
.PanelContent label {
	margin: 0;
}
.PanelContent .translator-item label {
	cursor: move;
}
.PanelContent label div {
	margin-right: 4px;
}
.PanelContent-pages {
	display: flex;
	flex-direction: column;
	gap: 7px;
	margin-bottom: 1rem;
}
.PanelContent-pages a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 42px;
}
.PanelFooter {
	position: fixed;
	right: 0;
	bottom: 0;
	width: 329px;
	height: 38px;
}
.navbar-toggler {
	border: 0 !important;
}
.combo-sure-id {
	display: inline-block;
	min-width: 33px;
	opacity: 0.4;
}
.reciter-bitrate {
	font-size: 13px;
	font-weight: normal;
}
.mushaf_verse_no {
	color: #000;
}
.mushaf_verse_no:hover {
	color: #328e5d;
}
.btn-surah-next-prev {
	color: currentColor;
	display: flex;
	gap: 2px;
	align-items: center;
	justify-content: center;
	padding: 8px 14px;
	border: 0;
}
.sure-bilgisi {
	height: 1000px;
	max-height: 70vh;
	transition: all 3ms;
	overflow-y: auto;
}
.sure-bilgisi .aciklama {
	line-height: 1.8;
	background: #f7f7f7;
	height: 100%;
	overflow-y: auto;
}
.sure-bilgisi .aciklama h2 {
	font-size: 22px;
	font-weight: 500;
	margin-top: 1.1em;
	margin-bottom: 0.4em;
}
.sure-bilgisi dt {
	font-size: 14px;
	font-weight: 500;
}
.sure-bilgisi .sure-hakkinda {
	background: #eaeaea;
}
.sure-bilgisi .sure-gorsel {
	height: 100%;
	background-size: cover !important;
	background-position: 50%;
	background-repeat: no-repeat;
}
.paylas-butonu {
	width: 20px;
	height: 20px;
}
.arama-kutusu-sure-listesi-wrapper {
	display: none;
	border-radius: 10px;
	overflow: hidden;
	position: absolute;
	left: 0;
	right: 0;
	top: 60px;
	padding: 5px;
	background: #fff;
	border: 1px solid #349665;
	box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}
ul.arama-kutusu-sure-listesi {
	z-index: 999;
	max-height: 360px;
	overflow-y: auto;
	text-align: left;
	list-style-type: none;
	padding: 0;
	margin: 0;
}
ul.arama-kutusu-sure-listesi li:not(:last-child) {
	border-bottom: 1px solid #eee;
}
ul.arama-kutusu-sure-listesi li a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 20px;
	transition: all 123ms;
	border-radius: 5px;
}
ul.arama-kutusu-sure-listesi li a:hover {
	background: #318f5d;
	color: #fff;
}

::-moz-selection {
	background-color: #328e5d;
	color: #fff;
}

::selection {
	background-color: #328e5d;
	color: #fff;
}

.table thead th {
	font-weight: 500;
}
/* .reciter {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 12px;
  border: 1px solid #22a5ad;
}
 */
.reciter a {
	font-weight: 500;
}
.loader,
.loader:before,
.loader:after {
	border-radius: 50%;
	width: 2.5em;
	height: 2.5em;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation: bblFadInOut 1.8s infinite ease-in-out;
	animation: bblFadInOut 1.8s infinite ease-in-out;
}
.loader {
	color: #212529;
	font-size: 7px;
	position: relative;
	text-indent: -9999em;
	transform: translateZ(0);
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}
.dark-theme .loader {
	color: #fff;
}
.loader:before,
.loader:after {
	content: "";
	position: absolute;
	top: 0;
}
.loader:before {
	left: -3.5em;
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}
.loader:after {
	left: 3.5em;
}

@-webkit-keyframes bblFadInOut {
	0%,
	80%,
	100% {
		box-shadow: 0 2.5em 0 -1.3em;
	}
	40% {
		box-shadow: 0 2.5em 0 0;
	}
}

@keyframes bblFadInOut {
	0%,
	80%,
	100% {
		box-shadow: 0 2.5em 0 -1.3em;
	}
	40% {
		box-shadow: 0 2.5em 0 0;
	}
}

select {
	outline: none;
	border-color: #b2b2b2;
	background: #fff;
	color: currentColor;
}

.select-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	border: 1px solid #ccc;
	border-radius: 5px;
	overflow: hidden;
}

.select-wrapper i.fa,
.select-wrapper svg {
	pointer-events: none;
	position: absolute;
	right: 8px;
}

.select-wrapper select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	line-height: normal;
	width: 100%;
	padding: 10px 35px 10px 12px;
	border: 0;
	cursor: pointer;
}

.dark-theme .select-wrapper {
	border-color: #333;
}

.dark-theme select.bg-transparent option {
	background: #333;
	color: #eee;
}

select option:checked {
	background: #222 !important;
	color: #eee;
}

.mobile-quick-action select {
	padding: 12px;
	border-color: #dfdfdf;
}

.select-wrapper i.fa {
	position: absolute;
	right: 12px;
	top: 50%;
	transform: translateY(-50%);
	color: currentColor;
	font-size: 14px;
}

.dark-theme select {
	border-color: #2c2c2c;
	background-color: #111111;
}

.quran-listen-item .quran-listen-item-detail {
	color: #777;
	font-weight: normal;
	font-size: 14px;
}

.dark-theme .quran-listen-item .quran-listen-item-detail {
	color: #888888;
}

nav.navbar {
	background: #ffffffe0;
	-webkit-backdrop-filter: blur(33px);
	backdrop-filter: blur(33px);
	transition: top 333ms;
}

nav.navbar.hide {
	top: -100px;
	visibility: hidden;
}

.input-cr-label {
	display: flex;
	align-items: center;
	gap: 6px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.footer-theme-selector {
	background: #fff !important;
	border: 1px solid #00000075;
	display: inline-flex;
	align-items: center;
	position: relative;
	border-radius: 6px;
	overflow: hidden;
	color: #555;
}

.dark-theme .footer-theme-selector {
	background: #333 !important;
	border-color: #ffffff12;
	color: #b3b3b3;
}

.footer-theme-selector select {
	user-select: none;
	color: currentColor;
	min-width: 88px;
	background: inherit;
	border: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 30px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
}

.footer-theme-selector svg {
	position: absolute;
	right: 8px;
	width: 16px;
	pointer-events: none;
}

.SettingPanelToggle {
	color: currentColor;
	border: 0;
	background: none;
	display: flex;
	align-items: center;
	justify-content: end;
	padding: 0;
	min-width: 36px;
	height: 36px;
	outline: 0 !important;
	cursor: pointer;
}

.kuran-dinle-sureler {
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

.kuran-dinle-sureler .kuran-dinle-sure-box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 18px;
	border-radius: 10px;
	margin-bottom: 10px;
	text-transform: uppercase;
	background: transparent;
	border: 1px solid #e3e3e3;
	color: #222;
	outline: 0 !important;
	cursor: pointer;
	position: relative;
	text-wrap: nowrap;
}

.kuran-dinle-sureler .kuran-dinle-sure-box:hover,
.kuran-dinle-sureler .kuran-dinle-sure-box.active {
	border-color: #c5c5c5;
	background: #77777706;
}

.kuran-dinle-sureler .kuran-dinle-sure-box.active .fa-play {
	display: none;
}

.kuran-dinle-sureler .kuran-dinle-sure-box.active .fa-pause {
	display: inline !important;
}

.kuran-dinle-sureler .reciter-link {
	display: none;
	padding-left: 8px;
	padding-right: 8px;
	color: #222;
	font-size: 12px;
}

.kuran-dinle-sureler .kuran-dinle-sure-box.active .reciter-link {
	display: inline;
}

.dark-theme .kuran-dinle-sureler .kuran-dinle-sure-box {
	color: #eee;
	border-color: #343a40;
}

.dark-theme .kuran-dinle-sureler .kuran-dinle-sure-box:hover,
.dark-theme .kuran-dinle-sureler .kuran-dinle-sure-box.active {
	border: 1px solid #868686;
	background: #33333353;
}

.dark-theme .kuran-dinle-sureler .reciter-link {
	color: #eee;
}

.shadow-sm {
	box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 3%) !important;
}

.nav-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.text-info {
	color: #929292 !important;
}

.navbar-nav .nav-link {
	color: unset !important;
}

/* PAGES */
.page-content {
	line-height: 1.8;
	padding-top: 1.2rem;
}
.page-content .page-title {
	color: #328e5d;
	margin-top: 2rem;
}
.dark-theme .page-content .page-title {
	color: #5ccd95;
}
.dark-theme .page-content a {
	color: #5ccd95;
}

.sure-bilgisi .btn-gizle {
	border: none;
	background: transparent;
	color: currentColor;
	cursor: pointer;
}

.sure-bilgisi .btn-gizle:hover {
	text-decoration: underline;
}
.bg-info {
	background-color: #349665 !important;
}
a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
	background-color: #328e5d !important;
}
.btn-info {
	background-color: #349665;
	border-color: #328e5d;
}
.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.btn-info:hover {
	background-color: #328e5d;
	border-color: #328e5d;
}
.dark-theme .SettingPanelWrapper {
	background: rgb(0 0 0 / 70%);
}
.text-current {
	color: currentColor;
}

.navbar-brand {
	display: flex;
	align-items: center;
	min-width: 36px;
	height: 36px;
	margin-right: 5px;
}

.dropdown-menu {
	border: 1px solid #7c7c7c99;
	padding: 5px !important;
	border-radius: 10px !important;
}

.dropdown-menu .dropdown-item {
	border-radius: 6px;
}

.input-search::placeholder {
	opacity: 0.7;
}

/* --------------- */
/* --------------- */
/* --------------- */
/* --------------- */
/* --------------- */
/* --------------- */
/*     ayah player */
/* --------------- */
/* --------------- */
/* --------------- */
/* --------------- */
/* --------------- */
/* --------------- */
.ayah-player {
	visibility: hidden;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #ffffff;
	height: 54px;
	padding-left: 1.2rem;
	padding-right: 1.2rem;
	margin-top: 1rem;
	position: sticky;
	bottom: 0;
	color: #000;
	user-select: none;
}

.dark-theme .ayah-player {
	background: #333;
	color: #fff;
}

.ayah-player::before {
	content: "";
	position: absolute;
	left: 0;
	top: -4px;
	width: 100%;
	background: #ddd;
	height: 4px;
}

.dark-theme .ayah-player::before {
	background: #666;
}

.ayah-player::after {
	content: "";
	position: absolute;
	left: 0;
	top: -4px;
	width: var(--progress-width, 0);
	background: #333;
	height: 4px;
	transition: width 200ms ease;
	z-index: 11;
}

.dark-theme .ayah-player::after {
	background: #eee;
}

.ayah-player-buttons {
	display: flex;
	gap: 8px;
}

.ayah-player-buttons button {
	display: flex;
	justify-content: center;
	align-items: center;
	background: none;
	border: none;
	cursor: pointer;
	color: currentColor;
	outline: 0;
	width: 40px;
	height: 40px;
	border-radius: 50%;
}

.ayah-player-buttons button:hover,
.ayah-player-buttons button:focus {
	background: #ccc;
}

.dark-theme .ayah-player-buttons button:hover,
.dark-theme .ayah-player-buttons button:focus {
	background: #444;
}

.current-time,
.total-duration {
	font-family: monospace, sans-serif;
	font-size: 14px;
}

.total-duration {
	text-align: right;
}

.volume-button-container {
	display: flex;
	align-items: center;
	position: relative;
	z-index: 99;
}

.player-volume-control {
	display: none;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: -80px;
	top: -44px;
	background: #444;
	padding: 1rem;
	border-radius: 10px;
	border-top: 2px solid #666;
	box-shadow: inset 0 -5px 10px #ffffff20;
	z-index: 9;
}

.player-volume-control input {
	accent-color: #fff;
	height: 6px;
	width: 160px;
}
/* --------------- */
/* --------------- */
/* --------------- */
/* --------------- */
/* --------------- */
/* --------------- */
/* auah player end */
/* --------------- */
/* --------------- */
/* --------------- */
/* --------------- */
/* --------------- */
/* --------------- */

.dropdown-item.active,
.dropdown-item:active {
	background-color: #349665 !important;
	color: #fff !important;
}
