

@import url("//maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css");
@import url('https://fonts.googleapis.com/css?family=Arimo:400i,700');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600&display=swap');

/* Basic styles */
.symatic-reputation-container {
    width: 100%;
    background: #fff;
    border-color: #e1e1e1;
    padding-bottom: 50px;
    font-family: 'Arimo', sans-serif !important;
}

/* ibex style*/


.symatic-reputation-video {
    width: 90% !important;
    margin: auto !important;
}

.symatic-reputation-rating label:before {
    content: "\f005";
    font-family: FontAwesome;
    font-size: 33px !important;
}

.symatic-reputation-popup-o {
    position: relative;
    background-color: #fff;
    padding: 2% 1% 3%;
    margin: 0 auto;
    margin-top: 4% !important;
}

.symatic-reputation-logo {
    text-align: center;
    padding-bottom: 15px !important;
}

.symatic-reputation-logo img {
    width: 150px !important;
}

.symatic-reputation-video {
    width: 90% !important;
    margin: auto !important;
}

.symatic-video-wrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9 aspect ratio */
  overflow: hidden;
}

.symatic-video-wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* video overlay */
.symatic-ff-video-overlay, .symatic-ff-video-overlay-negative, .symatic-ff-video-overlay-positive {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; /* now it matches video */
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    cursor: pointer;
    transition: opacity 0.3s ease;
}

/* pulsate h2 inside all the feedback video overlay divs */
.symatic-ff-video-overlay span, .symatic-ff-video-overlay-negative span, .symatic-ff-video-overlay-positive span {
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    animation: symaticPulse 1.5s infinite;
}

@keyframes symaticPulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.1);
    opacity: 0.7;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.symatic-reputation-feedback {
    width: 90% !important;
    margin: auto !important;
    /* margin-top: -5px !important; */
}

.symatic-reputation-feedback-negative {
    display: flex;
    justify-content: center; /* horizontal centering */
    align-items: center;     /* vertical centering */
}


/*ibex style end*/


.symatic_reputation_review textarea {
    width: 95% !important;
    min-height: 65px !important;
    margin: auto;
    font-size: 14px;
    /* border-radius: 8px; */
    font-family: 'Arimo', sans-serif !important;
}

.symatic-row {
    text-align: center !important;
}

.symatic-reputation-rating .rate {
    display: inline-block;
    margin: 0;
    padding: 0;
    border: none;
    margin-top: 0;
}

.symatic-reputation-rating input[type="radio"] {
    left: -99999px;
    position: absolute;
}

.symatic-reputation-rating label {
    float: right;
    font-size: 0;
    color: #d9d9d9 !important;
}

.symatic-reputation-rating label:before {
    content: "\f005";
    font-family: FontAwesome;
    font-size: 50px;
}

.symatic-reputation-rating label:hover,
.symatic-reputation-rating label:hover ~ label {
    color: #fcd000 !important;
    transition: 0.2s;
}

.symatic-reputation-rating input:checked ~ label {
    color: #ccac00 !important;
}

.symatic-reputation-rating input:checked ~ label:hover,
.symatic-reputation-rating input:checked ~ label:hover ~ label {
    color: #fcd000 !important;
    transition: 0.2s;
}

/* Half-star*/

.symatic-reputation-rating .star-half {
    position: relative !important;
    width: 0px !important;
}

.symatic-reputation-rating .star-half:before {
    position: absolute !important;
    content: "\f089";
    padding-right: 0 !important;
}

.symatic_repu_submit, .negative_feedback_submit {
    clear: both;
    margin: 20px auto !important;
    display: block !important;
    padding: 0.84375em 0.875em 0.78125em !important;
    max-width: 250px;
    border: 1px solid #0193b8 !important;
    background: #0193b8 !important;
    color: #fff !important;
    font-size: 18px !important;
    border-radius: 3px !important;
    line-height: 30px !important;
}

.negative_feedback_submit {
    display: block !important;
}

.symatic-reputation-rating {
    margin: 16px 0 8px !important;
}

.error_rating, .error_review, .error_name, .error_email, .error_phone {
    color: #f00 !important;
}

.negative-feedback {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  width: 100%;
  max-width: 320px;
  margin: 4px auto 0;
}

