﻿.documentation-content {
    background-color: white;
    display: flex;
    position: relative;
    justify-content: flex-end;
    padding: 0;
}

.doc-sect {
    padding: 1em;
    flex-direction: column;
    width: 90%;
}

.local-link {
    text-decoration: underline dotted;
}
/* default look*/
.burger-btn {
    border: none;
    box-shadow: none;
    margin: 0.01em;
    display: block;
    text-align: center;
    padding: 1em;
    line-height: 0px;
    border-radius: 3px;
}
    .burger-btn:focus{
        outline: none;
    }

    .navi-item {
        padding: 0.4em;
    }




.navi-content.hide {
    display: none;
}

.side-navi {
    position: fixed;
    width: 16rem;
    top: 4em;
    left: 1em;
    padding: 3em 0.7em 2em 0.7em;
    background: radial-gradient(white, rgba(245, 245, 245, 0.95));
    z-index: 1000;
    overflow-x: hidden;
    border-radius: 3px;
    transition: 0.5s;
    box-shadow: 4.2px 8.3px 8.3px hsl(0deg 0% 0% / 0.37);
}
    .side-navi a {
        color: inherit;
        font-size: 1.02em;
    }

    .side-navi.collapse-menu {
        position: fixed;
        top: 8em;
        left: 1.5em;
        min-width: 3em;
        width: 3em;
        overflow-x: hidden;
        overflow-y: hidden;
        padding-top: 2em;
        padding-bottom: 1em;
    }
    .burger-btn {
        
        color: inherit;
        display: block;
        position: absolute;
        right: 0;
        top: 0;
    }

        .burger-btn:hover {
            color: gray; 
        }

    .navi-ol {
        
        padding-left: 1em;
    }


.prefomated {
    display: inline-block;
    /*background-color: #deeaee;*/
    background-color: #f5f5f2;
    font-family: 'Courier New';
    font-weight: bolder;
    border-radius: 3px;
    padding: 0 0.2em 0 0.2em;
}

.text-section {
    margin-top: 3em;
}
tt{
    
}

.prefomated.url {
    padding: 1em;
    width: 100%;
}
/*code tag for XML samlpes*/
.prefomated.code-area {
    display: block;
    color: inherit;
    margin-top: 1em;
    padding-top: 1em;
    padding-left: 1em;
    width: 100%;
    text-align: left;
    border: none;
    resize: none;
}