.transparent {
    display: none;
}

.tight-grid .k-grid td {
    padding: 0px;
}

.tight-grouping-row .k-grid .k-grouping-row td {
    padding: 2px;
}

.border-full {
    border: 1px solid #EFEFEF;
}

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

.clickable {
    cursor: pointer;
    font-weight: 600 !important;
}

.k-picker-wrap.error-border, .error-border {
    border: 2px solid red !important;
}

/* make buttons thinner that are inline */
.k-widget .k-button.k-grid-update, .k-widget .k-button.k-grid-cancel,
.k-widget .k-button.k-grid-delete, .k-widget .k-button.k-grid-edit,
.k-widget .k-button.k-grid-delete-row {
    padding: 5px 8px 5px 13px;
    min-width: 0
}

.k-icon.k-i-delete.k-i-delete-opacity {
    opacity: 1
}

.k-button.k-grid-update .k-icon::before, .k-widget .k-button.k-grid-update .k-icon::before {
    content: "\f0c7";
}

.k-invalid {
    background-color: #bf6b6b !important;
}

.k-grid .inactive, .k-grid tr.inactive:hover {
    background-color: lightgray;
}

.k-grid .vacant, .k-grid tr.vacant:hover {
    background-color: #fff379;
}

.k-grid .nonleasable, .k-grid tr.nonleasable:hover {
    background-color: #c4c4c4;
}

.k-grid .notShown, .k-grid tr.notShown:hover {
    background-color: #dfeefc;
}

.k-grid .empty, .k-grid tr.empty:hover {
    background-color: #ffff88;
}

.k-grid .interval, .k-grid tr.interval:hover {
    background-color: #d5f3ff;
}

.validation-error {
    box-shadow: 0 0 10px #AE0000 !important;
}

.validation-error:hover {
    border-color: #AE0000 !important;
}

.validation-message {
    color: red;
}

.overall {
    background-color: #f3ebfb;
}

/* redwall overwrites */
table.table-normal tr td {
    padding: 5px 10px;
    border-top: 1px solid rgba(42, 62, 173, .1)
}

.k-grid tr td {
    padding: 5px 10px;
}

.k-grid-excel {
    float: right;
}

.k-grouping-header .k-link, .k-grouping-header .k-link:link {
    color: #fff;
}

.k-grouping-header {
    padding: 4px;
    line-height: 25px;
}

.k-grid .k-grouping-header .k-group-indicator, .k-grid .k-grouping-header .k-link, .k-grid .k-grouping-header .k-link:link {
    padding: 2px;
    color: #fff;
    background-color: #32408f;
    border-color: #32408f;
    box-shadow: none;
}

.k-grid-footer, .k-grid-footer td {
    font-size: 15px !important;
}

.k-grid-header .k-state-active {
    background: tomato;
}

div.k-grid-header .k-header-column-menu.k-state-active {
    background: tomato;
}

/*.k-widget.k-window .k-window-content div.k-upload button.k-button.k-clear-selected,*/
/*.k-widget.k-window .k-window-content div.k-upload button.k-button.k-upload-selected {*/
/*margin-left: 0px;*/
/*margin-top: 5px;*/
/*}*/

.k-clear-selected, .k-upload-selected {
    display: none !important;
}

.k-filter-menu .k-button.k-primary {
    background-color: rgba(0, 0, 0, 0);
    color: #444
}

.limit-lines-6 {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 150px;
}

.limit-lines-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 50px;
}

