:root {
  --surface-primary: #E3D6BF;
  --surface-secondary: #f8f7f6;
  --surface-static: #ffffff;
  --surface-brand-static: #E8594F;
  --surface-brand-transparent-static: #d92d3e33;
  --surface-disabled: #e1e1e1;
  --surface-inverted-transparent: #68686833;
  --surface-inverted: #00263A;
  --surface-neutral: #fcfcfc;
  --surface-green: #00b578;
  --surface-navyBlue: #0621C4;

  --content-primary: #00263A;
  --content-secondary: #686868;
  --content-disabled: #a7a7a7;
  --content-inverted: #ffffff;
  --content-static: #ffffff;
  --content-secondary-static: #cecece;
  --content-primary-static: #5f6368;
  --content-error:#E8594F;
  --content-warning: #B65E01;

  --border-primary: #686868;
  --border-secondary: #a7a7a7;
  --border-disabled: #cecece;
  --border-inverted: #00263A;
  --border-brand-static: #d92d27;
  --border-static: #ffffff;
  --border-brand-danger: #eb0542;
  --border-disabled-static: #4f4f4f;
  --border-left: #dedede;
  --border-primary2: #898989;
  --border-bottom-latest-launch: #e1e1e1;
  --border-seperator: #F5F5F5;

  --semantic-success: #008256;
  --semantic-warning: #ffd600;
  --semantic-warning2: #B65E01;
  --semantic-info: #0569C2;
  --semantic-error: #E8594F;

  --background-transparent: rgba(0, 0, 0, 0.4);
  --box-menu: 0px 4px 20px 0px #00000014;
  --toast-color: #fff;
  --success-main-toast-color: #008256;
  --success-progress-toast-color: #024324;
  --error-main-toast-color: #E8594F;
  --error-progress-toast-color: #c82333;
  --success-background-gradient: linear-gradient(to bottom, #BCE2CE66 15%, #D1FFE600 30%, #ffffff 100%);
  --error-background-gradient: linear-gradient(#D92D2733, #ffffff);
  --reach-us-background: linear-gradient(#8E8E8E, #0621C4);
  --slider-thumb-shadow: 0px 0px 6px 0px #00000040;
  --fail-background-gradient: linear-gradient(to bottom, #FF5D5833 0%, #FF5D5800 35%, #ffffff 100%);
  --shadow-carousel: 0px 4px 12px rgba(0, 0, 0, 0.1);
  --upload-image-text-color: #008256;

  /* new varaiables */
  --navbar-background: #00263A;
  --content-inverted-new: #E3D6BF;
  --border-radius-side-nav-icons:0;
  --border-radius-five-px:0;
  --surface-inverted-new:#F5F1E8;
  --border-twenty-px:0;
  --profile-image-border:0;
  --border-ten-px:0;

  --calander-selected-date-bgColor:#E7DBB9;
  --appointment-info-bgcolor:#F5F1E8;



  --border-radius: 0;
  --border-radius-x-small: 0rem;
  --border-radius-small: 0rem;
  --border-radius-medium: 0rem;
  --border-radius-large: 0rem;
  --border-radius-X-large: 0rem;
  --border-radius-one-rem: 0rem;
  --border-radius-three-rem: 0rem;
  --border-radius-half: 0;
  --border-radius-toggle-button: 0;
  --border-radius-image-wrap: 0rem;
  --border-radius-card: 0rem;
  --border-radius-infotext: 0rem;
  --border-radius-five-rem: 0rem;
  --border-radius-hundred-rem: 0rem;
  --border-radius-point-eight-rem : 0rem;
  --border-radius-fifty-px:0;


  
  --border-radius-warning: 0rem;


  --brand-font-family: 'Nakheel', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;

  --property-list-icon-border-radius: 0rem;
  --property-list-icon-background: #ffffff;
}