:root {
    --blue: #24326d;
}

#custom .dropzone .dz-message {
    color: var(--blue);
}

#custom .dropzone .dz-preview .dz-image {
    background-color: var(--blue);
}

#custom .dz-details,
#custom .dz-details:hover {
    color: var(--blue);
}

#custom .task-user:hover,
#custom .task-user:active {
    border: 1px dashed var(--blue);
}

#custom .task-info-col {
    border: 1px solid var(--blue);
}

#custom .task-info-col {
    padding: 5px;
    border: 1px solid var(--blue) !important;
}

#custom .jquery-comments .highlight-background {
    background: var(--blue) !important;
}

#custom .jquery-comments .textarea-wrapper .textarea:focus,
#custom .jquery-comments .textarea-wrapper .textarea:active {
    border-color: var(--blue);
}

.tinymce-mobile-toolstrip .tinymce-mobile-toolbar:not(.tinymce-mobile-context-toolbar) .tinymce-mobile-toolbar-group:first-of-type,
.tinymce-mobile-toolstrip .tinymce-mobile-toolbar:not(.tinymce-mobile-context-toolbar) .tinymce-mobile-toolbar-group:last-of-type {
    background: var(--blue) !important;
}
