.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6392156862745098);
    width: 100%;
    height: 100%;
    z-index: 9999;
    align-items: center;
    justify-content: center;
}
.close-modal {
    position: absolute;
    width: 25px;
    height: 25px;
    border: 1px solid #51ab6d;
    right: 8px;
    cursor: pointer;
    transition: 0.2s;
}
.close-modal:hover {
    transform: scale(1.1);
}

.set_report, .set_report_badge {
    width: 60%;
    min-width: 320px;
    background: #fff;
    color: #232323;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: normal;
    border-radius: 5px;
}
.set_report .container, .set_report_badge .container {
    width: auto;
    max-width: none;
    min-width: 320px;
    margin: 8px 0;
}
.set_report input, .set_report_badge input {
    width: 100%;
    background: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 0 0;
    -moz-box-shadow: 0 0 0;
    padding: 5px 7px;
    -webkit-box-shadow: 0 0 0;
    font-size: 13px;
    border-radius: 6px;
}
.reviev_title {
    background-color: #fbfbfb;
    padding: 8px 8px 8px 8px;
    color: #51ab6d;
    border-color: #ccc;
    position: relative;
    border-bottom: 1px solid;
    border-radius: 5px 5px 0px 0px;
}
.col-12.flex.reviev_title h3 {
    font-weight: bold;
}
span.cris {
    width: 23px;
    height: 3px;
    background: #51ab6d;
    position: absolute;
    transform: rotate(45deg);
    top: 10px;
}
span.cros {
    width: 23px;
    height: 3px;
    background: #51ab6d;
    position: absolute;
    transform: rotate(-45deg);
    top: 10px;
}
textarea {
    resize: vertical;
}
input[type="checkbox"] {
    position: relative;
    cursor: pointer;
}
input[type="checkbox"]:checked:before {
    content: "✓";
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
}
.reviev_title > h3,
.reviev_title > p {
    margin: 0;
}
.report_body {
    padding: 8px 30px;
    height: auto;
    max-height: 50vh;
    overflow: auto;
    padding-bottom: 16px;
}
.groupe-report {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
}
.groupe-report_left {
    padding-right: 16px;
    flex-basis: 30%;
    text-align: right;
    font-size: 13px;
    font-weight: bold;
}

.hours-groupe_time > input {
    width: 20%;
}
.hours-groupe_time .form-groupe {
    display: inline-block;
    margin-left: 25px;
}
.send-wrap {
    border-top: 1px solid #323946;
    widows: 100%;
    display: flex;
    justify-content: flex-end;
    padding-right: 25px;
}
.send-wrap > .btn:hover {
    transform: scale(1.05);
}
textarea#yr-report {
    padding: 8px;
}
.groupe-report_right.permanentli {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-weight: bold;
}
.groupe-report_right.permanentli > input {
    width: 20px;
    height: 20px;
    margin-right: 8px;
    font-weight: bold;
}
.thx, .thxBadge {
    position: fixed;
    background: #323946;
    color: #fff;
    padding: 15px 25px;
    display: none;
    font-weight: bold;
    font-size: 1.3em;
    z-index: 1;
}

.set_rive{
    margin-top: 10px;
}
/*form*/
@media (min-width: 992px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto;
    }
}

.btn-default .caret {
    border-top-color: #333;
}
.send-wrap {
    border-top: 1px solid #323946;
    display: flex;
    justify-content: flex-end;
    padding-right: 25px;
}

.groupe-report {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
}
.groupe-report_left {
    padding-right: 16px;
    flex-basis: 30%;
    text-align: right;
    font-size: 13px;
    font-weight: bold;
}
.groupe-report_right {
    padding-left: 16px;
    flex-basis: 70%;
    text-align: left;
}
.hours-groupe_time .form-groupe {
    display: inline-block;
    margin-left: 25px;
}
.hours-groupe_day {
    display: flex;
    justify-content: space-around;
}
.checkbox,
.radio {
    display: block;
    min-height: 19px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 20px;
    vertical-align: middle;
}

.checkbox label,
.radio label {
    display: inline;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
}

.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"],
.radio input[type="radio"],
.radio-inline input[type="radio"] {
    float: left;
    margin-left: -20px;
}

.checkbox + .checkbox,
.radio + .radio {
    margin-top: -5px;
}

.checkbox-inline,
.radio-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: 400;
    cursor: pointer;
}

.checkbox-inline + .checkbox-inline,
.radio-inline + .radio-inline {
    margin-top: 0;
    margin-left: 10px;
}

.btn__primary {
    width: 100px;
    margin-bottom: 10px;
}
input[type="radio"],
.choice input[type="checkbox"] {
    display: none;
}
.hours-groupe_day {
    display: flex;
    justify-content: space-around;
}
label.radio.fleft {
    transition: all 0.2s;
    padding: 4px 6px;
    cursor: pointer;
    border-radius: 4px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666666;
    border: 1px solid #d3d3d3;
}
label.radio.fleft:hover {
    z-index: 1;
    border-color: #252525;
}
input[type="radio"]:checked + label {
    border-color: #252525;
}
.hours-groupe_time label.radio.fleft {
    border-radius: 4px;
    width: auto;
}
.row_fix {
    margin: 0px;
}
@media (max-width: 767px) {
    .set_report, .set_report_badge {
        width: 99%;
    }
    .report_body {
        padding: 8px 15px;
    }
    .hours-groupe_day {
        justify-content: center;
        flex-wrap: wrap;
    }
    .hours-groupe_time > input {
        width: 45%;
    }
    .hours-groupe_time .form-groupe {
        margin-left: 25px;
        margin-top: 10px;
    }
}

