/* PQA css */
#appfiy_pqa_container,
#appfiy_review_container {
  margin: 25px auto !important;
  border: 1px solid !important;
  border-radius: 10px !important;
  padding: 15px !important;
}

.appfiy_pqa_container_title {
  font-weight: bold !important;
  margin: 5px 0px !important;
}

.appfiy_pqa_container_title span {
  font-weight: bold !important;
  margin: 5px 0px !important;
  color: #696464 !important;
}

.appify_pqa_content_title {
  margin: auto 0px;
  font-size: 20px;
  font-weight: 600;
}

.appify_pqa_content_heading {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.appify_pqa_modal_header,
.appify_review_modal_header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 15px 15px 0;
}

.appify_pqa_modal_title,
.appify_review_modal_title {
  font-size: 20px;
  margin: 0;
  line-height: 1.5;
  font-weight: 600;
}

.appify_pqa_modal_body,
.appify_review_modal_body {
  height: fit-content;
  overflow: auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 15px;
  max-height: 60vh;
}

#appifybtnaskquestion {
  font-family: inherit;
  font-weight: 500 !important;
  font-size: 15px;
  text-align: center;
}

#appifybtnaskquestion:focus-visible {
  outline: 0rem solid #fff !important;
  outline-offset: 0rem !important;
  box-shadow: none !important;
}


#appifybtnaskquestion:hover {
  background-color: #fff;
  color: black;
}

/* #appifyReplyBtn:hover {
  transform: scale(1.1);
} */

button[id^=appifyReplyBtn]:hover {
  transform: scale(1.1);
}

button[id^=appifyReplyBtn] {
  background-color: black;
  /* border-radius: 13px;
  border: 2px solid black; */
  color: white;
  font-size: 12px !important;
  font-weight: 600;
  cursor: pointer !important;
  border-radius: 5px;
  font-family: inherit;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  border: 1px solid #000;
  padding: 2px 9px 1px;
  box-shadow: 0 2px 5px 0 rgb(213 217 217 / 50%);
  line-height: unset;
}

button[id^=appifyReplyBtn]:focus-visible {
  outline: 0rem solid #fff !important;
  outline-offset: 0rem !important;
  box-shadow: none !important;
}

.appify_pqa_btn_primary,
.appify_review_btn_primary {
  background-color: black;
  color: white;
  font-family: inherit;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 5px;
  font-size: 15px;
  border: 1px solid #000;
  padding: 8px 15px;
  box-shadow: none !important;
  cursor: pointer;
}

.appify_pqa_btn_primary:focus-visible,
.appify_review_btn_primary:focus-visible {
  outline: 0rem solid #fff !important;
  outline-offset: 0rem !important;
  box-shadow: none !important;
}

.appify_pqa_btn_secondary,
.appify_review_btn_secondary {
  background-color: white;
  color: black;
  font-family: inherit;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: 1px solid black;
  border-radius: 5px;
  font-size: 15px;
  padding: 8px 15px;
  box-shadow: none !important;
  cursor: pointer;
  margin: 4px 6px;
}

.appify_pqa_btn_secondary:focus-visible,
.appify_review_btn_secondary:focus-visible {
  outline: 0rem solid #fff !important;
  outline-offset: 0rem !important;
  box-shadow: none !important;
}

.appify_pqa_modal_footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0 15px 15px;
}

.appify_pqa_modal_body textarea,
.appify_review_modal_body textarea {
  /* width: 100%;
  padding: 12px 20px;
  margin-bottom: 0px;
  margin-top: 0px;
  border-radius: 0px;
  box-sizing: border-box;
  border: 1px solid #444;
  outline: none !important;
  box-shadow: none; */
  width: 100%;
  padding: 10px 15px;
  margin-bottom: 0px;
  margin-top: 0px;
  border-radius: 0px;
  box-sizing: border-box;
  border: 1px solid #444 !important;
  font-size: 15px;
  box-shadow: none !important;
  outline: 0px solid transparent;
  font-family: inherit;
}

.appify_pqa_modal_body textarea:focus-visible {
  outline: 0rem solid #fff !important;
  outline-offset: 0rem !important;
  box-shadow: none !important;
}

.appify_pqa_modal_body input[type="text"] {
  width: 100%;
  padding: 10px 15px;
  margin-bottom: 0px;
  margin-top: 0px;
  border-radius: 0px;
  box-sizing: border-box;
  border: 1px solid #444 !important;
  font-size: 15px;
  box-shadow: none !important;
  outline: 0px solid transparent;
}



.appify_pqa_modal_body input[type="text"]:focus-visible {
  outline: 0rem solid #fff !important;
  outline-offset: 0rem !important;
  box-shadow: none !important;
}

.appify_pqa_modal_js_overlay {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 20000;
  left: 0px;
}


.appify_pqa_modal_content,
.appify_review_modal_content {
  position: absolute;
  display: block;
  margin: auto;
  width: 30em;
  background-color: #fefefe;
  top: 15%;
  left: 50%;
  transform: translate(-50%, 0%);
  border-radius: 8px;
  padding: 10px;
}

.appify_pqa_close,
.appify_review_close {
  float: right;
  font-size: 19px;
  font-weight: 500;
  line-height: 1;
  width: 26px;
  height: 26px;
  padding: 5px;
  text-align: center;
  color: black;
  border-width: 0;
  border-radius: 100%;
  background-color: #aaa;
  cursor: pointer;
}

.clear-both {
  clear: both !important;
}

/* .appifybtnreview { */
/* display: inline-block !important;
  background: #708d9e !important;
  opacity: 1 !important;
  border-radius: 4px !important;
  margin: 0 2px !important;
  box-shadow: 2px 3px 3px #888 !important;
  padding: 1px 10px !important;
  color: white !important;
  max-width: 100% !important;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; */
/* } */

/* .appifybtnreview:hover {
  opacity: 1 !important;
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
} */

.float-right {
  float: right !important;
}

.float-left {
  float: left !important;
}

.border-1px {
  border: 1px solid !important;
}

.text-center {
  text-align: center !important;
}

.margin-right-5px {
  margin-right: 5px !important;
  margin-top: 4px;
}

