@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600");

.custom-social-proof {

  position: fixed;

  bottom: 20px;
  width: max-content;
  left: 20px;
  right: 20px;
  z-index: 9999999999999 !important;

  font-family: "Open Sans", sans-serif;

}

.custom-social-proof .custom-notification {

  padding-top: 20px;
  padding-bottom: 20px;
  padding-left:20px;
  width: 400px;
  max-width: 100%;
  
  border: 0;
  text-align: left;

  z-index: 99999;

  box-sizing: border-box;

  font-weight: 400;

  border-radius: 6px;

  box-shadow: 2px 2px 10px 2px rgba(11, 10, 10, 0.2);

  background-color: #fff;

  position: relative;

  cursor: pointer;

}

.custom-social-proof .custom-notification .custom-notification-container {

  display: flex !important;

  align-items: flex-start;

  height: max-content;

}

.custom-social-proof .custom-notification .custom-notification-container .custom-notification-image-wrapper img {

  max-height: 75px;

  width: 90px;

  overflow: hidden;

  border-radius: 6px 0 0 6px;

  object-fit: cover;

}

.custom-social-proof .custom-notification .custom-notification-container .custom-notification-content-wrapper {

  margin: 0;

  height: 100%;

  color: gray;

  padding-left: 20px;

  padding-right: 20px;

  border-radius: 0 6px 6px 0;

  flex: 1;

  display: flex !important;

  flex-direction: column;

  justify-content: center;

}

.custom-social-proof .custom-notification .custom-notification-container .custom-notification-content-wrapper .custom-notification-content {

  font-family: inherit !important;

  margin: 0 !important;

  padding: 0 !important;

  font-size: 14px;

  line-height: 16px;
  
}

.custom-social-proof .custom-notification .custom-notification-container .custom-notification-content-wrapper .custom-notification-content small {

  margin-top: 3px !important;

  display: block !important;

  font-size: 12px !important;

  opacity: 0.8;

}

.custom-social-proof .custom-notification .custom-close {

  position: absolute;

  top: 8px;

  right: 8px;

  height: 15px;

  width: 15px;

  cursor: pointer;

  transition: 0.2s ease-in-out;


  opacity: 1;

}

.custom-social-proof .custom-notification:hover .custom-close {

  opacity: 1;

}

.checked {
  color: orange;
}

.custom-notification-rating
{
  margin-bottom :0px;
}


element {
  --main-bg-color: brown;
}

.avatar_icon
{
  display: table;
  width:70px;
  height:70px;
  border-radius: 50%;
  text-align: center;
}

.avatar_icon h3
{
  display:table-cell;
  vertical-align: middle;
  color:white;
}

.stars {
  cursor: pointer;
  display: flex;
}

.custom-notification-content
{
  margin-bottom:20px  !important;
}
.stars .star polygon {
  fill: #ffd055;
}
.stars  
{
  margin-top:10px;
}
.stars  svg
{
  margin-right:5px;
}