@font-face {
  font-family: "Ejaabat";
  font-weight: normal;
  src: url("../fonts/Ejaabat.woff") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Ejaabat";
  font-weight: bold;
  src: url("../fonts/EjaabatBold.woff") format("woff2");
  font-display: swap;
}
:root {
  --primary: #001c4d;
  --secondary: #00d4c1;
  --light-bg: #edffff;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:focus {
    outline: none;
}
html {
  direction: rtl;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  background: #f9fffd;
  font-family: "Ejaabat", Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 2;
  color: var(--primary);
  margin: 0px;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a,
a:hover,
a:focus {
  color: var(--primary);
  text-decoration: none;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.hide {
  display: none;
}
main {
  max-width: 950px;
  margin: auto;
  padding: 15px;
}
.container {
  max-width: 950px;
  margin: auto;
  padding: 0px 15px;
}
.text-center {
  text-align: center;
}
header {
    margin-bottom: 15px;
    background-color: #ffffff;
    box-shadow: 0 2px 24px 2px rgb(166, 197, 215, 0.2);
    padding: 30px;
}
.header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#logo {
    height: 35px;
}
nav {
    display: inline;
}
.nav-link {
    float: left;
    font-family: "Ejaabat";
    font-weight: bold;
    text-align: center;
    padding: 10px 12px 12px 12px;
    display: block;
    font-size: 15px;
    border-radius: 14px;
    color: var(--primary);
    margin-right: 6px;
}
.nav-link:focus, .nav-link:hover {
    background-color: #ecfbf9;
    color: var(--primary);
}
#instructions {
    background: #fff5d8;
    margin-bottom: 30px;
    font-size: 12px;
    text-align: center;
    padding: 20px;
    border-radius: 12px;
}

#instructions a {
    background: #ffe290;
    padding: 2px 5px 5px 5px;
    border-radius: 8px;
    margin-right: 6px;
}
.reward {
    display: block;
    background: #fff2e1;
    border-bottom: 3px solid #ffe5c2;
    margin-bottom: 30px;
    padding: 20px;
    border-radius: 16px;
}
.reward h2 {
    font-size: 15px;
}
.reward p {
    margin: 0px;
    font-size: 12px;
    padding-top:10px;
}
.reward img {
    height: 20px;
    margin-left: 8px;
    margin-bottom: -4px;
}
#rating {
    text-align: center;
}

.rating {
        direction: ltr;
	margin: 20px;
	text-align: center;
}

#vote {
	display: inline-flex;
	list-style: none;
	padding: 0;
	cursor: pointer;
	font-size: 18px;
	fill: #ff9100;
	line-height: 1;
}

.active~svg,
#vote svg:hover~svg {
	fill: #e1e1e1;
}

#vote:hover svg {
	fill: #ffd700;
}

.rating span {
        margin-left: 4px;
	font-size: 12px;
	color: #7e91ab;
	background: rgba(126, 145, 171, 0.1);
	padding: 4px 10px;
	border-radius: 20px;
	vertical-align: top;
}

#done {
	background: #00c208;
	color: #fff;
	display: none;
}

.stars {
	display: inline-flex;
	list-style: none;
	fill: #ff9901;
	padding: 0;
	line-height: 1;
}

