
html{
    scroll-behavior: smooth;
}
body{
    font-family: "Inter var experimental", "Inter var", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue";
    padding-left: 10px;
    padding-right: 10px;
    margin: auto;
    font-size: 16px;
    line-height: 24px;
}
h3{
    font-size: 32px;
}
h4{
    font-size: 20px;
}
code{
    padding-top: 10px;
}
a{
    text-decoration: inherit;
}
h1{
    text-align: center;
}
.layout{
    display: flex;
    flex-direction: column;
}
.btn{
    background-color: #337373;
}
.response-json{
    background: #f4f5f7;
    max-width: 100%;
    border-radius: 6px;
    display: none;
}
.response-json-user{
    background: #f4f5f7;
    max-width: 100%;
    border-radius: 6px;
    display: none;
}
.response-json-refresh{
    background: #f4f5f7;
    max-width: 100%;
    border-radius: 6px;
    display: none;
}
pre{
    padding: 20px;
}

input:read-only{
    background-color: #eee;
}
.visible{
    display:block;
}

.side-bar{
    z-index: 1;
    padding-top: 72px;
    padding-bottom: 128px;
    width: 272px;
    max-width: 100%;
    opacity: 1;
    visibility: visible;
    box-shadow: none;
    transform: translate(0);
}
.side-bar{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    padding: 32px 32px 96px;
    overflow-x: hidden;
    overflow-y: auto;
    transition: opacity .5s,transform .25s ease;
    background-color: #f7f7f7;
}
.content{
    width: 100%;
    max-width: 1260px;
    margin: 0 auto;
    position: relative;
    padding-left: 272px;
    display:block;
}
.title{
    z-index: 2;
}
.title-text{
    padding-top: 6px;
    padding-bottom: 6px;
    line-height: 20px;
    font-size: 20px;
    font-weight: 700;
}
.link{
    display: block;
    color: black;
}

.home-button{
    color:white
}
.link-text{
    line-height: 20px;
    font-size: 16px;
    font-weight: 500;
}
.active{
    color: #337373;
}
.link:hover{
    color:#30cebb;
}

.line-break{
    background-color: black;
    border-radius: 25px;
    height: 5px;
    width: 99%;
    margin: auto;
}
@media screen and (max-width: 600px) {
    .side-bar {
       display: none;
    }
    .content{
        max-width:none;
        padding-left: 0px;
    }

 }
