    .advanced-form{
        width: 100%;
        height: 100%;
        margin:0;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
        cursor: pointer;
    }
    .advanced-uploader{
        position: absolute;
        width: 100%;
        height: 100%;
        opacity: 0;
        cursor: pointer;
    }
    .advanced-label{
        width: 100%;
        height: 100%;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0;
        min-width: 0; /* SUPER IMPORTANT DO NOT ERASE THIS */
        cursor: pointer;
    }
    .advanced-label span{
        width: 100%;
        cursor: pointer;
    }