/*.MultiFile-applied {
    position: absolute;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
    opacity: 0;
    cursor: pointer;
        top: 73px;
    height: 27px;
    width: 100%;
}*/
.mvtf-file-cover {
    cursor: pointer;
    background: #3ebf3e;
    padding: 3px 5px;
    color: #fff;
}
.is-invalid-group {
    color: #d9534f;
}

.form-check-input.is-invalid~.form-check-label, .was-validated .form-check-input:invalid~.form-check-label {
    color: #222;
}

.raitings {
    font-size: 14px;
    max-width: 350px;
    width: 100%;
    margin-top: 10px;
}

.raitings ul {
    list-style: none;
}

.raitings li {
    margin-bottom: 5px;
    list-style: none;
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.raitings li .star-active:before, .raitings li .star-default:before {
    content: "★ ";
    font-style: normal;
    font-size: 20px;
    line-height: 1;
}

.raitings li .title__service {
    display: block;
    -ms-flex-preferred-size: 65%;
    flex-basis: 65%;
    border-bottom: 1px dotted;
    border-color: #ccc;
}

.raitings li .stars {
    color: #fc4c7a;
}

.stars {
    position: relative;
    float: right;
}

.raitings li .star-default {
    color: #eee;
}

