.dataview-community {
  border: none;
  background: transparent;
}

.dataview {
  border: none;
  background: transparent;
}

.divider {
  width: 100%;
  height: 2px;
  background-color: #be1e2d;
  margin: 20px 0;
}

.webix_secondary .webix_button {
  background: #be1e2d;
  color: white;
  border-radius: 5px;
}

.webix_secondary .webix_button:hover,
.webix_secondary .webix_button:focus {
  background: #be1e2d;
}

.btnSimpan .webix_el_box button,
.btnSimpan .webix_el_box button:hover,
.btnSimpan .webix_el_box button:focus {
  background-color: #be1e2d;
  color: white;
  border-radius: 7px;
  text-align: center;
}

.btnKembali .webix_el_box button,
.btnKembali .webix_el_box button:hover,
.btnKembali .webix_el_box button:focus {
  background-color: transparent;
  color: rgb(83, 83, 83);
  border: 1px solid rgb(61, 61, 61);
  border-radius: 7px;
  text-align: center;
}

.webix_modal_box .webix_popup_controls .webix_popup_button[aria-label="Cancel"] {
  background-color: white !important;  
  color: #be1e2d !important;          
  border: 1px solid #be1e2d !important;
  border-radius: 5px !important;   
}

.webix_modal_box .webix_popup_controls .webix_popup_button.confirm {
  background-color: #be1e2d !important;  
  color: white !important;              
  border: 1px solid #be1e2d !important;  
  border-radius: 5px !important; 
}

.webix_modal_box .webix_popup_controls .webix_popup_button[aria-label="Cancel"]:hover {
  background-color: #be1e2d !important; 
  color: white !important;               
  border: 1px solid #be1e2d !important;  
}

.webix_modal_box .webix_popup_controls .webix_popup_button.confirm:hover {
  background-color: darkred !important; 
  border: 1px solid darkred !important; 
}


