<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#form-wrapper {
    position: fixed;
    right: 20px;
    bottom: 0;
    width: 500px;
    max-width: 100%;
    padding-left: 40px;
    z-index: 999999;
    box-shadow: 5px 11px 10px 0px #00006050;
}

#form-wrapper-inner {
    border: solid black thin;
    background: #fff;
    border-left: #ccc thin solid;
}

#survey-opt-in #form {
    overflow: auto;
    height: 500px;
    max-height: 88vh;
    background-color: #fff;
}

#survey-opt-in #form .card-header button {
  font-weight: 600;
}

#survey-opt-in .custom-control {
    border: thin solid #ccc;
    padding: 0 0.25em 0 2em;
}

#survey-opt-in .custom-control:hover {
    background-color: #ffdc88;
}

#survey-opt-in .custom-control-label::before,
#survey-opt-in .custom-control-label::after {
    top: 0.75rem;
}

#survey-opt-in .custom-control label {
    width: 100%;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

#survey-opt-in #form .card-header button.btn.btn-link {
    display: block;
    width: 100%;
    text-align: left;
    color: black;
}

#survey-opt-in [aria-expanded="true"] {
    font-weight: bold;
    font-size: 1rem;
    text-decoration: none;
    color: #fff !important;
    background: #007299 !important;
}

/* RATING STAR SCALE RATING */
#survey-opt-in .rating {
    display: inline-block;
}

#survey-opt-in .rating * {
    float: right;
}

#survey-opt-in .rating input {
    display: none;
}

#form button.btn.btn-link {
    border-radius: 0;
    margin-bottom: .1em;
    border-left: thick solid grey;
    border-right: thick solid grey;
}

#survey-opt-in .rating label {
    font-size: 30px;
    color: #eee;
    -webkit-text-stroke: 1px #ccc;
    text-fill: red;
    padding-left: 0.025em;
    padding-right: 0.025em;
}

#survey-opt-in .rating input:checked~label {
    color: #ffc10799;
}

#survey-opt-in .rating label:hover,
#survey-opt-in .rating label:hover~label {
    color: #ffc10780;
}

#survey-opt-in .rating input:checked~label:hover,
#survey-opt-in .rating input:checked~label:hover~label {
    color: #ffc10780 !important;
}

#survey-opt-in .btn-outline-primary:not(:hover) {
    background-color: white;
}

/* Checkboxes */
#survey-opt-in .custom-control-lg .custom-control-label::before,
#survey-opt-in .custom-control-lg .custom-control-label::after {
    top: 0.6rem !important;
    left: -2rem !important;
    width: 1.25rem !important;
    height: 1.25rem !important;
}

#survey-opt-in .custom-control-lg .custom-control-label {
    margin-left: 0.5rem !important;
    font-size: 1rem !important;
}

#survey-opt-in .icon.completed:before {
    content: "\2713";
    font-weight: bolder;
    font-size: 0.8em;
    color: white;
    background-color: #5a826e;
    border: 2px solid #5a826e;
    border-radius: 50%;
    width: 1.8em;
    text-align: center;
    display: inline-block;
    float: right;
    margin-left: 0.35em;
}

@media screen and (max-width: 480px) {
    #form-wrapper {
        margin: 0;
        padding: 0;
        right: 0;
    }

    #survey-opt-in {
        height: 100%;
    }

    #form {
        height: 100%;
    }
}

.bg-primary {
    background-color: #061f5c !important;
}

.form-group {
    padding-bottom: 0;
    margin-bottom: 0;
}

/* Email validation */

.content {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  background: #fff;
  text-align: center;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
}

.email-validation-wrapper .email-validation {
  width: 100%;
  height: 45px;
  display: flex;
  position: relative;
}

.email-validation-wrapper .email-validation input {
  width: 100%;
  height: 100%;
  border: 1px solid #e7e8ff;
  border-radius: 5px;
  padding-left: 43px;
  font-size: 18px;
  outline: none;
  background-color: white !important;
}
.email-validation-wrapper .email-validation input:focus {
  /*   border-color: #375af8; */
  box-shadow: 0 0 5px 2px #ccc;
}
.email-validation-wrapper ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #c0c2d1;
  opacity: 1; /* Firefox */
}

.email-validation-wrapper :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #c0c2d1;
}

.email-validation-wrapper ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #c0c2d1;
}
.email-validation-wrapper .email-validation .icons {
  position: absolute;
  left: -32px;
  top: 50%;
  transform: translateY(-50%);
}
.email-validation-wrapper .email-validation .icons .icon {
  height: 25px;
  width: 25px;
  border: 2px solid;
  border-radius: 50%;
  line-height: 1.5em;
  position: absolute;
  bottom: -15px;
  right: -69px !important;
  color: #c0c2d1;
  border-color: #c0c2d1;
}

.email-validation-wrapper .error-text {
  font-size: 0.8em !important;
  position: relative;
  margin: 15px 0 -5px 0;
  background: #e74c3c;
  color: #fceae8;
  font-size: 18px;
  padding: 8px;
  border-radius: 5px;
  user-select: none;
  display: none;
}

.email-validation-wrapper .error-text:before {
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  background: #e74c3c;
  right: 20px;
  top: -7px;
  transform: rotate(45deg);
}

.email-validation-wrapper.email-valid input {
  border-color: #27ae60;
}

.email-validation-wrapper.email-valid .icon:before {
  content: "\f00c";
  color: #27ae60;
  border-color: #27ae60;
}

.email-validation-wrapper.email-valid .icon {
  border-color: #27ae60 !important;
}

.email-validation-wrapper.email-invalid input {
  border-color: #e74c3c;
}

.email-validation-wrapper.email-invalid .icon:before {
  color: #e74c3c;
  border-color: #e74c3c;
}
.email-validation-wrapper.email-invalid .icon {
  border-color: #e74c3c !important;
}

.email-validation-wrapper.email-invalid &gt; .error-text {
  display: block;
}

.email-validation-wrapper .email-validation *,
.email-validation-wrapper .email-validation *:before {
  transition: all 0.8s ease-in-out;
}

.email-validation-wrapper .email-validation *:before {
  position: absolute;
  left: 2px;
}

#survey-opt-in form .hidden {
  display: none;
}</pre></body></html>