html {
    font-family: 'Soleil';
}

[contenteditable] {
    outline: 0px solid transparent;
}

[x-cloak] {
    display: none !important;
}

::-webkit-scrollbar {
    display: none;
}

html,
html * {
    scrollbar-width: none;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    --moz-appearance: textfield;
}

input.input-border-1,
.select.input-border-1 select {
    border: 1px solid black !important;
}

.activated {
    font-weight: 800;
    color: #523c91 !important;
}

.app {
    display: block;
    width: 16em;
    height: 12em;
    border-radius: 1em;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-left: 1em;
    margin-right: 1em;
}

.actions.underlay {
    position: absolute;
    right: .5em;
    width: min-content;
    z-index: 6
}

.actions.underlay .divider {
    color: #ddd;
    vertical-align: top;
}

.actions.underlay .icon:hover {
    background-color: #46d;
    color: #fff !important;
}

.add-app-button.tab {
    color: #fff;
    background-color: var(--color-quaternary);
    font-weight: 700
}

.add-item figure {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px dashed #ccc;
    border-radius: 25px;
}

.add-item:hover figure {
    border: 2px solid var(--color-primary);
    color: var(--color-primary);
    background-color: #ededed;
    cursor: pointer;
}

.add-item:hover label {
    color: var(--color-primary);
    cursor: pointer;
}

.allow-click.icon {
    pointer-events: unset !important;
}

.apps.card .icon,
.apps.card .icon img {
    height: 2em !important;
    width: 2em !important;
}

.apps.card {
    background-color: white;
    position: absolute;
    top: 2em;
    min-width: 30em;
    min-height: 30em;
    padding: 1.2em .5em;
    z-index: 1;
}

.apps .app {
    cursor: pointer;
    width: 4.5em;
    height: 4.5em;
    border-radius: 1.2em;
    padding: .5em;
}

.apps .app:hover {
    background-color: var(--color-quaternary);
}

.apps .app:hover p {
    color: #fff;
    font-weight: bold;
}

.apps .row {
    display: flex;
    justify-content: space-around;
}

.app-icons a.app-icon {
    color: var(--foreground-color-1) !important;
}

.assignee.icon {
    border: 1px dashed #ddd;
    border-radius: 25px;
}

.assignee.icon:hover {
    border: 1px solid var(--color-primary);
}

.assignee.icon:hover i {
    color: var(--color-primary) !important;
}

.avatar {
    border-radius: 50% !important;
}

.avatar.initials {
    border: 2px solid #5557bb;
    border-radius: 25px;
    font-weight: bolder;
    font-size: .6em;
}

.avatars section {
    border-bottom: 1px solid #eee;
    padding: .5em;
}

.avatars section:hover {
    background-color: #ddd;
}

.avatar.circle img {
    border-radius: 50%;
}

.avatar.initials {
    border: 2px solid #5557bb;
    border-radius: 25px;
    font-weight: bolder;
    font-size: .6em;
}

.avatar.h-24 {
    height: 2em;
    width: 2em;
}

.active-menu {
    font-weight: 800;
    color: var(--color-tertiary);
}

.active-room-button {
    width: 10em;
}

.active-room-button .clip-text {
    width: 4em;
    overflow: hidden;
    text-overflow: ellipsis;
}

.activated {
    border-radius: .5em;
}

.activated .help {
    color: #555;
}

.align-middle {
    display: flex;
    align-items: center;
}

.always-color-light {
    color: #111 !important;
}

.always-color-dark {
    color: #fff !important;
}

.always-color-carton {
    color: #000 !important;
}

.background-comfort {
    background-color: var(--bg-comfort);
    border-radius: .4em;
}

.background-comfort:hover {
    background-color: var(--bg-solace);
    cursor: pointer;
    color: black;
}

.background-comfort.no-solace:hover {
    background-color: var(--bg-comfort);
}

.border-top-dotted {
    border-top: 1px dotted #ddd;
}

.badge {
    border-radius: .5em;
    font-size: .7em;
    color: white;
    background-color: var(--color-centenary);
}

.badge.mention {
    background-color: var(--color-danger);
}

.background-light,
.bg-light {
    background-color: var(--color-light) !important;
}

.background-white,
.bg-white {
    background-color: var(--color-white) !important;
}

.background-milk,
.bg-milk {
    background-color: var(--color-milk);
}

.bg-centenary {
    background-color: var(--color-centenary);
}

.bg-1 {
    background-color: var(--color-bg-1);
}

.bg-2 {
    background-color: var(--color-bg-2);
}

.bg-color {
    background-color: var(--bg-color) !important;
}

.bg-color-inherited {
    background-color: var(--color-root) !important;
}

.bg-color-inherited thead {
    background-color: var(--color-root) !important;
}

.bg-color-primary {
    background-color: var(--color-primary);
}

.bg-comfort {
    background-color: var(--bg-comfort) !important;
}

.bg-custom-primary {
    background-color: var(--color-custom-primary);
}

.bg-light {
    background-color: var(--color-light);
}

