:root{--primary:#f5b41c;--secondary:rgb(255,245,228);--light-grey:#fafafc;--grey:rgb(116,126,116);--cold-grey:#ecedefff;--dark:#0f142d}.page-container{height:fit-content}.main-container{min-width:1000px}.page-headline{display:flex;flex-direction:row;justify-content:space-between}.page-title{font-weight:700;font-size:2em}.headline-button{padding:.5em 1em;border-radius:.3em;font-weight:500}.add-new-button{background-color:#333;color:#fff}.save-button{background-color:#fff}.card-container{display:flex;flex-direction:row;flex-wrap:wrap;align-items:stretch;gap:1em}.grid-cols{display:grid;grid-template-rows:repeat(auto-fill,auto-fill);grid-row-gap:.5em;grid-column-gap:1em;grid-auto-flow:row}.grid-cols-2{grid-template-columns:repeat(2,minmax(calc(50% - 1em),50%))}.grid-cols-3{grid-template-columns:repeat(3,minmax(250px,1fr))}.label{font-weight:200;letter-spacing:.05em}.label,.value{padding:.3em 0}.value{width:100%}.column{display:flex;flex-direction:column;gap:.5em}.horizontal-divider{height:1px;background:#f5f5f5;width:100%;display:block}.note{font-size:.9em;font-weight:200;font-style:italic;color:var(--grey)}.table-container{width:100%;overflow-x:scroll}.quill{height:fit-content;background:#fcfcfc}.ql-snow,.ql-toolbar{position:sticky}.ql-toolbar{background:#fff;z-index:100}.ql-container{z-index:10;border:none!important;transform:translateY(-4em)}.ql-editor{margin-top:4em}.ql-editor td{border:1px solid #aaa!important}.ql-table-properties-form{z-index:200}.ql-table-better{width:100%!important}.ql-table-better td{border:1px solid #ccc;padding:.2em}.ql-cell-focused:after{background:none!important}.content-container ol>li[data-list=bullet]{list-style-type:disc}input{width:100%;border:1px solid #ccc}.flex-50{width:50%}.flex-70{width:calc(70% - .5em)}.flex-30{width:calc(30% - .5em)}.tool-button{color:var(--primary);font-weight:700;cursor:pointer}.check-box{width:1em;height:1em;border:1px solid var(--grey)}.edit-button{background:var(--secondary);color:var(--primary)}.cancel-button,.edit-button{padding:.2em .5em;font-size:.8em}.cancel-button{background:var(--light-grey);color:#333}.chart-canvas{height:60vh}.tags{border-bottom:1px solid #333;overflow-y:scroll}.tag{width:fit-content;padding:.5em 1em .3em;border-bottom:2px solid transparent;font-size:1.1em;min-width:fit-content}.active-tag{border-bottom:2px solid #333;font-weight:700;background:var(--secondary)}table{border-collapse:collapse}th{border-bottom:2px solid#333}td,th{padding:.5em}tbody tr:hover{background:var(--secondary)}.right{text-align:right}.relative{position:relative}.chart-canvas-container{max-height:100vh}.chart-canvas{min-height:30vh!important;max-height:50vh!important;width:100%!important}@media (max-width:862px){.grid-cols-3{grid-template-columns:repeat(2,minmax(250px,1fr))}}@media (max-width:600px){.flex-30,.flex-50,.flex-70,.main,.side{width:100%;max-width:100%;min-width:100%}.grid-cols-3{grid-template-columns:repeat(1,minmax(250px,1fr))}.main-container{min-width:100%}}body,html{padding:0;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}a{color:var(--primary);text-decoration:none}.underline{text-decoration:underline}*{box-sizing:border-box;min-width:0;transition:all .05s ease-in-out}.session{background:#fff;padding:1em;border-radius:.5em;box-shadow:0 5px 2px #eaeaea}.action-button{color:#ecedefff;border-radius:2em;padding:.4em 1.5em;background-color:var(--dark);text-align:center;width:fit-content;font-weight:400}.bg-grey{background-color:#dedcdc;color:#868585}.bg-primary{background-color:var(--primary);color:#fff}.bg-black{background-color:var(--dark);color:#fff}.bg-light-pink{background-color:var(--secondary)}.bg-light-grey{background-color:var(--light-grey)}.color-primary{color:var(--primary)}.color-grey{color:#868585}.pointer{cursor:pointer}.flex{display:flex;gap:.8em}.align-center{align-items:center}.align-start{align-items:start}.align-end{align-items:end}.row{display:flex;flex-direction:row;gap:.8em}.row-reverse{display:flex;flex-direction:row-reverse;gap:.5em}.space-between{justify-content:space-between}input,textarea{padding:.5em .8em;border:1px solid #ccc}.hide{display:none}.full-width{width:100%}.description{font-weight:200;letter-spacing:.3px;line-height:150%}.bold{font-weight:700}.session-title{font-weight:400;font-size:large;text-transform:uppercase;color:#868585}.hightlight{padding:.2em .5em;width:fit-content}.break-all{word-wrap:break-word;word-break:break-all;white-space:pre-wrap}.flex-wrap{flex-wrap:wrap}img{width:100%}.text-center{text-align:center}@media (max-width:600px){.flex{flex-direction:column}.flex-50,.main,.side{width:100%}.session{padding:.5em}.row{gap:.5em}}