.symatic-reputation-feedback #negative-feedback input.feedback_field[type="text"] {
    display: block;
    width: 100% !important;
    max-width: 320px;
    min-height: 34px !important;
    height: 34px !important;
    box-sizing: border-box !important;
    font-size: 14px !important;
    line-height: 1.25 !important;
    padding: 4px 10px !important;
    margin: 3px 0 !important;
    border: 1px solid #b8b4b4;
    border-radius: 0 !important;
    -webkit-appearance: none;
    appearance: none;
}

.symatic-none {
    display: none;
}

.symatic-success {
    color: #003104;
    float: left;
    font-size: 12px;
    text-align: center;
    margin-top: 5px;
    line-height: 14px;
}
.negative-feedback .symatic-reputation-label{
    margin: 10px 0 0;
    font-size: 12px;
}

.symatic-negative-review-divider {
    width: 100%;
    max-width: 300px;
    margin: 19px 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    color: #66717c;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}

.symatic-negative-review-divider::before,
.symatic-negative-review-divider::after {
    content: '';
    flex: 1;
    border-top: 1px solid #d7dce0;
}

.symatic-negative-review-sites {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 6px;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
}

.symatic-review-site-button {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 5px;
    width: 102px;
    max-width: 100%;
    height: 36px;
    margin: 0 !important;
    padding: 5px 7px !important;
    overflow: hidden;
    box-sizing: border-box;
    color: #60666b !important;
    font-size: 11px;
    font-weight: 500;
    line-height: 1;
    white-space: nowrap;
    text-decoration: none !important;
    background: #f8f9f9 !important;
    border: 1px solid #cbd0d4 !important;
    border-radius: 4px !important;
    box-shadow: none !important;
    opacity: 0.78;
    cursor: pointer !important;
}

.symatic-review-site-button-icon {
    display: block !important;
    flex: 0 0 18px;
    width: 18px !important;
    max-width: 18px !important;
    height: 18px !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 0;
    object-fit: contain;
}

.symatic-review-site-button-label {
    display: block;
    min-width: 0;
    overflow: hidden;
    color: inherit;
    font: inherit;
    line-height: 1;
    text-overflow: clip;
    white-space: nowrap;
}

.symatic-negative-review-site {
    flex: 0 0 78.2px;
    gap: 3.4px;
    width: 78.2px;
    max-width: 78.2px;
    height: 27.2px;
    min-width: 0;
    min-height: 0;
    padding: 3.4px 4.25px !important;
    font-size: 8.5px;
    background: #f8f9f9 !important;
    pointer-events: auto;
}

.symatic-negative-review-site .symatic-review-site-button-icon {
    flex-basis: 13.6px;
    width: 13.6px !important;
    max-width: 13.6px !important;
    height: 13.6px !important;
}

.symatic-negative-review-site .symatic-review-site-button-label {
    flex: 0 0 auto;
    overflow: visible;
}

.symatic-negative-preference-text {
    margin: 16px auto 4px;
    text-align: center;
    color: #4c4c4c;
    font-size: 12px;
    font-weight: 600;
    padding-bottom: 2px;
}

.symatic-reputation-label {
    color: #333;
    display: block;
    font-weight: 800;
    margin: 20px 0px 5px 0px;
    clear: both;
}

/** rating websites **/
.symatic-reputation-sites {
    text-align: center;
    margin: auto;
    margin-top: 20px;
    max-width: 880px;
}

.symatic-reputation-sites a {
    display: inline-block;
    box-shadow: none;
    text-decoration: none;
    box-shadow: none !important;
    margin: 5px 5px !important;
}

.symatic-reputation-sites span {
    height: auto;
    width: 200px;
    display: block;
}

.tff_angieslist { content: url(../image/tff_angieslist.png) }
.tff_bbb { content: url(../image/tff_bbb.png) }
.tff_best_company { content: url(../image/tff_best_company.png) }
.tff_bing { content: url(../image/tff_bing.png) }
.tff_facebook { content: url(../image/tff_facebook.png) }
.tff_foursquare { content: url(../image/tff_foursquare.png) }
.tff_google { content: url(../image/tff_google.png) }
.tff_healthgrades { content: url(../image/tff_healthgrades.png) }
.tff_home_advisor { content: url(../image/tff_home_advisor.png) }
.tff_open_table { content: url(../image/tff_open_table.png) }
.tff_ratemd { content: url(../image/tff_ratemd.png) }
.tff_tripadvisor { content: url(../image/tff_tripadvisor.png) }
.tff_trustpilot { content: url(../image/tff_trustpilot.png) }
.tff_vitals { content: url(../image/tff_vitals.png) }
.tff_yahoo { content: url(../image/tff_yahoo.png) }
.tff_yelp { content: url(../image/tff_yelp.png) }
.tff_yp { content: url(../image/tff_yp.png) }
.tff_zomato { content: url(../image/tff_zomato.png) }

/**********/

.symatic-reputation-feedback .error {
    color: #f00;
    float: left;
    font-size: 12px;
}

.symatic_clear {
    clear: both;
}

.symatic-reputation-rating label {
    clear: left;
    line-height: 1.3;
}

#symatic_feedback_form .error {
    width: 100%;
}

