@font-face {
  font-family: "Ejaabat";
  src: url("../fonts/Ejaabat.woff") format("woff2");
  font-display: swap;
}
* {
  -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 {
  font-family: "Ejaabat", Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 2;
  color: #002b50;
  background-color: #ffffff;
  margin: 0px;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a,
a:hover,
a:focus {
  color : #002b50;
  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;
}
.popular {
    display: flex;
    flex-wrap: wrap;
    margin: 30px -10px;
}
.popular a {
    padding: 16px;
    background: #fff;
    flex-grow: 1;
    margin: 10px;
    text-align: center;
    border-radius: 12px;
    -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 rgb(166 197 215 / 20%);
    box-shadow: 0 2px 24px 2px rgb(166 197 215 / 20%);
}
#fixedads {
    background: #ebecec;
    position: fixed;
    left: 0;
    bottom: 0;
    text-align: center;
    width: 100%;
    height: 100px;
}
#close {
    line-height: 0px;
    position: absolute;
    margin-top: -24px;
    padding: 12px 10px;
    cursor: pointer;
    font-size: 20px;
    border-radius: 12px 12px 0px 0px;
    background: #ebecec;
    color: #4f4f4f;
}
.container {
  max-width: 950px;
  margin: auto;
  padding: 0px 15px;
}
.text-center {
  text-align: center;
}
header {
    background-color: #3effd8;
    background: linear-gradient(50deg,#00ffdc,#4cffce);
    padding: 30px 30px 34px 30px;
    margin-bottom: 15px;
}
#logo {
    color: #fff;
    font-size: 36px;
    line-height: 42px;
}
nav {
    display: inline;
}
nav a:not(#profile) {
    float: left;
    text-align: center;
    padding: 10px 20px;
    display: block;
    font-size: 14px;
    border-radius: 26px;
    background: #fff;
    color: #002b50;
    margin-right: 10px;
}
nav a:hover {
    box-shadow: 0px 0px 20px 0px #fff;
}
nav a:focus {
    color: #00f7d3;
}
.ads {
    min-height: 285px;
}
#ask {
    background: #3dffd1;
    box-shadow: 0px 0px 20px #43ffd0;
    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;
    height: 240px;
    display: block;
    margin: auto;
}

#yes { background: #01de8c;color: #fff;margin: 10px;border-radius: 30px;padding: 4px 30px 6px 30px;display: inline-block; }

#no { background: #d50000;color: #fff;margin: 10px;border-radius: 30px;padding: 4px 30px 6px 30px;display: inline-block; }

.opinion {
    font-size: 18px;
    text-align: center;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-8px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-8px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDown {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
.fadeInDown:nth-of-type(1) {
    animation-delay: 0ms;
}
.fadeInDown:nth-of-type(2) {
    animation-delay: 200ms;
}
.fadeInDown:nth-of-type(3) {
    animation-delay: 300ms;
}
.fadeInDown:nth-of-type(4) {
    animation-delay: 400ms;
}
.fadeInDown:nth-of-type(5) {
    animation-delay: 500ms;
}
.fadeInDown:nth-of-type(6) {
    animation-delay: 600ms;
}
#profilePicture {
    float: left;
    width: 50px;
    margin-right: 10px;
    border-radius: 50%;
}
label {
    display: none;
}
#fb {
    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: "ⓕ";
    font-size: 15px;
    padding: 15px;
    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: 550px;
    padding: 15px;
    margin: auto;
}
#search-input {
    padding: 22px 26px;
    background: #fff;
    border: none;
    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: 25px;
    background-repeat: no-repeat;
    cursor: pointer;
    height: 25px;
    width: 25px;
    margin: 25px;
    position: absolute;
    margin-right: -50px;
}
footer {
    background: #fff;
    padding: 20px 0px 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 {
    text-align: center;
    width: 50%;
    float: right;
}

#latest_questions, #related_questions h2 {
    background: #00e8c7;
    color: #fff;
    padding: 16px 30px;
    text-align: center;
    border-radius: 8px;
    border-bottom: 2px solid #23dabb;
    margin-bottom: 30px;
}

#related_questions h3 {
    margin: 0;
    font-weight: normal;
}

#related_questions h3::before {
    content: "؟";
    color: #fff;
    text-shadow: 0px 0px 1px #ffffff;
    padding: 0px 8px;
    background: #00e8c7;
    box-shadow: 0px 0px 10px #d4fff5;
    border-radius: 8px;
    font-size: 12px;
    margin-left: 14px;
    line-height: 2px;
}

#related_questions p {
    color: #8da1b3;
    margin: 0;
}

