button {
    color: #000000;
    transition: all 0.2s ease, visibility 0s;
    background: #BADA55;
    border-radius: 5px;
}

.common_response_page > form:before {
    display: block;
    content: "";
    width: 100%;
    height: 150px;
    background-size: 80%;
    background-image: url('/logo.png');
    background-repeat: no-repeat;
    background-position: center;
}

.component_mobilefileupload input[type="file"] + label  {
background: #BADA55 !important;
}

div.component_path-element.n0:before {
    display: block;
    content: "";
    width: 100%;
    height: 50px;
    background-size: 80%;
    background-image: url('/logo.png');
    background-repeat: no-repeat;
margin-bottom: 20px;

}
a[data-droptarget=false] {
pointer-events: none !important;
}
div.component_ide {
display: none !important;
}

.component_checkbox {
display: inline-block !important;
opacity: 1;
pointer-events: initial !important;
}