.section-head {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.k-grid .overdue, .k-grid tr:hover.overdue {
    background-color: #ffbfbf;
}


.k-grid .color1, .k-grid tr:hover.color1 {
    background-color: #82bff342;
}

.k-grid .color2, .k-grid tr:hover.color2 {
    background-color: #94fb724d;
}

.k-grid .color3, .k-grid tr:hover.color3 {
    background-color: #12ff314d;
}

.section-head .tab-header-icon-button span {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
}

.section-head .icon-button {
    margin-right: 0;
}

.section-head .icon-button i {
    font-size: 18px;
}

.section-head {
    padding-right: 0;
}

div.content-body {
    margin-top: 10px;
}

@media print {
    .k-grid-content {
        max-height: none !important;
    }
}

.grid-search-found {
    background-color: yellow;
}

.search-input {
    border: 0 !important;
    box-shadow: none !important
}

input.search-input,
textarea.search-input {
    height: 20px;
    padding: 5px 5px 5px;
    border: 0 !important;
    box-shadow: none !important;
    font-weight: 500;
    min-width: 200px;
    max-width: 600px;
    transition: width 0.1s ease
}

input.search-input {
    text-indent: 20px
}

textarea.search-input {
    padding-left: 28px;
    resize: none;
    overflow: hidden;
    display: block;
    line-height: 20px;
    box-sizing: content-box;
    font-family: inherit;
    font-size: inherit;
    outline: none;
    color: #3b3c57;
    background: transparent;
    border: 1px solid transparent !important
}

textarea.search-input:focus {
    border-color: #cacfea !important
}


input.search-input::-webkit-input-placeholder {
    color: #3b3c57
}

input.search-input::-moz-placeholder {
    color: #3b3c57
}

input.search-input:-ms-input-placeholder {
    color: #3b3c57
}

input.search-input::placeholder {
    color: #3b3c57
}

.search-wrapper {
    position: relative;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
    transition: .25s -webkit-transform ease-in-out;
    transition: .25s transform ease-in-out;
    transition: .25s transform ease-in-out, .25s -webkit-transform ease-in-out;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.search-wrapper.is-search {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.search-button {
    position: absolute;
    z-index: 1;
    margin: 0 4px;
    font-size: 17px;
    text-decoration: none;
    color: #3b3c57;
    margin-top: -2px
}

.search-button .icon {
    height: 17px;
    width: 16px
}

.ai-toggle-switch {
    position: relative;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    background: #b0b0b0;
    border-radius: 14px;
    width: 62px;
    height: 26px;
    margin-left: 10px;
    flex-shrink: 0;
    transition: background 0.25s ease;
    -webkit-user-select: none;
    user-select: none
}

.ai-toggle-switch.is-active {
    background: #8b3cc2
}

.ai-toggle-switch .toggle-knob {
    position: absolute;
    left: 3px;
    top: 3px;
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    transition: transform 0.25s ease
}

.ai-toggle-switch.is-active .toggle-knob {
    transform: translateX(36px)
}

.ai-toggle-switch .toggle-label {
    position: absolute;
    right: 7px;
    font-size: 10px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.5px;
    transition: left 0.25s ease, right 0.25s ease
}

.ai-toggle-switch.is-active .toggle-label {
    left: 7px;
    right: auto
}

.ai-send-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #8b3cc2;
    font-size: 14px;
    margin-left: 6px;
    padding: 3px 5px;
    border-radius: 4px;
    transition: color 0.2s ease
}

.ai-send-btn:hover {
    color: #6a2a9a
}

.ai-loading-spinner {
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 2px solid #cacfea;
    border-top-color: #8b3cc2;
    border-radius: 50%;
    animation: ai-spin 0.7s linear infinite;
    vertical-align: middle;
    margin-left: 6px;
    flex-shrink: 0;
}

@keyframes ai-spin {
    to {
        transform: rotate(360deg);
    }
}

.icon-fees {
    background-image: url(images/fees.svg)
}

.top-right {
    min-width: 0px;
}

.clearfix {
    float: left;
    clear: both;
    width: 100%;
}

.custom-nav > .k-tabstrip-items-wrapper > .k-tabstrip-items .k-state-default .k-link {
    color: #3b3c57;
    text-transform: none;
    font-weight: 500;
    border: none;
}

.custom-nav.k-tabstrip > .k-tabstrip-items-wrapper > .k-tabstrip-items > .k-item {
    margin: 0 !important;
    text-transform: none !important;
    background: #fff;
    background-image: initial;
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat-x: initial;
    background-repeat-y: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: rgb(255, 255, 255);
    font-weight: 500;

    border-color: #418851;
    border-top-color: rgb(65, 136, 81);
    border-right-color: rgb(65, 136, 81);
    border-bottom-color: rgb(65, 136, 81);
    border-left-color: rgb(65, 136, 81);
}

.custom-nav.k-tabstrip > .k-tabstrip-items-wrapper > .k-tabstrip-items > .k-item.k-state-hover, .custom-nav.k-tabstrip > .k-tabstrip-items-wrapper > .k-tabstrip-items > .k-item:hover {
    background: rgba(42, 62, 173, .03);
}

.custom-nav.k-tabstrip > .k-tabstrip-items-wrapper > .k-tabstrip-items > .k-item.k-state-active {
    background: #ebecf4
}

.k-tabstrip-items-wrapper {
    white-space: nowrap;
}

.k-grid tr[data-uid]:nth-child(3n+1) td.k-group-cell {
    border-top: none;
}


.icon-costs {
    background-image: url(images/house-util.svg)
}

.k-grid tr td {
    font-size: 14px;
}

body {
    font-size: 14px;
}

.tab-header .km-button {
    font-size: 14px;
}

.main-nav.k-tabstrip > .k-tabstrip-items-wrapper > .k-tabstrip-items > .k-item {
    font-size: 16px;
}

h1 {
    font-size: 20px;
}

h2, h3 {
    font-size: 16px;
}

.k-button, .k-widget .k-button {
    height: auto;
    min-height: 28px;
}

.section-head.header-underline-green:not(.header-narrow), .section-head.header-underline:not(.header-narrow) {
    margin-bottom: 3px;
}


@font-face {
    font-family: "DejaVu Sans";
    src: url(../stylesheets/fonts/DejaVuSans.ttf?v=1.1) format("truetype")
}

@font-face {
    font-family: "DejaVu Sans";
    font-weight: 700;
    src: url(../stylesheets/fonts/DejaVuSans-Bold.ttf?v=1.1) format("truetype")
}

.sup {
    vertical-align: super;
    font-size: smaller;
}

div.content-header {
    margin-top: 15px
}

div.drop-zone {
    height: 200px;
    border-style: dashed;
    background-color: #f0f0f3;
    text-align: center;
    vertical-align: middle;
    border-width: 2px;
    border-color: #646467;
}

td.opacity-column {
    color: #3b3c5780;
}

.k-grid tbody a.k-button.custom-command-icon {
    min-width: 0;
    padding: 12px;
}


.combobox-round span.k-autocomplete input.k-input, .combobox-round span.k-autocomplete {
    border-radius: 13px;
    height: 24px;
    min-height: 24px;
}

.bold {
    font-weight: bold;
}

.k-toolbar.k-grid-toolbar {
    background: 0 0 !important;
}

.k-multiselect-wrap {
    border-color: #cacfea !important;
}

.k-checkbox:checked:disabled + .k-checkbox-label:before {
    color: #fff;
    border-color: #52aa66;
    background-color: #52aa66;
}

.k-grid-pager {
    float: left;
}

.hide-selected > li.k-state-selected {
    display: none;
}

.k-progressbar {
    background-color: rgb(245, 245, 245);
    height: 18px;
    width: 200px;
}

.k-progressbar .k-state-selected {
    background-color: #3f51b5;
    border-color: #3f51b5;
}

.k-tabstrip-items-wrapper {
    background-color: transparent;
}

.k-grid .k-grouping-header {
    background-color: #52aa66;
}

.k-button.k-bare, .k-widget .k-button.k-flat {
    padding: 4px;
    min-width: 0;
}

.k-pager-sm {
    overflow: hidden;
}

.k-drawer-item.k-state-selected {
    background-color: #ebebeb;
    color: #3b3c57;
}

.k-drawer-item {
    color: #3b3c57;
    font-size: 14px;
    font-weight: 500;
}

.k-popup .section-head {
    margin: 0px;
}

.k-tooltip {
    padding: 0px;
}

.k-pager-wrap .k-pager-numbers .k-link, .k-pager-wrap .k-pager-numbers .k-state-selected, .k-pager-wrap .k-pager-numbers .k-state-selected:hover {
    padding-bottom: 0px;
    border-top-width: 8px;
    border-color: #52aa66 transparent transparent;
}

.k-checkbox:checked {
    color: #fff;
    border-color: #52aa66;
    background-color: #52aa66;
}

.k-dropzone .k-dropzone-hint {
    display: none;
}

.k-window-title {
    font-weight: 500;
}

.k-tabstrip > .k-content:focus, .k-checkbox > .k-content:focus {
    outline-style: none;
}

.flex-end {
    justify-content: flex-end;
    width: 100%;
}

.width40 {
    width: 40px;
}

.width200 {
    width: 200px;
    min-width: 200px;
}

.k-list-scroller {
    height: auto !important;
    max-height: 45vh !important;
}

.k-list-container {
    height: auto !important;
}

.disabled {
    pointer-events: none;
}

.k-treelist tr.k-state-selected td {
    background-color: #62ce7b;
}

.page-header-icon-button.k-button.k-button-icontext.k-grid-add {
    border: none;
}

.page-header-icon-button.k-button.k-button-icontext.k-grid-add:hover {
    color: #2a3ead;
    border: none;
    background: none;
}

.k-button, .k-widget .k-button {

}

.width-100-percentage {
    width: 100%;
}

.width-200-px {
    width: 200px;
}

.margin-left-5px {
    margin-left: 5px;
}

.font14 {
    font-size: 14px;
}

.client-selection {
    width: 12%;
    float: right;
    z-index: 5;
    padding: 5px;
}

.padding-5px {
    padding: 5px;
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}

.margin-5px {
    margin: 5px;
}

.text-align-right {
    text-align: right;
}

.padding-left5 {
    padding-left: 5px;
}

.padding-right5 {
    padding-right: 5px;
}

.padding-3-align-right {
    padding: 3px;
    text-align: right;
}

.form-row-header {
    background: #ddd;
    font-weight: bold;
}

.rental-custom-controls {
    display: flex;
}

.margin-for-header-elements {
    margin-right: 0.2em;
    margin-left: 0.2em;
}

.padding-bottom-for-kendo-buttons {
    padding-bottom: 0.5em;
}

.k-calendar > .k-header {
    background-color: #52aa66 !important;
    color: white !important;
}

.k-nav-fast {
    color: white !important;
}

.k-nav-next {
    color: white !important;
}

.k-nav-prev {
    color: white !important;
}

.k-calendar td.k-state-selected .k-link {
    background-color: #52aa66 !important;
    color: white !important;
}

.k-calendar-td .k-today > .k-link {
    color: white !important;
}

.notActiveValue {
    color: lightgray;
}

.renewableValue {
    color: #52aa66;
}

.newIndexLine {
    background-color: #dfeefc;
}

.newIndexLine-withBoxShadow {
    background-color: #dfeefc;
    max-width: 140px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),
    0 0 2px rgba(0, 0, 0, 0.2);
}

.bg-light-pink {
    background-color: #f4d3d4 !important;
    max-width: 140px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),
    0 0 2px rgba(0, 0, 0, 0.2);
}

