:root {
    --bg-color: #3A3739;
    --main-bg-color: #212121;
    --white-color: #fff;
    --blue-color: #444AED;
    --gray-color: #80868B;
}

body {
    color: var(--white-color);
}

google-codelab #codelab-title {
    background: var(--bg-color);
    height: 66px;
}

google-codelab #codelab-nav-buttons {
    display: none;
}

google-codelab #codelab-title h1 {
    margin: 0 9px;
    font-size: 18px;
    color: var(--white-color);
}

google-codelab #drawer {
    width: 348px;
    background: var(--main-bg-color);
}

google-codelab #drawer ol {
    padding: 25px 24px 0;
}

google-codelab #drawer ol li .step:before {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-weight: 500 !important;
    margin-right: 16px;
    font-size: 24px;
}

google-codelab #drawer ol li a {
    margin: 0 0 16px 0;
    height: 74px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 400 !important;
    color: var(--white-color) !important;
    border: none;
    background: rgba(255, 255, 255, 0.06);
}

google-codelab #drawer ol li a:active, google-codelab #drawer ol li a:focus {
    background: rgba(255, 255, 255, 0.14);
}

google-codelab #main {
    padding: 0 25px;
    background: var(--main-bg-color);
}

google-codelab google-codelab-step {
    margin-top: 25px;
    padding: 0;
    bottom: 53px;
    border-radius: 2px;
    background: rgba(255, 255, 255, 0.14);
}

google-codelab:not([theme="minimal"]) google-codelab-step .instructions {
    margin: 0 40px;
    background: transparent;
    box-shadow: none;
}

google-codelab-step .instructions .inner {
    padding: 32px 0 0;
}

google-codelab-step h2.step-title {
    font-size: 24px !important;
    font-weight: 600 !important;
}

google-codelab-step code, google-codelab-step .instructions table code {
    background-color: transparent;
}

google-codelab #controls {
    padding: 0 25px;
    bottom: 10px;
}

google-codelab #fabs {
    max-width: 100%;
}

#previous-step {
    height: 32px;
    padding-top: 0;
    padding-bottom: 0;
    color: #177DDC;
    border: 1px solid #177DDC;
    border-radius: 2px;
    line-height: 32px;
    font-weight: 400;
    background: transparent;
}

#next-step {
    height: 32px;
    padding-top: 0;
    padding-bottom: 0;
    background: #177DDC;
    border-radius: 2px;
    line-height: 32px;
    font-weight: 400;
}

#done, google-codelab #drawer .metadata {
    display: none;
}

a:focus, input:focus, select:focus, textarea:focus {
    outline: none;
}