aside#\31 944609D51D547B68B00D4B889BBE64A-receipt {
    top: 0px !important;
}

.row.progress-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 12px;
    flex-wrap: nowrap;
}

.db-slider {
    padding: 0em 0 !important;
}

ul.fileul {
    display: inline-flex;
}

.uploadComponent li {
    list-style: none;
    padding: 1px 1px;
    width: 8%;
    border-radius: 5px;
    display: inline-block;
    align-items: center;
    justify-content: space-between;
}

.dropArea {
    min-height: 160px;
    display: table;
    -webkit-box-align: center;
    align-items: center;
    background: rgb(255, 255, 255);
    border: 2px dashed #ebe8e4;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    font-weight: bold;
    text-align: center;
    position: relative;
    width: 100%;
    transition: all 0.3s ease 0s;
    margin: 0px auto;
}

.error.dropArea,
.ngcontactform .input-error.dropArea {
    border: 3px #fbb273 dashed !important;
}

.uploadComponent .hightlight {
    border: 3px dashed green;
}

.row.inputsArea {
    margin: 0px;
}

.attachFiles>h3 {
    display: none;
}

.attachFiles {
    margin-top: 30px;
    width: 100%;
}

.file {
    position: relative;
    overflow: hidden;
    margin-top: 10px;
    border: 1px solid rgb(189, 189, 189);
    border-radius: 5px;
    transition: all 0.3s ease 0s;
    background: rgb(255, 255, 255);
}

@media (min-width: 576px) {
    .file>.row {
        display: inline-block;
        margin-right: 10px;
    }

}

@media screen and (max-width:64em) {
    .uploadComponent {
        width: 100% !important;
    }
}

@media screen and (max-width:47.9375em) {
    .row.displayArea {
        margin-right: 0px;
    }


    .file>.row {
        margin-right: 0px;
    }

    .uploadComponent li {
        text-align: center;
    }

    span.percent {
        font-size: 12px;
        font-weight: bold;
    }

    .removeFile {
        position: absolute;
        right: 17px;
        top: 12px;
    }
}

span.percent {
    padding-top: 10px;
    float: right;
}

input[type=file]:focus {
    border: 1px solid red;
}

.file>.row {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    background: #fbfdfd;
    min-height: 56px;
    margin-right: 0px;
    padding: 0px;
}

.fileIcon {
    width: 3%;
    display: inline-block;
}

.fileIcon svg,
.fileIcon path {
    width: 24px;
    height: 24px;
    vertical-align: middle;
}

.fileName {
    flex: 1 1 0%;
    display: inline;
    font-size: 16px;
    font-weight: bold;
    white-space: break-spaces;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    width: 90%;
}

.fileSize {
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
}

.details span {
    padding: 6px 5px;
}

.displayArea {
    margin-right: -20px;
}

.progress-area>.content {
    padding-right: 0rem;
}

.removeFile {
    display: inline-block;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    width: 15px;
    border: 0px;
    padding: 0px;
    vertical-align: middle;
    float: right;
}

.removeFile svg {
    width: 15px;
    height: 15px;
    vertical-align: middle;
}

.uploadComponent {
    width: 100%;
    /*  background: #fff; */
    margin: 0px 0px 20px !important
}

.uploadComponent h3 {
    color: #002337;
    font-weight: 600;
    text-align: center;
}

.uploadComponent li {
    list-style: none;
    padding: 15px 10px;
    width: 100%;
    border-radius: 5px;
    display: inline-block;
    align-items: center;
    justify-content: space-between;
}


.progress-area .row .content {
    width: 100%;
    margin-left: 15px;
}

.progress-area .details {
    display: inline-block;
    align-items: center;
    color: #002337;
    width: 96%;
    padding-left: 10px;
    justify-content: space-between;
}

.progress-area .content .progress-bar {
    height: 8px;
    margin-top: 10px;
    display: block;
    width: 100%;
    background: #fff;
    border-radius: 30px;
}

.content .progress-bar .progress {
    height: 100%;
    width: 0%;
    background: #007bc7;
    border-radius: inherit;
}

span.info {
    padding: 30px 0px 20px;
    /*opacity: 0.6;*/
    bottom: 0px;
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    color: #002337;
}

.dropArea>img {
    opacity: 1;
    transition: opacity .25s;
    width: 50px;
    height: 50px;
    display: block;
    margin: 0px auto;
}

.browseTxt {
    padding: 6px 0px 0px;
    display: block;
    color: #002337;
    font-size: 1rem;
    cursor: pointer;
    font-weight: bold;
}

.ngcontactform .inputsArea .error_msg {
    top: 15px;
}

input[type=file]:focus {
    border: 1px solid red;

}