.symatic_reputation_review textarea {
    width: 100%;
    min-height: 65px !important;
    margin: auto;
    font-size: 14px;
    font-family: 'Arimo', sans-serif !important;
}

.symatic_positive_section {
    display: none;
}

.symatic_negative_section {
    display: none;
}

.symatic-reputation-video .symatic_video_description {
    text-align: center;
    margin: 0 !important;
    font-size: 13px;
    position: relative;
    top: 12px;
    color: #333 !important;
}

.symatic_negative_section .symatic_video_description {
    padding-bottom: 2px;
}

.symatic-reputation-logo {
    text-align: center;
    padding-bottom: 20px;
}

.syamtic_reputation_powered {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 13px;
    margin-top: 5px;
}

/* .syamtic_reputation_powered {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 13px;
    margin-top: 5px;
    padding-right: 10px;
} */

.syamtic_reputation_powered a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    color: #333 !important;
    text-decoration: none !important;
}

.symatic-reputation-powered-icon {
    display: block;
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
    object-fit: contain;
}

.symatic_positive_section .symatic-reputation-container {
    padding-bottom: 10px !important;
}

.symatic_negative_section .symatic-reputation-container {
    padding-bottom: 0 !important;
    margin-bottom: -3%;
}

.symatic_negative_section .syamtic_reputation_powered {
    margin: 3px 0 0;
    line-height: 1.2;
}

.symatic-reputation-popup-o {
    border-radius: 10px;
    margin-top: 1% !important;
    width:30% !important;

}

/* Inline shortcode mode: render the funnel directly in the page (no popup). */
.symatic-reputation-popup-o.symatic-reputation-inline {
    width: 100% !important;
    max-width: 700px;
    margin: 0 auto !important;
}

.symatic-floater-left, .symatic-floater-right, .symatic-floater-bottom {
    font-family: 'Arimo', sans-serif !important;
    z-index: 999;
    position: fixed;
    padding: 0 6px 10px;
    color: #fff !important;
    text-align: center !important;
    box-sizing: border-box;
}

/* Once this page's feedback interaction is complete, no legacy callback or
   delayed popup cleanup may bring the floating follow-up widget back. */
body.symatic-feedback-complete .symatic-reputation-floating-popup-links,
body.symatic-feedback-complete .symatic-reputation-popup-show,
body.symatic-feedback-complete .symatic-display-section {
    display: none !important;
}

.symatic-floater-left.black,
.symatic-floater-right.black,
.symatic-floater-bottom.black {
    background-color: #000;
}

.symatic-floater-left.green,
.symatic-floater-right.green,
.symatic-floater-bottom.green {
    background-color: #298824;
}

.symatic-floater-left.orange,
.symatic-floater-right.orange,
.symatic-floater-bottom.orange {
    background-color: #fd7100;
}

.symatic-floater-left.light-blue,
.symatic-floater-right.light-blue,
.symatic-floater-bottom.light-blue {
    background-color: #0086ff;
}

.symatic-floater-left.light-green,
.symatic-floater-right.light-green,
.symatic-floater-bottom.light-green {
    background-color: #4cd7c4;
}

.symatic-floater-left.pink,
.symatic-floater-right.pink,
.symatic-floater-bottom.pink {
    background-color: #fd776c;
}

.symatic-floater-left a, .symatic-floater-left a:hover,
.symatic-floater-right a, .symatic-floater-right a:hover,
.symatic-floater-bottom a, .symatic-floater-bottom a:hover {
    color: #fff !important;
    text-decoration: none !important;
    cursor: pointer !important;
}

.symatic-floater-left h2,
.symatic-floater-right h2,
.symatic-floater-bottom h2,
.symatic-floater-left h3,
.symatic-floater-right h3,
.symatic-floater-bottom h3{
    font-family: 'Arimo', sans-serif !important;
    text-transform: capitalize !important;
    margin-top: 6px !important;
    margin-bottom: 6px !important;
    font-style: italic;
    color: #fff !important;
}

