
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 1px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right > .arrow {
  top: 10%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left > .arrow {
  top: 10%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}

.right-aligned {
  float: right !important;
}
.left-align {
  float: left !important;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
/* Basic hovercard */
.basic-image-wrapper {
  background: #fff;
  border: 2px #fff solid;
  margin-top:10px;
  display: block;
  overflow: hidden;
}

/* Google like */
.image-wrapper {
  background: #fff;
  border: 2px #fff solid;
  
  display: block;
  overflow: hidden;
}
.image-wrapper > a,
.image-wrapper > span {
  background-size: 100% !important;
}
.image-wrapper:hover {
  box-shadow: 0 0 0.2em #7595b1;
  cursor: pointer;
}

.main-body {
  background: #fff;
  padding: 1.25em 2em;
 
  line-height: 1.75em;
}

.popover a:hover {
  text-decoration: none;
}
.popover.right > .arrow {
  border-right-color: #ffffff;
}
.popover.left > .arrow {
  border-left-color: #ffffff;
}
.popover.bottom > .arrow {
  border-bottom-color: #ffffff;
}
.popover.top > .arrow {
  border-top-color: #ffffff;
}
.advance-hovercard + .popover {
  max-width: 400px;
}
.advance-hovercard-ad + .popover {
  max-width: 320px;
}
.advance-hovercard + .popover .popover-content {
  padding: 5px;
}
.advance-hovercard-ad + .popover .popover-content {
  padding: 5px;
}

.basic-hovercard + .popover {
  max-width: 400px;
  background:#ffffff;
  z-index: 100;
  border-radius: 8px;
}
.basic-hovercard + .popover .popover-content {
  padding: 5px;
  z-index: 100;
    border-radius: 8px;
  
}

/* REACTION */
.reaction-hovercard + .popover {
  max-width: 265px;
  background:#ffffff;
  z-index: 6000 !important; 
  border-radius: 20px;
  left: -10px !important; 
}
.reaction-hovercard + .popover  .arrow {
  display:none;
}
 
 
.reaction-hovercard + .popover .popover-content ul > li{
  list-style: none;
  display: inline-flex;
}
 
.reaction-hovercard + .popover .popover-content ul > li img{
  height: 25px;
  width: 25px;
  border-radius: 50%;
}
 
.reaction-hovercard + .popover .popover-content ul > li img:hover{
 border: 1px solid #2196f3;
 
 box-shadow: -1px 1px 4px 0px rgb(2 2 2 / 68%);
}
/* REACTION */
.hover-card-header {
  width: 100%;
  height: 60px;
}
.hover-card-header h4 {
  float: left;
  display: block;
  width: 310px;
  margin-top: 25px;
  clear: right;
}
.hover-card-header h4 a {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.03rem;
}
.hover-card-header .member-title {
  display: block;
  color: #888;
  line-height: 15px;
  font-size: 13px;
}
.hover-card-details {
  width: 100%;
}
.hover-card-pic {
  margin-top: 0px;
  width: 95px;
  display: block;
  height: 90px;
}
.hover-card-pic .image-wrapper {
  margin: 0.5em 0.75em;
  float: left;
  position: relative;
}
.hover-card-content {
  list-style-type: none;
  width: 100%;
  display: block;
  background: #fff;
  padding: 2em 0 1em;
}
.hover-card-content li.right-aligned {
  padding: .15em 1.25em;
  border-left: 1px #F3F2F2 solid;
}
.hover-card-content li.right-aligned .content {
  font-size: 14px;
}
.hover-card-content li.right-aligned:last-child {
  border-left: none;
}
.hover-card-content .reputation-bar {
  position: absolute;
}
.hover-card-content .reputation-bar span {
  width: 65px;
  position: absolute;
  margin: 1em auto;
  margin-left: 15px;
  text-align: center;

  padding: .15em 0;
  background-color: #ccc;
  color: #fff;
}
.hover-card-content .desc,
.profile-label {
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 0.05rem;
  padding-bottom: 0.5em;
  padding-top: .15em;
  opacity: 0.8;
  display: block;
}
.hover-card-options-wrapper {
  position: relative;
  display: block;
  width: 430px;
  float: left;
  background: #F5F5F5;
  padding: 0 .5em;
  margin-bottom: 0.5em;
  clear: both;
  height: 40px;
}
.hover-card-options-wrapper ul {
  padding: .65em 0;
}
.hover-card-options-wrapper li {
  list-style-type: none;
  line-height: 0;
  display: inline-block;
  padding: 0 .75em;
}
.hover-card-options-wrapper li i {
  padding: 5px 3px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  font-size: 12px;
}
.hover-card-options-wrapper li a {
  color: #444;
  padding: 0;
  font-size: 13px;
  font-weight: normal;
  opacity: 0.8;
}
.hover-card-options {
  color: #eee;
}
.hover-card-options .dropdown-menu a {
  text-shadow: none;
}
.col-sm-10 label {
  font-weight: normal;
}


@media(max-width: 767px) {
  .basic-hovercard  + .popover,   .advance-hovercard  + .popover,  .basic-content  + .popover, .advance-content  + .popover, span.advcontent  + .popover, span.bcontent  + .popover{	
  display: none !important;
  }
}