#login-btn {
    float: left;
    font-family: "Ejaabat";
    font-weight: bold;
    text-align: center;
    padding: 7px 14px 8px 14px;
    display: block;
    font-size: 16px;
    border-radius: 14px;
    color: var(--primary);
    margin-right: 10px;
    border: 2px solid var(--primary);
}
#signup-btn {
    float: left;
    font-family: "Ejaabat";
    font-weight: bold;
    text-align: center;
    padding: 7px 20px 8px 20px;
    display: block;
    font-size: 16px;
    border-radius: 14px;
    margin-right: 10px;
    background: var(--primary);
    color: #ffffff;
    border: 2px solid var(--primary);
}
#login-icon {
    fill: none;
    stroke: var(--primary);
    stroke-width: 2px;
    height:18px;
    width: 28px;
    overflow: visible;
    margin-left: -4px;
}
.ads {
    min-height: 285px;
}
#home-top {
    margin-top: -15px;
    background-color: var(--primary);
    padding: 40px 0px 80px 0px;
}
#ads {
    margin-top: -15px;
    font-size: 12px;
    width: 100%;
    text-align: center;
    color: #fff;
    padding: 30px 0px 120px 0px;
    z-index: -1;
    background: var(--primary);
}
#main-content {
    margin-top: -120px;
}
#ask {
    background: #048d90;
    box-shadow: 0px 0px 20px #048d90;
    border-radius: 100px;
    height: 60px;
    width: 60px;
    position: fixed;
    left: 20px;
    bottom: 20px;
    display: inline-block;
}
#ask svg {
    height: 30px;
    width: 30px;
    margin: 15px;
    fill: #fff;
}
#banner {
    padding-top: 15px;
    max-width: 90%;
    width: 380px;
    display: block;
    margin: auto;
}
#profilePicture {
    float: left;
    width: 56px;
    margin-top: -3px;
    margin-right: 10px;
    border-radius: 50%;
    border: 3px solid rgb(0, 0, 0, 0.05);
}
label {
    display: none;
}
#fb {
    font-family: 'Ejaabat';
    font-weight: bold;
    line-height: 20px;
    background-color: #3B5998;
    background: linear-gradient(0deg, #3B5998,#4568b3);
    border-bottom: 3px solid #314a82;
    padding: 3px 0px 0px 15px;
    border-radius: 10px;
    color: #fff;
    vertical-align: middle;
    display: inline-block;
    margin: 30px 0px;
}
#fb:before {
    content: "f";
    font-size: 30px;
    padding: 15px 20px;
    font-family: sans-serif;
    background-color: #314a82;
    background: linear-gradient(0deg, #314a82, #415d9c);
    height: 50px;
    border-radius: 0px 10px 10px 0px;
    width: 50px;
    margin-left: 15px;
    vertical-align: middle;
    display: inline-block;
    margin-top: -3px;
}
#search {
    max-width: 600px;
    padding: 15px;
    margin: auto;
    margin-top: -62px;
}
#search-input {
    padding: 28px 40px;
    background: #fff;
    border: none;
    font-size: 18px;width: 100%;
    border-radius: 18px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-box-shadow: 0 2px 24px 2px rgb(166, 197, 215 , 0.2);
    -moz-box-shadow: 0 2px 24px 2px rgba(166, 197, 215 , 0.2);
    -webkit-box-shadow: 0 2px 24px 2px rgba(166, 197, 215 , 0.2);
    box-shadow: 0 2px 24px 2px rgba(166, 197, 215 , 0.2);
}
#search-btn {
    background-color: transparent;
    border: none;
    background-image: url(../search.svg);
    background-size: 35px;
    background-repeat: no-repeat;
    cursor: pointer;
    height: 35px;
    width: 35px;
    margin: 28px;
    position: absolute;
    margin-right: -70px;
}
footer {
    background: #fff;
    padding: 20px 0px;
    -o-box-shadow: 0 2px 24px 2px rgba(166, 197, 215 , 0.2);
    -moz-box-shadow: 0 2px 24px 2px rgba(166, 197, 215 , 0.2);
    -webkit-box-shadow: 0 2px 24px 2px rgba(166, 197, 215 , 0.2);
    box-shadow: 0 2px 24px 2px rgba(166, 197, 215 , 0.2);
    text-align: center;
}
.ads {
    margin-bottom: 30px;
}
.status {
    font-family: 'Ejaabat';
    font-weight: bold;
    text-align: center;
    width: 50%;
    float: right;
}
#related_questions h2 {
    overflow: auto;
    display: inline-block;
    margin-bottom: 20px;
}
#related_questions h2:after {
    content: '';
    display: block;
    width: 40%;
    height: 5px;
    border-radius: 5px;
    margin-top: 6px;
    background-color: #00d4c1;
}
#related_questions h3 {
    margin: 0;
}
#related_questions h3::before {
    content: "؟";
    color: #fff;
    background: #00d4c1;
    margin-left: 14px;
    line-height: 2px;
    font-family: system-ui;
    border-radius: 20px;
    font-size: 10px;
    padding: 4px 8px;
}
#related_questions p {
    color: #8da1b3;
    margin: 0;
}
.question {
    margin: 15px 0px 30px 0px;
    padding: 40px 20px;
    background: #fff;
    text-align: center;
    border-radius: 16px;
    -o-box-shadow: 0 2px 24px 2px rgba(166, 197, 215 , 0.2);
    -moz-box-shadow: 0 2px 24px 2px rgba(166, 197, 215 , 0.2);
    -webkit-box-shadow: 0 2px 24px 2px rgba(166, 197, 215 , 0.2);
    box-shadow: 0 2px 24px 2px rgba(166, 197, 215 , 0.2);
}
.question p {
    margin: 0 0 20px 0;
}
.question-info {
    padding-inline-start: 0px;
    margin-top: 20px;
    margin-bottom: 10px;
}
ul.question-info li {
    background: #f9f9f9;
    border-radius: 16px;
    padding: 9px 30px;
    font-size: 13px;
    list-style: none;
    display: inline-block;
    margin-left: 8px;
}
#more {
    visibility: hidden;
    border: 2px solid #777;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    border-right: 0;
    margin: auto;
    margin-bottom: 60px;
    border-top-color: transparent;
    -webkit-animation: loader 1s cubic-bezier(.42, .61, .58, .41) infinite;
    animation: loader 1s cubic-bezier(.42, .61, .58, .41) infinite;
}
.help {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
    margin-bottom: 20px;
}

