.webuploader-container {
    position: relative;
}

    .webuploader-container label {
        margin-bottom: 0;
    }

.webuploader-element-invisible {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px,1px,1px,1px);
}

.webuploader-pick {
    position: relative;
    display: inline-block;
    cursor: pointer;
    background: #007bff;
    padding: 8px 12px;
    color: #fff;
    text-align: center;
    overflow: hidden;
    width: 100%;
    border-radius: 5px;
    font-size: 1rem;
}

.webuploader-pick-hover {
    background: #0069d9;
}

.webuploader-pick-disable {
    opacity: 0.6;
    pointer-events: none;
}