.editable-cell {
    box-shadow: inset 0 0 5px 2px rgba(0, 0, 0, 0.2)
}

.table-normal td {
    font-size: 14px !important;
}

.activities-description-cell {
    white-space: normal;
    line-height: 1.4;
    max-height: calc(1.4em * 6);
    overflow: hidden;
}

.k-grid tbody tr.activities-row-today,
.k-grid tbody tr.activities-row-today td {
    font-weight: 600 !important;
}

.k-grid tbody tr.activities-row-overdue:hover,
.k-grid tbody tr.activities-row-today:hover,
.k-grid tbody tr.activities-row-done:hover {
    background-color: inherit !important;
}

.k-grid-copy {
    min-width: 0 !important;
}

.bulk-edit-drawer {
    position: fixed;
    top: 0;
    right: -320px;
    width: 300px;
    height: 100%;
    background: #fff;
    box-shadow: -2px 0 8px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    transition: right 0.3s ease;
    display: flex;
    flex-direction: column;
}

.bulk-edit-drawer-header {
    background: #52aa66;
    color: #fff;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-shrink: 0;
}

.bulk-edit-drawer-header .k-icon {
    cursor: pointer;
}

.bulk-edit-drawer-content {
    padding: 15px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.bulk-edit-selected-count {
    font-weight: bold;
    margin-bottom: 10px;
}

.bulk-edit-field-label {
    display: block;
    margin-bottom: 4px;
}

.bulk-edit-value-label {
    display: block;
    margin-top: 10px;
    margin-bottom: 4px;
}

.bulk-edit-drawer--open {
    right: 0;
}

.bulk-edit-save-btn {
    margin-top: 15px;
    width: 100%;
}

.bulk-edit-button {
    background-color: #52aa66 !important;
    color: #fff !important;
    border-color: #52aa66 !important;
    align-self: center !important;
    padding: 4px 8px !important;
    font-size: 0.875em !important;
}

.bulk-edit-locked-rows tr[data-uid] td:not(.bulk-select-td),
.bulk-edit-locked-rows tr[data-uid] td:not(.bulk-select-td) * {
    color: #999 !important;
}

.bulk-edit-button .fa {
    margin-right: 5px;
    color: #fff !important;
}

.bulk-edit-button:hover {
    background-color: #fff !important;
    color: #52aa66 !important;
    border-color: #52aa66 !important;
}

.bulk-edit-button:hover .fa {
    color: #52aa66 !important;
}

.bulk-edit-grouping-locked {
    pointer-events: none;
    opacity: 0.5;
}

.bulk-select-th {
    width: 50px !important;
    min-width: 50px !important;
    max-width: 50px !important;
    text-align: center !important;
    vertical-align: middle !important;
    overflow: visible !important;
}

.bulk-select-td {
    width: 50px !important;
    min-width: 50px !important;
    max-width: 50px !important;
    text-align: center !important;
}

/* Activity Status Field */
.activity-status-wrapper {
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 4px;
    margin-top: 4px;
}

.activity-status-row {
    display: flex;
    align-items: center;
    padding: 5px 6px;
    margin-bottom: 2px;
    border-radius: 3px;
}

.activity-status-row--default {
    background-color: rgba(76, 175, 80, 0.1);
}

.activity-status-spacer {
    width: 18px;
    margin-right: 6px;
    display: inline-block;
}

.activity-status-color-dot {
    display: inline-block;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    margin-right: 8px;
    flex-shrink: 0;
}

.activity-status-color-dot--clickable {
    cursor: pointer;
}

.activity-status-name {
    font-weight: bold;
}

.activity-status-default-label {
    font-style: italic;
    color: #9e9e9e;
    margin-left: 4px;
    flex-grow: 1;
}

.activity-status-lock {
    color: #bbb;
    margin-left: auto;
}

.activity-status-drag-handle {
    cursor: grab;
    margin-right: 6px;
    color: #bbb;
    font-size: 13px;
    user-select: none;
    width: 18px;
    display: inline-block;
    text-align: center;
}

.activity-status-name--editable {
    font-weight: bold;
    cursor: text;
    flex-grow: 1;
    min-width: 50px;
    outline: none;
}

.activity-status-controls {
    display: flex;
    gap: 3px;
    margin-left: 8px;
    flex-shrink: 0;
}

.activity-status-btn {
    background: none;
    border: 1px solid #ddd;
    border-radius: 3px;
    cursor: pointer;
    padding: 1px 5px;
    line-height: 1.4;
    font-size: 12px;
}

.activity-status-btn--delete {
    color: #e53935;
}

.activity-status-custom-row .activity-status-name {
    flex-grow: 1;
}

.activity-status-row--editing {
    border: 1px solid #2FA84F;
    background-color: rgba(76, 175, 80, 0.08);
}

.activity-status-add-row {
    display: flex;
    align-items: center;
    padding: 5px 6px;
}

.activity-status-name-input {
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 2px 6px;
    font-size: 13px;
    flex-grow: 1;
    min-width: 100px;
}

.activity-status-add-btn {
    margin-left: 6px;
    padding: 2px 10px;
    cursor: pointer;
    border: 1px solid #ddd;
    border-radius: 3px;
    background: #f5f5f5;
}

.activity-status-color-popup {
    position: fixed;
    z-index: 10000;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.k-treelist .overdue, .k-treelist tr.overdue:hover td {
    background-color: #ffbfbf !important;
}
.k-treelist .inactive, .k-treelist tr.inactive:hover td {
    background-color: lightgray !important;
}
.k-treelist tbody tr.activities-row-today td {
    font-weight: 600 !important;
}

/* Activity Entry Section */
.activity-entry-header {
    display: flex;
    align-items: center;
    padding: 4px 0;
    gap: 8px;
}

.activity-entry-search {
    flex: 1;
    min-width: 0;
    margin-right: 8px;
}

.activity-entry-treelist-wrapper {
    margin-top: 8px;
}

.activity-entry-treelist-wrapper .activity-entry-treelist .k-grid-content {
    overflow-y: hidden;
}

.files-notes-grid-wrapper .k-grid-content {
    overflow-y: hidden;
}

.activity-entry-treelist {
    font-weight: normal !important;
}

/* Expandable title column: flex so Kendo's arrow icon is inline with the title div.
   Targeted by column class (not position) so it survives column reordering. */
.activity-entry-treelist tbody td.activity-title-cell {
    display: flex;
    align-items: flex-start;
    gap: 2px;
}
.activity-entry-treelist tbody td.activity-title-cell .limit-lines-2 {
    flex: 1;
    min-width: 0;
}

.activity-entry-status-cell {
    display: flex;
    align-items: center;
}

.k-dropdown-wrap .k-input .activity-entry-status-cell {
    display: inline-flex;
    vertical-align: middle;
}

/* Files Modal */
.files-modal-row .k-datepicker,
.files-modal-row .k-dropdown,
.files-modal-row .k-multiselect {
    width: 100%;
}

/* Activity Entry Modal */
.activity-modal-card-label {
    margin-left: 14px;
    margin-right: 18px;
    font-size: 13px;
    opacity: 0.9;
    display: inline-block;
    max-width: 45%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
}

.activity-modal-header-btn {
    color: #fff;
}

.activity-modal-row {
    display: flex;
    gap: 12px;
    margin-bottom: 10px;
}

.activity-modal-col {
    flex: 1;
    min-width: 0;
}

.activity-modal-row .k-datepicker,
.activity-modal-row .k-dropdown,
.activity-modal-row .k-multiselect {
    width: 100%;
}

.activity-modal-label {
    font-weight: 600;
    margin-bottom: 4px;
}

.activity-modal-error {
    display: block;
    color: #c00;
    font-size: 12px;
}

.activity-modal-section {
    margin-bottom: 10px;
}

.activity-modal-title-label-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 4px;
}

.activity-modal-char-count {
    color: #888;
    font-size: 12px;
}

.activity-modal-subtask-header {
    display: flex;
    align-items: center;
    margin-top: 16px;
    margin-bottom: 6px;
}

.activity-modal-subtask-header-left {
    display: flex;
    align-items: center;
    gap: 8px;
    flex: 1;
}

.activity-modal-subtask-title {
    font-weight: 600;
}

.activity-modal-subtask-counter {
    color: #666;
    font-size: 13px;
}
