@font-face {
    font-family: 'ft-review';
    src: url('../fonts/ft-review.eot?vvqgcz');
    src: url('../fonts/ft-review.eot?vvqgcz#iefix') format('embedded-opentype'), url('../fonts/ft-review.ttf?vvqgcz') format('truetype'), url('../fonts/ft-review.woff?vvqgcz') format('woff'), url('../fonts/ft-review.svg?vvqgcz#ft-review') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block
}

[class^="ft-icon-"],
[class*=" ft-icon-"] {
    font-family: 'ft-review' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ft-icon-circle-with-minus:before {
    content: "\e90c";
}

.ft-icon-circle-with-plus:before {
    content: "\e90d";
}

.ft-icon-circle-o:before {
    content: "\e900";
}

.ft-icon-comments-o:before {
    content: "\e901";
}

.ft-icon-comment-o:before {
    content: "\e902";
}

.ft-icon-plus-square:before {
    content: "\e903";
}

.ft-icon-minus-square:before {
    content: "\e904";
}

.ft-icon-params:before {
    content: "\e905";
}

.ft-icon-shop:before {
    content: "\e906";
}

.ft-icon-like:before {
    content: "\e907";
}

.ft-icon-bulb:before {
    content: "\e908";
}

.ft-icon-dislike:before {
    content: "\e909";
}

.ft-icon-check:before {
    content: "\e90a";
}

.ft-icon-clear:before {
    content: "\e90b";
}

.ft-icon-spinner:before {
    content: "\e948";
}



.br-theme-ft-bars-review .br-widget {
    height: 10px;
    white-space: nowrap
}

.br-theme-ft-bars-review .br-widget a {
    display: block;
    width: 10px;
    height: 6px;
    background-color: #d5d5d5
}

.br-theme-ft-bars-review .br-widget .br-current-rating {
    clear: both;
    text-align: center;
    font-weight: 600;
    display: block;
    padding: .5em 0;
    color: #4278F5;
    font-weight: 400
}

.br-theme-ft-bars-review .br-readonly a {
    cursor: default
}

.br-theme-ft-bars-review .br-readonly a.br-active,
.br-theme-ft-bars-review .br-readonly a.br-selected {
    background-color: #729bf8
}

.br-theme-ft-bars-review .br-readonly .br-current-rating {
    color: #729bf8
}

@media print {
    .br-theme-ft-bars-review .br-widget a {
        border: 1px solid #b3b3b3;
        background: white;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

    .br-theme-ft-bars-review .br-widget a.br-active,
    .br-theme-ft-bars-review .br-widget a.br-selected {
        border: 1px solid black;
        background: white
    }

    .br-theme-ft-bars-review .br-widget .br-current-rating {
        color: black
    }
}

.ft-review {
    width: 100%;
    /* width: 72%;
    padding-left: 25px */
    flex: 1 1 100%;
}

.ft-review-info {
    width: 28%
}

.ft-review-link {
    color: #000;
    text-decoration: none
}

.ft-review-link:hover {
    color: #000
}

.ft-review-sort {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 35px;
    list-style: none;
    margin: 15px 0 25px !important
}

.ft-review-head {
    display: flex;
    align-items: center;
    position: relative
}

.ft-review-box {
    margin-bottom: 40px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e9e9e9
}

.ft-review .ft-review-box:last-child {
    border-bottom: none
}

.ft-review-name {
    font-size: 14px;
    font-weight: bold;
    padding-left: 5px
}

.ft-review-offer {
    font-size: 13px;
    padding: 2px 12px;
    border-radius: 4px;
    line-height: normal
}

.ft-review-buyer {
    color: #767676;
    background: #e7e7e7;
    padding: 2px 12px;
    border-radius: 4px;
    margin-left: 5px;
    font-size: 13px;
    line-height: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 400px
}

.ft-review-seller .ft-icon-shop {
    font-size: 17px;
    position: relative;
    top: 3px;
    padding-left: 3px
}

.ft-review-seller {
    color: #767676;
    font-size: 13px;
    line-height: normal;
    margin-bottom: 20px;
    display: inline-block;
    padding-top: 5px
}

.ft-review-date {
    position: absolute;
    left: 0;
    font-size: 12px;
    font-weight: normal;
    color: #8d8d8d
}

.ft-review-offer-yes {
    background: #dcedc8;
    color: #5b763b
}

.ft-review-offer-no {
    background: #ffcdd2;
    color: #af4a42
}

.ft-review-offer-notsure {
    background: #ffecb3;
    color: #c17300
}

.ft-review-text {
    text-align: justify;
    padding: 20px 0 30px;
    font-size: 15px
}

.ft-review-reply {
    position: relative;
    margin-top: 25px;
    padding: 15px;
    border-radius: 4px
}

.ft-review-reply:before {
    content: "";
    position: absolute;
    height: 0;
    width: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    right: 28px;
    top: -11px
}

.ft-review-reply p {
    font-size: 13px;
    margin-bottom: 5px
}

.ft-review-inline {
    display: flex;
    width: 100%;
    gap: 20px;
}

.ft-review-details {
    display: flex;
    gap: 15px;
    justify-content: space-between;
}

.ft-review-rate {
    flex: 50% !important;
}

.ft-review-pros-cons {
    justify-content: flex-start;
    gap: 20px;
    display: flex;
    width: 100%;
}

.ft-review-pros-cons .ft-review-info {
    width: 50%
}

.ft-review-info {
    display: block
}

.ft-review-totlaRateUser {
    font-size: 13px
}

.ft-review-sumTotalRate {
    border-radius: 4px;
    padding: 1px 5px 0;
    margin-left: 3px;
    font-size: 14px;
    line-height: normal;
    align-items: center
}

.ft-review-countUserRate {
    font-size: 13px;
    color: #afafaf
}

.ft-review-items,
.ft-review-admin-item {
    position: relative;
    align-items: center;
    display: flex;
    justify-content: space-between
}

.ft-review-items div,
.ft-review-admin-item div {
    letter-spacing: -0.4px;
}

.ft-review-pros-text {
    font-size: 14px;
    color: #4caf50;
    line-height: normal
}

.ft-review-pros-text li,
.ft-review-cons-text li {
    list-style: none
}

.ft-review-pros-text li:before {
    content: "\e90d";
    font-family: 'ft-review';
    padding-left: 5px;
    top: 1px;
    position: relative
}

.ft-review-cons-text {
    font-size: 14px;
    color: #f44336;
    line-height: normal
}

.ft-review-cons-text li:before {
    content: "\e90c";
    font-family: 'ft-review';
    padding-left: 5px;
    top: 2px;
    position: relative
}

.ft-review-details-title {
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 5px
}

.ft-review-percentage {
    color: #ababab;
    font-size: 12px
}

a#like {
    margin-left: 10px
}

a#like span:hover {
    color: #8bc34a
}

