body {
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
    background-color: #f6f4f1;
    font-family: "onest", sans-serif;
}
body::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

body::-webkit-scrollbar-thumb {
    background-color: #072573;
    border-radius: 4px;
}

body::-webkit-scrollbar-track {
    background-color: #fff;
}
#file-list, #result-view{
    scrollbar-color: #072573 #fff;
    scrollbar-width: thin;
}
.table-resp {
    scrollbar-color: #072573 #fff;
    scrollbar-width: thin;
}

.method1 li {
    position: relative;
    padding: 10px;
    background: linear-gradient(white, white) padding-box,
        linear-gradient(180deg, #968864, #000000) border-box;
    border: 0.5px solid transparent;
    border-radius: 8px;
}
.logo {
    width: 150px !important;
}
.richtext ul,
.richtext ol {
    list-style-type: disc;
    list-style-position: inside;
    margin:10px 0px;
}
.richtext h1{
    font-size: 3rem;
    font-weight: 600;
    margin: 10px 0px;
}
.richtext h2{
    font-size: 2rem;
    font-weight: 600;
    margin: 10px 0px;
}
.richtext h3{
    font-size: 1.5rem;
    font-weight: 600;
    margin: 10px 0px;
}
.richtext p{
    font-size: 1rem;
    font-weight: 400;
}

.drag-over {
    border-color: #14AE5C !important;
    background-color: #f0fff4 !important;
}