@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/materialicons/v128/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.woff2) format('woff2');
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

.itripy_travel_single_product_review_wrapper {
    width: 100%;
    float: left;
    border: 1px solid #eaeaea;
    border-radius: 1rem;
    position: relative;
}

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

.itripy_travel_single_product_review_image img {
    height: 15rem;
    width: 15rem;
    object-fit: cover;
    border-radius: 1rem 0 0 0;
}

.itripy_travel_single_product_review_content {
    padding: 0 2rem;
    width: calc(100% - 15rem);
    max-height: 15rem;
    overflow: scroll;
}

.itripy_travel_single_product_review_footer {
    display: flex;
    justify-content: space-between;
    padding: 0 2rem 0 1rem;
    border-top: 1px solid #eaeaea;
}

.itripy_travel_single_product_review_footer a {
    padding-top: 0.2rem;
    line-height: 0;
}

.tripy_travel_review_section_inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
    width: 100%;
}

.itripy_travel_single_product_review_image {
    height: 15rem;
}

.tripy_travel_review_section {
    margin-bottom: 1rem;
}

.itripy_travel_single_product_review_wrapper.verified:before {
    content: "Verified Traveller";
    position: absolute;
    top: 1rem;
    right: 0;
    padding: 0 1rem;
    background-color: #eaeaea;
}

.travel_review_form_label_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.travel_review_form_label_wrapper label {
    display: inline-block;
    width: 49%;
}

.travel_review_form_label_wrapper label span {
    display: block;
}

.travel_review_form_age_group .flex {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
}

.travel_review_form_submit,
.travel_review_form_file_button {
    font-size: 14px;
    line-height: 2em;
    letter-spacing: 0.05em;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    box-sizing: border-box;
    margin: 0;
    background-color: transparent;
    transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    padding: 13px 46px;
    color: #4d0949 !important;
    border: 1px solid #4d0949;
    border-radius: 6px;
    cursor: pointer;
    text-decoration: none;
}

.travel_review_form_file_button input {
    visibility: hidden;
    width: 0;
}

.travel_review_form_review {
    width: 100%;
    height: 10rem;
    padding: 0 !important;
}

.travel_review_form_wrapper {
    margin: 1.5rem 0;
}

.itripy_travel_single_product_admin_reply {
    text-align: right;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

span.admin_reply_name img {
    height: 3rem;
    width: 3rem;
    object-fit: contain;
    border-radius: 50%;
    margin-right: 0.4rem;
}

span.admin_reply_name {
    display: flex;
    align-items: center;
}

.itripy_travel_single_product_review_footer i {
    cursor: pointer;
}

i.material-icons.liked {
    color: #8b0190;
}

.travel_review_form_label_wrapper textarea,
.travel_review_form_label_wrapper input[type="number"],
.travel_review_form_label_wrapper input[type="text"],
.travel_review_form_label_wrapper input[type="email"] {
    width: 100%;
    padding: 16px 24px 15px;
    margin: 0 0 15px;
}

.travel_review_star_rating_wrapper_inner {
    display: inline-block;
    margin-top: 0.7rem;
    margin-left: 1rem;
}

.travel_review_ratings_wrapper .travel_review_star_rating_wrapper_inner span {
    display: inline-block;
    cursor: pointer;
}

.travel_review_ratings_wrapper {
    display: flex !important;
    align-items: center;
    margin-bottom: 1.5rem;
}

.travel_review_star_rating_wrapper_inner span i {
    color: #e3e3e3;
}

.travel_review_star_rating_wrapper_inner span i.selected {
    color: #000000 !important;
}

.travel_review_form_label_wrapper label.itripy_review_product_list {
    width: 100%;
}

.travel_review_form_label_wrapper label.itripy_review_product_list select {
    width: 100%;
    padding: 16px 24px 15px;
    margin: 0 0 15px;
}

.itripy_travel_review_messages {
    background-color: #f4edf678;
    border: 1px solid #d2b9d7;
    padding: 01.5rem;
    color: #cb1212e8;
    margin-bottom: 1.5rem;
    display: none;
}