a#dislike span:hover {
    color: #e91e63
}

.ft-review-report {
    color: #9e9e9e;
    font-size: 12px
}

.ft-review-report-text:hover {
    color: #ff9800
}

[class^="ft-review-link"],
[class*=" ft-review-link"] {
    text-decoration: none !important
}

[class^="ft-review-like"],
[class*=" ft-review-like"] {
    margin-left: 10px
}

[class^="ft-review-like"],
[class*=" ft-review-like"],
[class^="ft-review-dislike"],
[class*=" ft-review-dislike"] {
    display: inline-block;
    color: #9e9e9e;
    font-size: 13px
}

.ft-icon-dislike {
    top: 2px;
    position: relative
}

.ft-review-count,
.ft-review-report-text {
    color: #9e9e9e;
    font-size: 12px
}

.ft-review-like a:hover {
    color: #4caf50
}

.ft-review-pointer {
    text-decoration: none !important;
    cursor: pointer
}

.ft-review-dislike a:hover {
    color: #f44336
}

.ft-review-item {
    line-height: 24px;
    font-size: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ft-review-avg-user {
    border-radius: 4px;
    color: #fff;
    left: 0;
    position: absolute;
    padding: 0 6px;
    font-size: 12px;
    line-height: 20px
}

.ft-review-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 80px;
    height: fit-content;
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 4px;
    background: #f9f9f9;
    margin-bottom: 10px;
    flex: 1 1 40%;
}