/* COMMENT MODAL */
.commentPopup [type="file"] {
    height: 0;
    overflow: hidden;
    width: 0;
    display: block;
    padding: 0;
    border: none;
    margin: 0;
}

.commentPopup label {
    color: #fff;
    height: auto;
    min-height: 50px;
    cursor: pointer;
    font-size: initial;
    font-weight: 500;
    margin: 5px auto;
    outline: none;
    padding: 3px 30px;
    position: relative;
    transition: all 0.3s;
    vertical-align: middle;
    background-color: #004dda;
    border-radius: 5px;
    overflow: hidden;
    align-items: center;
    display: inline-flex;
    width: 100%;
    justify-content: center;
}

.commentPopup .deletePhoto {
    position: absolute;
    right: 4px;
    top: 4px;
    cursor: pointer;
    background-color: rgba(0, 0, 0, .75);
    fill: white;
    padding: 3px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
}

.commentPopup img {
    height: 102px;
    object-fit: cover;
    width: 157px;
    margin: 0;
}

.commentPopup {
    position: fixed;
    z-index: 999;
    background: #0000006b;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.commentForm {
    background: #fff;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    position: relative;
    width: 60%;
    max-height: 845px;
    overflow: auto;
}

.text-field_floating {
    position: relative;
}

.text-field_floating .text-field__input {
    height: calc(3.5rem + 2px);
    line-height: 1.25;
    padding: 1rem 0.75rem;
    width: 100%;
    margin-bottom: 16px;
}

.text-field_floating .text-field__label {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 1rem 0.75rem;
    pointer-events: none;
    border: 1px solid transparent;
    transform-origin: 0 0;
    transition: opacity 0.15s ease-in-out, transform 0.15s ease-in-out;
}

#comment {
    min-height: 100px;
}

.closeComment {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    fill: red;
}

.star-cb-group {
    unicode-bidi: bidi-override;
    direction: rtl;
    display: flex;
    width: calc(100% - 22px);
    margin-bottom: 12px;
    width: 100%;
}

.star-cb-group * {
    font-size: 1rem;
    width: 31px;
}

.star-cb-group > input {
    display: none;
}

.starError {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    font-size: 16px;
    padding: 4px;
    margin-bottom: 10px;
    display: none;
}

.star-cb-group > input + label {
    display: inline-block;
    overflow: hidden;
    text-indent: 0;
    margin: 0 auto;
    /* text-align: center; */
    width: 1em;
    position: relative;
    white-space: nowrap;
    cursor: pointer;
    font-size: 33px;
    background-color: #fff !important;
}

.star-cb-group > input + label {
    /* display: inline-flex; */
    /* content:url("data:image/svg+xml, "); */
    /* color: #888; */
    /* text-indent: -9999px;
align-items: center;
justify-content: center;
width: 50%; */
}

.star-cb-group > input:checked ~ label,
.star-cb-group > input + label:hover ~ label,
.star-cb-group > input + label:hover {
    fill: #ff9800;
    text-shadow: 0 0 1px #333;
}

.star-cb-group > .star-cb-clear + label {
    text-indent: -9999px;
    width: 0.5em;
    margin-left: -0.5em;
}

.star-cb-group > .star-cb-clear + label {
    width: 0.5em;
}

.star-cb-group .lablePlusSvg {
    fill: #888;
    padding: 0;
}

.star-cb-group:hover > input + label {
    /* content: "☆"; */
    fill: #888;
    text-shadow: none;
}

.star-cb-group:hover > input + label:hover ~ label,
.star-cb-group:hover > input + label:hover {
    /* content: "★"; */
    fill: #ff9800;
    text-shadow: 0 0 1px #333;
}

div#checkUPcookies {
    bottom: -9999px;
    transition: bottom 0.3s;
    position: fixed;
}

div#checkUPcookies.active {
    bottom: 0;
    width: 100%;
    background: #fff;
    box-shadow: -1px -2px 8px 0px rgb(34 60 80 / 20%);
    font-size: 16px;
    padding: 8px 0;
    transition: bottom 0.3s;
    z-index: 9999;
}

.banner_text {
    max-width: 50%;
}

.banner_text_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.bunner_btn {
    display: flex;
    flex-wrap: wrap;
}

.banner_desc {
    margin-right: 8px;
}

.bunner_btn .no {
    color: red;
    border-color: red;
    margin-right: 4px;
}

.bunner_btn .menu-anchor_item {
    cursor: pointer;
}

@media screen and (max-width: 767.98px) {
    .banner_text {
        max-width: 95%;
        margin-bottom: 16px;
    }
}



.name_input {
    height: 32px !important;
}
.comment_img_wrap {
    width: 70%;
    margin-left: auto;
    text-align-last: center;
    padding-left: 16px;
}
.revew_wrapp {
    padding: 16px 8px;
}
.groupe-report_right .text-field__input {
    margin: 0;
    border: 1px solid #ccc;
    border-radius: 6px;
}
.send-wrap.row {
    margin: 0 !important;
}
.send-wrap button{
    margin-top: 10px;
}


@media (max-width: 767px) {
    .revew_wrapp{
        padding: 8px 15px !important; 
    }
    .commentForm{
        width: 95% !important;
        max-height: 710px;
    }
    .comment_img_wrap{
        width: 100% !important;
    }

    .groupe-report {
        flex-wrap: wrap;
    }
    .groupe-report_left, .groupe-report_right {
        flex-basis: 100%;
        text-align: left;
    }
    
}
/* COMMENT MODAL END */