.symatic-floater-left h2,
.symatic-floater-right h2{
    font-size: 15px !important;
    font-weight: bold !important;
    margin: 0;
    padding: 5px 7px;
    line-height: 1.5;
}
.symatic-floater-bottom h2{
    font-size: 15px !important;
    font-weight: bold !important;
    margin: 0 15px 20px;
    padding: 0;
    line-height: 1.5;
}
a#symatic-display-section.my-orange.symatic-display-section {
    color: #a29f9f !important;
    border-radius: 100%;
    padding: 0 !important;
    vertical-align: middle;
    font-size: 15px;
    font-weight: bold;
    font-family: sans-serif;
}
a#symatic-display-section.my-green.symatic-display-section {
    color: #a29f9f !important;
    border-radius: 100%;
    padding: 0 !important;
    vertical-align: middle;
    font-size: 15px;
    font-weight: bold;
    font-family: sans-serif;
}
a#symatic-display-section.my-black.symatic-display-section,
a#symatic-display-section.my-light-blue.symatic-display-section,
a#symatic-display-section.my-light-green.symatic-display-section,
a#symatic-display-section.my-pink.symatic-display-section {
    color: #a29f9f !important;
    border-radius: 100%;
    padding: 0 !important;
    vertical-align: middle;
    font-size: 15px;
    font-weight: bold;
    font-family: sans-serif;
}
.symatic-floater-left h3,
.symatic-floater-right h3{
    font-size: 11px !important;
    font-weight: 100 !important;
    text-transform: none !important;
    padding: 5px 0;
    line-height: 1.2;
}
.symatic-floater-bottom h3{
    font-size: 13px !important;
    font-weight: 100 !important;
    text-transform: none !important;
    padding: 0;
    line-height: 1.5;
}

.symatic-floater-left .symatic-circle,
.symatic-floater-right .symatic-circle,
.symatic-floater-bottom .symatic-circle{
/*    height: 20px !important;
    width: 20px !important;*/
    display: inline-block !important;
    text-align: center !important;
}

.symatic-floater-left hr,
.symatic-floater-right hr,
.symatic-floater-bottom hr{
    width: 75% !important;
    background-color: #fff !important;
    margin: auto auto;
}
.symatic-reputation-popup-links a {
    display: block !important;
}
.symatic-floater-left, .symatic-floater-right {
    height: auto !important;
    width: 80px !important;
    top: calc(50% - 90px);
}
.symatic-floater-left.symatic-newclass, .symatic-floater-right.symatic-newclass {
    width: 110px !important;
}

.symatic-floater-bottom {
    height: auto;
    width: 240px;
    bottom: 0px;
    top: auto;
    border-radius: 20px 20px 0px 0px;
    right: 20px;
}

.symatic-floater-bottom table{
    border:none !important;
    border-collapse: collapse !important;
    margin: 0 !important;
}

.symatic-floater-bottom table td {
    border: none !important;
    text-align: center !important;
    padding: 0px !important;
}

.symatic-floater-bottom table td:first-child{
    width: 30px !important;
    vertical-align: middle !important;
}

.symatic-floater-bottom h2{
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}

.symatic-floater-bottom h3{
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}

.symatic-floater-left {
    left: 0 !important;
    border-radius: 0 10px 10px 0 !important
}

.symatic-floater-right {
    right: 0 !important;
    border-radius: 10px 0px 0px 10px !important;
}
.symatic-newclass img.symatic-circle {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
.admin-bar .link-top {
    top: 31px !important;
}
.symatic-reputation-floating-popup-links.symatic-floater-right.symatic-newclass {
    margin-right: 5%;
}
.symatic-reputation-floating-popup-links.symatic-floater-left.symatic-newclass {
    margin-left: 5px;
}

.symatic-reputation-popup-links.link-bottom a,
.symatic-reputation-popup-links.link-top a,
.symatic-reputation-popup-links.link-right a,
.symatic-reputation-popup-links.link-left a {
    color: #fff !important;
}
#symatic_feedback_form .symatic_repu_submit, .negative_feedback_submit{
    margin: 20px auto 10px !important;
    padding: 0px 25px !important;
    font-size: 14px !important;
    /* border-radius: 8px !important; */
    height: 34px !important;
}

