﻿:root {
  --rc-font-heading: 'Inter', Arial, Helvetica, sans-serif;
  --rc-font-body: 'Source Sans 3', Arial, Helvetica, sans-serif;
}

@import "https://use.fontawesome.com/releases/v5.1.0/css/all.css";

html, body, .rcw-expanded-body {
    overflow: auto;
    -ms-overflow-style: none; /* Internet Explorer 10+ */
    scrollbar-width: none; /* Firefox */
    scroll-behavior: smooth;
}

html::-webkit-scrollbar, body::-webkit-scrollbar, .rcw-expanded-body::-webkit-scrollbar {
    display: none; /* Safari and Chrome */
}

body {
    font-family: var(--rc-font-body);
    color: #fff;
    font-size: 14px;
}

.grecaptcha-badge {
    visibility: hidden;
}

.rcw-expanded-body.hidden, .rcw-minimised-body.hidden, .rcw-mobile-body.hidden, .rcw-widget-popup.hidden, .rcw-widget-multirace-popup.hidden, .rcw-rc-popup.hidden, .rcw-review-btn.hidden {
    display: none;
}

.shrink-icon, .shrink-icon-mobile {
    background: #A7C239;
    border: none;
    cursor: pointer;
    padding: 8px 6px 5px 6px;
    position: fixed;
    top: -2px;
    right: -2px;
    border-radius: 0 7px 0 10px;
    z-index: 2;
}

.shrink-icon:before, .shrink-icon-mobile:before {
    content: "";
    position: absolute;
    top: 0px;
    width: 10px;
    height: 7px;
    margin-top: -4px;
    border-top: 4px solid #A7C239;
    border-right: 4px solid #A7C239;
    border-top-right-radius: 1em;
}

.shrink-icon:before {
    right: 21px;
}

.shrink-icon-mobile:before {
    right: 23px;
}

.shrink-icon > img, .shrink-icon-mobile > img {
    width: 13px;
}

.shrink-icon-mobile > img {
    margin-left: 2px;
}

.shrink-icon-mobile {
    display: none;
}

.expand-icon {
    background: none;
    border: none;
    cursor: pointer;
    color: rgb(166, 169, 175);
    padding: 5px;
    position: absolute;
    top: 2px;
    right: 2px;
}

.expand-icon > img {
    width: 14px;
}

.expand-icon-banner {
    top: 6px !important;
}

.rcw-body-section {
    margin: 10px;
    background-color: #1E2532;;
    border-top: 3px solid #A7C239;
    border-bottom: 3px solid #1A212E;
    border-radius: 10px 10px 0px 0px;
    box-shadow: -2px 0px 10px 5px rgba(0, 0, 0, 0.05);
}

.rcw-body-section-reviews, .full-breakdown-section {
    margin-bottom: 82px;
}

.collapsible {
    background: none;
    color: white;
    padding: 5px 15px 10px 15px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 16px;
    font-weight: 500;
    font-family: var(--rc-font-heading);
}

.dropdown-arrow {
    float: right;
    margin-right: 4px;
}

.dropdown-arrow > img.open {
    transform: rotate(-180deg);
}

.content {
    padding: 0 15px;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.content-no-collapse {
    max-height: 100% !important;
}

.no-margin-copy {
    margin: 0 !important;
}

.rcw-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin: 0 auto;
}

.multiple-race-dots {
    margin-top: 15px;
    display: flex;
    align-items: center;
}

.multiple-race-dots > span {
    display: inline-block;
    position: relative;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    margin: 0 2px;
    content: "";
    background: #757981;
    opacity: 0.3;
    border-radius: 50%;
}

.multiple-race-dots > span.active-dot {
    background: #757981 !important;
    opacity: 1 !important;
}

.header-main-row {
    display: flex;
    width: 95%;
}

.header-central-col {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex: 0 0 80%;
}

.header-central-col > .rcw-link {
    margin: 0 !important;
}

.rcw-expanded-review-btn {
    margin: 15px 10px 10px 10px;
}

.rcw-expanded-review-btn > .btn {
    width: 100%;
    display: inline-block;
    text-align: center;
    padding: 5px 0;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.1px;
    border-style: none;
    font-family: var(--rc-font-heading);
}