.ft-review-footer {
    margin-top: 50px
}

.ft-review-left {
    float: left
}

.ft-review-like-text {
    color: #9e9e9e;
    font-size: 12px;
    margin-left: 10px
}

span.ft-rotate-180.ft-icon-like {
    top: 2px;
    position: relative
}

.ft-review-dislike .ft-icon-like {
    padding-left: 2px
}

.ft-review-like .ft-icon-like {
    padding-right: 2px
}

.ft-review-hidden {
    display: none
}

#ft-review-msg {
    position: fixed;
    left: 20px;
    background: #fff;
    bottom: 0;
    font-size: 15px;
    padding: 13px 30px 10px;
    border-radius: 5px;
    margin-bottom: 20px;
    box-shadow: 0 6px 17px -5px rgb(0 0 0 / 21%);
    z-index: 100000
}

.ft-review-show {
    animation: show_toast 1s ease forwards
}

.ft-review-hide {
    animation: hide_toast 1s ease forwards
}

.ft-review-success {
    background: #2ecc71 !important;
    color: #fff
}

.ft-review-warning {
    background: #ff9800 !important;
    color: #fff
}

.ft-review-radio input {
    appearance: none;
    transition: all 100ms linear
}

.ft-review-radio input:checked {
    color: #fff;
    background: #607d8b;
    padding: 1px 7px;
    border-radius: 4px;
    font-size: 14px
}

.ft-review-radio input:before {
    float: none !important;
    content: attr(label);
    display: inline-block !important;
    text-align: center;
    width: 100% !important;
    font-family: inherit !important;
    font-size: 13px;
    line-height: normal !important;
    vertical-align: inherit !important;
}

.ft-review-radio input {
    display: inline-block !important;
    background: #efefef;
    padding: 1px 7px;
    border-radius: 4px;
    font-family: inherit;
    font-size: 14px;
    line-height: normal;
    cursor: pointer;
    min-width: 35px
}

.ft-review-loading {
    position: relative;
    width: 0;
    height: 0;
    top: 0;
    left: 0;
    z-index: 1;
    color: #adadad;
    animation: ft-review-loading 1.7s 0ms infinite normal linear;
    transform-origin: center;
    display: inline-table
}

.ft-review-admin {
    display: block
}

.ft-review-average {
    display: flex;
    text-align: right;
    justify-content: flex-start;
    margin-bottom: 10px
}

.ft-review-votes span {
    display: block;
    color: #a7a7a7
}

.ft-review-avg-text {
    font-size: 11px
}

.ft-review-avg-number {
    border-radius: 4px;
    padding: 0 6px;
    margin-left: 5px;
    font-size: 18px;
    line-height: normal;
    align-items: center;
    display: flex;
    min-width: 40px;
    justify-content: center
}

.ft-review-modal-container {
    position: fixed;
    display: table;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    transform: scale(0);
    z-index: 1000
}

.ft-review-modal-container .ft-review-modal-background {
    display: table-cell;
    text-align: center;
    vertical-align: middle
}

.ft-review-modal-overly {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    position: absolute
}

.ft-review-modal-container .ft-review-modal-background .ft-review-modal {
    width: 600px;
    background: #fff;
    padding: 20px;
    display: inline-block;
    border-radius: 4px;
    position: relative
}

.ft-review-modal-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px
}

.ft-review-modal p {
    text-align: justify
}

.ft-review-charNum {
    display: block;
    font-size: 12px;
    color: #a9a9a9;
    text-align: right;
    margin-top: 5px
}

