* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*::after, *::before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

table.mqv-container tr td:nth-child(1){
	width: 40%;
}
table.mqv-container tr td:nth-child(2){
	width: 60%;
}

table#playlist-items {
    margin: 0;
    text-align: center;
    width: 100%;
}
td.playlist-item, td.playlist-item-played, td.playlist-item-dottes {
	text-align: center;
	cursor: pointer;
	border: thin dotted;
	padding: 0px;
}
td.playlist-item-played {
	color: blue;
	background: #eee;
}

td.playlist-item-dottes {
	cursor: default;
}

input[type=number] {
	direction: rtl;
	width: 40px;
}
input {
	vertical-align: middle;
	margin-left: 5px;
	margin-right: 5px;
	padding: 5px;
}
.mqv-note-field {
    background-color: white;
    border: medium solid;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0 0 15px 1px #000000;
    display: none;
    margin: 10px;
    padding: 5px;
    position: absolute;
    color: #000;
    font-size: 0.6em;
    letter-spacing: 0.8px;
    text-align: justify;
}
.mqv-warning-field {
	border-color: orange;
}
.mqv-error-field {
	border-color: red;
}

.mqv-attention-style{
	color: red;
	font-weight: bold;
}
.mqv-important-field {
	font-weight: bold;
}
.mqv-hint-field {
	font-size: 75%;
}
#repeat-all-control {
	display: none;
}

#advanced-settings-note, #show-hide, #change-reciter-toggle {
    color: #fff;
    font-size: 0.8em;
    padding: 5px;
}

#show-hide, #change-reciter-toggle{
	color: #fff;
	font-style: italic;
	cursor: pointer;
}



/**********CUSTOM STYLES**************************/

.text-uppercase {
	text-transform: capitalize;
	letter-spacing: 0.8px;
}
.text--span {
	font-weight: 600;
	font-size: 1.8em;
	text-transform: uppercase;
}
body {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	font-family: "RobotoLight", "Helvetica Neue", Helvetica, sans-serif;
	font-size: 1.4em;
	background: url(../img/4.jpg);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center top;
	/*height: 100vh;*/
	min-height: 800px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	position: relative;
}
body::after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(0,0,0,0.35);
	z-index: -1;
}
*::-webkit-input-placeholder {
	color: rgba(0,0,0,0.7);
	opacity: 1;
	font-size: 1.1em;
	text-transform: capitalize;
}
*:-moz-placeholder {
	color: rgba(0,0,0,0.7);
	opacity: 1;
	font-size: 1.1em;
	text-transform: capitalize;
}
*::-moz-placeholder {
	color: rgba(0,0,0,0.7);
	opacity: 1;
	font-size: 1.1em;
	text-transform: capitalize;
}
*:-ms-input-placeholder {
	color: rgba(0,0,0,0.7);
	opacity: 1;
	font-size: 1.1em;
	text-transform: capitalize;
}
.togge--language nav ul li a {
	text-decoration: none;
	color: #007acc;
	display: block;
}
.togge--language nav ul li a img {
	width: 20px;
}
.togge--language nav ul li a span {
	font-size: 0.77em;
	letter-spacing: 0.8px;
	display: inline-block;
	-webkit-transform: translateY(-4px);
	-ms-transform: translateY(-4px);
	-o-transform: translateY(-4px);
	transform: translateY(-4px);
}
.language-items span a {
	display: inline-block;
	text-align: center;
	/*border: 1px solid red;*/
    width: calc(24% - -5px);
}
.language-items span a img {
	display: block;
	max-width: 10%;
	height: auto;
	text-align: center;
	/*border: 1px solid;*/
	margin: auto;
}
.entry-content {
	margin-top: -30px;
	-webkit-flex: 0 0 100%;
	-moz-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	-o-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	color: #fff;
}
#mqv-mediaspace {
	position: absolute !important;
	bottom: 0 !important;
}
table#playlist-items {
	position: absolute;
	bottom: 23px;
	background: #fff;
	color: #000 !important;
}
.entry-inner-items {
	border: 0.01em solid #bbb;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	-webkit-flex: 0 0 50%;
	-moz-flex: 0 0 50%;
	-ms-flex: 0 0 50%;
	-o-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
	margin-left: auto;
	position: relative;
	left: -10%;
}
.custom__container {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	border: 0.000999em solid #bbb;
}
.item__flex {
	border-right: 0.01em solid #bbb;
	flex-grow: 1;
	padding: 15px 10px;
	-webkit-flex: 0 0 50%;
	-moz-flex: 0 0 50%;
	-ms-flex: 0 0 50%;
	-o-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
	position: relative;
}
#sourah,.input_name {
	width: 85%;
	font-size: 0.8em;
	font-family: "RobotoLight";
}
.select--item {
	width: 30% !important;
	display: block;
}
.btn {
	border: none;
	border-radius: 4px;
	height: 40px;
	display: inline-block;
	background: #fff;
}
.btn-select {
	width: 8%;
	margin-top: 1px;
}
.btn-select:hover,
.custom__inp:hover {
	cursor: pointer;
}
input[type=number] {
	width: 50px;
}
.play__items {
	border-bottom: 0.05em solid #bbb;
	padding: 15px 0;
}
.play__item {
	text-align: center;
	letter-spacing: 0.8px;
}
.custom__inp {
	letter-spacing: 0.8px;
	padding: 0 15px;
	font-family: "RobotoLight";
	font-size: 0.8em;
	-webkit-box-shadow: 0 0 10px #bbb;
	box-shadow: 0 0 10px #bbb;
	-webkit-transition: background 400ms, color 400ms;
	-o-transition: background 400ms, color 400ms;
	transition: background 400ms, color 400ms;
}
.custom__inp:hover {
	background: #00bcd4;
	color: #fff;
	-webkit-box-shadow: 0 0 10px #00bcd4;
	box-shadow: 0 0 10px #00bcd4;

}
h3,p {
	margin: 0;
}