.display-none {
  display: none !important;
}

[class*="question-containers"]{
  border-bottom: 1px dashed #ccc;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
  padding: 10px 0 !important;
  font-size: 14px !important;
  margin: 2px 0px !important;
}

[class*="question-containers"]:hover {
  background: #fff;
  border-radius: 5px;
  /* border: 1px dashed; */
}

[class*="question-containers"] .question-sub-container {
  font-weight: 600 !important;
  margin-bottom: 0px !important;
  letter-spacing: 0px;
  font-family: inherit;
  font-size: 16px;
  display: flex;
}

.question-sub-container span:first-child,
.answer-container i {
  letter-spacing: 0px;
  background: #fff;
  padding: 2px 5px;
  border-radius: 30px;
  height: fit-content;
  line-height: normal;
}

.reply-container i{
  letter-spacing: 0px;
  background: #fff;
  padding: 2px 5px;
  border-radius: 30px;
  height: fit-content;
  line-height: 43px;
}

.reply-container{
  line-height: 20px !important;
  margin-bottom: 0px !important;
  display: flex;
}

[class*="question-containers"] .answer-container {
  line-height: 20px !important;
  margin-bottom: 0px !important;
  display: flex;
}

[class*="question-containers"] .answeroptions {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0px;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 15px;
  font-family: inherit;
  font-weight: 800;
  width: fit-content;
}

.appify_answer_namedate {
  margin: 0 15px;
  width: fit-content;
}

.namedate,
.appify_answer_namedate {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 30px;
  line-height: 15px;
  opacity: 1;
  font-size: 13px;
}

.appify_answer_name {
  font-weight: 800 !important;
  margin-right: 8px !important;
}

[class*="question-containers"] .voteoptions,
.appify_review_voteoptions {
  margin: 5px 20px;
  display: flex;
}

.appify_report {
  font-size: 12px !important;
  font-weight: 600;
  cursor: pointer !important;
  background-color: transparent;
  color: #555;
  border-radius: 5px;
  font-family: inherit;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  border: 1px solid #aaa;
  padding: 2px 9px 1px;
  box-shadow: 0 2px 5px 0 rgb(213 217 217 / 50%);
  margin: 0 10px;
  line-height: unset;
}

.appify_report:hover {
  background-color: #aaa;
  color: #fff;
}

.appify_report:focus-visible {
  outline: 0rem solid #fff !important;
  outline-offset: 0rem !important;
  box-shadow: none !important;
}

/* .voteoptionsmarginsGreen {
  display: inline-block !important;
  margin-right: 12px !important;
  text-align: center !important;
  font-size: 13px !important;
  cursor: pointer !important;
  max-width: 100% !important;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 1 !important;
  background-color: #15a46a;
  color: white;
  border-radius: 10px;
  border: 0;
  font-family: inherit;
}

.voteoptionsmarginsGreen:hover {
  -moz-transform: scale(1.5);
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  opacity: 1 !important;
} */

.appify_review_btnlike {
  display: inline-block !important;
  margin-right: 12px !important;
  text-align: center !important;
  font-size: 13px !important;
  cursor: pointer !important;
  max-width: 100% !important;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 1 !important;
  background-color: #15a46a;
  color: white;
  border-radius: 10px;
  border: 0;
  font-family: inherit;
  padding: 0 7px;
  text-decoration: none;
}

.appify_review_btnlike:hover {
  -moz-transform: scale(1.5);
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  opacity: 1 !important;
}

.appify_review_btnlike:focus-visible {
  outline: 0rem solid #fff !important;
  outline-offset: 0rem !important;
  box-shadow: none !important;
}

/* .appify_review_btndislike {
  display: inline-block !important;
  margin-right: 12px !important;
  text-align: center !important;
  font-size: 13px !important;
  cursor: pointer !important;
  max-width: 100% !important;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 1 !important;
  background-color: #a21b00;
  color: white;
  border-radius: 10px;
  border: 0;
  font-family: inherit;
  padding: 0 7px;
  text-decoration: none;
}

.appify_review_btndislike:hover {
  -moz-transform: scale(1.5);
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  opacity: 1 !important;
}

.appify_review_btndislike:focus-visible {
  outline: 0rem solid #fff !important;
  outline-offset: 0rem !important;
  box-shadow: none !important;
} */

.btnvoteup,
.appify_review_btnlike {
  display: inline-block !important;
  margin-right: 5px !important;
  text-align: center !important;
  font-size: 12px !important;
  cursor: pointer !important;
  max-width: 100% !important;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 1 !important;
  background-color: #15a46a;
  color: white;
  border-radius: 5px;
  border: 1px solid #15a46a;
  font-family: inherit;
  text-decoration: none;
  padding: 2px 9px 1px;
  box-shadow: 0 2px 5px 0 rgb(213 217 217 / 50%);
  line-height: unset;
}

.btnvoteup:hover,
.appify_review_btnlike:hover {
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  opacity: 1 !important;
}

.btnvoteup:focus-visible,
.appify_review_btnlike:focus-visible {
  outline: 0rem solid #fff !important;
  outline-offset: 0rem !important;
  box-shadow: none !important;
}

.btnvotedown,
.appify_review_btndislike {
  display: inline-block !important;
  margin-right: 5px !important;
  text-align: center !important;
  font-size: 12px !important;
  cursor: pointer !important;
  max-width: 100% !important;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 1 !important;
  background-color: #a21b00;
  color: white;
  border-radius: 5px;
  border: 1px solid #a21b00;
  font-family: inherit;
  text-decoration: none;
  padding: 2px 9px 1px;
  box-shadow: 0 2px 5px 0 rgb(213 217 217 / 50%);
  line-height: unset;
}

.btnvotedown:hover,
.appify_review_btndislike:hover {
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  opacity: 1 !important;
}

.btnvotedown:focus-visible,
.appify_review_btndislike:focus-visible {
  outline: 0rem solid #fff !important;
  outline-offset: 0rem !important;
  box-shadow: none !important;
}

