.fileUploadProgress {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    text-align: center;
}

.fileUploadProgress span {
    background-color: #FAFAFA;
    padding: 20px;
    -webkit-box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.75);
    border-radius: 2px;
    display: inline-block;
    vertical-align: middle;
    position: fixed;
    top: 50%;
    height: 20px;
    width: 350px;
    margin-top: -10px;
    margin-left: -175px;
    z-index: 10000;
    display: none;
}

.administrateBy_ p {
    font-size: 10px;
    white-space: nowrap;
}

.logos {
    align-items: center;
    display: flex;
    gap: 1rem;
    width: 100%;
}

.text-upload-indo {
    text-align: center;
    margin-bottom: 1rem;
}

.feedback-channel {
    margin-top: 1rem;
}

.info-extension {
    font-size: 14px;
    text-align: center;
    color: #646464;
}

.upload {
    width: 100%;
    border-radius: 0;
    box-shadow: none;
    background: #f4f4f4 !important;
    border: 1px #ddd solid;
    color: #333;
    padding: 1rem;
    text-align: center;
    padding: 1rem !important;
}

.upload span {
    text-align: center;
}

.attachmentFieldset {
    margin-bottom: 4rem;
}

.separator {
    background-color: #ccc;
    height: 50px;
    width: 1px;
}