.yellow {
    background: #fff9ec;
    padding: 20px 30px;
    font-size: 14px;
    border-radius: 16px;
}

.yellow ul {
    padding-right: 20px;
}
@keyframes loader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(360deg);
    }
}
#confirmed {
    font-family: 'Ejaabat';
    font-weight: bold;
    color: #00d4c1;
    font-size: 12px;
    float: left;
}
#confirmed:before {
    content: " ";
    height: 14px;
    width: 14px;
    margin-left: 10px;
    border-radius: 100px;
    display: inline-block;
    margin-bottom: -3px;
    background: #00d4c1;
}
#denied {
    font-family: 'Ejaabat';
    font-weight: bold;
    color: #ff6363;
    font-size: 12px;
    float: left;
}
#denied:before {
    content: " ";
    height: 14px;
    width: 14px;
    margin-left: 10px;
    border-radius: 100px;
    display: inline-block;
    margin-bottom: -3px;
    background: #ff6363;
}
#waiting {
    font-family: 'Ejaabat';
    font-weight: bold;
    color: #efc500;
    font-size: 12px;
    float: left;
}
#waiting:before {
    content: " ";
    height: 14px;
    width: 14px;
    margin-left: 10px;
    border-radius: 100px;
    display: inline-block;
    margin-bottom: -3px;
    background: #efc500;
}
#waiting-approval {
    font-family: 'Ejaabat';
    font-weight: bold;
    color: #efc500;
    font-size: 12px;
    float: left;
}
#waiting-approval:before {
    content: " ";
    height: 14px;
    width: 14px;
    margin-left: 10px;
    border-radius: 100px;
    display: inline-block;
    margin-bottom: -3px;
    background: #efc500;
}
.balance {
    text-align: center;
    display: table;
    margin: 60px auto;
}
.balance span {
    font-size: 40px;
    color: #00d4c1;
}
.balance div {
    font-family: "Ejaabat";
    font-weight: bold;
    font-size: 22px;
    line-height: 30px;
}
.threshold {
    font-size: 11px;
    margin-top: 20px;
    display: block;
}
.circle-container {
    width: 250px;
    height: 250px;
    transform: rotate(145deg);
    left: 50%;
    margin-left: -125px;
    position: absolute;
}