/* .voteoptionsmarginsRed {
  display: inline-block !important;
  margin-right: 12px !important;
  text-align: center !important;
  font-size: 13px !important;
  cursor: pointer !important;
  max-width: 100% !important;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 1 !important;
  background-color: #a21b00;
  color: white;
  border-radius: 10px;
  border: 0;
  font-family: inherit;
}

.voteoptionsmarginsRed:hover {
  -moz-transform: scale(1.5);
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  opacity: 1 !important;
} */

.votecount {
  padding: 2px 0 0 0 !important;
  color: white !important;
  margin-left: 4px !important;
  vertical-align: top !important;
}

.colorsgreen * {
  color: white !important;
  opacity: 1 !important;
}

.colorsred * {
  color: white !important;
  opacity: 1 !important;
}

.removecolors * {
  color: #878787 !important;
}

.appifyAskquestion-container {
  padding: 10px !important;
  margin-bottom: 10px !important;
  background: #fafafa;
}

.appifyAskquestion-container textarea {
  margin-bottom: 10px !important;
  width: 100% !important;
  padding: 10px !important;
  border: 1px solid #c3bebe !important;
  overflow: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  resize: none;
}

.appifyAskquestion-container input.half-div {
  width: 48% !important;
  display: inline-block;
  padding: 10px !important;
  border: 1px solid #c3bebe !important;
  -webkit-appearance: none;
  margin: 0 5px 10px 5px !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #ffffff;
}

.appifyAskquestion-container input,
.appifyAskquestion-container textarea {
  -webkit-appearance: none;
  vertical-align: top !important;
  display: inline-block !important;
}

.appifyAskquestion-container .cancelbtn {
  display: inline-block !important;
  cursor: pointer !important;
  background: 0 0 !important;
  color: initial !important;
  padding: 1px 15px !important;
}

.first-question-title {
  font-size: larger;
  font-weight: 600;
  display: block;
}

#g-recaptcha-response {
  display: none !important;
}

.g-recaptcha {
  margin-bottom: 10px !important;
}

#snackbar {
  visibility: hidden;
  min-width: 250px;
  margin-left: -125px;
  background-color: #333;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  padding: 16px;
  position: fixed;
  z-index: 1;
  left: 50%;
  bottom: 30px;
  font-size: 17px;
}

#snackbar.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }

  to {
    bottom: 30px;
    opacity: 1;
  }
}

@keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }

  to {
    bottom: 30px;
    opacity: 1;
  }
}

@-webkit-keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }

  to {
    bottom: 0;
    opacity: 0;
  }
}

@keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }

  to {
    bottom: 0;
    opacity: 0;
  }
}

.responsesucess {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
  margin: 20px 10px 0px 10px;
  padding: 5px 10px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.responseerror {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
  margin: 20px 10px 0px 10px;
  padding: 5px 10px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.qus_coutn_heading {
  width: 32% !important;
}

.pqa_sort {
  position: relative;
  display: inline-block;
}

.sortcontainer {
  padding: 10px 0px;
  float: right;
  width: 30%;
  display: flex;
  justify-content: flex-end;
}

.sortcontainer ul {
  display: inline !important;
  list-style: none !important;
}

.sortcontainer label {
  letter-spacing: 0px;
  margin: auto 5px;
}

.sortoptions li {
  float: left;
  margin: 0 11px;
}

.sortoptions li label {
  margin: 0 !important;
  cursor: pointer !important;
}

.sortoptions li label.selected {
  border-bottom: 2px solid #21272b;
}

.animation {
  display: inline-block;
  position: relative;
  top: 48%;
  left: 48%;
  bottom: 48%;
  right: 48%;
  z-index: 99999999999999;
  position: fixed !important;
  clear: both;
  width: 100px;
  height: 100px;
}

.animation div {
  animation: animation 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 32px 32px;
}

.animation div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #2e805f;
  margin: -3px 0 0 -3px;
}

.animation div:nth-child(1) {
  animation-delay: -0.036s;
}

.animation div:nth-child(1):after {
  top: 50px;
  left: 50px;
}

.animation div:nth-child(2) {
  animation-delay: -0.072s;
}

.animation div:nth-child(2):after {
  top: 54px;
  left: 45px;
}

.animation div:nth-child(3) {
  animation-delay: -0.108s;
}

.animation div:nth-child(3):after {
  top: 57px;
  left: 39px;
}

.animation div:nth-child(4) {
  animation-delay: -0.144s;
}

.animation div:nth-child(4):after {
  top: 58px;
  left: 32px;
}

.animation div:nth-child(5) {
  animation-delay: -0.18s;
}

.animation div:nth-child(5):after {
  top: 57px;
  left: 25px;
}

.animation div:nth-child(6) {
  animation-delay: -0.216s;
}

.animation div:nth-child(6):after {
  top: 54px;
  left: 19px;
}

.animation div:nth-child(7) {
  animation-delay: -0.252s;
}

.animation div:nth-child(7):after {
  top: 50px;
  left: 14px;
}

.animation div:nth-child(8) {
  animation-delay: -0.288s;
}

.animation div:nth-child(8):after {
  top: 45px;
  left: 10px;
}

@keyframes animation {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.appify_qa_loaderoverlay {
  z-index: 9999999999;
  background: #ffffffba;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  cursor: wait;
}

.appify_qa_loader {
  color: #5f6dc5;
  font-family: Consolas, Menlo, Monaco, monospace;
  font-weight: bold;
  font-size: 30vh;
  opacity: 0.8;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.DisplayNone {
  display: none;
}

@media only screen and (max-width: 46em) {
  .appify_mySlides img{
    min-width: 42vh;
    max-width: 42vh;
    object-fit: contain !important;
  }
  .appify_image_modal_content {
    height: 100%;
  }

  .appify_qus_mySlides img{
    min-width: 42vh;
    max-width: 42vh;
    object-fit: contain !important;
  }
  .appify_qus_image_modal_content {
    height: 100%;
  }

  [class*="question-containers"] .voteoptions {
    display: block;
  }

  .voteoptionsmargins,
  .voteoptions div {
    display: inline;
  }

  .answeroptions {
    display: block !important;
    margin-top: 10px !important;
  }

  .voteoptionsmarginsGreen {
    margin-right: 20px !important;
  }

  .voteoptionsmarginsRed {
    margin-right: 20px !important;
  }


  .appifyAskquestion-container input.half-div {
    width: 100% !important;
    margin: 10px 0px !important;
  }

  .qus_coutn_heading {
    width: 100% !important;
    margin-bottom: 10px !important;
  }

  .sortoptions {
    float: left !important;
    margin: 2px 2px;
  }

  .sortoptions li:first-child {
    margin-left: 0px !important;
  }

  .taboptions {
    float: left !important;
    margin: 2px 2px;
  }

  .taboptions li:first-child {
    margin-left: 0px !important;
  }

  .modal-content,
  #appifypqatoast,
  #appifypqatoasts {
    width: 95%;
  }
}

.uploadContainer,
.appify_review_uploadContainer {
  width: 100%;
  margin-bottom: 10px;
}

#thelist,
#thereviewlist {
  margin: 10px 0;
  display: block;
  padding: 0;
}

.nameList,
.namereviewList {
  padding: 2px 10px;
  list-style: none;
  background: #eee;
  margin: 5px 0;
  border-radius: 5px;
  word-break: break-word;
}

.removeList {
  float: right;
  font-size: 19px;
  font-weight: 500;
  line-height: 1;
  width: 21px;
  height: 21px;
  text-align: center;
  color: black;
  cursor: pointer;
}

[class*=question-image] img {
  border: 0 solid #ccc;
  border-radius: 10px;
  box-shadow: 0 0 1px 1px #ccc;
  max-height: 100px;
  max-width: 100px;
  margin: 0 3px;
  padding: 2px;
  min-width: 100px;
  min-height: 100px;
  object-fit: cover;
  cursor: pointer;
}

[class*="answer-image"] img {
  border: 0 solid #ccc;
  border-radius: 10px;
  box-shadow: 0 0 1px 1px #ccc;
  max-height: 100px;
  max-width: 100px;
  margin: 0 3px;
  padding: 2px;
  min-width: 100px;
  min-height: 100px;
  object-fit: cover;
  cursor: pointer;
}

/* Review css */

/* #appfiy_review_container {
  margin: 0 auto !important;
  border: 1px solid #f5f4f4 !important;
  border-radius: 4px !important;
  padding: 0 10px !important;
} */

.appfiy_review_container_title {
  font-weight: bold !important;
  margin: 5px 0px !important;
}

.appfiy_review_container_title span {
  font-weight: bold !important;
  margin: 5px 0px !important;
  color: #696464 !important;
}

#appifybtnaddreview {
  font-family: inherit;
  font-weight: 500 !important;
  font-size: 15px;
}

