h1{
    padding-right: 90px;
}
/**
 * UPLOAD AREA
 */
#browse-text{
    color: #ff00e3;
    line-height: 1;
    display: block;
    font-weight: 700;
    cursor: pointer;

    padding: 40px 15px 20px;
    border-bottom: 1px solid #ff00e3;
}
#browse-text span{
    vertical-align: top;
}
#add-files-button{
    display: inline-block;
    margin-right: 5px;
    width: 20px;
    height: 20px;
}
#add-files-button svg .cls-1{
    fill: #ff00e3;
}
#files-area .row{
    padding: 0 20px;
}
#dropzone{
    cursor: pointer;
    display: block;
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
}
#dropzone,
#upload-statistics-row{
    position: relative;
    margin-bottom: 40px;
    height: 150px;
    text-align: center;
}
#download-link-row{
    position: relative;
    height: 40px;
    text-align: center;
}
#download-link-row .label{
    max-width: 100%;
}
#dropzone .drag-and-drop-helper{
    display: block;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 13px;
}
#multiple_files_input{
    position: fixed;
    top: -9999px;
    left: -9999px;
}
#switches-row{
    padding-top: 45px;
}
#new-upload-button{
    font-size: 16px;
    font-weight: 400;
    margin-top: 30px;
    display: block;
    opacity: 0;
}

#upload_completed_popup .popup-container{
    margin: 10% auto 6%;
}



/**
 * Specific to UPLOAD only
 */
.remove-file-icon{
    display: inline-block;
    height: 20px;
    width: 20px;
    position: absolute;
    right: 14px;
    top: 11px;
    cursor: pointer;
    text-align: center;
    line-height: 1;
}

/*
 * Save button
 */
#verify-up-email{
    background-color: #ff00e3;
    color: #ff00e3;
}
#verify-up-email span{
    margin-top: 10px;
}
#encrypt-and-save{
    background-color: #ff00e3;
    color: #ff00e3;
}
#encrypt-and-save .text{
    font-size: 1.35rem;
    font-weight: 700;
}
#encrypt-and-save .info{
    font-size: 0.875rem;
}
#buttons-container:after{
    content: "";
    display: table;
    clear: both;
}
#pauseButton{
    float: left;
    width: calc(50% - 5px);
    margin-right: 5px;
}
#cancel{
    float: right;
    width: calc(50% - 5px);
    margin-left: 5px;
}
#pauseButton{
    margin-bottom: 10px;
}
#cancel,
#pauseButton{
    background-color: #ff00e3;
    color: #ff00e3;
    min-height: 69px;
}
#cancel span,
#pauseButton span{
    margin-top: 10px;
    font-size: 1.35rem;
    font-weight: 700;
}
#total-uploaded{
    margin-bottom: 10px;
    margin-top: 0;
    padding-top: 40px;
    font-size: 2rem;
}
#upload-process-speed{
    margin: 0;
}
.right input[type="text"]:not(:first-of-type){
    margin-top: 15px;
}

#dropzone .error-message{
    display: block;
    text-align: center;
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
}


/*
 * The small toolltip that appears and says the text has been copied to clipboard
 */
#copy-confirmation{
    position: fixed;
    background-color: #ff00e3;
    color: #ff00e3;
    z-index: 1100;
}





/**
 * Live upload related CSS
 */
#uploading-files-list,
#upload-statistics-row,
#buttons-container,
#download-link-row,
.upload-in-progress .hide-on-upload{
    display: none !important;
}
/*Show only on upload*/
.upload-in-progress #uploading-files-list,
.upload-in-progress:not(.upload-completed) #upload-statistics-row,
.upload-in-progress:not(.upload-completed) #buttons-container{
    display: block !important;
}

.upload-in-progress.upload-completed #download-link-row{
    display: block !important;
}





/* INPUTS while "encrypt-in-progress" */
.encrypt-in-progress input[type="text"],
.encrypt-in-progress input[type="password"]{
    border-color: transparent;
}








#uploading-files-list,
#upload-statistics-row,
#buttons-container,
#download-link-row,
.upload-in-progress .hide-on-upload{
    display: none !important;
}
/*Show only on upload*/
.upload-in-progress #uploading-files-list,
.upload-in-progress:not(.upload-completed) #upload-statistics-row,
.upload-in-progress:not(.upload-completed) #buttons-container{
    display: block !important;
}

.upload-in-progress.upload-completed #download-link-row{
    display: block !important;
}



#terms-and-conditions-row{
    padding-bottom: 0;
}

#corporate-error{
    font-size: 13px;
    text-align: center;
    color: #ff00e3;
}
#dropzone-icon{
    width: 70px;
    height: 84px;
    display: block;
    margin: 0 auto;
    padding-top: 20px;
}
p.label{
    max-width: 80%;
}
#from_row_right .label-icon.completed{
    position: absolute;
    right: 116px;
    top: 6px;
}
#copy-to-clipboard{
    margin: 30px 0 35px !important;
    word-break: break-all;
    width: 100%;
    border: 1px solid;
    resize: none;
    box-sizing: border-box;
    font-family: inherit;
    padding: 10px;
    font-size: 16px;
    text-align: left;
}
#upload_completed_popup .popup-container{
    max-width: 900px;
}