#main-header {
  font-size: 1%;
  position: absolute;
  top: 67px;
  color: white;
  z-index: -2;
}

#header-buttom-bar {
  width: 100%;
}
#header-buttom-bar a {
  background: #3a6ea5;
  font-weight: bold;
  color: #f3f3f3;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
}
#header-buttom-bar img {
  width: 24px;
  vertical-align: bottom;
}

body {
  margin: 0;
  direction: rtl;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

h2 {
  color: #333333;
  font-size: 120%;
}

h4 {
  color: #333333;
  font-size: 100%;
}

p {
  color: #333333;
}

.hr {
  height: 2px;
  width: 100%;
  background: linear-gradient(to right, #f3f3f3, #4f7fbf, #f3f3f3);
}

.section-title {
  margin: 0;
  padding-top: 16px;
}

.section-sub-title {
  margin-top: 4px;
  color: #555555;
}

.paging {
  display: flex;
}
.paging ul {
  display: flex;
}
.paging li {
  margin: auto 8px;
  padding: 2px;
  border-radius: 4px;
}
.paging li.selected {
  border: solid 1px #4f7fbf;
}
.paging button {
  height: 32px;
  margin: 8px 0;
  padding: 0 4px 2px 4px;
  font-size: 75%;
  font-weight: bold;
  color: #e2e2f2;
  background-color: #3a6ea5;
  border-radius: 6px;
  border: solid 1px #555555;
  cursor: pointer;
}
.paging button:active {
  background-color: #4f7fbf;
}
.paging button.disabled {
  background-color: #e2e2f2;
  color: grey;
  cursor: default;
}

#public-questions-pages {
  display: grid;
}

.faq-ul {
  grid-area: 1/1;
  opacity: 0;
  z-index: 1;
}

.faq-ul:first-child {
  opacity: 1;
  z-index: 2;
}

@media only screen and (max-width: 600px) {
  #header-buttom-bar a {
    border-radius: 0 0 16px 0;
    padding: 8px 8%;
    display: block;
    margin: 0 auto 0 0;
  }
  #public-questions, #user-questions, #question-section {
    margin: 8px 16px;
  }
  .faq-ul, #user-questions-inner {
    margin: 16px 8px;
    padding: 8px;
    border-radius: 8px;
  }
  .faq-ul li:first-child, #user-questions-inner li:first-child {
    border-radius: 8px 8px 0 0;
  }
  .faq-ul li, #user-questions-inner li {
    padding: 8px 16px;
    margin: 4px 0;
    background: #e2e2f2;
  }
  .faq-ul li:last-child, #user-questions-inner li:last-child {
    border-radius: 0 0 8px 8px;
  }
  #user-questions-ul img, .faq-ul img {
    width: 24px;
    margin: auto 0 auto 16px;
  }
  #user-questions-ul h4, .faq-ul h4 {
    margin: 4px 0;
  }
  #send-new-question {
    line-height: 24px;
    font-weight: bold;
    color: #f3f3f3;
    border: solid 1px #555555;
    border-radius: 6px;
    padding: 0 8px 2px 8px;
    background-color: #3a6ea5;
    margin-top: 16px;
  }
  #send-new-question:active {
    background-color: #4f7fbf;
  }
  .modal {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: #f3f3f3;
  }
  .modal header {
    padding: 32px 16px 8px 16px;
    flex-direction: column;
  }
  .modal .hr {
    margin: 24px 0 0 0;
  }
  .modal .logo {
    width: 128px;
    height: 48px;
  }
  .modal button {
    line-height: 24px;
    font-weight: bold;
    color: #f3f3f3;
    border: solid 1px #555555;
    border-radius: 6px;
    padding: 0 8px 2px 8px;
  }
  .modal .approve-button {
    background-color: #3a6ea5;
  }
  .modal .approve-button:active {
    background: #4f7fbf;
  }
  .modal .cancel-button {
    background: #9e2121;
  }
  .modal .cancel-button:active {
    background: #ce2a2a;
  }
  .modal .button-holder {
    display: flex;
    gap: 16px;
  }
  .send-question-modal form {
    margin: 0 16px;
    display: grid;
    gap: 16px;
  }
  .send-question-modal small {
    text-align: justify;
    text-justify: distribute;
    display: block;
    color: #555555;
    font-size: 75%;
  }
  .send-question-modal #dont-publish-input {
    width: 24px;
    height: 24px;
  }
  .send-question-modal label {
    vertical-align: super;
  }
  .send-question-modal textarea {
    border: solid 1px #3a6ea5;
    border-radius: 6px;
    resize: none;
    height: 128px;
  }
}
@media only screen and (min-width: 601px) and (max-width: 800px) {
  #header-buttom-bar {
    position: absolute;
    top: 59px;
  }
  #header-buttom-bar a {
    border-radius: 0 0 0 16px;
    padding: 8px 4%;
  }
  #public-questions, #user-questions, #question-section {
    margin: 8px 16px;
  }
  .faq-ul, #user-questions-inner {
    margin: 16px 8px;
    padding: 8px;
    border-radius: 8px;
  }
  .faq-ul li:first-child, #user-questions-inner li:first-child {
    border-radius: 8px 8px 0 0;
  }
  .faq-ul li, #user-questions-inner li {
    padding: 8px 16px;
    margin: 4px 0;
    background: #e2e2f2;
  }
  .faq-ul li:last-child, #user-questions-inner li:last-child {
    border-radius: 0 0 8px 8px;
  }
  #user-questions-ul img, .faq-ul img {
    width: 24px;
    margin: auto 0 auto 16px;
  }
  #user-questions-ul h4, .faq-ul h4 {
    margin: 4px 0;
  }
  #send-new-question {
    line-height: 24px;
    font-weight: bold;
    color: #f3f3f3;
    border: solid 1px #555555;
    border-radius: 6px;
    padding: 0 8px 2px 8px;
    background-color: #3a6ea5;
    margin-top: 16px;
  }
  #send-new-question:active {
    background-color: #4f7fbf;
  }
  .modal {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: #f3f3f3;
    width: 512px;
    margin: 0 auto;
  }
  .modal header {
    padding: 32px 16px 8px 16px;
    flex-direction: column;
  }
  .modal .hr {
    margin: 24px 0 0 0;
  }
  .modal .logo {
    width: 128px;
    height: 48px;
  }
  .modal button {
    line-height: 24px;
    font-weight: bold;
    color: #f3f3f3;
    border: solid 1px #555555;
    border-radius: 6px;
    padding: 0 8px 2px 8px;
  }
  .modal .approve-button {
    background-color: #3a6ea5;
  }
  .modal .approve-button:active {
    background: #4f7fbf;
  }
  .modal .cancel-button {
    background: #9e2121;
  }
  .modal .cancel-button:active {
    background: #ce2a2a;
  }
  .modal .button-holder {
    display: flex;
    gap: 16px;
  }
  .send-question-modal form {
    margin: 0 16px;
    display: grid;
    gap: 16px;
  }
  .send-question-modal small {
    text-align: justify;
    text-justify: distribute;
    display: block;
    color: #555555;
    font-size: 75%;
  }
  .send-question-modal #dont-publish-input {
    width: 24px;
    height: 24px;
  }
  .send-question-modal label {
    vertical-align: super;
  }
  .send-question-modal textarea {
    border: solid 1px #3a6ea5;
    border-radius: 6px;
    resize: none;
    height: 128px;
  }
}
@media only screen and (min-width: 801px) and (max-width: 1024px) {
  #header-buttom-bar {
    position: relative;
    top: 3px;
    left: 3%;
    text-align: left;
  }
  #header-buttom-bar a {
    border-radius: 0 0px 16px 16px;
    padding: 8px 8%;
  }
  #public-questions, #user-questions, #question-section {
    margin: 8px 4%;
  }
  .faq-ul, #user-questions-inner {
    margin: 16px 8px;
    padding: 8px;
    border-radius: 8px;
  }
  .faq-ul li:first-child, #user-questions-inner li:first-child {
    border-radius: 8px 8px 0 0;
  }
  .faq-ul li, #user-questions-inner li {
    padding: 8px 16px;
    margin: 4px 0;
    background: #e2e2f2;
  }
  .faq-ul li:last-child, #user-questions-inner li:last-child {
    border-radius: 0 0 8px 8px;
  }
  #user-questions-ul img, .faq-ul img {
    width: 24px;
    margin: auto 0 auto 16px;
  }
  #user-questions-ul h4, .faq-ul h4 {
    margin: 4px 0;
  }
  #send-new-question {
    line-height: 24px;
    font-weight: bold;
    color: #f3f3f3;
    border: solid 1px #555555;
    border-radius: 6px;
    padding: 0 8px 2px 8px;
    background-color: #3a6ea5;
    margin-top: 16px;
  }
  #send-new-question:active {
    background-color: #4f7fbf;
  }
  .modal {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: #f3f3f3;
    width: 512px;
    margin: 24px auto;
    border-radius: 8px;
    border: solid 1px #3a6ea5;
  }
  .modal header {
    padding: 32px 16px 8px 16px;
    flex-direction: column;
  }
  .modal .hr {
    margin: 24px 0 0 0;
  }
  .modal .logo {
    width: 128px;
    height: 48px;
  }
  .modal button {
    line-height: 24px;
    font-weight: bold;
    color: #f3f3f3;
    border: solid 1px #555555;
    border-radius: 6px;
    padding: 0 8px 2px 8px;
  }
  .modal .approve-button {
    background-color: #3a6ea5;
  }
  .modal .approve-button:active {
    background: #4f7fbf;
  }
  .modal .cancel-button {
    background: #9e2121;
  }
  .modal .cancel-button:active {
    background: #ce2a2a;
  }
  .modal .button-holder {
    display: flex;
    gap: 16px;
  }
  .send-question-modal form {
    margin: 0 16px;
    display: grid;
    gap: 16px;
  }
  .send-question-modal small {
    text-align: justify;
    text-justify: distribute;
    display: block;
    color: #555555;
    font-size: 75%;
  }
  .send-question-modal #dont-publish-input {
    width: 24px;
    height: 24px;
  }
  .send-question-modal label {
    vertical-align: super;
  }
  .send-question-modal textarea {
    border: solid 1px #3a6ea5;
    border-radius: 6px;
    resize: none;
    height: 128px;
  }
}
@media only screen and (min-width: 1025px) {
  #header-buttom-bar {
    text-align: left;
    position: relative;
    top: 3px;
  }
  #header-buttom-bar a {
    border-radius: 0 0px 16px 0;
    padding: 8px 10%;
  }
  #public-questions, #user-questions, #question-section {
    margin: 8px 4%;
  }
  .faq-ul, #user-questions-inner {
    margin: 16px 8px;
    padding: 8px;
    border-radius: 8px;
  }
  .faq-ul li:first-child, #user-questions-inner li:first-child {
    border-radius: 8px 8px 0 0;
  }
  .faq-ul li, #user-questions-inner li {
    padding: 8px 16px;
    margin: 4px 0;
    background: #e2e2f2;
  }
  .faq-ul li:last-child, #user-questions-inner li:last-child {
    border-radius: 0 0 8px 8px;
  }
  #user-questions-ul img, .faq-ul img {
    width: 24px;
    margin: auto 0 auto 16px;
  }
  #user-questions-ul h4, .faq-ul h4 {
    margin: 4px 0;
  }
  #send-new-question {
    line-height: 24px;
    font-weight: bold;
    color: #f3f3f3;
    border: solid 1px #555555;
    border-radius: 6px;
    padding: 0 8px 2px 8px;
    background-color: #3a6ea5;
    margin-top: 16px;
  }
  #send-new-question:active {
    background-color: #4f7fbf;
  }
  .modal {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: #f3f3f3;
    width: 512px;
    margin: 24px auto;
    border-radius: 8px;
    border: solid 1px #3a6ea5;
  }
  .modal header {
    padding: 32px 16px 8px 16px;
    flex-direction: column;
  }
  .modal .hr {
    margin: 24px 0 0 0;
  }
  .modal .logo {
    width: 128px;
    height: 48px;
  }
  .modal button {
    line-height: 24px;
    font-weight: bold;
    color: #f3f3f3;
    border: solid 1px #555555;
    border-radius: 6px;
    padding: 0 8px 2px 8px;
  }
  .modal .approve-button {
    background-color: #3a6ea5;
  }
  .modal .approve-button:active {
    background: #4f7fbf;
  }
  .modal .cancel-button {
    background: #9e2121;
  }
  .modal .cancel-button:active {
    background: #ce2a2a;
  }
  .modal .button-holder {
    display: flex;
    gap: 16px;
  }
  .send-question-modal form {
    margin: 0 16px;
    display: grid;
    gap: 16px;
  }
  .send-question-modal small {
    text-align: justify;
    text-justify: distribute;
    display: block;
    color: #555555;
    font-size: 75%;
  }
  .send-question-modal #dont-publish-input {
    width: 24px;
    height: 24px;
  }
  .send-question-modal label {
    vertical-align: super;
  }
  .send-question-modal textarea {
    border: solid 1px #3a6ea5;
    border-radius: 6px;
    resize: none;
    height: 128px;
  }
}/*# sourceMappingURL=contact_me.css.map */