html, body{
    padding:0;
    margin:0;
    font-size: 14px;
    height: 100%;
}

body{
    margin: 0;
    padding: 0;
    font-family: "Inter", sans-serif !important;
    font-size: 14px;
    line-height: 18px;
    color: rgba(0, 0, 0, .87);
    font-smoothing: antialiased;
}

#page {
    width: 100%;
    height: 100%;
    background: #fff;
}

#page > #header {
    background: #fff;
    height: 60px;
    display: block;
    padding: 8px 32px;
    position: relative;
}

#page > #header .main,#page > #header .side {
    height: 100%;
}

#page > #header .main img {
    width: 36px;
}

#page > #header .main .title {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    font-weight: 500;
}

#page > #header .main {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
}

#body {
    background: #f9fafb;
    height: calc(100% - 60px);
    width: 100%;
    /* overflow: auto; */
    border-top: 4px solid #f3f4f6;
    position: relative;
}

#page > #header .side {
    position: absolute;
    top: 8px;
    right: 32px;
    color: #8C8C8C;
    font-weight: 500;
    height: 100%;
}

#page > #header .side .-version {
    margin-bottom: 6px;
    text-align: right;
    font-size: 14px;
}

#page > #header .side .-info-help {
    display: flex;
    gap: 16px;
    font-size: 13px;
}

#page > #header .side .-info-help .-info:hover, #page > #header .side .-info-help .-help:hover {
    cursor: pointer;
    text-decoration: underline;
}

#body .wrapper {
    position: relative;
    height: 100%;
    padding-left: 32px;
    /* overflow-y: scroll; */
}

#body .wrapper .-left {
    margin-right: 360px;
    padding-top: 32px;
    height: 100%;
    box-sizing: border-box;
    padding-right: 32px;
}

#body .wrapper .-right {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 360px;
    background: #fff;
    border-left: 4px solid #f3f4f6;
    padding-top: 32px;
    box-sizing: border-box;
    padding-left: 32px;
    bottom: 0;
}

.core-fit {
    width: fit-content;
}

#bcanvas .icon-remove::before {
    margin-top: 6px;
}