/**
 * DISCLAIMER
 *
 * Do not edit or add to this file.
 * You are not authorized to modify, copy or redistribute this file.
 * Permissions are reserved by FME Modules.
 *
 *  @author    FMM Modules
 *  @copyright FME Modules 2024
 *  @license   Single domain
*/

.fmm-comments-filters a {
    float: left;
    margin-right: 7px;
    margin-bottom: 7px;
    padding: 5px 10px;
    border: 1px solid #d6d4d4;
}

.fmm-comments-filters a.fmm-star {
    color: #ef8743;
}

.fmm-float-left {
    float: left;
}

.fmm-float-right {
    float: right;
}

.fmm-comments-filters {
    padding-top: 15px;
}

#fmm-comment-popup .modal-header .close {
    margin-top: -28px;
}

sup.required {
    color: red;
}

#fmm-five-rating {
    background-image: url(../img/5.png);
}

#fmm-radio-btn .form-check-input {
    margin-left: 0px;
}

#fmm-success-message {
    display: none;
}

.fmm-comment-title {
    font-weight: 600;
    position: absolute;
    left: 130px;
    top: 4px;
}

.fmm-list-image {
    width: 100px;
}

.fmm-author span,
.fmm-admin-response {
    font-style: italic;
    font-size: 11px;
}

.fmm-list-comments {
    padding: 15px 0px;
    border: 1px solid #d6d4d4;
    margin-bottom: 15px;
}

.fmm-average-rating {
    position: absolute;
    top: 57px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    width: 100%;
    background: #fff;
    padding: 4px 0;
}

.fmm-average-rating span {
    color: #7a7a7a;
}

#fmm-name-error-message,
#fmm-email-error-message,
#fmm-title-error-message,
#fmm-comment-error-message,
#fmm-photo-error-message,
#fmm-photo-ext-error-message {
    display: none;
}
.fmm-large-img {
    width:160px;
    height:90px;
}
.fmm-large-img:hover {
    --webkit-transition: all 1s ease;
      -moz-transition: all 1s ease;
      -ms-transition: all s ease;
      transition: all 1s ease;
    cursor: pointer;
    width:400px;
    height:auto;
}

#fmm-back-loader {
    background: #fff url("../../views/img/bx_loader.gif") no-repeat center center;
    height: 1000px;
    opacity: 0.7;
    position: absolute;
    width: 100%;
    z-index: 999999;
    display: none;
}
#fmm-popup-back-loader {
    background: #fff url("../../views/img/bx_loader.gif") no-repeat center center;
    height: 1000px;
    opacity: 0.7;
    position: absolute;
    width: 100%;
    z-index: 999999;
    display: none;
}