.ft-review-btn {
    cursor: pointer;
    border-radius: 4px;
    padding: 5px;
    font-size: 14px;
    line-height: normal
}

.ft-btn-cancel {
    background: #ededed;
    color: #000
}

.ft-btn-cancel:hover {
    background: #dddddd;
    color: #000
}

.ft-btn-accept {
    background: #2196f3;
    color: #fff
}

.ft-btn-accept:hover {
    background: #1976d2;
    color: #fff
}

.ft-review-btn-group {
    display: flex;
    gap: 10px;
    margin-top: 10px;
    text-decoration: none !important;
    justify-content: left;
    flex-wrap: nowrap
}

.ft-review-btn-group a {
    flex: 0 1 25%
}

.ft-review-modal-container.ft-review-modal-show {
    transform: scale(1)
}

.ft-review-modal-container.ft-review-modal-show .ft-review-modal-background {
    background: rgba(0, 0, 0, 0);
    animation: fadeIn 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards
}

.ft-review-modal-container.ft-review-modal-show .ft-review-modal-background .ft-review-modal {
    transform: translateX(-1500px);
    animation: roadRunnerIn 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards
}

.ft-review-modal-container.ft-review-modal-show.ft-review-modal-hide {
    animation: quickScaleDown 0s 0.5s linear forwards
}

.ft-review-modal-container.ft-review-modal-show.ft-review-modal-hide .ft-review-modal-background {
    animation: fadeOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards
}

.ft-review-modal-container.ft-review-modal-show.ft-review-modal-hide .ft-review-modal-background .ft-review-modal {
    animation: roadRunnerOut 0.5s linear forwards
}

.ft-review-form {
    display: flex;
    justify-content: space-between;
    gap: 15px
}

.ft-review-rating {
    flex: 1 1 100%
}

.ft-review-head {
    font-size: 20px;
    margin-bottom: 5px;
    line-height: normal
}

.ft-review-title {
    background: #efefef;
    border-radius: 4px;
    padding: 5px;
    margin-bottom: 15px;
    line-height: normal;
    font-size: 14px;
    text-align: center;
    border: 1px solid #ededed
}

.ft-review-content-side {
    width: 28%;
    display: flex;
    justify-items: center;
    flex-wrap: wrap;
    align-content: space-between
}

.ft-review-content {
    width: 100%;
    background: #fbfbfb;
    padding: 15px;
    border: 1px solid #e7e7e7;
    border-radius: 4px;
    margin-bottom: 35px
}

.ft-review-content p,
.ft-review-content-side p {
    font-size: 14px;
    margin-bottom: 10px
}

.ft-review-proscons {
    flex-basis: 100%;
    display: flex;
    gap: 15px;
    margin-top: 15px
}

.ft-review-postItem {
    position: relative;
    align-items: center;
    display: flex
}

.ft-review-postItem div,
.ft-review-pros,
.ft-review-cons {
    flex: 1 1 100%
}

.ft-review-alert-width {
    width: 70%
}

.ft-review-alert {
    padding: 20px 55px 20px 20px;
    margin-bottom: 15px;
    border-radius: 4px;
    font-size: 15px;
    line-height: normal;
    position: relative;
    display: flex;
    align-items: center
}

.ft-alert-warning {
    border: 1px solid #ffecb3;
    color: #af5c1d;
    background: #fff8e1
}

.ft-alert-warning:before {
    content: "\e908";
    font-family: 'ft-review';
    position: absolute;
    font-size: 28px;
    line-height: 20px;
    right: 15px
}

.ft-alert-success {
    border: 1px solid #dcedc8;
    color: #689f38;
    background: #f1f8e9
}

.ft-alert-success:before {
    content: "\e901";
    font-family: 'ft-review';
    position: absolute;
    font-size: 28px;
    line-height: 20px;
    right: 15px
}

.ft-review-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    margin-top: 30px
}

.ft-review-radio {
    font-size: 15px;
    line-height: normal;
    display: flex;
    gap: 4px;
    align-items: center
}

