.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;

}

.formGroup .fieldName span {
    color: red;
}

.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;
    display: flex;
    margin-top: 10px;
}

.js-filename-success a {
    margin-left: 10px;
}

#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;
}

.fileList .fileItem {
    margin-bottom: 15px;
    display: flex;
}

.fileList .fileImage {
    position: relative;
    display: inline-block;
}

.fileList .fileImage img {
    width: 130px;
    height: 130px;
    object-fit: cover;
    border: 1px solid #cdcdcd;
}

.fileList .fileImage .removeFile {
    position: absolute;
    top: -10px;
    right: -10px;
}

.fileList .fileComment {
    display: inline-block;
    margin-left: 15px;
    width: 500px;
}

.fileList .fileComment label  {
    display: block;
}

.fileList .fileComment textarea {
    width: 100%;
}

.addReview .fas.fa-times {
    color: #ffffff;
    background-color: #b6262c;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

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

.complaint-success-wrapper {
    max-width: 600px;
    margin: 40px auto;
    padding: 50px 40px;
    text-align: center;
    animation: slideUp 0.6s ease-out;
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.complaint-success-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 30px;
}

.complaint-success-icon svg {
    width: 100%;
    height: 100%;
}

.complaint-success-circle {
    stroke: #28a745;
    stroke-width: 2;
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

@keyframes stroke {
    100% {
        stroke-dashoffset: 0;
    }
}

.complaint-success-check {
    stroke: #28a745;
    stroke-width: 3;
    stroke-linecap: round;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.5s forwards;
}

.complaint-success-title {
    font-size: 28px;
    font-weight: 600;
    color: #2c3e50;
    margin: 0 0 25px;
    line-height: 1.3;
}

.complaint-success-number {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 15px 30px;
    background: #f4222d;
    border-radius: 8px;
    margin: 0 0 30px;
}

.complaint-number-label {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 500;
}

.complaint-number-value {
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 1px;
}

.complaint-success-message {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #e0e0e0;
}

.complaint-success-message p {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
    margin: 0 0 15px;
}

.complaint-success-message strong {
    color: #2c3e50;
    font-weight: 600;
}

.complaint-success-submessage {
    font-size: 14px;
    color: #888;
    font-style: italic;
    margin-top: 20px !important;
}

@media (max-width: 768px) {
    .complaint-success-wrapper {
        padding: 40px 25px;
        margin: 20px 15px;
    }
    
    .complaint-success-title {
        font-size: 22px;
    }
    
    .complaint-success-number {
        flex-direction: column;
        gap: 5px;
        padding: 12px 25px;
    }
    
    .complaint-number-value {
        font-size: 20px;
    }
    
    .complaint-success-message p {
        font-size: 15px;
    }
}
