html, body {
	position: relative;
}
body {
	margin: 0;
	padding: 0;
	color: #25282f;
	overflow-x: hidden;
}
* {
	box-sizing: border-box;
}
.app {
	width: 100vw;
	min-height: 100vh;
	background-color: #f3f4f6;
}
.main-container {
	margin: 0 auto;
	/*min-width: 360px;*/
	max-width: 480px;
    min-height: 100vh;
	background-color: #fff;
	position: relative;
}
.content-wrapper {
	width: 100%;
	background: #fff;
}
.content-wrapper .page {
	position: relative;
	width: 100%;
}
.content-wrapper .page md-toolbar {
	position: sticky;
	top: 0;
	left: 0;
	right: 0;
    margin: 0 auto;
    /*min-width: 360px;*/
    max-width: 480px;
}
.content-wrapper .page md-content {
	/* padding-top: 56px; */
}
.content-wrapper .page md-content.with-tab {
	/* padding-top: calc(56px + 48px); */
}
md-list-item .md-list-item-inner .md-number {
	width: 40px;
	height: 40px;
	margin-right: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	font-weight: 600;
	border-radius: 6px;
	color: #25282f;
}
.md-number.bg {
	background-color: #f1f2f5;
}
md-list-item .md-list-item-text {
	border-bottom: none;
}
md-content {
	background: #fff;
}
md-list {
	padding: 0;
}
.content {
	min-height: 100%;
}
.md-list-item-inner {
	height: 88px !important;
}
.md-list-item-text {
	height: 88px;
	justify-content: center;
	border-bottom: 1px solid #e8eaef;
}
.toolbardemoBasicUsage md-toolbar .md-button.md-icon-button .favorite-icon {
	fill: #DE3641;
}
.toolbardemoBasicUsage md-toolbar md-toolbar-filler {
	display: flex;
	background-color: #e0e0e0;
}
.toolbardemoBasicUsage md-toolbar md-toolbar-filler #filler-icon {
	fill: #4C9EF1;
}
md-content.md-default-theme {
	background-color: #eee;
}
md-card {
	background-color: #fff;
}
md-card h2:first-of-type {
	margin-top: 0;
}
md-toolbar .md-button.md-default-theme {
	border-radius: 99%;
}
h2 {
	font-weight: 400;
}
.md-toolbar-tools-bottom {
	font-size: small;
}
.md-toolbar-tools-bottom :last-child {
	opacity: 0.8;
}
md-toolbar:not(.md-hue-1), .md-fab {
	fill: #fff;
}
md-sidenav {
	fill: #737373;
}
md-sidenav ng-md-icon {
	position: relative;
	top: 5px;
}
.user-avatar {
	border-radius: 99%;
}
md-toolbar.md-default-theme:not(.md-menu-toolbar), md-toolbar:not(.md-menu-toolbar) {
	color: #000;
	background-color: #fff;
	border-bottom: 1px solid #e8eaef;
}
md-toolbar.md-default-theme:not(.md-menu-toolbar) md-icon, md-toolbar:not(.md-menu-toolbar) md-icon {
	color: #000;
}
md-tabs.md-default-theme.md-primary>md-tabs-wrapper, md-tabs.md-primary>md-tabs-wrapper {
	background-color: currentColor;
}
md-tabs.md-default-theme.md-primary>md-tabs-wrapper>md-tabs-canvas>md-pagination-wrapper>md-tab-item:not([disabled]), md-tabs.md-primary>md-tabs-wrapper>md-tabs-canvas>md-pagination-wrapper>md-tab-item:not([disabled]), md-tabs.md-default-theme.md-primary>md-tabs-wrapper>md-tabs-canvas>md-pagination-wrapper>md-tab-item:not([disabled]) md-icon, md-tabs.md-primary>md-tabs-wrapper>md-tabs-canvas>md-pagination-wrapper>md-tab-item:not([disabled]) md-icon {
	color: #adb4bc;
	font-size: 14px;
	text-transform: capitalize;
	border-bottom: 1px solid #e8eaef;
}
md-tabs.md-default-theme.md-primary>md-tabs-wrapper>md-tabs-canvas>md-pagination-wrapper>md-tab-item:not([disabled]).md-active, md-tabs.md-primary>md-tabs-wrapper>md-tabs-canvas>md-pagination-wrapper>md-tab-item:not([disabled]).md-active, md-tabs.md-default-theme.md-primary>md-tabs-wrapper>md-tabs-canvas>md-pagination-wrapper>md-tab-item:not([disabled]).md-active md-icon, md-tabs.md-primary>md-tabs-wrapper>md-tabs-canvas>md-pagination-wrapper>md-tab-item:not([disabled]).md-active md-icon, md-tabs.md-default-theme.md-primary>md-tabs-wrapper>md-tabs-canvas>md-pagination-wrapper>md-tab-item:not([disabled]).md-focused, md-tabs.md-primary>md-tabs-wrapper>md-tabs-canvas>md-pagination-wrapper>md-tab-item:not([disabled]).md-focused, md-tabs.md-default-theme.md-primary>md-tabs-wrapper>md-tabs-canvas>md-pagination-wrapper>md-tab-item:not([disabled]).md-focused md-icon, md-tabs.md-primary>md-tabs-wrapper>md-tabs-canvas>md-pagination-wrapper>md-tab-item:not([disabled]).md-focused md-icon {
	color: #ea5164;
}
md-tabs.md-default-theme md-ink-bar, md-tabs md-ink-bar {
	color: #ea5164;
	background: #ea5164;
}
.md-dialog-backdrop {
	max-width: 480px;
	/*min-width: 360px;*/
	width: auto;
	margin: 0 auto;
}
#modal-infaq {
	max-width: 350px;
	min-width: 200px;
	padding: 0 0 30px 0 !important;
}
#modal-infaq .md-dialog-content {
	padding: 0px !important;
}
#modal-infaq .md-dialog-content img {
	width: 100%;
}
.action-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
}
.btn-w-md {
	width: 70%;
	border-radius: 20px;
}
#modal-infaq .close-btn {
	position: absolute;
	right: -15px;
	top: -15px;
	width: 30px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	border-radius: 50%;
	font-size: 16px;
	z-index: 99;
	line-height: 20px;
	outline: none;
}
#modal-infaq .close-btn:active, #modal-infaq .close-btn:focus {
	outline: none;
}
@media only screen and (max-width: 375px) {
	#modal-infaq {
		max-width: 290px;
		min-width: 200px;
		padding: 0 0 20px 0 !important;
	}
}
/* SLIck */

