.basic-upload {
    width: 100%;
}

.basic-upload .drop-box-image {
    margin-top: 0%;
    margin-bottom: 0%;
    height: 36px;
}

.basic-upload .add-video-drop-box {
    width: 100%;
    max-width: 480px;
    gap: 15px;
    min-height: 152px;
    justify-content: center;
    height: 100%;
    border: 1px dashed #42296E !important;
    background: #FCFBFF;
}

.basic-upload #fileUploadIcon {
    width: 36px;
    height: 36px;
    border-radius: 5.48px !important;
    border-width: 0.78px;
    padding-top: 5px;
    padding-right: 9.39px;
    padding-bottom: 4.7px;
    background: #FFFFFF;
    padding-left: 6.39px;
    border: 0.78px solid #DEDEDE;
}