.bg-polka {
    background-color: #e5e5f7;
    opacity: 0.8;
    background-image: radial-gradient(#444cf7 0.5px, transparent 0.5px), radial-gradient(#444cf7 0.5px, #e5e5f7 0.5px);
    background-size: 20px 20px;
    background-position: 0 0, 10px 10px;
}

.bg-pyramidal {
    background-color: #f5f5f7;
    background-image:
        linear-gradient(45deg, #6a5acd 25%, transparent 25%),
        linear-gradient(135deg, #6a5acd 25%, transparent 25%),
        linear-gradient(225deg, #6a5acd 25%, transparent 25%),
        linear-gradient(315deg, #6a5acd 25%, transparent 25%);
    background-position: 10px 0, 10px 0, 0 0, 0 0;
    background-size: 20px 20px;
    background-repeat: repeat;
}

.bg-triangular {
    background-color: #f5f5f7;
    background-image:
        linear-gradient(60deg, #5557bb 25%, transparent 25%),
        linear-gradient(120deg, #5557bb 25%, transparent 25%);
    background-size: 40px 40px;
    background-repeat: repeat;
}

.bg-pyramid-gradient {
    background: linear-gradient(135deg, #6a5acd 25%, transparent 25%) -10px 0,
        linear-gradient(225deg, #6a5acd 25%, transparent 25%) -10px 0,
        linear-gradient(315deg, #5557bb 25%, transparent 25%),
        linear-gradient(45deg, #5557bb 25%, transparent 25%);
    background-size: 20px 20px;
    background-color: #f5f5f7;
}

.bg-solace {
    background-color: var(--bg-solace) !important;
}

.bg-solight {
    background-color: #f9f9f9 !important;
    box-shadow: none;
}

.bg-root,
.background-root {
    background-color: var(--color-bg) !important;
}

.bodied {
    height: 100vh;
    overflow-y: scroll;
    background-color: #f0f0f0 !important
}

body.background {
    height: 100vh;
    overflow: hidden;
    background-image: url(../assets/imgs/background.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

body.background.card.transparent {
    background-color: #ffffff99;
}

.bodied nav#navbar {
    background-color: #f0f0f0 !important;
}

.border-radius-0 {
    border-radius: 0;
}

.border-radius-2,
.border-radius-md,
.radius-md {
    border-radius: .5em !important;
}

.border-zero {
    border: 0;
}

.borders {
    border: 1px solid;
}

.border-bottom-0,
.border-bottom-0.tabs ul {
    border-bottom: 0 !important;
}

.border-bottom-dotted {
    border-bottom: 1px dotted var(--color-border);
}

.border-bottom-solid {
    border-bottom: 1px solid var(--color-border);
}

.border-bottom-1 {
    border-bottom: 1px solid;
}

.borders.light-1 {
    border-width: 1px;
    border-color: #dedede;
}

.border-top-1 {
    border-top: 1px solid;
}

.border-dashed-1 {
    border: 1px dashed var(--color-border);
}

.border-left-dotted-1 {
    border-left: 1px dotted var(--color-dotted);
}

.border-dotted-y {
    border-top: 1px dotted var(--color-dotted);
    border-bottom: 1px dotted var(--color-dotted);
}

.border-dotted-bottom {
    border-bottom: 1px dotted var(--color-dotted);
}

.border-dotted-top {
    border-top: 1px dotted var(--color-dotted) !important;
}

.border-left-radius-25 {
    border-top-left-radius: 25px !important;
    border-bottom-left-radius: 25px !important;
}

.border-right-dotted-1 {
    border-right: 1px dotted var(--color-dotted);
}

.border-right-radius-25 {
    border-top-right-radius: 25px !important;
    border-bottom-right-radius: 25px !important;
}

.borderless-quill .ql-toolbar.ql-snow {
    background-color: #e5eeec;
    color: #000;
    border-radius: 3em;
    border: none !important;
}

.borderless-quill .ql-container.ql-snow {
    border: none !important;
    font-size: 1em;
}

.borderless-quill.full-background .ql-toolbar.ql-snow {
    background-color: #e8e8e8;
    border-radius: 0;
}

.bottom-dashed-1 {
    border-bottom: 1px dashed var(--color-border);
}

.breadcrumb li a {
    color: #000;
}

.flat {
    border: none !important;
    box-shadow: none;
    outline: none;
}

.transparent {
    background-color: transparent !important;
}

.button {
    border-radius: 2px;
    border: none;
    font-weight: 700;
    font-family: 'Soleil';
    font-weight: 400;
}

.button.round,
a.button.round {
    border-radius: 50px;
}

.button.outlined,
a.button.outlined {
    background-color: transparent !important;
    border: 2px solid;
}

.button.outlined.secondary,
a.button.outlined {
    border-color: var(--color-secondary);
    color: var(--color-secondary) !important;
}

.button.outlined.secondary:hover {
    background-color: var(--color-secondary) !important;
    color: #fff !important;
}

.button.outlined.tertiary,
a.button.outlined {
    border-color: var(--color-tertiary);
    color: var(--color-tertiary) !important;
}

.button.outlined.tertiary:hover {
    background-color: var(--color-tertiary) !important;
    color: #fff !important;
}

.button.outlined.quaternary,
a.button.outlined {
    border-color: var(--color-quaternary);
    color: var(--color-quaternary) !important;
}

.button.outlined.quaternary:hover {
    background-color: var(--color-quaternary) !important;
    color: #fff !important;
}

.button.danger {
    background-color: var(--color-danger) !important;
    color: #fff !important;
}

.bubble {
    width: 864px;
    height: 864px;
    background: radial-gradient(50% 50% at 50% 50%, rgba(217, 217, 217, 0.3) 0%, rgba(217, 217, 217, 0) 100%);
}

.button.flat {
    outline: none;
    border: none;
    border-radius: 0 !important;
}

.button.is-frameless,
button.is-frameless {
    background-color: transparent;
    border: none;
    max-height: 12px;
    outline: none;
}

.button.large {
    padding: 1.5em 3em;
    font-weight: 900;
}

.button.dangerous,
.button.is-dangerous {
    background-color: var(--color-dangerous) !important;
    color: #fff;
}

.button.light,
.button.is-light {
    background-color: var(--color-light) !important;
}

.button.milk,
.button.is-milk {
    background-color: var(--color-milk) !important;
}

.button.primary,
.button.is-primary {
    background-color: var(--color-primary) !important;
    color: white;
    border: none;
    border-radius: 0;
}

.button.primary.small {
    padding: .3em .7em;
    font-size: .9em;
    height: 2em;
}

.button.primary:hover {
    background-color: var(--color-primary-lighter);
    color: white;
}

.button.secondary,
.button.is-secondary {
    background-color: var(--color-secondary) !important;
    color: white;
}

.button.secondary:hover {
    background-color: var(--color-secondary);
    opacity: .8;
    color: white;
}

.button.tertiary,
.button.is-tertiary {
    background-color: var(--color-tertiary) !important;
    color: white;
}

.button.tertiary:disabled,
.button.is-tertiary:disabled {
    color: #777 !important;
}

.button.tertiary.third {
    background-color: #dfdbe5 !important;
    color: #555;
}

.button.tertiary.third:hover {
    color: #111;
}

.button.tertiary:hover {
    background-color: var(--color-tertiary);
    opacity: .8;
    color: white;
}

.button.quaternary {
    background-color: var(--color-quaternary) !important;
    color: #fff;
}

.button.quinary {
    background-color: var(--color-quinary) !important;
    color: #fff;
}

.button.denary {
    background-color: var(--color-offbody);
    color: var(--color-fg);
}

.button.senary {
    background-color: var(--color-senary) !important;
    color: #fff;
}

.button.septenary {
    background-color: var(--color-septanary) !important;
    color: #e1e1e1;
}

.button.transparent {
    background-color: transparent !important;
}


.capitalize {
    text-transform: capitalize;
}

.card.alert {
    border-radius: 0;
    box-shadow: none;
}

.card.dependencies {
    min-width: 15em;
}

.card.dependencies .dependency {
    border-bottom: 1px solid #eee;
    padding: .5em;
}

.card.dependencies .dependency:hover {
    font-weight: bold;
    border-bottom: 1px solid #248f8b;
}

.card.ticket {
    border-left: 2px solid var(--color-sticky-red);
    background-color: var(--color-comfort);
}

.card.transparent {
    background-color: #ffffffd9 !important;
}

.card.transparent input.colored {
    background-olor: #ffffff99 !important;
    border: 1px solid #000 !important;
    color: #000 !important;
}

.cardview-section:not(:first-child) {
    border-left: 1px solid #bbb !important;
    padding-left: 1.5em;
    margin-left: 1em;
}

.cardview-section {
    width: 15em;
}

.cardable .card .avatar img {
    border: 2px solid var(--color-quaternary);
}

.cardable .card>* {
    display: inline-block;
}

.cardable .highlight {
    border-top: 1px solid var(--color-secondary);
    border-bottom: 1px solid var(--color-secondary);
    background-color: var(--color-sticky-green);
}

.card-terminal,
.card-terminal * {
    background-color: #000;
    color: #fff;
}

.cdx-block {
    max-width: 100% !important;
}

.ce-block__content,
.ce-toolbar__content {
    max-width: calc(100% - 80px) !important;
}

.checkbox-md {
    height: 1.5em;
    width: 1.5em;
}

.checkbox-sm {
    height: 1em;
    width: 1em;
}

.child-border-right:not(:last-child) {
    border-right: 1px dotted var(--color-border);
}

.child-border-right .menu>p {
    background-color: #eee;
    font-weight: 500;
    margin-bottom: .4em;
    font-size: .9em;
    padding: .3em .9em;
}

.child-border-right .menu>p:hover {
    background-color: var(--color-border);
    cursor: pointer;
}

.child-border-right .menu>p.active {
    background-color: var(--color-tertiary);
    color: var(--color-white);
}

.clickable {
    cursor: pointer;
}

.clickable:hover {
    color: #1f62dd;
}

.clickable.icon {
    color: var(--color-grey);
    margin: auto;
}

.clickable.icon>span {
    cursor: pointer;
    pointer-events: all;
}

.clickable.icon.active {
    color: #000000;
    font-size: .9em !important;
}

.clipped {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.collaboratory img {
    height: 24px;
    border-radius: 50%;
    margin-right: .5em;
}

.color-black {
    color: #000;
}

.color-danger {
    color: var(--color-danger);
}

.color-grey,
.color-light {
    color: var(--color-grey);
}

.color-white {
    color: #fff !important;
}

.color-primary {
    color: var(--color-primary) !important;
}

.color-secondary {
    color: var(--color-secondary) !important;
}

.color-tertiary {
    color: var(--color-tertiary) !important;
}

.color-tertiary-popping {
    color: var(--color-tertiary-popping);
}

.color-quaternary {
    color: var(--color-quaternary) !important;
}

.color-root {
    color: var(--color-root);
}

.column-headers {
    z-index: 2;
}

.completed-deliverable {
    background-color: #f7f7f7 !important;
    color: #9ccab4;
}

.completed-deliverable .input,
.completed-deliverable .tag {
    color: inherit;
}

.contacts-border-right {
    border-right: 1px solid #ccc;
}

.contact-details {
    border-bottom: 1px solid #ccc;
}

.container .easel {
    overflow-y: scroll;
    height: 85vh;
    scrollbar-width: none;
    overflow-x: hidden
}

.conversations {
    background-color: #f7f7f7 !important;
    padding: 1em;
}

.conversations .conversation {
    display: flex;
}

.conversations .conversation:not(:last-child) {
    margin-bottom: 2.5em;
}

.conversations .conversation .attachment {
    cursor: pointer;
    background-color: var(--color-light-blue);
    padding: .5em;
    text-wrap: nowrap;
    display: inline-block;
    margin-bottom: .5em;
    margin-right: .5em;
}

.conversations .conversation .attachment * {
    vertical-align: middle;
}

.conversations .conversation .attachment .description {
    color: var(--color-centenary);
    font-weight: 600;
    font-size: .9em;
    text-wrap: nowrap;
}

.conversations .conversation .attachment img {
    width: 1em;
    height: 1em;
}

.conversations .conversation .thumbnail {
    width: 2.4em;
    height: 2.4em;
    margin-right: 1em;
    position: relative;
    top: .3em;
}

.conversations .conversation .timestamp {
    color: var(--color-border);
}

.cool-gradient {
    background-image: linear-gradient(140deg, #EADEDB 0%, #BC70A4 50%, #BFD641 75%);
}

.create-new-post .writer .ql-editor {
    width: 100% !important;
}

.dependency.tag {
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}

.details .detail {
    display: flex;
    border-top: 1px solid var(--color-border);
}

.details .detail:last-child {
    border-bottom: 1px solid var(--color-border);
}

.details .detail .label {
    width: 10em;
    font-size: var(--paragraph);
    vertical-align: middle;
    margin-bottom: 0;
    padding: .3em 0em;
}

.details .detail .value {
    font-size: var(--paragraph);
    vertical-align: middle;
    margin-bottom: 0;
    padding: .3em 0em;
}

.direction-rtl {
    direction: rtl;
}

.disabled {
    pointer-events: none;
    opacity: 50%;
}

.divider {
    margin: .3em 0;
}

.divider.main {
    background-color: #8f8f8f;
}

.divider.light {
    background-color: #dadada;
}

div.select.transparent select {
    background-color: transparent;
}

div.select.flat select {
    border: none;
    outline: none;
    box-shadow: none;
}

.data-view-banner {
    background-image: linear-gradient(140deg, #372c29 0%, #431c36 50%, #1f2306 75%);
    border-radius: 1em;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 4em;
}

.data-view-banner .heading {
    position: relative;
    font-weight: 900;
    font-size: 1.2em;
    color: var(--color-custom-light);
}

.data-view-banner .buttons {
    position: absolute;
    bottom: -2.4em;
}

.data-view-fields {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.data-view-fields.stacked {
    flex-direction: column;
}

.data-view-fields .data-view-field,
.data-view-field {
    background-color: var(--color-background-shadow);
    padding: .5em;
    border-radius: .5em;
    font-weight: 600;
    width: 100%;
}

.data-view-field input.input.is-transparent {
    background-color: transparent;
    outline: none;
    box-shadow: none;
    border: none;
    height: auto;
    font-weight: 500;
    font-size: 1em;
}

.data-view-field .field-icon {
    color: var(--foreground-color-1) !important;
}

.data-view-field .hover-buttons {
    position: absolute;
    top: 2.6em;
    left: 0;
    z-index: 2;
}

.data-view-field .hover-buttons .button {
    box-shadow: 0 3px 8px 0px #1f230628;
}

.data-view-field:not(:first-child) {
    margin-left: .5em;
}

.data-view-field.background-comfort {
    background-color: var(--bg-comfort);
}

.data-view-floating.card {
    max-height: 30em;
    overflow: hidden;
}

.data-view-floating.card .memos {
    max-height: 16.5em;
}

.data-view-note {
    background-color: #e6e0e0;
    padding: .5em;
    border-radius: .3em;
    margin-bottom: .4em;
    padding-right: 2em;
}

.datepicker .datepicker-picker,
.form-dropcard {
    background-color: #e7e6e9;
    border: none;
    outline: none;
    box-shadow: none;
}

.datepicker .dow {
    color: #824779;
    font-size: 0.9rem;
}

.datepicker .datepicker-cell.day {
    font-size: 0.9rem;
    color: var(--color-primary);
}

.datepicker .datepicker-cell.day.focused {
    background-color: #cfd7e3;
}

.datepicker .datepicker-cell.day:hover {
    color: #fff;
    background-color: var(--color-tertiary);
}

.datepicker .datepicker-cell.day.next,
.datepicker .datepicker-cell.day.prev {
    color: #ccc;
    pointer-events: none;
}

.datepicker .datepicker-controls {
    background-color: var(--color-tertiary);
}

.datepicker .datepicker-controls .button {
    background-color: transparent;
    color: #fff;
}

.datepicker .datepicker-controls .button:hover {
    background-color: transparent;
}

.details-card {
    background: linear-gradient(135deg, #5e433c 0%, #764ba2 100%);
    color: white;
    margin-bottom: 2rem;
}

.details-card .title,
.details-card .subtitle {
    color: white !important;
}

.details-card .button.is-white {
    background-color: rgba(255, 255, 255, 0.9);
    border: none;
    transition: all 0.2s ease;
}

.details-card .button.is-white:hover {
    background-color: white;
    transform: translateY(-1px);
}

.details-card .round-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 2.5rem;
    border: 3px solid rgba(255, 255, 255, 0.3);
}

.disabled-menu {
    pointer-events: none;
    opacity: 0.5;
}

.feed-banner {
    position: sticky;
    top: 0;
    background-color: inherit !important;
    background-color: var(--color-offbody) !important;
}

.form-dropcard .search-input {
    background-color: var(--color-tertiary);
    color: #fff;
}

.form-dropcard .search-input::placeholder {
    color: #fff !important;
}

.form-field-divider {
    background-color: #ddd;
    margin: .5em 0 !important;
}

.emojimart {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.emojinside em-emoji-picker {
    position: absolute;
}

.grid-background {
    margin: -2px;
    opacity: 0.8;
    background-image: linear-gradient(#d3d3d3 1px, transparent 1px), linear-gradient(to right, #d3d3d3 1px, #eee 1px);
    background-size: 20px 20px;
}

.highlighted {
    color: var(--color-tertiary-popping) !important;
}

.hoverable:hover {
    color: var(--color-primary);
    cursor: pointer;
}

.hoverable.go-white:hover {
    color: #fff !important;
}

.hoverable.centenary:hover {
    background-color: var(--color-centenary) !important;
    color: #fff !important;
}

.hoverable.secondary:hover {
    background-color: var(--color-secondary) !important;
    color: #fff !important;
}

.hoverable.tertiary:hover {
    background-color: var(--color-tertiary) !important;
    color: #fff !important;
}

.hoverable.quaternary:hover {
    background-color: var(--color-quaternary) !important;
    color: #fff !important;
}

.hoverable.primary:hover {
    background-color: var(--color-primary);
    color: #fff !important;
}

a.hover-color-black:hover,
.hover-color-black:hover {
    color: #000 !important;
}

.fields.columns {
    margin-bottom: 0;
}

.fields .field .input,
.fields .field textarea {
    font-size: var(--paragraph);
    border-radius: 0;
    border: 1px solid var(--color-border-dark);
}

.fields .search-results-card {
    top: 2.2em !important;
    border: 1px dotted #ccc;
    border-radius: 0;
    background-color: var(--background-color-3) !important;
}

.filters {
    display: flex;
}

.filters .filter {
    display: flex;
    align-items: center;
}

.filters .filter:not(:last-child) {
    margin-right: 1em;
    border-right: 1px solid #ccc;
}

.filters .filter:not(:first-child) {
    margin-left: 1em;
}

.flex-direction-column {
    flex-direction: column;
}

.flex-grow-2 {
    flex-grow: 2;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.font-chango {
    font-family: 'Chango';
}

.font-fredoka {
    font-family: 'Fredoka';
}

.font-inria-sans {
    font-family: 'Inria Sans';
}

.font-averia {
    font-family: 'Averia Serif Libre';
}

.font-lato {
    font-family: 'Lato';
}

.font-serrat {
    font-family: 'Montserrat';
}

.font-soleil {
    font-family: 'Soleil';
}

.form .fields {
    border-bottom: 1px solid var(--color-border);
    display: flex;
    align-items: center;
}

.form .fields.no-flex {
    display: block;
}

.form .fields.no-flex .field {
    height: auto;
    display: block;
}

.form .label+template+.fields {
    border-top: 1px solid var(--color-border) !important;
}

.form .fields .field {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    height: 2.2em;
}

.form .fields .field label {
    margin-bottom: 0;
    font-weight: 600;
    font-size: .9em;
    text-wrap: nowrap;
    margin-right: .5em;
}

.form .fields .field .control {
    flex-grow: 2;
}

.form .fields .field:not(:last-child) {
    border-right: 1px solid var(--color-border);
}

.form .fields .field:not(:first-child) {
    padding-left: .5em;
}

.form .fields .field input,
.form .fields .field select {
    border: none !important;
    outline: none;
    box-shadow: none;
    width: 100%;
    background: transparent;
}

.form .fields .text-hint {
    position: absolute;
    bottom: 0;
    right: .3em;
    color: #dedede;
}

.formative .input .ql-editor {
    width: 100%;
    height: 100%;
}

.formanot:first-child {
    border-top: 1px solid var(--color-border);
}

.formanot {
    border-bottom: 1px solid var(--color-border);
    padding-top: .2em;
}

.forge {
    background-color: #eceded;
}

.forge hr.hr {
    margin-top: .2em;
    margin-bottom: .8em;
    background-color: #e7e7e7;
    height: 1px;
}

.forge .tip .statement {
    color: #96adad;
}

.forge .field label {
    color: #000;
}

.forge .field .hint {
    font-size: .7em;
    position: relative;
    top: -3px;
    display: flex;
    justify-content: space-between;
}

.forge .field .hint span:first-child {
    color: #644a64;
}

.forge .field .hint span:last-child {
    color: #ccc;
}

.forge .field .input {
    border: none;
    box-shadow: none;
    border-bottom: 1.8px solid #d9d1d8;
}

.forge .field .input:focus {
    border-bottom-color: #52aca0;
}

.forge .field .input.error {
    border-bottom-color: #b15050;
}

hr.underline {
    margin-top: .2em;
    margin-bottom: .8em;
    background-color: #5e5e5e;
    height: 4px;
}

hr.underline.secondary {
    background-color: var(--color-secondary);
}

hr.underline.quaternary {
    background-color: var(--color-quaternary);
}

.h-2em {
    height: 2em !important;
}

.has-background-business {
    background-color: #07d0cd !important;
    color: #fff !important;
}

.has-background-enterprise {
    background-color: #0729d0 !important;
    color: #fff !important;
}

.has-background-free {
    background-color: #333 !important;
    color: #fff !important;
}

.has-background-premium,
.has-background-crimson {
    background-color: #9b1090 !important;
    color: #fff !important;
}

.has-background-business {
    background-color: #cad007 !important;
    color: #fff !important;
}

.has-text-brick {
    color: #9f9d23 !important;
}

.has-text-crimson {
    color: #9b1090 !important;
}

.head-info-icon {
    height: 1em;
    width: 1em;
    box-sizing: content-box;
    padding: 0.4em;
    background-color: #535378;
    color: white;
    border-radius: 50%;
    margin-right: .5em;
    cursor: pointer;
}

.height-100 {
    height: 100%;
}

.help.spaced p {
    margin-bottom: .7em;
}

.highlightable:hover {
    background-color: #ccc;
    cursor: pointer;
}

.horizontal-center {
    display: flex;
    height: 1.5rem;
    width: 1.5rem;
    align-items: center;
}

.horizontal-divider {
    border-left: 1px solid #ccc !important;
    margin-left: .5em;
    margin-right: .5em;
}

.hospital-banner {
    background-image: url(/public/assets/imgs/northern-lights.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.hover-primary:hover {
    color: var(--color-primary) !important;
}

.hover-secondary:hover {
    color: var(--color-secondary) !important;
}

.hoverable-tertiary-light:hover,
.hover-tertiary:hover {
    background-color: #883A6910;
}

.icon.action {
    color: #333;
}

.icon.action:hover {
    cursor: pointer;
    color: #2e69c0;
}

.icon-thumbnail {
    background-color: var(--color-tertiary);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon .material-symbols-rounded.small {
    font-size: 1.2rem;
}

.image .is-rounded.is-bordered {
    border: 2px solid #248f8b;
}

.image-text {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.inform select {
    border: none;
    outline: none;
    box-shadow: none !important;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    appearance: none;
    margin: 0;
}

.inputable {
    background-color: var(--color-bg-alt) !important;
    border: none;
    cursor: pointer;
}

input[type=number] {
    appearance: textfield;
}

input.checkbox {
    height: 1.35em !important;
    width: 1.35em !important;
}

input.input.flat {
    border: none;
    box-shadow: none;
    outline: none;
}

input.input.plain {
    border-radius: 0;
    border: 1px solid black;
    outline: none;
    box-shadow: none;
}

input.text {
    border: 1px solid var(--color-border);
}

input.text.is-small {
    padding: .2em;
}

input.text.flat,
select.select.flat {
    border: none;
    background-color: #fff;
    box-shadow: 0px 0px 6px 2px #dedede;
}

input.text.is-medium {
    padding: .5em;
}

input.text.is-large {
    padding: .8em;
}

input.text.is-fullwidth {
    width: 100% !important;
}

input.text.radius-2 {
    border-radius: 2px !important;
}

input.text.fullwidth,
select.fullwidth {
    width: 100% !important;
}

input.transparent {
    background-color: transparent;
}

.introspective-stack {
    height: 100%;
}

.is-absolute {
    position: absolute;
    z-index: 1
}

.is-circle {
    border-radius: 50%;
}

.is-bg-inherit {
    background-color: inherit !important;
}

.is-border-top-bottom {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.is-borderless {
    border: none !important;
}

.is-color-inherit {
    color: inherit !important;
}

.is-clickable.is-placeholder {
    height: 100%;
    width: 100%;
}

.is-disabled {
    cursor: not-allowed;
    color: rgba(0, 0, 0, 0.2) !important;
}

.is-font-xs {
    font-size: .6em !important;
}

.is-divider-vertical {
    border-right: 2px solid #ccc;
    margin-right: .5em;
    margin-left: .5em;
}

.is-h100 {
    height: 100% !important;
}

.is-header.is-clickable:hover {
    color: #2e69c0;
    font-weight: bold;
}

.is-hoverable:hover .is-clickable {
    position: relative;
    right: 1em;
}

.is-hover-display {
    position: relative;
    cursor: pointer;
}

.is-hover-display .hoverable {
    position: absolute;
    top: 1em;
    left: 0;
    right: 0;
    border-radius: 4px;
    color: #fff;
    visibility: hidden;
    display: inline-flex;
    justify-content: center;
    font-size: .75rem;
    z-index: 50;
}

.is-hover-display:hover .hoverable {
    visibility: unset;
}

.is-image-avatars {
    direction: rtl;
    text-align: left;
    padding-left: 25px;
}

.is-image-avatars .image {
    position: relative;
    left: -5px;
    margin-left: -10px;
    z-index: 0
}

.is-image-avatars .image.is-selected {
    z-index: 1
}

.is-image-avatars .image .avatar {
    border: 2px solid #1a1a47;
}

.is-image-avatars .image.is-selected .avatar {
    border: 3px solid #1f62dd;
    z-index: 10
}

.is-link-shadowed {
    box-shadow: 0 0 0 .125em #3273dc40;
}

.is-lime {
    background-color: #8ea028;
    color: #fff;
}

.is-lime.is-light {
    background-color: #e2e7c2 !important;
    color: #8ea028 !important;
}

.is-loading.red::after {
    border-right-color: red;
    border-top-color: red;
}

.is-max-content {
    min-width: max-content !important;
}

.is-pointer {
    cursor: pointer !important;
}

.is-ringed {
    border: 2px solid #333;
}

.is-ringed.secondary {
    border-color: var(--color-secondary);
}

.is-ringed.tertiary {
    border-color: var(--color-tertiary);
}

.is-rounded-important {
    border-radius: 50% !important;
}

.is-shadowless {
    box-shadow: none !important;
}

.is-side-menu {
    position: absolute;
    top: 0;
    left: 0;
    width: 18em;
    height: calc(100vh - 3em) !important;
    background-color: #fff;
    z-index: 10;
    box-shadow: 0 0 1em #ccc;
    transition: width 2s;
}

.is-side-menu.menu .menu-label {
    display: flex;
    align-items: center;
}

.is-sticky-top {
    position: sticky;
    top: 0;
    z-index: 10;
}

.is-title-3 {
    font-size: .85em !important;
}

.is-w100 {
    width: 100%;
}

.icon-sizes .icon-size-sm {
    font-size: 1.3em !important;
}

.justify-content-center {
    justify-content: center;
}

.justify-content-space-between,
.justify-space-between {
    justify-content: space-between;
}

.kanban-lane {
    height: 100%;
    background-color: #f1f1ed;
}

.kanban-lanes {
    overflow-y: hidden;
    overflow-x: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
    font-family: 'Catamaran' !important;
}

.listing .check {
    margin-top: .25em;
    margin-right: .5em;
}

.listing.hoverable:hover {
    background-color: #000;
    color: #fff;
}

.loading-image.small {
    height: 4em;
    width: 4em;
    margin: auto;
}

.loading-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
}

.loading-overlay.light {
    background-color: #f5f5f5dc;
}

.loading-overlay.dark {
    background-color: #000000dc;
}

.logo-1x {
    height: 1em !important
}

.m--2 {
    margin: -2em;
    padding: 2em;
}

.masked {
    display: none;
}

#masker {
    position: absolute !important;
    top: 0 !important;
    left: 0;
    height: 100vh !important;
    min-width: 60vw;
    z-index: 999;
    cursor: pointer;
    background-color: #f5f5f500;
    backdrop-filter: blur(7px);
    /* Adjust the blur amount as needed */
    -webkit-backdrop-filter: blur(10px);
    /* For Safari support */
}

.material-symbols-rounded {
    font-variation-settings: 'FILL' 1;
}

.max-height-10 {
    max-height: 10em;
}

.max-height-25 {
    max-height: 25em;
}

.max-width-40-em {
    max-width: 40em;
}

.max-width-24 {
    max-width: 24em !important
}

.menus article {
    display: flex;
    align-items: center;
}

.menu-list.no-bg a {
    background-color: transparent !important;
}

.microphone-button {
    padding: 1px 7px 1px 5px !important;
}

.microphone-button:hover {
    background-color: #fff;
}

.microphone-button .circled {
    height: 2.4em !important;
    width: 2.4em !important;
    background-color: #f0ecf0;
    border-radius: 50%;
}

.microphone-button .circled:hover {
    background-color: #e7e7e7;
}

.microphone-button .circled.muted {
    background-color: #dd5a49;
    color: #fff;
}

.min-height-10em,
.min-y-10em,
.mh-10em {
    min-height: 10em;
}

.min-width-50 {
    min-width: 50% !important;
}

.min-width-input {
    min-width: 20em;
}

.minus-px {
    top: -1px
}

.mirror-x {
    transform: scaleX(-1);
}

.mirror-y {
    transform: scaleY(-1);
}

.modal .wizard {
    width: 100%;
    z-index: 1;
    margin-top: 5em
}

.modal-content.is-wide>.card {
    border-top: .3em solid #d4630d;
}

.modal-background-alt {
    background-color: #d2e4def3;
}

.modal-background {
    background: #b9b6af69;
    backdrop-filter: blur(5px);
}

.modal .modal-content {
    width: 80vw;
    min-width: 50em;
    height: 80vh;
}

.modal-content {
    font-family: 'Catamaran' !important;
}

.modal-content.is-wide {
    width: 75%;
    min-width: 1020px;
}

.mr-xl .m-r-xl {
    margin-right: 5em;
}

@keyframes muting {
    0% {
        opacity: 25%;
    }

    100% {
        opacity: 50%;
    }
}

.mute-all-clicks {
    pointer-events: none !important;
    animation: muting 1s infinite;
}

.navbar-brand.offset-top-4px a.menu-item {
    position: relative;
    top: 4px;
}

.navbar-item {
    color: #000;
}

.navbar-item.menu {
    justify-content: center;
}

.navbar-items .navbar-item {
    padding: .7em;
}

.navbar-menu a.navbar-item:focus {
    background-color: transparent;
}

.navbar-item .hoverable {
    position: absolute;
    top: 3.5em;
    left: 0;
    right: 0;
    border-radius: 4px;
    color: #fff;
    visibility: hidden;
    display: inline-flex;
    justify-content: center;
    font-size: .75rem;
}

.navbar-item:hover {
    background-color: transparent !important;
    color: var(--color-primary-lighter) !important;
}

.no-wrap,
.nowrap,
.no-whitespace {
    white-space: nowrap;
}

.no-scrollbar {
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.no-scrollbar {
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.no-scrollbar::-webkit-scrollbar {
    display: none;
}

.not-first-mr-3:not(:first-child) {
    margin-right: 1.5em;
}

.no-hover:hover {
    color: unset !important;
}

.notification-red-dot {
    height: 1em;
    width: 1em;
    position: absolute;
    top: 0;
    right: 0.3em;
    background-color: #f00a0a;
    border-radius: 1em
}

.operational.tag {
    background-color: var(--color-activated);
    color: #fff;
}

.otp-input {
    font-size: 3em;
    max-width: 1.5em;
    text-align: center;
}

.panetabs.tabs.bottom {
    position: absolute;
    bottom: 0;
}

.panetabs.tabs {
    justify-content: flex-start;
}

.panetabs .tab {
    padding: 0.2em 0.5em;
    cursor: pointer;
    border-radius: 0;
    margin-left: 0 !important;
}

.panetabs .tab:not(:last-child) {
    margin-right: 0.4em;
    padding-right: 0.8em;
}

.panetabs .tab.active {
    background-color: var(--color-activated);
    color: #fff;
}

.panetabs .tab .icon {
    background-color: var(--color-black);
    font-size: .9em !important;
    color: #fff;
    border-radius: 50%;
    padding: 1px;
    height: unset !important;
    width: unset !important;
}

.panetabs .tab .icon:hover {
    background-color: var(--color-dangerous);
}

.panetabs .tab .tip {
    font-size: .9em;
    font-weight: 500;
}

.panetabs .tab.active .tip {
    font-weight: 700;
}

.paragraph {
    font-size: var(--paragraph);
}

.pb-8 {
    padding-bottom: 6em !important;
}

.pika-button {
    text-align: left !important;
}

.plus-px {
    top: 1px
}

.position-static {
    position: static;
}

.position-sticky {
    position: sticky;
}

.position-sticky.top-10 {
    position: sticky;
    top: 10px;
}

#post-editor-textbox .ql-editor {
    padding-top: .2em;
    overflow: scroll;
    overflow: scroll;
    max-height: 20em;
}

.posts-banner {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 20em !important;
    border: 2px dashed;
}

.posts-img {
    max-height: 10em !important;
    width: 100% !important;
}

template+.card.pseudotable {
    border-top: 1px solid #d9e2ea;
}

.card.pseudotable.hoverable:hover {
    background-color: #eeecec;
}

.card.pseudotable {
    border-bottom: 1px solid #d9e2ea;
    padding: 0em 2.5em;
    background-color: #fcfcfc;
}

.card.pseudotable>aside {
    height: 3em;
}

.card.pseudotable>aside:first-child {
    border-right: 1px solid #d9e2ea !important;
}

.card.pseudotable>aside:last-child {
    border-left: 1px solid #d9e2ea !important;
}

.card.pseudotable.selected {
    background-color: #e9e8f4;
}

p.placeholder {
    color: #dbd9d9 !important;
}

.pseudodrawer {
    z-index: 11;
}

.pseudotable.highlighted {
    background-color: #f0ebf5;
}

.pseudofields {
    width: 100%;
    margin-bottom: 0 !important;
}

.pseudofields .field {
    display: flex;
    align-items: center;
    padding-left: 1em;
    padding-right: 1em;
    height: 3em;
}

.pseudofields .field .icon {
    padding: 1.3em;
    font-size: .8em !important;
    border-radius: 5px;
    margin-right: .5em;
}

.pseudofields .field:nth-child(odd) .icon {
    background-color: var(--color-sticky-red);
}

.pseudofields .field:nth-child(even) .icon {
    background-color: var(--color-sticky-blue);
}

.pseudofields .labels {
    font-family: 'inria sans';
}

.pseudofields .labels .model {
    height: 1.1em;
    font-weight: 700;
}

.pseudofields .labels .help {
    position: relative;
    margin-top: 0;
}

.pseudoselect {
    border: 1px solid #ccc;
    display: flex;
    align-items: center;
    padding-left: .5rem;
    padding-right: .5rem;
}

.pseudomast {
    margin: 0 !important;
    height: 2em !important;
    position: sticky;
    top: 0;
    z-index: 10;
}

.pseudomast .pseudofields .grid {
    border-right-color: 1px solid #d9e2ea;
}

.pseudomast .pseudofields .filter-input {
    background-color: transparent;
    border: none;
    box-shadow: none;
}

.pseudo-menu-item {
    cursor: pointer;
}

.pseudo-menu-item.disabled {
    pointer-events: none;
    opacity: 10%;
    cursor: not-allowed;
}

.pseudotable-pagination.pagination a {
    border: none;
    background-color: #d5d2d8;
    color: #545454;
    border-radius: 0;
}

.pseudotable-pagination a:hover {
    background-color: #555;
    color: #fff;
}

.pseudodrawer {
    background: linear-gradient(180deg, #f5f3f8 0%, #fafafa 50.67%, #f5f3f8 100%) !important;
}

.pseudorow {
    border-top: 1.5px solid #f2e3cf;
}

.pseudorow:hover {
    background-color: #c89f69;
    color: #fff;
}

.pseudorow:last-child {
    border-bottom: 1.5px solid #f2e3cf;
}

.pseudo-tr {
    align-items: center;
}

.pseudo-tr:nth-child(even) {
    background-color: var(--bg-comfort);
}

.pseudo-tr .column {
    padding: .25rem !important;
}

.q-icon {
    font-size: 1.2em !important;
}

.q-icon,
.q-tool {
    background-color: transparent;
    border: none;
    box-shadow: none;
    outline: none;
    cursor: pointer;
}

.ql-container {
    font-size: unset !important;
    color: black;
}

.ql-upwards.ql-snow .ql-picker.ql-expanded .ql-picker-options {
    bottom: 100% !important;
    top: unset !important;
}

.quill-no-border {
    border: none !important;
}

.ql-picker.ql-size .ql-picker-label[data-value]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value]::before {
    content: attr(data-value) !important;
}

.realm-text {
    border-bottom: 1px dotted #555;
}

.realm-text:hover {
    background-color: var(--bg-solace);
    cursor: pointer;
}

.records {
    overflow-y: scroll;
    overflow-x: clip;
    background-color: inherit;
}

.records .column-headers {
    position: sticky;
    top: 0;
    background-color: inherit;
}

.search-results-card {
    background-color: #f3f3f0;
    position: absolute !important;
    top: 2em;
    width: 100%;
    min-height: 10em;
    /* replace to 40 once out of mvp */
    max-height: 80vh;
    overflow-y: scroll;
}

.select {
    height: unset !important;
}

.select.flat select {
    border: none;
    outline: none;
}

.select.frameless,
.select.frameless select {
    background-color: inherit;
    border: none;
    outline: none;
    box-shadow: none;
}

.sidecard {
    position: absolute;
    right: .5em;
    top: 0;
    width: 30em;
    height: 100%;
    background-color: var(--color-background-beta);
    z-index: 100;
    padding: 0.5em 0.8em !important;
}

.side-menu p.hoverable {
    font-size: 1em;
}

.side-menu.border-right-dotted-1,
.border-right-dotted-1 {
    border-right: 1px dotted var(--color-dotted) !important;
}

.side-menu-item:hover .side-minimized-floating-label {
    display: unset;
    font-size: .9em !important;
    z-index: 1000;
}

.side-minimized-button {
    background-color: #e5d4ec;
    position: absolute;
    top: 7px;
    right: 0;
    border-top-left-radius: 1em;
    border-bottom-left-radius: 1em;
    cursor: pointer;
}

.side-minimized-floating-label {
    display: none;
    position: absolute !important;
    top: 0;
    left: 3em;
    padding: .3em .8em;
    background-color: var(--color-tertiary);
    white-space: nowrap;
    color: #fff;
    box-shadow: 0px 0px 6px 2px #dedede;
    border-radius: 2px;
}

.skeletal {
    animation: skeletal-loading 1s linear infinite alternate;
}

@keyframes skeletal-loading {
    0% {
        background-color: var(--color-background-shadow);
    }

    100% {
        background-color: var(--color-background-heavy);
    }
}

.skeletal-block {
    width: 100%;
    height: 100%;
}

.skeletal-text,
.skeletal-sm {
    width: 100%;
    height: .9em;
}

.skeletal-heading,
.skeletal-lg {
    width: 100%;
    height: 1.8em;
}

.skeletal-label,
.skeletal-md {
    width: 100%;
    height: 1.4em;
}

.skeletal-nm {
    width: 100%;
    height: 1.2em;
}

.skeletal-sm {
    width: 100%;
    height: 1em;
}

.skeletal-xs {
    width: 100%;
    height: .7em;
}

@keyframes rotation {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

.space-between {
    justify-content: space-between;
}

.closer {
    background-color: var(--color-danger) !important;
    color: white;
    border-radius: .8em;
    font-size: .8em;
    height: 1.5em !important;
    width: 1.5em !important;
    padding: .5em;
    display: flex;
}

.closer:hover {
    background-color: var(--color-dangerous) !important;
    cursor: pointer;
}

.spinning {
    animation: rotation 1.1s linear infinite;
}

.sq-1 {
    height: 1em !important;
    width: 1em !important;
}

.sq-2 {
    height: 2em !important;
    width: 2em !important;
}

.sq-3 {
    height: 3em !important;
    width: 3em !important;
}

.sq-4 {
    height: 4em;
    width: 4em;
}

.square-10 {
    height: 10px;
    width: 10px;
}

.square-15 {
    height: 15px;
    width: 15px;
}

.square-20 {
    height: 20px;
    width: 20px;
}

.square-30 {
    height: 30px;
    width: 30px;
}

.square-40 {
    height: 40px;
    width: 40px;
}

.square-buttons .square-button {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.square-buttons .square-button-icon {
    height: 7em !important;
    width: 7em !important;
    border-radius: 3em;
    display: flex;
    align-items: center;
    background-color: #921847;
    color: #fff;
}

.square-button-icon .icon {
    font-size: 3em !important;
}

.sub-menu-item {
    margin-top: .8em;
    font-weight: 600;
}

.sub-menu-item.active {
    color: var(--color-tertiary-popping);
    font-weight: 900 !important;
}

.subheaders .column:not(:last-child) label {
    border-right: 1px solid #ccc !important;
}

.subheaders .column {
    padding: .7em;
    padding-bottom: 0;
}

.subheaders .column label {
    display: flex;
    align-self: center;
    padding: .7em;
    padding-left: 0;
    justify-content: space-between;
}

.subheaders .column label span.icon {
    padding-left: 0em;
}

.subscript {
    padding: 0;
    position: relative;
    left: -.4em;
    top: -.5em;
    font-weight: bold;
}

.smaller-text {
    font-size: .8em;
}

.supertable .table {
    border-color: var(--supertable-border-color);
}

.supertable .table tbody tr {
    cursor: pointer;
}

.supertable .table tbody tr:hover {
    background-color: var(--supertable-hover-color) !important;
}

.supertable .table thead tr th {
    padding: 0;
    font-weight: 400 !important;
    position: sticky;
    top: 3em;
}

.supertable .table thead tr th div {
    border-radius: .4em;
    color: #595959;
    background-color: var(--supertable-background-color) !important;
    padding: .5em .9em;
}

.supertable .table th .icon {
    cursor: pointer;
}

.supertable .table thead tr th div .input {
    background-color: transparent;
    outline: none;
    box-shadow: none;
    border: none;
    height: 1em;
    font-size: 1em;
    padding-left: .1em;
}

.supertable th .select {
    padding: 0 !important;
}

.supertable th .select select {
    background-color: transparent;
    outline: none;
    border: none;
    height: 1.3em;
    font-size: 1em;
    padding: 0;
    padding-left: .3em;
}

.supertable th .card.options {
    position: absolute;
    top: 2.35em;
    left: .5em;
    max-height: 40em !important;
    overflow: scroll;
    min-width: 20em;
    max-width: 60em;
}

.supertable th .card.options .option {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.supertable th .selections {
    overflow: hidden;
    white-space: nowrap;
}

.supertable th .selections .selection {
    padding: 2px;
    background-color: #dfddcc;
    cursor: pointer;
    height: 1.2em;
    padding: .6em !important;
    border-radius: 3px;
    margin-right: 3px;
}

.supertable th .selections .selection:hover {
    background-color: #ad3333;
    color: #fff;
}

.supertable .table thead tr th:not(:last-child) {
    border-right: 2px solid var(--bg-color) !important;
}

.supertable .table tbody template+tr td {
    border-top: 10px solid var(--bg-color) !important;
}

.supertable .table tbody tr td {
    border-color: inherit !important;
    border-bottom: 2px solid #e3e3e3;
}

.supertable .table tbody tr td:not(:last-child) {
    border-right: 2px solid;
}

.supertable .table tbody tr td.no-border-right {
    border-right: none !important;
}

.supertable .table tbody tr:last-child td {
    border-bottom: none;
}

.supertable .table.pagination>a {
    border-radius: 0;
    border: none;
    background-color: var(--supertable-pagination-color);
}

.supertable .table.pagination ul li a {
    border-radius: 0;
    border: none;
    background-color: var(--supertable-pagination-color);
}

.square-256 {
    height: 256px;
    width: 256px;
}

table thead {
    background-color: #f5f5f5;
}

table thead th,
table tbody td {
    border-bottom: 1px solid #ccc;
    font-size: var(--paragraph);
    padding: .5em;
    vertical-align: middle;
}

table tbody tr.hoverable:hover {
    background-color: var(--supertable-hover-color);
    color: #000;
    font-weight: 400;
    font-style: italic;
}

.table.wstable tr:hover {
    cursor: pointer;
    background-color: var(--color-offbody);
}

.table.wstable thead th {
    position: sticky;
    top: 0;
    background-color: var(--color-offbody);
    border: 1px solid var(--color-border) !important;
}

textarea {
    font-size: 1em !important;
}

textarea.flat,
.textarea.flat {
    border: none;
    box-shadow: none;
    outline: none;
}

tr.vertical-aligns-middle td {
    vertical-align: middle;
}

.tag-input {
    display: inline;
    width: unset;
    height: 2em;
    box-shadow: none;
    border: none;
    outline: none;
}

.thumbnail img {
    width: 2.4em;
    height: 2.4em;
    border-radius: .4em;
}

.text-muted {
    color: var(--color-sticky-grey);
}

th.is-width-sm,
is-10p {
    width: 10%;
    white-space: nowrap;
}

th.is-width-md,
is-15p {
    width: 15%;
    white-space: nowrap;
}

th.is-width-lg,
is-20p {
    width: 20%;
    white-space: nowrap;
}

th.is-width-xl,
is-25p {
    width: 25%;
    white-space: nowrap;
}

.thumbnail {
    padding: 4px;
    display: block;
    border-radius: 50%;
}

.thumbnail .material-symbols-outlined {
    font-size: 20px;
}

table.highlight tr:not(:first-child):hover {
    background-color: #f8f2e9;
    cursor: pointer;
}

.table-nowrap,
.table-no-wrap {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.table thead th,
.table thead td {
    border: none !important;
}

.thead td {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
}

.tbody tr td {
    padding-top: 1em;
    padding-bottom: 1em;
    font-family: 'Inria Sans';
    font-size: 1em;
    border-color: #eaeaea;
}

tbody.spreadsheet td {
    background-color: #fff;
    border: 1px solid #dadada;
}

tbody.spreadsheet td:focus-within {
    outline: 1px solid var(--color-secondary) !important;
    border: none !important;
}

tbody.spreadsheet td .options {
    width: 100%;
    background-color: var(--background-color-1);
    box-shadow: none;
    outline: none;
    border: none;
    height: 1.8em;
}

tbody.spreadsheet td .cell {
    border: none;
    box-shadow: none;
    outline: none;
    height: 1.8em;
}

.tab {
    padding: .1em .5em;
    background-color: #d7d7d7;
    border-radius: .7em;
    display: flex;
    align-items: center;
    width: fit-content;
}

.tab-tag:hover {
    text-decoration: none !important;
}

.tab-tag.active,
.tab-tag.active:hover {
    background-color: var(--color-tertiary);
    color: #fff;
}

.tabs .is-active a {
    background-color: var(--color-primary) !important;
    border-color: var(--color-primary) !important;
    padding-left: 2em;
    padding-right: 2em;
    color: #fff !important;
    font-weight: 600;
}

.tabs.secondary .is-active a {
    background-color: var(--color-secondary) !important;
    border-color: var(--color-secondary) !important;
    border-radius: 0;
}

.tabs.tertiary .is-active a {
    background-color: var(--color-tertiary) !important;
    border-color: var(--color-teritary) !important;
    border-radius: 0;
}

.tabs.quaternary .is-active a {
    background-color: var(--color-quaternary) !important;
    border-color: var(--color-quaternary) !important;
    border-radius: 0;
}

.tab-item.active {
    font-weight: bold;
    border-bottom: 3px solid #248f8b;
    color: #248f8b;
}

.tabs.flat ul {
    border-bottom: none !important;
    outline: none;
    border-radius: 0 !important;
}

.table-wrapper {
    border: 2px solid var(--color-border);
    border-radius: .9em;
}

.tag.is-critical {
    background-color: #ac1936;
    color: #fff;
}

.tag.is-important {
    background-color: #8800ba;
    color: #fff;
}

.tag.is-beneficial {
    background-color: #368ac6;
    color: #fff;
}

.tag.is-bonus {
    background-color: #1db078;
    color: #fff;
}

.tags.is-xsmall {
    font-size: .6em !important;
}

.tag.secondary {
    background-color: var(--color-secondary);
    color: #fff;
}

.text-button {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.text-button:hover {
    color: var(--color-secondary);
    background-color: #e1e1e1;
    border-radius: 1px;
}

.tickit {
    cursor: pointer;
}

.tickit .label {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.tip.offline {
    border-radius: 0;
    background-color: #e6de74;
    color: #000;
    border: 1px solid #ccae28;
    position: absolute;
    top: 1em;
    z-index: 1000;
}

.top-0 {
    top: 0;
}

.two-faced-hover:hover {
    background-color: #f0f5f5;
    color: #555 !important;
    border-radius: 2px;
}

.tab:not(:first-child) {
    margin-left: .4em;
}

.tab.active {
    background-color: var(--color-tertiary);
    font-weight: 700;
    color: #000
}

.toolbar {
    box-shadow: none !important;
    display: flex;
    padding-top: .5em !important;
    padding-bottom: .5em !important;
    background-color: var(--bg-body) !important;
    z-index: 10;
    margin-bottom: 0 !important;
}

.toolbar .divider,
.divider.vertical {
    border-left: 1px solid var(--color-deep);
    margin: 0 1em;
}

.toolbar.relative .toolbar-submenu {
    position: unset;
}

.toolbar .toolbar-submenu .tag {
    display: flex;
    align-items: center;
    background-color: var(--color-offbody)
}

.toolbar .toolbar-submenu .tag.active {
    background-color: var(--color-tertiary);
    color: #fff;
}

.toolbar .square {
    width: 1.2em;
    height: 1.2em;
    display: inline-block;
}

.toolbar .square.selected {
    border: 1px solid var(--color-quaternary);
}

.toolbar .square.default {
    background-color: var(--color-sticky-default);
}

.toolbar .square.purple {
    background-color: var(--color-sticky-purple);
}

.toolbar .square.orange {
    background-color: var(--color-sticky-orange);
}

.toolbar .square.green {
    background-color: var(--color-sticky-green);
}

.toolbar .square.red {
    background-color: var(--color-sticky-red);
}

.toolbar .square.pink {
    background-color: var(--color-sticky-pink);
}

.toolbar .square.brown {
    background-color: var(--color-sticky-brown);
}

.toolbar .square.blue {
    background-color: var(--color-sticky-blue);
}

.tooltip-down {
    position: relative;
    display: flex;
    justify-content: center;
}

.tooltip {
    display: none;
}

.tooltip-down:hover .tooltip {
    display: unset;
    background-color: #000;
    color: #fff;
    padding: .1em .5em;
    text-align: center;
    text-wrap: nowrap;
    position: absolute;
    top: 1.6em;
}

.tooltip-down:hover .tooltip.transparent {
    background-color: transparent !important;
}

.tooltipped {
    position: relative !important;
}

.tooltipped .tooltip {
    display: none;
}

.tooltipped.up,
.tooltipped.down {
    display: flex;
    justify-content: center;
}

.tooltipped.up:hover .tooltip {
    top: -2em;
}

.tooltipped.down:hover .tooltip {
    bottom: -2em;
}

.tooltipped.left:hover .tooltip {
    left: -5em;
}

.tooltipped:hover .tooltip {
    text-wrap: nowrap;
    display: unset;
    position: absolute;
    padding: .2em .8em;
    font-size: .8em;
    z-index: 1;
    border-radius: 2px;
}

.tooltipped:hover .tooltip {
    background-color: #000;
    color: #fff;
}

.tooltipped:hover .tooltip.light {
    background-color: #512a6d22;
    color: #868686;
}

.transparent-control {
    background-color: transparent !important;
    border: none !important;
    outline: none !important;
    box-shadow: none;
}

.unset-height {
    height: unset !important;
}

.unset-width {
    width: unset !important;
}

.use-foreground-color {
    color: var(--color-fg) !important;
}

.vdivider,
.vertical-divider {
    border-left: 1px solid #ccc !important;
    margin-left: .5em;
    margin-right: .5em;
}

.walled {
    border: 1px solid var(--color-border);
}

#wiside {
    position: absolute !important;
    top: 0 !important;
    background-color: var(--color-wiside);
    box-shadow: 0 0 8px var(--color-offbody);
    right: 0;
    height: 100vh !important;
    overflow-y: scroll;
    max-width: 50vw;
    min-width: 55em;
    z-index: 1000;
}

#wiside .field .ql-editor {
    padding: 0 !important;
}

.web-navbar .navbar-item {
    background: transparent;
}

.wizard-card-head {
    background: linear-gradient(135deg, var(--color-tertiary) 0%, var(--color-primary) 100%);
    color: white;
    padding: .4em .7em;
}

.wizard-card-head .wizard-card-title {
    color: white;
    font-weight: 800;
}

.wizard-card-head .delete {
    background: #ffffff33;
}

.wizard-card-head .delete:hover {
    background: #d45959d0;
}

.wizard-card-body {
    min-width: 50em;
}

.wizard-card-footer {
    background: #f8fafc;
    border-top: 1px solid #e2e8f0;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 1em;
    z-index: 999;
}

.ws.tabs .tab {
    border-radius: 0 !important;
    background-color: transparent !important;
    padding: .3em .7em;
    cursor: pointer;
}

.ws.tabs .tab.active {
    background: linear-gradient(135deg, #5e433c 0%, #764ba2 100%);
    color: white;
}

.ws.bg-gradient {
    background-image: linear-gradient(140deg, #372c29 0%, #431c36 50%, #1f2306 75%);
    color: #fff;
}

.ws input[type=checkbox],
.ws input[type=radio] {
    vertical-align: middle;
}

.wizard-category {
    margin-bottom: 3rem;
}

.wizard-category:last-child {
    margin-bottom: 1rem;
}

.wizard-card {
    border: none;
    border-radius: 12px;
    box-shadow: none;
    transition: all 0.3s ease;
    cursor: pointer;
    height: 100%;
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
}

.wizard-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.wizard-card .icon-thumbnail {
    background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-secondary) 100%);
    color: white;
    border-radius: 12px;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
}

.wizard-card .title.is-6 {
    color: #2c3e50;
    font-weight: 600;
    margin-bottom: 0.25rem;
}

.wizard-card .subtitle.is-7 {
    color: #7f8c8d;
    font-weight: 500;
    margin-bottom: 0.5rem;
}

.wizard-card .content {
    padding-top: 0.5rem;
}

.wizard-card .content p {
    color: #5a6c7d;
    line-height: 1.4;
    margin-bottom: 0.75rem;
}

.wizard-card .tags .tag {
    background-color: rgba(102, 126, 234, 0.1);
    color: var(--color-primary);
    border: 1px solid rgba(102, 126, 234, 0.2);
    font-size: 0.7rem;
    font-weight: 500;
    border-radius: 20px;
}

.wizard-category:nth-child(1) .icon-thumbnail {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.wizard-category:nth-child(2) .icon-thumbnail {
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
}

.wizard-category:nth-child(3) .icon-thumbnail {
    background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
}

.wizard-category:nth-child(4) .icon-thumbnail {
    background: linear-gradient(135deg, #43e97b 0%, #38f9d7 100%);
}

.wizard-category:nth-child(5) .icon-thumbnail {
    background: linear-gradient(135deg, #fa709a 0%, #fee140 100%);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .wizard-card {
        margin-bottom: 1rem;
    }

    .wizard-category {
        margin-bottom: 2rem;
    }

    .wizard-card .card-content {
        padding: 1rem;
    }
}

.wizard-card {
    animation: fadeInUp 0.6s ease-out;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Stagger animation for multiple cards */
.wizard-card:nth-child(1) {
    animation-delay: 0.1s;
}

.wizard-card:nth-child(2) {
    animation-delay: 0.2s;
}

.wizard-card:nth-child(3) {
    animation-delay: 0.3s;
}

.wizard-card:nth-child(4) {
    animation-delay: 0.4s;
}

.wizard-card:nth-child(5) {
    animation-delay: 0.5s;
}

.wizard-card:nth-child(6) {
    animation-delay: 0.6s;
}


.x-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.x-128,
.x128 {
    height: 128px !important;
}

.is-rounded .x-128,
.is-rounded .x128 {
    border-radius: 50% !important;
}

.x .status-tag {
    border-radius: 0;
    border-top: 1px solid #f0ebeb;
    border-bottom: 1px solid #f0ebeb;
    color: #000 !important;
    padding: 1em 4em;
}

.x .status-tag.positive {
    background: linear-gradient(90deg, #f0f5f1 0%, #a8e6b0 50%, #f0f5f1 100%) !important;
}

.x .status-tag.negative {
    background: linear-gradient(90deg, #f0ebeb 0%, #e6d3a8 50%, #f0ebeb 100%) !important;
}

.x td {
    border-bottom: none !important;
}

/* .x tbody tr { border-bottom: 1px dotted #e3e3e3; } */
.x tbody tr:hover {
    background-color: #f7f7f7;
    cursor: pointer;
}

.x tbody tr.no-hover:hover {
    background-color: transparent !important;
    cursor: unset;
}

.x tbody tr td {
    height: 2.5em !important;
}

.x tbody tr td>div {
    height: 100%;
    display: flex;
    align-items: center;
}

.x thead tr:hover {
    background-color: transparent !important;
}

.x thead tr th:hover {
    color: var(--color-tertiary);
    background-color: transparent;
}

.x thead tr th>div {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.x .pagination a {
    border-radius: 0;
}

.x .pagination .is-current {
    background-color: var(--color-tertiary);
    border-color: var(--color-tertiary);
    color: #fff !important;
}

.x .pagination a:hover {
    background-color: var(--color-tertiary);
    border-color: var(--color-tertiary);
}

.x tbody .actions .action {
    position: relative;
}

.x tbody .actions .action .tip {
    border-radius: 7px;
    position: absolute !important;
    top: -0.5em;
    right: -1em;
    padding: .2em .5em !important;
    font-size: .8em;
}

.xvg .line-1 {
    animation: pulse 1s infinite;
    animation-delay: 0.15s;
}

.xvg .line-2 {
    animation: pulse 1s infinite;
    animation-delay: 0.30s;
}

.xvg .line-3 {
    animation: pulse 1s infinite;
    animation-delay: 0.45s;
}

.xvg .line-4 {
    animation: pulse 1s infinite;
    animation-delay: 0.60s;
}

.xvg .line-5 {
    animation: pulse 1s infinite;
    animation-delay: 0.75s;
}

.xvg .line-6 {
    animation: pulse 1s infinite;
    animation-delay: 0.90s;
}

.xvg .line-7 {
    animation: pulse 1s infinite;
    animation-delay: 1.05s;
}

.xvg .line-8 {
    animation: pulse 1s infinite;
    animation-delay: 1.20s;
}

.xvg .line-9 {
    animation: pulse 1s infinite;
    animation-delay: 1.35s;
}

@keyframes pulse {
    0% {
        transform: scaleY(1);
        transform-origin: 50% 50%;
    }

    50% {
        transform: scaleY(.7);
        transform-origin: 50% 50%;
    }

    100% {
        transform: scaleY(1);
        transform-origin: 50% 50%;
    }
}