.ft-review-radio p {
    margin: 0;
    margin-left: 10px
}

input.ft-review-send-btn,
.ft-review-sending {
    padding: 5px 20px;
    color: #fff;
    line-height: normal;
    border-radius: 4px;
    transition: all 300ms linear;
    border: none;
    font-size: 14px;
    width: 140px;
    text-align: center
}

input.ft-review-send-btn:hover {
    background: #172478
}

.ft-review-pagination {
    text-align: center
}

.ft-review-pagination ul.page-numbers {
    position: relative;
    margin-bottom: 25px !important
}

.ft-review-sending {
    display: none
}

.ft-btn-blue {
    background: #3f51b5
}

.ft-btn-gray {
    background: #ababab
}

.ft-review-suggestbub {
    display: flex
}

.ft-review-bubble,
.ft-review-bubble1 {
    position: relative;
    color: #ffffff;
    border-radius: 4px;
    padding: 1px 7px;
    margin-left: 10px;
    font-size: 18px;
    display: flex;
    align-items: center;
    line-height: normal;
    min-width: 40px;
    justify-content: center
}

.ft-review-bubbleLead {
    line-height: 15px
}

.ft-review-bubbleTitle {
    font-size: 14px;
    line-height: normal
}

.ft-review-bubbleText a {
    font-size: 10px;
    color: #858585;
    line-height: normal
}

.ft-review-bubble1::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-left: 0;
    margin-top: -5px;
    margin-left: -5px
}

.ft-review-suggestChart {
    overflow: hidden;
    width: 100%;
    display: flex
}

.ft-review-block {
    display: block;
    height: 35px;
    color: #fff;
    font-size: 14px;
    float: right;
    position: relative;
    overflow: hidden;
    opacity: 1;
    transition: opacity, .3s ease;
    cursor: pointer
}

.ft-review-block:hover {
    opacity: .65
}

.ft-review-ChartAxis {
    text-align: center;
    padding: 15px 0 0;
    display: inline-block
}

.ft-review-legend {
    margin: 0 auto;
    padding: 0;
    font-size: 15px
}

.ft-review-legend li {
    display: inline-block;
    padding: 5px 8px;
    font-size: 14px;
    line-height: normal
}

.ft-review-legend li:before {
    content: "";
    margin-left: 5px;
    display: inline-block;
    width: 8px;
    height: 8px
}

.ft-review-Sugg,
.ft-review-Nosu,
.ft-review-Noidea {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse;
}

.ft-review-ChartPerfix {
    font-size: 10px;
    padding-right: 2px;
}

.ft-review-Sugg {
    background-color: #9ccc65
}

.ft-review-Nosu {
    background-color: #e57373
}

.ft-review-Noidea {
    background-color: #90a4ae
}

.ft-review-legSugg:before {
    background-color: #9ccc65
}

.ft-review-legNosu:before {
    background-color: #e57373
}

.ft-review-legNoidea:before {
    background-color: #90a4ae
}

#ft-submit-review .ft-review-rate {
    width: 100%
}

.ft-review-content textarea {
    width: 100%;
}

ul.ftr-faq-accordion li .ftr-faq-question {
    background: #f9f9f9;
    padding: 5px 20px;
    margin-bottom: 10px;
    width: 100%;
    display: block;
    border-radius: 5px;
    border: 1px solid #e5e5e5;
}

.ftr-faq-question.active {
    background: #FFFDE7 !important;
    border: 1px solid #f2eec7 !important;
}

.ftr-faq-question:before {
    content: "+";
    font-size: 24px;
    position: absolute;
    line-height: 1.4;
}















.ft-review-faq-set {
    position: relative;
    width: 100%;
    height: auto;
    background-color: #f5f5f5;
}

.ft-review-faq-set>a {
    display: flex;
    padding: 10px 15px;
    text-decoration: none;
    color: #555;
    font-weight: 600;
    border-bottom: 1px solid #ddd;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
    align-content: center;
    align-items: center;
    flex-direction: row;
}