.circle-container__background {
    fill: none;
    stroke: #e4faf5;
    stroke-dashoffset: 30;
    stroke-linecap: round;
    stroke-dasharray: 100 100;
    stroke-width: 1px;
}

.circle-container__progress {
    fill: none;
    stroke-linecap: round;
    stroke: url(https://www.ejaabat.com/css/style.css?v=1.1#linear);
    stroke-dasharray: 100 100;
    stroke-width: 2px;
}

#vcash-form input[type="text"] {
    height: 50px;
    background: #f5f5f5;
    border: none;
    text-align: center;
    font-family: 'Ejaabat';
    font-weight: bold;
    padding: 10px 14px;
    border-radius: 6px;
    display: block;
    width: 100%;
    margin-left: 12px;
}
#vcash-form input[type="submit"] {
    font-family: 'Ejaabat';
    font-weight: bold;
    -webkit-appearance: none;
    display: block;
    cursor: pointer;
    padding: 10px 20px;
    height: 50px;
    border-radius: 6px;
    border: none;
    color: #fff;
    background-color: var(--primary);
    border-bottom: 3px solid rgba(0,0,0,0.05);
}
#vcash-form {
    margin: 20px auto;
    max-width: 250px;
    display: none;
}
#change-number {
    cursor: pointer;
    color: #fff;
    font-family: 'Ejaabat';
    font-weight: bold;
    padding: 5px 23px 8px 23px;
    border-radius: 12px;
    display: inline-block;
    background-color: #00d4c1;
    border-bottom: 3px solid #27c7a0;
}
#vcash-number {
    display: table;
    padding: 6px 16px 7px 6px;
    background: #f3f3f3;
    margin: 20px auto;
    text-align: center;
    font-size: 13px;
    border-radius: 28px;
}
#vcash-number span {
    cursor: pointer;
    background: #ffffff;
    padding: 4px 10px 5px 9px;
    border-radius: 30px;
    color: #555;
    margin-right: 12px;
}
#vcash-number b {
    font-family: "Ejaabat";
    font-weight: bold;
}
h1, h2 {
    font-family: "Ejaabat", Tahoma;
    font-weight: bold;
    font-size: 1.2em;
    line-height: 30px;
    margin-block-start: 0;
    margin-block-end: 0;
}
h3 {
    font-family: 'Ejaabat', Tahoma;
    font-weight: bold;
    margin: 10px 0px;
}
.box {
    margin-bottom: 30px;
    padding: 20px 40px;
    background: #fff;
    overflow: hidden;
    border-radius: 16px;
    -o-box-shadow: 0 2px 24px 2px rgba(166, 197, 215 , 0.2);
    -moz-box-shadow: 0 2px 24px 2px rgba(166, 197, 215 , 0.2);
    -webkit-box-shadow: 0 2px 24px 2px rgba(166, 197, 215 , 0.2);
    box-shadow: 0 2px 24px 2px rgba(166, 197, 215 , 0.2);
}
.box h2 {
    font-size: 16px;
}
#avatars {
    display: none;
}
.grid {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    grid-gap: 10px;
}
.grid a {
    display: table;
}
.grid img {
    width: 100%;
}
.profile {
    text-align: center;
    padding: 50px !important;
}
.myavatar {
    position: absolute;
    left: 0;
    right: 0;
    height: 120px;
    width: 120px;
    border-radius: 60px;
    overflow: hidden;
    margin: auto;
}
.myavatar img {
    transform: scale(1.1);
    width: 100%;
}
.myavatar span {
    position: absolute;
    right: 0;
    margin-top: 90px;
    left: 0;
    height: 30px;
    font-size: 12px;
    cursor: pointer;
    color: #fff;
    background: rgb(0, 0, 0, 0.5);
    z-index: 0;
}
.profile h3 {
    margin-top: 140px;
    margin-bottom: 0px;
}
#logout {
    color: #fff;
    background: #ff6363;
    border-bottom: 3px solid #f44d4d;
    font-family: 'Ejaabat';
    font-weight: bold;
    padding: 5px 20px 8px 20px;
    border-radius: 12px;
    margin-top: 20px;
    display: inline-block;
}
.question div { text-align: right; }
.answer {
    margin-bottom: 30px;
    padding: 40px;
    background: #fff;
    border-radius: 16px;
    -o-box-shadow: 0 2px 24px 2px rgba(166, 197, 215 , 0.2);
    -moz-box-shadow: 0 2px 24px 2px rgba(166, 197, 215 , 0.2);
    -webkit-box-shadow: 0 2px 24px 2px rgba(166, 197, 215 , 0.2);
    box-shadow: 0 2px 24px 2px rgba(166, 197, 215 , 0.2);
}
.answer em, .question em {
    color: #909ca5;
    font-style: normal;
    font-size: 12px;
}
.answer h2 {
    font-size: 14px;
}
.answer svg {
    margin: 8px;
    position: absolute;
}
.avatar {
    float: right;
    width: 55px;
    height: 55px;
    margin-left: 20px;
    border-radius: 50%;
}
.status {
    text-align: center;
    width: 50%;
    float: right;
    padding: 10px;
    margin: 0px 0px;
    border-radius: 10px;
}
.status:hover {
    background: #ecfbf9;
}
.greenTitle {
    text-align: center;
    background: #00d4c1;
    margin-top: -35px;
    position: absolute;
    font-size: 14px;
    left: 50%;
    width: 150px;
    margin-left: -75px;
    border-radius: 30px;
}
.payments {
    font-family: 'Ejaabat';
    font-weight: bold;
}
.payments ul {
    padding-inline-start: 0px;
}
.payments ul li {
    list-style: none;
    display: flex;
    justify-content: space-between;
    padding: 18px 0px;
    border-top: 1px solid #f8f8f8;
}
.payments ul li:nth-child(1) {
    border: none;
}
#related ul li::before {
    content: "\2022";
    color: #00f2de;
    display: inline-block;
    width: 2em;
}
#mic {
    width: 40px;
    cursor: pointer;
}
#comment-form textarea {
    background: #ffffff;
    padding: 20px;
    border-radius: 16px;
    width: 100%;
    min-height: 210px;
    resize: none;
    font-size: 16px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: 4px solid #bef4e8;
}

