@font-face {
  font-family: shabnam;
  src: url('../fonts/Shabnam-FD.woff2') format('woff2');
  font-display: swap;

}
*{
  scrollbar-width: thin;
  scrollbar-color: #ff6c01 #ffefdf;

}

/* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 12px;
}

*::-webkit-scrollbar-track {
  background: #ffefdf;
}

*::-webkit-scrollbar-thumb {
  background-color: #ff6c01;
  border-radius: 10px;
  border: 2px solid #ff6c01;
}

body , html {

  margin: 0;
  padding: 0;
  direction: rtl;
}

img{
  max-width: 100%;
  height: auto;
}
ul , li {
  margin: 0;
  padding: 0;
  list-style: none;

}
h1, h2, h3, h4, h5, h6 {
  color: #7d0069;
  font-size: 20px;
  font-weight: normal;
}
hr {
  margin: 18px;
  border: 0.13rem dashed #eee;
}
* {
  box-sizing: border-box;
  outline: none;
  font-family:shabnam ;
}
a {
  text-decoration: none;
  color: #0074E8;
}
body {
background: #F3F4F6;
overflow-wrap: anywhere;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  max-width : 95%;
  margin: 0;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.11), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  
}
img,
object,
embed {
  max-width: 100%;
  height: auto;
  border-radius: 15px;
}
.wp-caption {
  max-width: 100%;
}
.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto 1.75em;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 6px;
  margin-bottom: 6px;
}
blockquote, q {
  background: #f3eeff;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 10px;
  border-right: 5px solid #b888ff;
  border-left: 5px solid #b888ff;
  margin: 2px;    
  }
  .line-c3 {
    overflow: hidden;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
}
.line-c2 {
    overflow: hidden;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
}
.line-c1 {
    overflow: hidden;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
}

/*****************************
HEADER *
*****************************/


.header-up {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top : 5px;
  
}
header {
  padding: 5px 10px;
  width: 100%;
  margin: 0 auto;
  position: sticky;
  top: 0;
  background: #fff;
  height:max-content;
  border-bottom: 2px solid rgb(230, 230, 230);
  z-index: 3;
  white-space: nowrap;
overflow-x: auto;

}
.custom-logo-link img {
  height: 34px;
  width: auto;
  min-width: 106px;
}
 .nav-menu {
  position: fixed;
  top: 0;
  right: -120%;
  width:300px;
  background: #ffffff;
  border-left: 2px solid #f2f2f2;
  height: 100%;
  transition: 0.4s all;
  z-index: 21;
}
.nav-menu.open-menu {
  right: 0;
}
nav.menu-position {
  height: 600px;
  overflow: scroll;
    overflow-x: scroll;
  overflow-x: hidden;
  scrollbar-width: none;
}
.nav-menu > nav >  ul > li {
border: 2px solid #eee;
padding: 10px;
border-radius: 10px;
margin: 5px 20px;
}
.nav-menu.open-menu .sub-menu {
margin-top: 8px !important;
display: none;
}
.nav-menu.open-menu .sub-menu > li {
margin-top: 4px;
}
.nav-menu > nav > ul > li > a {
color: #646464;
}
.nav-menu  > nav > ul > li > a:hover {
color: red;
transition: 0.3s all;
}
.sub-menu > li > a:hover {
color: red;
}
.sub-menu > li > a {
color: #646464;
}
.menu-item-has-children {
  position: relative;
}
.menu-item-has-children > svg {
  width: 20px;
  height: 20px;
  float: left;
  border: 1px solid #ffa0a0;
  border-radius: 10px;
  fill: #ff9090;
  left: 10px;
top: 10px;
position: absolute;
cursor: pointer;
}
.links > ul {
  display: flex;
  align-items: center;
}
.links > ul > li > svg {
  width: 20px;
  fill: #686868;
  cursor: pointer;
}
.links > ul > li {
  margin: 0 10px;
}
.links > ul > li > a > svg:hover {
  fill: red;
  transition: 0.3s all;
}
.header-logo > a > img {
  max-width: 110px;
}