#appifybtnaddreview:hover {
  background-color: #fff;
  color: black;
}

#appifybtnaddreview:focus-visible {
  outline: 0rem solid #fff !important;
  outline-offset: 0rem !important;
  box-shadow: none !important;
}

.appify_review_btn_primary {
  background-color: black;
  color: white;
  font-family: inherit;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 5px;
  font-size: 15px;
  border: 1px solid #000;
  padding: 8px 15px;
  box-shadow: none !important;
  cursor: pointer;
}

.appify_review_btn_primary:focus-visible {
  outline: 0rem solid #fff !important;
  outline-offset: 0rem !important;
  box-shadow: none !important;
}

.appify_review_modal_overlay {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 20000;
  left: 0px;
}

/* .appify_review_modal_content {
  position: absolute;
  display: block;
  margin: auto;
  width: 30%;
  background-color: #fefefe;
  top: 0;
  left: 50%;
  transform: translate(-50%, 25%);
  border-radius: 8px;
} */

.appify_review_loaderoverlay {
  z-index: 9999999999;
  background: #ffffffba;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  cursor: wait;
}

.appify_review_loader {
  color: #5f6dc5;
  font-family: Consolas, Menlo, Monaco, monospace;
  font-weight: bold;
  font-size: 30vh;
  opacity: 0.8;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.appify_review_animation {
  display: inline-block;
  position: relative;
  top: 48%;
  left: 48%;
  bottom: 48%;
  right: 48%;
  z-index: 99999999999999;
  position: fixed !important;
  clear: both;
  width: 100px;
  height: 100px;
}

.appify_review_animation div {
  animation: animation 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 32px 32px;
}

.appify_review_animation div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #2e805f;
  margin: -3px 0 0 -3px;
}

.appify_review_animation div:nth-child(1) {
  animation-delay: -0.036s;
}

.appify_review_animation div:nth-child(1):after {
  top: 50px;
  left: 50px;
}

.appify_review_animation div:nth-child(2) {
  animation-delay: -0.072s;
}

.appify_review_animation div:nth-child(2):after {
  top: 54px;
  left: 45px;
}

.appify_review_animation div:nth-child(3) {
  animation-delay: -0.108s;
}

.appify_review_animation div:nth-child(3):after {
  top: 57px;
  left: 39px;
}

.appify_review_animation div:nth-child(4) {
  animation-delay: -0.144s;
}

.appify_review_animation div:nth-child(4):after {
  top: 58px;
  left: 32px;
}

.appify_review_animation div:nth-child(5) {
  animation-delay: -0.18s;
}

.animation div:nth-child(5):after {
  top: 57px;
  left: 25px;
}

.appify_review_animation div:nth-child(6) {
  animation-delay: -0.216s;
}

.appify_review_animation div:nth-child(6):after {
  top: 54px;
  left: 19px;
}

.appify_review_animation div:nth-child(7) {
  animation-delay: -0.252s;
}

.appify_review_animation div:nth-child(7):after {
  top: 50px;
  left: 14px;
}

.appify_review_animation div:nth-child(8) {
  animation-delay: -0.288s;
}

.appify_review_animation div:nth-child(8):after {
  top: 45px;
  left: 10px;
}

@keyframes appify_review_animation {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* .appify_review_modal_header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1rem;
} */

/* .appify_review_modal_title {
  font-size: 20px;
  margin-bottom: 0;
  line-height: 1.5;
  margin-top: 0;
} */