.symatic-reputation-container{
    padding-bottom: 0 !important;
}

.symatic-display-message {
    padding-bottom: 5px !important;
}

.symatic-blurred {
    /* backdrop-filter: blur(8px); */
    filter: blur(8px);
    transition: filter 0.3s ease;
}

@media only screen and (max-width: 767px) {
    .mfp-bg {
        background: #0b0b0b !important;
        position: fixed !important;
        top: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100% !important;
    }

    .mfp-ready.mfp-bg {
        opacity: 0.8 !important;
    }

    .mfp-removing.mfp-bg {
        opacity: 0 !important;
    }

    .mfp-wrap {
        position: fixed !important;
        top: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100% !important;
    }

    .symatic-ff-video-overlay,
    .symatic-ff-video-overlay-negative,
    .symatic-ff-video-overlay-positive {
        background-color: rgba(0, 0, 0, 0.5) !important;
    }
}

/* Positive follow-up screen: the detailed white badges remain readable in a
   balanced two-column grid at both desktop and phone widths. */
.symatic-reputation-popup-o .symatic_positive_section .symatic-reputation-sites {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    width: 100%;
    max-width: 450px !important;
    margin: 18px auto 0;
}

.symatic-reputation-popup-o .symatic_positive_section .symatic-reputation-sites a.symatic-positive-review-site {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden;
    border-radius: 3px;
    box-shadow: none !important;
    line-height: 0;
}

.symatic-reputation-popup-o .symatic_positive_section .symatic-reputation-sites a.symatic-positive-review-site:last-child:nth-child(odd) {
    grid-column: 1 / -1;
    justify-self: center;
    width: calc((100% - 10px) / 2) !important;
}

.symatic-positive-review-site-image {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    aspect-ratio: 689 / 295;
    object-fit: contain;
}

/* =====================================================================
   Responsive funnel layout

   Keep the complete funnel inside the viewport at every step. Previously
   the phone layout combined a 95/100% content width with 35px of padding on
   each side using content-box sizing. That made the popup wider than the
   viewport and pushed the video, rating, textarea and follow-up controls off
   centre. The tablet breakpoint also reduced the popup to only 35% wide.
   ===================================================================== */
.symatic-reputation-popup-o,
.symatic-reputation-popup-o *,
.symatic-reputation-popup-o *::before,
.symatic-reputation-popup-o *::after {
    box-sizing: border-box;
}

.symatic-reputation-popup-o {
    max-width: 700px;
}

.symatic-reputation-popup-o .symatic-reputation-container,
.symatic-reputation-popup-o .symatic_feedback_section,
.symatic-reputation-popup-o .symatic_positive_section,
.symatic-reputation-popup-o .symatic_negative_section {
    width: 100%;
    max-width: 100%;
}

.symatic-reputation-popup-o .symatic-reputation-logo img {
    max-width: 100% !important;
    height: auto !important;
}

.symatic-reputation-popup-o .symatic-video-wrapper video {
    display: block;
    max-width: 100%;
    object-fit: contain;
}

.symatic-reputation-popup-o .symatic-reputation-rating .rate {
    max-width: 100%;
}

.symatic-reputation-popup-o .symatic_reputation_review textarea,
.symatic-reputation-popup-o .symatic-reputation-feedback #negative-feedback input.feedback_field[type="text"] {
    max-width: 100%;
}

.symatic-reputation-popup-o .symatic_repu_submit,
.symatic-reputation-popup-o .negative_feedback_submit {
    white-space: normal;
}

.symatic-reputation-popup-o .syamtic_reputation_powered {
    clear: both;
}

@media only screen and (min-width: 768px) and (max-width: 1100px) {
    .symatic-reputation-popup-o:not(.symatic-reputation-inline) {
        width: 70% !important;
        max-width: 640px;
        padding: 24px !important;
    }
}