.review-section-ctas > .btn {
    width: 100%;
    display: inline-block;
    text-align: center;
    padding: 6px 0;
    font-size: 16px;
    font-weight: 500;
    border-style: none;
    margin-bottom: 17px;
}

.header-left-col, .header-right-col {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0 0 10%;
}

.header-left-col > .dropdown-arrow > img {
    transform: rotate(90deg);
    height: 10px;
    opacity: .5;
    cursor: pointer;
}

.header-right-col > .dropdown-arrow > img {
    transform: rotate(-90deg);
    height: 10px;
    opacity: .5;
    cursor: pointer;
}

h1 {
    text-align: center;
    font-size: 23px;
    font-weight: 500;
    margin-top: 15px;
    margin-bottom: 5px;
    font-family: var(--rc-font-heading);
    line-height: 26px;
}

.rcw-mini-racedata > .star-rating {
    margin-top: 5px;
    margin-bottom: 2px;
}

.minimised-rating {
    margin-top: 0;
    margin-bottom: 3px;
    margin-right: 2px;
    margin-left: 8px;
    font-size: 17px;
}

.minimised-rating-out-of {
    font-size: 14px;
    font-weight: normal;
    margin: 0;
}

.star-rating {
    font-weight: 500;
    color: #FFCC00;
    font-size: 19px;
    display: flex;
    align-items: center;
    margin-bottom: 7px;
    font-family: var(--rc-font-heading);
}

.star-rating > img {
    margin-right: 5px;
}

.expanded-rating {
    margin-bottom: 0;
    margin-top: 0;
    margin-left: 5px;
    width: 100%;
    display: flex;
    align-items: baseline;
}

.expanded-rating-out-of {
    font-size: smaller;
    font-weight: normal;
    margin-left: 2px;
}

.no-rating-stars {
    filter: grayscale(1);
}

.no-rating-stars > .expanded-rating > .frb-rating-value {
    font-size: smaller !important;
    opacity: .5;
    margin-top: 1px;
}

.rb-row:not(:last-child) {
    margin-bottom: 15px;
}

.rb-row > p {
    margin: 0;
}

.frb-rating-value {
    font-size: 17px !important;
}

.frb-out-of {
    font-size: 12px ! important;
}

.frb-subtitle {
    font-family: var(--rc-font-heading);
    font-weight: 500;
    margin: 5px 0;
    font-size: 14px;
}

.rcw-link-container {
    margin-bottom: 0px;
}

.rcw-link {
    color: #A7C239;
    font-size: 12px;
    text-decoration: none;
    cursor: pointer;
    font-family: var(--rc-font-heading);
    font-weight: 500;
}

.rcw-secondary-text {
    font-size: 3px;
    opacity: 0;
}

.rcw-brand-link {
    color: inherit;
    text-decoration: none;
}

.rcw-brand-banner {
    display: none;
    position: fixed;
    bottom: 0;
    width: 100%;
    box-shadow: 0px -5px 9px -5px rgba(0, 0, 0, 0.4);
    z-index: 9999;
    background-color: #212937;
    border-radius: 0 0 10px 10px;
    padding: 3px 0;
}

.rcw-brand-banner-small {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 3px 0;
}

.rcw-bb-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.rcw-bb-copy {
    font-size: 11px;
    opacity: 0.6;
    margin: 5px;
}

.rcw-bb-logo {
    height: 15px;
}

.rcw-book-cta {
    cursor: pointer;
    margin: 5px 10px 2px 10px !important;
}

.minimised-intro {
    margin-bottom: 0;
    margin-top: 10px;
    font-size: 15px;
}

.race_top_ratings {
    display: flex;
    justify-content: space-around;
    margin-top: 10px;
}

