.lds-dual-ring {
  width: 80px;
  height: 80px;
}
.lds-dual-ring:after {
    content: " ";
    display: block;
    width: 64px;
    height: 64px;
    margin: 8px;
    border-radius: 50%;
    border: 6px solid #fff;
    border-color: #25b9d7 transparent #d72525 transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.ali_question_submit_style{
  color: #fff !important;
}
p.ali-answer-content{
  white-space: pre-line;
  background: #dfdfdf;
  border-radius: 8px;
}
  a[name=new-ali-question]{
      text-decoration: none;
      text-align: center;
      width: 100%;
      background: #fff;
      padding: 9px 16px;
      font-size: 14px;
      font-size: 1rem;
      line-height: 1.571;
      font-weight: 700;
      border: 1px solid #23364b;
      color: #23364b;
      border-radius: 8px;
      width: 100%;
      display: block;
      -webkit-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out;
  }

  a[name=new-ali-question]:focus{
    text-decoration: none;
    outline: none;
  }

  a[name=new-ali-question]:active{
    text-decoration: none;
    background: #d9d9d9;
  }

  .ali_questions_nqy label {
    font-size: 2rem;
    width: 100%;
    text-shadow: 0px 1px 2px #81777f;
    color: #b6c3d3;
  text-align: center;
  }
  .ali_questions_nqy {
  }
  div.aq-ajax {
      max-height: 29.1rem;
      overflow-y: auto;
  }

  div.aq-ajax::-webkit-scrollbar {
      width: 1rem;
  }
  /* Track */
  div.aq-ajax::-webkit-scrollbar-track {
      box-shadow: inset 0 0 3px grey;
      border-radius: 4px;
      background: #fff;
      margin: 0 30px;

  }
  /* Handle */
  div.aq-ajax::-webkit-scrollbar-thumb {
      background: #23364b;
      border-radius: 4px;
      background-clip: padding-box;

  }
  /* Handle on hover */
  div.aq-ajax::-webkit-scrollbar-thumb:hover {
      background: #009fe1;
  }
  .ali-question-content,.ali-answer-content{
    margin-bottom: 0;
  }
  .ali-question-content i {
    font-size: 2rem;
    color: #23364b;
    vertical-align: middle;
    margin-left: 11px;
    font-size: 1.9rem;
  }
  i.ali-answer-content{
    font-size: 1.2rem;
    color: #656565;
    padding-right: 0.5rem;
    vertical-align: middle;
    margin-left: 11px;
  }