:root {
  --rillsoft-blue: #1f6fb2;
  --rillsoft-blue-dark: #174f80;
  --rillsoft-ink: #243447;
  --rillsoft-border: #d9e2ec;
}

body {
  color: var(--rillsoft-ink);
}

.wy-side-nav-search {
  background: linear-gradient(180deg, var(--rillsoft-blue), var(--rillsoft-blue-dark));
}

.wy-side-nav-search > a,
.wy-side-nav-search .wy-dropdown > a {
  color: #fff;
  font-weight: 600;
}

.wy-side-nav-search input[type="text"] {
  border-color: transparent;
  border-radius: 4px;
  box-shadow: none;
}

.wy-nav-side {
  background: #263544;
}

.wy-menu-vertical a {
  color: #d8e4ef;
}

.wy-menu-vertical a:hover {
  background: #1f6fb2;
  color: #fff;
}

.wy-menu-vertical li.current > a,
.wy-menu-vertical li.on a {
  border-right: 3px solid var(--rillsoft-blue);
}

.rst-content h1,
.rst-content h2,
.rst-content h3 {
  color: #1f2d3d;
  font-weight: 600;
}

.rst-content a {
  color: var(--rillsoft-blue);
}

.rst-content a:hover {
  color: var(--rillsoft-blue-dark);
}

.rst-content table.docutils {
  border-color: var(--rillsoft-border);
}

.rst-content table.docutils th {
  background: #f3f7fb;
  color: #1f2d3d;
}

.rst-content code.literal {
  color: #174f80;
  background: #eef5fb;
  border-color: #d2e4f3;
}

.wy-nav-content {
  max-width: 1180px;
}