.slide-container {
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 50px;
}
.slide-container .slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}
/* .sliders .slick-slide {
	float: right;
} */

.slide-container .slick-slider .page-container {
	position: relative;
	overflow-x: hidden;
	overflow-y: auto;
}

.sliders a {
	cursor: pointer;
	color: #d71149;
	line-height: inherit;
	text-decoration: none;
}
.sliders a img {
	border: 0;
}
.sliders img {
	position: relative;
	display: inline-block;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	-ms-interpolation-mode: bicubic;
	outline: none;
	z-index: -1;
	padding-bottom: 50px;
	overflow-y: auto;
}
/* @media only screen and (max-width:414px){
	.slide-mobile {
		padding-bottom: 60vh;
		height: auto;
		overflow-y: auto;
	}	
} */
.sliders img:focus, .sliders a:focus {
	outline: none;
}
.scroll-quran {
	overflow: scroll;
}
/* Dialog */

md-bottom-sheet {
	padding: 20px 20px 88px;
	border-radius: 12px;
	background: #fff;
	position: fixed;
}
.dialog-info {
	left: 15px;
	right: 15px;
	position: fixed;
}
.wrapper-content-dialog {
	display: flex;
	justify-content: center;
}
.dialog-info .wrapper-content-dialog {
	align-items: center;
}
.dialog-feature .wrapper-content-dialog {
	padding-top: 10px;
}
.dialog-translate {
	height: 60%;
	overflow: scroll;
	bottom: 0;
	position: fixed;
}
.md-2-line {
	margin-top: 5px;
	border-color: transparent;
}
.list-item {
	height: 50%;
	margin-bottom: 10px;
	margin-left: 10px;
}
.list-ayah {
	margin-left: -20px;
	margin-right: -20px;
}
/* .list-translate {
	width: 100%;
} */

.translate-ayah {
	list-style: none;
	padding: 0;
	display: flex;
	flex-direction: column;
}
.translate-ayah li {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 5px 0;
	gap: 16px;
}
.list-translate:nth-child(odd) {
	background: #F5F5DC;
  }
.number-ayah {
  	display: flex;
	justify-content: center;
	align-items: center;
	border: 10px solid transparent;
	background: #FFF8DC;
	text-align: center;
}
.md-list-underline {
	display: none;
}
.translate-surah {
	margin-bottom: 0px;
}
.dialog-info .wrapper-content-dialog img {
	width: 250px;
}
.dialog-info .wrapper-content-dialog p {
	font-size: 14px;
	line-height: 20px;
	text-align: center;
}
.dialog-button {
	border-color: transparent;
	width: 100%;
	border-radius: 4px;
	padding: 5px 0;
	text-transform: capitalize;
	font-size: 16px;
}
.btn-red {
	color: #fff !important;
	background-color: #ea5164 !important;
}
.dialog-header {
	margin-left: -20px;
	margin-right: -20px;
	padding: 0 20px 10px;
	border-bottom: 1px solid #bababa;
	display: flex;
	justify-content: space-between;
}
.dialog-header h4 {
	font-weight: 500;
	color: #14151a;
}
.bookmark-icon {
	color: red !important;
}
md-input-container {
	margin: 0;
	display: flex;
	font-size: 14px;
}
.text-logo {
    color: #ea5164;
}
.md-icon-button {
	font-size: 24px !important;
}

.md-scroll-mask {
	z-index: -1;
}
/* SLIck */
.slide-container {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    overflow: hidden;
}
.slick-slide a{
    color: #000;
    display: inline-block;
    width: 100%;
    cursor: pointer;
}
.slick-slide.slick-current a{
    display: block;
}
.sliders a img {
    border: 0;
    display: inline-block;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
    outline: none;
}
.sliders img:focus, .sliders a:focus {
    outline: none;
}
.label-last-read {
	color: currentColor;
}
.quran-search {
	font-size: 14px;
	background-color: transparent;
	border: none;
	outline: none;
}
.pt-50 {
	padding-top: 50vh !important;
}
.pb-50 {
	margin-bottom: 50vh !important;
}
.pb-20 {
	margin-bottom: 20vh !important;
}
/* Margin Style */
.mr--15 {
	margin-right: -15px !important;
}
.mr--10 {
	margin-right: -10px !important;
}
.mb-10 {
	margin-bottom: 10px !important;
}
.mb-15 {
	margin-bottom: 15px !important;
}
.mb-20 {
	margin-bottom: 20px !important;
}
.mb-25 {
	margin-bottom: 25px !important;
}
.mb-30 {
	margin-bottom: 30px !important;
}
.mb-35 {
	margin-bottom: 35px !important;
}
.mb-40 {
	margin-bottom: 40px !important;
}
.mb-50 {
	margin-bottom: 50px !important;
}
