#intro_start {

}
#intro_stop {
  display: none;
}
.profile_divider {
  display: none;
}
.load-hide {
  visibility: hidden;
}
.mini-profiles-loader {
  grid-area: mini-profiles-loader;
}

#comment_btn.disabled:hover {
  cursor:not-allowed;
}

.leave-review {
  position: relative;
}

.comment_submit_spinner {
  position: absolute;
  display: none;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
}

.review_hide {
  display: none;
}

#captcha_div {
  display: none;
  position: fixed; /* Stay in place */
  z-index: 999; /* Sit on top */
  padding-top: 20px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.8); /* Black w/ opacity */
}

.captcha_close {
  position: relative;
  top: 0px;
  right: 100%;
  color: #aaaaaa;
/*  float: right;*/
  font-size: 28px;
  font-weight: bold;
}

.captcha-content {
  background-color: #FFFFFF;
  margin-left: auto;
  margin-right: auto;
  max-width: 80%;
  box-shadow: 10px 10px 5px black;
}

.stop-scrolling {
  height: 100%;
  overflow: hidden;
}
