:root {
  --xs-browse-col-header-background-color: rgb(242, 102, 73);
  --xs-button-background-color: rgb(248, 151, 29);
  --xs-button-color: rgb(255, 255, 255);
  --xs-disabled-color: rgba(0, 0, 0, 0.5);
  --xs-icon-color: rgb(1, 146, 211);
  --xs-icon-xswebcontrolvalidationerror-color: red;
  --xs-label-color: rgb(1, 146, 211);
  --xs-select-background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'><path d='M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z' fill='rgb(1, 146, 211)'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  --xs-select-background-image-disabled: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'><path d='M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z' fill='rgba(0, 0, 0, 0.5)'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
}