.appify_review_close {
  float: right;
  font-size: 19px;
  font-weight: 500;
  line-height: 1;
  width: 26px;
  height: 26px;
  padding: 5px;
  text-align: center;
  color: black;
  border-width: 0;
  border-radius: 100%;
  background-color: #aaa;
  cursor: pointer;
}

.appify_review_modal_body {
  /* height: 50vh;
  overflow: auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0.5rem;
  margin-right: 0.6rem;
  margin-left: 0.6rem; */
}

/* .appify_review_uploadContainer {
  width: 100%;
  padding: 12px 20px;
  margin-bottom: 15px;
  margin-top: 0px;
  border-radius: 8px;
  box-sizing: border-box;
  border: 1px solid #949494;
} */

/* .namereviewList {
  padding: 8px 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
} */

#appify_review_g_recaptcha-response {
  display: none !important;
}

.appify_review_g_recaptcha {
  margin-bottom: 10px !important;
}

.appify_review_modal_body input[type="text"] {
  width: 100%;
  padding: 12px 20px;
  margin-bottom: 15px;
  margin-top: 0px;
  border-radius: 8px;
  box-sizing: border-box;
  border: 1px solid #949494;
}

.appify_review_modal_body input[type="text"]:focus {
  border-radius: 8px;
  border: 1px solid black;
}

/* .appify_review_modal_body textarea {
  width: 100%;
  padding: 12px 20px;
  margin-bottom: 0px;
  margin-top: 0px;
  border-radius: 8px;
  box-sizing: border-box;
  border: 1px solid #949494;
} */

.appify_review_modal_body textarea:focus {
  border-radius: 8px;
  border: 1px solid black;
}

.appify_review_modal_body textarea:focus-visible {
  outline: 0rem solid #fff !important;
  outline-offset: 0rem !important;
  box-shadow: none !important;
}

.appify_review_modal_footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0.75rem;
}

/* .appify_review_btn_secondary {
  background-color: white;
  border: 1px solid black;
  border-radius: 10px;
  color: black;
  padding-top: 4px;
  padding-right: 20px;
  padding-bottom: 4px;
  padding-left: 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 6px;
  cursor: pointer;
}

.appify_review_btn_secondary:focus-visible {
  outline: 0rem solid #fff !important;
  outline-offset: 0rem !important;
  box-shadow: none !important;
} */


#appifyreviewsnackbar {
  visibility: hidden;
  min-width: 250px;
  margin-left: -125px;
  background-color: #333;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  padding: 16px;
  position: fixed;
  z-index: 1;
  left: 50%;
  bottom: 30px;
  font-size: 17px;
}

#appifyreviewsnackbar.appifyreviewshows {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}


#appifyreviewchecksnackbar {
  visibility: hidden;
  min-width: 250px;
  margin-left: -125px;
  background-color: #333;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  padding: 16px;
  position: fixed;
  z-index: 1;
  left: 50%;
  bottom: 30px;
  font-size: 17px;
}

#appifyreviewchecksnackbar.appifyreviewcheckshows {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

.appify_review_DisplayNone {
  display: none;
}

a#appifybtnreviewaddreview:hover {
  background-color: #fff;
}

.appfiy_review_heading {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.appfiy_review_title {
  margin: auto 0px;
  font-size: 20px;
  font-weight: 600;
}

.appify_review_containers {
  border-bottom: 1px dashed;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
  padding: 10px 0 !important;
  font-size: 14px !important;
  margin: 2px 0px !important;
  /* border-bottom: 1px solid #a9acac;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
  padding: 10px !important;
  font-size: 14px !important;
  margin: 10px 0px !important; */
}

.appify_review_containers .appify_review_sub_container {
  /* font-weight: 600 !important;
  margin-bottom: 6px !important;
  margin-left: 20px; */
}

.appify_review_containers .appify_reply_container {
  /* line-height: 20px !important;
  margin-bottom: 8px !important; */
}

.appify_review_containers:hover {
  background: #fff;
  border-radius: 5px;
}

.appify_review_containers .appify_review_options {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  margin-left: 20px;
}

.appify_review_name_date {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 30px;
  line-height: 15px;
  opacity: 0.7;
  font-size: 13px;
}

/* .appify_review_name_date .appify_review_name {
  font-weight: 500 !important;
  margin-right: 8px !important;
} */

.appify_review_containers .appify_review_voteoptions {
  /* margin-right: 20px !important;
  margin-left: 15px;
  display: flex; */
}

.appify_review_votecount {
  padding: 2px 0 0 0 !important;
  color: white !important;
  margin-left: 4px !important;
  vertical-align: top !important;
}

/* .appify_review_voteoptionsmargins {
  display: inline-block !important;
  color: #3a3a3a !important;
  text-align: center !important;
  margin-left: 24px !important;
  font-size: 15px !important;
  cursor: pointer !important;
  max-width: 100% !important;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 1 !important;
}

.appify_review_voteoptionsmargins:hover {
  -moz-transform: scale(1.5);
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  opacity: 1 !important;
}

.appify_review_voteoptionsmargins a:hover {
  opacity: 1 !important;
} */

.appify_review_stars_outer {
  display: inline-block;
  position: relative;
  font-family: FontAwesome;
  margin: 5px 0;
}

.appify_review_containers .appify_review_stars_outer{
  margin: 5px 20px;
}

#appify_lblTotal {
  font-weight: 600;
}

.appify_review_stars_outer::before {
  content: "\f006 \f006 \f006 \f006 \f006";
  font-size: 20px;
  color: #f8ce0b90;
}

[class*="appify_review_stars_inner"] {
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  overflow: hidden;
  width: 0%;
  display: block !important;
}

[class*="appify_review_stars_inner"]::before {
  content: "\f005 \f005 \f005 \f005 \f005";
  color: #f8ce0b;
  font-size: 20px;
}

.appify_review_stars_outer1 {
  display: inline-block;
  position: relative;
  font-family: FontAwesome;
}

.appify_review_stars_outer1::before {
  content: "\f006 \f006 \f006 \f006 \f006";
  font-size: 20px;
}

.appify_review_stars_inner1 {
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  overflow: hidden;
  width: 0%;
}

