/**************************************/
/**************** Fonts ****************/
/**************************************/
@font-face {
  font-family: "HKGroteskPro";
  font-weight: 400;
  src: url("/fonts/HK%20Grotesk%20Pro/HKGroteskPro-Regular.woff2") format("woff2"),
       url("/fonts/HK%20Grotesk%20Pro/HKGroteskPro-Regular.woff") format("woff");
}

@font-face {
  font-family: "HKGroteskPro";
  font-weight: 600;
  src: url("/fonts/HK%20Grotesk%20Pro/HKGroteskPro-Medium.woff2") format("woff2"),
       url("/fonts/HK%20Grotesk%20Pro/HKGroteskPro-Medium.woff") format("woff");
}

@font-face {
  font-family: "HKGroteskPro";
  font-weight: 900;
  src: url("/fonts/HK%20Grotesk%20Pro/HKGroteskPro-Bold.woff2") format("woff2"),
       url("/fonts/HK%20Grotesk%20Pro/HKGroteskPro-Bold.woff") format("woff");
}

/**************************************/
/**************** Root ****************/
/**************************************/
:root {
  --documentation: #F9FBFD;
  --navbar: white;
}

body {
    font-family: "HKGroteskPro", serif;
    font-size: 1.0625rem;
    color: #2B354F;
    line-height: 1.6;
}

p {
    font-size: 1.0625rem !important;
    color: #506690;
}

p a {
    color: #575fcf;
}

p a:hover {
    color: #3038a9;
    text-decoration: underline;
}

code, kbd, samp {
    font-size: 1.0625rem !important;
}

/**************************************/
/*************** Navbar **************/
/**************************************/
.navbar-brand .navbar-brand-img {
    max-height: 2.4rem;
    width: auto;
}

@media (min-width: 768px) {
    nav .switch {
        display: none;
    }
}

.search-box {
    box-shadow: 0 2px 1px rgba(50,50,93,.03), 0 1px 1px rgba(0,0,0,.03);
}

.search-box input {
    text-transform: none;
}

.button {
    box-shadow: none;
    display: inline-block;
}

.button:hover {
    transform: none;
    box-shadow: none;
    background-color: #363fbd;
}

/**************************************/
/*************** Sidebar **************/
/**************************************/
.sidebar {
  border: none;
  background-image: linear-gradient(0deg, #2B354F, #2B354F);
}

@media (min-width: 768px) {
    .sidebar {
        left: 0 !important;
    }
}

.sidebar ul li h2 {
  color: #fff;
}

.sidebar ul li ul li a {
  color: #DAE1E7;
}

.sidebar > ul > li > ul > li a:hover {
    padding-left: 2rem;
    font-weight: 700;
}

.sidebar > ul > li > ul > li.is-active {
    padding-left: .15rem;
}

/**************************************/
/************ Documentation ***********/
/**************************************/
.documentation.expanded {
    padding-left: 20rem;
}

.documentation hr {
    border-top-width: 1px;
    border-style: solid;
    border-color: #F1F4F8;
}

.documentation p {
    line-height: 1.6;
    margin-bottom: 2rem;
}

.documentation p:last-child {
    margin-bottom: 0;
}

div.code-toolbar {
    margin: 2rem 0;
}

.documentation :not(pre)>code {
    background-color: #eeeffa;
}

table {
    box-shadow: none;
    border: none;
    color: #506690;
    margin-top: 2rem;
    margin-bottom: 2rem;
    border-color: #edf2f9;
    background-color: #fff;
    border: 1px solid #edf2f9;
    border-radius: .5rem;
    width: 100%;
}

table:hover {
    box-shadow: none;
}

table td, table th, table tr {
    border: none;
    vertical-align: top;
}

table td:hover, table tr:hover {
    background-color: #fff;
}

table td, table th {
    border-top: 1px solid #edf2f9;
}

table thead th {
    background-color: #f9fbfd;
    text-align: left;
    font-weight: 700;
    color: #95aac9;
    border: none;
    border-top: 1px solid #edf2f9;
}

.alert.is-primary {
    background-color: rgba(87, 95, 207, 0.1);
    /*border: 1px solid #575fcf;*/
    box-shadow: none
}

.alert p {
    padding-left: 1rem;
    color: #506690;
}

.alert a {
    margin-left: 1rem;
    margin-bottom: 0.1rem;
}

.alert p:first-of-type {
    /*font-weight: 700;*/
    margin-bottom: 1rem;
    /*color: #575fcf;*/
}

.alert strong {
    color: #575fcf;
}

.alert .icon {
    display: none;
}