.top_rating_container {
    width: 30%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.top_rating_badge {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.top_rating_badge > img {
    width: 25px !important;
    position: relative;
    left: -5px;
}

.top_rating_badge > img:nth-child(1) {
    left: 5px;
}

.top_rating_info {
    font-size: 18px;
    font-family: var(--rc-font-heading);
    font-weight: 500;
}

.top_rating_info > .stars {
    width: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 5px;
}

.top_rating_info > .stars > img {
    margin: 0 !important;
    padding: 0 !important;
    flex: 0 0 33.33%;
    height: 15px !important;
}

.top_rating_info > img:nth-child(4) img:nth-child(5) {
    margin-top: 5px !important;
}

.rating_1, .rating_2, .rating_3, .rating_placeholder {
    font-weight: bold;
    font-size: 25px;
}

.rating_1 {
    color: #FFCC00;
}

.rating_2 {
    color: #CCCCC2;
}

.rating_3 {
    color: #965A38;
}

.rating_placeholder {
    color: #3F4447;
}

.rp_tags_container {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.rp_tag {
    margin-right: 5px;
    margin-top: 12px !important;
    background-color: #273242;
    border: 2px solid rgba(255, 0, 0, 0);
    padding: 3px 32px 3px 8px;
    border-radius: 50px;
    position: relative;
}

.rp_tag > img {
    height: 15px !important;
    margin-right: 3px;
}

.tag_count {
    background-color: #A7C239e3;
    padding: 5px;
    border-radius: 50px;
    min-width: 11px;
    height: 11px;
    position: absolute;
    right: 1px;
    top: 0.5px;
    text-align: center;
    line-height: 12.5px;
    font-family: var(--rc-font-heading);
}

.content-intro {
    margin-top: 0;
}

.review_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.review_header_info {
    display: flex;
    align-items: center;
}

.review_profile {
    margin-right: 10px;
}

.review_details {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-family: var(--rc-font-heading);
}

/* .review_text {
    letter-spacing: 0.1px;
} */

.details_top_row {
    display: flex;
    align-items: center;
}

.review-author > a {
    text-decoration: none;
    color: #fff;
}

.rating_small_text > span {
    color: #FFCC00;
    margin-left: 3px;
}

.review_date {
    margin-top: 0;
    margin-bottom: 0;
}

.review_read_more {
    margin-left: 5px;
    cursor: pointer;
    color: #A7C239;
}

.review_read_less {
    cursor: pointer;
    color: #A7C239;
    display: none;
}

.short_review {
    margin: 0;
    margin-bottom: 15px !important;
}

.review_full_text > p {
    margin-top: 0;
}

.review_full_text {
    display: none;
}

.bullet_separator {
    color: #87929d;
    margin-left: 8px;
    margin-right: 8px;
    font-size: smaller;
    opacity: 0.5;
}

.review_extra_info {
    display: flex;
    align-items: center;
}

.review_extra_info > a {
    text-decoration: none;
}

.review_extra_info > .bullet_separator:nth-child(4) {
    display: none !important;
}

.review_header_share_btn {
    display: none !important;
}

.rounded-circle {
    border-radius: 50% !important;
}

.review-content {
    padding: 0 15px !important;
}

.review-content > hr:nth-child(1) {
    display: none !important;
}

.review-content > .race_review:nth-child(2) {
    margin-top: 20px !important;
}

hr {
    border: none;
    border-top: .5px solid rgba(216, 216, 216, .1) !important;
    margin-bottom: 18px;
}

.small_text {
    font-size: 10px;
    font-weight: 400;
}

.text-muted {
    color: #6c757d !important;
}

.review-section-ctas {
    text-align: center;
    width: 100%;
}

.btn-secondary {
    background-color: #A7C239;
    border-color: #A7C239;
    border-radius: 5px;
    cursor: pointer;
}

.btn-secondary-disabled {
    background-color: #484e53;
    border-color: #484e53;
    border-radius: 5px;
    cursor: not-allowed;
    color: #fff;
    text-decoration: none;
    padding: .375rem 4rem;
    opacity: .7;
}

.review-btn {
    color: #fff;
    text-decoration: none;
    padding: .375rem 4rem;
}

.rcw-expanded-race-container, .rcw-minimised-race-container, .rcw-mobile-race-container {
    display: none;
}

.active-widget-page {
    display: block !important;
}

.active-mini-widget-page {
    display: flex !important;
}

.rcw-minimised-race-container {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.rcw-mini-main-row {
    display: flex;
    width: 95%;
}

.rcw-mini-central-col {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex: 0 0 80%;
    cursor: pointer;
}

.rcw-mini-racedata {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity .3s ease-in;
}

.rcw-mini-left-col, .rcw-mini-right-col {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0 0 10%;
}

.rcw-mini-left-col > .dropdown-arrow > img {
    transform: rotate(90deg);
    height: 10px;
    opacity: .5;
    cursor: pointer;
}

.rcw-mini-right-col > .dropdown-arrow > img {
    transform: rotate(-90deg);
    height: 10px;
    opacity: .5;
    cursor: pointer;
}

.minimised-race-name {
    font-weight: 500;
    font-size: 17px;
    margin-bottom: 0;
    margin-top: 10px;
    position: relative;
    cursor: pointer;
    text-align: center;
    font-family: var(--rc-font-heading);
    line-height: 18px;
}

.rcw-mobile-race-container {
    height: 55px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.active-mobile-widget-page {
    display: flex !important;
}

.rcw-expanded-body {
    border-radius: 10px;
}

.rcw-minimised-body {
    background-color: #212937;
    width: 250px;
    border-radius: 10px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    border-top: 3px solid #A7C239;
    animation: pulse 2s infinite;
    box-shadow: 0px 0px 15px -6px rgba(0, 0, 0, 0.5);
}

.rcw-mobile-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 55px;
    background-color: #212937;
    border-radius: 50px;
    bottom: 15px;
    position: fixed;
    right: 15px;
    animation: pulse 2s infinite;
}

.rcw-mobile-animation-delay:after {
    content: '';
    display: block;
    width: 100px;
    height: 55px;
    position: absolute;
    border-radius: 50px;
    animation: pulse 2s infinite;
    animation-delay: .5s;
}

.rcw-mobile-branding {
    height: 11px;
    margin-bottom: 10px;
}

.rcw-review-count {
    font-size: 11px;
    margin: 0 0 5px 0;
}

.rcw-review-link {
    text-decoration: underline;
}

.rcw-review-count-expanded {
    color: #fff;
    opacity: .7;
    font-size: smaller;
    margin-left: 5px;
    font-weight: normal;
}

.rcw-secondary-review-links {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -10px;
    margin-bottom: 5px;
}

.rcw-secondary-review-links > p {
    margin: 0;
    cursor: pointer;
}

.bullet_separator {
    color: #87929d;
    margin-left: 5px;
    margin-right: 5px;
    opacity: .5;
    cursor: default !important;
}

.rcw-award-container {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.rcw-award-group {
    width: 44%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.rcw-award {
    width: 85%;
}

.rcw-award-title {
    text-align: center;
}

.rcw-award-explanation {
    font-size: 11px;
    font-style: italic;
    opacity: .2;
    margin-top: 0;
}

.rcw-mobile-race-container > .star-rating {
    margin-bottom: -4px;
}

.mobile-rating {
    margin: 0 5px 0 0;
    font-size: 16px;
}

.mobile-rating-out-of {
    font-size: 11px;
    margin-left: 1px;
}

.mobile-star-icon {
    width: 18px;
    margin: 0 !important;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(33, 41, 55, 0.4);
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(33, 41, 55, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(33, 41, 55, 0);
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(33, 41, 55, 0.4);
        box-shadow: 0 0 0 0 rgba(33, 41, 55, 0.4);
    }
    70% {
        -moz-box-shadow: 0 0 0 10px rgba(33, 41, 55, 0);
        box-shadow: 0 0 0 10px rgba(33, 41, 55, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(33, 41, 55, 0);
        box-shadow: 0 0 0 0 rgba(33, 41, 55, 0);
    }
}

/* REVIEW COLLECTOR WIDGET */

.rcw-rc-popup {
    opacity: 0;
    width: 100%;
    position: fixed;
}

.rcw-rc-star-container {
    margin: 0 auto;
    width: fit-content;
    position: relative;
}

@keyframes moveStar {
    0% {
        top: 50px;
    }
    100% {
        top: 0px;
    }
}

.rcw-rc-star {
    position: relative;
    margin: 0 1px;
}

.rc-star-1, .rc-star-2, .rc-star-3, .rc-star-4, .rc-star-5 {
    top: 50px;
}

.rc-star-1 {
    width: 25px;
    animation: moveStar .3s ease 4.25s 1 normal forwards;
}

.rc-star-2 {
    width: 33px;
    animation: moveStar .3s ease 4.15s 1 normal forwards;
}

.rc-star-3 {
    width: 43px;
    animation: moveStar .3s ease 4s 1 normal forwards;
}

.rc-star-4 {
    width: 33px;
    animation: moveStar .3s ease 4.15s 1 normal forwards;
}

.rc-star-5 {
    width: 25px;
    animation: moveStar .3s ease 4.25s 1 normal forwards;
}

.rcw-rc-btn {
    padding: 0.3rem .65rem;
    margin: 10px 0 5px 0;
    width: 100%;
    text-align: center;
    font-family: var(--rc-font-heading);
}

.rcw-rc-inactive-review-btn {
    display: none;
}

.rcw-rc-review-page {
    padding-top: 54px;
}

.rcw-rc-review-page > .rcw-subpage-header > h1 {
    padding: 0 35px 0 15px !important;
    width: 87%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 27px;
}

.rcw-rc-thanks {
    border-top: none !important;
    margin-top: 11px;
}

.rcw-rc-thanks > .content {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* END OF REVIEW COLLECTOR WIDGET */

.rcw-widget-popup {
    opacity: 0;
    transition: opacity 0.3s ease-in;
}

.rcw-popup-container {
    position: fixed;
    bottom: 155px;
    right: 20px;
    width: 270px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.rcw-popup-message {
    color: white;
    background-color: #212937;
    background-attachment: fixed;
    border-radius: 10px;
    position: relative;
    margin: 0;
    padding: 10px 15px;
    width: 100%;
    min-height: 20px;
    box-shadow: 0px 0px 15px -6px rgba(0, 0, 0, 0.5);
}

.rcw-popup-right:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 8px 0 8px 10px;
    border-color: transparent #212937;
    display: block;
    width: 0;
    z-index: 1;
    right: -7px;
    bottom: 8px;
}

.rcw-popup-left:before {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 8px 10px 8px 0px;
    border-color: transparent #212937;
    display: block;
    width: 0;
    z-index: 1;
    left: -7px;
    bottom: 8px;
}

.rcw-popup-img {
    border-radius: 50%;
    height: 40px;
    width: 40px;
    margin-left: 12px;
    box-shadow: 0px 0px 15px -6px rgba(0, 0, 0, 0.5);
}

.rcw-readmore, .rcw-multi-readmore {
    color: #A7C239;
    cursor: pointer;
    margin-left: 5px;
    opacity: 0;
    transition: opacity 0.6s;
}

.rcw-readmore:hover, .rcw-multi-readmore:hover {
    text-decoration: underline;
}

.rcw-widget-multirace-popup {
    position: fixed;
    bottom: 155px;
    right: 20px;
    width: 270px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    opacity: 0;
    transition: opacity 0.4s ease-in;
}

.rcw-multirace-popup-message {
    color: white;
    background-color: #212937;
    border-radius: 10px;
    position: relative;
    margin: 0;
    padding: 10px 15px;
    width: 100%;
    min-height: 20px;
    box-shadow: 0px 0px 15px -6px rgba(0, 0, 0, 0.5);
}

.rcw-multirace-popup-img {
    border-radius: 50%;
    width: 30px;
    margin-left: 12px;
    box-shadow: 0px 0px 15px -6px rgba(0, 0, 0, 0.5);
    background-color: #1A212E;
    padding: 4px;
}

@media (max-width: 350px) {
    .top_rating_badge {
        transform: scale(0.9);
    }
}

@media (max-width: 300px) {
    .top_rating_badge {
        transform: scale(0.8);
    }
}

.rcw-mobile-widget-drawer {
    width: 30%;
    height: 100%;
    position: absolute;
    background-color: #1A212E;
    border-radius: 50px 0 0 50px;
    z-index: -2;
    right: 60%;
    display: flex;
    align-items: center;
    transition: width 0.4s;
}

.rcw-mobile-widget-drawer > p {
    color: #A7C239;
    text-align: center;
    margin: 0;
    width: 60%;
    margin-left: 10px;
    opacity: 0;
    transition: opacity 0.2s;
}

.rcw-mobile-main {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #212937;
    border-radius: 50px;
    z-index: -1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 0px 15px -6px rgba(0, 0, 0, 0.5);
}

.review-banner {
    width: 100%;
    height: 23px;
    line-height: 23px;
    background-color: #A7C239;
    border-radius: 10px;
    position: absolute;
    top: -25px;
    z-index: -1000;
    /* border-bottom: 2px solid #8CA42D; */
    text-align: center;
    font-size: smaller;
    cursor: pointer;
    font-family: var(--rc-font-heading);
}

.review-banner > p {
    margin: 0;
}

.review-banner > p > span {
    margin-left: 5px;
}

.rcw-subpage-header {
    padding-top: 12px;
    background: #1A212E;
    position: fixed;
    top: 0;
    width: 100%;
    box-shadow: 10px 5px 9px -5px rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.rcw-subpage-header > h1 {
    text-align: left;
    margin: 0;
    padding: 0 35px 0 10px;
}

.subpage-header-back {
    float: none;
    cursor: pointer;
}

.subpage-header-back > img {
    transform: rotate(90deg);
    margin-bottom: 3px;
}

.review-section-first {
    margin-top: 67px;
}

.rating-section-first {
    margin-top: 63px;
}

.rating-page-stars {
    display: flex;
    justify-content: center;
}

.rating-page-stars > .star-rating {
    margin-bottom: 5px !important;
}

.rcw-review-group {
    margin-bottom: 18px;
}

.rcw-review-group .rating_title {
    font-family: var(--rc-font-heading);
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 3px;
}

.rcw-review-q {
    margin: 0 0 8px 0;
}

.review-section.review-stars {
    border-top: 1.5px solid #1B202C;
    border-bottom: 1.5px solid #1B202C;
    padding: 29px 0 27px;
    margin: 29px 0;
}

.review-section.review-inputs {
    border-top: 1.5px solid #1B202C;
    padding-top: 29px;
}

.review-section-intro {
    margin: 7px 0 25px 0;
    font-family: var(--rc-font-body);
    font-size: 15px;

    color: rgba(255, 255, 255, 0.8);
}

.review-page-header {
    display: flex;
    align-items: center;
    min-height: 64px;
}

.rcw-review-btn {
    margin: 10px 10px 45px 10px;
}

.rcw-review-btn > .btn {
    width: 100%;
    display: inline-block;
    text-align: center;
    padding: 8px 0;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.4px;
    border-style: none;
}

.django-ckeditor-widget {
    width: 100%;
}

/* .review-section-textarea {
    width: 100%;
    height: 100px;
    margin: 0 0 41px 0;
    padding: 5px;
    border-radius: 3px;
    font-size: 13px;
    min-height: 192px;
    font-family: var(--rc-font-heading);
    font-weight: 500;
} */

/* .review-section-textarea::-webkit-input-placeholder {
    font-weight: 500;
    font-family: var(--rc-font-heading);
}

.review-section-textarea:-moz-placeholder {
    font-weight: 500;
    font-family: var(--rc-font-heading);
}

.review-section-textarea::-webkit-input-placeholder {
    font-weight: 500;
    font-family: var(--rc-font-heading);
} */

/* .review-form-label {
    margin-bottom: 5px;
} */

/* .review-form-input {
    width: 100%;
    margin: 0 0 15px 0;
    padding: 5px;
    border-radius: 3px;
    font-size: 13px;
    border: none;
} */

/* .review-form-required {
    color: red;
    font-weight: normal;
} */

/* .review-form-half-row {
    display: flex;
    justify-content: space-between;
}

.review-form-half-row > .review-form-group {
    width: 47.5%;
} */

/* .review-form-group select {
    height: 29px
}

.ui-selectmenu-button-text {
    display: none;
} */

/* .review-form-dropdown {
    width: 100%;
    max-width: 100%;
    height: 26px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
    background-image: linear-gradient(45deg, transparent 50%, black 50%),
    linear-gradient(135deg, black 50%, transparent 50%),
    linear-gradient(to right, #fff, #fff);
    background-position: calc(100% - 15px) .8em,
    calc(100% - 10px) .8em,
    calc(100% - 2em) 0.5em;
    background-size: 5px 5px,
    5px 5px,
    1px 1.5em;
    background-repeat: no-repeat;
} */

.review-form-checkbox-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin: 5px 0 10px 0px !important;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.review-form-checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.review-form-checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #fff;
    border-radius: 3px;
}

.review-form-checkbox-container:hover input ~ .review-form-checkmark {
    background-color: #eee;
}

.review-form-checkbox-container input:checked ~ .review-form-checkmark {
    background-color: #A7C239;
}

.review-form-checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.review-form-checkbox-container input:checked ~ .review-form-checkmark:after {
    display: block;
}

/* .review-form-checkbox-container .review-form-checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
} */
/* 
.review-form-link {
    color: #A7C239;
    cursor: pointer;
    text-decoration: none;
}

.review-form-link:hover {
    text-decoration: underline;
} */

/* .review-tags-title {
    font-family: var(--rc-font-heading);
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 17px;
} */

/* .review-tags-list {
    padding: 0;
} */

/* .review-tags-list-item {
    display: inline-block;
    margin: 0 4px 8px 0;
    background-color: #222D3E;;
    padding: 3px 10px 3px 5px;
    list-style-type: none;
    border-radius: 50px;
    cursor: pointer;
} */

.review-tags-list-item span {
    font-family: var(--rc-font-heading);
    font-weight: 500;
}

/* .review-tags-list-item-label {
    margin: 0 !important;
    padding: 0 0 0 23px !important
} */

/* .review-tag-checkmark {
    height: 100%;
    width: 17px;
    background: none;
    border-radius: 50px;
    box-sizing: border-box;
    border: 2px solid #ffcc0069;
}

.review-tag-checkmark:after {
    display: none !important;
}

.review-form-checkbox-container:hover input ~ .review-tag-checkmark {
    border: 2px solid #FFCC00;
    background: none;
}

.review-form-checkbox-container input:checked ~ .review-tag-checkmark {
    border: 2px solid #1E2532;;
    background: #FFCC00;
    box-shadow: 0 0 0 2px #FFCC00;
    height: 18px !important;
    width: 18px !important;
    margin: 2px 5px 0 2px;
} */

.rcw-review-page, .rcw-rating-page {
    display: none;
}

.rcw-rating-page > .rcw-subpage-header > h1 {
    margin-bottom: 12px;
}

.rcw-review-cta {
    cursor: pointer;
    margin-bottom: 8px !important;
}

.rcw-review-cta > .rating_title {
    display: none;
}

.no-dropdown-title {
    cursor: default !important;
}

.star_rating {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.reviews-options-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.star_rating .rating > input:checked ~ label::after, .star_rating .rating:not(:checked) > label:hover::after, .star_rating .rating:not(:checked) > label:hover ~ label::after, .star_rating .rating > label::after {
    background-size: 32px 28px !important;
    width: 32px !important;
    height: 28px !important;
}

.star_rating .rating > label {
    margin: 3px !important;
    cursor: pointer;
}

.na_icon > label {
    width: 28px !important;
    height: 28px !important;
    cursor: pointer;
}

.star_rating .rating-descr {
    font-family: var(--rc-font-heading);
    font-weight: 600;
    font-size: 15px;
    color: #FFCC00;
    background: #222D3E;
    border-radius: 5px;
    padding: 5px 15px;
    display: none;
}

.star_rating fieldset, .star_rating label {
    margin: 0;
    padding: 0
}

.rating_subtitle {
    margin-bottom: 12px;
    display: block;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.65);
    font-family: var(--rc-font-body);
}

.progress-container {
    width: 100%;
    height: 3px;
    background: #252c3b;
    margin-top: 12px;
}

.progress-bar {
    height: 3px;
    background: #A7C239;
    width: 0%;
}

.rcw-review-success {
    margin: 80px 10px 50px 10px;
    text-align: center;
    padding: 0 20px;
}

.review-thank-you {
    position: relative;
}

.rcw-rs-title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
    margin-top: 10px;
    font-family: var(--rc-font-heading);
}

.rcw-rs-close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 10px;
    cursor: pointer;
    opacity: .5;
}

.rcw-rs-copy {
    margin-top: 5px;
}

.rcw-rs-back {
    color: #A7C239;
    cursor: pointer;
}

.rcw-rs-back:hover {
    text-decoration: underline;
}

/* .rcw-review-group-error {
    margin: 0;
    font-size: smaller;
    color: rgb(218, 0, 0);
    font-style: italic;
    font-family: var(--rc-font-body);;
} */

.rcw-top-error {
    color: rgb(230, 0, 0);
    padding: 0 16px;
    margin-top: 20px;
}

.rcw-form-error {
    /* margin: -10px 0 10px 0 !important; */
}

@media (max-width: 450px) {
    .star_rating .rating-descr {
        font-size: 13px !important;
        padding: 5px 8px !important;
    }
}

@media (max-width: 350px) {
    .star_rating .rating-descr {
        font-size: 11px !important;
        padding: 5px 8px !important;
        font-weight: 500 !important;
    }
}

.star_rating .rating {
    border: none;
    float: left;
    margin-left: -36px;
}

.star_rating .rating > input {
    display: inline;
    height: 4px;
    width: 4px;
    opacity: 0;
}

.star_rating .rating > input[type=reset] {
    display: block;
}

.star_rating .rating > label {
    color: #ddd;
    float: right;
    margin: 5px;
}

.star_rating .rating > label::after {
    background-image: url("images/star_unselected.c2a33d291038.svg");
    display: inline-block;
    content: "";
}

@media (max-width: 767px) {
    .star_rating .rating > label::after {
        background-size: 19px 17px;
        width: 19px;
        height: 17px;
    }
}

@media (min-width: 768px) {
    .star_rating .rating > label::after {
        background-size: 38px 34px;
        width: 38px;
        height: 34px;
    }
}

.star_rating .rating > input:checked ~ label::after, .star_rating .rating:not(:checked) > label:hover::after, .star_rating .rating:not(:checked) > label:hover ~ label::after {
    color: #fc0;
    background-image: url("images/star_selected.123162082c77.svg");
    display: inline-block;
    content: "";
}

@media (max-width: 767px) {
    .star_rating .rating > input:checked ~ label::after, .star_rating .rating:not(:checked) > label:hover::after, .star_rating .rating:not(:checked) > label:hover ~ label::after {
        background-size: 19px 17px;
        width: 19px;
        height: 17px;
    }
}

@media (min-width: 768px) {
    .star_rating .rating > input:checked ~ label::after, .star_rating .rating:not(:checked) > label:hover::after, .star_rating .rating:not(:checked) > label:hover ~ label::after {
        background-size: 38px 34px;
        width: 38px;
        height: 34px;
    }
}

@media (max-width: 400px) {
    .star_rating .rating > label::after {
        background-size: 26px 24px !important;
        width: 26px !important;
        height: 24px !important;
    }
}

@media (max-width: 400px) {
    .star_rating .rating > input:checked ~ label::after, .star_rating .rating:not(:checked) > label:hover::after, .star_rating .rating:not(:checked) > label:hover ~ label::after {
        background-size: 26px 24px !important;
        width: 26px !important;
        height: 24px !important;
    }
}

.star_rating .rating > input:checked + label:hover, .star_rating .rating > input:checked ~ label:hover, .star_rating .rating > label:hover ~ input:checked ~ label, .star_rating .rating > input:checked ~ label:hover ~ label {
    color: #ffed85
}

.na_icon {
    display: flex;
    align-items: center
}

.na_icon > input {
    display: inline;
    height: 4px;
    width: 4px;
    opacity: 0;
}

.na_icon > label {
    background-image: url("images/na_icon.6363b6e930c8.svg");
    background-repeat: no-repeat;
    display: inline-block;
    margin: 0 0 3px 2px;
    opacity: .2;
    width: 32px;
    height: 32px;
    content: ""
}

.na_icon > label:hover {
    opacity: 1
}

.na_icon > input:checked ~ label {
    opacity: 1
}

@media (max-width: 400px) {
    .na_icon > label {
        width: 22px !important;
        height: 22px !important;
        margin: 0 0 3px 2px;
    }
}


.wizardbox .generrors {
    margin: 10px;
    border-radius: 5px
}

.wizardbox ul.errorlist {
    margin: 0px
}

.wizardbox input[type=text] {
    height: 15px
}

.wizardbox input[type=file] {
    color: #fff
}

.wizardbox input.tickets_field {
    text-align: right;
    font-weight: 600
}

.wizardbox div.icheckbox_flat-green.checked + span.tickets_checkbox {
    color: #A7C239
}

.wizardbox .section_title {
    color: #fff;
    font-size: 18px;
    font-weight: 500
}

.wizardbox .rating_title {
    color: #fff;
    font-size: 15px;
    font-weight: 500
}

.wizardbox .rating_subtitle {
    font-size: 15px;
    color: rgba(255, 255, 255, .5)
}

.reviews-options-container {
    display: flex;
    align-items: center;
    justify-content: space-between
}