.appify_review_stars_inner1::before {
  content: "\f005 \f005 \f005 \f005 \f005";
  color: #f8ce0b;
  font-size: 20px;
}

.appify_review_stars_inner0 {
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  overflow: hidden;
  width: 0%;
}

.appify_review_stars_inner0::before {
  content: "\f005 \f005 \f005 \f005 \f005";
  color: #f8ce0b;
  font-size: 20px;
}

.appify_review_stars_inner_total {
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  overflow: hidden;
  width: 0%;
}

.appify_review_stars_inner_total::before {
  content: "\f005 \f005 \f005 \f005 \f005";
  color: #f8ce0b;
  font-size: 20px;
}

[class*="appify_review_image"] img {
  border: 0 solid #ccc;
  border-radius: 10px;
  box-shadow: 0 0 1px 1px #ccc;
  max-height: 100px;
  max-width: 100px;
  margin: 0 3px;
  padding: 2px;
  min-width: 100px;
  min-height: 100px;
  object-fit: cover;
  cursor: pointer;
}

.appify_review_colorsgreen * {
  color: white !important;
  opacity: 1 !important;
}

.appify_review_colorsred * {
  color: white !important;
  opacity: 1 !important;
}

.appify_review_like {
  padding: 2px 0 0 0 !important;
  color: #878787 !important;
  margin-left: 4px !important;
  vertical-align: top !important;
}

@media only screen and (max-width: 46em) {
  .appify_pqa_content_heading{
    justify-content: unset;display: grid;
  } 
  #appifybtnaskquestion{
    width: 100%;
  }
  .sortsearccontainer{
    display: block !important;
  }

  .search-containers{
    width: 100% !important;
  }

  #appify_searchbar{
    width: 100% !important;
  }

  .sortcontainer{
    width:100%;
    justify-content: space-between;
  }
  .appify_select_sort{
    width: 75% !important;
  }
  [class*="question-containers"] .question-sub-container {
    display: block;
  }
  .appify_review_options {
    display: block !important;
    margin-top: 10px !important;
  }

  .appify_pqa_modal_content {
    width: 100%;
  }

  .appify_review_voteoptions {
    margin-top: 10px !important;
  }

  .appify_review_modal_content,
  #appifyreviewtoast,
  #appifyreviewtoasts {
    width: 100%;
  }
}

h1 {
  font-size: 2em;
  margin-bottom: 0.5rem;
}

/* Ratings widget */
.review_rate {
  display: inline-block;
  border: 0;
  line-height: 0;
}

/* Hide radio */
.review_rate>input {
  display: none;
}

/* Order correctly by floating highest to the right */
.review_rate>.appify_star_label {
  float: right;
}

/* The star of the show */
.review_rate>.appify_star_label:before {
  display: inline-block;
  font-size: 3rem;
  padding: 1px;
  margin: 0;
  cursor: pointer;
  font-family: FontAwesome;
  content: "\f005 ";
  /* full star */
}

.appify_review_half {
  position: relative;
}

/* Half star trick */
.review_rate .appify_review_half:before {
  content: "\f089 ";
  /* half star no outline */
  position: absolute;
  padding-right: 0;
}

.review_rate .appify_star_label {
  color: rgba(248, 205, 11, 0.342);
}

/* Click + hover color */
input:checked~.appify_star_label,
/* color current and previous stars on checked */
.appify_star_label:hover,
.appify_star_label:hover~.appify_star_label {
  color: rgb(248, 206, 11);
}

/* color previous stars on hover */

/* Hover highlights */
input:checked+.appify_star_label:hover,
input:checked~.appify_star_label:hover,
/* highlight current and previous stars */
input:checked~.appify_star_label:hover~.appify_star_label,
/* highlight previous selected stars for new rating */
.appify_star_label:hover~input:checked~.appify_star_label

/* highlight previous selected stars */
  {
  color: rgb(248, 206, 11);
}

.appfiy_review_rating {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.progress {
  margin-left: 10px;
  margin-right: 10px;
  width: 60%;
  height: 14px;
  overflow: hidden;
  background: #e5e5e5;
  border-radius: 30px;
}

.appify_bar {
  position: relative;
  float: left;
  height: 100%;
  background: #ffd700;
  display: block !important;
}

.percent {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  font-family: tahoma, arial, helvetica;
  font-size: 12px;
  color: white;
}

.appfiy_review_bar {
  width: 100%;
  display: flex;
}

.appify_rating_column {
  padding-right: 20px;
  display: inline-flex;
}

.appify_rating_column1 {
  width: 350px;
  margin-bottom: 15px;
  max-width: calc(100% - 10px);
}

/* .rating-column1 {
  float: left;
  width: 70%;
  padding: 10px;
  height: 220px;
} */

.appify_vertical_rating {
  margin: auto;
  line-height: initial;
}

#appify_lblrating {
  font-size: 40px !important;
  font-weight: 600;
}

/* Tab css */
.appfiy_tab_container {
  border-bottom: 1px solid #a9acac;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
  padding: 10px !important;
  font-size: 14px !important;
  margin: 10px 0px !important;
}

.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}

.tab button:hover {
  background-color: #ddd;
}

.tab button.active {
  background-color: #ccc;
}

.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
  margin-bottom: 30px;
}

.appify_reply_accordion {
  color: rgb(70, 68, 211);
  cursor: pointer;
  font-size: 15px;
  letter-spacing: 0.5px;
  font-family: inherit;
  margin: 5px 30px;
}

.appify_replys {
  display: none;
  background-color: white;
  overflow: hidden;
  margin-left: 15px;
}

.appify_hide {
  display: none;
}

.appify_collapse_reply {
  text-align: center !important;
  font-size: 15px !important;
  cursor: pointer !important;
  max-width: 100% !important;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  background-color: #aaa;
  color: #fff;
  border-radius: 30px;
  border: 0;
  font-family: inherit;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 10px 15px;
}

.appify_collapse_reply:hover {
  background-color: #000;
}

.appify_pqa_modal_title {
  margin-top: 0px !important;
}

.appify_select_sort {
  width: 65%;
  padding: 10px;
  border-radius: 4px;
  border: 1px solid #ccc;
  box-shadow: none !important;
  outline: none !important;
}

