:root {
 --fg-button-primary-disabled: #525252;
 --bg-button-primary: #76C4E8;
 --fg-button-primary: #000000;
 --bg-button-primary-hover: #5e9dba;
 --bg-button-primary-click: #5993ae;
}

/* Below is custom css */
.edp-background-blur  {
    display: none !important;
  }
.bg-bg-primary {
background-color: #ffffff; }

