:root {
  --bg-color: #EBF6F8;
  --text-color: #0E5C6A;
  --color-primary: #288799;
  --outline-color: #288799;
  --button-bg: linear-gradient(to right, #EBF6F8, #DCEEEF);
  --button-bg-box-shadow-color: rgba(40, 135, 153, 0.2);
  --button-bg-primary: linear-gradient(to right, #288799, #1C7180);
  --button-bg-primary-box-shadow-color: hsla(188, 65%, 45%, 0.5);
  --button-bg-secondary: linear-gradient(to right, #50A4B3, #3A8391);
  --button-bg-secondary-box-shadow-color: hsla(188, 65%, 45%, 0.5);
  --button-action-shadow-color: hsla(188, 15%, 40%, 0.12);
  --underline-color: #0E5C6A;
  --secondary-text-color: #5D99A4;
  --send-icon-hover-color: #3A8391;
  --send-spinner-icon-color: #A2D0D8;
  --copy-icon-color: #FFC107;
  --copy-icon-bg-color: #FFF3CD;
  --copy-icon-shadow-color: hsla(188, 15%, 40%, 0.12);
  --focus-outline-color: #288799;
  --checkbox-bg-color: #50A4B3;
  --input-shadow-color: hsla(188, 15%, 70%, 0.2);
  --input-hover-shadow-color: hsla(188, 15%, 70%, 0.4);
  --input-label-color: #0E5C6A;
  --table-shadow-color: hsla(188, 20%, 70%, 0.3);
  --table-bg-color: #EBF6F8;
  --table-tr-border-color: #CFE5E8;
  --table-tr-hover-bg-color: #F7FBFC;
  --table-head-tr-border-color: #A2D0D8;
  --table-status-gray-bg-color: #EBF6F8;
}

a.button.action.stats,
button.action.stats {
  background: #EBF6F8;
}

a.button.action.stats svg,
button.action.stats svg {
  stroke-width: 2.5;
  stroke: #288799;
}
