
body{
  --primary: #00447B;
  --primary-background: #C9D8EF;
  --primary-disabled: #6C7788;
  --primary-hover: #002F55;
  --secondary: #1A3256;
  --secondary-background: #ece4ea;
  --secondary-disabled: #4D4D4D;
  --secondary-hover: #656788;
  --error: #C7161F;
  --error-background: #FFEAE6;
  --error-disabled: #6C7788;
  --error-hover: #EA1925;
  --success: #007100;
  --success-background: #CAE2C2;
  --success-disabled: #6C7788;
  --success-hover: #008A00;
  --info: #4AC7B4;
  --info-background: #eff8f6;
  --info-disabled: #4D4D4D;
  --info-hover: #86d6cb;
  --link: #107DB6;
  --link-background: #e9eef6;
  --link-disabled: #4D4D4D;
  --link-hover: #5f9fcc;
  --deco: #EF1A25;
  --deco-background: #fde1e4;
  --deco-disabled: #4D4D4D;
  --deco-hover: #f45566;
  --warning: #CA5000;
  --warning-background: #fae8e0;
  --warning-disabled: #4D4D4D;
  --warning-hover: #db7d4c;
  --highlight: #FCEAC6;
  --reuse-background: #C11C68;
  --reuse-label: #ffffff;
  --reuse-border: #C11C68;
  --sharing-background: #27345A;
  --sharing-label: #ffffff;
  --sharing-border: #27345A;
  --graph-a1: #FFD700;
  --graph-a2: #FFA500;
  --graph-a3: #FF6347;
  --graph-a4: #FF69B4;
  --graph-a5: #675EC7;
  --graph-a6: #6BB7EC;
  --graph-a7: #4169E1;
  --graph-a8: #008080;
  --graph-a9: #B9DFBD;
  --graph-a10: #276240;
  --black: #000000;
  --white: #ffffff;
  --shadow: #00000029;
  --light-grey: #F2F2F2;
  --medium-grey: #DEDEDE;
  --dark-grey: #444341;
  --placeholder: #6A6A6A;
}
      
/** homepage **/
.home__logo {
  height: 60px;
  max-width: 300px;
}
#root .layout-banner {
  background-color: var(--primary);
}
#root .layout-banner__logo {
  margin-left: 0;
}
#root .layout-banner__baseline__title {
  color: var(--white);
}
#root > div > div.layout__homepage > div.searchBar {
  display: none;
}
#root > div > div.layout__homepage > div.layout__homepage__top {
  height: 70px;
  align-items: center;
}
#root > div > div.layout__wrapper {
  margin-top:100px;
}
#root > div > div.layout__homepage > div.layout__homepage__top > a > img {
  width: unset;
}
#root > div > div.layout__homepage > div.layout__homepage__top > div.layout__homepage__account {
  display: none;
}
.dashboard__body__boostedResearchPending__title {
  color: var(--error) !important;
}
.market__adverts__form__transaction__visibility__select > ul > li:nth-child(1) {
  display:none;
}
.field-priority .field-show__value {
  padding: .3em 1em;
  color: var(--white);
  border-radius: 16px;
}
.field-priority.field-priority-1 .field-show__value {
  background-color: var(--success);
}
.field-priority.field-priority-2 .field-show__value {
  background-color: var(--warning);
}
.field-priority.field-priority-3 .field-show__value {
  background-color: var(--error);
} .user-nav__switch {
  display: none !important;
}

