#ux-feedback-popup {
  position: fixed;
  top: 40px;
  right: -340px;
  width: 300px;
  background: white;
  padding: 20px;
  border: 1px solid #e5e5e5;
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  transition: right 0.5s ease;
  z-index: 9999;
}

#ux-feedback-popup.show {
  right: 30px;
}

#ux-feedback-popup h4 {
  margin-top: 0;
}

.ux-rating span {

  font-size: 24px;
  color: #ccc;
  cursor: pointer;

}

.ux-rating span.active {
  color: #111;
}

.feed-back-textarea {

  width: 100%;
  height: 70px;
  margin: 10px 0 !important;
  padding:5px !important;

}

.ux-send {

  background: #111;
  color: white;
  border: none;

  padding: 8px 14px;
  cursor: pointer;

}

.ux-close {

  position: absolute;
  right: 10px;
  top: 8px;

  border: none;
  background: none;
  font-size: 18px;
  cursor: pointer;

}