.question {
    margin-bottom: 30px;
    padding: 40px;
    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;
    font-size: 14px;
}
.question-info {
    padding-inline-start: 0px;
    margin-top: 20px;
    margin-bottom: 10px;
}
ul.question-info li {
    background: #f9f9f9;
    border-radius: 16px;
    padding: 6px 20px;
    font-size: 12px;
    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 {
    color: #01de8c;
    font-size: 12px;
}
#confirmed:before {
    content: " ";
    height: 14px;
    width: 14px;
    margin-left: 10px;
    border-radius: 100px;
    display: inline-block;
    margin-bottom: -3px;
    background: #01de8c;
}
#denied {
    color: #ff6363;
    font-size: 12px;
}
#denied:before {
    content: " ";
    height: 14px;
    width: 14px;
    margin-left: 10px;
    border-radius: 100px;
    display: inline-block;
    margin-bottom: -3px;
    background: #ff6363;
}
#waiting {
    color: #efc500;
    font-size: 12px;
}
#waiting:before {
    content: " ";
    height: 14px;
    width: 14px;
    margin-left: 10px;
    border-radius: 100px;
    display: inline-block;
    margin-bottom: -3px;
    background: #efc500;
}
#waiting-approval {
    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;
}
.bar1 {
    height: 40px;
    background: #f5f5f5;
    border-radius: 50px;
    padding: 4px;
    margin-bottom: 10px;
}
.bar2 {
    height: 32px;
    float:left;
    min-width: 32px;
    background-color: #3effd8;
    background: linear-gradient(50deg,#4cffce, #00fff3);
    border-radius: 50px;
    padding: 2px;
}

span.balance {
    float: left;
    font-size: 13px;
}

span.threshold {
    float: right;
    font-size: 13px;
}
#vcash-form input[type="text"] {
    height: 60px;
    background: #f5f5f5;
    border: none;
    padding: 14px;
    border-radius: 6px;
    display: block;
    width: 100%;
    margin-bottom: 12px;
}
#vcash-form input[type="submit"] {
    display: block;
    width: 100%;
    height: 60px;
    border-radius: 6px;
    border: none;
    color: #fff;
    background-color: #3effd8;
    background: linear-gradient(50deg,#00ffdc,#4cffce);
}
#vcash-form {
    margin: 20px 0px;
    display: none;
}
#change-number {
    display: inline-block;
    float: left;
    margin-top: -44px;
    border-radius: 16px;
    font-size: 12px;
    cursor: pointer;
    color: #fff;
    padding: 2px 10px;
    background-color: #808080;
}
#vcash-number {
    color: #7f7f7f;
    margin-bottom: 10px;
}
h1, h2 {
    font-weight: normal;
    font-size: 1.2em;
    line-height: 30px;
    margin-block-start: 0;
    margin-block-end: 0;
}
h3 {
    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(12, 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;
    font-size: 12px;
    padding: 2px 16px;
    border-radius: 15px;
    margin-top: 20px;
    display: inline-block;
}
.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 h2 {
    font-size: 14px;
}
.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;
}
em {
    color: #909ca5;
    font-style: normal;
    font-size: 12px;
}
.box ul {
    padding-inline-start: 0px;
}
.box ul li {
    list-style: none;
    padding: 10px 0px;
    line-height: 30px;
    border-top: 1px solid #f8f8f8;
}
.box 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: rgba(166, 197, 215 , 0.1);
    border: none;
    margin-top: 20px;
    padding: 20px;
    border-radius: 16px;
    width: 100%;
    min-height: 140px;
    resize: none;
    font-size: 16px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: 2px solid transparent;
}
#comment-form textarea:focus {
    border: 2px solid #00f2de;
    background: #f6fffe;
}
.word-count {
    float: left;
    font-size: 12px;
    padding: 10px 0px;
    position: sticky;
}
#comment-form input {
    background-color: #3effd8;
    background: linear-gradient(50deg,#00ffdc,#4cffce);
    border: none;
    cursor: pointer;
    margin: 20px 0px;
    padding: 20px;
    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"] {
    background-color: #3effd8;
    background: linear-gradient(50deg,#00ffdc,#4cffce);
    cursor: pointer;
    border: none;
    margin: 20px 0px;
    padding: 22px;
    border-radius: 10px;
    width: 100%;
    color: #fff;
}
.question-number {
    color: #00e9f0;
    font-size: 20px;
}
.answer-number {
    color: #01f3dd;
    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: #21daba !important;
    background: #d4fff5 !important;
}
.no_answers {
  color: #b30000 !important;
  background: #ffefef !important;
}
.accept {
  color: #00b342 !important;
  background: #e1fdef !important;
  cursor: pointer;
}
.decline {
  color: #b30000 !important;
  background: #ffefef !important;
  cursor: pointer;
}
ul#pagination {
    margin: 50px 0px;
    padding-right: 0px;
}
#pagination li {
    list-style: none;
    margin: 0px 2px;
    display: inline-block;
}
#pagination li a {
    background: #fafafa;
    padding: 20px 24px;
    border-radius: 18px;
}
li#current {
    background: #00eaee;
    color: #fff;
    padding: 14px 24px;
    border-radius: 18px;
}
.box ol {
    padding-right:15px;
}
header span {
    margin-right: 5px;
    color: #00efb8;
    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: 16px 40px;
    text-align: center;
    color: #00d66b;
    background: #c8ffe3;
    border-radius: 16px;
}
.error {
    margin-bottom: 30px;
    padding: 16px 40px;
    text-align: center;
    color: #cc0000;
    background: #ffeaeb;
    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: 16px;
}
@media (max-width: 992px) {
    .question,.answer, .box {
        padding: 20px;
    }
    .question-info {
        margin-top: 15px;
        margin-bottom: 5px;
    }
    header {
        padding: 30px 0px;
    }
    #bg {
        border-radius: initial;
    }
    #comment-form textarea {
        min-height: 300px;
    }
    .help {
       grid-template-columns: auto;
    }
    .grid {
        grid-template-columns: repeat(6, 1fr);
    }
}