.btn-radio {
  cursor: pointer;
  display: inline-block;
}
.btn-radio:not(:first-child) {
  margin-left: 20px;
}
@media screen and (max-width: 480px) {
  .btn-radio {
    display: block;
    float: none;
  }
  .btn-radio:not(:first-child) {
    margin-left: 0;
    margin-top: 15px;
  }
}
.btn-radio svg {
  fill: none;
  vertical-align: middle;
}
.btn-radio svg circle {
  stroke-width: 2;
  stroke: #C8CCD4;
}
.btn-radio svg path {
  stroke: #FFF;
}
.btn-radio svg path.inner {
  stroke-width: 6;
  stroke-dasharray: 19;
  stroke-dashoffset: 19;
}
.btn-radio svg path.outer {
  stroke-width: 2;
  stroke-dasharray: 57;
  stroke-dashoffset: 57;
}
.btn-radio input {
  display: none;
}
.btn-radio input:checked + svg path {
  transition: all 0.4s ease;
}
.btn-radio input:checked + svg path.inner {
  stroke-dashoffset: 38;
  transition-delay: 0.3s;
}
.btn-radio input:checked + svg path.outer {
  stroke-dashoffset: 0;
}
.btn-radio span {
  display: inline-block;
  vertical-align: middle;
}
.item__flex a {
	color: #fff;
	text-decoration: none;
}
.border-item {
	border-top: 0.05em solid #bbb;
}
.ui-widget-content {
	overflow-y: scroll !important;
	height: 420px !important;
	font-family: inherit !important;
}
.ui-widget {
	font-size: 0.9em !important;
}
.ui-menu .ui-menu-item:hover {
	cursor: pointer !important;
}
#ui-id-1::-webkit-scrollbar-track,
.togge--language nav ul::-webkit-scrollbar-track{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}
#ui-id-1::-webkit-scrollbar,
.togge--language nav ul::-webkit-scrollbar{
	width: 7px;
	background-color: #F5F5F5;
}
#ui-id-1::-webkit-scrollbar-thumb,
.togge--language nav ul::-webkit-scrollbar-thumb{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: rgba(0,0,0,0.8);
}
.owner--item {
	display: inline-block;
	margin-top: 7px;
	font-size: 0.85em;
}

.owl-theme .owl-nav.disabled+.owl-dots {
	display: none;
}
.item p {
	font-size: 0.9em;
	letter-spacing: 0.9px;
	padding: 20px;
}



canvas {
  display: block;
  vertical-align: bottom;
}

/* ---- particles.js container ---- */

#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

/* ---- stats.js ---- */

.count-particles{
  background: #000022;
  position: absolute;
  top: 48px;
  left: 0;
  width: 80px;
  color: #13E8E9;
  font-size: .8em;
  text-align: left;
  text-indent: 4px;
  line-height: 14px;
  padding-bottom: 2px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
}

.js-count-particles{
  font-size: 1.1em;
}

#stats,
.count-particles{
  -webkit-user-select: none;
}

#stats{
  border-radius: 3px 3px 0 0;
  overflow: hidden;
}

.count-particles{
  border-radius: 0 0 3px 3px;
}

.text__owner {
	font-size: 0.86em;
	text-transform: uppercase;
	letter-spacing: 0.86px;
}
.img-logo {
	width: 100px;
	display: inline-block;
	position: absolute;
    right: 5%;
    top: 26%;
}
.logo-2 {
	width: 125px;
}
.link__web {
	-webkit-transform: translateY(-8px);
	-ms-transform: translateY(-8px);
	-o-transform: translateY(-8px);
	transform: translateY(-8px);
	display: inline-block;
	margin-right: 5px;
}