/* COLORS */
/* COLORS */
.isf--container {
  background-color: #ffffff;
  font-weight: bold;
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 9999;
  min-height: 100px;
  width: 250px;
  overflow: hidden;
  border: 1px solid #dbdbdb; }
  .isf--container.static-survey {
    position: relative;
    bottom: initial;
    right: initial;
    z-index: 0;
    width: auto;
    border: 0;
    background: transparent;
    overflow: initial; }

.isf--text-disclaimer {
  font-size: 14px;
  font-weight: normal;
  color: #484848;
  padding: 0 15px 10px;
  display: none; }
  .isf--text-disclaimer.active {
    display: block; }
  .isf--text-disclaimer p {
    margin-top: 0; }

.isf--disclaimer {
  text-align: center;
  font-size: 14px;
  font-weight: normal;
  color: #484848;
  padding-top: 10px;
  padding-bottom: 10px; }

.isf--form {
  position: relative;
  top: 0;
  left: 0;
  display: none;
  padding: 10px 15px 0px; }
  .isf--form.active {
    display: block; }
  .isf--form select {
    width: 100%; }
  .isf--form button {
    width: 100%;
    margin-top: 5px;
    padding: 10px 5px;
    border: 0 solid transparent;
    background: #9e9e9e;
    text-shadow: none;
    color: #ffffff;
    border-radius: 4px;
    font-weight: bold; }
  .isf--form-check-group {
    margin: 0 10px; }

.isf--close {
  position: absolute;
  background: 0;
  border: 0;
  padding: 0;
  margin: 0;
  top: 5px;
  right: 5px;
  cursor: pointer;
  z-index: 2;
  color: #9e9e9e;
  font-size: 20px; }

.isf--ctd {
  text-align: center;
  font-size: .8em;
  font-weight: normal;
  color: #9e9e9e; }

.isf--checkbox {
  display: flex;
  font-weight: normal;
  margin: 0; }

.isf--stars {
  color: #9e9e9e;
  font-size: 24px;
  position: relative;
  height: 24px;
  width: 24px; }
  .isf--stars span {
    position: absolute;
    top: 0px;
    left: 0px; }
  .isf--stars input[type=radio] {
    display: none; }
  .isf--stars.active .active {
    visibility: visible; }
  .isf--stars.active .inactive {
    visibility: hidden; }
  .isf--stars.active.hover .active {
    color: #435f66; }
  .isf--stars.inactive .active {
    visibility: hidden; }
  .isf--stars.inactive .inactive {
    visibility: visible; }

.isf .fbftimer {
  font-size: 10px;
  width: 100%;
  text-align: center; }

.isf textarea {
  width: 95%;
  border: 4px solid #dbdbdb;
  border-radius: 5px;
  padding: 5px; }
  .isf textarea::placeholder {
    color: #9e9e9e; }

.isf input::placeholder {
  color: #9e9e9e; }

.isf--check {
  display: block;
  font-weight: normal;
  padding-bottom: 5px; }

.isf--label {
  display: block;
  padding-bottom: 5px;
  text-align: center;
  color: #222;
  position: relative;
  z-index: 1; }
  .isf--label small {
    color: #222; }

.isf--radio-group {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 10px; }

.isf--radio {
  text-align: center;
  color: #9e9e9e;
  cursor: pointer;
  padding: 0 5px; }
  .isf--radio-yes {
    background-color: #435f66;
    border-radius: 4px 0 0 4px;
    margin-right: 2px; }
  .isf--radio-no {
    background-color: #435f66;
    border-radius: 0 4px 4px 0;
    margin-left: 2px; }

.isf--buttons {
  flex: 1 1;
  margin-top: 5px;
  border: 0px solid transparent;
  background: #435f66;
  text-shadow: none;
  color: #ffffff;
  padding: 10px; }
  .isf--buttons input[type=radio] {
    display: none; }
  .isf--buttons:first-of-type {
    border-radius: 4px 0 0 4px;
    margin-right: 2px; }
  .isf--buttons:last-of-type {
    border-radius: 0 4px 4px 0;
    margin-left: 2px; }