.close-mobile-menu {
  cursor: pointer;
  background: rgb(255, 72, 0);
  box-shadow: 0 5px 7px 0px #acacacad;
  margin: 10px 0 30px 0;
  display: block;
  border: none;
  font-size: 17px;
  padding: 4px 10px;
  color: #fff;
  width: 100%;
}

  #commentsBt {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    padding: 0 10px;
    border-radius: 5px;
    background: #6e4aff;
    color: #ffffff;
    height: 30px;
    box-shadow: 0 5px 5px #eee;
    cursor: pointer;
    margin-top: -8px;
}
.back-d {
  background: #b9b9b91a;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  right: 0;
  backdrop-filter: blur(7px);
  display: none;
  z-index: 9;

}
.back-d.back-show{
    display: block;

  }
  .bell-back {
    background: #fff;
    padding: 5px;
    border-radius: 50%;
    width: 35px;
    text-align: center;
    height: 35px;
    animation: SearchPulse 2.5s 4.7s  infinite;
    z-index: 1;

  }
  @keyframes SearchPulse {
    0% {
     -moz-box-shadow:0 0 0 0 #fab47b;
     box-shadow:0 0 0 0 #e78686;
    }
    50% {
     -moz-box-shadow:0 0 0 6px transparent;
     box-shadow:0 0 0 6px transparent
    }
    75% {
      -moz-box-shadow:0 0 0 4px transparent;
      box-shadow:0 0 0 4px transparent
     }
    100% {
     -moz-box-shadow:0 0 0 0 transparent;
     box-shadow:0 0 0 0 transparent
    }
  }
 


  .bell-ring {
   
    -webkit-animation: ring 6s .7s ease-in-out infinite;
    -webkit-transform-origin: 50% 4px;
    -moz-animation: ring 6s .7s ease-in-out infinite;
    -moz-transform-origin: 50% 4px;
    animation: ring 10s .1s ease-in-out infinite;
    transform-origin: 50% 4px;
    
    cursor: pointer;
  }
  @-webkit-keyframes ring {
    0% { transform: rotate(0); }
    1% { transform: rotate(30deg); }
    3% { transform: rotate(-28deg); }
    5% { transform: rotate(34deg); }
    7% { transform: rotate(-32deg); }
    9% { transform: rotate(30deg); }
    11% { transform: rotate(-28deg); }
    13% { transform: rotate(26deg); }
    15% { transform: rotate(-24deg); }
    17% { transform: rotate(22deg); }
    

   20% { transform: rotate(0); }
    100% { transform: rotate(0); }
  }
  
  @-moz-keyframes ring {
    0% { -moz-transform: rotate(0); }
    1% { -moz-transform: rotate(30deg); }
    3% { -moz-transform: rotate(-28deg); }
    5% { -moz-transform: rotate(34deg); }
    7% { -moz-transform: rotate(-32deg); }
    9% { -moz-transform: rotate(30deg); }
    11% { -moz-transform: rotate(-28deg); }
    13% { -moz-transform: rotate(26deg); }
    15% { -moz-transform: rotate(-24deg); }
    17% { -moz-transform: rotate(22deg); }
    

   20% { transform: rotate(0); }
    100% { transform: rotate(0); }
  }
  
  @keyframes ring {
    0% { transform: rotate(0); }
    1% { transform: rotate(30deg); }
    3% { transform: rotate(-28deg); }
    5% { transform: rotate(34deg); }
    7% { transform: rotate(-32deg); }
    9% { transform: rotate(30deg); }
    11% { transform: rotate(-28deg); }
    13% { transform: rotate(26deg); }
    15% { transform: rotate(-14deg); }
    17% { transform: rotate(12deg); }
    

   20% { transform: rotate(0); }
    100% { transform: rotate(0); }
  }
  .ring-modal {
    height: 100%;
    width: 330px;
    position: fixed;
    top: 0;
    left: -150%;
    background: #fff;
    z-index: 10;
    transition: 1.5s;
  }
  .ring-modal.ring-show{
    left: 0;
    transition: 0.5s;


  }
  
  .ring-contents {
    margin-top: 15px;
    padding: 19px;
    height: 600px;
    overflow: scroll;
    scrollbar-width: thin;
    overflow-x: hidden;
  }
  .close-ring {
    text-align: center;
    margin-top: 10px;
    background: #ff3c00;
    color: #fff;
    padding: 5px 0;
    box-shadow: 0 0 5px 5px #eee;
    font-size: 18px;
    cursor: pointer;
  }