@media only screen and (max-width: 767px) {
    .mfp-container {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }

    .symatic-reputation-popup-o,
    .symatic-reputation-popup-o.symatic-reputation-inline {
        width: calc(100% - 24px) !important;
        max-width: 560px;
        padding: 20px !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .symatic-reputation-popup-o.symatic-reputation-inline {
        width: 100% !important;
    }

    .symatic-reputation-popup-o .symatic-reputation-video,
    .symatic-reputation-popup-o .symatic-reputation-feedback {
        width: 100% !important;
    }

    .symatic-reputation-popup-o .symatic-reputation-logo {
        padding-bottom: 12px !important;
    }

    .symatic-reputation-popup-o .symatic-reputation-video .symatic_video_description {
        top: auto;
        margin: 10px 0 0 !important;
        padding: 0 !important;
        font-size: 12px;
        line-height: 1.4;
        overflow-wrap: anywhere;
    }

    .symatic-reputation-popup-o .symatic-reputation-rating {
        width: 100%;
        margin: 12px 0 8px !important;
        overflow: visible;
    }

    .symatic-reputation-popup-o .symatic_reputation_review textarea {
        display: block;
        width: 100% !important;
        margin: 0 auto !important;
        resize: vertical;
    }

    .symatic-reputation-popup-o .symatic_repu_submit,
    .symatic-reputation-popup-o .negative_feedback_submit {
        width: 100% !important;
        max-width: 320px;
    }

    .symatic-reputation-popup-o .symatic-reputation-sites {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
        width: 100%;
        max-width: 100%;
        margin-top: 16px;
    }

    .symatic-reputation-popup-o .symatic-reputation-sites a {
        flex: 1 1 180px;
        width: 100%;
        max-width: 220px;
        margin: 0 !important;
    }

    .symatic-reputation-popup-o .symatic-reputation-sites span {
        width: 100%;
        max-width: 100%;
    }

    .symatic-reputation-popup-o .symatic-reputation-feedback-negative,
    .symatic-reputation-popup-o .negative-feedback {
        width: 100% !important;
        max-width: 320px !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .symatic-reputation-popup-o .symatic-success,
    .symatic-reputation-popup-o .syamtic_reputation_powered {
        float: none;
        width: 100%;
    }
}

@media only screen and (max-width: 480px) {
    .symatic-reputation-popup-o,
    .symatic-reputation-popup-o.symatic-reputation-inline {
        padding: 16px !important;
    }

    .symatic-reputation-popup-o .symatic-reputation-rating label:before {
        font-size: 28px !important;
    }

    .symatic-reputation-popup-o .symatic-reputation-sites a {
        flex-basis: 100%;
    }
}

@media only screen and (max-width: 2380px) and (min-width: 2281px)  {
    .symatic-reputation-sites span {
        width: 190px;
    }
}

@media only screen and (max-width: 2280px) and (min-width: 1800px)  {
}
@media only screen and (min-width: 1800px)  {
    .symatic-reputation-floating-popup-links.symatic-floater-left.symatic-newclass {
        top: 88% !important;
    }
}
@media only screen and (max-width: 1370px) and (min-width: 1281px)  {
    .symatic-reputation-popup-o {
        width: 35% !important;
    }
}

@media only screen and (max-width: 1280px) {
    .symatic-reputation-popup-o{
        margin-top: 2% !important;
    }
    .symatic-reputation-floating-popup-links.symatic-floater-right.symatic-newclass {
        top: 80% !important;
    }
    .symatic-reputation-floating-popup-links.symatic-floater-left.symatic-newclass {
        top: 80% !important;
    }
    .symatic-reputation-sites span{
        width: 180px;
    }
}

@media only screen and (max-width: 1024px) {
    .symatic-reputation-floating-popup-links.symatic-floater-right.symatic-newclass {
        margin-right: 10%;
    }
    .symatic-reputation-popup-o {
        /*margin-top: 7% !important;*/
        width: 40% !important;
        /*padding: 4% 1% !important;*/
    }
    .symatic-reputation-sites span{
        width: 180px;
    }

}
@media only screen and (max-width: 992px) {
    .symatic-reputation-popup-o {
        border-radius: 10px;
        /*margin-top: -15% !important;*/
        width: 35% !important;
    }
}
@media only screen and (max-width: 767px) {
    .symatic-reputation-floating-popup-links.symatic-floater-right.symatic-newclass {
        margin-right: 20%;
    }
    .symatic-reputation-popup-o {
        border-radius: 10px;
        margin-top: 0 !important;
        width: 95% !important;
    }
    .symatic-floater-left, .symatic-floater-right {
        width: 90px !important;
    }
    .symatic-floater-left h2, .symatic-floater-right h2{
        margin: 0 10px;
        padding: 5px 0;
    }
    .symatic-floater-left h3, .symatic-floater-right h3{
        font-size: 14px !important;
        padding: 5px 0;
    }
    a#symatic-display-section.my-green.symatic-display-section{
        margin-top: 95% !important;
    }
    a#symatic-display-section.my-orange.symatic-display-section{
        margin-top: 95% !important;
    }
    a#symatic-display-section.my-black.symatic-display-section,
    a#symatic-display-section.my-light-blue.symatic-display-section,
    a#symatic-display-section.my-light-green.symatic-display-section,
    a#symatic-display-section.my-pink.symatic-display-section{
        margin-top: 95% !important;
    }
}

