<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">input.icon-checkbox + label:before {
    font-weight: normal;
    color: #434343 !important;
    content: "\F0C8";
}
input.icon-checkbox + label:after {
    position: absolute;
    top: -11px;
    left: -11px;
    display: block;
    background: #aaa;
    border-radius: 50%;
    width: 46px;
    height: 46px;
    content: "";
    transform: scale(0);
}
input.icon-checkbox:checked + label:before {
    font-weight: 900;
    content: "\F14A";
}
input.icon-checkbox:focus + label:after {
    animation: checkbox-ripple 0.5s ease-out;
}
@keyframes checkbox-ripple {
    0% {
        transform: scale(0.6);
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: scale(1);
    }
}
.form-control:not(#composebody) {
    border: none;
    border-bottom: 1px solid #ddd;
    border-radius: 0 !important;
}
.form-control:not(#composebody):focus,
.form-control:not(#composebody).focus {
    box-shadow: none;
    border-width: 2px;
}
.input-group .input-group-prepend *,
.input-group .input-group-append * {
    background: transparent;
    border: none;
}
.input-group .input-group-prepend *:focus,
.input-group .input-group-append *:focus {
    box-shadow: none !important;
}
.wave-container {
    position: relative;
    overflow: hidden;
}
.wave {
    display: block;
    position: absolute;
    width: 1px;
    height: 1px;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    animation: wave-ripple 0.6s;
}
@keyframes wave-ripple {
    100% {
        transform: scale(100);
        opacity: 0;
    }
}
.xcolor-f44336 .btn.btn-primary,
.xcolor-f44336 .btn.btn-success,
.xcolor-f44336 div.tox .tox-dialog__footer .tox-button,
.xcolor-f44336 .mce-window .mce-foot .mce-btn.mce-primary,
.xcolor-f44336 .floating-action-buttons a.button {
    background-color: #2979ff !important;
    border: 1px solid #2979ff !important;
    color: #fff;
}
.xcolor-f44336 .btn.btn-primary:hover,
.xcolor-f44336 .btn.btn-success:hover,
.xcolor-f44336 div.tox .tox-dialog__footer .tox-button:hover,
.xcolor-f44336 .mce-window .mce-foot .mce-btn.mce-primary:hover,
.xcolor-f44336 .floating-action-buttons a.button:hover {
    background-color: #236fec !important;
}
.xcolor-f44336 .mce-window .mce-foot .mce-btn.mce-primary button {
    color: #fff !important;
}
.xcolor-f44336 .custom-switch .custom-control-input:checked ~ .custom-control-label:before {
    background-color: #2979ff !important;
    border: 1px solid #2979ff !important;
}
.xcolor-f44336 .custom-switch .custom-control-input:checked ~ .custom-control-label:hover:before {
    background-color: #236fec !important;
    border: 1px solid #236fec !important;
}
.xcolor-f44336 .mce-window .mce-checkbox i.mce-i-checkbox {
    color: #c0c0c0;
}
.xcolor-f44336 .mce-window .mce-checkbox.mce-checked i.mce-i-checkbox {
    color: #2979ff !important;
}
.xcolor-f44336 a,
.xcolor-f44336 button.xanchor,
.xcolor-f44336 div.tox .tox-dialog .tox-dialog__body-nav-item--active,
.xcolor-f44336 input.icon-checkbox + label:before,
.xcolor-f44336 input.icon-checkbox:checked + label:before {
    color: #2979ff;
}
html.dark-mode .xcolor-f44336 a,
html.dark-mode .xcolor-f44336 button.xanchor,
html.dark-mode .xcolor-f44336 div.tox .tox-dialog .tox-dialog__body-nav-item--active,
html.dark-mode .xcolor-f44336 input.icon-checkbox + label:before,
html.dark-mode .xcolor-f44336 input.icon-checkbox:checked + label:before {
    color: #5494ff;
}
.xcolor-f44336 .custom-file-label:focus:not(.is-invalid),
.xcolor-f44336 .form-control:focus:not(.is-invalid),
.xcolor-f44336 .recipient-input.focus,
.xcolor-f44336 .mce-tinymce.focused,
.xcolor-f44336 div.tox.focused {
    border-color: #2979ff !important;
}
.xcolor-f44336 #settings-menu li.selected,
.xcolor-f44336 .listing tr.selected td,
.xcolor-f44336 .listing li.selected &gt; a,
.xcolor-f44336 ul.treelist li.selected &gt; div &gt; a,
.xcolor-f44336 ul.treelist li.selected &gt; a,
.xcolor-f44336 .toolbarmenu.listing li:hover a.active {
    color: #2979ff;
}
html.dark-mode .xcolor-f44336 #settings-menu li.selected,
html.dark-mode .xcolor-f44336 .listing tr.selected td,
html.dark-mode .xcolor-f44336 .listing li.selected &gt; a,
html.dark-mode .xcolor-f44336 ul.treelist li.selected &gt; div &gt; a,
html.dark-mode .xcolor-f44336 ul.treelist li.selected &gt; a,
html.dark-mode .xcolor-f44336 .toolbarmenu.listing li:hover a.active {
    color: #2979ff;
}
.xcolor-f44336 #layout-menu .popover-header {
    background-color: #f44336 !important;
}
html.dark-mode .xcolor-f44336 #layout-menu .popover-header {
    background-color: #f44336 !important;
}
.xcolor-f44336 .ui-datepicker a.ui-state-active {
    background-color: #ef5350 !important;
}
html.dark-mode .xcolor-f44336 .ui-datepicker a.ui-state-active {
    background-color: #ef5350 !important;
}
html.dark-mode:not(.touch) .xcolor-f44336 ::-webkit-scrollbar-thumb {
    background-color: #f44336;
}
@media screen and (min-width: 481px) {
    .xcolor-f44336 #layout-menu {
        background-color: #f44336 !important;
    }
    .xcolor-f44336 #taskmenu a.selected,
    .xcolor-f44336 #taskmenu a.focus,
    .xcolor-f44336 #taskmenu a:hover {
        background-color: #ef5350 !important;
    }
}
.xcolor-e91e63 .btn.btn-primary,
.xcolor-e91e63 .btn.btn-success,
.xcolor-e91e63 div.tox .tox-dialog__footer .tox-button,
.xcolor-e91e63 .mce-window .mce-foot .mce-btn.mce-primary,
.xcolor-e91e63 .floating-action-buttons a.button {
    background-color: #0091ea !important;
    border: 1px solid #0091ea !important;
    color: #fff;
}
.xcolor-e91e63 .btn.btn-primary:hover,
.xcolor-e91e63 .btn.btn-success:hover,
.xcolor-e91e63 div.tox .tox-dialog__footer .tox-button:hover,
.xcolor-e91e63 .mce-window .mce-foot .mce-btn.mce-primary:hover,
.xcolor-e91e63 .floating-action-buttons a.button:hover {
    background-color: #0085da !important;
}
.xcolor-e91e63 .mce-window .mce-foot .mce-btn.mce-primary button {
    color: #fff !important;
}
.xcolor-e91e63 .custom-switch .custom-control-input:checked ~ .custom-control-label:before {
    background-color: #0091ea !important;
    border: 1px solid #0091ea !important;
}
.xcolor-e91e63 .custom-switch .custom-control-input:checked ~ .custom-control-label:hover:before {
    background-color: #0085da !important;
    border: 1px solid #0085da !important;
}
.xcolor-e91e63 .mce-window .mce-checkbox i.mce-i-checkbox {
    color: #c0c0c0;
}
.xcolor-e91e63 .mce-window .mce-checkbox.mce-checked i.mce-i-checkbox {
    color: #0091ea !important;
}
.xcolor-e91e63 a,
.xcolor-e91e63 button.xanchor,
.xcolor-e91e63 div.tox .tox-dialog .tox-dialog__body-nav-item--active,
.xcolor-e91e63 input.icon-checkbox + label:before,
.xcolor-e91e63 input.icon-checkbox:checked + label:before {
    color: #0091ea;
}
html.dark-mode .xcolor-e91e63 a,
html.dark-mode .xcolor-e91e63 button.xanchor,
html.dark-mode .xcolor-e91e63 div.tox .tox-dialog .tox-dialog__body-nav-item--active,
html.dark-mode .xcolor-e91e63 input.icon-checkbox + label:before,
html.dark-mode .xcolor-e91e63 input.icon-checkbox:checked + label:before {
    color: #33a7ee;
}
.xcolor-e91e63 .custom-file-label:focus:not(.is-invalid),
.xcolor-e91e63 .form-control:focus:not(.is-invalid),
.xcolor-e91e63 .recipient-input.focus,
.xcolor-e91e63 .mce-tinymce.focused,
.xcolor-e91e63 div.tox.focused {
    border-color: #0091ea !important;
}
.xcolor-e91e63 #settings-menu li.selected,
.xcolor-e91e63 .listing tr.selected td,
.xcolor-e91e63 .listing li.selected &gt; a,
.xcolor-e91e63 ul.treelist li.selected &gt; div &gt; a,
.xcolor-e91e63 ul.treelist li.selected &gt; a,
.xcolor-e91e63 .toolbarmenu.listing li:hover a.active {
    color: #0091ea;
}
html.dark-mode .xcolor-e91e63 #settings-menu li.selected,
html.dark-mode .xcolor-e91e63 .listing tr.selected td,
html.dark-mode .xcolor-e91e63 .listing li.selected &gt; a,
html.dark-mode .xcolor-e91e63 ul.treelist li.selected &gt; div &gt; a,
html.dark-mode .xcolor-e91e63 ul.treelist li.selected &gt; a,
html.dark-mode .xcolor-e91e63 .toolbarmenu.listing li:hover a.active {
    color: #0091ea;
}
.xcolor-e91e63 #layout-menu .popover-header {
    background-color: #e91e63 !important;
}
html.dark-mode .xcolor-e91e63 #layout-menu .popover-header {
    background-color: #e91e63 !important;
}
.xcolor-e91e63 .ui-datepicker a.ui-state-active {
    background-color: #ec407a !important;
}
html.dark-mode .xcolor-e91e63 .ui-datepicker a.ui-state-active {
    background-color: #ec407a !important;
}
html.dark-mode:not(.touch) .xcolor-e91e63 ::-webkit-scrollbar-thumb {
    background-color: #e91e63;
}
@media screen and (min-width: 481px) {
    .xcolor-e91e63 #layout-menu {
        background-color: #e91e63 !important;
    }
    .xcolor-e91e63 #taskmenu a.selected,
    .xcolor-e91e63 #taskmenu a.focus,
    .xcolor-e91e63 #taskmenu a:hover {
        background-color: #ec407a !important;
    }
}
.xcolor-9c27b0 .btn.btn-primary,
.xcolor-9c27b0 .btn.btn-success,
.xcolor-9c27b0 div.tox .tox-dialog__footer .tox-button,
.xcolor-9c27b0 .mce-window .mce-foot .mce-btn.mce-primary,
.xcolor-9c27b0 .floating-action-buttons a.button {
    background-color: #0091ea !important;
    border: 1px solid #0091ea !important;
    color: #fff;
}
.xcolor-9c27b0 .btn.btn-primary:hover,
.xcolor-9c27b0 .btn.btn-success:hover,
.xcolor-9c27b0 div.tox .tox-dialog__footer .tox-button:hover,
.xcolor-9c27b0 .mce-window .mce-foot .mce-btn.mce-primary:hover,
.xcolor-9c27b0 .floating-action-buttons a.button:hover {
    background-color: #0085da !important;
}
.xcolor-9c27b0 .mce-window .mce-foot .mce-btn.mce-primary button {
    color: #fff !important;
}
.xcolor-9c27b0 .custom-switch .custom-control-input:checked ~ .custom-control-label:before {
    background-color: #0091ea !important;
    border: 1px solid #0091ea !important;
}
.xcolor-9c27b0 .custom-switch .custom-control-input:checked ~ .custom-control-label:hover:before {
    background-color: #0085da !important;
    border: 1px solid #0085da !important;
}
.xcolor-9c27b0 .mce-window .mce-checkbox i.mce-i-checkbox {
    color: #c0c0c0;
}
.xcolor-9c27b0 .mce-window .mce-checkbox.mce-checked i.mce-i-checkbox {
    color: #0091ea !important;
}
.xcolor-9c27b0 a,
.xcolor-9c27b0 button.xanchor,
.xcolor-9c27b0 div.tox .tox-dialog .tox-dialog__body-nav-item--active,
.xcolor-9c27b0 input.icon-checkbox + label:before,
.xcolor-9c27b0 input.icon-checkbox:checked + label:before {
    color: #0091ea;
}
html.dark-mode .xcolor-9c27b0 a,
html.dark-mode .xcolor-9c27b0 button.xanchor,
html.dark-mode .xcolor-9c27b0 div.tox .tox-dialog .tox-dialog__body-nav-item--active,
html.dark-mode .xcolor-9c27b0 input.icon-checkbox + label:before,
html.dark-mode .xcolor-9c27b0 input.icon-checkbox:checked + label:before {
    color: #33a7ee;
}
.xcolor-9c27b0 .custom-file-label:focus:not(.is-invalid),
.xcolor-9c27b0 .form-control:focus:not(.is-invalid),
.xcolor-9c27b0 .recipient-input.focus,
.xcolor-9c27b0 .mce-tinymce.focused,
.xcolor-9c27b0 div.tox.focused {
    border-color: #0091ea !important;
}
.xcolor-9c27b0 #settings-menu li.selected,
.xcolor-9c27b0 .listing tr.selected td,
.xcolor-9c27b0 .listing li.selected &gt; a,
.xcolor-9c27b0 ul.treelist li.selected &gt; div &gt; a,
.xcolor-9c27b0 ul.treelist li.selected &gt; a,
.xcolor-9c27b0 .toolbarmenu.listing li:hover a.active {
    color: #0091ea;
}
html.dark-mode .xcolor-9c27b0 #settings-menu li.selected,
html.dark-mode .xcolor-9c27b0 .listing tr.selected td,
html.dark-mode .xcolor-9c27b0 .listing li.selected &gt; a,
html.dark-mode .xcolor-9c27b0 ul.treelist li.selected &gt; div &gt; a,
html.dark-mode .xcolor-9c27b0 ul.treelist li.selected &gt; a,
html.dark-mode .xcolor-9c27b0 .toolbarmenu.listing li:hover a.active {
    color: #0091ea;
}
.xcolor-9c27b0 #layout-menu .popover-header {
    background-color: #9c27b0 !important;
}
html.dark-mode .xcolor-9c27b0 #layout-menu .popover-header {
    background-color: #9c27b0 !important;
}
.xcolor-9c27b0 .ui-datepicker a.ui-state-active {
    background-color: #ab47bc !important;
}
html.dark-mode .xcolor-9c27b0 .ui-datepicker a.ui-state-active {
    background-color: #ab47bc !important;
}
html.dark-mode:not(.touch) .xcolor-9c27b0 ::-webkit-scrollbar-thumb {
    background-color: #9c27b0;
}
@media screen and (min-width: 481px) {
    .xcolor-9c27b0 #layout-menu {
        background-color: #9c27b0 !important;
    }
    .xcolor-9c27b0 #taskmenu a.selected,
    .xcolor-9c27b0 #taskmenu a.focus,
    .xcolor-9c27b0 #taskmenu a:hover {
        background-color: #ab47bc !important;
    }
}
.xcolor-673ab7 .btn.btn-primary,
.xcolor-673ab7 .btn.btn-success,
.xcolor-673ab7 div.tox .tox-dialog__footer .tox-button,
.xcolor-673ab7 .mce-window .mce-foot .mce-btn.mce-primary,
.xcolor-673ab7 .floating-action-buttons a.button {
    background-color: #f50057 !important;
    border: 1px solid #f50057 !important;
    color: #fff;
}
.xcolor-673ab7 .btn.btn-primary:hover,
.xcolor-673ab7 .btn.btn-success:hover,
.xcolor-673ab7 div.tox .tox-dialog__footer .tox-button:hover,
.xcolor-673ab7 .mce-window .mce-foot .mce-btn.mce-primary:hover,
.xcolor-673ab7 .floating-action-buttons a.button:hover {
    background-color: #df0355 !important;
}
.xcolor-673ab7 .mce-window .mce-foot .mce-btn.mce-primary button {
    color: #fff !important;
}
.xcolor-673ab7 .custom-switch .custom-control-input:checked ~ .custom-control-label:before {
    background-color: #f50057 !important;
    border: 1px solid #f50057 !important;
}
.xcolor-673ab7 .custom-switch .custom-control-input:checked ~ .custom-control-label:hover:before {
    background-color: #df0355 !important;
    border: 1px solid #df0355 !important;
}
.xcolor-673ab7 .mce-window .mce-checkbox i.mce-i-checkbox {
    color: #c0c0c0;
}
.xcolor-673ab7 .mce-window .mce-checkbox.mce-checked i.mce-i-checkbox {
    color: #f50057 !important;
}
.xcolor-673ab7 a,
.xcolor-673ab7 button.xanchor,
.xcolor-673ab7 div.tox .tox-dialog .tox-dialog__body-nav-item--active,
.xcolor-673ab7 input.icon-checkbox + label:before,
.xcolor-673ab7 input.icon-checkbox:checked + label:before {
    color: #f50057;
}
html.dark-mode .xcolor-673ab7 a,
html.dark-mode .xcolor-673ab7 button.xanchor,
html.dark-mode .xcolor-673ab7 div.tox .tox-dialog .tox-dialog__body-nav-item--active,
html.dark-mode .xcolor-673ab7 input.icon-checkbox + label:before,
html.dark-mode .xcolor-673ab7 input.icon-checkbox:checked + label:before {
    color: #f73379;
}
.xcolor-673ab7 .custom-file-label:focus:not(.is-invalid),
.xcolor-673ab7 .form-control:focus:not(.is-invalid),
.xcolor-673ab7 .recipient-input.focus,
.xcolor-673ab7 .mce-tinymce.focused,
.xcolor-673ab7 div.tox.focused {
    border-color: #f50057 !important;
}
.xcolor-673ab7 #settings-menu li.selected,
.xcolor-673ab7 .listing tr.selected td,
.xcolor-673ab7 .listing li.selected &gt; a,
.xcolor-673ab7 ul.treelist li.selected &gt; div &gt; a,
.xcolor-673ab7 ul.treelist li.selected &gt; a,
.xcolor-673ab7 .toolbarmenu.listing li:hover a.active {
    color: #f50057;
}
html.dark-mode .xcolor-673ab7 #settings-menu li.selected,
html.dark-mode .xcolor-673ab7 .listing tr.selected td,
html.dark-mode .xcolor-673ab7 .listing li.selected &gt; a,
html.dark-mode .xcolor-673ab7 ul.treelist li.selected &gt; div &gt; a,
html.dark-mode .xcolor-673ab7 ul.treelist li.selected &gt; a,
html.dark-mode .xcolor-673ab7 .toolbarmenu.listing li:hover a.active {
    color: #f50057;
}
.xcolor-673ab7 #layout-menu .popover-header {
    background-color: #673ab7 !important;
}
html.dark-mode .xcolor-673ab7 #layout-menu .popover-header {
    background-color: #673ab7 !important;
}
.xcolor-673ab7 .ui-datepicker a.ui-state-active {
    background-color: #7e57c2 !important;
}
html.dark-mode .xcolor-673ab7 .ui-datepicker a.ui-state-active {
    background-color: #7e57c2 !important;
}
html.dark-mode:not(.touch) .xcolor-673ab7 ::-webkit-scrollbar-thumb {
    background-color: #673ab7;
}
@media screen and (min-width: 481px) {
    .xcolor-673ab7 #layout-menu {
        background-color: #673ab7 !important;
    }
    .xcolor-673ab7 #taskmenu a.selected,
    .xcolor-673ab7 #taskmenu a.focus,
    .xcolor-673ab7 #taskmenu a:hover {
        background-color: #7e57c2 !important;
    }
}
.xcolor-3f51b5 .btn.btn-primary,
.xcolor-3f51b5 .btn.btn-success,
.xcolor-3f51b5 div.tox .tox-dialog__footer .tox-button,
.xcolor-3f51b5 .mce-window .mce-foot .mce-btn.mce-primary,
.xcolor-3f51b5 .floating-action-buttons a.button {
    background-color: #f50057 !important;
    border: 1px solid #f50057 !important;
    color: #fff;
}
.xcolor-3f51b5 .btn.btn-primary:hover,
.xcolor-3f51b5 .btn.btn-success:hover,
.xcolor-3f51b5 div.tox .tox-dialog__footer .tox-button:hover,
.xcolor-3f51b5 .mce-window .mce-foot .mce-btn.mce-primary:hover,
.xcolor-3f51b5 .floating-action-buttons a.button:hover {
    background-color: #df0355 !important;
}
.xcolor-3f51b5 .mce-window .mce-foot .mce-btn.mce-primary button {
    color: #fff !important;
}
.xcolor-3f51b5 .custom-switch .custom-control-input:checked ~ .custom-control-label:before {
    background-color: #f50057 !important;
    border: 1px solid #f50057 !important;
}
.xcolor-3f51b5 .custom-switch .custom-control-input:checked ~ .custom-control-label:hover:before {
    background-color: #df0355 !important;
    border: 1px solid #df0355 !important;
}
.xcolor-3f51b5 .mce-window .mce-checkbox i.mce-i-checkbox {
    color: #c0c0c0;
}
.xcolor-3f51b5 .mce-window .mce-checkbox.mce-checked i.mce-i-checkbox {
    color: #f50057 !important;
}
.xcolor-3f51b5 a,
.xcolor-3f51b5 button.xanchor,
.xcolor-3f51b5 div.tox .tox-dialog .tox-dialog__body-nav-item--active,
.xcolor-3f51b5 input.icon-checkbox + label:before,
.xcolor-3f51b5 input.icon-checkbox:checked + label:before {
    color: #f50057;
}
html.dark-mode .xcolor-3f51b5 a,
html.dark-mode .xcolor-3f51b5 button.xanchor,
html.dark-mode .xcolor-3f51b5 div.tox .tox-dialog .tox-dialog__body-nav-item--active,
html.dark-mode .xcolor-3f51b5 input.icon-checkbox + label:before,
html.dark-mode .xcolor-3f51b5 input.icon-checkbox:checked + label:before {
    color: #f73379;
}
.xcolor-3f51b5 .custom-file-label:focus:not(.is-invalid),
.xcolor-3f51b5 .form-control:focus:not(.is-invalid),
.xcolor-3f51b5 .recipient-input.focus,
.xcolor-3f51b5 .mce-tinymce.focused,
.xcolor-3f51b5 div.tox.focused {
    border-color: #f50057 !important;
}
.xcolor-3f51b5 #settings-menu li.selected,
.xcolor-3f51b5 .listing tr.selected td,
.xcolor-3f51b5 .listing li.selected &gt; a,
.xcolor-3f51b5 ul.treelist li.selected &gt; div &gt; a,
.xcolor-3f51b5 ul.treelist li.selected &gt; a,
.xcolor-3f51b5 .toolbarmenu.listing li:hover a.active {
    color: #f50057;
}
html.dark-mode .xcolor-3f51b5 #settings-menu li.selected,
html.dark-mode .xcolor-3f51b5 .listing tr.selected td,
html.dark-mode .xcolor-3f51b5 .listing li.selected &gt; a,
html.dark-mode .xcolor-3f51b5 ul.treelist li.selected &gt; div &gt; a,
html.dark-mode .xcolor-3f51b5 ul.treelist li.selected &gt; a,
html.dark-mode .xcolor-3f51b5 .toolbarmenu.listing li:hover a.active {
    color: #f50057;
}
.xcolor-3f51b5 #layout-menu .popover-header {
    background-color: #3f51b5 !important;
}
html.dark-mode .xcolor-3f51b5 #layout-menu .popover-header {
    background-color: #3f51b5 !important;
}
.xcolor-3f51b5 .ui-datepicker a.ui-state-active {
    background-color: #5c6bc0 !important;
}
html.dark-mode .xcolor-3f51b5 .ui-datepicker a.ui-state-active {
    background-color: #5c6bc0 !important;
}
html.dark-mode:not(.touch) .xcolor-3f51b5 ::-webkit-scrollbar-thumb {
    background-color: #3f51b5;
}
@media screen and (min-width: 481px) {
    .xcolor-3f51b5 #layout-menu {
        background-color: #3f51b5 !important;
    }
    .xcolor-3f51b5 #taskmenu a.selected,
    .xcolor-3f51b5 #taskmenu a.focus,
    .xcolor-3f51b5 #taskmenu a:hover {
        background-color: #5c6bc0 !important;
    }
}
.xcolor-1976d2 .btn.btn-primary,
.xcolor-1976d2 .btn.btn-success,
.xcolor-1976d2 div.tox .tox-dialog__footer .tox-button,
.xcolor-1976d2 .mce-window .mce-foot .mce-btn.mce-primary,
.xcolor-1976d2 .floating-action-buttons a.button {
    background-color: #ff1744 !important;
    border: 1px solid #ff1744 !important;
    color: #fff;
}
.xcolor-1976d2 .btn.btn-primary:hover,
.xcolor-1976d2 .btn.btn-success:hover,
.xcolor-1976d2 div.tox .tox-dialog__footer .tox-button:hover,
.xcolor-1976d2 .mce-window .mce-foot .mce-btn.mce-primary:hover,
.xcolor-1976d2 .floating-action-buttons a.button:hover {
    background-color: #f1183c !important;
}
.xcolor-1976d2 .mce-window .mce-foot .mce-btn.mce-primary button {
    color: #fff !important;
}
.xcolor-1976d2 .custom-switch .custom-control-input:checked ~ .custom-control-label:before {
    background-color: #ff1744 !important;
    border: 1px solid #ff1744 !important;
}
.xcolor-1976d2 .custom-switch .custom-control-input:checked ~ .custom-control-label:hover:before {
    background-color: #f1183c !important;
    border: 1px solid #f1183c !important;
}
.xcolor-1976d2 .mce-window .mce-checkbox i.mce-i-checkbox {
    color: #c0c0c0;
}
.xcolor-1976d2 .mce-window .mce-checkbox.mce-checked i.mce-i-checkbox {
    color: #ff1744 !important;
}
.xcolor-1976d2 a,
.xcolor-1976d2 button.xanchor,
.xcolor-1976d2 div.tox .tox-dialog .tox-dialog__body-nav-item--active,
.xcolor-1976d2 input.icon-checkbox + label:before,
.xcolor-1976d2 input.icon-checkbox:checked + label:before {
    color: #ff1744;
}
html.dark-mode .xcolor-1976d2 a,
html.dark-mode .xcolor-1976d2 button.xanchor,
html.dark-mode .xcolor-1976d2 div.tox .tox-dialog .tox-dialog__body-nav-item--active,
html.dark-mode .xcolor-1976d2 input.icon-checkbox + label:before,
html.dark-mode .xcolor-1976d2 input.icon-checkbox:checked + label:before {
    color: #ff4569;
}
.xcolor-1976d2 .custom-file-label:focus:not(.is-invalid),
.xcolor-1976d2 .form-control:focus:not(.is-invalid),
.xcolor-1976d2 .recipient-input.focus,
.xcolor-1976d2 .mce-tinymce.focused,
.xcolor-1976d2 div.tox.focused {
    border-color: #ff1744 !important;
}
.xcolor-1976d2 #settings-menu li.selected,
.xcolor-1976d2 .listing tr.selected td,
.xcolor-1976d2 .listing li.selected &gt; a,
.xcolor-1976d2 ul.treelist li.selected &gt; div &gt; a,
.xcolor-1976d2 ul.treelist li.selected &gt; a,
.xcolor-1976d2 .toolbarmenu.listing li:hover a.active {
    color: #ff1744;
}
html.dark-mode .xcolor-1976d2 #settings-menu li.selected,
html.dark-mode .xcolor-1976d2 .listing tr.selected td,
html.dark-mode .xcolor-1976d2 .listing li.selected &gt; a,
html.dark-mode .xcolor-1976d2 ul.treelist li.selected &gt; div &gt; a,
html.dark-mode .xcolor-1976d2 ul.treelist li.selected &gt; a,
html.dark-mode .xcolor-1976d2 .toolbarmenu.listing li:hover a.active {
    color: #ff1744;
}
.xcolor-1976d2 #layout-menu .popover-header {
    background-color: #1976d2 !important;
}
html.dark-mode .xcolor-1976d2 #layout-menu .popover-header {
    background-color: #1976d2 !important;
}
.xcolor-1976d2 .ui-datepicker a.ui-state-active {
    background-color: #42a5f5 !important;
}
html.dark-mode .xcolor-1976d2 .ui-datepicker a.ui-state-active {
    background-color: #42a5f5 !important;
}
html.dark-mode:not(.touch) .xcolor-1976d2 ::-webkit-scrollbar-thumb {
    background-color: #1976d2;
}
@media screen and (min-width: 481px) {
    .xcolor-1976d2 #layout-menu {
        background-color: #1976d2 !important;
    }
    .xcolor-1976d2 #taskmenu a.selected,
    .xcolor-1976d2 #taskmenu a.focus,
    .xcolor-1976d2 #taskmenu a:hover {
        background-color: #42a5f5 !important;
    }
}
.xcolor-039be5 .btn.btn-primary,
.xcolor-039be5 .btn.btn-success,
.xcolor-039be5 div.tox .tox-dialog__footer .tox-button,
.xcolor-039be5 .mce-window .mce-foot .mce-btn.mce-primary,
.xcolor-039be5 .floating-action-buttons a.button {
    background-color: #ff1744 !important;
    border: 1px solid #ff1744 !important;
    color: #fff;
}
.xcolor-039be5 .btn.btn-primary:hover,
.xcolor-039be5 .btn.btn-success:hover,
.xcolor-039be5 div.tox .tox-dialog__footer .tox-button:hover,
.xcolor-039be5 .mce-window .mce-foot .mce-btn.mce-primary:hover,
.xcolor-039be5 .floating-action-buttons a.button:hover {
    background-color: #f1183c !important;
}
.xcolor-039be5 .mce-window .mce-foot .mce-btn.mce-primary button {
    color: #fff !important;
}
.xcolor-039be5 .custom-switch .custom-control-input:checked ~ .custom-control-label:before {
    background-color: #ff1744 !important;
    border: 1px solid #ff1744 !important;
}
.xcolor-039be5 .custom-switch .custom-control-input:checked ~ .custom-control-label:hover:before {
    background-color: #f1183c !important;
    border: 1px solid #f1183c !important;
}
.xcolor-039be5 .mce-window .mce-checkbox i.mce-i-checkbox {
    color: #c0c0c0;
}
.xcolor-039be5 .mce-window .mce-checkbox.mce-checked i.mce-i-checkbox {
    color: #ff1744 !important;
}
.xcolor-039be5 a,
.xcolor-039be5 button.xanchor,
.xcolor-039be5 div.tox .tox-dialog .tox-dialog__body-nav-item--active,
.xcolor-039be5 input.icon-checkbox + label:before,
.xcolor-039be5 input.icon-checkbox:checked + label:before {
    color: #ff1744;
}
html.dark-mode .xcolor-039be5 a,
html.dark-mode .xcolor-039be5 button.xanchor,
html.dark-mode .xcolor-039be5 div.tox .tox-dialog .tox-dialog__body-nav-item--active,
html.dark-mode .xcolor-039be5 input.icon-checkbox + label:before,
html.dark-mode .xcolor-039be5 input.icon-checkbox:checked + label:before {
    color: #ff4569;
}
.xcolor-039be5 .custom-file-label:focus:not(.is-invalid),
.xcolor-039be5 .form-control:focus:not(.is-invalid),
.xcolor-039be5 .recipient-input.focus,
.xcolor-039be5 .mce-tinymce.focused,
.xcolor-039be5 div.tox.focused {
    border-color: #ff1744 !important;
}
.xcolor-039be5 #settings-menu li.selected,
.xcolor-039be5 .listing tr.selected td,
.xcolor-039be5 .listing li.selected &gt; a,
.xcolor-039be5 ul.treelist li.selected &gt; div &gt; a,
.xcolor-039be5 ul.treelist li.selected &gt; a,
.xcolor-039be5 .toolbarmenu.listing li:hover a.active {
    color: #ff1744;
}
html.dark-mode .xcolor-039be5 #settings-menu li.selected,
html.dark-mode .xcolor-039be5 .listing tr.selected td,
html.dark-mode .xcolor-039be5 .listing li.selected &gt; a,
html.dark-mode .xcolor-039be5 ul.treelist li.selected &gt; div &gt; a,
html.dark-mode .xcolor-039be5 ul.treelist li.selected &gt; a,
html.dark-mode .xcolor-039be5 .toolbarmenu.listing li:hover a.active {
    color: #ff1744;
}
.xcolor-039be5 #layout-menu .popover-header {
    background-color: #039be5 !important;
}
html.dark-mode .xcolor-039be5 #layout-menu .popover-header {
    background-color: #039be5 !important;
}
.xcolor-039be5 .ui-datepicker a.ui-state-active {
    background-color: #29b6f6 !important;
}
html.dark-mode .xcolor-039be5 .ui-datepicker a.ui-state-active {
    background-color: #29b6f6 !important;
}
html.dark-mode:not(.touch) .xcolor-039be5 ::-webkit-scrollbar-thumb {
    background-color: #039be5;
}
@media screen and (min-width: 481px) {
    .xcolor-039be5 #layout-menu {
        background-color: #039be5 !important;
    }
    .xcolor-039be5 #taskmenu a.selected,
    .xcolor-039be5 #taskmenu a.focus,
    .xcolor-039be5 #taskmenu a:hover {
        background-color: #29b6f6 !important;
    }
}
.xcolor-0097a7 .btn.btn-primary,
.xcolor-0097a7 .btn.btn-success,
.xcolor-0097a7 div.tox .tox-dialog__footer .tox-button,
.xcolor-0097a7 .mce-window .mce-foot .mce-btn.mce-primary,
.xcolor-0097a7 .floating-action-buttons a.button {
    background-color: #ff1744 !important;
    border: 1px solid #ff1744 !important;
    color: #fff;
}
.xcolor-0097a7 .btn.btn-primary:hover,
.xcolor-0097a7 .btn.btn-success:hover,
.xcolor-0097a7 div.tox .tox-dialog__footer .tox-button:hover,
.xcolor-0097a7 .mce-window .mce-foot .mce-btn.mce-primary:hover,
.xcolor-0097a7 .floating-action-buttons a.button:hover {
    background-color: #f1183c !important;
}
.xcolor-0097a7 .mce-window .mce-foot .mce-btn.mce-primary button {
    color: #fff !important;
}
.xcolor-0097a7 .custom-switch .custom-control-input:checked ~ .custom-control-label:before {
    background-color: #ff1744 !important;
    border: 1px solid #ff1744 !important;
}
.xcolor-0097a7 .custom-switch .custom-control-input:checked ~ .custom-control-label:hover:before {
    background-color: #f1183c !important;
    border: 1px solid #f1183c !important;
}
.xcolor-0097a7 .mce-window .mce-checkbox i.mce-i-checkbox {
    color: #c0c0c0;
}
.xcolor-0097a7 .mce-window .mce-checkbox.mce-checked i.mce-i-checkbox {
    color: #ff1744 !important;
}
.xcolor-0097a7 a,
.xcolor-0097a7 button.xanchor,
.xcolor-0097a7 div.tox .tox-dialog .tox-dialog__body-nav-item--active,
.xcolor-0097a7 input.icon-checkbox + label:before,
.xcolor-0097a7 input.icon-checkbox:checked + label:before {
    color: #ff1744;
}
html.dark-mode .xcolor-0097a7 a,
html.dark-mode .xcolor-0097a7 button.xanchor,
html.dark-mode .xcolor-0097a7 div.tox .tox-dialog .tox-dialog__body-nav-item--active,
html.dark-mode .xcolor-0097a7 input.icon-checkbox + label:before,
html.dark-mode .xcolor-0097a7 input.icon-checkbox:checked + label:before {
    color: #ff4569;
}
.xcolor-0097a7 .custom-file-label:focus:not(.is-invalid),
.xcolor-0097a7 .form-control:focus:not(.is-invalid),
.xcolor-0097a7 .recipient-input.focus,
.xcolor-0097a7 .mce-tinymce.focused,
.xcolor-0097a7 div.tox.focused {
    border-color: #ff1744 !important;
}
.xcolor-0097a7 #settings-menu li.selected,
.xcolor-0097a7 .listing tr.selected td,
.xcolor-0097a7 .listing li.selected &gt; a,
.xcolor-0097a7 ul.treelist li.selected &gt; div &gt; a,
.xcolor-0097a7 ul.treelist li.selected &gt; a,
.xcolor-0097a7 .toolbarmenu.listing li:hover a.active {
    color: #ff1744;
}
html.dark-mode .xcolor-0097a7 #settings-menu li.selected,
html.dark-mode .xcolor-0097a7 .listing tr.selected td,
html.dark-mode .xcolor-0097a7 .listing li.selected &gt; a,
html.dark-mode .xcolor-0097a7 ul.treelist li.selected &gt; div &gt; a,
html.dark-mode .xcolor-0097a7 ul.treelist li.selected &gt; a,
html.dark-mode .xcolor-0097a7 .toolbarmenu.listing li:hover a.active {
    color: #ff1744;
}
.xcolor-0097a7 #layout-menu .popover-header {
    background-color: #0097a7 !important;
}
html.dark-mode .xcolor-0097a7 #layout-menu .popover-header {
    background-color: #0097a7 !important;
}
.xcolor-0097a7 .ui-datepicker a.ui-state-active {
    background-color: #00acc1 !important;
}
html.dark-mode .xcolor-0097a7 .ui-datepicker a.ui-state-active {
    background-color: #00acc1 !important;
}
html.dark-mode:not(.touch) .xcolor-0097a7 ::-webkit-scrollbar-thumb {
    background-color: #0097a7;
}
@media screen and (min-width: 481px) {
    .xcolor-0097a7 #layout-menu {
        background-color: #0097a7 !important;
    }
    .xcolor-0097a7 #taskmenu a.selected,
    .xcolor-0097a7 #taskmenu a.focus,
    .xcolor-0097a7 #taskmenu a:hover {
        background-color: #00acc1 !important;
    }
}
.xcolor-009688 .btn.btn-primary,
.xcolor-009688 .btn.btn-success,
.xcolor-009688 div.tox .tox-dialog__footer .tox-button,
.xcolor-009688 .mce-window .mce-foot .mce-btn.mce-primary,
.xcolor-009688 .floating-action-buttons a.button {
    background-color: #ff3d00 !important;
    border: 1px solid #ff3d00 !important;
    color: #fff;
}
.xcolor-009688 .btn.btn-primary:hover,
.xcolor-009688 .btn.btn-success:hover,
.xcolor-009688 div.tox .tox-dialog__footer .tox-button:hover,
.xcolor-009688 .mce-window .mce-foot .mce-btn.mce-primary:hover,
.xcolor-009688 .floating-action-buttons a.button:hover {
    background-color: #dd2c00 !important;
}
.xcolor-009688 .mce-window .mce-foot .mce-btn.mce-primary button {
    color: #fff !important;
}
.xcolor-009688 .custom-switch .custom-control-input:checked ~ .custom-control-label:before {
    background-color: #ff3d00 !important;
    border: 1px solid #ff3d00 !important;
}
.xcolor-009688 .custom-switch .custom-control-input:checked ~ .custom-control-label:hover:before {
    background-color: #dd2c00 !important;
    border: 1px solid #dd2c00 !important;
}
.xcolor-009688 .mce-window .mce-checkbox i.mce-i-checkbox {
    color: #c0c0c0;
}
.xcolor-009688 .mce-window .mce-checkbox.mce-checked i.mce-i-checkbox {
    color: #ff3d00 !important;
}
.xcolor-009688 a,
.xcolor-009688 button.xanchor,
.xcolor-009688 div.tox .tox-dialog .tox-dialog__body-nav-item--active,
.xcolor-009688 input.icon-checkbox + label:before,
.xcolor-009688 input.icon-checkbox:checked + label:before {
    color: #ff3d00;
}
html.dark-mode .xcolor-009688 a,
html.dark-mode .xcolor-009688 button.xanchor,
html.dark-mode .xcolor-009688 div.tox .tox-dialog .tox-dialog__body-nav-item--active,
html.dark-mode .xcolor-009688 input.icon-checkbox + label:before,
html.dark-mode .xcolor-009688 input.icon-checkbox:checked + label:before {
    color: #e45633;
}
.xcolor-009688 .custom-file-label:focus:not(.is-invalid),
.xcolor-009688 .form-control:focus:not(.is-invalid),
.xcolor-009688 .recipient-input.focus,
.xcolor-009688 .mce-tinymce.focused,
.xcolor-009688 div.tox.focused {
    border-color: #ff3d00 !important;
}
.xcolor-009688 #settings-menu li.selected,
.xcolor-009688 .listing tr.selected td,
.xcolor-009688 .listing li.selected &gt; a,
.xcolor-009688 ul.treelist li.selected &gt; div &gt; a,
.xcolor-009688 ul.treelist li.selected &gt; a,
.xcolor-009688 .toolbarmenu.listing li:hover a.active {
    color: #ff3d00;
}
html.dark-mode .xcolor-009688 #settings-menu li.selected,
html.dark-mode .xcolor-009688 .listing tr.selected td,
html.dark-mode .xcolor-009688 .listing li.selected &gt; a,
html.dark-mode .xcolor-009688 ul.treelist li.selected &gt; div &gt; a,
html.dark-mode .xcolor-009688 ul.treelist li.selected &gt; a,
html.dark-mode .xcolor-009688 .toolbarmenu.listing li:hover a.active {
    color: #ff3d00;
}
.xcolor-009688 #layout-menu .popover-header {
    background-color: #009688 !important;
}
html.dark-mode .xcolor-009688 #layout-menu .popover-header {
    background-color: #009688 !important;
}
.xcolor-009688 .ui-datepicker a.ui-state-active {
    background-color: #26a69a !important;
}
html.dark-mode .xcolor-009688 .ui-datepicker a.ui-state-active {
    background-color: #26a69a !important;
}
html.dark-mode:not(.touch) .xcolor-009688 ::-webkit-scrollbar-thumb {
    background-color: #009688;
}
@media screen and (min-width: 481px) {
    .xcolor-009688 #layout-menu {
        background-color: #009688 !important;
    }
    .xcolor-009688 #taskmenu a.selected,
    .xcolor-009688 #taskmenu a.focus,
    .xcolor-009688 #taskmenu a:hover {
        background-color: #26a69a !important;
    }
}
.xcolor-43a047 .btn.btn-primary,
.xcolor-43a047 .btn.btn-success,
.xcolor-43a047 div.tox .tox-dialog__footer .tox-button,
.xcolor-43a047 .mce-window .mce-foot .mce-btn.mce-primary,
.xcolor-43a047 .floating-action-buttons a.button {
    background-color: #ff3d00 !important;
    border: 1px solid #ff3d00 !important;
    color: #fff;
}
.xcolor-43a047 .btn.btn-primary:hover,
.xcolor-43a047 .btn.btn-success:hover,
.xcolor-43a047 div.tox .tox-dialog__footer .tox-button:hover,
.xcolor-43a047 .mce-window .mce-foot .mce-btn.mce-primary:hover,
.xcolor-43a047 .floating-action-buttons a.button:hover {
    background-color: #dd2c00 !important;
}
.xcolor-43a047 .mce-window .mce-foot .mce-btn.mce-primary button {
    color: #fff !important;
}
.xcolor-43a047 .custom-switch .custom-control-input:checked ~ .custom-control-label:before {
    background-color: #ff3d00 !important;
    border: 1px solid #ff3d00 !important;
}
.xcolor-43a047 .custom-switch .custom-control-input:checked ~ .custom-control-label:hover:before {
    background-color: #dd2c00 !important;
    border: 1px solid #dd2c00 !important;
}
.xcolor-43a047 .mce-window .mce-checkbox i.mce-i-checkbox {
    color: #c0c0c0;
}
.xcolor-43a047 .mce-window .mce-checkbox.mce-checked i.mce-i-checkbox {
    color: #ff3d00 !important;
}
.xcolor-43a047 a,
.xcolor-43a047 button.xanchor,
.xcolor-43a047 div.tox .tox-dialog .tox-dialog__body-nav-item--active,
.xcolor-43a047 input.icon-checkbox + label:before,
.xcolor-43a047 input.icon-checkbox:checked + label:before {
    color: #ff3d00;
}
html.dark-mode .xcolor-43a047 a,
html.dark-mode .xcolor-43a047 button.xanchor,
html.dark-mode .xcolor-43a047 div.tox .tox-dialog .tox-dialog__body-nav-item--active,
html.dark-mode .xcolor-43a047 input.icon-checkbox + label:before,
html.dark-mode .xcolor-43a047 input.icon-checkbox:checked + label:before {
    color: #e45633;
}
.xcolor-43a047 .custom-file-label:focus:not(.is-invalid),
.xcolor-43a047 .form-control:focus:not(.is-invalid),
.xcolor-43a047 .recipient-input.focus,
.xcolor-43a047 .mce-tinymce.focused,
.xcolor-43a047 div.tox.focused {
    border-color: #ff3d00 !important;
}
.xcolor-43a047 #settings-menu li.selected,
.xcolor-43a047 .listing tr.selected td,
.xcolor-43a047 .listing li.selected &gt; a,
.xcolor-43a047 ul.treelist li.selected &gt; div &gt; a,
.xcolor-43a047 ul.treelist li.selected &gt; a,
.xcolor-43a047 .toolbarmenu.listing li:hover a.active {
    color: #ff3d00;
}
html.dark-mode .xcolor-43a047 #settings-menu li.selected,
html.dark-mode .xcolor-43a047 .listing tr.selected td,
html.dark-mode .xcolor-43a047 .listing li.selected &gt; a,
html.dark-mode .xcolor-43a047 ul.treelist li.selected &gt; div &gt; a,
html.dark-mode .xcolor-43a047 ul.treelist li.selected &gt; a,
html.dark-mode .xcolor-43a047 .toolbarmenu.listing li:hover a.active {
    color: #ff3d00;
}
.xcolor-43a047 #layout-menu .popover-header {
    background-color: #43a047 !important;
}
html.dark-mode .xcolor-43a047 #layout-menu .popover-header {
    background-color: #43a047 !important;
}
.xcolor-43a047 .ui-datepicker a.ui-state-active {
    background-color: #66bb6a !important;
}
html.dark-mode .xcolor-43a047 .ui-datepicker a.ui-state-active {
    background-color: #66bb6a !important;
}
html.dark-mode:not(.touch) .xcolor-43a047 ::-webkit-scrollbar-thumb {
    background-color: #43a047;
}
@media screen and (min-width: 481px) {
    .xcolor-43a047 #layout-menu {
        background-color: #43a047 !important;
    }
    .xcolor-43a047 #taskmenu a.selected,
    .xcolor-43a047 #taskmenu a.focus,
    .xcolor-43a047 #taskmenu a:hover {
        background-color: #66bb6a !important;
    }
}
.xcolor-689f38 .btn.btn-primary,
.xcolor-689f38 .btn.btn-success,
.xcolor-689f38 div.tox .tox-dialog__footer .tox-button,
.xcolor-689f38 .mce-window .mce-foot .mce-btn.mce-primary,
.xcolor-689f38 .floating-action-buttons a.button {
    background-color: #ff3d00 !important;
    border: 1px solid #ff3d00 !important;
    color: #fff;
}
.xcolor-689f38 .btn.btn-primary:hover,
.xcolor-689f38 .btn.btn-success:hover,
.xcolor-689f38 div.tox .tox-dialog__footer .tox-button:hover,
.xcolor-689f38 .mce-window .mce-foot .mce-btn.mce-primary:hover,
.xcolor-689f38 .floating-action-buttons a.button:hover {
    background-color: #dd2c00 !important;
}
.xcolor-689f38 .mce-window .mce-foot .mce-btn.mce-primary button {
    color: #fff !important;
}
.xcolor-689f38 .custom-switch .custom-control-input:checked ~ .custom-control-label:before {
    background-color: #ff3d00 !important;
    border: 1px solid #ff3d00 !important;
}
.xcolor-689f38 .custom-switch .custom-control-input:checked ~ .custom-control-label:hover:before {
    background-color: #dd2c00 !important;
    border: 1px solid #dd2c00 !important;
}
.xcolor-689f38 .mce-window .mce-checkbox i.mce-i-checkbox {
    color: #c0c0c0;
}
.xcolor-689f38 .mce-window .mce-checkbox.mce-checked i.mce-i-checkbox {
    color: #ff3d00 !important;
}
.xcolor-689f38 a,
.xcolor-689f38 button.xanchor,
.xcolor-689f38 div.tox .tox-dialog .tox-dialog__body-nav-item--active,
.xcolor-689f38 input.icon-checkbox + label:before,
.xcolor-689f38 input.icon-checkbox:checked + label:before {
    color: #ff3d00;
}
html.dark-mode .xcolor-689f38 a,
html.dark-mode .xcolor-689f38 button.xanchor,
html.dark-mode .xcolor-689f38 div.tox .tox-dialog .tox-dialog__body-nav-item--active,
html.dark-mode .xcolor-689f38 input.icon-checkbox + label:before,
html.dark-mode .xcolor-689f38 input.icon-checkbox:checked + label:before {
    color: #e45633;
}
.xcolor-689f38 .custom-file-label:focus:not(.is-invalid),
.xcolor-689f38 .form-control:focus:not(.is-invalid),
.xcolor-689f38 .recipient-input.focus,
.xcolor-689f38 .mce-tinymce.focused,
.xcolor-689f38 div.tox.focused {
    border-color: #ff3d00 !important;
}
.xcolor-689f38 #settings-menu li.selected,
.xcolor-689f38 .listing tr.selected td,
.xcolor-689f38 .listing li.selected &gt; a,
.xcolor-689f38 ul.treelist li.selected &gt; div &gt; a,
.xcolor-689f38 ul.treelist li.selected &gt; a,
.xcolor-689f38 .toolbarmenu.listing li:hover a.active {
    color: #ff3d00;
}
html.dark-mode .xcolor-689f38 #settings-menu li.selected,
html.dark-mode .xcolor-689f38 .listing tr.selected td,
html.dark-mode .xcolor-689f38 .listing li.selected &gt; a,
html.dark-mode .xcolor-689f38 ul.treelist li.selected &gt; div &gt; a,
html.dark-mode .xcolor-689f38 ul.treelist li.selected &gt; a,
html.dark-mode .xcolor-689f38 .toolbarmenu.listing li:hover a.active {
    color: #ff3d00;
}
.xcolor-689f38 #layout-menu .popover-header {
    background-color: #689f38 !important;
}
html.dark-mode .xcolor-689f38 #layout-menu .popover-header {
    background-color: #689f38 !important;
}
.xcolor-689f38 .ui-datepicker a.ui-state-active {
    background-color: #7cb342 !important;
}
html.dark-mode .xcolor-689f38 .ui-datepicker a.ui-state-active {
    background-color: #7cb342 !important;
}
html.dark-mode:not(.touch) .xcolor-689f38 ::-webkit-scrollbar-thumb {
    background-color: #689f38;
}
@media screen and (min-width: 481px) {
    .xcolor-689f38 #layout-menu {
        background-color: #689f38 !important;
    }
    .xcolor-689f38 #taskmenu a.selected,
    .xcolor-689f38 #taskmenu a.focus,
    .xcolor-689f38 #taskmenu a:hover {
        background-color: #7cb342 !important;
    }
}
.xcolor-afb42b .btn.btn-primary,
.xcolor-afb42b .btn.btn-success,
.xcolor-afb42b div.tox .tox-dialog__footer .tox-button,
.xcolor-afb42b .mce-window .mce-foot .mce-btn.mce-primary,
.xcolor-afb42b .floating-action-buttons a.button {
    background-color: #ff1744 !important;
    border: 1px solid #ff1744 !important;
    color: #fff;
}
.xcolor-afb42b .btn.btn-primary:hover,
.xcolor-afb42b .btn.btn-success:hover,
.xcolor-afb42b div.tox .tox-dialog__footer .tox-button:hover,
.xcolor-afb42b .mce-window .mce-foot .mce-btn.mce-primary:hover,
.xcolor-afb42b .floating-action-buttons a.button:hover {
    background-color: #f1183c !important;
}
.xcolor-afb42b .mce-window .mce-foot .mce-btn.mce-primary button {
    color: #fff !important;
}
.xcolor-afb42b .custom-switch .custom-control-input:checked ~ .custom-control-label:before {
    background-color: #ff1744 !important;
    border: 1px solid #ff1744 !important;
}
.xcolor-afb42b .custom-switch .custom-control-input:checked ~ .custom-control-label:hover:before {
    background-color: #f1183c !important;
    border: 1px solid #f1183c !important;
}
.xcolor-afb42b .mce-window .mce-checkbox i.mce-i-checkbox {
    color: #c0c0c0;
}
.xcolor-afb42b .mce-window .mce-checkbox.mce-checked i.mce-i-checkbox {
    color: #ff1744 !important;
}
.xcolor-afb42b a,
.xcolor-afb42b button.xanchor,
.xcolor-afb42b div.tox .tox-dialog .tox-dialog__body-nav-item--active,
.xcolor-afb42b input.icon-checkbox + label:before,
.xcolor-afb42b input.icon-checkbox:checked + label:before {
    color: #ff1744;
}
html.dark-mode .xcolor-afb42b a,
html.dark-mode .xcolor-afb42b button.xanchor,
html.dark-mode .xcolor-afb42b div.tox .tox-dialog .tox-dialog__body-nav-item--active,
html.dark-mode .xcolor-afb42b input.icon-checkbox + label:before,
html.dark-mode .xcolor-afb42b input.icon-checkbox:checked + label:before {
    color: #ff4569;
}
.xcolor-afb42b .custom-file-label:focus:not(.is-invalid),
.xcolor-afb42b .form-control:focus:not(.is-invalid),
.xcolor-afb42b .recipient-input.focus,
.xcolor-afb42b .mce-tinymce.focused,
.xcolor-afb42b div.tox.focused {
    border-color: #ff1744 !important;
}
.xcolor-afb42b #settings-menu li.selected,
.xcolor-afb42b .listing tr.selected td,
.xcolor-afb42b .listing li.selected &gt; a,
.xcolor-afb42b ul.treelist li.selected &gt; div &gt; a,
.xcolor-afb42b ul.treelist li.selected &gt; a,
.xcolor-afb42b .toolbarmenu.listing li:hover a.active {
    color: #ff1744;
}
html.dark-mode .xcolor-afb42b #settings-menu li.selected,
html.dark-mode .xcolor-afb42b .listing tr.selected td,
html.dark-mode .xcolor-afb42b .listing li.selected &gt; a,
html.dark-mode .xcolor-afb42b ul.treelist li.selected &gt; div &gt; a,
html.dark-mode .xcolor-afb42b ul.treelist li.selected &gt; a,
html.dark-mode .xcolor-afb42b .toolbarmenu.listing li:hover a.active {
    color: #ff1744;
}
.xcolor-afb42b #layout-menu .popover-header {
    background-color: #afb42b !important;
}
html.dark-mode .xcolor-afb42b #layout-menu .popover-header {
    background-color: #afb42b !important;
}
.xcolor-afb42b .ui-datepicker a.ui-state-active {
    background-color: #c0ca33 !important;
}
html.dark-mode .xcolor-afb42b .ui-datepicker a.ui-state-active {
    background-color: #c0ca33 !important;
}
html.dark-mode:not(.touch) .xcolor-afb42b ::-webkit-scrollbar-thumb {
    background-color: #afb42b;
}
@media screen and (min-width: 481px) {
    .xcolor-afb42b #layout-menu {
        background-color: #afb42b !important;
    }
    .xcolor-afb42b #taskmenu a.selected,
    .xcolor-afb42b #taskmenu a.focus,
    .xcolor-afb42b #taskmenu a:hover {
        background-color: #c0ca33 !important;
    }
}
.xcolor-fbc02d .btn.btn-primary,
.xcolor-fbc02d .btn.btn-success,
.xcolor-fbc02d div.tox .tox-dialog__footer .tox-button,
.xcolor-fbc02d .mce-window .mce-foot .mce-btn.mce-primary,
.xcolor-fbc02d .floating-action-buttons a.button {
    background-color: #ff1744 !important;
    border: 1px solid #ff1744 !important;
    color: #fff;
}
.xcolor-fbc02d .btn.btn-primary:hover,
.xcolor-fbc02d .btn.btn-success:hover,
.xcolor-fbc02d div.tox .tox-dialog__footer .tox-button:hover,
.xcolor-fbc02d .mce-window .mce-foot .mce-btn.mce-primary:hover,
.xcolor-fbc02d .floating-action-buttons a.button:hover {
    background-color: #f1183c !important;
}
.xcolor-fbc02d .mce-window .mce-foot .mce-btn.mce-primary button {
    color: #fff !important;
}
.xcolor-fbc02d .custom-switch .custom-control-input:checked ~ .custom-control-label:before {
    background-color: #ff1744 !important;
    border: 1px solid #ff1744 !important;
}
.xcolor-fbc02d .custom-switch .custom-control-input:checked ~ .custom-control-label:hover:before {
    background-color: #f1183c !important;
    border: 1px solid #f1183c !important;
}
.xcolor-fbc02d .mce-window .mce-checkbox i.mce-i-checkbox {
    color: #c0c0c0;
}
.xcolor-fbc02d .mce-window .mce-checkbox.mce-checked i.mce-i-checkbox {
    color: #ff1744 !important;
}
.xcolor-fbc02d a,
.xcolor-fbc02d button.xanchor,
.xcolor-fbc02d div.tox .tox-dialog .tox-dialog__body-nav-item--active,
.xcolor-fbc02d input.icon-checkbox + label:before,
.xcolor-fbc02d input.icon-checkbox:checked + label:before {
    color: #ff1744;
}
html.dark-mode .xcolor-fbc02d a,
html.dark-mode .xcolor-fbc02d button.xanchor,
html.dark-mode .xcolor-fbc02d div.tox .tox-dialog .tox-dialog__body-nav-item--active,
html.dark-mode .xcolor-fbc02d input.icon-checkbox + label:before,
html.dark-mode .xcolor-fbc02d input.icon-checkbox:checked + label:before {
    color: #ff4569;
}
.xcolor-fbc02d .custom-file-label:focus:not(.is-invalid),
.xcolor-fbc02d .form-control:focus:not(.is-invalid),
.xcolor-fbc02d .recipient-input.focus,
.xcolor-fbc02d .mce-tinymce.focused,
.xcolor-fbc02d div.tox.focused {
    border-color: #ff1744 !important;
}
.xcolor-fbc02d #settings-menu li.selected,
.xcolor-fbc02d .listing tr.selected td,
.xcolor-fbc02d .listing li.selected &gt; a,
.xcolor-fbc02d ul.treelist li.selected &gt; div &gt; a,
.xcolor-fbc02d ul.treelist li.selected &gt; a,
.xcolor-fbc02d .toolbarmenu.listing li:hover a.active {
    color: #ff1744;
}
html.dark-mode .xcolor-fbc02d #settings-menu li.selected,
html.dark-mode .xcolor-fbc02d .listing tr.selected td,
html.dark-mode .xcolor-fbc02d .listing li.selected &gt; a,
html.dark-mode .xcolor-fbc02d ul.treelist li.selected &gt; div &gt; a,
html.dark-mode .xcolor-fbc02d ul.treelist li.selected &gt; a,
html.dark-mode .xcolor-fbc02d .toolbarmenu.listing li:hover a.active {
    color: #ff1744;
}
.xcolor-fbc02d #layout-menu .popover-header {
    background-color: #fbc02d !important;
}
html.dark-mode .xcolor-fbc02d #layout-menu .popover-header {
    background-color: #fbc02d !important;
}
.xcolor-fbc02d .ui-datepicker a.ui-state-active {
    background-color: #fdd835 !important;
}
html.dark-mode .xcolor-fbc02d .ui-datepicker a.ui-state-active {
    background-color: #fdd835 !important;
}
html.dark-mode:not(.touch) .xcolor-fbc02d ::-webkit-scrollbar-thumb {
    background-color: #fbc02d;
}
@media screen and (min-width: 481px) {
    .xcolor-fbc02d #layout-menu {
        background-color: #fbc02d !important;
    }
    .xcolor-fbc02d #taskmenu a.selected,
    .xcolor-fbc02d #taskmenu a.focus,
    .xcolor-fbc02d #taskmenu a:hover {
        background-color: #fdd835 !important;
    }
}
.xcolor-ffa000 .btn.btn-primary,
.xcolor-ffa000 .btn.btn-success,
.xcolor-ffa000 div.tox .tox-dialog__footer .tox-button,
.xcolor-ffa000 .mce-window .mce-foot .mce-btn.mce-primary,
.xcolor-ffa000 .floating-action-buttons a.button {
    background-color: #0091ea !important;
    border: 1px solid #0091ea !important;
    color: #fff;
}
.xcolor-ffa000 .btn.btn-primary:hover,
.xcolor-ffa000 .btn.btn-success:hover,
.xcolor-ffa000 div.tox .tox-dialog__footer .tox-button:hover,
.xcolor-ffa000 .mce-window .mce-foot .mce-btn.mce-primary:hover,
.xcolor-ffa000 .floating-action-buttons a.button:hover {
    background-color: #0085da !important;
}
.xcolor-ffa000 .mce-window .mce-foot .mce-btn.mce-primary button {
    color: #fff !important;
}
.xcolor-ffa000 .custom-switch .custom-control-input:checked ~ .custom-control-label:before {
    background-color: #0091ea !important;
    border: 1px solid #0091ea !important;
}
.xcolor-ffa000 .custom-switch .custom-control-input:checked ~ .custom-control-label:hover:before {
    background-color: #0085da !important;
    border: 1px solid #0085da !important;
}
.xcolor-ffa000 .mce-window .mce-checkbox i.mce-i-checkbox {
    color: #c0c0c0;
}
.xcolor-ffa000 .mce-window .mce-checkbox.mce-checked i.mce-i-checkbox {
    color: #0091ea !important;
}
.xcolor-ffa000 a,
.xcolor-ffa000 button.xanchor,
.xcolor-ffa000 div.tox .tox-dialog .tox-dialog__body-nav-item--active,
.xcolor-ffa000 input.icon-checkbox + label:before,
.xcolor-ffa000 input.icon-checkbox:checked + label:before {
    color: #0091ea;
}
html.dark-mode .xcolor-ffa000 a,
html.dark-mode .xcolor-ffa000 button.xanchor,
html.dark-mode .xcolor-ffa000 div.tox .tox-dialog .tox-dialog__body-nav-item--active,
html.dark-mode .xcolor-ffa000 input.icon-checkbox + label:before,
html.dark-mode .xcolor-ffa000 input.icon-checkbox:checked + label:before {
    color: #33a7ee;
}
.xcolor-ffa000 .custom-file-label:focus:not(.is-invalid),
.xcolor-ffa000 .form-control:focus:not(.is-invalid),
.xcolor-ffa000 .recipient-input.focus,
.xcolor-ffa000 .mce-tinymce.focused,
.xcolor-ffa000 div.tox.focused {
    border-color: #0091ea !important;
}
.xcolor-ffa000 #settings-menu li.selected,
.xcolor-ffa000 .listing tr.selected td,
.xcolor-ffa000 .listing li.selected &gt; a,
.xcolor-ffa000 ul.treelist li.selected &gt; div &gt; a,
.xcolor-ffa000 ul.treelist li.selected &gt; a,
.xcolor-ffa000 .toolbarmenu.listing li:hover a.active {
    color: #0091ea;
}
html.dark-mode .xcolor-ffa000 #settings-menu li.selected,
html.dark-mode .xcolor-ffa000 .listing tr.selected td,
html.dark-mode .xcolor-ffa000 .listing li.selected &gt; a,
html.dark-mode .xcolor-ffa000 ul.treelist li.selected &gt; div &gt; a,
html.dark-mode .xcolor-ffa000 ul.treelist li.selected &gt; a,
html.dark-mode .xcolor-ffa000 .toolbarmenu.listing li:hover a.active {
    color: #0091ea;
}
.xcolor-ffa000 #layout-menu .popover-header {
    background-color: #ffa000 !important;
}
html.dark-mode .xcolor-ffa000 #layout-menu .popover-header {
    background-color: #ffa000 !important;
}
.xcolor-ffa000 .ui-datepicker a.ui-state-active {
    background-color: #ffc107 !important;
}
html.dark-mode .xcolor-ffa000 .ui-datepicker a.ui-state-active {
    background-color: #ffc107 !important;
}
html.dark-mode:not(.touch) .xcolor-ffa000 ::-webkit-scrollbar-thumb {
    background-color: #ffa000;
}
@media screen and (min-width: 481px) {
    .xcolor-ffa000 #layout-menu {
        background-color: #ffa000 !important;
    }
    .xcolor-ffa000 #taskmenu a.selected,
    .xcolor-ffa000 #taskmenu a.focus,
    .xcolor-ffa000 #taskmenu a:hover {
        background-color: #ffc107 !important;
    }
}
.xcolor-ef6c00 .btn.btn-primary,
.xcolor-ef6c00 .btn.btn-success,
.xcolor-ef6c00 div.tox .tox-dialog__footer .tox-button,
.xcolor-ef6c00 .mce-window .mce-foot .mce-btn.mce-primary,
.xcolor-ef6c00 .floating-action-buttons a.button {
    background-color: #0091ea !important;
    border: 1px solid #0091ea !important;
    color: #fff;
}
.xcolor-ef6c00 .btn.btn-primary:hover,
.xcolor-ef6c00 .btn.btn-success:hover,
.xcolor-ef6c00 div.tox .tox-dialog__footer .tox-button:hover,
.xcolor-ef6c00 .mce-window .mce-foot .mce-btn.mce-primary:hover,
.xcolor-ef6c00 .floating-action-buttons a.button:hover {
    background-color: #0085da !important;
}
.xcolor-ef6c00 .mce-window .mce-foot .mce-btn.mce-primary button {
    color: #fff !important;
}
.xcolor-ef6c00 .custom-switch .custom-control-input:checked ~ .custom-control-label:before {
    background-color: #0091ea !important;
    border: 1px solid #0091ea !important;
}
.xcolor-ef6c00 .custom-switch .custom-control-input:checked ~ .custom-control-label:hover:before {
    background-color: #0085da !important;
    border: 1px solid #0085da !important;
}
.xcolor-ef6c00 .mce-window .mce-checkbox i.mce-i-checkbox {
    color: #c0c0c0;
}
.xcolor-ef6c00 .mce-window .mce-checkbox.mce-checked i.mce-i-checkbox {
    color: #0091ea !important;
}
.xcolor-ef6c00 a,
.xcolor-ef6c00 button.xanchor,
.xcolor-ef6c00 div.tox .tox-dialog .tox-dialog__body-nav-item--active,
.xcolor-ef6c00 input.icon-checkbox + label:before,
.xcolor-ef6c00 input.icon-checkbox:checked + label:before {
    color: #0091ea;
}
html.dark-mode .xcolor-ef6c00 a,
html.dark-mode .xcolor-ef6c00 button.xanchor,
html.dark-mode .xcolor-ef6c00 div.tox .tox-dialog .tox-dialog__body-nav-item--active,
html.dark-mode .xcolor-ef6c00 input.icon-checkbox + label:before,
html.dark-mode .xcolor-ef6c00 input.icon-checkbox:checked + label:before {
    color: #33a7ee;
}
.xcolor-ef6c00 .custom-file-label:focus:not(.is-invalid),
.xcolor-ef6c00 .form-control:focus:not(.is-invalid),
.xcolor-ef6c00 .recipient-input.focus,
.xcolor-ef6c00 .mce-tinymce.focused,
.xcolor-ef6c00 div.tox.focused {
    border-color: #0091ea !important;
}
.xcolor-ef6c00 #settings-menu li.selected,
.xcolor-ef6c00 .listing tr.selected td,
.xcolor-ef6c00 .listing li.selected &gt; a,
.xcolor-ef6c00 ul.treelist li.selected &gt; div &gt; a,
.xcolor-ef6c00 ul.treelist li.selected &gt; a,
.xcolor-ef6c00 .toolbarmenu.listing li:hover a.active {
    color: #0091ea;
}
html.dark-mode .xcolor-ef6c00 #settings-menu li.selected,
html.dark-mode .xcolor-ef6c00 .listing tr.selected td,
html.dark-mode .xcolor-ef6c00 .listing li.selected &gt; a,
html.dark-mode .xcolor-ef6c00 ul.treelist li.selected &gt; div &gt; a,
html.dark-mode .xcolor-ef6c00 ul.treelist li.selected &gt; a,
html.dark-mode .xcolor-ef6c00 .toolbarmenu.listing li:hover a.active {
    color: #0091ea;
}
.xcolor-ef6c00 #layout-menu .popover-header {
    background-color: #ef6c00 !important;
}
html.dark-mode .xcolor-ef6c00 #layout-menu .popover-header {
    background-color: #ef6c00 !important;
}
.xcolor-ef6c00 .ui-datepicker a.ui-state-active {
    background-color: #ffa726 !important;
}
html.dark-mode .xcolor-ef6c00 .ui-datepicker a.ui-state-active {
    background-color: #ffa726 !important;
}
html.dark-mode:not(.touch) .xcolor-ef6c00 ::-webkit-scrollbar-thumb {
    background-color: #ef6c00;
}
@media screen and (min-width: 481px) {
    .xcolor-ef6c00 #layout-menu {
        background-color: #ef6c00 !important;
    }
    .xcolor-ef6c00 #taskmenu a.selected,
    .xcolor-ef6c00 #taskmenu a.focus,
    .xcolor-ef6c00 #taskmenu a:hover {
        background-color: #ffa726 !important;
    }
}
.xcolor-e64a19 .btn.btn-primary,
.xcolor-e64a19 .btn.btn-success,
.xcolor-e64a19 div.tox .tox-dialog__footer .tox-button,
.xcolor-e64a19 .mce-window .mce-foot .mce-btn.mce-primary,
.xcolor-e64a19 .floating-action-buttons a.button {
    background-color: #0091ea !important;
    border: 1px solid #0091ea !important;
    color: #fff;
}
.xcolor-e64a19 .btn.btn-primary:hover,
.xcolor-e64a19 .btn.btn-success:hover,
.xcolor-e64a19 div.tox .tox-dialog__footer .tox-button:hover,
.xcolor-e64a19 .mce-window .mce-foot .mce-btn.mce-primary:hover,
.xcolor-e64a19 .floating-action-buttons a.button:hover {
    background-color: #0085da !important;
}
.xcolor-e64a19 .mce-window .mce-foot .mce-btn.mce-primary button {
    color: #fff !important;
}
.xcolor-e64a19 .custom-switch .custom-control-input:checked ~ .custom-control-label:before {
    background-color: #0091ea !important;
    border: 1px solid #0091ea !important;
}
.xcolor-e64a19 .custom-switch .custom-control-input:checked ~ .custom-control-label:hover:before {
    background-color: #0085da !important;
    border: 1px solid #0085da !important;
}
.xcolor-e64a19 .mce-window .mce-checkbox i.mce-i-checkbox {
    color: #c0c0c0;
}
.xcolor-e64a19 .mce-window .mce-checkbox.mce-checked i.mce-i-checkbox {
    color: #0091ea !important;
}
.xcolor-e64a19 a,
.xcolor-e64a19 button.xanchor,
.xcolor-e64a19 div.tox .tox-dialog .tox-dialog__body-nav-item--active,
.xcolor-e64a19 input.icon-checkbox + label:before,
.xcolor-e64a19 input.icon-checkbox:checked + label:before {
    color: #0091ea;
}
html.dark-mode .xcolor-e64a19 a,
html.dark-mode .xcolor-e64a19 button.xanchor,
html.dark-mode .xcolor-e64a19 div.tox .tox-dialog .tox-dialog__body-nav-item--active,
html.dark-mode .xcolor-e64a19 input.icon-checkbox + label:before,
html.dark-mode .xcolor-e64a19 input.icon-checkbox:checked + label:before {
    color: #33a7ee;
}
.xcolor-e64a19 .custom-file-label:focus:not(.is-invalid),
.xcolor-e64a19 .form-control:focus:not(.is-invalid),
.xcolor-e64a19 .recipient-input.focus,
.xcolor-e64a19 .mce-tinymce.focused,
.xcolor-e64a19 div.tox.focused {
    border-color: #0091ea !important;
}
.xcolor-e64a19 #settings-menu li.selected,
.xcolor-e64a19 .listing tr.selected td,
.xcolor-e64a19 .listing li.selected &gt; a,
.xcolor-e64a19 ul.treelist li.selected &gt; div &gt; a,
.xcolor-e64a19 ul.treelist li.selected &gt; a,
.xcolor-e64a19 .toolbarmenu.listing li:hover a.active {
    color: #0091ea;
}
html.dark-mode .xcolor-e64a19 #settings-menu li.selected,
html.dark-mode .xcolor-e64a19 .listing tr.selected td,
html.dark-mode .xcolor-e64a19 .listing li.selected &gt; a,
html.dark-mode .xcolor-e64a19 ul.treelist li.selected &gt; div &gt; a,
html.dark-mode .xcolor-e64a19 ul.treelist li.selected &gt; a,
html.dark-mode .xcolor-e64a19 .toolbarmenu.listing li:hover a.active {
    color: #0091ea;
}
.xcolor-e64a19 #layout-menu .popover-header {
    background-color: #e64a19 !important;
}
html.dark-mode .xcolor-e64a19 #layout-menu .popover-header {
    background-color: #e64a19 !important;
}
.xcolor-e64a19 .ui-datepicker a.ui-state-active {
    background-color: #ff7043 !important;
}
html.dark-mode .xcolor-e64a19 .ui-datepicker a.ui-state-active {
    background-color: #ff7043 !important;
}
html.dark-mode:not(.touch) .xcolor-e64a19 ::-webkit-scrollbar-thumb {
    background-color: #e64a19;
}
@media screen and (min-width: 481px) {
    .xcolor-e64a19 #layout-menu {
        background-color: #e64a19 !important;
    }
    .xcolor-e64a19 #taskmenu a.selected,
    .xcolor-e64a19 #taskmenu a.focus,
    .xcolor-e64a19 #taskmenu a:hover {
        background-color: #ff7043 !important;
    }
}
.xcolor-795548 .btn.btn-primary,
.xcolor-795548 .btn.btn-success,
.xcolor-795548 div.tox .tox-dialog__footer .tox-button,
.xcolor-795548 .mce-window .mce-foot .mce-btn.mce-primary,
.xcolor-795548 .floating-action-buttons a.button {
    background-color: #0091ea !important;
    border: 1px solid #0091ea !important;
    color: #fff;
}
.xcolor-795548 .btn.btn-primary:hover,
.xcolor-795548 .btn.btn-success:hover,
.xcolor-795548 div.tox .tox-dialog__footer .tox-button:hover,
.xcolor-795548 .mce-window .mce-foot .mce-btn.mce-primary:hover,
.xcolor-795548 .floating-action-buttons a.button:hover {
    background-color: #0085da !important;
}
.xcolor-795548 .mce-window .mce-foot .mce-btn.mce-primary button {
    color: #fff !important;
}
.xcolor-795548 .custom-switch .custom-control-input:checked ~ .custom-control-label:before {
    background-color: #0091ea !important;
    border: 1px solid #0091ea !important;
}
.xcolor-795548 .custom-switch .custom-control-input:checked ~ .custom-control-label:hover:before {
    background-color: #0085da !important;
    border: 1px solid #0085da !important;
}
.xcolor-795548 .mce-window .mce-checkbox i.mce-i-checkbox {
    color: #c0c0c0;
}
.xcolor-795548 .mce-window .mce-checkbox.mce-checked i.mce-i-checkbox {
    color: #0091ea !important;
}
.xcolor-795548 a,
.xcolor-795548 button.xanchor,
.xcolor-795548 div.tox .tox-dialog .tox-dialog__body-nav-item--active,
.xcolor-795548 input.icon-checkbox + label:before,
.xcolor-795548 input.icon-checkbox:checked + label:before {
    color: #0091ea;
}
html.dark-mode .xcolor-795548 a,
html.dark-mode .xcolor-795548 button.xanchor,
html.dark-mode .xcolor-795548 div.tox .tox-dialog .tox-dialog__body-nav-item--active,
html.dark-mode .xcolor-795548 input.icon-checkbox + label:before,
html.dark-mode .xcolor-795548 input.icon-checkbox:checked + label:before {
    color: #33a7ee;
}
.xcolor-795548 .custom-file-label:focus:not(.is-invalid),
.xcolor-795548 .form-control:focus:not(.is-invalid),
.xcolor-795548 .recipient-input.focus,
.xcolor-795548 .mce-tinymce.focused,
.xcolor-795548 div.tox.focused {
    border-color: #0091ea !important;
}
.xcolor-795548 #settings-menu li.selected,
.xcolor-795548 .listing tr.selected td,
.xcolor-795548 .listing li.selected &gt; a,
.xcolor-795548 ul.treelist li.selected &gt; div &gt; a,
.xcolor-795548 ul.treelist li.selected &gt; a,
.xcolor-795548 .toolbarmenu.listing li:hover a.active {
    color: #0091ea;
}
html.dark-mode .xcolor-795548 #settings-menu li.selected,
html.dark-mode .xcolor-795548 .listing tr.selected td,
html.dark-mode .xcolor-795548 .listing li.selected &gt; a,
html.dark-mode .xcolor-795548 ul.treelist li.selected &gt; div &gt; a,
html.dark-mode .xcolor-795548 ul.treelist li.selected &gt; a,
html.dark-mode .xcolor-795548 .toolbarmenu.listing li:hover a.active {
    color: #0091ea;
}
.xcolor-795548 #layout-menu .popover-header {
    background-color: #795548 !important;
}
html.dark-mode .xcolor-795548 #layout-menu .popover-header {
    background-color: #795548 !important;
}
.xcolor-795548 .ui-datepicker a.ui-state-active {
    background-color: #8d6e63 !important;
}
html.dark-mode .xcolor-795548 .ui-datepicker a.ui-state-active {
    background-color: #8d6e63 !important;
}
html.dark-mode:not(.touch) .xcolor-795548 ::-webkit-scrollbar-thumb {
    background-color: #795548;
}
@media screen and (min-width: 481px) {
    .xcolor-795548 #layout-menu {
        background-color: #795548 !important;
    }
    .xcolor-795548 #taskmenu a.selected,
    .xcolor-795548 #taskmenu a.focus,
    .xcolor-795548 #taskmenu a:hover {
        background-color: #8d6e63 !important;
    }
}
.xcolor-757575 .btn.btn-primary,
.xcolor-757575 .btn.btn-success,
.xcolor-757575 div.tox .tox-dialog__footer .tox-button,
.xcolor-757575 .mce-window .mce-foot .mce-btn.mce-primary,
.xcolor-757575 .floating-action-buttons a.button {
    background-color: #00A69D !important;
    border: 1px solid #00A69D !important;
    color: #fff;
}
.xcolor-757575 .btn.btn-primary:hover,
.xcolor-757575 .btn.btn-success:hover,
.xcolor-757575 div.tox .tox-dialog__footer .tox-button:hover,
.xcolor-757575 .mce-window .mce-foot .mce-btn.mce-primary:hover,
.xcolor-757575 .floating-action-buttons a.button:hover {
    background-color: #00867E !important;
}
.xcolor-757575 .mce-window .mce-foot .mce-btn.mce-primary button {
    color: #fff !important;
}
.xcolor-757575 .custom-switch .custom-control-input:checked ~ .custom-control-label:before {
    background-color: #00A69D !important;
    border: 1px solid #00A69D !important;
}
.xcolor-757575 .custom-switch .custom-control-input:checked ~ .custom-control-label:hover:before {
    background-color: #00867E !important;
    border: 1px solid #00867E !important;
}
.xcolor-757575 .mce-window .mce-checkbox i.mce-i-checkbox {
    color: #c0c0c0;
}
.xcolor-757575 .mce-window .mce-checkbox.mce-checked i.mce-i-checkbox {
    color: #00A69D !important;
}
.xcolor-757575 a,
.xcolor-757575 button.xanchor,
.xcolor-757575 div.tox .tox-dialog .tox-dialog__body-nav-item--active,
.xcolor-757575 input.icon-checkbox + label:before,
.xcolor-757575 input.icon-checkbox:checked + label:before {
    color: #00A69D;
}
html.dark-mode .xcolor-757575 a,
html.dark-mode .xcolor-757575 button.xanchor,
html.dark-mode .xcolor-757575 div.tox .tox-dialog .tox-dialog__body-nav-item--active,
html.dark-mode .xcolor-757575 input.icon-checkbox + label:before,
html.dark-mode .xcolor-757575 input.icon-checkbox:checked + label:before {
    color: #33B8D1;
}
.xcolor-757575 .custom-file-label:focus:not(.is-invalid),
.xcolor-757575 .form-control:focus:not(.is-invalid),
.xcolor-757575 .recipient-input.focus,
.xcolor-757575 .mce-tinymce.focused,
.xcolor-757575 div.tox.focused {
    border-color: #00A69D !important;
}
.xcolor-757575 #settings-menu li.selected,
.xcolor-757575 .listing tr.selected td,
.xcolor-757575 .listing li.selected &gt; a,
.xcolor-757575 ul.treelist li.selected &gt; div &gt; a,
.xcolor-757575 ul.treelist li.selected &gt; a,
.xcolor-757575 .toolbarmenu.listing li:hover a.active {
    color: #00A69D;
}
html.dark-mode .xcolor-757575 #settings-menu li.selected,
html.dark-mode .xcolor-757575 .listing tr.selected td,
html.dark-mode .xcolor-757575 .listing li.selected &gt; a,
html.dark-mode .xcolor-757575 ul.treelist li.selected &gt; div &gt; a,
html.dark-mode .xcolor-757575 ul.treelist li.selected &gt; a,
html.dark-mode .xcolor-757575 .toolbarmenu.listing li:hover a.active {
    color: #00A69D;
}
.xcolor-757575 #layout-menu .popover-header {
    background-color: #757575 !important;
}
html.dark-mode .xcolor-757575 #layout-menu .popover-header {
    background-color: #757575 !important;
}
.xcolor-757575 .ui-datepicker a.ui-state-active {
    background-color: #bdbdbd !important;
}
html.dark-mode .xcolor-757575 .ui-datepicker a.ui-state-active {
    background-color: #bdbdbd !important;
}
html.dark-mode:not(.touch) .xcolor-757575 ::-webkit-scrollbar-thumb {
    background-color: #757575;
}
@media screen and (min-width: 481px) {
    .xcolor-757575 #layout-menu {
        background-color: #757575 !important;
    }
    .xcolor-757575 #taskmenu a.selected,
    .xcolor-757575 #taskmenu a.focus,
    .xcolor-757575 #taskmenu a:hover {
        background-color: #bdbdbd !important;
    }
}
:not(.flatpickr-calendar *) {
    border-color: #ddd;
}
html.dark-mode :not(.flatpickr-calendar *) {
    border-color: #4d6066;
}
body #layout &gt; #layout-menu .special-buttons,
body #layout &gt; #layout-menu .special-buttons a {
    background-color: transparent !important;
}
.popupmenu .listing li.selected,
.popupmenu .listing li &gt; a:not(.disabled):hover,
.popover .menu li a:not(.disabled):hover {
    background-color: rgba(0, 0, 0, 0.05) !important;
    color: #333 !important;
}
html.dark-mode .popupmenu .listing li.selected,
html.dark-mode .popupmenu .listing li &gt; a:not(.disabled):hover,
html.dark-mode .popover .menu li a:not(.disabled):hover {
    background-color: rgba(255, 255, 255, 0.05) !important;
}
html.dark-mode .popupmenu .listing li.selected,
html.dark-mode .popupmenu .listing li &gt; a:not(.disabled):hover,
html.dark-mode .popover .menu li a:not(.disabled):hover {
    color: #c5d1d3 !important;
}
html.dark-mode .messagelist tr:not(.flagged):not(.deleted).selected td.subject a,
html.dark-mode .messagelist tr:not(.flagged):not(.deleted).selected td.subject span.msgicon.status {
    color: #fff;
}
#layout #xsidebar {
    border: none;
}
div.tox .tox-button.tox-button--secondary,
.mce-window .mce-foot .mce-btn,
.btn.btn-secondary:not(.btn.btn-danger):not(.xanchor),
.btn.btn-link {
    background-color: rgba(0, 0, 0, 0.08);
    border: 1px solid;
    color: #333 !important;
    border-color: #b2b2b2 !important;
}
html.dark-mode div.tox .tox-button.tox-button--secondary,
html.dark-mode .mce-window .mce-foot .mce-btn,
html.dark-mode .btn.btn-secondary:not(.btn.btn-danger):not(.xanchor),
html.dark-mode .btn.btn-link {
    background-color: rgba(255, 255, 255, 0.08);
}
html.dark-mode div.tox .tox-button.tox-button--secondary,
html.dark-mode .mce-window .mce-foot .mce-btn,
html.dark-mode .btn.btn-secondary:not(.btn.btn-danger):not(.xanchor),
html.dark-mode .btn.btn-link {
    color: #c5d1d3 !important;
}
html.dark-mode div.tox .tox-button.tox-button--secondary,
html.dark-mode .mce-window .mce-foot .mce-btn,
html.dark-mode .btn.btn-secondary:not(.btn.btn-danger):not(.xanchor),
html.dark-mode .btn.btn-link {
    border-color: #8da4aa !important;
}
div.tox .tox-button.tox-button--secondary:hover,
.mce-window .mce-foot .mce-btn:hover,
.btn.btn-secondary:not(.btn.btn-danger):not(.xanchor):hover,
.btn.btn-link:hover {
    background-color: rgba(0, 0, 0, 0.12) !important;
}
html.dark-mode div.tox .tox-button.tox-button--secondary:hover,
html.dark-mode .mce-window .mce-foot .mce-btn:hover,
html.dark-mode .btn.btn-secondary:not(.btn.btn-danger):not(.xanchor):hover,
html.dark-mode .btn.btn-link:hover {
    background-color: rgba(255, 255, 255, 0.12) !important;
}
div.tox .tox-button.tox-button--secondary.ui-dialog-titlebar-close,
.mce-window .mce-foot .mce-btn.ui-dialog-titlebar-close,
.btn.btn-secondary:not(.btn.btn-danger):not(.xanchor).ui-dialog-titlebar-close,
.btn.btn-link.ui-dialog-titlebar-close {
    border: none !important;
}
.mce-window .mce-foot .mce-btn button {
    color: #333 !important;
}
html.dark-mode .mce-window .mce-foot .mce-btn button {
    color: #c5d1d3 !important;
}
body.xelastic.task-login {
    background: #efefee url(images/login_bg.png) no-repeat;
    background-size: cover;
}
.folderlist li.mailbox .unreadcount {
    background: transparent;
    color: #333;
}
.propform legend,
.formcontent legend {
    font-weight: normal;
}
ul.treelist li.selected &gt; div &gt; a,
ul.treelist li.selected &gt; a,
.listing li.selected,
.listing tr.selected td {
    background-color: #eee;
}
.header a.button.icon:not(.disabled):focus,
.header a.button.icon:not(.disabled):hover,
.toolbar .dropbutton:hover,
.toolbar a.button:not(.disabled):focus,
.toolbar a.button:not(.disabled):hover {
    background: transparent !important;
}
.floating-action-buttons a {
    border-radius: 50% !important;
}
#taskmenu #xlogo-header-container {
    display: none;
}
@media screen and (max-height: 750px) and (min-width: 1025px) {
    #layout-menu .popover-header img {
        width: unset !important;
    }
    #layout-menu #taskmenu a {
        font-size: unset !important;
    }
    #layout-menu #taskmenu &gt; a[role="button"] span.inner,
    #layout-menu #taskmenu &gt; .action-buttons a.compose span.inner {
        display: block;
    }
}
html.dark-mode .listing li.selected,
html.dark-mode .listing li.selected &gt; a,
html.dark-mode .listing li.selected &gt; div &gt; a,
html.dark-mode .listing tr.selected td {
    color: #fff;
}
.searchbar a {
    color: #333;
}
#ui-datepicker-div {
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.65);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.65);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.65);
}
@media screen and (min-width: 480px) {
    .btn {
        border: none;
        text-transform: uppercase;
        border-radius: 2px !important;
        color: #111820 !important;
    }
    #taskmenu a.selected,
    #taskmenu .action-buttons a {
        background: transparent;
        color: #111820;
    }
    #taskmenu a.logout {
        color: #111820 !important;
    }
}
@media screen and (min-width: 1025px) {
    body {
        background-color: #e5e5e5;
    }
    html.dark-mode body {
        background-color: #000;
    }
    .iframe body {
        background-color: #fff;
    }
    #xlogo-header-container {
        float: left !important;
        display: block;
        padding: 0 12px !important;
        max-width: none;
    }
    #layout {
        top: 0;
    }
    #layout-sidebar,
    #layout-content,
    #layout-list,
    #layout #xsidebar {
        margin-top: 65px !important;
    }
    #xsidebar,
    #layout-content {
        margin-right: 10px !important;
    }
    body &gt; #layout &gt; #xsidebar {
        margin-left: 0 !important;
    }
    body &gt; #layout-content .iframe-wrapper {
        margin-bottom: 12px;
    }
    #layout-sidebar,
    #layout-content,
    #layout-list,
    #layout #xsidebar {
        background-color: #fff !important;
        border: none;
        border-radius: 2px !important;
        box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2) !important;
        margin: 15px 0 15px 10px;
    }
    html.dark-mode #layout-sidebar,
    html.dark-mode #layout-content,
    html.dark-mode #layout-list,
    html.dark-mode #layout #xsidebar {
        background-color: #21292c !important;
    }
    #layout-sidebar .iframe-wrapper,
    #layout-sidebar .scroller:not(#calendar-list-content),
    #layout-sidebar .header,
    #layout-sidebar .footer,
    #layout-sidebar .pagenav,
    #layout-sidebar #xsidebar-inner,
    #layout-content .iframe-wrapper,
    #layout-content .scroller:not(#calendar-list-content),
    #layout-content .header,
    #layout-content .footer,
    #layout-content .pagenav,
    #layout-content #xsidebar-inner,
    #layout-list .iframe-wrapper,
    #layout-list .scroller:not(#calendar-list-content),
    #layout-list .header,
    #layout-list .footer,
    #layout-list .pagenav,
    #layout-list #xsidebar-inner,
    #layout #xsidebar .iframe-wrapper,
    #layout #xsidebar .scroller:not(#calendar-list-content),
    #layout #xsidebar .header,
    #layout #xsidebar .footer,
    #layout #xsidebar .pagenav,
    #layout #xsidebar #xsidebar-inner {
        background-color: transparent !important;
    }
    #layout-sidebar.sidebar-right {
        border: none;
    }
    #sidebar-calendar .ui-datepicker-inline,
    #sidebar-calendar .ui-datepicker-header {
        background-color: transparent;
    }
    #sidebar-calendar .ui-datepicker-calendar {
        border-right: none;
    }
    .xcalendar-page #layout-sidebar {
        margin-left: 0;
        margin-right: 10px;
    }
    body &gt; #layout &gt; div &gt; .header .header-title {
        text-align: left;
        font-size: 1.2em;
        font-weight: normal;
        padding-left: 1rem;
        margin-left: 0 !important;
    }
    body &gt; #layout &gt; div &gt; .header .header-title.username {
        font-size: 1.1rem;
    }
    body.settings-page &gt; #layout &gt; div.content .header {
        display: none !important;
    }
    body &gt; #layout {
        position: absolute;
        bottom: 0;
        height: auto;
    }
    body &gt; #layout &gt; #layout-menu {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 50px;
        width: 100%;
        background-color: #333;
    }
    body &gt; #layout &gt; #layout-menu .popover-header {
        position: absolute;
        top: 0;
        left: 10px;
        height: 50px;
        line-height: 50px;
        padding: 0;
        background: transparent !important;
    }
    body &gt; #layout &gt; #layout-menu .popover-header img {
        padding: 0;
    }
    body &gt; #layout &gt; #layout-menu #taskmenu {
        width: 100%;
        text-align: right;
    }
    body &gt; #layout &gt; #layout-menu #taskmenu &gt; a,
    body &gt; #layout &gt; #layout-menu #taskmenu &gt; span,
    body &gt; #layout &gt; #layout-menu #taskmenu &gt; span.action-buttons a,
    body &gt; #layout &gt; #layout-menu #taskmenu &gt; span.special-buttons a {
        position: static;
        display: inline-block;
        width: auto;
        max-width: none;
        height: 50px;
        color: #fff !important;
        text-transform: uppercase;
    }
    body &gt; #layout &gt; #layout-menu #taskmenu &gt; a span.inner,
    body &gt; #layout &gt; #layout-menu #taskmenu &gt; span span.inner,
    body &gt; #layout &gt; #layout-menu #taskmenu &gt; span.action-buttons a span.inner,
    body &gt; #layout &gt; #layout-menu #taskmenu &gt; span.special-buttons a span.inner {
        font-size: 1.1rem;
    }
    body &gt; #layout &gt; #layout-menu #taskmenu &gt; span.action-buttons a:before,
    body &gt; #layout &gt; #layout-menu #taskmenu &gt; a:before {
        display: none;
        width: auto;
        padding-right: 7px;
        font-size: 1.2rem;
        position: relative;
        top: -2px;
    }
    body &gt; #layout &gt; #layout-menu #taskmenu &gt; a,
    body &gt; #layout &gt; #layout-menu #taskmenu &gt; span.action-buttons a,
    body &gt; #layout &gt; #layout-menu #taskmenu &gt; span.special-buttons a {
        padding: 15px 0.8rem 10px 0.8rem;
    }
    body &gt; #layout &gt; #layout-menu #taskmenu &gt; span.special-buttons a span {
        display: none;
    }
    body &gt; #layout &gt; #layout-menu #taskmenu &gt; span.special-buttons a:before {
        padding: 0;
    }
    body &gt; #layout &gt; #layout-menu #taskmenu &gt; #button-apps {
        float: right;
        padding-left: 12px;
        padding-right: 12px;
    }
    body &gt; #layout &gt; #layout-menu #taskmenu &gt; #button-apps:before {
        position: relative;
        top: 1px;
        display: block;
        margin: 0;
        padding: 0;
    }
    body &gt; #layout &gt; #layout-menu #taskmenu &gt; #show-mobile-xsidebar {
        display: none;
    }
}
body.xcalendar.xelastic #layout-content {
    border: none;
}
body.xcalendar.xelastic #layout-content .ui-datepicker-header {
    background: transparent !important;
    border-bottom: none;
}
body.xcalendar.xelastic #layout-content .ui-datepicker-calendar {
    border-top: 1px solid #ddd;
}
body.xcalendar.xelastic #layout-sidebar {
    margin-right: 10px;
    margin-left: 0;
}
.layout-normal body.xelastic #layout-content .calendar-content-header,
.layout-large body.xelastic #layout-content .calendar-content-header {
    display: none;
}
body.xadvert.xelastic #xadvert-right,
body.xadvert.xelastic #xadvert-left {
    top: 65px;
}
#taskmenu a.button-cpwebmail {
    background-image: none !important;
    line-height: 1.5;
}
#plugin-ident_switch-account {
    margin-right: 4px;
    padding: 0 4px !important;
}
/*# sourceMappingURL=styles.css.map */

@media (max-width: 769px) {
    #userbot_circle-button {
        display: none;
    }
}</pre></body></html>