div.survey-link {
  position: fixed;
  bottom: 0px;
  right: 80px;
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 8px;
  padding-top: 8px;
  z-index: 1000; }
  div.survey-link div.survey-link-container {
    display: flex;
    align-items: center;
    width: 60px;
    height: 60px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 4px 8px;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    color: white;
    border-radius: 50%;
    cursor: pointer;
    background-color: #fd641c;
    /*background-image: url(/assets/images/survey_rating.svg);*/
    background-size: cover;
    background-position: center; }
  div.survey-link div.survey-link-container:hover {
    background-size: 110%;
    background-position: center; }
    div.survey-link div.survey-link-container:hover span {
      color: rgba(255, 255, 255, 0.8); }
  div.survey-link div.survey-popup {
    width: 300px;
    height: 300px;
    background: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 4px 16px; }
    div.survey-link div.survey-popup div.survey-popup-header {
      height: 50px;
      width: 100%;
      display: block;
      background-color: #fd641c;
      color: white;
      text-align: center; }
      div.survey-link div.survey-popup div.survey-popup-header a.popup-close-button {
        padding-top: 13px;
        color: white;
        padding-right: 13px; }
      div.survey-link div.survey-popup div.survey-popup-header div.survey-title {
        padding-top: 5px;
        font-size: 20px; }
    div.survey-link div.survey-popup div.survey-popup-body {
      padding: 20px 10px;
      text-align: center; }
      div.survey-link div.survey-popup div.survey-popup-body button.survey-button {
        margin-top: 40px; }