#appify_searchbar{
  outline: 0 !important;
  box-shadow: none !important;
  padding: 10px;
  width: 97%;
  border-radius: 4px;
  border: 1px solid #ccc;
  font-size: 15px;
}

.appify_post_qa{
  display: flex;
  justify-content: space-between;
  margin: 25px auto !important;
    border: 1px solid !important;
    border-radius: 10px !important;
    padding: 15px !important;
}

.appify_post_question_answer{
  align-self: center;
}



/*All Toast */

#appifypqatoast {
  visibility: hidden;
  width: 450px;
  margin: 10px 10px 10px auto;
  padding: 10px;
  background-color: #fff;
  color: #a21b00;
  border-radius: 6px;
  border: 1px solid black;
  position: fixed;
  z-index: 21000;
  left: 0;
  right: 0;
  bottom: 30px;
  animation-name: appifyToast;
  animation-duration: 5s;
  animation-iteration-count: infinite;
}

#appifypqatoast #appifypqatoastimg {
  width: 34px;
  height: 34px;
  margin: -3px;
  float: right;
  border-radius: 30px;
  cursor: pointer;
  padding: 10px;
  line-height: 10px;
}

#appifypqatoast.appifypqashow {
  visibility: visible;
  animation-direction: reverse;
}

#appifypqatoasts {
  visibility: hidden;
  width: 450px;
  margin: 10px 10px 10px auto;
  padding: 10px;
  background-color: #fff;
  border: 1px solid black;
  color: #08633e;
  border-radius: 6px;
  position: fixed;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 30px;
  animation-name: appifyToast;
  animation-duration: 5s;
  animation-iteration-count: infinite;

}

#appifypqatoasts #appifypqaimgs {
  width: 34px;
  height: 34px;
  margin: -3px;
  float: right;
  border-radius: 30px;
  cursor: pointer;
  padding: 10px;
  line-height: 10px;
}

/* #toasts #descs {
  padding: 15px 30px;
} */

#appifypqatoasts.appifypqashows {
  visibility: visible;
  animation-direction: reverse;
}

@keyframes appifyToast {
  from {
    margin-right: 5%;
  }

  to {
    margin-right: 0%;
  }
}

#appifyreviewtoast {
  visibility: hidden;
  width: 450px;
  margin: 10px 10px 10px auto;
  padding: 10px;
  background-color: #fff;
  border: 1px solid black;
  color: #08633e;
  border-radius: 6px;
  position: fixed;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 30px;
  animation-name: appifyToast;
  animation-duration: 5s;
  animation-iteration-count: infinite;
}

#appifyreviewtoast #appifyreviewimg {
  width: 34px;
  height: 34px;
  margin: -3px;
  float: right;
  border-radius: 30px;
  cursor: pointer;
  padding: 10px;
  line-height: 10px;
}

#appifyreviewtoast.appifyreviewshow {
  visibility: visible;
  animation-direction: reverse;
}

#appifyreviewtoasts {
  visibility: hidden;
  width: 450px;
  margin: 10px 10px 10px auto;
  padding: 10px;
  background-color: #fff;
  color: #a21b00;
  border-radius: 6px;
  border: 1px solid black;
  position: fixed;
  z-index: 21000;
  left: 0;
  right: 0;
  bottom: 30px;
  animation-name: appifyToast;
  animation-duration: 5s;
  animation-iteration-count: infinite;
}

#appifyreviewtoasts #appifyreviewimgs {
  width: 34px;
  height: 34px;
  margin: -3px;
  float: right;
  border-radius: 30px;
  cursor: pointer;
  padding: 10px;
  line-height: 10px;
}


#appifyreviewtoasts.appifyreviewshows {
  visibility: visible;
  animation-direction: reverse;
}

#report_toasts {
  visibility: hidden;
  width: 450px;
  margin: 10px 10px 10px auto;
  padding: 10px;
  background-color: #fff;
  border: 1px solid black;
  color: #08633e;
  border-radius: 6px;
  position: fixed;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 30px;
  animation-name: appifyToast;
  animation-duration: 5s;
  animation-iteration-count: infinite;
}

#report_toasts #report_imgs {
  width: 34px;
  height: 34px;
  margin: -3px;
  float: right;
  border-radius: 30px;
  cursor: pointer;
  padding: 10px;
  line-height: 10px;
}

#report_toasts #report_descs {
  padding: 15px 30px;
}

#report_toasts.report_show {
  visibility: visible;
}

#appifyreviewchecktoasts {
  visibility: hidden;
  width: 450px;
  margin: 10px 10px 10px auto;
  padding: 10px;
  background-color: #fff;
  color: #a21b00;
  border-radius: 6px;
  border: 1px solid black;
  position: fixed;
  z-index: 21000;
  left: 0;
  right: 0;
  bottom: 30px;
  animation-name: appifyToast;
  animation-duration: 5s;
  animation-iteration-count: infinite;
}

#appifyreviewchecktoasts #appifyreviewcheckimgs {
  width: 34px;
  height: 34px;
  margin: -3px;
  float: right;
  border-radius: 30px;
  cursor: pointer;
  padding: 10px;
  line-height: 10px;
}

/* #appifyreviewchecktoasts #appifyreviewcheckdescs {
  padding: 15px 30px;
} */

#appifyreviewchecktoasts.appifyreviewcheckshows {
  visibility: visible;
  animation-direction: reverse;
}

#appifybtnloadmore,
#appifybtnreviewloadmore {
  width: fit-content;
}

#appifybtnloadmore:hover,
#appifybtnreviewloadmore:hover {
  background-color: #fff;
  color: black;
  /* -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1); */
}

#appifybtnloadmore:focus-visible,
#appifybtnreviewloadmore:focus-visible {
  outline: 0rem solid #fff !important;
  outline-offset: 0rem !important;
  box-shadow: none !important;
}

.appifybtn,
.appifybtnreview {
  background-color: black;
  border: 1px;
  border-radius: 5px;
  border: 1px solid black;
  color: white;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 0px;
  cursor: pointer;
  font-family: inherit;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 5px 10px;
  line-height: initial;
  font-size: 13px;
}

