
.qaWrapper {
  position: fixed; /* or 'fixed' if you prefer */
  right: 10px;
  bottom: -10px;
  border-style: solid;
  box-sizing: border-box;
  border: 1px solid rgb(80, 69, 233);
  border-radius: 7px 7px 5px 5px;
  z-index: 10000;
  background-color: #ffffff;
}


.qaToggler {
    text-align: center;
    cursor: pointer;
    padding: 5px 5px;
    background-color:#0078D7;
    color: #fff;
    font-family: sans-serif;
    border-radius: 6px 6px 0px 0px;
}

.qabox {
  height: 0px;
  width: 300px;
  padding: 0 0 0 0;
  margin: 2px;
  font-family: sans-serif;
  border-style: none;
  background-color: #ffffff;
}

.qainner {
    box-sizing: border-box;
    margin: 5px 5px 5px 5px;
}

.qaboxtitle {
    font-family: sans-serif;
    font-size: 14px;
    font-weight: bold;
}

.qarea {
    box-sizing: border-box;
    text-align: center;
}

.qaboxq {
    font-family: sans-serif;
    font-size: 14px;
    box-sizing: border-box;
    width: 100%;
    padding: 3px 4px 4px 4px;
    outline: none;
    border-width: 1px;
    border-style: solid;
    border-radius: 3px;
}

.qasubmit {
    font-family: sans-serif;
    font-size: 14px;
    margin: 10px 0 10px 0;
    padding: 6px 6px 6px 6px;
    width: 100%;
    box-sizing: border-box;    
}

.qaresp {
    font-family: sans-serif;
    font-size: 14px;
}



.qaloadani {
    visibility: hidden;
    text-align: center;
}