/* =====================================================================
   iPhone-only fixes (iOS Safari / built-in browser).
   Everything here is scoped under .symatic-iphone, a class that the JS
   adds to <html> ONLY on iPhone/iPod. Desktop, Android and iPad never get
   this class, so their styling stays exactly as before.
   - Hides the native iOS video chrome that flashes before autoplay.
   - Removes the control-bar minimum width so the video can never grow
     wider than the popup box.
   ===================================================================== */
.symatic-iphone .symatic-video-wrapper video {
    max-width: 100% !important;
    max-height: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
}

.symatic-iphone .symatic-video-wrapper video::-webkit-media-controls,
.symatic-iphone .symatic-video-wrapper video::-webkit-media-controls-enclosure,
.symatic-iphone .symatic-video-wrapper video::-webkit-media-controls-panel,
.symatic-iphone .symatic-video-wrapper video::-webkit-media-controls-start-playback-button,
.symatic-iphone .symatic-video-wrapper video::-webkit-media-controls-overlay-play-button {
    display: none !important;
    -webkit-appearance: none !important;
    opacity: 0 !important;
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
    .symatic-reputation-rating label:before {
        content: "\f005";
        font-family: FontAwesome;
        font-size: 30px !important;
    }

    .symatic-reputation-popup-o {
        width: 95% !important;
        padding: 16px !important;
        margin-top: 0 !important;
    }
    .symatic-reputation-video .symatic_video_description{
        font-size: 10px;
    }
    a#symatic-display-section.my-green.symatic-display-section{
        margin-top: 75% !important;
    }
    a#symatic-display-section.my-orange.symatic-display-section{
        margin-top: 75% !important;
    }
    a#symatic-display-section.my-black.symatic-display-section,
    a#symatic-display-section.my-light-blue.symatic-display-section,
    a#symatic-display-section.my-light-green.symatic-display-section,
    a#symatic-display-section.my-pink.symatic-display-section{
        margin-top: 75% !important;
    }
}

/* =====================================================================
   Mobile only (Android + iPhone): make the second / negative-feedback
   popup symmetrical. The Name/Email/Phone inputs are full width, so we
   give the submit button, review divider and muted review-site row the exact
   same width (and centre them) so nothing looks mismatched or undersized.
   Desktop (>767px) is left untouched.
   ===================================================================== */
