.BrowserUpload {
    &-statusBar {
        border: 1px solid gray;
        height: 30px;
        width: 300px;
    }

    &-statusBarInner {
        background-color: blue;
        height: 30px;
        width: 0;
    }

    &-browse-text {
        color: $gorilla;
        font-size: 14px;
    }

    &-browse-link {
        color: $bluejay;
        cursor: pointer;
        font-weight: 500;
        text-transform: none;
    }

    /* stylelint-disable selector-no-id */
    #browser-upload {
        display: none;
    }
    /* stylelint-enable selector-no-id */
}
