/* remove the "or drop files" label from the right of the lightning:input type file */
.slds-file-selector__dropzone .slds-file-selector__text {
    font-size: 0 !important;
}

/* remove the "Upload Files" text from the button of the lightning:input type file */
.slds-file-selector__dropzone .slds-file-selector__button {
    background: #29B5E8;
    font-size: 0 !important;
}

/* insert the text "Upload File" into the button of the lightning:input type file */
.slds-file-selector__dropzone .slds-file-selector__button:after {
    content: 'Upload Photo' !important;
    font-size: .8125rem !important;
    font-family: "Texta-Heavy", sans-serif !important;
    color: white !important;
}

.slds-file-selector__dropzone {
    border: none;
}


.cancelButton {
    background: #11567F00;
    display: inline-block;
    vertical-align: middle;
    font-family: "Texta-Heavy", sans-serif;
    font-size: 14px;
    color: #29B5E8;
    line-height: 1;
    text-transform: uppercase;
    text-decoration: none;
    border: 2px solid #29B5E8;
    white-space: nowrap;
    border-radius: 40px;
    transition: all 200ms ease-in-out;
}


.updateButton {
    margin-left: auto;
    background: #29B5E8;
    display: inline-block;
    vertical-align: middle;
    font-family: "Texta-Heavy", sans-serif;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 1;
    text-transform: uppercase;
    text-decoration: none;
    border: none;
    white-space: nowrap;
    border-radius: 40px;
    transition: all 200ms ease-in-out;

}