/*
  You can add custom CSS rules or import files here.
*/


/* Import the Radzen CSS files */
@import './styles-generated.css';


.rz-html-editor-toolbar {
	 display: none !important;
}

.rz-fieldset-legend {
	font-weight: bold !important;
    color: #9f9e9e !important;
}

.custom-upload .rz-fileupload-buttonbar {
    padding: 0;
    background: none;
}

.custom-upload .rz-button-text {
    display: none;
}

.custom-upload .rz-fileupload-choose {
    background: none;
    padding: 0 !important;
}

.custom-upload .rz-fileupload-choose:active {
    background: none !important;
    box-shadow: none !important;
}

.custom-upload .rz-button-icon-left {
    display: inline-block !important;
    color: #000;
    font-size: 32px !important;
    width: 32px !important;
}

.custom-upload .rz-button-icon-left::before {
    content: 'attach_file';
}

.edit .rz-html-editor-content{
background-color: #fff2c3;
}

.edit .rz-chkbox-box{
	background-color: #fff2c3 !important;
}

.edit .rz-chkbox-box.rz-state-active {
background-color: #3ba5fc !important;
}

.edit .rz-inputtext{
background-color: #fff2c3;
}

.edit{
	background-color: #fff2c3 !important;
}

.required .rz-inputtext{
	background-color: #f9777f !important;
}