.ring-section {
  text-align: center;
  padding: 5px;
  box-shadow: 0 0 5px 5px #eee;
  margin-bottom: 10px;
  border-radius: 10px;
}
  /************************
  ** END-HEADER ***
  ************************/





      /************************
  ** START-MAIN posts ***
  ************************/
  main {
    width: 90%;
    max-width: 1400px;
   margin: 0 auto;
   margin-top: 10px;
   border-radius: 15px;
   margin-bottom: 20px;
  }
  article {
    width: 100%;
    height: auto;
    background: #fff;
    margin-bottom: 10px;
    border-radius: 5px;
    padding: 10px;
  }
 
@media only screen and (max-width: 1150px)  {
main {
  width: 99%;
}

.footer-container {
  width: 99%;
  max-width: 99%;
}
  
}

@media only screen and (max-width: 1000px)  {

main {
  width: 95%;
}
.post {
  width: 48%;
  display: grid;
  height: auto;
  text-align: center;
}
.con {
  display: grid;
  gap: 10px;
}
.footer-container {
    min-width: 95%;
    max-width: 99%;
    }
    
  
}
@media only screen and (max-width: 750px)  {
  #misha_pagination {
    width: 99%;

}
#misha_loadmore {
  width: 99%;

}
.loading {
  width: 99%;

}
  .post {
    display: grid;
    height: auto;
    width: 48%;
    text-align: center;
  }
  .con {
    display: grid;
    gap: 10px;
  }
    
  }
@media only screen and (max-width: 600px)  {


main {
width: 98%;
}
.post {
width: 98%;
}
.footer-container {
min-width: 95%;
max-width: 99%;
}
.footer-content {
  min-width: 99%;
  margin-bottom: 15px;
  border-bottom: 1px solid;
  padding-bottom: 20px;}
.footer-contents {
flex-direction:column ;
}

}
@media only screen and (max-width: 350px)  {


  main {
    width: 98%;
    }
    .post {
    width: 98%;
    }
    .footer-container {
    min-width: 95%;
    max-width: 99%;
    }
    .footer-content {
      width: 99%;
      margin-bottom: 15px;
      border-bottom: 1px solid;
      padding-bottom: 20px;}
    .footer-contents {
    flex-direction:column ;
    }
  
  }
/* end responsive*/

.related-container {
  background: #fff;
  margin: 0 auto;
  border-radius: 5px;
  padding: 10px;
}
.related-title > svg {
  width: 25px;
  height: 25px;
}
.relateds {
  margin-top: 10px;
  padding: 10px;
  background: #eee;
  border-radius: 5px;
  display: flex;
gap: 10px;
}
.relateds > a {
  color: #313131;
}
.relateds > a:hover {
  color: red;
}
.relateds:nth-child(2n-1) {
  background: #ffeaea;
}
.related-num {
  border-radius: 50%;
  background: #c570ff;
  min-width: 20px;
  color: #fff;
  text-align: center;
  height: max-content;
  width: max-content;
  font-weight: bold;
}
.usefull-sites {
  margin: 0 auto;
  width: 100%;
}

.backs {
  margin: 0 auto;
  background: #fff;
  padding: 10px;
  border-radius: 5px;
  margin-top: 15px;
  gap: 10px;
}
.back {
  border: 1px solid #f4f4f4;
  padding: 0 10px;
  margin-top: 5px;
  border-radius: 5px;
  line-height: 31px;
  color: #515151;
}
.back:nth-child(2n-1) {
  background: #f0f0f0;
}
.back > p {
  margin: 5px;
}

