:root {
  --transparent: transparent;
  --black: #474747;
  --white: white;
  --white-50: rgba(255, 255, 255, 0.5);
  --danger: #DA4022;
  --success: #07A476;
  --warning: #F8BD6B;
  --info: #91C6C4;
  --primary: #8EB6C3;
  --primary-dark: #7098a5;
  --primary-70: rgba(142, 182, 195, 0.7);
  --primary-50: rgba(142, 182, 195, 0.5);
  --primary-30: rgba(142, 182, 195, 0.3);
  --primary-10: rgba(142, 182, 195, 0.1);
  --sidebar-icon: #F3EEE7;
  --logo: #1a2029;
  --20: rgb(255, 255, 255);
  --30: rgb(249, 249, 249);
  --40: #ededed;
  --50: #ebebeb;
  --60: #e1e1e1;
  --70: #cdcdcd;
  --80: rgb(122, 122, 122);
  --90: rgb(96, 96, 96);
  --90-half: rgba(40, 54, 61, 0.5);
}

body, .markdown p, .markdown li {
  font-size: 0.9rem;
}

.bg-grad-sidebar {
  background: #242d38;
}

.card,
.btn-default,
.form-input,
.form-input:active,
.form-input:focus,
.form-select,
.rounded,
.rounded-lg {
  border-radius: 3px;
}

.card,
.shadow {
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
}

table td {
  height: 2.8rem !important;
}

.font-bold {
  font-weight: 600;
}

.table td span.whitespace-no-wrap {
  display: block;
}