html {
    font-family: -apple-system, "Segoe UI", sans-serif;
}

.imgBorder {
    border: solid 3px #8795a1;
}

.max-25 {
    max-width: 25% !important;
}

.max-50 {
    max-width: 50% !important;
}

.max-75 {
    max-width: 75% !important;
}

@media (max-width: 780px) {
    .documentation {
        padding: 0 15px !important;
    }
}

.documentation hr {
    margin: 40px 0;
    border-style: dashed;
    border-color: #dae1e7;
    border-top-width: 5px;
}

.medium-zoom-overlay,
img.medium-zoom-image--opened {
    z-index: 50;
}

.table {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.alert {
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 1px 1px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 1px 1px 0 rgba(0, 0, 0, 0.08);
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.bg-green-theme {
    background-color: #59c9a5;
}

.sidebar>ul>li>ul>li ul>li.is-active a {
    line-height: 1.5;
}

/*
 * Vuetify theme
 */
.button--text-greendarken {
    color: #3aad8b !important;
    caret-color: #3aad8b !important;
    align-items: center;
    border-radius: 4px;
    display: inline-flex;
    flex: 0 0 auto;
    font-weight: 500;
    letter-spacing: 0.0892857143em;
    justify-content: center;
    outline: 0;
    position: relative;
    text-decoration: none;
    text-indent: 0.0892857143em;
    text-transform: uppercase;
    transition-duration: 0.28s;
    transition-property: box-shadow, transform, opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.button--text-black {
    position: relative;
    display: inline-flex;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 0.28s;
    transition-property: box-shadow, transform, opacity;
    white-space: nowrap;
    text-decoration: none;
    text-indent: 0.0892857143em;
    letter-spacing: 0.0892857143em;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.87) !important;
    border-radius: 4px;
    outline: 0;
    font-weight: 500;
    caret-color: rgba(0, 0, 0, 0.87) !important;
    align-items: center;
    flex: 0 0 auto;
    justify-content: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Documentation */
.documentation h3 {
    font-weight: 700;
}

.documentation p {
    margin-bottom: 1rem;
    line-height: 1.5;
}

.documentation ol {
    margin-left: 15px;
    list-style-type: decimal;
}

.documentation ol>li {
    font-weight: 700;
}

.documentation a {
    @apply text-primary-500;
}

.documentation a:hover {
    opacity: 0.75;
}

blockquote {
    margin: 1.5em 10px;
    padding: 1em 10px 0.1em 10px;
    quotes: "\201C""\201D""\2018""\2019";
    border-left: 10px solid #ccc;
    background: #f9f9f9;
}

.documentation>ul:first-of-type {
    position: fixed;
    bottom: 0;
    overflow: hidden scroll;
}

/* Sidebar */
.sidebar>ul>li>h2 {
    font-weight: 700;
}

.sidebar>ul>li>ul>li>h3 {
    padding: 0 1.75rem;
    font-weight: 700;
}

/* Sidebar */
