.upload-document-url{
    background-color: white;
    border-radius: 12px;
    min-height: 250px;
    position: fixed;
    top: 0;
    z-index: 3000;
    margin-left: calc(50% - 200px);
    margin-top: calc(50% - 200px);
    padding: .7rem;
    aspect-ratio: 1;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}
.upload-document-url input{
    width: 100%;
}
.upload-document-url span{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.formation_image{
    max-width: 100%;
    object-fit: contain;
}