.word-count {
    margin: 15px 0 5px 0;
    font-size: 12px;
    text-align: left;
    display: block;
}
#comment-form input {
    font-family: 'Ejaabat';
    font-weight: bold;
    background: var(--primary);
    border: none;
    border-bottom: 3px solid rgba(0, 0, 0, 0.05);
    cursor: pointer;
    font-size: 16px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    margin: 10px 0px 30px 0px;
    padding: 20px;
    -webkit-appearance: none;
    border-radius: 10px;
    width: 100%;
    color: #fff;
}
#ask-form textarea {
    background: rgb(249, 249, 249);
    border: none;
    padding: 30px;
    border-radius: 16px;
    width: 100%;
    min-height: 140px;
    resize: none;
}
#ask-form input {
    background: rgb(249, 249, 249);
    border: none;
    margin: 20px 0px;
    padding: 22px;
    border-radius: 10px;
    width: 100%;
    color: #000;
}
#ask-form input[type="submit"] {
    -webkit-appearance: none;
    font-family: 'Ejaabat';
    font-weight: bold;
    background-color: var(--primary);
    cursor: pointer;
    border: none;
    margin: 20px 0px;
    padding: 22px;
    border-radius: 10px;
    width: 100%;
    color: #fff;
}
.question-number {
    color: #00d4c1;
    font-size: 20px;
}
.answer-number {
    color: #00d4c1;
    font-size: 20px;
}
.user-number {
    color: #00fec5;
    font-size: 20px;
}
.font10 {
    font-size: 10px;
}
.color-gray {
    color: #999;
    font-size: 20px;
}
.color-green {
    color: #00d66b;
    margin-top: 20px;
    font-size: 20px;
}
.color-red {
    color: #ff6b65;
    margin-top: 20px;
    font-size: 20px;
}
.color-yellow {
    color: #ffd820;
    margin-top: 20px;
    font-size: 20px;
}
.answered {
    color: var(--primary) !important;
    background: #e6fbf6 !important;
}
.answered:before {
    content: "";
    width: 22px;
    height: 22px;
    background: url(../done.svg) no-repeat;
    display: inline-block;
    margin-left: 8px;
    margin-bottom: -5px;
}
.no_answers {
    color: #ff5d5d !important;
    background: #fff6f6 !important;
}
.accept {
    color: #ffffff !important;
    background: #00d4c1 !important;
    font-family: 'Ejaabat';
    font-weight: bold;
    cursor: pointer;
}
.decline {
    color: #ffffff !important;
    font-family: 'Ejaabat';
    font-weight: bold;
    background: #ff6262 !important;
    cursor: pointer;
}
.box ol {
    padding-right:15px;
}
header span {
    margin-right: 5px;
    color: #00d4c1;
    font-weight: bold;
}
#msg {
    background: #ffe8e8;
    color: #b30000;
    font-size: 14px;
    padding: 10px 20px 10px 20px;
    border-radius: 12px;
    margin: 30px 0px 20px 0px;
}
#msg a {
    float: left;
    margin: 10px;
    background: #ffffff;
    color: #b30000;
    border-radius: 30px;
    padding: 0px 15px;
}
#wrong {
    color: #ff7979;
    font-size: 20px;
    margin-left: 10px;
    display: inline-block;
}
.success {
    margin-bottom: 30px;
    padding: 30px 40px;
    text-align: center;
    font-family: 'Ejaabat';
    font-weight: bold;
    color: #00d4c1;
    background: #dafff6;
    border-radius: 16px;
}
.error {
    margin-bottom: 30px;
    padding: 30px 10px;
    text-align: center;
    font-family: 'Ejaabat';
    font-weight: bold;
    color: #ffffff;
    background: var(--primary);
    border-radius: 16px;
}
#anonymous {
    float: left;
    margin: 40px 0px 0px -95px;
    position: sticky;
    border-radius: 50px;
    font-size: 8px;
    padding: 0px 10px;
    background: #ffe463;
}
#date {
    float: left;
    margin: 10px 0px 0px 10px;
    border-radius: 50px;
    font-size: 12px;
    padding: 2px 20px;
    color: #757575;
    background: #f9f9f9;
}
.pages {
    text-align: center;
}
.pages ul {
    padding: 0;
}
.pages li {
    font-size: 12px;
    display: inline;
    margin: 8px;
}
@media (max-width: 992px) {
    ul.question-info li {
        padding: 9px 12px;
    }
    nav a:not(#profile) {
        font-size: 14px;
    }
    #page-top {
        height: 110px;
    }
    .question,.answer, .box {
        padding: 20px;
    }
    .question-info {
        margin-top: 15px;
        margin-bottom: 5px;
    }
    header {
        padding: 30px 0px 30px 0px;
    }
    #bg {
        border-radius: initial;
    }
    #comment-form textarea {
        min-height: 380px;
        padding: 10px;
        font-size: 14px;
    }
    .help {
       grid-template-columns: auto;
    }
    .grid {
       grid-template-columns: repeat(6, 1fr);
    }
}