html {
    height: 100%
}

body {
    height: 100%;
    width: 100%
}

.nav-bar-avatar {
    width: 38px;
    height: 38px;
    margin: 8px;
}

.no-backgrouund {
    background-color: transparent !important;
}

.example_light {
    font-size: 12px !important;
    color: #989898;
}

.dashboard-header {
    height: 180px;
    padding-top: 80px;
    padding-left: 40px;
    margin-top: 64px;
}

.button-less-visible {
    color: #757575 !important;
}

/* Typo */
.typo-small-label {
    font-size: 13px !important;
}

/* Dialog */
.standard-dialog .mud-dialog-title {
    background-color: var(--mud-palette-primary);
    padding: 16px 24px !important;
    color: white;
}

.standard-dialog .mud-dialog-content {
    padding: 16px 24px !important;
}

.ellipsis-multiline-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: pre-wrap;
}

.ellipsis-multiline-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: pre-wrap;
}

.container-multiline {
    overflow: hidden;
    resize: none;
    width: 100%;
    height: fit-content;
}


#mention-TemplateList {
    position: relative;
    display: inline-block;
    padding: 2px;
}

.mention-displayname, .mention-emailaddress {
    display: block;
    line-height: 20px;
    text-indent: 5px;
}

.mention-displayname {
    font-size: 16px;
}

#mention_integration_rte-edit-view_popup .e-dropdownbase .e-list-item {
    line-height: 8px;
}

#mention_integration .e-mention-chip {
    cursor: pointer;
}

span.e-mention-chip a {
    color: #E91E63;
}

.e-richtexteditor P {
    font-family: 'Roboto','Helvetica','Arial','sans-serif';
    font-size: 16px !important;
}

.e-richtexteditor .e-rte-placeholder {
    font-family: 'Roboto','Helvetica','Arial','sans-serif';
    font-size: 16px !important;
}

.e-richtexteditor.e-rte-tb-expand {
    border: 0px !important;
}

.post-date {
    color: #B8B8B8;
    padding-left: 5px;
}

.no-backgrouund {
    background-color:transparent;
}

.dot {
    height: 24px;
    width: 24px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
}

.small-dot {
    height: 20px;
    width: 20px;
    background-color: #bbb;
    border-radius: 90%;
    display: inline-block;
}

.flag-urgent {
    fill: #f94144;
}

.flag-high {
    fill: #f9c74f;
}

.flag-normal {
    fill: #90be6d;
}

.flag-low {
    fill: #43aa8b;
}

.color-preview {
    height: 12px;
    width: 12px;
    background-color: #bbb;
    display: inline-block;
}

.dense-role-select {
    width: 200px;
}

    .dense-role-select > .mud-input-control-input-container > div.mud-input.mud-input-text {
        margin-top: 0px !important;
        font-size: 12px;
        color: #9E9E9E;
    }