.ft-review-faq-set>a i {
    float: right;
    margin-left: 10px;
    font-size: 16px;
}

.ft-review-faq-set>a.active {
    background-color: #3399cc;
    color: #fff;
}

.ft-review-faq-content {
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    display: none;
}

.ft-review-faq-content p {
    padding: 10px 15px;
    margin: 0;
    color: #333;
}

.ft-review-mini-user {
    border-radius: 4px;
    padding: 8px;
    font-size: 18px;
    line-height: normal;
    align-items: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
}














@keyframes quickScaleDown {
    0% {
        transform: scale(1)
    }

    99.9% {
        transform: scale(1)
    }

    100% {
        transform: scale(0)
    }
}

@keyframes fadeIn {
    0% {
        background: rgba(0, 0, 0, 0)
    }

    100% {
        background: rgba(0, 0, 0, 0.7)
    }
}

@keyframes fadeOut {
    0% {
        background: rgba(0, 0, 0, 0.7)
    }

    100% {
        background: rgba(0, 0, 0, 0)
    }
}

@keyframes roadRunnerIn {
    0% {
        transform: translateY(1500px)
    }

    100% {
        transform: translateY(0px)
    }
}

@keyframes roadRunnerOut {
    0% {
        transform: translateY(0px)
    }

    100% {
        transform: translateY(1500px)
    }
}

@keyframes show_toast {
    0% {
        transform: translateY(100%)
    }

    40% {
        transform: translateY(-10%)
    }

    80%,
    100% {
        transform: translateY(0%)
    }
}

@keyframes hide_toast {
    0% {
        transform: translateY(0%)
    }

    80%,
    100% {
        transform: translateY(150%)
    }
}

@-moz-keyframes ft-review-loading {
    100% {
        -moz-transform: rotate(360deg)
    }
}

@-webkit-keyframes ft-review-loading {
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes ft-review-loading {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@media screen and (max-width: 900px) {
    .ft-review-inline {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse
    }

    .ft-review-sticky {
        position: inherit;
        position: relative;
        top: inherit
    }

    .ft-review-head {
        display: grid;
        justify-items: start
    }

    .ft-review-buyer,
    .ft-review-offer-yes,
    .ft-review-offer-no,
    .ft-review-offer-notsure,
    .ft-review-date {
        margin: 2px 0
    }

    .ft-review-date {
        top: 0
    }

    .ft-review-info {
        width: 100%;
        margin-bottom: 15px
    }

    .ft-review {
        width: 100%;
        padding-left: 0
    }

    .ft-review-pros-cons {
        width: 70%;
        display: block
    }

    .ft-review-details-title {
        display: none
    }

    .ft-review-rate {
        width: 100%
    }

    .ft-review-form {
        display: block
    }

    .ft-review-content {
        width: 100%;
        background: inherit;
        padding: 0;
        border: none
    }

    .ft-review-proscons {
        display: block
    }

    .ft-review-question {
        display: block
    }

    input.ft-review-send-btn,
    .ft-review-sending {
        width: 100%;
        margin-top: 25px;
        font-size: 18px
    }

    .ft-review-alert {
        width: 100%
    }

    .ft-review-modal-container .ft-review-modal-background .ft-review-modal {
        width: 90%
    }

    .ft-review-title {
        margin-bottom: 0;
        margin-top: 10px;
        border-radius: 4px 4px 0 0
    }
}

@media screen and (max-width: 600px) {
    .ft-review-head {
        display: grid;
        justify-items: start
    }

    .ft-review-buyer,
    .ft-review-offer-yes,
    .ft-review-offer-no,
    .ft-review-offer-notsure,
    .ft-review-date {
        margin: 2px 0
    }

    .ft-review-details {
        display: flex;
        flex-wrap: wrap
    }

    #ft-review-msg {
        left: 10px;
        right: 10px;
        padding: 13px 15px 10px
    }

    .ft-review-date {
        top: 0
    }

    .ft-review-radio {
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
        justify-content: center
    }

    .ft-review-radio input {
        min-width: 130px
    }

    input.ft-review-send-btn,
    .ft-review-sending {
        margin-top: 45px
    }

    #ft-submit-review .ft-review-rate {
        border: 1px solid #ddd;
        padding: 10px 5px
    }
}



