.tocify-wrapper {
    background: #29b754;
    width: 300px;
}

body {
    font-family: 'Archivo', sans-serif !important;
}

.tocify-wrapper .tocify-focus {
    background: #212529;
}

.tocify-item > a {
    padding: 1rem 1rem !important;
    border-bottom: 1px solid #34a657;
    font-size: 1rem;
}

.tocify-item.tocify-focus a {
    border-bottom: none !important;
}

.page-wrapper {
    margin-left: 300px;
}

.tocify-wrapper>.search input {
    width: 100%;
    margin: 0;
    padding: 1rem;
    border-radius: 12px;
    box-shadow: 0 0 10px #0005;
    border: 0 !important;
}

.tocify-wrapper>.search {
    padding: .72rem;
}

.tocify-wrapper>.search:before {
    top: 50%;
    transform: translateY(-50%);
    right: 31px;
    left: initial;
}

.page-wrapper {
    background-color: #f0f7f7;
}

.tocify-item.level-2 a {
    border-bottom: 1px solid #383d42;
}

.footer a {
    padding: 0.5rem 1rem;
    text-align: center;
    display: block;
    background: #fff;
    color: #000;
    border-radius: 12px;
    box-shadow: 0 0 10px #0003;
}

.footer li {
    padding: 1rem 1rem 0 1rem;
}