.qq-uploader {
    position: relative;
    width: 100%;
}

.qq-upload-button-focus {
    outline: 1px dotted black;
}

.qq-upload-list {
    margin: 5px 0px;
    padding: 0;
    list-style: none;
}

.qq-upload-list li {
    margin-bottom: 10px;
    width: 100%;
}
.qq-upload-list li .qq-upload-wrapper {
    line-height: 1;
    font-size: 13px;
    margin: 0 15px 5px;
    padding: 10px 15px;
    border: 1px solid #8fb8e1;
    border-radius: 5px;
    position: relative;
    z-index: 1;
}

.qq-upload__error {
    margin: 0 15px 5px;
    line-height: 1.2;
    font-size: 12px;
    color: #fd636f;
}

.qq-upload-file,
.qq-upload-spinner,
.qq-upload-size,
.qq-upload-cancel,
.qq-upload-failed-text,
.qq-upload-failed-remove,
.qq-upload-remove {
    margin-right: 7px;
}

.qq-upload-failed-remove,
.qq-upload-remove {
    cursor: pointer;
    display: inline-block;
    margin: 0;
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.qq-upload-failed-remove::after,
.qq-upload-remove::after {
    content: '\2715';
    font-size: 16px;
    color: #1F1F1F;
    line-height: 0;
}

.qq-upload-cancel {
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 0;
    text-decoration: none;
    margin: 0;
    display: inline-block;
}

.qq-upload-cancel::after {
    content: '\2715';
    font-size: 16px;
    color: #1F1F1F;
}

.qq-upload-file {
    background: url(/res/img/customer_profile/upload_files/image.png) no-repeat 0 0;
    padding-left: 23px;
    line-height: 18px;
    display: inline-block;
    position: relative;
}

.qq-upload-spinner {
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    bottom: 0;
    background: #BADBFD;
    -webkit-transition: width 0.5s linear;
    transition: width 0.5s linear;
    z-index: -1;
}

.qq-upload-size {
    font-size: 11px;
}

.qq-upload-size::before {
    content: '(';
}

.qq-upload-size::after {
    content: ')';
}

.qq-upload-failed-text {
    display: none;
}

.qq-upload-fail .qq-upload-failed-text {
    display: inline;
}

.attachFileInput {
    display: none;
}

.upload-area {
    background: none;
    position: relative;
    margin: 0;
    padding: 0;
    height: auto;
    display: block;
}

.qq-wrapper {
    background: #F5FAFF;
    border: 1px dashed #6FB8F2;
    border-radius: 5px;
    margin-bottom: 20px;
}

.qq-upload-drop-area {
    background: none;
    height: auto;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 25px;
}

.qq-upload-drop-area-active {
    background: #E0EFFE;
}

.qq-upload-drop-area span {
    background: none;
    color: #6f6868;
    font-size: 12px;
    margin: 0 2px;
}

.qq-upload-drop-area span.qq-upload-button {
    color: #0E8DF6;
    text-shadow: none;
    top: -1px;
}

.qq-upload-list {
    clear: both;
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    text-align: left;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.qq-upload-text::before {
    content: '';
    display: inline-block;
    background: url("/images/upload.svg") no-repeat 0 0;
    width: 25px;
    height: 21px;
    vertical-align: middle;
    margin-right: 7px;
}

.qq-upload-success .qq-upload-wrapper{
    background: #E0EFFE;
}
.qq-upload-list li.qq-upload-fail .qq-upload-file::before {
    display: block;
    position: absolute;
    top: 11px;
    left: 5px;
    content: '\2715';
    font-size: 12px;
    color: #b71212;
    line-height: 0;
}

.qq-upload-success .qq-upload-file::before {
    content: url(/res/img/customer_profile/upload_files/check.png);
    display: block;
    position: absolute;
    top: 1px;
    left: 5px;
}

.qq-upload-subtext {
    color: #000;
    font-size: 12px;
    line-height: 1.6;
    max-width: 80%;
    margin: 0 auto 15px;
    text-align: center;
}

.orderform .upload-area .form_el_container {
        padding-top: 9px;
        display: block;
        width: 100%;
        max-width: 432px;
}
.orderform .upload-area .qq-wrapper {
    margin-bottom: 0;
}
.orderform .upload-area .qq-upload-drop-area {
    box-sizing: border-box;
}
.orderform .upload-area .qq-upload-fail .qq-upload-wrapper{
    border-color: #c62121;
    background-color: rgba(245, 221, 221, 0.5);
}