@media only screen and (max-width: 767px) {
    .negative-feedback {
        width: 100% !important;
        max-width: 320px !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .negative-feedback .negative_feedback_submit,
    .negative-feedback .symatic-negative-review-divider,
    .negative-feedback .symatic-negative-review-sites {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .negative-feedback .negative_feedback_submit {
        display: block !important;
        height: auto !important;
        min-height: 34px !important;
        line-height: 1.2 !important;
        padding: 7px 12px !important;
        margin-top: 14px !important;
        margin-bottom: 8px !important;
        font-size: 14px !important;
    }
}

/* =====================================================================
   Approved funnel typography and textarea treatment

   Keep this block after the legacy responsive rules so those rules cannot
   override the approved values.
   ===================================================================== */
.symatic-reputation-popup-o .feedback-popup .feedback-rating-prompt {
    position: static;
    top: auto;
    margin: 18px 0 8px !important;
    padding: 0 !important;
    text-align: center !important;
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    line-height: 22px !important;
    color: #202934 !important;
}

/* Every description directly below a funnel video uses one shared style. */
.symatic-reputation-popup-o .symatic-reputation-video .symatic_video_description {
    position: static;
    top: auto;
    margin: 18px 0 8px !important;
    padding: 0 !important;
    text-align: center !important;
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    line-height: 22px !important;
    color: #202934 !important;
    overflow-wrap: anywhere;
}

.feedback-popup .symatic-reputation-rating {
    margin: 0 0 8px !important;
}

.feedback-popup .feedback-textarea {
    display: block;
    width: 100% !important;
    min-height: 100px !important;
    margin: 0 auto !important;
    padding: 14px 16px !important;
    box-sizing: border-box !important;
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    line-height: 22px !important;
    color: #202934 !important;
    background: #fff !important;
    border: 1px solid #9aa4ae !important;
    border-radius: 8px !important;
    outline: none !important;
    resize: vertical !important;
    box-shadow: none !important;
    transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

.feedback-popup .feedback-textarea::placeholder {
    color: #8a949e !important;
    opacity: 1 !important;
}

.feedback-popup .feedback-textarea:focus {
    border-color: #4a5a6a !important;
    box-shadow: 0 0 0 2px rgba(74, 90, 106, 0.16), 0 4px 10px rgba(0, 0, 0, 0.12) !important;
    outline: none !important;
}

@media only screen and (max-width: 767px) {
    .feedback-popup .feedback-textarea {
        font-size: 16px !important;
    }
}

/* Submit buttons and their replayable hover shine. */
#feedbackSendBtn.fb-send-btn,
#negative_feedback_submit.fb-send-btn {
    position: relative !important;
    overflow: hidden !important;
    display: block !important;
    height: 46px !important;
    padding: 0 !important;
    margin: 20px auto 10px !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    line-height: normal !important;
    color: #fff !important;
    background: #1D93B0 !important;
    border: none !important;
    border-radius: 6px !important;
    cursor: pointer;
}

#feedbackSendBtn.fb-send-btn {
    width: 170px !important;
    max-width: 170px !important;
}

#negative_feedback_submit.fb-send-btn {
    width: 235px !important;
    max-width: 100% !important;
    height: 34px !important;
    margin-top: 18px !important;
    margin-bottom: 0 !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    border-radius: 3px !important;
}

#feedbackSendBtn.fb-send-btn:disabled,
#negative_feedback_submit.fb-send-btn:disabled {
    background: #ccc !important;
    cursor: not-allowed !important;
}

.fb-send-btn-label {
    position: relative;
    z-index: 1;
    pointer-events: none;
}

.fb-shine {
    position: absolute;
    top: 0;
    left: -60%;
    width: 40%;
    height: 100%;
    background: linear-gradient(115deg, transparent, rgba(255, 255, 255, 0.45), transparent);
    transform: skewX(-20deg);
    pointer-events: none;
}

@media only screen and (max-width: 767px) {
    #negative_feedback_submit.fb-send-btn {
        width: 100% !important;
        max-width: 320px !important;
        height: 46px !important;
        font-size: 14px !important;
        border-radius: 6px !important;
    }
}

/* Agency attribution under the button. The optional icon creates no gap or
   horizontal offset when it has not been configured. */
.symatic-reputation-popup-o .agency-branding {
    clear: both;
    float: none !important;
    width: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    line-height: normal;
    color: #6b6b68 !important;
    text-align: center !important;
    margin: 12px 0 0 !important;
}

.symatic-reputation-popup-o .agency-branding a {
    color: inherit !important;
    font: inherit;
}

/* Give every modal funnel state the same phone gutters as the initial screen. */
@media only screen and (max-width: 767px) {
    .symatic-reputation-popup-o:not(.symatic-reputation-inline) {
        width: calc(100% - 24px) !important;
        max-width: 560px;
        margin-left: auto !important;
        margin-right: auto !important;
    }
}

/* Negative follow-up screen: proportions from the approved reference. */
.symatic-reputation-popup-o .symatic_negative_section .negative-feedback {
    width: 100% !important;
    max-width: 320px !important;
}

.symatic-reputation-popup-o .symatic_negative_section #negative-feedback input.feedback_field[type="text"] {
    width: 300px !important;
    max-width: 100% !important;
}

.symatic-reputation-popup-o .symatic_negative_section .symatic-negative-review-divider,
.symatic-reputation-popup-o .symatic_negative_section .symatic-negative-review-sites {
    width: 300px !important;
    max-width: 100% !important;
}

.symatic-reputation-popup-o .symatic_negative_section .agency-branding {
    margin: 12px 0 0 !important;
    font-weight: 600 !important;
}

@media only screen and (max-width: 767px) {
    .symatic-reputation-popup-o .symatic_negative_section #negative-feedback input.feedback_field[type="text"],
    .symatic-reputation-popup-o .symatic_negative_section .symatic-negative-review-divider,
    .symatic-reputation-popup-o .symatic_negative_section .symatic-negative-review-sites {
        width: 100% !important;
    }
}