/* START TOOLTIP STYLES */
[tooltip] {
    position: relative;
}

[tooltip]::before,
[tooltip]::after {
    text-transform: none;
    /* opinion 2 */
    font-size: .9em;
    /* opinion 3 */
    line-height: 1;
    user-select: none;
    pointer-events: none;
    position: absolute;
    display: none;
    opacity: 0;
}

[tooltip]::before {
    content: '';
    border: 5px solid transparent;
    /* opinion 4 */
    z-index: 1001;
    /* absurdity 1 */
}

[tooltip]::after {
    content: attr(tooltip);
    text-align: center;
    min-width: 3em;
    max-width: 21em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 1ch 1.5ch;
    border-radius: .3ch;
    box-shadow: 0 1em 2em -.5em rgba(0, 0, 0, 0.35);
    background: #333;
    color: #fff;
    z-index: 1000;
    /* absurdity 2 */
}

[tooltip]:hover::before,
[tooltip]:hover::after {
    display: block;
}

[tooltip='']::before,
[tooltip='']::after {
    display: none !important;
}

/* FLOW: UP */
[tooltip]:not([flow])::before,
[tooltip][flow^="up"]::before {
    bottom: 100%;
    border-bottom-width: 0;
    border-top-color: #333;
}

[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::after {
    bottom: calc(100% + 5px);
}

[tooltip]:not([flow])::before,
[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::before,
[tooltip][flow^="up"]::after {
    left: 50%;
    transform: translate(-50%, -.5em);
}

/* FLOW: DOWN */
[tooltip][flow^="down"]::before {
    top: 100%;
    border-top-width: 0;
    border-bottom-color: #333;
}

[tooltip][flow^="down"]::after {
    top: calc(100% + 5px);
}

[tooltip][flow^="down"]::before,
[tooltip][flow^="down"]::after {
    left: 50%;
    transform: translate(-50%, .5em);
}

/* FLOW: LEFT */
[tooltip][flow^="left"]::before {
    top: 50%;
    border-right-width: 0;
    border-left-color: #333;
    left: calc(0em - 5px);
    transform: translate(-.5em, -50%);
}

[tooltip][flow^="left"]::after {
    top: 50%;
    right: calc(100% + 5px);
    transform: translate(-.5em, -50%);
}

/* FLOW: RIGHT */
[tooltip][flow^="right"]::before {
    top: 50%;
    border-left-width: 0;
    border-right-color: #333;
    right: calc(0em - 5px);
    transform: translate(.5em, -50%);
}

[tooltip][flow^="right"]::after {
    top: 50%;
    left: calc(100% + 5px);
    transform: translate(.5em, -50%);
}

/* KEYFRAMES */
@keyframes tooltips-vert {
    to {
        opacity: .9;
        transform: translate(-50%, 0);
    }
}

@keyframes tooltips-horz {
    to {
        opacity: .9;
        transform: translate(0, -50%);
    }
}

/* FX All The Things */
[tooltip]:not([flow]):hover::before,
[tooltip]:not([flow]):hover::after,
[tooltip][flow^="up"]:hover::before,
[tooltip][flow^="up"]:hover::after,
[tooltip][flow^="down"]:hover::before,
[tooltip][flow^="down"]:hover::after {
    animation: tooltips-vert 300ms ease-out forwards;
}

[tooltip][flow^="left"]:hover::before,
[tooltip][flow^="left"]:hover::after,
[tooltip][flow^="right"]:hover::before,
[tooltip][flow^="right"]:hover::after {
    animation: tooltips-horz 300ms ease-out forwards;
}