table {
  border-collapse: collapse;
}
table,
th,
td {
  vertical-align: bottom;
  border: 1px solid #ebebeb;
  width: auto;
  padding: 10px;
  color: #3a3a3a;
  max-width: 100%;
}
tr:nth-of-type(2n) {
  background: #f5f5f5;
}
.alert-danger {
  background-color: #ffc1c1;
  border-right: 5px #f00 solid;
  color: #470000;
  padding: 17px;
  margin: 10px;
}
.alert-warning {
  background: #ffd5ac;
  border-right: 5px solid #ff5100;
  color: #3d130a;
  padding: 17px;
  margin: 10px;
}
.alert-success {
  background-color: #daffca;
  border-right: 5px solid #7bcb09;
  color: #1e7720;
  padding: 17px;
  margin: 10px;
}
.alert-info {
  background-color: #f0faff;
  border-right: #4b87d5 5px solid;
  color: #045580;
  padding: 17px;
  margin: 10px;
}
.faq {
  background: #eee;
  padding: 15px 15px;
  border-radius: 5px;
}
.faq li {
  list-style: none;
  margin-right: auto;
}
.faq > ul > li > ul > li {
  background: #f4f4f4;
  margin-bottom: 15px;
}
.faq-sec {
  background: #eee;
  padding: 1px;
  margin-bottom: 5px;
  border-radius: 5px;
  color: #2d2d2d;
  text-align: center;
  font-size: 17px;
  line-height: 30px;
}

.question {
  background: #fff;
  padding: 1px 15px;
  border-radius: 5px;
  height: 50px;
  margin-top: 5px;
  width: 100%;
  height: max-content;
}

.answer-text {
  background: #fff;
  margin-top: 5px;
  border-radius: 10px;
  padding: 5px 10px;
  display: none;
}
.question-text {
  font-size: 18px;
  padding: 10px;
  color: #595959;
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  position: relative;
}
.question-text > svg {
  position: absolute;
  bottom: 10px;
  left: 0;
  border: 1px solid #c8c8c8;
  border-radius: 50%;
  padding: 2px;
}