.lblname,
.lblqus,
.lblemail {
  font-size: 16px;
}

#appify_sub_reply {
  margin: 5px 15px;
  padding: 5px 10px;
  background: #f0f0f0;
  border-radius: 5px;
}

.question-image35 {
  margin-left: 20px;
}

.appify_review_sub_container {
  font-weight: 600 !important;
  margin-bottom: 0px !important;
  letter-spacing: 0px;
  font-family: inherit;
  font-size: 16px;
  display: flex;
  line-height: initial;
}

#fileupload,
#reviewfileupload {
  font-size: 13px;
  text-transform: uppercase;
  font-family: inherit;
  font-weight: 600;
  padding: 5px 10px;
  box-shadow: none !important;
  background: #000;
  color: #fff;
  letter-spacing: 1px;
  border-radius: 5px;
  display: block;
  cursor: pointer;
}

.appify_review_stars_inner0 .appify_review_stars_inner1, .appify_review_stars_inner_total, .appify_review_stars_inner98 {
    display: block !important;
}

#appify_qus_list .answer-container p:first-child{
margin-block-start: 0 !important;
}

.review_rate .appify_star_label {
  color: #ddd;
}

/* Answer Images */
/* Next & previous buttons */
.appify_pqa_prev{
  cursor: pointer !important;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
  left: 0;
  float: left;
}
.appify_pqa_next {
  cursor: pointer !important;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
  right: 0;
  border-radius: 3px 0 0 3px;
  float: right;
}

/* On hover, add a black background color with a little bit see-through */
.appify_pqa_prev:hover,
.appify_pqa_next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

img {
  margin-bottom: -4px;
}

.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.appify_image_modal {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
  left: 0px;
}

.appify_image_modal_content {
  display: block;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  background: transparent;
}

.appify_img_header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  padding: 15px 15px 0;
}

.appify_img_close {
  float: right;
  font-size: 19px;
  font-weight: 500;
  line-height: 1;
  width: 26px;
  height: 26px;
  padding: 5px;
  text-align: center;
  color: white;
  border-width: 0;
  border-radius: 100%;
  /* background-color: #aaa; */
  cursor: pointer;
}

.appify_img_modal_body {
  margin: 0 auto;
    width: fit-content;
}

.appify_mySlides{
  display: none;
}

.appify_mySlides img{
  object-fit: cover;
  min-height: 85vh;
  max-height: 85vh;
}


/*Question Images*/
/* Next & previous buttons */
.appify_pqa_qus_prev{
  cursor: pointer !important;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
  left: 0;
  float: left;
}
.appify_pqa_qus_next {
  cursor: pointer !important;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
  right: 0;
  border-radius: 3px 0 0 3px;
  float: right;
}

/* On hover, add a black background color with a little bit see-through */
.appify_pqa_qus_prev:hover,
.appify_pqa_qus_next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

img {
  margin-bottom: -4px;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.appify_qus_image_modal {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
  left: 0px;
}

.appify_qus_image_modal_content {
  display: block;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  background: transparent;
}

.appify_qus_img_header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  padding: 15px 15px 0;
}

.appify_qus_img_close {
  float: right;
  font-size: 19px;
  font-weight: 500;
  line-height: 1;
  width: 26px;
  height: 26px;
  padding: 5px;
  text-align: center;
  color: white;
  border-width: 0;
  border-radius: 100%;
  /* background-color: #aaa; */
  cursor: pointer;
}

.appify_qus_img_modal_body {
  margin: 0 auto;
    width: fit-content;
}

.appify_qus_mySlides{
  display: none;
}

.appify_qus_mySlides img{
  object-fit: cover;
  min-height: 85vh;
  max-height: 85vh;
}

.appify_close_search {
  font-size: 19px;
  border: none;
  margin: -24px;
  cursor: pointer;
  color: #8d8282;
  display: none;
  background-color: transparent;
}

.search {
  margin: 0px;
  padding: 0px;
  width: 100%;
  outline: none;
  height: 30px;
  border-radius: 5px;
}

/* CSS for the loading spinner */
.appify-btn-loader {
  position: relative;
  overflow: hidden;
}

.appify-btn-loader:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  margin: -12px 0 0 -12px;
  border: 4px solid #fff;
  border-top: 4px solid #000;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  box-sizing: border-box;
  transform-origin: 50% 50%;
}

@keyframes spin {
  0% { 
    transform: rotate(0deg); 
  }
  100% { 
    transform: rotate(360deg); 
  }
}

/* View Question modal*/
.appify_view_qus_js_overlay {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 20000;
  left: 0px;
}

.appify_view_modal_content {
  position: absolute;
  display: block;
  margin: auto;
  width: 30em;
  background-color: #fefefe;
  top: 15%;
  left: 50%;
  transform: translate(-50%, 0%);
  border-radius: 8px;
  padding: 10px;
}

.appify_view_modal_header{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 15px 15px 0;
}

.appify_view_modal_title {
  font-size: 20px;
  margin: 0;
  line-height: 1.5;
  font-weight: 600;
}

.appify_qus_modal_body {
  height: fit-content;
  overflow: auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 15px;
  max-height: 60vh;
}

.appify_qus_close {
  float: right;
  font-size: 19px;
  font-weight: 500;
  line-height: 1;
  width: 26px;
  height: 26px;
  padding: 5px;
  text-align: center;
  color: black;
  border-width: 0;
  border-radius: 100%;
  background-color: #aaa;
  cursor: pointer;
}

.answer-container {
  display: ruby;
}

#appifytxtquestion textarea {
  border-color: rgb(148, 148, 148); /* Initial border color */
  border-radius: 0; /* Ensures the border is not rounded */
}

#appifytxtquestion textarea:focus {
  outline: none; /* Removes the default outline when focused */
  border-color: rgb(148, 148, 148); /* Maintains the same border color when focused */
}

.appify_hideshow_btn{
  display: none !important;
}

button.btnvoteup.appify_hideshow_btn {
  display: none !important;
}

button.btnvotedown.appify_hideshow_btn {
  display: none !important;
}


