.formGroup .field-select-input {
    width: 100%;
    padding: 6.5px 15px 6.5px 6.5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAICAMAAAARDVXAAAAAVFBMVEUAAAAqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKiogbBXtAAAAHHRSTlMAEOTOxfLaizQgGAsH7erd0sG6tK6mn5lDPisogRhEvwAAAEhJREFUCNdtykcOgDAQBMHZ4Gxyhv//E1nCcKFuLTXY4eUssJut5moOAL5Zcqk8tx7FyVMC0sjX84VuIFIbUMVeRCI+pEr4dQORYAHUUIFYvQAAAABJRU5ErkJggg==);
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 99% center;
    outline: 0;
    border-radius: 0;
    color: #464646;
    font-size: 16px;
    font-weight: 400;
    border: 1px solid #ebebeb;

}

.js-video-actions, #pause-upload-btn {
    display: none;
}

.formGroupVideo, .js-filename-photo {
    display: inline-block;
}

.butStartUpload {
    background: #0aa21c !important;
}

.butPauseUpload {
    background: #ffbc00 !important;
}

.progress {
    height: 25px;
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}

.progress-bar-striped, .progress-striped .progress-bar {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px;
}

.progress-bar-success {
    background-color: #b6262c;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

.js-filename {
    display: inline-block;
    font-size: 17px;
    position: absolute;
    left: 10px;
    top: 2px;
    color: #fff;
    text-shadow: 1px 0 1px #000, 0 1px 1px #000, -1px 0 1px #000, 0 -1px 1px #000;
}

.js-filename-success {
    font-weight: bold;
}

#photo-upload {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

.fileList {
    list-style: none;
    padding: 0;
}

.addReview .fas.fa-times {
    color: #f94f56;
    margin-left: 5px;
    vertical-align: middle;
}

.photoError {
    color: red;
    margin-top: 5px;
}

.addReview .but {
    background: #f4212d;
    border-radius: 6px;
}

.formColors {
    display: flex;
    gap: 4px;
    flex-wrap: wrap;
}

.formColorsItem input[type=checkbox] {
    display: none;
}

.formColorsItem label {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px #e4e4e4 solid;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    cursor: pointer;
    margin-bottom: 5px;
}


.formColorsItem input[type=checkbox]:checked + label {
    border-color: #000;
    border-width: 2px;
}

.formColorsItem input[type=checkbox]:checked + label:after {
    content: "✓";
    color: #000;
}

.formColorsItem.black input[type=checkbox]:checked + label:after {
    color: #fff;
}

.formCheckbox {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.formCheckbox input[type=checkbox] {
    display: none;
}

.formCheckbox label {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px #e4e4e4 solid;
    border-radius: 4px;
    cursor: pointer;
    margin-bottom: 5px;
    padding: 5px 20px;
}

.formCheckbox input[type=checkbox]:checked + label {
    border-color: #ba2c2b;
    border-width: 2px;
}