.main-footer {
  background: #4043bf;
  width: 100%;
  border-top: 10px solid;
border-image-source: linear-gradient(90deg, #fd4d53 0%, #ff0008 25%, #0cd3a8 25%, #029783 50%, #ff5900 50%, #a83b00, 75%, #ff2063 75%, #9b0525 100%);
border-image-slice: 1;
margin-top: 15px;
}

.footerMenuLi > li >  a {
  color: #fff;
}
.footerMenuLi > li {
  margin-bottom: 15px;
}

.footer-container {
width: 80%;
max-width: 1250px;
margin: 0 auto;
padding-top: 25px;
}
.footer-contents {
display: flex;
color: #fff;
justify-content: space-between;
}
.footer-content {
width: 48%;
}
.footer-desc {
text-align: center;
margin-top: 25px;
color: #fff;
line-height: 32px;
margin-bottom: 25px;
}
.footer-copyRight {
background: #4F46E5;
padding: 10px 0;
text-align: center;
color: #fff;
}
.footer-content-title {
font-size: 18px;
padding: 10px;
border-right: 5px solid #FFB7A1;
margin-bottom: 20px;
}
.footer-content > a {
color: #fff;
}
.search {
background: #fff;
width: 98%;
height: 80%;
position: fixed;
bottom: -100%;
margin: 0 auto;
right: 1%;
left: auto;
border-radius: 20px 20px 0 0;
transition: 0.4s all;
z-index: 11;
}
.search.show-search { 
bottom: 0;

}
.search-title {
text-align: center;
padding: 10px;
margin-top: 10px;
margin-bottom: 20px;
border-bottom: 2px dashed #e3e3e3;
}

.search-form {
text-align: center;
padding: 10px;
}
.search-form > input {
border: 2px solid #eee;
padding: 20px;
border-radius: 10px;
width: 70%;
box-shadow: 0 5px 5px #eeeeeebf;
}
.search-form > button {
  border: 1px solid #eee;
  padding: 15px;
  border-radius: 10px;
  background: #005aff;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
}

.most-serched {
border-top: 2px dashed #eee;
margin-top: 20px;
}
.most-serched  > p {
text-align: center;
}
.most-serched > ul {
display: flex;
margin: 20px;
white-space: nowrap;
overflow-x: auto;
border: 2px solid #eee;
padding: 25px;
}

.most-serched > ul > li {
background: #dff4ff;
margin-left: 12px;
padding: 10px;
border-radius: 5px;
display: flex;
}
.most-serched > ul > li > a {
color: #107f99;
}
.close-btn {
  text-align: center;
  padding: 8px;
  background: #cd1111;
  color: #fff;
  margin: 0 auto;
  width: max-content;
  min-width: 136px;
  border-radius: 10px;
  box-shadow: 0 5px 7px #eee;
  cursor: pointer;
}
.hiddenrate {
  animation: hithere 1s ease infinite;

    
}
.hithere {
  animation: hithere 1s ease infinite;
}
@keyframes hithere {
  30% { transform: scale(1.2); }
  40%, 60% { transform: rotate(-20deg) scale(1.2); }
  50% { transform: rotate(20deg) scale(1.2); }
  70% { transform: rotate(0deg) scale(1.2); }
  100% { transform: scale(1); }
}


#wpadminbar {

position: absolute;
    top: 0;
    
}
.qsm-input-label {
  width: 100%;
  font-size: 16px !important;

}
.qmn_radio_answers {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;

}
.qmn_mc_answer_wrap {
  width: 48%;
  background: #eee;
  border-radius: 10px;
  box-shadow: 0 0 5px 5px #eeeeee1f;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 25px;
  padding: 5px;
  text-align: right;
}
.quiz_section {
 
  border: 2px solid #eee;
  margin-top: 15px;
  padding: 5px;
  border-radius: 10px;
  box-shadow: 0 9px 8px -2px #eeeeee9e;
  text-align: center;
}
.mlw_qmn_question > p {
  font-size: 18px;
  padding: 0 10px;
  color: rgb(100, 4, 4);
  line-height: 30px;
  font-weight: normal;
}
.qmn_results_page > form > input {
  border: none;
  background: #167680;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  width: 100%;
  font-size: 18px;
  margin-top: 10px;
}
.qsm-btn.qsm-submit-btn.qmn_btn {
  border: none;
  border-radius: 6px;
  box-shadow: 0 4px 9px -2px #00000082;
  background: #ff4800 !important;
  width: 100%;
}
.qmn_error_message {
	color: #fff;
	border: none;
	background: #FF3B4D;
	display: block;
	padding: 5px;
	margin: 10px 0 10px 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 10px;
	text-align: center;
	line-height: 30px;
}
.quiz_section.qmn_error .qmn_radio_answers {
	background: #FF7B8E;
	border: none;
	
}
#commentsBt > a {
  color: #fff;
}
.commentPage {
  width: 98%;
  background: #fff;
  margin: 0 auto;
    margin-top: 0px;
  max-width: 1300px;
  padding: 10px;
  margin-top: 10px;
  border-radius: 10px;
  text-align: center;
}
.commentPage > h1 {
  font-size: 18px;
  color: #4d4d4d;
  font-weight: 300;
}
.commentPage > h1> a {
  color: #ff5502;
}
#comments {
  max-width: 1300px;
    width: 98%;
    margin: 10px auto;
overflow: hidden;
border-radius: 10px;
}
#comments p {
  font-size: 18px;
}
#wpdcom {
  max-width: 1300px;
    width: 100%;
    padding: 10px;
    margin: 0 5px;

}
#wpdcom.wpd-layout-3 .wpd-comment.wpd-reply .wpd-comment-footer .wpd-vote-up, #wpdcom.wpd-layout-3 .wpd-comment.wpd-reply .wpd-comment-footer .wpd-vote-down {
  border: 1px solid #a6a6a6;
  padding: 5px;
  width: 30px;
  height: 30px;
  display: inline;
  background: white;
}
#wpdcom.wpd-layout-3 .wpd-comment .wpd-comment.wpd-reply:last-child .wpd-comment-footer {
  padding-bottom: 10px;
}
#wpdcom.wpd-layout-3 .wpd-comment.wpd-reply .wpd-comment-right {
  border-right: 1px solid #ffe5e5;
}
#wpdcom.wpd-layout-3 .wpd-comment.wpd-reply .wpd-comment-footer .wpd-reply-button {
  background: white;
  border: 1px solid #cacaca;
  padding: 3px 15px;
}
.wpdiscuz-loading-bar-unauth , #wpdiscuz-loading-bar {
  background: #d7d7d74f;
  width: 100% !important;
  height: 100% !important;
  backdrop-filter: blur(7px);
  top :0;
}
#wc_email-0_0 {
  display: none !important;
}
#wpdcom .wc-field-submit input[type="submit"] {
  font-family: inherit;
}
#wpdcom .wc-field-submit {
    text-align: center;
    justify-content: center;
    align-items: flex-start;
}
#wpdcom.wpd-layout-3 .wpd-blog-guest .wpd-comment-subheader {
    border-top: none !important;
}
#wpdcom .wpd-prim-button {
  background-color: #FF5502;
  color: #FFFFFF;
  font-family: shabnam;
  font-weight: bold;
  letter-spacing: 0px !important;
  width: 90%;
  height: 40px;
  box-shadow: 0px 14px 16px -8px #848484;
