
.container-main{
    margin: 4vh;
    min-height: calc(100vh - 5vh - 2 * 4vh - 2px);
}
.settings {
    display: none;
}
.tsd-sources {
    display: none;
}
footer {
    display: none;
}
.col-content{
    border-radius: 1vw;
    border: 1px solid #dc9da6;
    padding: 1vw;
    margin-top: 0;
    background-color: #ffffff;
}
body{
    background-color: #fefcfc;
    color: #181014;
}
.tsd-page-toolbar{
    background-color: #fefcfc;
    border-bottom: 1px solid #dc9da6;

    .tsd-toolbar-contents{
        height: 5vh;

        a.title{
            display: block;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            height: 4vh;
            width: 4vh;
            padding-top: 5vh;
            overflow: hidden;
            background: #fefcfc url(https://hapiboo.com/hapiboo_logo.webp) no-repeat;
            background-size: contain;
            background-position-y: 0.5vh;
        }
    }
}
.tsd-breadcrumb a{
    color: #3C5233;
    font-weight: 700;
}
.tsd-signature {
    border-radius: 0.5vw;
    border: 1px solid #3C5233;
    background-color: #f9fef2;
}
.tsd-signatures .tsd-signature {
    border-radius: 0.5vw;
    border: 1px solid #3C5233;
    background-color: #f9fef2;
}
.tsd-index-panel{
    display: none;
}
a {
    color: #3C5233;
}
.tsd-kind-call-signature{
    color: #861657;
    font-weight: 500;
}
.tsd-kind-parameter{
    color: #1A535C;
    font-weight: 300;
}
.tsd-kind-interface{
    color: #FF6B6B;
    font-weight: 400;
}
.tsd-signature-keyword{
    color: #7A6600;
    font-weight: 400;
}
.tsd-kind-constructor-signature{
    color: #861657;
    font-weight: 500;
}
