html {
    overflow-y: scroll;
    scrollbar-gutter: stable both !important;
}

/*
.left-menu-padding {
    padding-left: 14rem;
} */

#processing {
    background: rgba(0, 0, 0, .5);
    z-index: 10000;
}

.choices__inner {
    background-color: #fff;
}

.form-label {
    font-weight: 600 !important;
}


.layout-boxed {
    /* --tblr-theme-boxed-width: 1200px !important; */
    background: #F2F2F2 !important;

}

.layout-boxed .page {
    border: none !important;
}

.layout-boxed .page-wrapper {
    /* background: white !important; */
    background: #F2F2F2 !important;
    border: none !important;

}

.card {
    border: none !important;
}

.markdown {
    color: black !important;
    font-size: 16px !important;
}

.markdown h1 {
    border-bottom: 3px solid black;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.markdown h2 {
    border-bottom: 2px solid black;
}

pre, .copy-target {
    position: relative;
}

pre code, .copy-target {
    display: block;
    overflow: auto;
}

.copy-button {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    margin: 0 auto;
    padding: 0 1em;
    height: 24px;
    border: none;
    line-height: 1;
    font-weight: bold;
    background: #666;
    color: #fff;
    cursor: pointer;
}

.copy-button:hover {
    background: #999
}
