﻿html, body {
    width: 100%;
    height: 100vh;
    background-color: #FFF!important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
}

.doc-fieldset {
    padding-bottom: .5rem !important;
}

.doc-fieldset legend {    
    padding-top: 1rem !important;
}

.doc-fieldset legend {
    font-size: 1.75rem;
    font-weight: bold; 
}

.doc-code-preview {
    background-color: #1e1e1e;
    color: #d4d4d4;
    border-radius: 6px;
    font-family: Consolas, "Courier New", monospace;
    padding: 1rem;
    white-space: pre-wrap;
    font-size: 1.1rem !important;
    min-height:120px;
}

.doc-seed-loading  {
    min-height:150px;
}

    .doc-seed-loading > .seed-loading {
        position: static !important;
        height: auto !important;
        padding: 4rem 0!important;
    }

.tag {
    color: #569cd6;
    font-weight: 500;
    font-size: 1.1rem !important
}

.attr {
    color: #9cdcfe;
    font-weight: 500;
    font-size: 1.1rem !important
}

.value {
    color: #ce9178;
    font-weight: 500;
    font-size: 1.1rem !important
}


