.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;
}

.channel_feedbackLabel {
    color: #333 !important;
    font-weight: bold;
}

.administradBy {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: end;
}

.administradBy p {
    font-size: 12px;
    color: #fff;
    margin-bottom: 0;
}

.administradByBanner {
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.administradByBanner p {
    font-size: 12px;
    color: #fff;
    margin-bottom: 0;
}

.banner-body h4 {
    color: #fff;
}

.administradByBanner img {
    width: 20%;
}

.administradByBanner {
    font-size: 12px;
}

.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;
}