transition: 0.5s all;
}
.wpd-thread-filter::before {
  content: "مرتب سازی بر اساس";
  color: #ff5502;
  padding: 5px 15px;
  margin-left: -37px;
  border-radius: 0 5px 5px 0;
}#wpdcom .wpd-thread-filter .wpdf-sorting {
    color: #4c4c4c;
    font-size:16px;
  border-radius: 5px 0 0 5px;
}

#wpdcom .wpd-prim-button:hover {
  background: #4043bf;
  transition: 0.5s all;
}
#wpdiscuz-loading-bar::before {
  background: #fd0000;
  border-radius: 50%;
  margin-top: 30%;
  margin-right: 50%;
}
.wpdiscuz-item.wc_email-wrapper.wpd-has-icon {
  display: none;
}
#wpdcom .wpd-comment .wpd-comment-status .wpd-unapproved {
    color: #fff;
    background: #F2530A;
    font-size: 16px;
    padding: 5px;
}
.wpd-form-head {

    display: none !important;
}
#wpdcom textarea{
    background: #ffffff;
  
}
#wpdcom .wpd-form-row .wpdiscuz-item input[type="text"]{
box-shadow: inset -1px 1px 8px rgb(0 0 0 / 10%); 
background: #ffffff;
}
#wpdcom .wpd-blog-guest .wpd-comment-label {
  background-color: #FF5502;
}
#wpdcom .wpd-blog-guest .wpd-comment-author, #wpdcom .wpd-blog-guest .wpd-comment-author a {
  color: #FF5502;
      font-size: 16px;

}
#wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-right {
  border-right: none;
  border-bottom: none;
  box-shadow: 0 5px 6px 0 #f2f2f2;
  width: 98%;
  border-radius: 5px;
  text-align: justify;

}
#wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-text {
  padding:20px;
 
}
  @media screen and (max-width: 600px){
#wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-footer {
  padding-bottom: 1rem;
}


}
.ask {
  background: #e6e6e6;
  padding: 5px 15px;
  margin-bottom: 10px;
  border-radius: 5px;
}
.ask-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.ask-container > p {
  color: #73460c;
  font-size: 18px;
}
.ask-container > a {
  background: #ff4800;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.5s all;
  margin: 10px 0;
  box-shadow: 0 5px 5px 0 #bfbfbf;
}
.ask-container > a:hover {
  background: #742101;
  transition: 0.5 all;
}
.qmn_error_message {
  color: #fff !important;
  position: fixed;
  display: block;
  top: 50px;
  left: 2px;
  font-size: 14px;
}
@media (max-width: 768px) {
  .mlw_qmn_timer {
    top: 62px;
    right: 5px;
  }
}
.mlw_qmn_timer {
  height: 40px;
  line-height: 40px;
  background: #00d973;
  border-radius: 10px;
  top: 62px;
    right: 5px;

}
.qsm-btn.qsm-submit-btn.qmn_btn {
  cursor: pointer;
}
.qsm-btn.qsm-submit-btn.qmn_btn:hover {
  background: green !important;
}

  .scorebord {
    margin-top: 15px;
  
  }
  .qmn_results_page > form > input {
    background: #6a73ff;
    cursor: pointer;
  }