.white {
    color: #fff !important;
}
.bg-white {
    background-color: #fff !important;
}
.bg-white .card-footer,
.bg-white .card-header {
    background-color: transparent;
}
.alert-white {
    border-color: #fff !important;
    background-color: #fff !important;
    color: #a6a6a6 !important;
}
.alert-white .alert-link {
    color: #919191 !important;
}
.bullet.bullet-white {
    background-color: #fff;
}
.bg-light-white {
    background-color: rgba(255, 255, 255, 0.15);
}
.bg-white.badge-glow,
.border-white.badge-glow {
    box-shadow: 0 0 10px #fff;
}
.overlay-white {
    background: #fff;
    background: rgba(255, 255, 255, 0.8);
}
.btn-white {
    background-color: #fff !important;
    color: #fff;
}
.btn-white:active,
.btn-white:focus,
.btn-white:hover {
    color: #fff !important;
}
.btn-outline-white {
    border-color: #fff;
    background-color: transparent;
    color: #fff;
}
.btn-outline-white:hover {
    background-color: #fff;
    color: #fff !important;
}
.alert-black,
.alert-black .alert-link,
.black {
    color: #000 !important;
}
.widget-timeline .timeline-items.timeline-icon-white:before {
    background-color: #fff;
}
input[type="checkbox"].bg-white + .custom-control-label:before,
input[type="radio"].bg-white + .custom-control-label:before {
    background-color: #fff !important;
}
input:focus ~ .bg-white {
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #fff !important;
}
.border-white {
    border: 1px solid #fff !important;
}
.kanban-container .kanban-board .kanban-item[data-border="white"]:before {
    background-color: #fff;
}
.bg-black {
    background-color: #000 !important;
}
.bg-black .card-footer,
.bg-black .card-header {
    background-color: transparent;
}
.alert-black {
    border-color: #242424 !important;
    background-color: #242424 !important;
}
.bullet.bullet-black {
    background-color: #000;
}
.bg-light-black {
    background-color: rgba(0, 0, 0, 0.15);
}
.bg-black.badge-glow,
.border-black.badge-glow {
    box-shadow: 0 0 10px #000;
}
.overlay-black {
    background: #000;
    background: rgba(0, 0, 0, 0.8);
}
.btn-black {
    background-color: #000 !important;
    color: #fff;
}
.btn-black:active,
.btn-black:focus,
.btn-black:hover {
    color: #fff !important;
}
.btn-outline-black {
    border-color: #000;
    background-color: transparent;
    color: #000;
}
.btn-outline-black:hover {
    background-color: #000;
    color: #fff !important;
}
.widget-timeline .timeline-items.timeline-icon-black:before {
    background-color: #000;
}
input[type="checkbox"].bg-black + .custom-control-label:before,
input[type="radio"].bg-black + .custom-control-label:before {
    background-color: #000 !important;
}
input:focus ~ .bg-black {
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #000 !important;
}
.border-black {
    border: 1px solid #000 !important;
}
.kanban-container .kanban-board .kanban-item[data-border="black"]:before {
    background-color: #000;
}
.bg-primary.bg-lighten-5,
.btn-primary.btn-lighten-5 {
    background-color: #39fcff !important;
}
.primary.lighten-5 {
    color: #39fcff !important;
}
.btn-primary.btn-lighten-5 {
    border-color: #008385 !important;
}
.btn-primary.btn-lighten-5:hover {
    border-color: #008385 !important;
    background-color: #006a6c !important;
}
.btn-primary.btn-lighten-5:active,
.btn-primary.btn-lighten-5:focus {
    border-color: #006a6c !important;
    background-color: #005152 !important;
}
.btn-outline-primary.btn-outline-lighten-5 {
    border-color: #39fcff !important;
    color: #39fcff !important;
}
.btn-outline-primary.btn-outline-lighten-5:hover {
    background-color: #39fcff !important;
}
.border-primary.border-lighten-5 {
    border: 1px solid #39fcff !important;
}
.border-top-primary.border-top-lighten-5 {
    border-top: 1px solid #39fcff !important;
}
.border-bottom-primary.border-bottom-lighten-5 {
    border-bottom: 1px solid #39fcff !important;
}
.border-left-primary.border-left-lighten-5 {
    border-left: 1px solid #39fcff !important;
}
.border-right-primary.border-right-lighten-5 {
    border-right: 1px solid #39fcff !important;
}
.overlay-primary.overlay-lighten-5 {
    background: #39fcff;
    background: rgba(57, 252, 255, 0.8);
}
.bg-primary.bg-lighten-4,
.btn-primary.btn-lighten-4 {
    background-color: #1ffbff !important;
}
.primary.lighten-4 {
    color: #1ffbff !important;
}
.btn-primary.btn-lighten-4 {
    border-color: #008385 !important;
}
.btn-primary.btn-lighten-4:hover {
    border-color: #008385 !important;
    background-color: #006a6c !important;
}
.btn-primary.btn-lighten-4:active,
.btn-primary.btn-lighten-4:focus {
    border-color: #006a6c !important;
    background-color: #005152 !important;
}
.btn-outline-primary.btn-outline-lighten-4 {
    border-color: #1ffbff !important;
    color: #1ffbff !important;
}
.btn-outline-primary.btn-outline-lighten-4:hover {
    background-color: #1ffbff !important;
}
.border-primary.border-lighten-4 {
    border: 1px solid #1ffbff !important;
}
.border-top-primary.border-top-lighten-4 {
    border-top: 1px solid #1ffbff !important;
}
.border-bottom-primary.border-bottom-lighten-4 {
    border-bottom: 1px solid #1ffbff !important;
}
.border-left-primary.border-left-lighten-4 {
    border-left: 1px solid #1ffbff !important;
}
.border-right-primary.border-right-lighten-4 {
    border-right: 1px solid #1ffbff !important;
}
.overlay-primary.overlay-lighten-4 {
    background: #1ffbff;
    background: rgba(31, 251, 255, 0.8);
}
.bg-primary.bg-lighten-3,
.btn-primary.btn-lighten-3 {
    background-color: #06fbff !important;
}
.primary.lighten-3 {
    color: #06fbff !important;
}
.btn-primary.btn-lighten-3 {
    border-color: #008385 !important;
}
.btn-primary.btn-lighten-3:hover {
    border-color: #008385 !important;
    background-color: #006a6c !important;
}
.btn-primary.btn-lighten-3:active,
.btn-primary.btn-lighten-3:focus {
    border-color: #006a6c !important;
    background-color: #005152 !important;
}
.btn-outline-primary.btn-outline-lighten-3 {
    border-color: #06fbff !important;
    color: #06fbff !important;
}
.btn-outline-primary.btn-outline-lighten-3:hover {
    background-color: #06fbff !important;
}
.border-primary.border-lighten-3 {
    border: 1px solid #06fbff !important;
}
.border-top-primary.border-top-lighten-3 {
    border-top: 1px solid #06fbff !important;
}
.border-bottom-primary.border-bottom-lighten-3 {
    border-bottom: 1px solid #06fbff !important;
}
.border-left-primary.border-left-lighten-3 {
    border-left: 1px solid #06fbff !important;
}
.border-right-primary.border-right-lighten-3 {
    border-right: 1px solid #06fbff !important;
}
.overlay-primary.overlay-lighten-3 {
    background: #06fbff;
    background: rgba(6, 251, 255, 0.8);
}
.bg-primary.bg-lighten-2,
.btn-primary.btn-lighten-2 {
    background-color: #00e7eb !important;
}
.primary.lighten-2 {
    color: #00e7eb !important;
}
.btn-primary.btn-lighten-2 {
    border-color: #008385 !important;
}
.btn-primary.btn-lighten-2:hover {
    border-color: #008385 !important;
    background-color: #006a6c !important;
}
.btn-primary.btn-lighten-2:active,
.btn-primary.btn-lighten-2:focus {
    border-color: #006a6c !important;
    background-color: #005152 !important;
}
.btn-outline-primary.btn-outline-lighten-2 {
    border-color: #00e7eb !important;
    color: #00e7eb !important;
}
.btn-outline-primary.btn-outline-lighten-2:hover {
    background-color: #00e7eb !important;
}
.border-primary.border-lighten-2 {
    border: 1px solid #00e7eb !important;
}
.border-top-primary.border-top-lighten-2 {
    border-top: 1px solid #00e7eb !important;
}
.border-bottom-primary.border-bottom-lighten-2 {
    border-bottom: 1px solid #00e7eb !important;
}
.border-left-primary.border-left-lighten-2 {
    border-left: 1px solid #00e7eb !important;
}
.border-right-primary.border-right-lighten-2 {
    border-right: 1px solid #00e7eb !important;
}
.overlay-primary.overlay-lighten-2 {
    background: #00e7eb;
    background: rgba(0, 231, 235, 0.8);
}
.bg-primary.bg-lighten-1,
.btn-primary.btn-lighten-1 {
    background-color: #00ced2 !important;
}
.primary.lighten-1 {
    color: #00ced2 !important;
}
.btn-primary.btn-lighten-1 {
    border-color: #008385 !important;
}
.btn-primary.btn-lighten-1:hover {
    border-color: #008385 !important;
    background-color: #006a6c !important;
}
.btn-primary.btn-lighten-1:active,
.btn-primary.btn-lighten-1:focus {
    border-color: #006a6c !important;
    background-color: #005152 !important;
}
.btn-outline-primary.btn-outline-lighten-1 {
    border-color: #00ced2 !important;
    color: #00ced2 !important;
}
.btn-outline-primary.btn-outline-lighten-1:hover {
    background-color: #00ced2 !important;
}
.border-primary.border-lighten-1 {
    border: 1px solid #00ced2 !important;
}
.border-top-primary.border-top-lighten-1 {
    border-top: 1px solid #00ced2 !important;
}
.border-bottom-primary.border-bottom-lighten-1 {
    border-bottom: 1px solid #00ced2 !important;
}
.border-left-primary.border-left-lighten-1 {
    border-left: 1px solid #00ced2 !important;
}
.border-right-primary.border-right-lighten-1 {
    border-right: 1px solid #00ced2 !important;
}
.overlay-primary.overlay-lighten-1 {
    background: #00ced2;
    background: rgba(0, 206, 210, 0.8);
}
.primary {
    color: #00b5b8 !important;
}
.bg-primary {
    background-color: #00b5b8 !important;
}
.bg-primary .card-footer,
.bg-primary .card-header {
    background-color: transparent;
}
.alert-primary {
    border-color: #00fbff !important;
    background-color: #00fbff !important;
    color: #000506 !important;
}
.alert-primary .alert-link {
    color: #000 !important;
}
.bullet.bullet-primary {
    background-color: #00b5b8;
}
.bg-light-primary {
    background-color: rgba(0, 181, 184, 0.15);
}
.bg-primary.badge-glow,
.border-primary.badge-glow {
    box-shadow: 0 0 10px #00b5b8;
}
.overlay-primary {
    background: #00b5b8;
    background: rgba(0, 181, 184, 0.8);
}
.btn-primary {
    background-color: #1a58a5 !important;
    color: #fff;
}
.btn-primary:hover {
    border-color: #009c9f !important;
    background-color: #00ced2 !important;
    color: #fff !important;
}
.btn-primary:active,
.btn-primary:focus {
    border-color: #008385 !important;
    background-color: #006a6c !important;
    color: #fff !important;
}
.btn-outline-primary {
    border-color: #0f61ad;
    background-color: transparent;
    color: #0f61ad;
}
.btn-outline-primary:hover {
    background-color: #0f61ad;
    color: #fff !important;
}
.widget-timeline .timeline-items.timeline-icon-primary:before {
    background-color: #00b5b8;
}
input[type="checkbox"].bg-primary + .custom-control-label:before,
input[type="radio"].bg-primary + .custom-control-label:before {
    background-color: #00b5b8 !important;
}
.bg-primary.bg-darken-1,
.btn-primary.btn-darken-1 {
    background-color: #009c9f !important;
}
.border-primary {
    border: 1px solid #00b5b8 !important;
}
.border-top-primary {
    border-top: 1px solid #00b5b8;
}
.border-bottom-primary {
    border-bottom: 1px solid #00b5b8;
}
.border-left-primary {
    border-left: 1px solid #00b5b8;
}
.border-right-primary {
    border-right: 1px solid #00b5b8;
}
.primary.darken-1 {
    color: #009c9f !important;
}
.btn-primary.btn-darken-1 {
    border-color: #008385 !important;
}
.btn-primary.btn-darken-1:hover {
    border-color: #008385 !important;
    background-color: #006a6c !important;
}
.btn-primary.btn-darken-1:active,
.btn-primary.btn-darken-1:focus {
    border-color: #006a6c !important;
    background-color: #005152 !important;
}
.btn-outline-primary.btn-outline-darken-1 {
    border-color: #009c9f !important;
    color: #009c9f !important;
}
.btn-outline-primary.btn-outline-darken-1:hover {
    background-color: #009c9f !important;
}
.border-primary.border-darken-1 {
    border: 1px solid #009c9f !important;
}
.border-top-primary.border-top-darken-1 {
    border-top: 1px solid #009c9f !important;
}
.border-bottom-primary.border-bottom-darken-1 {
    border-bottom: 1px solid #009c9f !important;
}
.border-left-primary.border-left-darken-1 {
    border-left: 1px solid #009c9f !important;
}
.border-right-primary.border-right-darken-1 {
    border-right: 1px solid #009c9f !important;
}
.overlay-primary.overlay-darken-1 {
    background: #009c9f;
    background: rgba(0, 156, 159, 0.8);
}
.bg-primary.bg-darken-2,
.btn-primary.btn-darken-2 {
    background-color: #008385 !important;
}
.primary.darken-2 {
    color: #008385 !important;
}
.btn-primary.btn-darken-2 {
    border-color: #008385 !important;
}
.btn-primary.btn-darken-2:hover {
    border-color: #008385 !important;
    background-color: #006a6c !important;
}
.btn-primary.btn-darken-2:active,
.btn-primary.btn-darken-2:focus {
    border-color: #006a6c !important;
    background-color: #005152 !important;
}
.btn-outline-primary.btn-outline-darken-2 {
    border-color: #008385 !important;
    color: #008385 !important;
}
.btn-outline-primary.btn-outline-darken-2:hover {
    background-color: #008385 !important;
}
.border-primary.border-darken-2 {
    border: 1px solid #008385 !important;
}
.border-top-primary.border-top-darken-2 {
    border-top: 1px solid #008385 !important;
}
.border-bottom-primary.border-bottom-darken-2 {
    border-bottom: 1px solid #008385 !important;
}
.border-left-primary.border-left-darken-2 {
    border-left: 1px solid #008385 !important;
}
.border-right-primary.border-right-darken-2 {
    border-right: 1px solid #008385 !important;
}
.overlay-primary.overlay-darken-2 {
    background: #008385;
    background: rgba(0, 131, 133, 0.8);
}
.primary.darken-3 {
    color: #006a6c !important;
}
.bg-primary.bg-darken-3 {
    background-color: #006a6c !important;
}
.btn-primary.btn-darken-3,
.btn-primary.btn-darken-3:hover {
    border-color: #008385 !important;
    background-color: #006a6c !important;
}
.btn-primary.btn-darken-3:active,
.btn-primary.btn-darken-3:focus {
    border-color: #006a6c !important;
    background-color: #005152 !important;
}
.btn-outline-primary.btn-outline-darken-3 {
    border-color: #006a6c !important;
    color: #006a6c !important;
}
.btn-outline-primary.btn-outline-darken-3:hover {
    background-color: #006a6c !important;
}
.border-primary.border-darken-3 {
    border: 1px solid #006a6c !important;
}
.border-top-primary.border-top-darken-3 {
    border-top: 1px solid #006a6c !important;
}
.border-bottom-primary.border-bottom-darken-3 {
    border-bottom: 1px solid #006a6c !important;
}
.border-left-primary.border-left-darken-3 {
    border-left: 1px solid #006a6c !important;
}
.border-right-primary.border-right-darken-3 {
    border-right: 1px solid #006a6c !important;
}
.overlay-primary.overlay-darken-3 {
    background: #006a6c;
    background: rgba(0, 106, 108, 0.8);
}
.bg-primary.bg-darken-4,
.btn-primary.btn-darken-4 {
    background-color: #005152 !important;
}
.primary.darken-4 {
    color: #005152 !important;
}
.btn-primary.btn-darken-4 {
    border-color: #008385 !important;
}
.btn-primary.btn-darken-4:hover {
    border-color: #008385 !important;
    background-color: #006a6c !important;
}
.btn-primary.btn-darken-4:active,
.btn-primary.btn-darken-4:focus {
    border-color: #006a6c !important;
    background-color: #005152 !important;
}
.btn-outline-primary.btn-outline-darken-4 {
    border-color: #005152 !important;
    color: #005152 !important;
}
.btn-outline-primary.btn-outline-darken-4:hover {
    background-color: #005152 !important;
}
.border-primary.border-darken-4 {
    border: 1px solid #005152 !important;
}
.border-top-primary.border-top-darken-4 {
    border-top: 1px solid #005152 !important;
}
.border-bottom-primary.border-bottom-darken-4 {
    border-bottom: 1px solid #005152 !important;
}
.border-left-primary.border-left-darken-4 {
    border-left: 1px solid #005152 !important;
}
.border-right-primary.border-right-darken-4 {
    border-right: 1px solid #005152 !important;
}
.overlay-primary.overlay-darken-4 {
    background: #005152;
    background: rgba(0, 81, 82, 0.8);
}
.bg-primary.bg-accent-1,
.btn-primary.btn-accent-1 {
    background-color: #bdfdff !important;
}
.primary.accent-1 {
    color: #bdfdff !important;
}
.btn-primary.btn-accent-1 {
    border-color: #008385 !important;
}
.btn-primary.btn-accent-1:hover {
    border-color: #008385 !important;
    background-color: #006a6c !important;
}
.btn-primary.btn-accent-1:active,
.btn-primary.btn-accent-1:focus {
    border-color: #006a6c !important;
    background-color: #005152 !important;
}
.btn-outline-primary.btn-outline-accent-1 {
    border-color: #bdfdff !important;
    color: #bdfdff !important;
}
.btn-outline-primary.btn-outline-accent-1:hover {
    background-color: #bdfdff !important;
}
.border-primary.border-accent-1 {
    border: 1px solid #bdfdff !important;
}
.border-top-primary.border-top-accent-1 {
    border-top: 1px solid #bdfdff !important;
}
.border-bottom-primary.border-bottom-accent-1 {
    border-bottom: 1px solid #bdfdff !important;
}
.border-left-primary.border-left-accent-1 {
    border-left: 1px solid #bdfdff !important;
}
.border-right-primary.border-right-accent-1 {
    border-right: 1px solid #bdfdff !important;
}
.overlay-primary.overlay-accent-1 {
    background: #bdfdff;
    background: rgba(189, 253, 255, 0.8);
}
.bg-primary.bg-accent-2,
.btn-primary.btn-accent-2 {
    background-color: #8afbff !important;
}
.primary.accent-2 {
    color: #8afbff !important;
}
.btn-primary.btn-accent-2 {
    border-color: #008385 !important;
}
.btn-primary.btn-accent-2:hover {
    border-color: #008385 !important;
    background-color: #006a6c !important;
}
.btn-primary.btn-accent-2:active,
.btn-primary.btn-accent-2:focus {
    border-color: #006a6c !important;
    background-color: #005152 !important;
}
.btn-outline-primary.btn-outline-accent-2 {
    border-color: #8afbff !important;
    color: #8afbff !important;
}
.btn-outline-primary.btn-outline-accent-2:hover {
    background-color: #8afbff !important;
}
.border-primary.border-accent-2 {
    border: 1px solid #8afbff !important;
}
.border-top-primary.border-top-accent-2 {
    border-top: 1px solid #8afbff !important;
}
.border-bottom-primary.border-bottom-accent-2 {
    border-bottom: 1px solid #8afbff !important;
}
.border-left-primary.border-left-accent-2 {
    border-left: 1px solid #8afbff !important;
}
.border-right-primary.border-right-accent-2 {
    border-right: 1px solid #8afbff !important;
}
.overlay-primary.overlay-accent-2 {
    background: #8afbff;
    background: rgba(138, 251, 255, 0.8);
}
.bg-primary.bg-accent-3,
.btn-primary.btn-accent-3 {
    background-color: #57faff !important;
}
.primary.accent-3 {
    color: #57faff !important;
}
.btn-primary.btn-accent-3 {
    border-color: #008385 !important;
}
.btn-primary.btn-accent-3:hover {
    border-color: #008385 !important;
    background-color: #006a6c !important;
}
.btn-primary.btn-accent-3:active,
.btn-primary.btn-accent-3:focus {
    border-color: #006a6c !important;
    background-color: #005152 !important;
}
.btn-outline-primary.btn-outline-accent-3 {
    border-color: #57faff !important;
    color: #57faff !important;
}
.btn-outline-primary.btn-outline-accent-3:hover {
    background-color: #57faff !important;
}
.border-primary.border-accent-3 {
    border: 1px solid #57faff !important;
}
.border-top-primary.border-top-accent-3 {
    border-top: 1px solid #57faff !important;
}
.border-bottom-primary.border-bottom-accent-3 {
    border-bottom: 1px solid #57faff !important;
}
.border-left-primary.border-left-accent-3 {
    border-left: 1px solid #57faff !important;
}
.border-right-primary.border-right-accent-3 {
    border-right: 1px solid #57faff !important;
}
.overlay-primary.overlay-accent-3 {
    background: #57faff;
    background: rgba(87, 250, 255, 0.8);
}
.bg-primary.bg-accent-4,
.btn-primary.btn-accent-4 {
    background-color: #3df9ff !important;
}
.primary.accent-4 {
    color: #3df9ff !important;
}
.btn-primary.btn-accent-4 {
    border-color: #008385 !important;
}
.btn-primary.btn-accent-4:hover {
    border-color: #008385 !important;
    background-color: #006a6c !important;
}
.btn-primary.btn-accent-4:active,
.btn-primary.btn-accent-4:focus {
    border-color: #006a6c !important;
    background-color: #005152 !important;
}
.btn-outline-primary.btn-outline-accent-4 {
    border-color: #3df9ff !important;
    color: #3df9ff !important;
}
.btn-outline-primary.btn-outline-accent-4:hover {
    background-color: #3df9ff !important;
}
input:focus ~ .bg-primary {
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #3df9ff !important;
}
.border-primary.border-accent-4 {
    border: 1px solid #3df9ff !important;
}
.border-top-primary.border-top-accent-4 {
    border-top: 1px solid #3df9ff !important;
}
.border-bottom-primary.border-bottom-accent-4 {
    border-bottom: 1px solid #3df9ff !important;
}
.border-left-primary.border-left-accent-4 {
    border-left: 1px solid #3df9ff !important;
}
.border-right-primary.border-right-accent-4 {
    border-right: 1px solid #3df9ff !important;
}
.overlay-primary.overlay-accent-4 {
    background: #3df9ff;
    background: rgba(61, 249, 255, 0.8);
}
.edit-kanban-item select option.bg-color_name,
.kanban-container .kanban-board .kanban-item[data-border="primary"]:before {
    background-color: #3df9ff;
}
.bg-secondary.bg-lighten-5,
.btn-secondary.btn-lighten-5 {
    background-color: #7a8cac !important;
}
.secondary.lighten-5 {
    color: #7a8cac !important;
}
.btn-secondary.btn-lighten-5 {
    border-color: #2c3648 !important;
}
.btn-secondary.btn-lighten-5:hover {
    border-color: #2c3648 !important;
    background-color: #232a38 !important;
}
.btn-secondary.btn-lighten-5:active,
.btn-secondary.btn-lighten-5:focus {
    border-color: #232a38 !important;
    background-color: #191e28 !important;
}
.btn-outline-secondary.btn-outline-lighten-5 {
    border-color: #7a8cac !important;
    color: #7a8cac !important;
}
.btn-outline-secondary.btn-outline-lighten-5:hover {
    background-color: #7a8cac !important;
}
.border-secondary.border-lighten-5 {
    border: 1px solid #7a8cac !important;
}
.border-top-secondary.border-top-lighten-5 {
    border-top: 1px solid #7a8cac !important;
}
.border-bottom-secondary.border-bottom-lighten-5 {
    border-bottom: 1px solid #7a8cac !important;
}
.border-left-secondary.border-left-lighten-5 {
    border-left: 1px solid #7a8cac !important;
}
.border-right-secondary.border-right-lighten-5 {
    border-right: 1px solid #7a8cac !important;
}
.overlay-secondary.overlay-lighten-5 {
    background: #7a8cac;
    background: rgba(122, 140, 172, 0.8);
}
.bg-secondary.bg-lighten-4,
.btn-secondary.btn-lighten-4 {
    background-color: #6a7fa3 !important;
}
.secondary.lighten-4 {
    color: #6a7fa3 !important;
}
.btn-secondary.btn-lighten-4 {
    border-color: #2c3648 !important;
}
.btn-secondary.btn-lighten-4:hover {
    border-color: #2c3648 !important;
    background-color: #232a38 !important;
}
.btn-secondary.btn-lighten-4:active,
.btn-secondary.btn-lighten-4:focus {
    border-color: #232a38 !important;
    background-color: #191e28 !important;
}
.btn-outline-secondary.btn-outline-lighten-4 {
    border-color: #6a7fa3 !important;
    color: #6a7fa3 !important;
}
.btn-outline-secondary.btn-outline-lighten-4:hover {
    background-color: #6a7fa3 !important;
}
.border-secondary.border-lighten-4 {
    border: 1px solid #6a7fa3 !important;
}
.border-top-secondary.border-top-lighten-4 {
    border-top: 1px solid #6a7fa3 !important;
}
.border-bottom-secondary.border-bottom-lighten-4 {
    border-bottom: 1px solid #6a7fa3 !important;
}
.border-left-secondary.border-left-lighten-4 {
    border-left: 1px solid #6a7fa3 !important;
}
.border-right-secondary.border-right-lighten-4 {
    border-right: 1px solid #6a7fa3 !important;
}
.overlay-secondary.overlay-lighten-4 {
    background: #6a7fa3;
    background: rgba(106, 127, 163, 0.8);
}
.bg-secondary.bg-lighten-3,
.btn-secondary.btn-lighten-3 {
    background-color: #5d7296 !important;
}
.secondary.lighten-3 {
    color: #5d7296 !important;
}
.btn-secondary.btn-lighten-3 {
    border-color: #2c3648 !important;
}
.btn-secondary.btn-lighten-3:hover {
    border-color: #2c3648 !important;
    background-color: #232a38 !important;
}
.btn-secondary.btn-lighten-3:active,
.btn-secondary.btn-lighten-3:focus {
    border-color: #232a38 !important;
    background-color: #191e28 !important;
}
.btn-outline-secondary.btn-outline-lighten-3 {
    border-color: #5d7296 !important;
    color: #5d7296 !important;
}
.btn-outline-secondary.btn-outline-lighten-3:hover {
    background-color: #5d7296 !important;
}
.border-secondary.border-lighten-3 {
    border: 1px solid #5d7296 !important;
}
.border-top-secondary.border-top-lighten-3 {
    border-top: 1px solid #5d7296 !important;
}
.border-bottom-secondary.border-bottom-lighten-3 {
    border-bottom: 1px solid #5d7296 !important;
}
.border-left-secondary.border-left-lighten-3 {
    border-left: 1px solid #5d7296 !important;
}
.border-right-secondary.border-right-lighten-3 {
    border-right: 1px solid #5d7296 !important;
}
.overlay-secondary.overlay-lighten-3 {
    background: #5d7296;
    background: rgba(93, 114, 150, 0.8);
}
.bg-secondary.bg-lighten-2,
.btn-secondary.btn-lighten-2 {
    background-color: #546686 !important;
}
.secondary.lighten-2 {
    color: #546686 !important;
}
.btn-secondary.btn-lighten-2 {
    border-color: #2c3648 !important;
}
.btn-secondary.btn-lighten-2:hover {
    border-color: #2c3648 !important;
    background-color: #232a38 !important;
}
.btn-secondary.btn-lighten-2:active,
.btn-secondary.btn-lighten-2:focus {
    border-color: #232a38 !important;
    background-color: #191e28 !important;
}
.btn-outline-secondary.btn-outline-lighten-2 {
    border-color: #546686 !important;
    color: #546686 !important;
}
.btn-outline-secondary.btn-outline-lighten-2:hover {
    background-color: #546686 !important;
}
.border-secondary.border-lighten-2 {
    border: 1px solid #546686 !important;
}
.border-top-secondary.border-top-lighten-2 {
    border-top: 1px solid #546686 !important;
}
.border-bottom-secondary.border-bottom-lighten-2 {
    border-bottom: 1px solid #546686 !important;
}
.border-left-secondary.border-left-lighten-2 {
    border-left: 1px solid #546686 !important;
}
.border-right-secondary.border-right-lighten-2 {
    border-right: 1px solid #546686 !important;
}
.overlay-secondary.overlay-lighten-2 {
    background: #546686;
    background: rgba(84, 102, 134, 0.8);
}
.bg-secondary.bg-lighten-1,
.btn-secondary.btn-lighten-1 {
    background-color: #4a5a77 !important;
}
.secondary.lighten-1 {
    color: #4a5a77 !important;
}
.btn-secondary.btn-lighten-1 {
    border-color: #2c3648 !important;
}
.btn-secondary.btn-lighten-1:hover {
    border-color: #2c3648 !important;
    background-color: #232a38 !important;
}
.btn-secondary.btn-lighten-1:active,
.btn-secondary.btn-lighten-1:focus {
    border-color: #232a38 !important;
    background-color: #191e28 !important;
}
.btn-outline-secondary.btn-outline-lighten-1 {
    border-color: #4a5a77 !important;
    color: #4a5a77 !important;
}
.btn-outline-secondary.btn-outline-lighten-1:hover {
    background-color: #4a5a77 !important;
}
.border-secondary.border-lighten-1 {
    border: 1px solid #4a5a77 !important;
}
.border-top-secondary.border-top-lighten-1 {
    border-top: 1px solid #4a5a77 !important;
}
.border-bottom-secondary.border-bottom-lighten-1 {
    border-bottom: 1px solid #4a5a77 !important;
}
.border-left-secondary.border-left-lighten-1 {
    border-left: 1px solid #4a5a77 !important;
}
.border-right-secondary.border-right-lighten-1 {
    border-right: 1px solid #4a5a77 !important;
}
.overlay-secondary.overlay-lighten-1 {
    background: #4a5a77;
    background: rgba(74, 90, 119, 0.8);
}
.secondary {
    color: #404e67 !important;
}
.alert-secondary,
.alert-secondary .alert-link {
    color: #000 !important;
}
.bg-secondary {
    background-color: #404e67 !important;
}
.bg-secondary .card-footer,
.bg-secondary .card-header {
    background-color: transparent;
}
.alert-secondary {
    border-color: #5b6f93 !important;
    background-color: #5b6f93 !important;
}
.bullet.bullet-secondary {
    background-color: #404e67;
}
.bg-light-secondary {
    background-color: rgba(64, 78, 103, 0.15);
}
.bg-secondary.badge-glow,
.border-secondary.badge-glow {
    box-shadow: 0 0 10px #404e67;
}
.overlay-secondary {
    background: #404e67;
    background: rgba(64, 78, 103, 0.8);
}
.btn-secondary {
    background-color: #404e67 !important;
    color: #fff;
}
.btn-secondary:hover {
    border-color: #364257 !important;
    background-color: #4a5a77 !important;
    color: #fff !important;
}
.btn-secondary:active,
.btn-secondary:focus {
    border-color: #2c3648 !important;
    background-color: #232a38 !important;
    color: #fff !important;
}
.btn-outline-secondary {
    border-color: #404e67;
    background-color: transparent;
    color: #404e67;
}
.btn-outline-secondary:hover {
    background-color: #404e67;
    color: #fff !important;
}
.widget-timeline .timeline-items.timeline-icon-secondary:before {
    background-color: #404e67;
}
input[type="checkbox"].bg-secondary + .custom-control-label:before,
input[type="radio"].bg-secondary + .custom-control-label:before {
    background-color: #404e67 !important;
}
.bg-secondary.bg-darken-1,
.btn-secondary.btn-darken-1 {
    background-color: #364257 !important;
}
.border-secondary {
    border: 1px solid #404e67 !important;
}
.border-top-secondary {
    border-top: 1px solid #404e67;
}
.border-bottom-secondary {
    border-bottom: 1px solid #404e67;
}
.border-left-secondary {
    border-left: 1px solid #404e67;
}
.border-right-secondary {
    border-right: 1px solid #404e67;
}
.secondary.darken-1 {
    color: #364257 !important;
}
.btn-secondary.btn-darken-1 {
    border-color: #2c3648 !important;
}
.btn-secondary.btn-darken-1:hover {
    border-color: #2c3648 !important;
    background-color: #232a38 !important;
}
.btn-secondary.btn-darken-1:active,
.btn-secondary.btn-darken-1:focus {
    border-color: #232a38 !important;
    background-color: #191e28 !important;
}
.btn-outline-secondary.btn-outline-darken-1 {
    border-color: #364257 !important;
    color: #364257 !important;
}
.btn-outline-secondary.btn-outline-darken-1:hover {
    background-color: #364257 !important;
}
.border-secondary.border-darken-1 {
    border: 1px solid #364257 !important;
}
.border-top-secondary.border-top-darken-1 {
    border-top: 1px solid #364257 !important;
}
.border-bottom-secondary.border-bottom-darken-1 {
    border-bottom: 1px solid #364257 !important;
}
.border-left-secondary.border-left-darken-1 {
    border-left: 1px solid #364257 !important;
}
.border-right-secondary.border-right-darken-1 {
    border-right: 1px solid #364257 !important;
}
.overlay-secondary.overlay-darken-1 {
    background: #364257;
    background: rgba(54, 66, 87, 0.8);
}
.bg-secondary.bg-darken-2,
.btn-secondary.btn-darken-2 {
    background-color: #2c3648 !important;
}
.secondary.darken-2 {
    color: #2c3648 !important;
}
.btn-secondary.btn-darken-2 {
    border-color: #2c3648 !important;
}
.btn-secondary.btn-darken-2:hover {
    border-color: #2c3648 !important;
    background-color: #232a38 !important;
}
.btn-secondary.btn-darken-2:active,
.btn-secondary.btn-darken-2:focus {
    border-color: #232a38 !important;
    background-color: #191e28 !important;
}
.btn-outline-secondary.btn-outline-darken-2 {
    border-color: #2c3648 !important;
    color: #2c3648 !important;
}
.btn-outline-secondary.btn-outline-darken-2:hover {
    background-color: #2c3648 !important;
}
.border-secondary.border-darken-2 {
    border: 1px solid #2c3648 !important;
}
.border-top-secondary.border-top-darken-2 {
    border-top: 1px solid #2c3648 !important;
}
.border-bottom-secondary.border-bottom-darken-2 {
    border-bottom: 1px solid #2c3648 !important;
}
.border-left-secondary.border-left-darken-2 {
    border-left: 1px solid #2c3648 !important;
}
.border-right-secondary.border-right-darken-2 {
    border-right: 1px solid #2c3648 !important;
}
.overlay-secondary.overlay-darken-2 {
    background: #2c3648;
    background: rgba(44, 54, 72, 0.8);
}
.secondary.darken-3 {
    color: #232a38 !important;
}
.bg-secondary.bg-darken-3 {
    background-color: #232a38 !important;
}
.btn-secondary.btn-darken-3,
.btn-secondary.btn-darken-3:hover {
    border-color: #2c3648 !important;
    background-color: #232a38 !important;
}
.btn-secondary.btn-darken-3:active,
.btn-secondary.btn-darken-3:focus {
    border-color: #232a38 !important;
    background-color: #191e28 !important;
}
.btn-outline-secondary.btn-outline-darken-3 {
    border-color: #232a38 !important;
    color: #232a38 !important;
}
.btn-outline-secondary.btn-outline-darken-3:hover {
    background-color: #232a38 !important;
}
.border-secondary.border-darken-3 {
    border: 1px solid #232a38 !important;
}
.border-top-secondary.border-top-darken-3 {
    border-top: 1px solid #232a38 !important;
}
.border-bottom-secondary.border-bottom-darken-3 {
    border-bottom: 1px solid #232a38 !important;
}
.border-left-secondary.border-left-darken-3 {
    border-left: 1px solid #232a38 !important;
}
.border-right-secondary.border-right-darken-3 {
    border-right: 1px solid #232a38 !important;
}
.overlay-secondary.overlay-darken-3 {
    background: #232a38;
    background: rgba(35, 42, 56, 0.8);
}
.bg-secondary.bg-darken-4,
.btn-secondary.btn-darken-4 {
    background-color: #191e28 !important;
}
.secondary.darken-4 {
    color: #191e28 !important;
}
.btn-secondary.btn-darken-4 {
    border-color: #2c3648 !important;
}
.btn-secondary.btn-darken-4:hover {
    border-color: #2c3648 !important;
    background-color: #232a38 !important;
}
.btn-secondary.btn-darken-4:active,
.btn-secondary.btn-darken-4:focus {
    border-color: #232a38 !important;
    background-color: #191e28 !important;
}
.btn-outline-secondary.btn-outline-darken-4 {
    border-color: #191e28 !important;
    color: #191e28 !important;
}
.btn-outline-secondary.btn-outline-darken-4:hover {
    background-color: #191e28 !important;
}
input:focus ~ .bg-secondary {
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #191e28 !important;
}
.border-secondary.border-darken-4 {
    border: 1px solid #191e28 !important;
}
.border-top-secondary.border-top-darken-4 {
    border-top: 1px solid #191e28 !important;
}
.border-bottom-secondary.border-bottom-darken-4 {
    border-bottom: 1px solid #191e28 !important;
}
.border-left-secondary.border-left-darken-4 {
    border-left: 1px solid #191e28 !important;
}
.border-right-secondary.border-right-darken-4 {
    border-right: 1px solid #191e28 !important;
}
.overlay-secondary.overlay-darken-4 {
    background: #191e28;
    background: rgba(25, 30, 40, 0.8);
}
.edit-kanban-item select option.bg-color_name,
.kanban-container .kanban-board .kanban-item[data-border="secondary"]:before {
    background-color: #191e28;
}
.bg-success.bg-lighten-5,
.btn-success.btn-lighten-5 {
    background-color: #78f1cc !important;
}
.success.lighten-5 {
    color: #78f1cc !important;
}
.btn-success.btn-lighten-5 {
    border-color: #11a578 !important;
}
.btn-success.btn-lighten-5:hover {
    border-color: #11a578 !important;
    background-color: #0f8e67 !important;
}
.btn-success.btn-lighten-5:active,
.btn-success.btn-lighten-5:focus {
    border-color: #0f8e67 !important;
    background-color: #0c7757 !important;
}
.btn-outline-success.btn-outline-lighten-5 {
    border-color: #78f1cc !important;
    color: #78f1cc !important;
}
.btn-outline-success.btn-outline-lighten-5:hover {
    background-color: #78f1cc !important;
}
.border-success.border-lighten-5 {
    border: 1px solid #78f1cc !important;
}
.border-top-success.border-top-lighten-5 {
    border-top: 1px solid #78f1cc !important;
}
.border-bottom-success.border-bottom-lighten-5 {
    border-bottom: 1px solid #78f1cc !important;
}
.border-left-success.border-left-lighten-5 {
    border-left: 1px solid #78f1cc !important;
}
.border-right-success.border-right-lighten-5 {
    border-right: 1px solid #78f1cc !important;
}
.overlay-success.overlay-lighten-5 {
    background: #78f1cc;
    background: rgba(120, 241, 204, 0.8);
}
.bg-success.bg-lighten-4,
.btn-success.btn-lighten-4 {
    background-color: #61eec4 !important;
}
.success.lighten-4 {
    color: #61eec4 !important;
}
.btn-success.btn-lighten-4 {
    border-color: #11a578 !important;
}
.btn-success.btn-lighten-4:hover {
    border-color: #11a578 !important;
    background-color: #0f8e67 !important;
}
.btn-success.btn-lighten-4:active,
.btn-success.btn-lighten-4:focus {
    border-color: #0f8e67 !important;
    background-color: #0c7757 !important;
}
.btn-outline-success.btn-outline-lighten-4 {
    border-color: #61eec4 !important;
    color: #61eec4 !important;
}
.btn-outline-success.btn-outline-lighten-4:hover {
    background-color: #61eec4 !important;
}
.border-success.border-lighten-4 {
    border: 1px solid #61eec4 !important;
}
.border-top-success.border-top-lighten-4 {
    border-top: 1px solid #61eec4 !important;
}
.border-bottom-success.border-bottom-lighten-4 {
    border-bottom: 1px solid #61eec4 !important;
}
.border-left-success.border-left-lighten-4 {
    border-left: 1px solid #61eec4 !important;
}
.border-right-success.border-right-lighten-4 {
    border-right: 1px solid #61eec4 !important;
}
.overlay-success.overlay-lighten-4 {
    background: #61eec4;
    background: rgba(97, 238, 196, 0.8);
}
.bg-success.bg-lighten-3,
.btn-success.btn-lighten-3 {
    background-color: #49ecbb !important;
}
.success.lighten-3 {
    color: #49ecbb !important;
}
.btn-success.btn-lighten-3 {
    border-color: #11a578 !important;
}
.btn-success.btn-lighten-3:hover {
    border-color: #11a578 !important;
    background-color: #0f8e67 !important;
}
.btn-success.btn-lighten-3:active,
.btn-success.btn-lighten-3:focus {
    border-color: #0f8e67 !important;
    background-color: #0c7757 !important;
}
.btn-outline-success.btn-outline-lighten-3 {
    border-color: #49ecbb !important;
    color: #49ecbb !important;
}
.btn-outline-success.btn-outline-lighten-3:hover {
    background-color: #49ecbb !important;
}
.border-success.border-lighten-3 {
    border: 1px solid #49ecbb !important;
}
.border-top-success.border-top-lighten-3 {
    border-top: 1px solid #49ecbb !important;
}
.border-bottom-success.border-bottom-lighten-3 {
    border-bottom: 1px solid #49ecbb !important;
}
.border-left-success.border-left-lighten-3 {
    border-left: 1px solid #49ecbb !important;
}
.border-right-success.border-right-lighten-3 {
    border-right: 1px solid #49ecbb !important;
}
.overlay-success.overlay-lighten-3 {
    background: #49ecbb;
    background: rgba(73, 236, 187, 0.8);
}
.bg-success.bg-lighten-2,
.btn-success.btn-lighten-2 {
    background-color: #32eab2 !important;
}
.success.lighten-2 {
    color: #32eab2 !important;
}
.btn-success.btn-lighten-2 {
    border-color: #11a578 !important;
}
.btn-success.btn-lighten-2:hover {
    border-color: #11a578 !important;
    background-color: #0f8e67 !important;
}
.btn-success.btn-lighten-2:active,
.btn-success.btn-lighten-2:focus {
    border-color: #0f8e67 !important;
    background-color: #0c7757 !important;
}
.btn-outline-success.btn-outline-lighten-2 {
    border-color: #32eab2 !important;
    color: #32eab2 !important;
}
.btn-outline-success.btn-outline-lighten-2:hover {
    background-color: #32eab2 !important;
}
.border-success.border-lighten-2 {
    border: 1px solid #32eab2 !important;
}
.border-top-success.border-top-lighten-2 {
    border-top: 1px solid #32eab2 !important;
}
.border-bottom-success.border-bottom-lighten-2 {
    border-bottom: 1px solid #32eab2 !important;
}
.border-left-success.border-left-lighten-2 {
    border-left: 1px solid #32eab2 !important;
}
.border-right-success.border-right-lighten-2 {
    border-right: 1px solid #32eab2 !important;
}
.overlay-success.overlay-lighten-2 {
    background: #32eab2;
    background: rgba(50, 234, 178, 0.8);
}
.bg-success.bg-lighten-1,
.btn-success.btn-lighten-1 {
    background-color: #1be7aa !important;
}
.success.lighten-1 {
    color: #1be7aa !important;
}
.btn-success.btn-lighten-1 {
    border-color: #11a578 !important;
}
.btn-success.btn-lighten-1:hover {
    border-color: #11a578 !important;
    background-color: #0f8e67 !important;
}
.btn-success.btn-lighten-1:active,
.btn-success.btn-lighten-1:focus {
    border-color: #0f8e67 !important;
    background-color: #0c7757 !important;
}
.btn-outline-success.btn-outline-lighten-1 {
    border-color: #1be7aa !important;
    color: #1be7aa !important;
}
.btn-outline-success.btn-outline-lighten-1:hover {
    background-color: #1be7aa !important;
}
.border-success.border-lighten-1 {
    border: 1px solid #1be7aa !important;
}
.border-top-success.border-top-lighten-1 {
    border-top: 1px solid #1be7aa !important;
}
.border-bottom-success.border-bottom-lighten-1 {
    border-bottom: 1px solid #1be7aa !important;
}
.border-left-success.border-left-lighten-1 {
    border-left: 1px solid #1be7aa !important;
}
.border-right-success.border-right-lighten-1 {
    border-right: 1px solid #1be7aa !important;
}
.overlay-success.overlay-lighten-1 {
    background: #1be7aa;
    background: rgba(27, 231, 170, 0.8);
}
.success {
    color: #16d39a !important;
}
.bg-success {
    background-color: #16d39a !important;
}
.bg-success .card-footer,
.bg-success .card-header {
    background-color: transparent;
}
.alert-success {
    border-color: #45ecb9 !important;
    background-color: #45ecb9 !important;
    color: #053124 !important;
}
.alert-success .alert-link {
    color: #010c09 !important;
}
.bullet.bullet-success {
    background-color: #16d39a;
}
.bg-light-success {
    background-color: rgba(22, 211, 154, 0.15);
}
.bg-success.badge-glow,
.border-success.badge-glow {
    box-shadow: 0 0 10px #16d39a;
}
.overlay-success {
    background: #0CC27E;
    background: rgba(22, 211, 154, 0.8);
}
.btn-success {
    background-color: #0CC27E !important;
    color: #fff;
}
.btn-success:hover {
    border-color: #14bc89 !important;
    background-color: #1be7aa !important;
    color: #fff !important;
}
.btn-success:active,
.btn-success:focus {
    border-color: #11a578 !important;
    background-color: #0f8e67 !important;
    color: #fff !important;
}
.btn-outline-success {
    border-color: #16d39a;
    background-color: transparent;
    color: #16d39a;
}
.btn-outline-success:hover {
    background-color: #16d39a;
    color: #fff !important;
}
.widget-timeline .timeline-items.timeline-icon-success:before {
    background-color: #16d39a;
}
input[type="checkbox"].bg-success + .custom-control-label:before,
input[type="radio"].bg-success + .custom-control-label:before {
    background-color: #16d39a !important;
}
.bg-success.bg-darken-1,
.btn-success.btn-darken-1 {
    background-color: #14bc89 !important;
}
.border-success {
    border: 1px solid #16d39a !important;
}
.border-top-success {
    border-top: 1px solid #16d39a;
}
.border-bottom-success {
    border-bottom: 1px solid #16d39a;
}
.border-left-success {
    border-left: 1px solid #16d39a;
}
.border-right-success {
    border-right: 1px solid #16d39a;
}
.success.darken-1 {
    color: #14bc89 !important;
}
.btn-success.btn-darken-1 {
    border-color: #11a578 !important;
}
.btn-success.btn-darken-1:hover {
    border-color: #11a578 !important;
    background-color: #0f8e67 !important;
}
.btn-success.btn-darken-1:active,
.btn-success.btn-darken-1:focus {
    border-color: #0f8e67 !important;
    background-color: #0c7757 !important;
}
.btn-outline-success.btn-outline-darken-1 {
    border-color: #14bc89 !important;
    color: #14bc89 !important;
}
.btn-outline-success.btn-outline-darken-1:hover {
    background-color: #14bc89 !important;
}
.border-success.border-darken-1 {
    border: 1px solid #14bc89 !important;
}
.border-top-success.border-top-darken-1 {
    border-top: 1px solid #14bc89 !important;
}
.border-bottom-success.border-bottom-darken-1 {
    border-bottom: 1px solid #14bc89 !important;
}
.border-left-success.border-left-darken-1 {
    border-left: 1px solid #14bc89 !important;
}
.border-right-success.border-right-darken-1 {
    border-right: 1px solid #14bc89 !important;
}
.overlay-success.overlay-darken-1 {
    background: #14bc89;
    background: rgba(20, 188, 137, 0.8);
}
.bg-success.bg-darken-2,
.btn-success.btn-darken-2 {
    background-color: #11a578 !important;
}
.success.darken-2 {
    color: #11a578 !important;
}
.btn-success.btn-darken-2 {
    border-color: #11a578 !important;
}
.btn-success.btn-darken-2:hover {
    border-color: #11a578 !important;
    background-color: #0f8e67 !important;
}
.btn-success.btn-darken-2:active,
.btn-success.btn-darken-2:focus {
    border-color: #0f8e67 !important;
    background-color: #0c7757 !important;
}
.btn-outline-success.btn-outline-darken-2 {
    border-color: #11a578 !important;
    color: #11a578 !important;
}
.btn-outline-success.btn-outline-darken-2:hover {
    background-color: #11a578 !important;
}
.border-success.border-darken-2 {
    border: 1px solid #11a578 !important;
}
.border-top-success.border-top-darken-2 {
    border-top: 1px solid #11a578 !important;
}
.border-bottom-success.border-bottom-darken-2 {
    border-bottom: 1px solid #11a578 !important;
}
.border-left-success.border-left-darken-2 {
    border-left: 1px solid #11a578 !important;
}
.border-right-success.border-right-darken-2 {
    border-right: 1px solid #11a578 !important;
}
.overlay-success.overlay-darken-2 {
    background: #11a578;
    background: rgba(17, 165, 120, 0.8);
}
.success.darken-3 {
    color: #0f8e67 !important;
}
.bg-success.bg-darken-3 {
    background-color: #0f8e67 !important;
}
.btn-success.btn-darken-3,
.btn-success.btn-darken-3:hover {
    border-color: #11a578 !important;
    background-color: #0f8e67 !important;
}
.btn-success.btn-darken-3:active,
.btn-success.btn-darken-3:focus {
    border-color: #0f8e67 !important;
    background-color: #0c7757 !important;
}
.btn-outline-success.btn-outline-darken-3 {
    border-color: #0f8e67 !important;
    color: #0f8e67 !important;
}
.btn-outline-success.btn-outline-darken-3:hover {
    background-color: #0f8e67 !important;
}
.border-success.border-darken-3 {
    border: 1px solid #0f8e67 !important;
}
.border-top-success.border-top-darken-3 {
    border-top: 1px solid #0f8e67 !important;
}
.border-bottom-success.border-bottom-darken-3 {
    border-bottom: 1px solid #0f8e67 !important;
}
.border-left-success.border-left-darken-3 {
    border-left: 1px solid #0f8e67 !important;
}
.border-right-success.border-right-darken-3 {
    border-right: 1px solid #0f8e67 !important;
}
.overlay-success.overlay-darken-3 {
    background: #0f8e67;
    background: rgba(15, 142, 103, 0.8);
}
.bg-success.bg-darken-4,
.btn-success.btn-darken-4 {
    background-color: #0c7757 !important;
}
.success.darken-4 {
    color: #0c7757 !important;
}
.btn-success.btn-darken-4 {
    border-color: #11a578 !important;
}
.btn-success.btn-darken-4:hover {
    border-color: #11a578 !important;
    background-color: #0f8e67 !important;
}
.btn-success.btn-darken-4:active,
.btn-success.btn-darken-4:focus {
    border-color: #0f8e67 !important;
    background-color: #0c7757 !important;
}
.btn-outline-success.btn-outline-darken-4 {
    border-color: #0c7757 !important;
    color: #0c7757 !important;
}
.btn-outline-success.btn-outline-darken-4:hover {
    background-color: #0c7757 !important;
}
.border-success.border-darken-4 {
    border: 1px solid #0c7757 !important;
}
.border-top-success.border-top-darken-4 {
    border-top: 1px solid #0c7757 !important;
}
.border-bottom-success.border-bottom-darken-4 {
    border-bottom: 1px solid #0c7757 !important;
}
.border-left-success.border-left-darken-4 {
    border-left: 1px solid #0c7757 !important;
}
.border-right-success.border-right-darken-4 {
    border-right: 1px solid #0c7757 !important;
}
.overlay-success.overlay-darken-4 {
    background: #0c7757;
    background: rgba(12, 119, 87, 0.8);
}
.bg-success.bg-accent-1,
.btn-success.btn-accent-1 {
    background-color: #e1fff1 !important;
}
.success.accent-1 {
    color: #e1fff1 !important;
}
.btn-success.btn-accent-1 {
    border-color: #11a578 !important;
}
.btn-success.btn-accent-1:hover {
    border-color: #11a578 !important;
    background-color: #0f8e67 !important;
}
.btn-success.btn-accent-1:active,
.btn-success.btn-accent-1:focus {
    border-color: #0f8e67 !important;
    background-color: #0c7757 !important;
}
.btn-outline-success.btn-outline-accent-1 {
    border-color: #e1fff1 !important;
    color: #e1fff1 !important;
}
.btn-outline-success.btn-outline-accent-1:hover {
    background-color: #e1fff1 !important;
}
.border-success.border-accent-1 {
    border: 1px solid #e1fff1 !important;
}
.border-top-success.border-top-accent-1 {
    border-top: 1px solid #e1fff1 !important;
}
.border-bottom-success.border-bottom-accent-1 {
    border-bottom: 1px solid #e1fff1 !important;
}
.border-left-success.border-left-accent-1 {
    border-left: 1px solid #e1fff1 !important;
}
.border-right-success.border-right-accent-1 {
    border-right: 1px solid #e1fff1 !important;
}
.overlay-success.overlay-accent-1 {
    background: #e1fff1;
    background: rgba(225, 255, 241, 0.8);
}
.bg-success.bg-accent-2,
.btn-success.btn-accent-2 {
    background-color: #aeffd9 !important;
}
.success.accent-2 {
    color: #aeffd9 !important;
}
.btn-success.btn-accent-2 {
    border-color: #11a578 !important;
}
.btn-success.btn-accent-2:hover {
    border-color: #11a578 !important;
    background-color: #0f8e67 !important;
}
.btn-success.btn-accent-2:active,
.btn-success.btn-accent-2:focus {
    border-color: #0f8e67 !important;
    background-color: #0c7757 !important;
}
.btn-outline-success.btn-outline-accent-2 {
    border-color: #aeffd9 !important;
    color: #aeffd9 !important;
}
.btn-outline-success.btn-outline-accent-2:hover {
    background-color: #aeffd9 !important;
}
.border-success.border-accent-2 {
    border: 1px solid #aeffd9 !important;
}
.border-top-success.border-top-accent-2 {
    border-top: 1px solid #aeffd9 !important;
}
.border-bottom-success.border-bottom-accent-2 {
    border-bottom: 1px solid #aeffd9 !important;
}
.border-left-success.border-left-accent-2 {
    border-left: 1px solid #aeffd9 !important;
}
.border-right-success.border-right-accent-2 {
    border-right: 1px solid #aeffd9 !important;
}
.overlay-success.overlay-accent-2 {
    background: #aeffd9;
    background: rgba(174, 255, 217, 0.8);
}
.bg-success.bg-accent-3,
.btn-success.btn-accent-3 {
    background-color: #7bffc1 !important;
}
.success.accent-3 {
    color: #7bffc1 !important;
}
.btn-success.btn-accent-3 {
    border-color: #11a578 !important;
}
.btn-success.btn-accent-3:hover {
    border-color: #11a578 !important;
    background-color: #0f8e67 !important;
}
.btn-success.btn-accent-3:active,
.btn-success.btn-accent-3:focus {
    border-color: #0f8e67 !important;
    background-color: #0c7757 !important;
}
.btn-outline-success.btn-outline-accent-3 {
    border-color: #7bffc1 !important;
    color: #7bffc1 !important;
}
.btn-outline-success.btn-outline-accent-3:hover {
    background-color: #7bffc1 !important;
}
.border-success.border-accent-3 {
    border: 1px solid #7bffc1 !important;
}
.border-top-success.border-top-accent-3 {
    border-top: 1px solid #7bffc1 !important;
}
.border-bottom-success.border-bottom-accent-3 {
    border-bottom: 1px solid #7bffc1 !important;
}
.border-left-success.border-left-accent-3 {
    border-left: 1px solid #7bffc1 !important;
}
.border-right-success.border-right-accent-3 {
    border-right: 1px solid #7bffc1 !important;
}
.overlay-success.overlay-accent-3 {
    background: #7bffc1;
    background: rgba(123, 255, 193, 0.8);
}
.bg-success.bg-accent-4,
.btn-success.btn-accent-4 {
    background-color: #62ffb5 !important;
}
.success.accent-4 {
    color: #62ffb5 !important;
}
.btn-success.btn-accent-4 {
    border-color: #11a578 !important;
}
.btn-success.btn-accent-4:hover {
    border-color: #11a578 !important;
    background-color: #0f8e67 !important;
}
.btn-success.btn-accent-4:active,
.btn-success.btn-accent-4:focus {
    border-color: #0f8e67 !important;
    background-color: #0c7757 !important;
}
.btn-outline-success.btn-outline-accent-4 {
    border-color: #62ffb5 !important;
    color: #62ffb5 !important;
}
.btn-outline-success.btn-outline-accent-4:hover {
    background-color: #62ffb5 !important;
}
input:focus ~ .bg-success {
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #62ffb5 !important;
}
.border-success.border-accent-4 {
    border: 1px solid #62ffb5 !important;
}
.border-top-success.border-top-accent-4 {
    border-top: 1px solid #62ffb5 !important;
}
.border-bottom-success.border-bottom-accent-4 {
    border-bottom: 1px solid #62ffb5 !important;
}
.border-left-success.border-left-accent-4 {
    border-left: 1px solid #62ffb5 !important;
}
.border-right-success.border-right-accent-4 {
    border-right: 1px solid #62ffb5 !important;
}
.btn-info.btn-lighten-5,
.btn-info.btn-lighten-5:hover {
    border-color: #1ab0c3 !important;
}
.overlay-success.overlay-accent-4 {
    background: #62ffb5;
    background: rgba(98, 255, 181, 0.8);
}
.edit-kanban-item select option.bg-color_name,
.kanban-container .kanban-board .kanban-item[data-border="success"]:before {
    background-color: #62ffb5;
}
.bg-info.bg-lighten-5,
.btn-info.btn-lighten-5 {
    background-color: #9ee8f2 !important;
}
.info.lighten-5 {
    color: #9ee8f2 !important;
}
.btn-info.btn-lighten-5:hover {
    background-color: #179bad !important;
}
.btn-info.btn-lighten-5:active,
.btn-info.btn-lighten-5:focus {
    border-color: #179bad !important;
    background-color: #148796 !important;
}
.btn-outline-info.btn-outline-lighten-5 {
    border-color: #9ee8f2 !important;
    color: #9ee8f2 !important;
}
.btn-outline-info.btn-outline-lighten-5:hover {
    background-color: #9ee8f2 !important;
}
.border-info.border-lighten-5 {
    border: 1px solid #9ee8f2 !important;
}
.border-top-info.border-top-lighten-5 {
    border-top: 1px solid #9ee8f2 !important;
}
.border-bottom-info.border-bottom-lighten-5 {
    border-bottom: 1px solid #9ee8f2 !important;
}
.border-left-info.border-left-lighten-5 {
    border-left: 1px solid #9ee8f2 !important;
}
.border-right-info.border-right-lighten-5 {
    border-right: 1px solid #9ee8f2 !important;
}
.btn-info.btn-lighten-4,
.btn-info.btn-lighten-4:hover {
    border-color: #1ab0c3 !important;
}
.overlay-info.overlay-lighten-5 {
    background: #9ee8f2;
    background: rgba(158, 232, 242, 0.8);
}
.bg-info.bg-lighten-4,
.btn-info.btn-lighten-4 {
    background-color: #87e3ef !important;
}
.info.lighten-4 {
    color: #87e3ef !important;
}
.btn-info.btn-lighten-4:hover {
    background-color: #179bad !important;
}
.btn-info.btn-lighten-4:active,
.btn-info.btn-lighten-4:focus {
    border-color: #179bad !important;
    background-color: #148796 !important;
}
.btn-outline-info.btn-outline-lighten-4 {
    border-color: #87e3ef !important;
    color: #87e3ef !important;
}
.btn-outline-info.btn-outline-lighten-4:hover {
    background-color: #87e3ef !important;
}
.border-info.border-lighten-4 {
    border: 1px solid #87e3ef !important;
}
.border-top-info.border-top-lighten-4 {
    border-top: 1px solid #87e3ef !important;
}
.border-bottom-info.border-bottom-lighten-4 {
    border-bottom: 1px solid #87e3ef !important;
}
.border-left-info.border-left-lighten-4 {
    border-left: 1px solid #87e3ef !important;
}
.border-right-info.border-right-lighten-4 {
    border-right: 1px solid #87e3ef !important;
}
.btn-info.btn-lighten-3,
.btn-info.btn-lighten-3:hover {
    border-color: #1ab0c3 !important;
}
.overlay-info.overlay-lighten-4 {
    background: #87e3ef;
    background: rgba(135, 227, 239, 0.8);
}
.bg-info.bg-lighten-3,
.btn-info.btn-lighten-3 {
    background-color: #71deec !important;
}
.info.lighten-3 {
    color: #71deec !important;
}
.btn-info.btn-lighten-3:hover {
    background-color: #179bad !important;
}
.btn-info.btn-lighten-3:active,
.btn-info.btn-lighten-3:focus {
    border-color: #179bad !important;
    background-color: #148796 !important;
}
.btn-outline-info.btn-outline-lighten-3 {
    border-color: #71deec !important;
    color: #71deec !important;
}
.btn-outline-info.btn-outline-lighten-3:hover {
    background-color: #71deec !important;
}
.border-info.border-lighten-3 {
    border: 1px solid #71deec !important;
}
.border-top-info.border-top-lighten-3 {
    border-top: 1px solid #71deec !important;
}
.border-bottom-info.border-bottom-lighten-3 {
    border-bottom: 1px solid #71deec !important;
}
.border-left-info.border-left-lighten-3 {
    border-left: 1px solid #71deec !important;
}
.border-right-info.border-right-lighten-3 {
    border-right: 1px solid #71deec !important;
}
.btn-info.btn-lighten-2,
.btn-info.btn-lighten-2:hover {
    border-color: #1ab0c3 !important;
}
.overlay-info.overlay-lighten-3 {
    background: #71deec;
    background: rgba(113, 222, 236, 0.8);
}
.bg-info.bg-lighten-2,
.btn-info.btn-lighten-2 {
    background-color: #5ad9e9 !important;
}
.info.lighten-2 {
    color: #5ad9e9 !important;
}
.btn-info.btn-lighten-2:hover {
    background-color: #179bad !important;
}
.btn-info.btn-lighten-2:active,
.btn-info.btn-lighten-2:focus {
    border-color: #179bad !important;
    background-color: #148796 !important;
}
.btn-outline-info.btn-outline-lighten-2 {
    border-color: #5ad9e9 !important;
    color: #5ad9e9 !important;
}
.btn-outline-info.btn-outline-lighten-2:hover {
    background-color: #5ad9e9 !important;
}
.border-info.border-lighten-2 {
    border: 1px solid #5ad9e9 !important;
}
.border-top-info.border-top-lighten-2 {
    border-top: 1px solid #5ad9e9 !important;
}
.border-bottom-info.border-bottom-lighten-2 {
    border-bottom: 1px solid #5ad9e9 !important;
}
.border-left-info.border-left-lighten-2 {
    border-left: 1px solid #5ad9e9 !important;
}
.border-right-info.border-right-lighten-2 {
    border-right: 1px solid #5ad9e9 !important;
}
.btn-info.btn-lighten-1,
.btn-info.btn-lighten-1:hover {
    border-color: #1ab0c3 !important;
}
.overlay-info.overlay-lighten-2 {
    background: #5ad9e9;
    background: rgba(90, 217, 233, 0.8);
}
.bg-info.bg-lighten-1,
.btn-info.btn-lighten-1 {
    background-color: #44d3e6 !important;
}
.info.lighten-1 {
    color: #44d3e6 !important;
}
.btn-info.btn-lighten-1:hover {
    background-color: #179bad !important;
}
.btn-info.btn-lighten-1:active,
.btn-info.btn-lighten-1:focus {
    border-color: #179bad !important;
    background-color: #148796 !important;
}
.btn-outline-info.btn-outline-lighten-1 {
    border-color: #44d3e6 !important;
    color: #44d3e6 !important;
}
.btn-outline-info.btn-outline-lighten-1:hover {
    background-color: #44d3e6 !important;
}
.border-info.border-lighten-1 {
    border: 1px solid #44d3e6 !important;
}
.border-top-info.border-top-lighten-1 {
    border-top: 1px solid #44d3e6 !important;
}
.border-bottom-info.border-bottom-lighten-1 {
    border-bottom: 1px solid #44d3e6 !important;
}
.border-left-info.border-left-lighten-1 {
    border-left: 1px solid #44d3e6 !important;
}
.border-right-info.border-right-lighten-1 {
    border-right: 1px solid #44d3e6 !important;
}
.overlay-info.overlay-lighten-1 {
    background: #44d3e6;
    background: rgba(68, 211, 230, 0.8);
}
.info {
    color: #2dcee3 !important;
}
.bg-info {
    background-color: #2dcee3 !important;
}
.bg-info .card-footer,
.bg-info .card-header {
    background-color: transparent;
}
.alert-info {
    border-color: #6cddeb !important;
    background-color: #6cddeb !important;
    color: #0b4a53 !important;
}
.alert-info .alert-link {
    color: #062a2f !important;
}
.bullet.bullet-info {
    background-color: #2dcee3;
}
.bg-light-info {
    background-color: rgba(45, 206, 227, 0.15);
}
.bg-info.badge-glow,
.border-info.badge-glow {
    box-shadow: 0 0 10px #2dcee3;
}
.overlay-info {
    background: #2dcee3;
    background: rgba(45, 206, 227, 0.8);
}
.btn-info {
    background-color: #2dcee3 !important;
    color: #fff;
}
.btn-info:hover {
    border-color: #1dc4da !important;
    background-color: #44d3e6 !important;
    color: #fff !important;
}
.btn-info:active,
.btn-info:focus {
    border-color: #1ab0c3 !important;
    background-color: #179bad !important;
    color: #fff !important;
}
.btn-outline-info {
    border-color: #2dcee3;
    background-color: transparent;
    color: #2dcee3;
}
.btn-outline-info:hover,
.widget-timeline .timeline-items.timeline-icon-info:before {
    background-color: #2dcee3;
}
.btn-outline-info:hover {
    color: #fff !important;
}
input[type="checkbox"].bg-info + .custom-control-label:before,
input[type="radio"].bg-info + .custom-control-label:before {
    background-color: #2dcee3 !important;
}
.bg-info.bg-darken-1,
.btn-info.btn-darken-1 {
    background-color: #1dc4da !important;
}
.border-info {
    border: 1px solid #2dcee3 !important;
}
.border-top-info {
    border-top: 1px solid #2dcee3;
}
.border-bottom-info {
    border-bottom: 1px solid #2dcee3;
}
.border-left-info {
    border-left: 1px solid #2dcee3;
}
.border-right-info {
    border-right: 1px solid #2dcee3;
}
.info.darken-1 {
    color: #1dc4da !important;
}
.btn-info.btn-darken-1 {
    border-color: #1ab0c3 !important;
}
.btn-info.btn-darken-1:hover {
    border-color: #1ab0c3 !important;
    background-color: #179bad !important;
}
.btn-info.btn-darken-1:active,
.btn-info.btn-darken-1:focus {
    border-color: #179bad !important;
    background-color: #148796 !important;
}
.btn-outline-info.btn-outline-darken-1 {
    border-color: #1dc4da !important;
    color: #1dc4da !important;
}
.btn-outline-info.btn-outline-darken-1:hover {
    background-color: #1dc4da !important;
}
.border-info.border-darken-1 {
    border: 1px solid #1dc4da !important;
}
.border-top-info.border-top-darken-1 {
    border-top: 1px solid #1dc4da !important;
}
.border-bottom-info.border-bottom-darken-1 {
    border-bottom: 1px solid #1dc4da !important;
}
.border-left-info.border-left-darken-1 {
    border-left: 1px solid #1dc4da !important;
}
.border-right-info.border-right-darken-1 {
    border-right: 1px solid #1dc4da !important;
}
.btn-info.btn-darken-2,
.btn-info.btn-darken-2:hover {
    border-color: #1ab0c3 !important;
}
.overlay-info.overlay-darken-1 {
    background: #1dc4da;
    background: rgba(29, 196, 218, 0.8);
}
.bg-info.bg-darken-2,
.btn-info.btn-darken-2 {
    background-color: #1ab0c3 !important;
}
.info.darken-2 {
    color: #1ab0c3 !important;
}
.btn-info.btn-darken-2:hover {
    background-color: #179bad !important;
}
.btn-info.btn-darken-2:active,
.btn-info.btn-darken-2:focus {
    border-color: #179bad !important;
    background-color: #148796 !important;
}
.btn-outline-info.btn-outline-darken-2 {
    border-color: #1ab0c3 !important;
    color: #1ab0c3 !important;
}
.btn-outline-info.btn-outline-darken-2:hover {
    background-color: #1ab0c3 !important;
}
.border-info.border-darken-2 {
    border: 1px solid #1ab0c3 !important;
}
.border-top-info.border-top-darken-2 {
    border-top: 1px solid #1ab0c3 !important;
}
.border-bottom-info.border-bottom-darken-2 {
    border-bottom: 1px solid #1ab0c3 !important;
}
.border-left-info.border-left-darken-2 {
    border-left: 1px solid #1ab0c3 !important;
}
.border-right-info.border-right-darken-2 {
    border-right: 1px solid #1ab0c3 !important;
}
.overlay-info.overlay-darken-2 {
    background: #1ab0c3;
    background: rgba(26, 176, 195, 0.8);
}
.info.darken-3 {
    color: #179bad !important;
}
.bg-info.bg-darken-3 {
    background-color: #179bad !important;
}
.btn-info.btn-darken-3,
.btn-info.btn-darken-3:hover {
    border-color: #1ab0c3 !important;
    background-color: #179bad !important;
}
.btn-info.btn-darken-3:active,
.btn-info.btn-darken-3:focus {
    border-color: #179bad !important;
    background-color: #148796 !important;
}
.btn-outline-info.btn-outline-darken-3 {
    border-color: #179bad !important;
    color: #179bad !important;
}
.btn-outline-info.btn-outline-darken-3:hover {
    background-color: #179bad !important;
}
.border-info.border-darken-3 {
    border: 1px solid #179bad !important;
}
.border-top-info.border-top-darken-3 {
    border-top: 1px solid #179bad !important;
}
.border-bottom-info.border-bottom-darken-3 {
    border-bottom: 1px solid #179bad !important;
}
.border-left-info.border-left-darken-3 {
    border-left: 1px solid #179bad !important;
}
.border-right-info.border-right-darken-3 {
    border-right: 1px solid #179bad !important;
}
.btn-info.btn-darken-4,
.btn-info.btn-darken-4:hover {
    border-color: #1ab0c3 !important;
}
.overlay-info.overlay-darken-3 {
    background: #179bad;
    background: rgba(23, 155, 173, 0.8);
}
.bg-info.bg-darken-4,
.btn-info.btn-darken-4 {
    background-color: #148796 !important;
}
.info.darken-4 {
    color: #148796 !important;
}
.btn-info.btn-darken-4:hover {
    background-color: #179bad !important;
}
.btn-info.btn-darken-4:active,
.btn-info.btn-darken-4:focus {
    border-color: #179bad !important;
    background-color: #148796 !important;
}
.btn-outline-info.btn-outline-darken-4 {
    border-color: #148796 !important;
    color: #148796 !important;
}
.btn-outline-info.btn-outline-darken-4:hover {
    background-color: #148796 !important;
}
.border-info.border-darken-4 {
    border: 1px solid #148796 !important;
}
.border-top-info.border-top-darken-4 {
    border-top: 1px solid #148796 !important;
}
.border-bottom-info.border-bottom-darken-4 {
    border-bottom: 1px solid #148796 !important;
}
.border-left-info.border-left-darken-4 {
    border-left: 1px solid #148796 !important;
}
.border-right-info.border-right-darken-4 {
    border-right: 1px solid #148796 !important;
}
.btn-info.btn-accent-1,
.btn-info.btn-accent-1:hover {
    border-color: #1ab0c3 !important;
}
.overlay-info.overlay-darken-4 {
    background: #148796;
    background: rgba(20, 135, 150, 0.8);
}
.bg-info.bg-accent-1,
.btn-info.btn-accent-1 {
    background-color: #feffff !important;
}
.info.accent-1 {
    color: #feffff !important;
}
.btn-info.btn-accent-1:hover {
    background-color: #179bad !important;
}
.btn-info.btn-accent-1:active,
.btn-info.btn-accent-1:focus {
    border-color: #179bad !important;
    background-color: #148796 !important;
}
.btn-outline-info.btn-outline-accent-1 {
    border-color: #feffff !important;
    color: #feffff !important;
}
.btn-outline-info.btn-outline-accent-1:hover {
    background-color: #feffff !important;
}
.border-info.border-accent-1 {
    border: 1px solid #feffff !important;
}
.border-top-info.border-top-accent-1 {
    border-top: 1px solid #feffff !important;
}
.border-bottom-info.border-bottom-accent-1 {
    border-bottom: 1px solid #feffff !important;
}
.border-left-info.border-left-accent-1 {
    border-left: 1px solid #feffff !important;
}
.border-right-info.border-right-accent-1 {
    border-right: 1px solid #feffff !important;
}
.btn-info.btn-accent-2,
.btn-info.btn-accent-2:hover {
    border-color: #1ab0c3 !important;
}
.overlay-info.overlay-accent-1 {
    background: #feffff;
    background: rgba(254, 255, 255, 0.8);
}
.bg-info.bg-accent-2,
.btn-info.btn-accent-2 {
    background-color: #cbf5ff !important;
}
.info.accent-2 {
    color: #cbf5ff !important;
}
.btn-info.btn-accent-2:hover {
    background-color: #179bad !important;
}
.btn-info.btn-accent-2:active,
.btn-info.btn-accent-2:focus {
    border-color: #179bad !important;
    background-color: #148796 !important;
}
.btn-outline-info.btn-outline-accent-2 {
    border-color: #cbf5ff !important;
    color: #cbf5ff !important;
}
.btn-outline-info.btn-outline-accent-2:hover {
    background-color: #cbf5ff !important;
}
.border-info.border-accent-2 {
    border: 1px solid #cbf5ff !important;
}
.border-top-info.border-top-accent-2 {
    border-top: 1px solid #cbf5ff !important;
}
.border-bottom-info.border-bottom-accent-2 {
    border-bottom: 1px solid #cbf5ff !important;
}
.border-left-info.border-left-accent-2 {
    border-left: 1px solid #cbf5ff !important;
}
.border-right-info.border-right-accent-2 {
    border-right: 1px solid #cbf5ff !important;
}
.btn-info.btn-accent-3,
.btn-info.btn-accent-3:hover {
    border-color: #1ab0c3 !important;
}
.overlay-info.overlay-accent-2 {
    background: #cbf5ff;
    background: rgba(203, 245, 255, 0.8);
}
.bg-info.bg-accent-3,
.btn-info.btn-accent-3 {
    background-color: #98ecff !important;
}
.info.accent-3 {
    color: #98ecff !important;
}
.btn-info.btn-accent-3:hover {
    background-color: #179bad !important;
}
.btn-info.btn-accent-3:active,
.btn-info.btn-accent-3:focus {
    border-color: #179bad !important;
    background-color: #148796 !important;
}
.btn-outline-info.btn-outline-accent-3 {
    border-color: #98ecff !important;
    color: #98ecff !important;
}
.btn-outline-info.btn-outline-accent-3:hover {
    background-color: #98ecff !important;
}
.border-info.border-accent-3 {
    border: 1px solid #98ecff !important;
}
.border-top-info.border-top-accent-3 {
    border-top: 1px solid #98ecff !important;
}
.border-bottom-info.border-bottom-accent-3 {
    border-bottom: 1px solid #98ecff !important;
}
.border-left-info.border-left-accent-3 {
    border-left: 1px solid #98ecff !important;
}
.border-right-info.border-right-accent-3 {
    border-right: 1px solid #98ecff !important;
}
.btn-info.btn-accent-4,
.btn-info.btn-accent-4:hover {
    border-color: #1ab0c3 !important;
}
.overlay-info.overlay-accent-3 {
    background: #98ecff;
    background: rgba(152, 236, 255, 0.8);
}
.bg-info.bg-accent-4,
.btn-info.btn-accent-4 {
    background-color: #7fe7ff !important;
}
.info.accent-4 {
    color: #7fe7ff !important;
}
.btn-info.btn-accent-4:hover {
    background-color: #179bad !important;
}
.btn-info.btn-accent-4:active,
.btn-info.btn-accent-4:focus {
    border-color: #179bad !important;
    background-color: #148796 !important;
}
.btn-outline-info.btn-outline-accent-4 {
    border-color: #7fe7ff !important;
    color: #7fe7ff !important;
}
.btn-outline-info.btn-outline-accent-4:hover {
    background-color: #7fe7ff !important;
}
input:focus ~ .bg-info {
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #7fe7ff !important;
}
.border-info.border-accent-4 {
    border: 1px solid #7fe7ff !important;
}
.border-top-info.border-top-accent-4 {
    border-top: 1px solid #7fe7ff !important;
}
.border-bottom-info.border-bottom-accent-4 {
    border-bottom: 1px solid #7fe7ff !important;
}
.border-left-info.border-left-accent-4 {
    border-left: 1px solid #7fe7ff !important;
}
.border-right-info.border-right-accent-4 {
    border-right: 1px solid #7fe7ff !important;
}
.overlay-info.overlay-accent-4 {
    background: #7fe7ff;
    background: rgba(127, 231, 255, 0.8);
}
.edit-kanban-item select option.bg-color_name,
.kanban-container .kanban-board .kanban-item[data-border="info"]:before {
    background-color: #7fe7ff;
}
.bg-warning.bg-lighten-5,
.btn-warning.btn-lighten-5 {
    background-color: #fffdfd !important;
}
.warning.lighten-5 {
    color: #fffdfd !important;
}
.btn-warning.btn-lighten-5 {
    border-color: #ff864a !important;
}
.btn-warning.btn-lighten-5:hover {
    border-color: #ff864a !important;
    background-color: #ff7531 !important;
}
.btn-warning.btn-lighten-5:active,
.btn-warning.btn-lighten-5:focus {
    border-color: #ff7531 !important;
    background-color: #ff6417 !important;
}
.btn-outline-warning.btn-outline-lighten-5 {
    border-color: #fffdfd !important;
    color: #fffdfd !important;
}
.btn-outline-warning.btn-outline-lighten-5:hover {
    background-color: #fffdfd !important;
}
.border-warning.border-lighten-5 {
    border: 1px solid #fffdfd !important;
}
.border-top-warning.border-top-lighten-5 {
    border-top: 1px solid #fffdfd !important;
}
.border-bottom-warning.border-bottom-lighten-5 {
    border-bottom: 1px solid #fffdfd !important;
}
.border-left-warning.border-left-lighten-5 {
    border-left: 1px solid #fffdfd !important;
}
.border-right-warning.border-right-lighten-5 {
    border-right: 1px solid #fffdfd !important;
}
.overlay-warning.overlay-lighten-5 {
    background: #fffdfd;
    background: rgba(255, 253, 253, 0.8);
}
.bg-warning.bg-lighten-4,
.btn-warning.btn-lighten-4 {
    background-color: #ffece3 !important;
}
.warning.lighten-4 {
    color: #ffece3 !important;
}
.btn-warning.btn-lighten-4 {
    border-color: #ff864a !important;
}
.btn-warning.btn-lighten-4:hover {
    border-color: #ff864a !important;
    background-color: #ff7531 !important;
}
.btn-warning.btn-lighten-4:active,
.btn-warning.btn-lighten-4:focus {
    border-color: #ff7531 !important;
    background-color: #ff6417 !important;
}
.btn-outline-warning.btn-outline-lighten-4 {
    border-color: #ffece3 !important;
    color: #ffece3 !important;
}
.btn-outline-warning.btn-outline-lighten-4:hover {
    background-color: #ffece3 !important;
}
.border-warning.border-lighten-4 {
    border: 1px solid #ffece3 !important;
}
.border-top-warning.border-top-lighten-4 {
    border-top: 1px solid #ffece3 !important;
}
.border-bottom-warning.border-bottom-lighten-4 {
    border-bottom: 1px solid #ffece3 !important;
}
.border-left-warning.border-left-lighten-4 {
    border-left: 1px solid #ffece3 !important;
}
.border-right-warning.border-right-lighten-4 {
    border-right: 1px solid #ffece3 !important;
}
.overlay-warning.overlay-lighten-4 {
    background: #ffece3;
    background: rgba(255, 236, 227, 0.8);
}
.bg-warning.bg-lighten-3,
.btn-warning.btn-lighten-3 {
    background-color: #ffdbca !important;
}
.warning.lighten-3 {
    color: #ffdbca !important;
}
.btn-warning.btn-lighten-3 {
    border-color: #ff864a !important;
}
.btn-warning.btn-lighten-3:hover {
    border-color: #ff864a !important;
    background-color: #ff7531 !important;
}
.btn-warning.btn-lighten-3:active,
.btn-warning.btn-lighten-3:focus {
    border-color: #ff7531 !important;
    background-color: #ff6417 !important;
}
.btn-outline-warning.btn-outline-lighten-3 {
    border-color: #ffdbca !important;
    color: #ffdbca !important;
}
.btn-outline-warning.btn-outline-lighten-3:hover {
    background-color: #ffdbca !important;
}
.border-warning.border-lighten-3 {
    border: 1px solid #ffdbca !important;
}
.border-top-warning.border-top-lighten-3 {
    border-top: 1px solid #ffdbca !important;
}
.border-bottom-warning.border-bottom-lighten-3 {
    border-bottom: 1px solid #ffdbca !important;
}
.border-left-warning.border-left-lighten-3 {
    border-left: 1px solid #ffdbca !important;
}
.border-right-warning.border-right-lighten-3 {
    border-right: 1px solid #ffdbca !important;
}
.overlay-warning.overlay-lighten-3 {
    background: #ffdbca;
    background: rgba(255, 219, 202, 0.8);
}
.bg-warning.bg-lighten-2,
.btn-warning.btn-lighten-2 {
    background-color: #ffcab0 !important;
}
.warning.lighten-2 {
    color: #ffcab0 !important;
}
.btn-warning.btn-lighten-2 {
    border-color: #ff864a !important;
}
.btn-warning.btn-lighten-2:hover {
    border-color: #ff864a !important;
    background-color: #ff7531 !important;
}
.btn-warning.btn-lighten-2:active,
.btn-warning.btn-lighten-2:focus {
    border-color: #ff7531 !important;
    background-color: #ff6417 !important;
}
.btn-outline-warning.btn-outline-lighten-2 {
    border-color: #ffcab0 !important;
    color: #ffcab0 !important;
}
.btn-outline-warning.btn-outline-lighten-2:hover {
    background-color: #ffcab0 !important;
}
.border-warning.border-lighten-2 {
    border: 1px solid #ffcab0 !important;
}
.border-top-warning.border-top-lighten-2 {
    border-top: 1px solid #ffcab0 !important;
}
.border-bottom-warning.border-bottom-lighten-2 {
    border-bottom: 1px solid #ffcab0 !important;
}
.border-left-warning.border-left-lighten-2 {
    border-left: 1px solid #ffcab0 !important;
}
.border-right-warning.border-right-lighten-2 {
    border-right: 1px solid #ffcab0 !important;
}
.overlay-warning.overlay-lighten-2 {
    background: #ffcab0;
    background: rgba(255, 202, 176, 0.8);
}
.bg-warning.bg-lighten-1,
.btn-warning.btn-lighten-1 {
    background-color: #ffb997 !important;
}
.warning.lighten-1 {
    color: #ffb997 !important;
}
.btn-warning.btn-lighten-1 {
    border-color: #ff864a !important;
}
.btn-warning.btn-lighten-1:hover {
    border-color: #ff864a !important;
    background-color: #ff7531 !important;
}
.btn-warning.btn-lighten-1:active,
.btn-warning.btn-lighten-1:focus {
    border-color: #ff7531 !important;
    background-color: #ff6417 !important;
}
.btn-outline-warning.btn-outline-lighten-1 {
    border-color: #ffb997 !important;
    color: #ffb997 !important;
}
.btn-outline-warning.btn-outline-lighten-1:hover {
    background-color: #ffb997 !important;
}
.border-warning.border-lighten-1 {
    border: 1px solid #ffb997 !important;
}
.border-top-warning.border-top-lighten-1 {
    border-top: 1px solid #ffb997 !important;
}
.border-bottom-warning.border-bottom-lighten-1 {
    border-bottom: 1px solid #ffb997 !important;
}
.border-left-warning.border-left-lighten-1 {
    border-left: 1px solid #ffb997 !important;
}
.border-right-warning.border-right-lighten-1 {
    border-right: 1px solid #ffb997 !important;
}
.overlay-warning.overlay-lighten-1 {
    background: #ffb997;
    background: rgba(255, 185, 151, 0.8);
}
.warning {
    color: #ffa87d !important;
}
.bg-warning {
    background-color: #ffa87d !important;
}
.bg-warning .card-footer,
.bg-warning .card-header {
    background-color: transparent;
}
.alert-warning {
    border-color: #ffd8c4 !important;
    background-color: #ffd8c4 !important;
    color: #ca4300 !important;
}
.alert-warning .alert-link {
    color: #a13500 !important;
}
.bullet.bullet-warning {
    background-color: #ffa87d;
}
.bg-light-warning {
    background-color: rgba(255, 168, 125, 0.15);
}
.bg-warning.badge-glow,
.border-warning.badge-glow {
    box-shadow: 0 0 10px #ffa87d;
}
.overlay-warning {
    background: #ffa87d;
    background: rgba(255, 168, 125, 0.8);
}
.btn-warning {
    background-color: #FF8D60 !important;
    color: #fff;
}
.btn-warning:hover {
    border-color: #ff9764 !important;
    background-color: #ffb997 !important;
    color: #fff !important;
}
.btn-warning:active,
.btn-warning:focus {
    border-color: #ff864a !important;
    background-color: #ff7531 !important;
    color: #fff !important;
}
.btn-outline-warning {
    border-color: #ffa87d;
    background-color: transparent;
    color: #ffa87d;
}
.btn-outline-warning:hover {
    background-color: #ffa87d;
    color: #fff !important;
}
.widget-timeline .timeline-items.timeline-icon-warning:before {
    background-color: #ffa87d;
}
input[type="checkbox"].bg-warning + .custom-control-label:before,
input[type="radio"].bg-warning + .custom-control-label:before {
    background-color: #ffa87d !important;
}
.bg-warning.bg-darken-1,
.btn-warning.btn-darken-1 {
    background-color: #ff9764 !important;
}
.border-warning {
    border: 1px solid #ffa87d !important;
}
.border-top-warning {
    border-top: 1px solid #ffa87d;
}
.border-bottom-warning {
    border-bottom: 1px solid #ffa87d;
}
.border-left-warning {
    border-left: 1px solid #ffa87d;
}
.border-right-warning {
    border-right: 1px solid #ffa87d;
}
.warning.darken-1 {
    color: #ff9764 !important;
}
.btn-warning.btn-darken-1 {
    border-color: #ff864a !important;
}
.btn-warning.btn-darken-1:hover {
    border-color: #ff864a !important;
    background-color: #ff7531 !important;
}
.btn-warning.btn-darken-1:active,
.btn-warning.btn-darken-1:focus {
    border-color: #ff7531 !important;
    background-color: #ff6417 !important;
}
.btn-outline-warning.btn-outline-darken-1 {
    border-color: #ff9764 !important;
    color: #ff9764 !important;
}
.btn-outline-warning.btn-outline-darken-1:hover {
    background-color: #ff9764 !important;
}
.border-warning.border-darken-1 {
    border: 1px solid #ff9764 !important;
}
.border-top-warning.border-top-darken-1 {
    border-top: 1px solid #ff9764 !important;
}
.border-bottom-warning.border-bottom-darken-1 {
    border-bottom: 1px solid #ff9764 !important;
}
.border-left-warning.border-left-darken-1 {
    border-left: 1px solid #ff9764 !important;
}
.border-right-warning.border-right-darken-1 {
    border-right: 1px solid #ff9764 !important;
}
.overlay-warning.overlay-darken-1 {
    background: #ff9764;
    background: rgba(255, 151, 100, 0.8);
}
.bg-warning.bg-darken-2,
.btn-warning.btn-darken-2 {
    background-color: #ff864a !important;
}
.warning.darken-2 {
    color: #ff864a !important;
}
.btn-warning.btn-darken-2 {
    border-color: #ff864a !important;
}
.btn-warning.btn-darken-2:hover {
    border-color: #ff864a !important;
    background-color: #ff7531 !important;
}
.btn-warning.btn-darken-2:active,
.btn-warning.btn-darken-2:focus {
    border-color: #ff7531 !important;
    background-color: #ff6417 !important;
}
.btn-outline-warning.btn-outline-darken-2 {
    border-color: #ff864a !important;
    color: #ff864a !important;
}
.btn-outline-warning.btn-outline-darken-2:hover {
    background-color: #ff864a !important;
}
.border-warning.border-darken-2 {
    border: 1px solid #ff864a !important;
}
.border-top-warning.border-top-darken-2 {
    border-top: 1px solid #ff864a !important;
}
.border-bottom-warning.border-bottom-darken-2 {
    border-bottom: 1px solid #ff864a !important;
}
.border-left-warning.border-left-darken-2 {
    border-left: 1px solid #ff864a !important;
}
.border-right-warning.border-right-darken-2 {
    border-right: 1px solid #ff864a !important;
}
.overlay-warning.overlay-darken-2 {
    background: #ff864a;
    background: rgba(255, 134, 74, 0.8);
}
.warning.darken-3 {
    color: #ff7531 !important;
}
.bg-warning.bg-darken-3 {
    background-color: #ff7531 !important;
}
.btn-warning.btn-darken-3,
.btn-warning.btn-darken-3:hover {
    border-color: #ff864a !important;
    background-color: #ff7531 !important;
}
.btn-warning.btn-darken-3:active,
.btn-warning.btn-darken-3:focus {
    border-color: #ff7531 !important;
    background-color: #ff6417 !important;
}
.btn-outline-warning.btn-outline-darken-3 {
    border-color: #ff7531 !important;
    color: #ff7531 !important;
}
.btn-outline-warning.btn-outline-darken-3:hover {
    background-color: #ff7531 !important;
}
.border-warning.border-darken-3 {
    border: 1px solid #ff7531 !important;
}
.border-top-warning.border-top-darken-3 {
    border-top: 1px solid #ff7531 !important;
}
.border-bottom-warning.border-bottom-darken-3 {
    border-bottom: 1px solid #ff7531 !important;
}
.border-left-warning.border-left-darken-3 {
    border-left: 1px solid #ff7531 !important;
}
.border-right-warning.border-right-darken-3 {
    border-right: 1px solid #ff7531 !important;
}
.overlay-warning.overlay-darken-3 {
    background: #ff7531;
    background: rgba(255, 117, 49, 0.8);
}
.bg-warning.bg-darken-4,
.btn-warning.btn-darken-4 {
    background-color: #ff6417 !important;
}
.warning.darken-4 {
    color: #ff6417 !important;
}
.btn-warning.btn-darken-4 {
    border-color: #ff864a !important;
}
.btn-warning.btn-darken-4:hover {
    border-color: #ff864a !important;
    background-color: #ff7531 !important;
}
.btn-warning.btn-darken-4:active,
.btn-warning.btn-darken-4:focus {
    border-color: #ff7531 !important;
    background-color: #ff6417 !important;
}
.btn-outline-warning.btn-outline-darken-4 {
    border-color: #ff6417 !important;
    color: #ff6417 !important;
}
.btn-outline-warning.btn-outline-darken-4:hover {
    background-color: #ff6417 !important;
}
.border-warning.border-darken-4 {
    border: 1px solid #ff6417 !important;
}
.border-top-warning.border-top-darken-4 {
    border-top: 1px solid #ff6417 !important;
}
.border-bottom-warning.border-bottom-darken-4 {
    border-bottom: 1px solid #ff6417 !important;
}
.border-left-warning.border-left-darken-4 {
    border-left: 1px solid #ff6417 !important;
}
.border-right-warning.border-right-darken-4 {
    border-right: 1px solid #ff6417 !important;
}
.overlay-warning.overlay-darken-4 {
    background: #ff6417;
    background: rgba(255, 100, 23, 0.8);
}
.bg-warning.bg-accent-1,
.btn-warning.btn-accent-1 {
    background-color: #fff5ef !important;
}
.warning.accent-1 {
    color: #fff5ef !important;
}
.btn-warning.btn-accent-1 {
    border-color: #ff864a !important;
}
.btn-warning.btn-accent-1:hover {
    border-color: #ff864a !important;
    background-color: #ff7531 !important;
}
.btn-warning.btn-accent-1:active,
.btn-warning.btn-accent-1:focus {
    border-color: #ff7531 !important;
    background-color: #ff6417 !important;
}
.btn-outline-warning.btn-outline-accent-1 {
    border-color: #fff5ef !important;
    color: #fff5ef !important;
}
.btn-outline-warning.btn-outline-accent-1:hover {
    background-color: #fff5ef !important;
}
.border-warning.border-accent-1 {
    border: 1px solid #fff5ef !important;
}
.border-top-warning.border-top-accent-1 {
    border-top: 1px solid #fff5ef !important;
}
.border-bottom-warning.border-bottom-accent-1 {
    border-bottom: 1px solid #fff5ef !important;
}
.border-left-warning.border-left-accent-1 {
    border-left: 1px solid #fff5ef !important;
}
.border-right-warning.border-right-accent-1 {
    border-right: 1px solid #fff5ef !important;
}
.overlay-warning.overlay-accent-1 {
    background: #fff5ef;
    background: rgba(255, 245, 239, 0.8);
}
.bg-warning.bg-accent-2,
.btn-warning.btn-accent-2 {
    background-color: #ffe5d8 !important;
}
.warning.accent-2 {
    color: #ffe5d8 !important;
}
.btn-warning.btn-accent-2 {
    border-color: #ff864a !important;
}
.btn-warning.btn-accent-2:hover {
    border-color: #ff864a !important;
    background-color: #ff7531 !important;
}
.btn-warning.btn-accent-2:active,
.btn-warning.btn-accent-2:focus {
    border-color: #ff7531 !important;
    background-color: #ff6417 !important;
}
.btn-outline-warning.btn-outline-accent-2 {
    border-color: #ffe5d8 !important;
    color: #ffe5d8 !important;
}
.btn-outline-warning.btn-outline-accent-2:hover {
    background-color: #ffe5d8 !important;
}
.border-warning.border-accent-2 {
    border: 1px solid #ffe5d8 !important;
}
.border-top-warning.border-top-accent-2 {
    border-top: 1px solid #ffe5d8 !important;
}
.border-bottom-warning.border-bottom-accent-2 {
    border-bottom: 1px solid #ffe5d8 !important;
}
.border-left-warning.border-left-accent-2 {
    border-left: 1px solid #ffe5d8 !important;
}
.border-right-warning.border-right-accent-2 {
    border-right: 1px solid #ffe5d8 !important;
}
.overlay-warning.overlay-accent-2 {
    background: #ffe5d8;
    background: rgba(255, 229, 216, 0.8);
}
.bg-warning.bg-accent-3,
.btn-warning.btn-accent-3 {
    background-color: #fff6f3 !important;
}
.warning.accent-3 {
    color: #fff6f3 !important;
}
.btn-warning.btn-accent-3 {
    border-color: #ff864a !important;
}
.btn-warning.btn-accent-3:hover {
    border-color: #ff864a !important;
    background-color: #ff7531 !important;
}
.btn-warning.btn-accent-3:active,
.btn-warning.btn-accent-3:focus {
    border-color: #ff7531 !important;
    background-color: #ff6417 !important;
}
.btn-outline-warning.btn-outline-accent-3 {
    border-color: #fff6f3 !important;
    color: #fff6f3 !important;
}
.btn-outline-warning.btn-outline-accent-3:hover {
    background-color: #fff6f3 !important;
}
.border-warning.border-accent-3 {
    border: 1px solid #fff6f3 !important;
}
.border-top-warning.border-top-accent-3 {
    border-top: 1px solid #fff6f3 !important;
}
.border-bottom-warning.border-bottom-accent-3 {
    border-bottom: 1px solid #fff6f3 !important;
}
.border-left-warning.border-left-accent-3 {
    border-left: 1px solid #fff6f3 !important;
}
.border-right-warning.border-right-accent-3 {
    border-right: 1px solid #fff6f3 !important;
}
.overlay-warning.overlay-accent-3 {
    background: #fff6f3;
    background: rgba(255, 246, 243, 0.8);
}
.bg-warning.bg-accent-4,
.btn-warning.btn-accent-4 {
    background-color: #ffe3da !important;
}
.warning.accent-4 {
    color: #ffe3da !important;
}
.btn-warning.btn-accent-4 {
    border-color: #ff864a !important;
}
.btn-warning.btn-accent-4:hover {
    border-color: #ff864a !important;
    background-color: #ff7531 !important;
}
.btn-warning.btn-accent-4:active,
.btn-warning.btn-accent-4:focus {
    border-color: #ff7531 !important;
    background-color: #ff6417 !important;
}
.btn-outline-warning.btn-outline-accent-4 {
    border-color: #ffe3da !important;
    color: #ffe3da !important;
}
.btn-outline-warning.btn-outline-accent-4:hover {
    background-color: #ffe3da !important;
}
input:focus ~ .bg-warning {
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ffe3da !important;
}
.border-warning.border-accent-4 {
    border: 1px solid #ffe3da !important;
}
.border-top-warning.border-top-accent-4 {
    border-top: 1px solid #ffe3da !important;
}
.border-bottom-warning.border-bottom-accent-4 {
    border-bottom: 1px solid #ffe3da !important;
}
.border-left-warning.border-left-accent-4 {
    border-left: 1px solid #ffe3da !important;
}
.border-right-warning.border-right-accent-4 {
    border-right: 1px solid #ffe3da !important;
}
.overlay-warning.overlay-accent-4 {
    background: #ffe3da;
    background: rgba(255, 227, 218, 0.8);
}
.edit-kanban-item select option.bg-color_name,
.kanban-container .kanban-board .kanban-item[data-border="warning"]:before {
    background-color: #ffe3da;
}
.bg-danger.bg-lighten-5,
.btn-danger.btn-lighten-5 {
    background-color: #fff5f6 !important;
}
.danger.lighten-5 {
    color: #fff5f6 !important;
}
.btn-danger.btn-lighten-5 {
    border-color: #ff425c !important;
}
.btn-danger.btn-lighten-5:hover {
    border-color: #ff425c !important;
    background-color: #ff2946 !important;
}
.btn-danger.btn-lighten-5:active,
.btn-danger.btn-lighten-5:focus {
    border-color: #ff2946 !important;
    background-color: #ff0f30 !important;
}
.btn-outline-danger.btn-outline-lighten-5 {
    border-color: #fff5f6 !important;
    color: #fff5f6 !important;
}
.btn-outline-danger.btn-outline-lighten-5:hover {
    background-color: #fff5f6 !important;
}
.border-danger.border-lighten-5 {
    border: 1px solid #fff5f6 !important;
}
.border-top-danger.border-top-lighten-5 {
    border-top: 1px solid #fff5f6 !important;
}
.border-bottom-danger.border-bottom-lighten-5 {
    border-bottom: 1px solid #fff5f6 !important;
}
.border-left-danger.border-left-lighten-5 {
    border-left: 1px solid #fff5f6 !important;
}
.border-right-danger.border-right-lighten-5 {
    border-right: 1px solid #fff5f6 !important;
}
.overlay-danger.overlay-lighten-5 {
    background: #fff5f6;
    background: rgba(255, 245, 246, 0.8);
}
.bg-danger.bg-lighten-4,
.btn-danger.btn-lighten-4 {
    background-color: #ffdbe0 !important;
}
.danger.lighten-4 {
    color: #ffdbe0 !important;
}
.btn-danger.btn-lighten-4 {
    border-color: #ff425c !important;
}
.btn-danger.btn-lighten-4:hover {
    border-color: #ff425c !important;
    background-color: #ff2946 !important;
}
.btn-danger.btn-lighten-4:active,
.btn-danger.btn-lighten-4:focus {
    border-color: #ff2946 !important;
    background-color: #ff0f30 !important;
}
.btn-outline-danger.btn-outline-lighten-4 {
    border-color: #ffdbe0 !important;
    color: #ffdbe0 !important;
}
.btn-outline-danger.btn-outline-lighten-4:hover {
    background-color: #ffdbe0 !important;
}
.border-danger.border-lighten-4 {
    border: 1px solid #ffdbe0 !important;
}
.border-top-danger.border-top-lighten-4 {
    border-top: 1px solid #ffdbe0 !important;
}
.border-bottom-danger.border-bottom-lighten-4 {
    border-bottom: 1px solid #ffdbe0 !important;
}
.border-left-danger.border-left-lighten-4 {
    border-left: 1px solid #ffdbe0 !important;
}
.border-right-danger.border-right-lighten-4 {
    border-right: 1px solid #ffdbe0 !important;
}
.overlay-danger.overlay-lighten-4 {
    background: #ffdbe0;
    background: rgba(255, 219, 224, 0.8);
}
.bg-danger.bg-lighten-3,
.btn-danger.btn-lighten-3 {
    background-color: #ffc2ca !important;
}
.danger.lighten-3 {
    color: #ffc2ca !important;
}
.btn-danger.btn-lighten-3 {
    border-color: #ff425c !important;
}
.btn-danger.btn-lighten-3:hover {
    border-color: #ff425c !important;
    background-color: #ff2946 !important;
}
.btn-danger.btn-lighten-3:active,
.btn-danger.btn-lighten-3:focus {
    border-color: #ff2946 !important;
    background-color: #ff0f30 !important;
}
.btn-outline-danger.btn-outline-lighten-3 {
    border-color: #ffc2ca !important;
    color: #ffc2ca !important;
}
.btn-outline-danger.btn-outline-lighten-3:hover {
    background-color: #ffc2ca !important;
}
.border-danger.border-lighten-3 {
    border: 1px solid #ffc2ca !important;
}
.border-top-danger.border-top-lighten-3 {
    border-top: 1px solid #ffc2ca !important;
}
.border-bottom-danger.border-bottom-lighten-3 {
    border-bottom: 1px solid #ffc2ca !important;
}
.border-left-danger.border-left-lighten-3 {
    border-left: 1px solid #ffc2ca !important;
}
.border-right-danger.border-right-lighten-3 {
    border-right: 1px solid #ffc2ca !important;
}
.overlay-danger.overlay-lighten-3 {
    background: #ffc2ca;
    background: rgba(255, 194, 202, 0.8);
}
.bg-danger.bg-lighten-2,
.btn-danger.btn-lighten-2 {
    background-color: #ffa8b4 !important;
}
.danger.lighten-2 {
    color: #ffa8b4 !important;
}
.btn-danger.btn-lighten-2 {
    border-color: #ff425c !important;
}
.btn-danger.btn-lighten-2:hover {
    border-color: #ff425c !important;
    background-color: #ff2946 !important;
}
.btn-danger.btn-lighten-2:active,
.btn-danger.btn-lighten-2:focus {
    border-color: #ff2946 !important;
    background-color: #ff0f30 !important;
}
.btn-outline-danger.btn-outline-lighten-2 {
    border-color: #ffa8b4 !important;
    color: #ffa8b4 !important;
}
.btn-outline-danger.btn-outline-lighten-2:hover {
    background-color: #ffa8b4 !important;
}
.border-danger.border-lighten-2 {
    border: 1px solid #ffa8b4 !important;
}
.border-top-danger.border-top-lighten-2 {
    border-top: 1px solid #ffa8b4 !important;
}
.border-bottom-danger.border-bottom-lighten-2 {
    border-bottom: 1px solid #ffa8b4 !important;
}
.border-left-danger.border-left-lighten-2 {
    border-left: 1px solid #ffa8b4 !important;
}
.border-right-danger.border-right-lighten-2 {
    border-right: 1px solid #ffa8b4 !important;
}
.overlay-danger.overlay-lighten-2 {
    background: #ffa8b4;
    background: rgba(255, 168, 180, 0.8);
}
.bg-danger.bg-lighten-1,
.btn-danger.btn-lighten-1 {
    background-color: #ff8f9e !important;
}
.danger.lighten-1 {
    color: #ff8f9e !important;
}
.btn-danger.btn-lighten-1 {
    border-color: #ff425c !important;
}
.btn-danger.btn-lighten-1:hover {
    border-color: #ff425c !important;
    background-color: #ff2946 !important;
}
.btn-danger.btn-lighten-1:active,
.btn-danger.btn-lighten-1:focus {
    border-color: #ff2946 !important;
    background-color: #ff0f30 !important;
}
.btn-outline-danger.btn-outline-lighten-1 {
    border-color: #ff8f9e !important;
    color: #ff8f9e !important;
}
.btn-outline-danger.btn-outline-lighten-1:hover {
    background-color: #ff8f9e !important;
}
.border-danger.border-lighten-1 {
    border: 1px solid #ff8f9e !important;
}
.border-top-danger.border-top-lighten-1 {
    border-top: 1px solid #ff8f9e !important;
}
.border-bottom-danger.border-bottom-lighten-1 {
    border-bottom: 1px solid #ff8f9e !important;
}
.border-left-danger.border-left-lighten-1 {
    border-left: 1px solid #ff8f9e !important;
}
.border-right-danger.border-right-lighten-1 {
    border-right: 1px solid #ff8f9e !important;
}
.overlay-danger.overlay-lighten-1 {
    background: #ff8f9e;
    background: rgba(255, 143, 158, 0.8);
}
.danger {
    color: #ff7588 !important;
}
.bg-danger {
    background-color: #ff7588 !important;
}
.bg-danger .card-footer,
.bg-danger .card-header {
    background-color: transparent;
}
.alert-danger {
    border-color: #ffbcc6 !important;
    background-color: #ffbcc6 !important;
    color: #c2001b !important;
}
.alert-danger .alert-link {
    color: #990015 !important;
}
.bullet.bullet-danger {
    background-color: #ff7588;
}
.bg-light-danger {
    background-color: rgba(255, 117, 136, 0.15);
}
.bg-danger.badge-glow,
.border-danger.badge-glow {
    box-shadow: 0 0 10px #ff7588;
}
.overlay-danger {
    background: #ff7588;
    background: rgba(255, 117, 136, 0.8);
}
.btn-danger {
    background-color: #FF586B !important;
    color: #fff;
}
.btn-danger:hover {
    border-color: #ff5c72 !important;
    background-color: #ff8f9e !important;
    color: #fff !important;
}
.btn-danger:active,
.btn-danger:focus {
    border-color: #ff425c !important;
    background-color: #ff2946 !important;
    color: #fff !important;
}
.btn-outline-danger {
    border-color: #ff7588;
    background-color: transparent;
    color: #ff7588;
}
.btn-outline-danger:hover {
    background-color: #ff7588;
    color: #fff !important;
}
.widget-timeline .timeline-items.timeline-icon-danger:before {
    background-color: #ff7588;
}
input[type="checkbox"].bg-danger + .custom-control-label:before,
input[type="radio"].bg-danger + .custom-control-label:before {
    background-color: #ff7588 !important;
}
.bg-danger.bg-darken-1,
.btn-danger.btn-darken-1 {
    background-color: #ff5c72 !important;
}
.border-danger {
    border: 1px solid #ff7588 !important;
}
.border-top-danger {
    border-top: 1px solid #ff7588;
}
.border-bottom-danger {
    border-bottom: 1px solid #ff7588;
}
.border-left-danger {
    border-left: 1px solid #ff7588;
}
.border-right-danger {
    border-right: 1px solid #ff7588;
}
.danger.darken-1 {
    color: #ff5c72 !important;
}
.btn-danger.btn-darken-1 {
    border-color: #ff425c !important;
}
.btn-danger.btn-darken-1:hover {
    border-color: #ff425c !important;
    background-color: #ff2946 !important;
}
.btn-danger.btn-darken-1:active,
.btn-danger.btn-darken-1:focus {
    border-color: #ff2946 !important;
    background-color: #ff0f30 !important;
}
.btn-outline-danger.btn-outline-darken-1 {
    border-color: #ff5c72 !important;
    color: #ff5c72 !important;
}
.btn-outline-danger.btn-outline-darken-1:hover {
    background-color: #ff5c72 !important;
}
.border-danger.border-darken-1 {
    border: 1px solid #ff5c72 !important;
}
.border-top-danger.border-top-darken-1 {
    border-top: 1px solid #ff5c72 !important;
}
.border-bottom-danger.border-bottom-darken-1 {
    border-bottom: 1px solid #ff5c72 !important;
}
.border-left-danger.border-left-darken-1 {
    border-left: 1px solid #ff5c72 !important;
}
.border-right-danger.border-right-darken-1 {
    border-right: 1px solid #ff5c72 !important;
}
.btn-danger.btn-darken-2,
.btn-danger.btn-darken-2:hover {
    border-color: #ff425c !important;
}
.overlay-danger.overlay-darken-1 {
    background: #ff5c72;
    background: rgba(255, 92, 114, 0.8);
}
.bg-danger.bg-darken-2,
.btn-danger.btn-darken-2 {
    background-color: #ff425c !important;
}
.danger.darken-2 {
    color: #ff425c !important;
}
.btn-danger.btn-darken-2:hover {
    background-color: #ff2946 !important;
}
.btn-danger.btn-darken-2:active,
.btn-danger.btn-darken-2:focus {
    border-color: #ff2946 !important;
    background-color: #ff0f30 !important;
}
.btn-outline-danger.btn-outline-darken-2 {
    border-color: #ff425c !important;
    color: #ff425c !important;
}
.btn-outline-danger.btn-outline-darken-2:hover {
    background-color: #ff425c !important;
}
.border-danger.border-darken-2 {
    border: 1px solid #ff425c !important;
}
.border-top-danger.border-top-darken-2 {
    border-top: 1px solid #ff425c !important;
}
.border-bottom-danger.border-bottom-darken-2 {
    border-bottom: 1px solid #ff425c !important;
}
.border-left-danger.border-left-darken-2 {
    border-left: 1px solid #ff425c !important;
}
.border-right-danger.border-right-darken-2 {
    border-right: 1px solid #ff425c !important;
}
.overlay-danger.overlay-darken-2 {
    background: #ff425c;
    background: rgba(255, 66, 92, 0.8);
}
.danger.darken-3 {
    color: #ff2946 !important;
}
.bg-danger.bg-darken-3 {
    background-color: #ff2946 !important;
}
.btn-danger.btn-darken-3,
.btn-danger.btn-darken-3:hover {
    border-color: #ff425c !important;
    background-color: #ff2946 !important;
}
.btn-danger.btn-darken-3:active,
.btn-danger.btn-darken-3:focus {
    border-color: #ff2946 !important;
    background-color: #ff0f30 !important;
}
.btn-outline-danger.btn-outline-darken-3 {
    border-color: #ff2946 !important;
    color: #ff2946 !important;
}
.btn-outline-danger.btn-outline-darken-3:hover {
    background-color: #ff2946 !important;
}
.border-danger.border-darken-3 {
    border: 1px solid #ff2946 !important;
}
.border-top-danger.border-top-darken-3 {
    border-top: 1px solid #ff2946 !important;
}
.border-bottom-danger.border-bottom-darken-3 {
    border-bottom: 1px solid #ff2946 !important;
}
.border-left-danger.border-left-darken-3 {
    border-left: 1px solid #ff2946 !important;
}
.border-right-danger.border-right-darken-3 {
    border-right: 1px solid #ff2946 !important;
}
.btn-danger.btn-darken-4,
.btn-danger.btn-darken-4:hover {
    border-color: #ff425c !important;
}
.overlay-danger.overlay-darken-3 {
    background: #ff2946;
    background: rgba(255, 41, 70, 0.8);
}
.bg-danger.bg-darken-4,
.btn-danger.btn-darken-4 {
    background-color: #ff0f30 !important;
}
.danger.darken-4 {
    color: #ff0f30 !important;
}
.btn-danger.btn-darken-4:hover {
    background-color: #ff2946 !important;
}
.btn-danger.btn-darken-4:active,
.btn-danger.btn-darken-4:focus {
    border-color: #ff2946 !important;
    background-color: #ff0f30 !important;
}
.btn-outline-danger.btn-outline-darken-4 {
    border-color: #ff0f30 !important;
    color: #ff0f30 !important;
}
.btn-outline-danger.btn-outline-darken-4:hover {
    background-color: #ff0f30 !important;
}
.border-danger.border-darken-4 {
    border: 1px solid #ff0f30 !important;
}
.border-top-danger.border-top-darken-4 {
    border-top: 1px solid #ff0f30 !important;
}
.border-bottom-danger.border-bottom-darken-4 {
    border-bottom: 1px solid #ff0f30 !important;
}
.border-left-danger.border-left-darken-4 {
    border-left: 1px solid #ff0f30 !important;
}
.border-right-danger.border-right-darken-4 {
    border-right: 1px solid #ff0f30 !important;
}
.btn-danger.btn-accent-1,
.btn-danger.btn-accent-1:hover {
    border-color: #ff425c !important;
}
.overlay-danger.overlay-darken-4 {
    background: #ff0f30;
    background: rgba(255, 15, 48, 0.8);
}
.bg-danger.bg-accent-1,
.btn-danger.btn-accent-1 {
    background-color: #ffeef1 !important;
}
.danger.accent-1 {
    color: #ffeef1 !important;
}
.btn-danger.btn-accent-1:hover {
    background-color: #ff2946 !important;
}
.btn-danger.btn-accent-1:active,
.btn-danger.btn-accent-1:focus {
    border-color: #ff2946 !important;
    background-color: #ff0f30 !important;
}
.btn-outline-danger.btn-outline-accent-1 {
    border-color: #ffeef1 !important;
    color: #ffeef1 !important;
}
.btn-outline-danger.btn-outline-accent-1:hover {
    background-color: #ffeef1 !important;
}
.border-danger.border-accent-1 {
    border: 1px solid #ffeef1 !important;
}
.border-top-danger.border-top-accent-1 {
    border-top: 1px solid #ffeef1 !important;
}
.border-bottom-danger.border-bottom-accent-1 {
    border-bottom: 1px solid #ffeef1 !important;
}
.border-left-danger.border-left-accent-1 {
    border-left: 1px solid #ffeef1 !important;
}
.border-right-danger.border-right-accent-1 {
    border-right: 1px solid #ffeef1 !important;
}
.btn-danger.btn-accent-2,
.btn-danger.btn-accent-2:hover {
    border-color: #ff425c !important;
}
.overlay-danger.overlay-accent-1 {
    background: #ffeef1;
    background: rgba(255, 238, 241, 0.8);
}
.bg-danger.bg-accent-2,
.btn-danger.btn-accent-2 {
    background-color: #ffd6db !important;
}
.danger.accent-2 {
    color: #ffd6db !important;
}
.btn-danger.btn-accent-2:hover {
    background-color: #ff2946 !important;
}
.btn-danger.btn-accent-2:active,
.btn-danger.btn-accent-2:focus {
    border-color: #ff2946 !important;
    background-color: #ff0f30 !important;
}
.btn-outline-danger.btn-outline-accent-2 {
    border-color: #ffd6db !important;
    color: #ffd6db !important;
}
.btn-outline-danger.btn-outline-accent-2:hover {
    background-color: #ffd6db !important;
}
.border-danger.border-accent-2 {
    border: 1px solid #ffd6db !important;
}
.border-top-danger.border-top-accent-2 {
    border-top: 1px solid #ffd6db !important;
}
.border-bottom-danger.border-bottom-accent-2 {
    border-bottom: 1px solid #ffd6db !important;
}
.border-left-danger.border-left-accent-2 {
    border-left: 1px solid #ffd6db !important;
}
.border-right-danger.border-right-accent-2 {
    border-right: 1px solid #ffd6db !important;
}
.btn-danger.btn-accent-3,
.btn-danger.btn-accent-3:hover {
    border-color: #ff425c !important;
}
.overlay-danger.overlay-accent-2 {
    background: #ffd6db;
    background: rgba(255, 214, 219, 0.8);
}
.bg-danger.bg-accent-3,
.btn-danger.btn-accent-3 {
    background-color: #ffecee !important;
}
.danger.accent-3 {
    color: #ffecee !important;
}
.btn-danger.btn-accent-3:hover {
    background-color: #ff2946 !important;
}
.btn-danger.btn-accent-3:active,
.btn-danger.btn-accent-3:focus {
    border-color: #ff2946 !important;
    background-color: #ff0f30 !important;
}
.btn-outline-danger.btn-outline-accent-3 {
    border-color: #ffecee !important;
    color: #ffecee !important;
}
.btn-outline-danger.btn-outline-accent-3:hover {
    background-color: #ffecee !important;
}
.border-danger.border-accent-3 {
    border: 1px solid #ffecee !important;
}
.border-top-danger.border-top-accent-3 {
    border-top: 1px solid #ffecee !important;
}
.border-bottom-danger.border-bottom-accent-3 {
    border-bottom: 1px solid #ffecee !important;
}
.border-left-danger.border-left-accent-3 {
    border-left: 1px solid #ffecee !important;
}
.border-right-danger.border-right-accent-3 {
    border-right: 1px solid #ffecee !important;
}
.btn-danger.btn-accent-4,
.btn-danger.btn-accent-4:hover {
    border-color: #ff425c !important;
}
.overlay-danger.overlay-accent-3 {
    background: #ffecee;
    background: rgba(255, 236, 238, 0.8);
}
.bg-danger.bg-accent-4,
.btn-danger.btn-accent-4 {
    background-color: #ffd3d7 !important;
}
.danger.accent-4 {
    color: #ffd3d7 !important;
}
.btn-danger.btn-accent-4:hover {
    background-color: #ff2946 !important;
}
.btn-danger.btn-accent-4:active,
.btn-danger.btn-accent-4:focus {
    border-color: #ff2946 !important;
    background-color: #ff0f30 !important;
}
.btn-outline-danger.btn-outline-accent-4 {
    border-color: #ffd3d7 !important;
    color: #ffd3d7 !important;
}
.btn-outline-danger.btn-outline-accent-4:hover {
    background-color: #ffd3d7 !important;
}
input:focus ~ .bg-danger {
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ffd3d7 !important;
}
.border-danger.border-accent-4 {
    border: 1px solid #ffd3d7 !important;
}
.border-top-danger.border-top-accent-4 {
    border-top: 1px solid #ffd3d7 !important;
}
.border-bottom-danger.border-bottom-accent-4 {
    border-bottom: 1px solid #ffd3d7 !important;
}
.border-left-danger.border-left-accent-4 {
    border-left: 1px solid #ffd3d7 !important;
}
.border-right-danger.border-right-accent-4 {
    border-right: 1px solid #ffd3d7 !important;
}
.btn-red.btn-lighten-5,
.btn-red.btn-lighten-5:hover {
    border-color: #d32f2f !important;
}
.overlay-danger.overlay-accent-4 {
    background: #ffd3d7;
    background: rgba(255, 211, 215, 0.8);
}
.edit-kanban-item select option.bg-color_name,
.kanban-container .kanban-board .kanban-item[data-border="danger"]:before {
    background-color: #ffd3d7;
}
.bg-red.bg-lighten-5,
.btn-red.btn-lighten-5 {
    background-color: #ffebee !important;
}
.red.lighten-5 {
    color: #ffebee !important;
}
.btn-red.btn-lighten-5:hover {
    background-color: #c62828 !important;
}
.btn-red.btn-lighten-5:active,
.btn-red.btn-lighten-5:focus {
    border-color: #c62828 !important;
    background-color: #b71c1c !important;
}
.btn-outline-red.btn-outline-lighten-5 {
    border-color: #ffebee !important;
    color: #ffebee !important;
}
.btn-outline-red.btn-outline-lighten-5:hover {
    background-color: #ffebee !important;
}
.border-red.border-lighten-5 {
    border: 1px solid #ffebee !important;
}
.border-top-red.border-top-lighten-5 {
    border-top: 1px solid #ffebee !important;
}
.border-bottom-red.border-bottom-lighten-5 {
    border-bottom: 1px solid #ffebee !important;
}
.border-left-red.border-left-lighten-5 {
    border-left: 1px solid #ffebee !important;
}
.border-right-red.border-right-lighten-5 {
    border-right: 1px solid #ffebee !important;
}
.btn-red.btn-lighten-4,
.btn-red.btn-lighten-4:hover {
    border-color: #d32f2f !important;
}
.overlay-red.overlay-lighten-5 {
    background: #ffebee;
    background: rgba(255, 235, 238, 0.8);
}
.bg-red.bg-lighten-4,
.btn-red.btn-lighten-4 {
    background-color: #ffcdd2 !important;
}
.red.lighten-4 {
    color: #ffcdd2 !important;
}
.btn-red.btn-lighten-4:hover {
    background-color: #c62828 !important;
}
.btn-red.btn-lighten-4:active,
.btn-red.btn-lighten-4:focus {
    border-color: #c62828 !important;
    background-color: #b71c1c !important;
}
.btn-outline-red.btn-outline-lighten-4 {
    border-color: #ffcdd2 !important;
    color: #ffcdd2 !important;
}
.btn-outline-red.btn-outline-lighten-4:hover {
    background-color: #ffcdd2 !important;
}
.border-red.border-lighten-4 {
    border: 1px solid #ffcdd2 !important;
}
.border-top-red.border-top-lighten-4 {
    border-top: 1px solid #ffcdd2 !important;
}
.border-bottom-red.border-bottom-lighten-4 {
    border-bottom: 1px solid #ffcdd2 !important;
}
.border-left-red.border-left-lighten-4 {
    border-left: 1px solid #ffcdd2 !important;
}
.border-right-red.border-right-lighten-4 {
    border-right: 1px solid #ffcdd2 !important;
}
.btn-red.btn-lighten-3,
.btn-red.btn-lighten-3:hover {
    border-color: #d32f2f !important;
}
.overlay-red.overlay-lighten-4 {
    background: #ffcdd2;
    background: rgba(255, 205, 210, 0.8);
}
.bg-red.bg-lighten-3,
.btn-red.btn-lighten-3 {
    background-color: #ef9a9a !important;
}
.red.lighten-3 {
    color: #ef9a9a !important;
}
.btn-red.btn-lighten-3:hover {
    background-color: #c62828 !important;
}
.btn-red.btn-lighten-3:active,
.btn-red.btn-lighten-3:focus {
    border-color: #c62828 !important;
    background-color: #b71c1c !important;
}
.btn-outline-red.btn-outline-lighten-3 {
    border-color: #ef9a9a !important;
    color: #ef9a9a !important;
}
.btn-outline-red.btn-outline-lighten-3:hover {
    background-color: #ef9a9a !important;
}
.border-red.border-lighten-3 {
    border: 1px solid #ef9a9a !important;
}
.border-top-red.border-top-lighten-3 {
    border-top: 1px solid #ef9a9a !important;
}
.border-bottom-red.border-bottom-lighten-3 {
    border-bottom: 1px solid #ef9a9a !important;
}
.border-left-red.border-left-lighten-3 {
    border-left: 1px solid #ef9a9a !important;
}
.border-right-red.border-right-lighten-3 {
    border-right: 1px solid #ef9a9a !important;
}
.btn-red.btn-lighten-2,
.btn-red.btn-lighten-2:hover {
    border-color: #d32f2f !important;
}
.overlay-red.overlay-lighten-3 {
    background: #ef9a9a;
    background: rgba(239, 154, 154, 0.8);
}
.bg-red.bg-lighten-2,
.btn-red.btn-lighten-2 {
    background-color: #e57373 !important;
}
.red.lighten-2 {
    color: #e57373 !important;
}
.btn-red.btn-lighten-2:hover {
    background-color: #c62828 !important;
}
.btn-red.btn-lighten-2:active,
.btn-red.btn-lighten-2:focus {
    border-color: #c62828 !important;
    background-color: #b71c1c !important;
}
.btn-outline-red.btn-outline-lighten-2 {
    border-color: #e57373 !important;
    color: #e57373 !important;
}
.btn-outline-red.btn-outline-lighten-2:hover {
    background-color: #e57373 !important;
}
.border-red.border-lighten-2 {
    border: 1px solid #e57373 !important;
}
.border-top-red.border-top-lighten-2 {
    border-top: 1px solid #e57373 !important;
}
.border-bottom-red.border-bottom-lighten-2 {
    border-bottom: 1px solid #e57373 !important;
}
.border-left-red.border-left-lighten-2 {
    border-left: 1px solid #e57373 !important;
}
.border-right-red.border-right-lighten-2 {
    border-right: 1px solid #e57373 !important;
}
.btn-red.btn-lighten-1,
.btn-red.btn-lighten-1:hover {
    border-color: #d32f2f !important;
}
.overlay-red.overlay-lighten-2 {
    background: #e57373;
    background: rgba(229, 115, 115, 0.8);
}
.bg-red.bg-lighten-1,
.btn-red.btn-lighten-1 {
    background-color: #ef5350 !important;
}
.red.lighten-1 {
    color: #ef5350 !important;
}
.btn-red.btn-lighten-1:hover {
    background-color: #c62828 !important;
}
.btn-red.btn-lighten-1:active,
.btn-red.btn-lighten-1:focus {
    border-color: #c62828 !important;
    background-color: #b71c1c !important;
}
.btn-outline-red.btn-outline-lighten-1 {
    border-color: #ef5350 !important;
    color: #ef5350 !important;
}
.btn-outline-red.btn-outline-lighten-1:hover {
    background-color: #ef5350 !important;
}
.border-red.border-lighten-1 {
    border: 1px solid #ef5350 !important;
}
.border-top-red.border-top-lighten-1 {
    border-top: 1px solid #ef5350 !important;
}
.border-bottom-red.border-bottom-lighten-1 {
    border-bottom: 1px solid #ef5350 !important;
}
.border-left-red.border-left-lighten-1 {
    border-left: 1px solid #ef5350 !important;
}
.border-right-red.border-right-lighten-1 {
    border-right: 1px solid #ef5350 !important;
}
.overlay-red.overlay-lighten-1 {
    background: #ef5350;
    background: rgba(239, 83, 80, 0.8);
}
.red {
    color: #f44336 !important;
}
.bg-red {
    background-color: #f44336 !important;
}
.bg-red .card-footer,
.bg-red .card-header {
    background-color: transparent;
}
.alert-red {
    border-color: #f8827a !important;
    background-color: #f8827a !important;
    color: #710e06 !important;
}
.alert-red .alert-link {
    color: #4b0904 !important;
}
.bullet.bullet-red {
    background-color: #f44336;
}
.bg-light-red {
    background-color: rgba(244, 67, 54, 0.15);
}
.bg-red.badge-glow,
.border-red.badge-glow {
    box-shadow: 0 0 10px #f44336;
}
.overlay-red {
    background: #f44336;
    background: rgba(244, 67, 54, 0.8);
}
.btn-red {
    background-color: #f44336 !important;
    color: #fff;
}
.btn-red:hover {
    border-color: #e53935 !important;
    background-color: #ef5350 !important;
    color: #fff !important;
}
.btn-red:active,
.btn-red:focus {
    border-color: #d32f2f !important;
    background-color: #c62828 !important;
    color: #fff !important;
}
.btn-outline-red {
    border-color: #f44336;
    background-color: transparent;
    color: #f44336;
}
.btn-outline-red:hover,
.widget-timeline .timeline-items.timeline-icon-red:before {
    background-color: #f44336;
}
.btn-outline-red:hover {
    color: #fff !important;
}
input[type="checkbox"].bg-red + .custom-control-label:before,
input[type="radio"].bg-red + .custom-control-label:before {
    background-color: #f44336 !important;
}
.bg-red.bg-darken-1,
.btn-red.btn-darken-1 {
    background-color: #e53935 !important;
}
.border-red {
    border: 1px solid #f44336 !important;
}
.border-top-red {
    border-top: 1px solid #f44336;
}
.border-bottom-red {
    border-bottom: 1px solid #f44336;
}
.border-left-red {
    border-left: 1px solid #f44336;
}
.border-right-red {
    border-right: 1px solid #f44336;
}
.red.darken-1 {
    color: #e53935 !important;
}
.btn-red.btn-darken-1 {
    border-color: #d32f2f !important;
}
.btn-red.btn-darken-1:hover {
    border-color: #d32f2f !important;
    background-color: #c62828 !important;
}
.btn-red.btn-darken-1:active,
.btn-red.btn-darken-1:focus {
    border-color: #c62828 !important;
    background-color: #b71c1c !important;
}
.btn-outline-red.btn-outline-darken-1 {
    border-color: #e53935 !important;
    color: #e53935 !important;
}
.btn-outline-red.btn-outline-darken-1:hover {
    background-color: #e53935 !important;
}
.border-red.border-darken-1 {
    border: 1px solid #e53935 !important;
}
.border-top-red.border-top-darken-1 {
    border-top: 1px solid #e53935 !important;
}
.border-bottom-red.border-bottom-darken-1 {
    border-bottom: 1px solid #e53935 !important;
}
.border-left-red.border-left-darken-1 {
    border-left: 1px solid #e53935 !important;
}
.border-right-red.border-right-darken-1 {
    border-right: 1px solid #e53935 !important;
}
.btn-red.btn-darken-2,
.btn-red.btn-darken-2:hover {
    border-color: #d32f2f !important;
}
.overlay-red.overlay-darken-1 {
    background: #e53935;
    background: rgba(229, 57, 53, 0.8);
}
.bg-red.bg-darken-2,
.btn-red.btn-darken-2 {
    background-color: #d32f2f !important;
}
.red.darken-2 {
    color: #d32f2f !important;
}
.btn-red.btn-darken-2:hover {
    background-color: #c62828 !important;
}
.btn-red.btn-darken-2:active,
.btn-red.btn-darken-2:focus {
    border-color: #c62828 !important;
    background-color: #b71c1c !important;
}
.btn-outline-red.btn-outline-darken-2 {
    border-color: #d32f2f !important;
    color: #d32f2f !important;
}
.btn-outline-red.btn-outline-darken-2:hover {
    background-color: #d32f2f !important;
}
.border-red.border-darken-2 {
    border: 1px solid #d32f2f !important;
}
.border-top-red.border-top-darken-2 {
    border-top: 1px solid #d32f2f !important;
}
.border-bottom-red.border-bottom-darken-2 {
    border-bottom: 1px solid #d32f2f !important;
}
.border-left-red.border-left-darken-2 {
    border-left: 1px solid #d32f2f !important;
}
.border-right-red.border-right-darken-2 {
    border-right: 1px solid #d32f2f !important;
}
.overlay-red.overlay-darken-2 {
    background: #d32f2f;
    background: rgba(211, 47, 47, 0.8);
}
.red.darken-3 {
    color: #c62828 !important;
}
.bg-red.bg-darken-3 {
    background-color: #c62828 !important;
}
.btn-red.btn-darken-3,
.btn-red.btn-darken-3:hover {
    border-color: #d32f2f !important;
    background-color: #c62828 !important;
}
.btn-red.btn-darken-3:active,
.btn-red.btn-darken-3:focus {
    border-color: #c62828 !important;
    background-color: #b71c1c !important;
}
.btn-outline-red.btn-outline-darken-3 {
    border-color: #c62828 !important;
    color: #c62828 !important;
}
.btn-outline-red.btn-outline-darken-3:hover {
    background-color: #c62828 !important;
}
.border-red.border-darken-3 {
    border: 1px solid #c62828 !important;
}
.border-top-red.border-top-darken-3 {
    border-top: 1px solid #c62828 !important;
}
.border-bottom-red.border-bottom-darken-3 {
    border-bottom: 1px solid #c62828 !important;
}
.border-left-red.border-left-darken-3 {
    border-left: 1px solid #c62828 !important;
}
.border-right-red.border-right-darken-3 {
    border-right: 1px solid #c62828 !important;
}
.btn-red.btn-darken-4,
.btn-red.btn-darken-4:hover {
    border-color: #d32f2f !important;
}
.overlay-red.overlay-darken-3 {
    background: #c62828;
    background: rgba(198, 40, 40, 0.8);
}
.bg-red.bg-darken-4,
.btn-red.btn-darken-4 {
    background-color: #b71c1c !important;
}
.red.darken-4 {
    color: #b71c1c !important;
}
.btn-red.btn-darken-4:hover {
    background-color: #c62828 !important;
}
.btn-red.btn-darken-4:active,
.btn-red.btn-darken-4:focus {
    border-color: #c62828 !important;
    background-color: #b71c1c !important;
}
.btn-outline-red.btn-outline-darken-4 {
    border-color: #b71c1c !important;
    color: #b71c1c !important;
}
.btn-outline-red.btn-outline-darken-4:hover {
    background-color: #b71c1c !important;
}
.border-red.border-darken-4 {
    border: 1px solid #b71c1c !important;
}
.border-top-red.border-top-darken-4 {
    border-top: 1px solid #b71c1c !important;
}
.border-bottom-red.border-bottom-darken-4 {
    border-bottom: 1px solid #b71c1c !important;
}
.border-left-red.border-left-darken-4 {
    border-left: 1px solid #b71c1c !important;
}
.border-right-red.border-right-darken-4 {
    border-right: 1px solid #b71c1c !important;
}
.btn-red.btn-accent-1,
.btn-red.btn-accent-1:hover {
    border-color: #d32f2f !important;
}
.overlay-red.overlay-darken-4 {
    background: #b71c1c;
    background: rgba(183, 28, 28, 0.8);
}
.bg-red.bg-accent-1,
.btn-red.btn-accent-1 {
    background-color: #ff8a80 !important;
}
.red.accent-1 {
    color: #ff8a80 !important;
}
.btn-red.btn-accent-1:hover {
    background-color: #c62828 !important;
}
.btn-red.btn-accent-1:active,
.btn-red.btn-accent-1:focus {
    border-color: #c62828 !important;
    background-color: #b71c1c !important;
}
.btn-outline-red.btn-outline-accent-1 {
    border-color: #ff8a80 !important;
    color: #ff8a80 !important;
}
.btn-outline-red.btn-outline-accent-1:hover {
    background-color: #ff8a80 !important;
}
.border-red.border-accent-1 {
    border: 1px solid #ff8a80 !important;
}
.border-top-red.border-top-accent-1 {
    border-top: 1px solid #ff8a80 !important;
}
.border-bottom-red.border-bottom-accent-1 {
    border-bottom: 1px solid #ff8a80 !important;
}
.border-left-red.border-left-accent-1 {
    border-left: 1px solid #ff8a80 !important;
}
.border-right-red.border-right-accent-1 {
    border-right: 1px solid #ff8a80 !important;
}
.btn-red.btn-accent-2,
.btn-red.btn-accent-2:hover {
    border-color: #d32f2f !important;
}
.overlay-red.overlay-accent-1 {
    background: #ff8a80;
    background: rgba(255, 138, 128, 0.8);
}
.bg-red.bg-accent-2,
.btn-red.btn-accent-2 {
    background-color: #ff5252 !important;
}
.red.accent-2 {
    color: #ff5252 !important;
}
.btn-red.btn-accent-2:hover {
    background-color: #c62828 !important;
}
.btn-red.btn-accent-2:active,
.btn-red.btn-accent-2:focus {
    border-color: #c62828 !important;
    background-color: #b71c1c !important;
}
.btn-outline-red.btn-outline-accent-2 {
    border-color: #ff5252 !important;
    color: #ff5252 !important;
}
.btn-outline-red.btn-outline-accent-2:hover {
    background-color: #ff5252 !important;
}
.border-red.border-accent-2 {
    border: 1px solid #ff5252 !important;
}
.border-top-red.border-top-accent-2 {
    border-top: 1px solid #ff5252 !important;
}
.border-bottom-red.border-bottom-accent-2 {
    border-bottom: 1px solid #ff5252 !important;
}
.border-left-red.border-left-accent-2 {
    border-left: 1px solid #ff5252 !important;
}
.border-right-red.border-right-accent-2 {
    border-right: 1px solid #ff5252 !important;
}
.btn-red.btn-accent-3,
.btn-red.btn-accent-3:hover {
    border-color: #d32f2f !important;
}
.overlay-red.overlay-accent-2 {
    background: #ff5252;
    background: rgba(255, 82, 82, 0.8);
}
.bg-red.bg-accent-3,
.btn-red.btn-accent-3 {
    background-color: #ff1744 !important;
}
.red.accent-3 {
    color: #ff1744 !important;
}
.btn-red.btn-accent-3:hover {
    background-color: #c62828 !important;
}
.btn-red.btn-accent-3:active,
.btn-red.btn-accent-3:focus {
    border-color: #c62828 !important;
    background-color: #b71c1c !important;
}
.btn-outline-red.btn-outline-accent-3 {
    border-color: #ff1744 !important;
    color: #ff1744 !important;
}
.btn-outline-red.btn-outline-accent-3:hover {
    background-color: #ff1744 !important;
}
.border-red.border-accent-3 {
    border: 1px solid #ff1744 !important;
}
.border-top-red.border-top-accent-3 {
    border-top: 1px solid #ff1744 !important;
}
.border-bottom-red.border-bottom-accent-3 {
    border-bottom: 1px solid #ff1744 !important;
}
.border-left-red.border-left-accent-3 {
    border-left: 1px solid #ff1744 !important;
}
.border-right-red.border-right-accent-3 {
    border-right: 1px solid #ff1744 !important;
}
.btn-red.btn-accent-4,
.btn-red.btn-accent-4:hover {
    border-color: #d32f2f !important;
}
.overlay-red.overlay-accent-3 {
    background: #ff1744;
    background: rgba(255, 23, 68, 0.8);
}
.bg-red.bg-accent-4,
.btn-red.btn-accent-4 {
    background-color: #d50000 !important;
}
.red.accent-4 {
    color: #d50000 !important;
}
.btn-red.btn-accent-4:hover {
    background-color: #c62828 !important;
}
.btn-red.btn-accent-4:active,
.btn-red.btn-accent-4:focus {
    border-color: #c62828 !important;
    background-color: #b71c1c !important;
}
.btn-outline-red.btn-outline-accent-4 {
    border-color: #d50000 !important;
    color: #d50000 !important;
}
.btn-outline-red.btn-outline-accent-4:hover {
    background-color: #d50000 !important;
}
input:focus ~ .bg-red {
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #d50000 !important;
}
.border-red.border-accent-4 {
    border: 1px solid #d50000 !important;
}
.border-top-red.border-top-accent-4 {
    border-top: 1px solid #d50000 !important;
}
.border-bottom-red.border-bottom-accent-4 {
    border-bottom: 1px solid #d50000 !important;
}
.border-left-red.border-left-accent-4 {
    border-left: 1px solid #d50000 !important;
}
.border-right-red.border-right-accent-4 {
    border-right: 1px solid #d50000 !important;
}
.btn-pink.btn-lighten-5,
.btn-pink.btn-lighten-5:hover {
    border-color: #c2185b !important;
}
.overlay-red.overlay-accent-4 {
    background: #d50000;
    background: rgba(213, 0, 0, 0.8);
}
.edit-kanban-item select option.bg-color_name,
.kanban-container .kanban-board .kanban-item[data-border="red"]:before {
    background-color: #d50000;
}
.bg-pink.bg-lighten-5,
.btn-pink.btn-lighten-5 {
    background-color: #fce4ec !important;
}
.pink.lighten-5 {
    color: #fce4ec !important;
}
.btn-pink.btn-lighten-5:hover {
    background-color: #ad1457 !important;
}
.btn-pink.btn-lighten-5:active,
.btn-pink.btn-lighten-5:focus {
    border-color: #ad1457 !important;
    background-color: #880e4f !important;
}
.btn-outline-pink.btn-outline-lighten-5 {
    border-color: #fce4ec !important;
    color: #fce4ec !important;
}
.btn-outline-pink.btn-outline-lighten-5:hover {
    background-color: #fce4ec !important;
}
.border-pink.border-lighten-5 {
    border: 1px solid #fce4ec !important;
}
.border-top-pink.border-top-lighten-5 {
    border-top: 1px solid #fce4ec !important;
}
.border-bottom-pink.border-bottom-lighten-5 {
    border-bottom: 1px solid #fce4ec !important;
}
.border-left-pink.border-left-lighten-5 {
    border-left: 1px solid #fce4ec !important;
}
.border-right-pink.border-right-lighten-5 {
    border-right: 1px solid #fce4ec !important;
}
.btn-pink.btn-lighten-4,
.btn-pink.btn-lighten-4:hover {
    border-color: #c2185b !important;
}
.overlay-pink.overlay-lighten-5 {
    background: #fce4ec;
    background: rgba(252, 228, 236, 0.8);
}
.bg-pink.bg-lighten-4,
.btn-pink.btn-lighten-4 {
    background-color: #f8bbd0 !important;
}
.pink.lighten-4 {
    color: #f8bbd0 !important;
}
.btn-pink.btn-lighten-4:hover {
    background-color: #ad1457 !important;
}
.btn-pink.btn-lighten-4:active,
.btn-pink.btn-lighten-4:focus {
    border-color: #ad1457 !important;
    background-color: #880e4f !important;
}
.btn-outline-pink.btn-outline-lighten-4 {
    border-color: #f8bbd0 !important;
    color: #f8bbd0 !important;
}
.btn-outline-pink.btn-outline-lighten-4:hover {
    background-color: #f8bbd0 !important;
}
.border-pink.border-lighten-4 {
    border: 1px solid #f8bbd0 !important;
}
.border-top-pink.border-top-lighten-4 {
    border-top: 1px solid #f8bbd0 !important;
}
.border-bottom-pink.border-bottom-lighten-4 {
    border-bottom: 1px solid #f8bbd0 !important;
}
.border-left-pink.border-left-lighten-4 {
    border-left: 1px solid #f8bbd0 !important;
}
.border-right-pink.border-right-lighten-4 {
    border-right: 1px solid #f8bbd0 !important;
}
.btn-pink.btn-lighten-3,
.btn-pink.btn-lighten-3:hover {
    border-color: #c2185b !important;
}
.overlay-pink.overlay-lighten-4 {
    background: #f8bbd0;
    background: rgba(248, 187, 208, 0.8);
}
.bg-pink.bg-lighten-3,
.btn-pink.btn-lighten-3 {
    background-color: #f48fb1 !important;
}
.pink.lighten-3 {
    color: #f48fb1 !important;
}
.btn-pink.btn-lighten-3:hover {
    background-color: #ad1457 !important;
}
.btn-pink.btn-lighten-3:active,
.btn-pink.btn-lighten-3:focus {
    border-color: #ad1457 !important;
    background-color: #880e4f !important;
}
.btn-outline-pink.btn-outline-lighten-3 {
    border-color: #f48fb1 !important;
    color: #f48fb1 !important;
}
.btn-outline-pink.btn-outline-lighten-3:hover {
    background-color: #f48fb1 !important;
}
.border-pink.border-lighten-3 {
    border: 1px solid #f48fb1 !important;
}
.border-top-pink.border-top-lighten-3 {
    border-top: 1px solid #f48fb1 !important;
}
.border-bottom-pink.border-bottom-lighten-3 {
    border-bottom: 1px solid #f48fb1 !important;
}
.border-left-pink.border-left-lighten-3 {
    border-left: 1px solid #f48fb1 !important;
}
.border-right-pink.border-right-lighten-3 {
    border-right: 1px solid #f48fb1 !important;
}
.btn-pink.btn-lighten-2,
.btn-pink.btn-lighten-2:hover {
    border-color: #c2185b !important;
}
.overlay-pink.overlay-lighten-3 {
    background: #f48fb1;
    background: rgba(244, 143, 177, 0.8);
}
.bg-pink.bg-lighten-2,
.btn-pink.btn-lighten-2 {
    background-color: #f06292 !important;
}
.pink.lighten-2 {
    color: #f06292 !important;
}
.btn-pink.btn-lighten-2:hover {
    background-color: #ad1457 !important;
}
.btn-pink.btn-lighten-2:active,
.btn-pink.btn-lighten-2:focus {
    border-color: #ad1457 !important;
    background-color: #880e4f !important;
}
.btn-outline-pink.btn-outline-lighten-2 {
    border-color: #f06292 !important;
    color: #f06292 !important;
}
.btn-outline-pink.btn-outline-lighten-2:hover {
    background-color: #f06292 !important;
}
.border-pink.border-lighten-2 {
    border: 1px solid #f06292 !important;
}
.border-top-pink.border-top-lighten-2 {
    border-top: 1px solid #f06292 !important;
}
.border-bottom-pink.border-bottom-lighten-2 {
    border-bottom: 1px solid #f06292 !important;
}
.border-left-pink.border-left-lighten-2 {
    border-left: 1px solid #f06292 !important;
}
.border-right-pink.border-right-lighten-2 {
    border-right: 1px solid #f06292 !important;
}
.btn-pink.btn-lighten-1,
.btn-pink.btn-lighten-1:hover {
    border-color: #c2185b !important;
}
.overlay-pink.overlay-lighten-2 {
    background: #f06292;
    background: rgba(240, 98, 146, 0.8);
}
.bg-pink.bg-lighten-1,
.btn-pink.btn-lighten-1 {
    background-color: #ec407a !important;
}
.pink.lighten-1 {
    color: #ec407a !important;
}
.btn-pink.btn-lighten-1:hover {
    background-color: #ad1457 !important;
}
.btn-pink.btn-lighten-1:active,
.btn-pink.btn-lighten-1:focus {
    border-color: #ad1457 !important;
    background-color: #880e4f !important;
}
.btn-outline-pink.btn-outline-lighten-1 {
    border-color: #ec407a !important;
    color: #ec407a !important;
}
.btn-outline-pink.btn-outline-lighten-1:hover {
    background-color: #ec407a !important;
}
.border-pink.border-lighten-1 {
    border: 1px solid #ec407a !important;
}
.border-top-pink.border-top-lighten-1 {
    border-top: 1px solid #ec407a !important;
}
.border-bottom-pink.border-bottom-lighten-1 {
    border-bottom: 1px solid #ec407a !important;
}
.border-left-pink.border-left-lighten-1 {
    border-left: 1px solid #ec407a !important;
}
.border-right-pink.border-right-lighten-1 {
    border-right: 1px solid #ec407a !important;
}
.overlay-pink.overlay-lighten-1 {
    background: #ec407a;
    background: rgba(236, 64, 122, 0.8);
}
.pink {
    color: #e91e63 !important;
}
.bg-pink {
    background-color: #e91e63 !important;
}
.bg-pink .card-footer,
.bg-pink .card-header {
    background-color: transparent;
}
.alert-pink {
    border-color: #ef5f90 !important;
    background-color: #ef5f90 !important;
    color: #4d081f !important;
}
.alert-pink .alert-link {
    color: #280410 !important;
}
.bullet.bullet-pink {
    background-color: #e91e63;
}
.bg-light-pink {
    background-color: rgba(233, 30, 99, 0.15);
}
.bg-pink.badge-glow,
.border-pink.badge-glow {
    box-shadow: 0 0 10px #e91e63;
}
.overlay-pink {
    background: #e91e63;
    background: rgba(233, 30, 99, 0.8);
}
.btn-pink {
    background-color: #e91e63 !important;
    color: #fff;
}
.btn-pink:hover {
    border-color: #d81b60 !important;
    background-color: #ec407a !important;
    color: #fff !important;
}
.btn-pink:active,
.btn-pink:focus {
    border-color: #c2185b !important;
    background-color: #ad1457 !important;
    color: #fff !important;
}
.btn-outline-pink {
    border-color: #e91e63;
    background-color: transparent;
    color: #e91e63;
}
.btn-outline-pink:hover,
.widget-timeline .timeline-items.timeline-icon-pink:before {
    background-color: #e91e63;
}
.btn-outline-pink:hover {
    color: #fff !important;
}
input[type="checkbox"].bg-pink + .custom-control-label:before,
input[type="radio"].bg-pink + .custom-control-label:before {
    background-color: #e91e63 !important;
}
.bg-pink.bg-darken-1,
.btn-pink.btn-darken-1 {
    background-color: #d81b60 !important;
}
.border-pink {
    border: 1px solid #e91e63 !important;
}
.border-top-pink {
    border-top: 1px solid #e91e63;
}
.border-bottom-pink {
    border-bottom: 1px solid #e91e63;
}
.border-left-pink {
    border-left: 1px solid #e91e63;
}
.border-right-pink {
    border-right: 1px solid #e91e63;
}
.pink.darken-1 {
    color: #d81b60 !important;
}
.btn-pink.btn-darken-1 {
    border-color: #c2185b !important;
}
.btn-pink.btn-darken-1:hover {
    border-color: #c2185b !important;
    background-color: #ad1457 !important;
}
.btn-pink.btn-darken-1:active,
.btn-pink.btn-darken-1:focus {
    border-color: #ad1457 !important;
    background-color: #880e4f !important;
}
.btn-outline-pink.btn-outline-darken-1 {
    border-color: #d81b60 !important;
    color: #d81b60 !important;
}
.btn-outline-pink.btn-outline-darken-1:hover {
    background-color: #d81b60 !important;
}
.border-pink.border-darken-1 {
    border: 1px solid #d81b60 !important;
}
.border-top-pink.border-top-darken-1 {
    border-top: 1px solid #d81b60 !important;
}
.border-bottom-pink.border-bottom-darken-1 {
    border-bottom: 1px solid #d81b60 !important;
}
.border-left-pink.border-left-darken-1 {
    border-left: 1px solid #d81b60 !important;
}
.border-right-pink.border-right-darken-1 {
    border-right: 1px solid #d81b60 !important;
}
.btn-pink.btn-darken-2,
.btn-pink.btn-darken-2:hover {
    border-color: #c2185b !important;
}
.overlay-pink.overlay-darken-1 {
    background: #d81b60;
    background: rgba(216, 27, 96, 0.8);
}
.bg-pink.bg-darken-2,
.btn-pink.btn-darken-2 {
    background-color: #c2185b !important;
}
.pink.darken-2 {
    color: #c2185b !important;
}
.btn-pink.btn-darken-2:hover {
    background-color: #ad1457 !important;
}
.btn-pink.btn-darken-2:active,
.btn-pink.btn-darken-2:focus {
    border-color: #ad1457 !important;
    background-color: #880e4f !important;
}
.btn-outline-pink.btn-outline-darken-2 {
    border-color: #c2185b !important;
    color: #c2185b !important;
}
.btn-outline-pink.btn-outline-darken-2:hover {
    background-color: #c2185b !important;
}
.border-pink.border-darken-2 {
    border: 1px solid #c2185b !important;
}
.border-top-pink.border-top-darken-2 {
    border-top: 1px solid #c2185b !important;
}
.border-bottom-pink.border-bottom-darken-2 {
    border-bottom: 1px solid #c2185b !important;
}
.border-left-pink.border-left-darken-2 {
    border-left: 1px solid #c2185b !important;
}
.border-right-pink.border-right-darken-2 {
    border-right: 1px solid #c2185b !important;
}
.overlay-pink.overlay-darken-2 {
    background: #c2185b;
    background: rgba(194, 24, 91, 0.8);
}
.pink.darken-3 {
    color: #ad1457 !important;
}
.bg-pink.bg-darken-3 {
    background-color: #ad1457 !important;
}
.btn-pink.btn-darken-3,
.btn-pink.btn-darken-3:hover {
    border-color: #c2185b !important;
    background-color: #ad1457 !important;
}
.btn-pink.btn-darken-3:active,
.btn-pink.btn-darken-3:focus {
    border-color: #ad1457 !important;
    background-color: #880e4f !important;
}
.btn-outline-pink.btn-outline-darken-3 {
    border-color: #ad1457 !important;
    color: #ad1457 !important;
}
.btn-outline-pink.btn-outline-darken-3:hover {
    background-color: #ad1457 !important;
}
.border-pink.border-darken-3 {
    border: 1px solid #ad1457 !important;
}
.border-top-pink.border-top-darken-3 {
    border-top: 1px solid #ad1457 !important;
}
.border-bottom-pink.border-bottom-darken-3 {
    border-bottom: 1px solid #ad1457 !important;
}
.border-left-pink.border-left-darken-3 {
    border-left: 1px solid #ad1457 !important;
}
.border-right-pink.border-right-darken-3 {
    border-right: 1px solid #ad1457 !important;
}
.btn-pink.btn-darken-4,
.btn-pink.btn-darken-4:hover {
    border-color: #c2185b !important;
}
.overlay-pink.overlay-darken-3 {
    background: #ad1457;
    background: rgba(173, 20, 87, 0.8);
}
.bg-pink.bg-darken-4,
.btn-pink.btn-darken-4 {
    background-color: #880e4f !important;
}
.pink.darken-4 {
    color: #880e4f !important;
}
.btn-pink.btn-darken-4:hover {
    background-color: #ad1457 !important;
}
.btn-pink.btn-darken-4:active,
.btn-pink.btn-darken-4:focus {
    border-color: #ad1457 !important;
    background-color: #880e4f !important;
}
.btn-outline-pink.btn-outline-darken-4 {
    border-color: #880e4f !important;
    color: #880e4f !important;
}
.btn-outline-pink.btn-outline-darken-4:hover {
    background-color: #880e4f !important;
}
.border-pink.border-darken-4 {
    border: 1px solid #880e4f !important;
}
.border-top-pink.border-top-darken-4 {
    border-top: 1px solid #880e4f !important;
}
.border-bottom-pink.border-bottom-darken-4 {
    border-bottom: 1px solid #880e4f !important;
}
.border-left-pink.border-left-darken-4 {
    border-left: 1px solid #880e4f !important;
}
.border-right-pink.border-right-darken-4 {
    border-right: 1px solid #880e4f !important;
}
.btn-pink.btn-accent-1,
.btn-pink.btn-accent-1:hover {
    border-color: #c2185b !important;
}
.overlay-pink.overlay-darken-4 {
    background: #880e4f;
    background: rgba(136, 14, 79, 0.8);
}
.bg-pink.bg-accent-1,
.btn-pink.btn-accent-1 {
    background-color: #ff80ab !important;
}
.pink.accent-1 {
    color: #ff80ab !important;
}
.btn-pink.btn-accent-1:hover {
    background-color: #ad1457 !important;
}
.btn-pink.btn-accent-1:active,
.btn-pink.btn-accent-1:focus {
    border-color: #ad1457 !important;
    background-color: #880e4f !important;
}
.btn-outline-pink.btn-outline-accent-1 {
    border-color: #ff80ab !important;
    color: #ff80ab !important;
}
.btn-outline-pink.btn-outline-accent-1:hover {
    background-color: #ff80ab !important;
}
.border-pink.border-accent-1 {
    border: 1px solid #ff80ab !important;
}
.border-top-pink.border-top-accent-1 {
    border-top: 1px solid #ff80ab !important;
}
.border-bottom-pink.border-bottom-accent-1 {
    border-bottom: 1px solid #ff80ab !important;
}
.border-left-pink.border-left-accent-1 {
    border-left: 1px solid #ff80ab !important;
}
.border-right-pink.border-right-accent-1 {
    border-right: 1px solid #ff80ab !important;
}
.btn-pink.btn-accent-2,
.btn-pink.btn-accent-2:hover {
    border-color: #c2185b !important;
}
.overlay-pink.overlay-accent-1 {
    background: #ff80ab;
    background: rgba(255, 128, 171, 0.8);
}
.bg-pink.bg-accent-2,
.btn-pink.btn-accent-2 {
    background-color: #ff4081 !important;
}
.pink.accent-2 {
    color: #ff4081 !important;
}
.btn-pink.btn-accent-2:hover {
    background-color: #ad1457 !important;
}
.btn-pink.btn-accent-2:active,
.btn-pink.btn-accent-2:focus {
    border-color: #ad1457 !important;
    background-color: #880e4f !important;
}
.btn-outline-pink.btn-outline-accent-2 {
    border-color: #ff4081 !important;
    color: #ff4081 !important;
}
.btn-outline-pink.btn-outline-accent-2:hover {
    background-color: #ff4081 !important;
}
.border-pink.border-accent-2 {
    border: 1px solid #ff4081 !important;
}
.border-top-pink.border-top-accent-2 {
    border-top: 1px solid #ff4081 !important;
}
.border-bottom-pink.border-bottom-accent-2 {
    border-bottom: 1px solid #ff4081 !important;
}
.border-left-pink.border-left-accent-2 {
    border-left: 1px solid #ff4081 !important;
}
.border-right-pink.border-right-accent-2 {
    border-right: 1px solid #ff4081 !important;
}
.btn-pink.btn-accent-3,
.btn-pink.btn-accent-3:hover {
    border-color: #c2185b !important;
}
.overlay-pink.overlay-accent-2 {
    background: #ff4081;
    background: rgba(255, 64, 129, 0.8);
}
.bg-pink.bg-accent-3,
.btn-pink.btn-accent-3 {
    background-color: #f50057 !important;
}
.pink.accent-3 {
    color: #f50057 !important;
}
.btn-pink.btn-accent-3:hover {
    background-color: #ad1457 !important;
}
.btn-pink.btn-accent-3:active,
.btn-pink.btn-accent-3:focus {
    border-color: #ad1457 !important;
    background-color: #880e4f !important;
}
.btn-outline-pink.btn-outline-accent-3 {
    border-color: #f50057 !important;
    color: #f50057 !important;
}
.btn-outline-pink.btn-outline-accent-3:hover {
    background-color: #f50057 !important;
}
.border-pink.border-accent-3 {
    border: 1px solid #f50057 !important;
}
.border-top-pink.border-top-accent-3 {
    border-top: 1px solid #f50057 !important;
}
.border-bottom-pink.border-bottom-accent-3 {
    border-bottom: 1px solid #f50057 !important;
}
.border-left-pink.border-left-accent-3 {
    border-left: 1px solid #f50057 !important;
}
.border-right-pink.border-right-accent-3 {
    border-right: 1px solid #f50057 !important;
}
.btn-pink.btn-accent-4,
.btn-pink.btn-accent-4:hover {
    border-color: #c2185b !important;
}
.overlay-pink.overlay-accent-3 {
    background: #f50057;
    background: rgba(245, 0, 87, 0.8);
}
.bg-pink.bg-accent-4,
.btn-pink.btn-accent-4 {
    background-color: #c51162 !important;
}
.pink.accent-4 {
    color: #c51162 !important;
}
.btn-pink.btn-accent-4:hover {
    background-color: #ad1457 !important;
}
.btn-pink.btn-accent-4:active,
.btn-pink.btn-accent-4:focus {
    border-color: #ad1457 !important;
    background-color: #880e4f !important;
}
.btn-outline-pink.btn-outline-accent-4 {
    border-color: #c51162 !important;
    color: #c51162 !important;
}
.btn-outline-pink.btn-outline-accent-4:hover {
    background-color: #c51162 !important;
}
input:focus ~ .bg-pink {
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #c51162 !important;
}
.border-pink.border-accent-4 {
    border: 1px solid #c51162 !important;
}
.border-top-pink.border-top-accent-4 {
    border-top: 1px solid #c51162 !important;
}
.border-bottom-pink.border-bottom-accent-4 {
    border-bottom: 1px solid #c51162 !important;
}
.border-left-pink.border-left-accent-4 {
    border-left: 1px solid #c51162 !important;
}
.border-right-pink.border-right-accent-4 {
    border-right: 1px solid #c51162 !important;
}
.overlay-pink.overlay-accent-4 {
    background: #c51162;
    background: rgba(197, 17, 98, 0.8);
}
.edit-kanban-item select option.bg-color_name,
.kanban-container .kanban-board .kanban-item[data-border="pink"]:before {
    background-color: #c51162;
}
.bg-purple.bg-lighten-5,
.btn-purple.btn-lighten-5 {
    background-color: #f3e5f5 !important;
}
.purple.lighten-5 {
    color: #f3e5f5 !important;
}
.btn-purple.btn-lighten-5 {
    border-color: #7b1fa2 !important;
}
.btn-purple.btn-lighten-5:hover {
    border-color: #7b1fa2 !important;
    background-color: #6a1b9a !important;
}
.btn-purple.btn-lighten-5:active,
.btn-purple.btn-lighten-5:focus {
    border-color: #6a1b9a !important;
    background-color: #4a148c !important;
}
.btn-outline-purple.btn-outline-lighten-5 {
    border-color: #f3e5f5 !important;
    color: #f3e5f5 !important;
}
.btn-outline-purple.btn-outline-lighten-5:hover {
    background-color: #f3e5f5 !important;
}
.border-purple.border-lighten-5 {
    border: 1px solid #f3e5f5 !important;
}
.border-top-purple.border-top-lighten-5 {
    border-top: 1px solid #f3e5f5 !important;
}
.border-bottom-purple.border-bottom-lighten-5 {
    border-bottom: 1px solid #f3e5f5 !important;
}
.border-left-purple.border-left-lighten-5 {
    border-left: 1px solid #f3e5f5 !important;
}
.border-right-purple.border-right-lighten-5 {
    border-right: 1px solid #f3e5f5 !important;
}
.overlay-purple.overlay-lighten-5 {
    background: #f3e5f5;
    background: rgba(243, 229, 245, 0.8);
}
.bg-purple.bg-lighten-4,
.btn-purple.btn-lighten-4 {
    background-color: #e1bee7 !important;
}
.purple.lighten-4 {
    color: #e1bee7 !important;
}
.btn-purple.btn-lighten-4 {
    border-color: #7b1fa2 !important;
}
.btn-purple.btn-lighten-4:hover {
    border-color: #7b1fa2 !important;
    background-color: #6a1b9a !important;
}
.btn-purple.btn-lighten-4:active,
.btn-purple.btn-lighten-4:focus {
    border-color: #6a1b9a !important;
    background-color: #4a148c !important;
}
.btn-outline-purple.btn-outline-lighten-4 {
    border-color: #e1bee7 !important;
    color: #e1bee7 !important;
}
.btn-outline-purple.btn-outline-lighten-4:hover {
    background-color: #e1bee7 !important;
}
.border-purple.border-lighten-4 {
    border: 1px solid #e1bee7 !important;
}
.border-top-purple.border-top-lighten-4 {
    border-top: 1px solid #e1bee7 !important;
}
.border-bottom-purple.border-bottom-lighten-4 {
    border-bottom: 1px solid #e1bee7 !important;
}
.border-left-purple.border-left-lighten-4 {
    border-left: 1px solid #e1bee7 !important;
}
.border-right-purple.border-right-lighten-4 {
    border-right: 1px solid #e1bee7 !important;
}
.overlay-purple.overlay-lighten-4 {
    background: #e1bee7;
    background: rgba(225, 190, 231, 0.8);
}
.bg-purple.bg-lighten-3,
.btn-purple.btn-lighten-3 {
    background-color: #ce93d8 !important;
}
.purple.lighten-3 {
    color: #ce93d8 !important;
}
.btn-purple.btn-lighten-3 {
    border-color: #7b1fa2 !important;
}
.btn-purple.btn-lighten-3:hover {
    border-color: #7b1fa2 !important;
    background-color: #6a1b9a !important;
}
.btn-purple.btn-lighten-3:active,
.btn-purple.btn-lighten-3:focus {
    border-color: #6a1b9a !important;
    background-color: #4a148c !important;
}
.btn-outline-purple.btn-outline-lighten-3 {
    border-color: #ce93d8 !important;
    color: #ce93d8 !important;
}
.btn-outline-purple.btn-outline-lighten-3:hover {
    background-color: #ce93d8 !important;
}
.border-purple.border-lighten-3 {
    border: 1px solid #ce93d8 !important;
}
.border-top-purple.border-top-lighten-3 {
    border-top: 1px solid #ce93d8 !important;
}
.border-bottom-purple.border-bottom-lighten-3 {
    border-bottom: 1px solid #ce93d8 !important;
}
.border-left-purple.border-left-lighten-3 {
    border-left: 1px solid #ce93d8 !important;
}
.border-right-purple.border-right-lighten-3 {
    border-right: 1px solid #ce93d8 !important;
}
.overlay-purple.overlay-lighten-3 {
    background: #ce93d8;
    background: rgba(206, 147, 216, 0.8);
}
.bg-purple.bg-lighten-2,
.btn-purple.btn-lighten-2 {
    background-color: #ba68c8 !important;
}
.purple.lighten-2 {
    color: #ba68c8 !important;
}
.btn-purple.btn-lighten-2 {
    border-color: #7b1fa2 !important;
}
.btn-purple.btn-lighten-2:hover {
    border-color: #7b1fa2 !important;
    background-color: #6a1b9a !important;
}
.btn-purple.btn-lighten-2:active,
.btn-purple.btn-lighten-2:focus {
    border-color: #6a1b9a !important;
    background-color: #4a148c !important;
}
.btn-outline-purple.btn-outline-lighten-2 {
    border-color: #ba68c8 !important;
    color: #ba68c8 !important;
}
.btn-outline-purple.btn-outline-lighten-2:hover {
    background-color: #ba68c8 !important;
}
.border-purple.border-lighten-2 {
    border: 1px solid #ba68c8 !important;
}
.border-top-purple.border-top-lighten-2 {
    border-top: 1px solid #ba68c8 !important;
}
.border-bottom-purple.border-bottom-lighten-2 {
    border-bottom: 1px solid #ba68c8 !important;
}
.border-left-purple.border-left-lighten-2 {
    border-left: 1px solid #ba68c8 !important;
}
.border-right-purple.border-right-lighten-2 {
    border-right: 1px solid #ba68c8 !important;
}
.overlay-purple.overlay-lighten-2 {
    background: #ba68c8;
    background: rgba(186, 104, 200, 0.8);
}
.bg-purple.bg-lighten-1,
.btn-purple.btn-lighten-1 {
    background-color: #ab47bc !important;
}
.purple.lighten-1 {
    color: #ab47bc !important;
}
.btn-purple.btn-lighten-1 {
    border-color: #7b1fa2 !important;
}
.btn-purple.btn-lighten-1:hover {
    border-color: #7b1fa2 !important;
    background-color: #6a1b9a !important;
}
.btn-purple.btn-lighten-1:active,
.btn-purple.btn-lighten-1:focus {
    border-color: #6a1b9a !important;
    background-color: #4a148c !important;
}
.btn-outline-purple.btn-outline-lighten-1 {
    border-color: #ab47bc !important;
    color: #ab47bc !important;
}
.btn-outline-purple.btn-outline-lighten-1:hover {
    background-color: #ab47bc !important;
}
.border-purple.border-lighten-1 {
    border: 1px solid #ab47bc !important;
}
.border-top-purple.border-top-lighten-1 {
    border-top: 1px solid #ab47bc !important;
}
.border-bottom-purple.border-bottom-lighten-1 {
    border-bottom: 1px solid #ab47bc !important;
}
.border-left-purple.border-left-lighten-1 {
    border-left: 1px solid #ab47bc !important;
}
.border-right-purple.border-right-lighten-1 {
    border-right: 1px solid #ab47bc !important;
}
.overlay-purple.overlay-lighten-1 {
    background: #ab47bc;
    background: rgba(171, 71, 188, 0.8);
}
.purple {
    color: #9c27b0 !important;
}
.bg-purple {
    background-color: #9c27b0 !important;
}
.bg-purple .card-footer,
.bg-purple .card-header {
    background-color: transparent;
}
.alert-purple {
    border-color: #c248d6 !important;
    background-color: #c248d6 !important;
    color: #1a071e !important;
}
.alert-purple .alert-link {
    color: #000 !important;
}
.bullet.bullet-purple {
    background-color: #9c27b0;
}
.bg-light-purple {
    background-color: rgba(156, 39, 176, 0.15);
}
.bg-purple.badge-glow,
.border-purple.badge-glow {
    box-shadow: 0 0 10px #9c27b0;
}
.overlay-purple {
    background: #9c27b0;
    background: rgba(156, 39, 176, 0.8);
}
.btn-purple {
    background-color: #9c27b0 !important;
    color: #fff;
}
.btn-purple:hover {
    border-color: #8e24aa !important;
    background-color: #ab47bc !important;
    color: #fff !important;
}
.btn-purple:active,
.btn-purple:focus {
    border-color: #7b1fa2 !important;
    background-color: #6a1b9a !important;
    color: #fff !important;
}
.btn-outline-purple {
    border-color: #9c27b0;
    background-color: transparent;
    color: #9c27b0;
}
.btn-outline-purple:hover {
    background-color: #9c27b0;
    color: #fff !important;
}
.widget-timeline .timeline-items.timeline-icon-purple:before {
    background-color: #9c27b0;
}
input[type="checkbox"].bg-purple + .custom-control-label:before,
input[type="radio"].bg-purple + .custom-control-label:before {
    background-color: #9c27b0 !important;
}
.bg-purple.bg-darken-1,
.btn-purple.btn-darken-1 {
    background-color: #8e24aa !important;
}
.border-purple {
    border: 1px solid #9c27b0 !important;
}
.border-top-purple {
    border-top: 1px solid #9c27b0;
}
.border-bottom-purple {
    border-bottom: 1px solid #9c27b0;
}
.border-left-purple {
    border-left: 1px solid #9c27b0;
}
.border-right-purple {
    border-right: 1px solid #9c27b0;
}
.purple.darken-1 {
    color: #8e24aa !important;
}
.btn-purple.btn-darken-1 {
    border-color: #7b1fa2 !important;
}
.btn-purple.btn-darken-1:hover {
    border-color: #7b1fa2 !important;
    background-color: #6a1b9a !important;
}
.btn-purple.btn-darken-1:active,
.btn-purple.btn-darken-1:focus {
    border-color: #6a1b9a !important;
    background-color: #4a148c !important;
}
.btn-outline-purple.btn-outline-darken-1 {
    border-color: #8e24aa !important;
    color: #8e24aa !important;
}
.btn-outline-purple.btn-outline-darken-1:hover {
    background-color: #8e24aa !important;
}
.border-purple.border-darken-1 {
    border: 1px solid #8e24aa !important;
}
.border-top-purple.border-top-darken-1 {
    border-top: 1px solid #8e24aa !important;
}
.border-bottom-purple.border-bottom-darken-1 {
    border-bottom: 1px solid #8e24aa !important;
}
.border-left-purple.border-left-darken-1 {
    border-left: 1px solid #8e24aa !important;
}
.border-right-purple.border-right-darken-1 {
    border-right: 1px solid #8e24aa !important;
}
.btn-purple.btn-darken-2,
.btn-purple.btn-darken-2:hover {
    border-color: #7b1fa2 !important;
}
.overlay-purple.overlay-darken-1 {
    background: #8e24aa;
    background: rgba(142, 36, 170, 0.8);
}
.bg-purple.bg-darken-2,
.btn-purple.btn-darken-2 {
    background-color: #7b1fa2 !important;
}
.purple.darken-2 {
    color: #7b1fa2 !important;
}
.btn-purple.btn-darken-2:hover {
    background-color: #6a1b9a !important;
}
.btn-purple.btn-darken-2:active,
.btn-purple.btn-darken-2:focus {
    border-color: #6a1b9a !important;
    background-color: #4a148c !important;
}
.btn-outline-purple.btn-outline-darken-2 {
    border-color: #7b1fa2 !important;
    color: #7b1fa2 !important;
}
.btn-outline-purple.btn-outline-darken-2:hover {
    background-color: #7b1fa2 !important;
}
.border-purple.border-darken-2 {
    border: 1px solid #7b1fa2 !important;
}
.border-top-purple.border-top-darken-2 {
    border-top: 1px solid #7b1fa2 !important;
}
.border-bottom-purple.border-bottom-darken-2 {
    border-bottom: 1px solid #7b1fa2 !important;
}
.border-left-purple.border-left-darken-2 {
    border-left: 1px solid #7b1fa2 !important;
}
.border-right-purple.border-right-darken-2 {
    border-right: 1px solid #7b1fa2 !important;
}
.overlay-purple.overlay-darken-2 {
    background: #7b1fa2;
    background: rgba(123, 31, 162, 0.8);
}
.purple.darken-3 {
    color: #6a1b9a !important;
}
.bg-purple.bg-darken-3 {
    background-color: #6a1b9a !important;
}
.btn-purple.btn-darken-3,
.btn-purple.btn-darken-3:hover {
    border-color: #7b1fa2 !important;
    background-color: #6a1b9a !important;
}
.btn-purple.btn-darken-3:active,
.btn-purple.btn-darken-3:focus {
    border-color: #6a1b9a !important;
    background-color: #4a148c !important;
}
.btn-outline-purple.btn-outline-darken-3 {
    border-color: #6a1b9a !important;
    color: #6a1b9a !important;
}
.btn-outline-purple.btn-outline-darken-3:hover {
    background-color: #6a1b9a !important;
}
.border-purple.border-darken-3 {
    border: 1px solid #6a1b9a !important;
}
.border-top-purple.border-top-darken-3 {
    border-top: 1px solid #6a1b9a !important;
}
.border-bottom-purple.border-bottom-darken-3 {
    border-bottom: 1px solid #6a1b9a !important;
}
.border-left-purple.border-left-darken-3 {
    border-left: 1px solid #6a1b9a !important;
}
.border-right-purple.border-right-darken-3 {
    border-right: 1px solid #6a1b9a !important;
}
.btn-purple.btn-darken-4,
.btn-purple.btn-darken-4:hover {
    border-color: #7b1fa2 !important;
}
.overlay-purple.overlay-darken-3 {
    background: #6a1b9a;
    background: rgba(106, 27, 154, 0.8);
}
.bg-purple.bg-darken-4,
.btn-purple.btn-darken-4 {
    background-color: #4a148c !important;
}
.purple.darken-4 {
    color: #4a148c !important;
}
.btn-purple.btn-darken-4:hover {
    background-color: #6a1b9a !important;
}
.btn-purple.btn-darken-4:active,
.btn-purple.btn-darken-4:focus {
    border-color: #6a1b9a !important;
    background-color: #4a148c !important;
}
.btn-outline-purple.btn-outline-darken-4 {
    border-color: #4a148c !important;
    color: #4a148c !important;
}
.btn-outline-purple.btn-outline-darken-4:hover {
    background-color: #4a148c !important;
}
.border-purple.border-darken-4 {
    border: 1px solid #4a148c !important;
}
.border-top-purple.border-top-darken-4 {
    border-top: 1px solid #4a148c !important;
}
.border-bottom-purple.border-bottom-darken-4 {
    border-bottom: 1px solid #4a148c !important;
}
.border-left-purple.border-left-darken-4 {
    border-left: 1px solid #4a148c !important;
}
.border-right-purple.border-right-darken-4 {
    border-right: 1px solid #4a148c !important;
}
.btn-purple.btn-accent-1,
.btn-purple.btn-accent-1:hover {
    border-color: #7b1fa2 !important;
}
.overlay-purple.overlay-darken-4 {
    background: #4a148c;
    background: rgba(74, 20, 140, 0.8);
}
.bg-purple.bg-accent-1,
.btn-purple.btn-accent-1 {
    background-color: #ea80fc !important;
}
.purple.accent-1 {
    color: #ea80fc !important;
}
.btn-purple.btn-accent-1:hover {
    background-color: #6a1b9a !important;
}
.btn-purple.btn-accent-1:active,
.btn-purple.btn-accent-1:focus {
    border-color: #6a1b9a !important;
    background-color: #4a148c !important;
}
.btn-outline-purple.btn-outline-accent-1 {
    border-color: #ea80fc !important;
    color: #ea80fc !important;
}
.btn-outline-purple.btn-outline-accent-1:hover {
    background-color: #ea80fc !important;
}
.border-purple.border-accent-1 {
    border: 1px solid #ea80fc !important;
}
.border-top-purple.border-top-accent-1 {
    border-top: 1px solid #ea80fc !important;
}
.border-bottom-purple.border-bottom-accent-1 {
    border-bottom: 1px solid #ea80fc !important;
}
.border-left-purple.border-left-accent-1 {
    border-left: 1px solid #ea80fc !important;
}
.border-right-purple.border-right-accent-1 {
    border-right: 1px solid #ea80fc !important;
}
.btn-purple.btn-accent-2,
.btn-purple.btn-accent-2:hover {
    border-color: #7b1fa2 !important;
}
.overlay-purple.overlay-accent-1 {
    background: #ea80fc;
    background: rgba(234, 128, 252, 0.8);
}
.bg-purple.bg-accent-2,
.btn-purple.btn-accent-2 {
    background-color: #e040fb !important;
}
.purple.accent-2 {
    color: #e040fb !important;
}
.btn-purple.btn-accent-2:hover {
    background-color: #6a1b9a !important;
}
.btn-purple.btn-accent-2:active,
.btn-purple.btn-accent-2:focus {
    border-color: #6a1b9a !important;
    background-color: #4a148c !important;
}
.btn-outline-purple.btn-outline-accent-2 {
    border-color: #e040fb !important;
    color: #e040fb !important;
}
.btn-outline-purple.btn-outline-accent-2:hover {
    background-color: #e040fb !important;
}
.border-purple.border-accent-2 {
    border: 1px solid #e040fb !important;
}
.border-top-purple.border-top-accent-2 {
    border-top: 1px solid #e040fb !important;
}
.border-bottom-purple.border-bottom-accent-2 {
    border-bottom: 1px solid #e040fb !important;
}
.border-left-purple.border-left-accent-2 {
    border-left: 1px solid #e040fb !important;
}
.border-right-purple.border-right-accent-2 {
    border-right: 1px solid #e040fb !important;
}
.btn-purple.btn-accent-3,
.btn-purple.btn-accent-3:hover {
    border-color: #7b1fa2 !important;
}
.overlay-purple.overlay-accent-2 {
    background: #e040fb;
    background: rgba(224, 64, 251, 0.8);
}
.bg-purple.bg-accent-3,
.btn-purple.btn-accent-3 {
    background-color: #d500f9 !important;
}
.purple.accent-3 {
    color: #d500f9 !important;
}
.btn-purple.btn-accent-3:hover {
    background-color: #6a1b9a !important;
}
.btn-purple.btn-accent-3:active,
.btn-purple.btn-accent-3:focus {
    border-color: #6a1b9a !important;
    background-color: #4a148c !important;
}
.btn-outline-purple.btn-outline-accent-3 {
    border-color: #d500f9 !important;
    color: #d500f9 !important;
}
.btn-outline-purple.btn-outline-accent-3:hover {
    background-color: #d500f9 !important;
}
.border-purple.border-accent-3 {
    border: 1px solid #d500f9 !important;
}
.border-top-purple.border-top-accent-3 {
    border-top: 1px solid #d500f9 !important;
}
.border-bottom-purple.border-bottom-accent-3 {
    border-bottom: 1px solid #d500f9 !important;
}
.border-left-purple.border-left-accent-3 {
    border-left: 1px solid #d500f9 !important;
}
.border-right-purple.border-right-accent-3 {
    border-right: 1px solid #d500f9 !important;
}
.btn-purple.btn-accent-4,
.btn-purple.btn-accent-4:hover {
    border-color: #7b1fa2 !important;
}
.overlay-purple.overlay-accent-3 {
    background: #d500f9;
    background: rgba(213, 0, 249, 0.8);
}
.bg-purple.bg-accent-4,
.btn-purple.btn-accent-4 {
    background-color: #d0f !important;
}
.purple.accent-4 {
    color: #d0f !important;
}
.btn-purple.btn-accent-4:hover {
    background-color: #6a1b9a !important;
}
.btn-purple.btn-accent-4:active,
.btn-purple.btn-accent-4:focus {
    border-color: #6a1b9a !important;
    background-color: #4a148c !important;
}
.btn-outline-purple.btn-outline-accent-4 {
    border-color: #d0f !important;
    color: #d0f !important;
}
.btn-outline-purple.btn-outline-accent-4:hover {
    background-color: #d0f !important;
}
input:focus ~ .bg-purple {
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #d0f !important;
}
.border-purple.border-accent-4 {
    border: 1px solid #d0f !important;
}
.border-top-purple.border-top-accent-4 {
    border-top: 1px solid #d0f !important;
}
.border-bottom-purple.border-bottom-accent-4 {
    border-bottom: 1px solid #d0f !important;
}
.border-left-purple.border-left-accent-4 {
    border-left: 1px solid #d0f !important;
}
.border-right-purple.border-right-accent-4 {
    border-right: 1px solid #d0f !important;
}
.btn-blue.btn-lighten-5,
.btn-blue.btn-lighten-5:hover {
    border-color: #1976d2 !important;
}
.overlay-purple.overlay-accent-4 {
    background: #d0f;
    background: rgba(221, 0, 255, 0.8);
}
.edit-kanban-item select option.bg-color_name,
.kanban-container .kanban-board .kanban-item[data-border="purple"]:before {
    background-color: #d0f;
}
.bg-blue.bg-lighten-5,
.btn-blue.btn-lighten-5 {
    background-color: #e3f2fd !important;
}
.blue.lighten-5 {
    color: #e3f2fd !important;
}
.btn-blue.btn-lighten-5:hover {
    background-color: #1565c0 !important;
}
.btn-blue.btn-lighten-5:active,
.btn-blue.btn-lighten-5:focus {
    border-color: #1565c0 !important;
    background-color: #0d47a1 !important;
}
.btn-outline-blue.btn-outline-lighten-5 {
    border-color: #e3f2fd !important;
    color: #e3f2fd !important;
}
.btn-outline-blue.btn-outline-lighten-5:hover {
    background-color: #e3f2fd !important;
}
.border-blue.border-lighten-5 {
    border: 1px solid #e3f2fd !important;
}
.border-top-blue.border-top-lighten-5 {
    border-top: 1px solid #e3f2fd !important;
}
.border-bottom-blue.border-bottom-lighten-5 {
    border-bottom: 1px solid #e3f2fd !important;
}
.border-left-blue.border-left-lighten-5 {
    border-left: 1px solid #e3f2fd !important;
}
.border-right-blue.border-right-lighten-5 {
    border-right: 1px solid #e3f2fd !important;
}
.btn-blue.btn-lighten-4,
.btn-blue.btn-lighten-4:hover {
    border-color: #1976d2 !important;
}
.overlay-blue.overlay-lighten-5 {
    background: #e3f2fd;
    background: rgba(227, 242, 253, 0.8);
}
.bg-blue.bg-lighten-4,
.btn-blue.btn-lighten-4 {
    background-color: #bbdefb !important;
}
.blue.lighten-4 {
    color: #bbdefb !important;
}
.btn-blue.btn-lighten-4:hover {
    background-color: #1565c0 !important;
}
.btn-blue.btn-lighten-4:active,
.btn-blue.btn-lighten-4:focus {
    border-color: #1565c0 !important;
    background-color: #0d47a1 !important;
}
.btn-outline-blue.btn-outline-lighten-4 {
    border-color: #bbdefb !important;
    color: #bbdefb !important;
}
.btn-outline-blue.btn-outline-lighten-4:hover {
    background-color: #bbdefb !important;
}
.border-blue.border-lighten-4 {
    border: 1px solid #bbdefb !important;
}
.border-top-blue.border-top-lighten-4 {
    border-top: 1px solid #bbdefb !important;
}
.border-bottom-blue.border-bottom-lighten-4 {
    border-bottom: 1px solid #bbdefb !important;
}
.border-left-blue.border-left-lighten-4 {
    border-left: 1px solid #bbdefb !important;
}
.border-right-blue.border-right-lighten-4 {
    border-right: 1px solid #bbdefb !important;
}
.btn-blue.btn-lighten-3,
.btn-blue.btn-lighten-3:hover {
    border-color: #1976d2 !important;
}
.overlay-blue.overlay-lighten-4 {
    background: #bbdefb;
    background: rgba(187, 222, 251, 0.8);
}
.bg-blue.bg-lighten-3,
.btn-blue.btn-lighten-3 {
    background-color: #90caf9 !important;
}
.blue.lighten-3 {
    color: #90caf9 !important;
}
.btn-blue.btn-lighten-3:hover {
    background-color: #1565c0 !important;
}
.btn-blue.btn-lighten-3:active,
.btn-blue.btn-lighten-3:focus {
    border-color: #1565c0 !important;
    background-color: #0d47a1 !important;
}
.btn-outline-blue.btn-outline-lighten-3 {
    border-color: #90caf9 !important;
    color: #90caf9 !important;
}
.btn-outline-blue.btn-outline-lighten-3:hover {
    background-color: #90caf9 !important;
}
.border-blue.border-lighten-3 {
    border: 1px solid #90caf9 !important;
}
.border-top-blue.border-top-lighten-3 {
    border-top: 1px solid #90caf9 !important;
}
.border-bottom-blue.border-bottom-lighten-3 {
    border-bottom: 1px solid #90caf9 !important;
}
.border-left-blue.border-left-lighten-3 {
    border-left: 1px solid #90caf9 !important;
}
.border-right-blue.border-right-lighten-3 {
    border-right: 1px solid #90caf9 !important;
}
.btn-blue.btn-lighten-2,
.btn-blue.btn-lighten-2:hover {
    border-color: #1976d2 !important;
}
.overlay-blue.overlay-lighten-3 {
    background: #90caf9;
    background: rgba(144, 202, 249, 0.8);
}
.bg-blue.bg-lighten-2,
.btn-blue.btn-lighten-2 {
    background-color: #64b5f6 !important;
}
.blue.lighten-2 {
    color: #64b5f6 !important;
}
.btn-blue.btn-lighten-2:hover {
    background-color: #1565c0 !important;
}
.btn-blue.btn-lighten-2:active,
.btn-blue.btn-lighten-2:focus {
    border-color: #1565c0 !important;
    background-color: #0d47a1 !important;
}
.btn-outline-blue.btn-outline-lighten-2 {
    border-color: #64b5f6 !important;
    color: #64b5f6 !important;
}
.btn-outline-blue.btn-outline-lighten-2:hover {
    background-color: #64b5f6 !important;
}
.border-blue.border-lighten-2 {
    border: 1px solid #64b5f6 !important;
}
.border-top-blue.border-top-lighten-2 {
    border-top: 1px solid #64b5f6 !important;
}
.border-bottom-blue.border-bottom-lighten-2 {
    border-bottom: 1px solid #64b5f6 !important;
}
.border-left-blue.border-left-lighten-2 {
    border-left: 1px solid #64b5f6 !important;
}
.border-right-blue.border-right-lighten-2 {
    border-right: 1px solid #64b5f6 !important;
}
.btn-blue.btn-lighten-1,
.btn-blue.btn-lighten-1:hover {
    border-color: #1976d2 !important;
}
.overlay-blue.overlay-lighten-2 {
    background: #64b5f6;
    background: rgba(100, 181, 246, 0.8);
}
.bg-blue.bg-lighten-1,
.btn-blue.btn-lighten-1 {
    background-color: #42a5f5 !important;
}
.blue.lighten-1 {
    color: #42a5f5 !important;
}
.btn-blue.btn-lighten-1:hover {
    background-color: #1565c0 !important;
}
.btn-blue.btn-lighten-1:active,
.btn-blue.btn-lighten-1:focus {
    border-color: #1565c0 !important;
    background-color: #0d47a1 !important;
}
.btn-outline-blue.btn-outline-lighten-1 {
    border-color: #42a5f5 !important;
    color: #42a5f5 !important;
}
.btn-outline-blue.btn-outline-lighten-1:hover {
    background-color: #42a5f5 !important;
}
.border-blue.border-lighten-1 {
    border: 1px solid #42a5f5 !important;
}
.border-top-blue.border-top-lighten-1 {
    border-top: 1px solid #42a5f5 !important;
}
.border-bottom-blue.border-bottom-lighten-1 {
    border-bottom: 1px solid #42a5f5 !important;
}
.border-left-blue.border-left-lighten-1 {
    border-left: 1px solid #42a5f5 !important;
}
.border-right-blue.border-right-lighten-1 {
    border-right: 1px solid #42a5f5 !important;
}
.overlay-blue.overlay-lighten-1 {
    background: #42a5f5;
    background: rgba(66, 165, 245, 0.8);
}
.blue {
    color: #2196f3 !important;
}
.bg-blue {
    background-color: #2196f3 !important;
}
.bg-blue .card-footer,
.bg-blue .card-header {
    background-color: transparent;
}
.alert-blue {
    border-color: #65b6f7 !important;
    background-color: #65b6f7 !important;
    color: #05365d !important;
}
.alert-blue .alert-link {
    color: #031f36 !important;
}
.bullet.bullet-blue {
    background-color: #2196f3;
}
.bg-light-blue {
    background-color: rgba(33, 150, 243, 0.15);
}
.bg-blue.badge-glow,
.border-blue.badge-glow {
    box-shadow: 0 0 10px #2196f3;
}
.overlay-blue {
    background: #2196f3;
    background: rgba(33, 150, 243, 0.8);
}
.btn-blue {
    background-color: #2196f3 !important;
    color: #fff;
}
.btn-blue:hover {
    border-color: #1e88e5 !important;
    background-color: #42a5f5 !important;
    color: #fff !important;
}
.btn-blue:active,
.btn-blue:focus {
    border-color: #1976d2 !important;
    background-color: #1565c0 !important;
    color: #fff !important;
}
.btn-outline-blue {
    border-color: #2196f3;
    background-color: transparent;
    color: #2196f3;
}
.btn-outline-blue:hover,
.widget-timeline .timeline-items.timeline-icon-blue:before {
    background-color: #2196f3;
}
.btn-outline-blue:hover {
    color: #fff !important;
}
input[type="checkbox"].bg-blue + .custom-control-label:before,
input[type="radio"].bg-blue + .custom-control-label:before {
    background-color: #2196f3 !important;
}
.bg-blue.bg-darken-1,
.btn-blue.btn-darken-1 {
    background-color: #1e88e5 !important;
}
.border-blue {
    border: 1px solid #2196f3 !important;
}
.border-top-blue {
    border-top: 1px solid #2196f3;
}
.border-bottom-blue {
    border-bottom: 1px solid #2196f3;
}
.border-left-blue {
    border-left: 1px solid #2196f3;
}
.border-right-blue {
    border-right: 1px solid #2196f3;
}
.blue.darken-1 {
    color: #1e88e5 !important;
}
.btn-blue.btn-darken-1 {
    border-color: #1976d2 !important;
}
.btn-blue.btn-darken-1:hover {
    border-color: #1976d2 !important;
    background-color: #1565c0 !important;
}
.btn-blue.btn-darken-1:active,
.btn-blue.btn-darken-1:focus {
    border-color: #1565c0 !important;
    background-color: #0d47a1 !important;
}
.btn-outline-blue.btn-outline-darken-1 {
    border-color: #1e88e5 !important;
    color: #1e88e5 !important;
}
.btn-outline-blue.btn-outline-darken-1:hover {
    background-color: #1e88e5 !important;
}
.border-blue.border-darken-1 {
    border: 1px solid #1e88e5 !important;
}
.border-top-blue.border-top-darken-1 {
    border-top: 1px solid #1e88e5 !important;
}
.border-bottom-blue.border-bottom-darken-1 {
    border-bottom: 1px solid #1e88e5 !important;
}
.border-left-blue.border-left-darken-1 {
    border-left: 1px solid #1e88e5 !important;
}
.border-right-blue.border-right-darken-1 {
    border-right: 1px solid #1e88e5 !important;
}
.btn-blue.btn-darken-2,
.btn-blue.btn-darken-2:hover {
    border-color: #1976d2 !important;
}
.overlay-blue.overlay-darken-1 {
    background: #1e88e5;
    background: rgba(30, 136, 229, 0.8);
}
.bg-blue.bg-darken-2,
.btn-blue.btn-darken-2 {
    background-color: #1976d2 !important;
}
.blue.darken-2 {
    color: #1976d2 !important;
}
.btn-blue.btn-darken-2:hover {
    background-color: #1565c0 !important;
}
.btn-blue.btn-darken-2:active,
.btn-blue.btn-darken-2:focus {
    border-color: #1565c0 !important;
    background-color: #0d47a1 !important;
}
.btn-outline-blue.btn-outline-darken-2 {
    border-color: #1976d2 !important;
    color: #1976d2 !important;
}
.btn-outline-blue.btn-outline-darken-2:hover {
    background-color: #1976d2 !important;
}
.border-blue.border-darken-2 {
    border: 1px solid #1976d2 !important;
}
.border-top-blue.border-top-darken-2 {
    border-top: 1px solid #1976d2 !important;
}
.border-bottom-blue.border-bottom-darken-2 {
    border-bottom: 1px solid #1976d2 !important;
}
.border-left-blue.border-left-darken-2 {
    border-left: 1px solid #1976d2 !important;
}
.border-right-blue.border-right-darken-2 {
    border-right: 1px solid #1976d2 !important;
}
.overlay-blue.overlay-darken-2 {
    background: #1976d2;
    background: rgba(25, 118, 210, 0.8);
}
.blue.darken-3 {
    color: #1565c0 !important;
}
.bg-blue.bg-darken-3 {
    background-color: #1565c0 !important;
}
.btn-blue.btn-darken-3,
.btn-blue.btn-darken-3:hover {
    border-color: #1976d2 !important;
    background-color: #1565c0 !important;
}
.btn-blue.btn-darken-3:active,
.btn-blue.btn-darken-3:focus {
    border-color: #1565c0 !important;
    background-color: #0d47a1 !important;
}
.btn-outline-blue.btn-outline-darken-3 {
    border-color: #1565c0 !important;
    color: #1565c0 !important;
}
.btn-outline-blue.btn-outline-darken-3:hover {
    background-color: #1565c0 !important;
}
.border-blue.border-darken-3 {
    border: 1px solid #1565c0 !important;
}
.border-top-blue.border-top-darken-3 {
    border-top: 1px solid #1565c0 !important;
}
.border-bottom-blue.border-bottom-darken-3 {
    border-bottom: 1px solid #1565c0 !important;
}
.border-left-blue.border-left-darken-3 {
    border-left: 1px solid #1565c0 !important;
}
.border-right-blue.border-right-darken-3 {
    border-right: 1px solid #1565c0 !important;
}
.btn-blue.btn-darken-4,
.btn-blue.btn-darken-4:hover {
    border-color: #1976d2 !important;
}
.overlay-blue.overlay-darken-3 {
    background: #1565c0;
    background: rgba(21, 101, 192, 0.8);
}
.bg-blue.bg-darken-4,
.btn-blue.btn-darken-4 {
    background-color: #0d47a1 !important;
}
.blue.darken-4 {
    color: #0d47a1 !important;
}
.btn-blue.btn-darken-4:hover {
    background-color: #1565c0 !important;
}
.btn-blue.btn-darken-4:active,
.btn-blue.btn-darken-4:focus {
    border-color: #1565c0 !important;
    background-color: #0d47a1 !important;
}
.btn-outline-blue.btn-outline-darken-4 {
    border-color: #0d47a1 !important;
    color: #0d47a1 !important;
}
.btn-outline-blue.btn-outline-darken-4:hover {
    background-color: #0d47a1 !important;
}
.border-blue.border-darken-4 {
    border: 1px solid #0d47a1 !important;
}
.border-top-blue.border-top-darken-4 {
    border-top: 1px solid #0d47a1 !important;
}
.border-bottom-blue.border-bottom-darken-4 {
    border-bottom: 1px solid #0d47a1 !important;
}
.border-left-blue.border-left-darken-4 {
    border-left: 1px solid #0d47a1 !important;
}
.border-right-blue.border-right-darken-4 {
    border-right: 1px solid #0d47a1 !important;
}
.btn-blue.btn-accent-1,
.btn-blue.btn-accent-1:hover {
    border-color: #1976d2 !important;
}
.overlay-blue.overlay-darken-4 {
    background: #0d47a1;
    background: rgba(13, 71, 161, 0.8);
}
.bg-blue.bg-accent-1,
.btn-blue.btn-accent-1 {
    background-color: #82b1ff !important;
}
.blue.accent-1 {
    color: #82b1ff !important;
}
.btn-blue.btn-accent-1:hover {
    background-color: #1565c0 !important;
}
.btn-blue.btn-accent-1:active,
.btn-blue.btn-accent-1:focus {
    border-color: #1565c0 !important;
    background-color: #0d47a1 !important;
}
.btn-outline-blue.btn-outline-accent-1 {
    border-color: #82b1ff !important;
    color: #82b1ff !important;
}
.btn-outline-blue.btn-outline-accent-1:hover {
    background-color: #82b1ff !important;
}
.border-blue.border-accent-1 {
    border: 1px solid #82b1ff !important;
}
.border-top-blue.border-top-accent-1 {
    border-top: 1px solid #82b1ff !important;
}
.border-bottom-blue.border-bottom-accent-1 {
    border-bottom: 1px solid #82b1ff !important;
}
.border-left-blue.border-left-accent-1 {
    border-left: 1px solid #82b1ff !important;
}
.border-right-blue.border-right-accent-1 {
    border-right: 1px solid #82b1ff !important;
}
.btn-blue.btn-accent-2,
.btn-blue.btn-accent-2:hover {
    border-color: #1976d2 !important;
}
.overlay-blue.overlay-accent-1 {
    background: #82b1ff;
    background: rgba(130, 177, 255, 0.8);
}
.bg-blue.bg-accent-2,
.btn-blue.btn-accent-2 {
    background-color: #448aff !important;
}
.blue.accent-2 {
    color: #448aff !important;
}
.btn-blue.btn-accent-2:hover {
    background-color: #1565c0 !important;
}
.btn-blue.btn-accent-2:active,
.btn-blue.btn-accent-2:focus {
    border-color: #1565c0 !important;
    background-color: #0d47a1 !important;
}
.btn-outline-blue.btn-outline-accent-2 {
    border-color: #448aff !important;
    color: #448aff !important;
}
.btn-outline-blue.btn-outline-accent-2:hover {
    background-color: #448aff !important;
}
.border-blue.border-accent-2 {
    border: 1px solid #448aff !important;
}
.border-top-blue.border-top-accent-2 {
    border-top: 1px solid #448aff !important;
}
.border-bottom-blue.border-bottom-accent-2 {
    border-bottom: 1px solid #448aff !important;
}
.border-left-blue.border-left-accent-2 {
    border-left: 1px solid #448aff !important;
}
.border-right-blue.border-right-accent-2 {
    border-right: 1px solid #448aff !important;
}
.btn-blue.btn-accent-3,
.btn-blue.btn-accent-3:hover {
    border-color: #1976d2 !important;
}
.overlay-blue.overlay-accent-2 {
    background: #448aff;
    background: rgba(68, 138, 255, 0.8);
}
.bg-blue.bg-accent-3,
.btn-blue.btn-accent-3 {
    background-color: #2979ff !important;
}
.blue.accent-3 {
    color: #2979ff !important;
}
.btn-blue.btn-accent-3:hover {
    background-color: #1565c0 !important;
}
.btn-blue.btn-accent-3:active,
.btn-blue.btn-accent-3:focus {
    border-color: #1565c0 !important;
    background-color: #0d47a1 !important;
}
.btn-outline-blue.btn-outline-accent-3 {
    border-color: #2979ff !important;
    color: #2979ff !important;
}
.btn-outline-blue.btn-outline-accent-3:hover {
    background-color: #2979ff !important;
}
.border-blue.border-accent-3 {
    border: 1px solid #2979ff !important;
}
.border-top-blue.border-top-accent-3 {
    border-top: 1px solid #2979ff !important;
}
.border-bottom-blue.border-bottom-accent-3 {
    border-bottom: 1px solid #2979ff !important;
}
.border-left-blue.border-left-accent-3 {
    border-left: 1px solid #2979ff !important;
}
.border-right-blue.border-right-accent-3 {
    border-right: 1px solid #2979ff !important;
}
.btn-blue.btn-accent-4,
.btn-blue.btn-accent-4:hover {
    border-color: #1976d2 !important;
}
.overlay-blue.overlay-accent-3 {
    background: #2979ff;
    background: rgba(41, 121, 255, 0.8);
}
.bg-blue.bg-accent-4,
.btn-blue.btn-accent-4 {
    background-color: #2962ff !important;
}
.blue.accent-4 {
    color: #2962ff !important;
}
.btn-blue.btn-accent-4:hover {
    background-color: #1565c0 !important;
}
.btn-blue.btn-accent-4:active,
.btn-blue.btn-accent-4:focus {
    border-color: #1565c0 !important;
    background-color: #0d47a1 !important;
}
.btn-outline-blue.btn-outline-accent-4 {
    border-color: #2962ff !important;
    color: #2962ff !important;
}
.btn-outline-blue.btn-outline-accent-4:hover {
    background-color: #2962ff !important;
}
input:focus ~ .bg-blue {
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #2962ff !important;
}
.border-blue.border-accent-4 {
    border: 1px solid #2962ff !important;
}
.border-top-blue.border-top-accent-4 {
    border-top: 1px solid #2962ff !important;
}
.border-bottom-blue.border-bottom-accent-4 {
    border-bottom: 1px solid #2962ff !important;
}
.border-left-blue.border-left-accent-4 {
    border-left: 1px solid #2962ff !important;
}
.border-right-blue.border-right-accent-4 {
    border-right: 1px solid #2962ff !important;
}
.btn-cyan.btn-lighten-5,
.btn-cyan.btn-lighten-5:hover {
    border-color: #0097a7 !important;
}
.overlay-blue.overlay-accent-4 {
    background: #2962ff;
    background: rgba(41, 98, 255, 0.8);
}
.edit-kanban-item select option.bg-color_name,
.kanban-container .kanban-board .kanban-item[data-border="blue"]:before {
    background-color: #2962ff;
}
.bg-cyan.bg-lighten-5,
.btn-cyan.btn-lighten-5 {
    background-color: #e0f7fa !important;
}
.cyan.lighten-5 {
    color: #e0f7fa !important;
}
.btn-cyan.btn-lighten-5:hover {
    background-color: #00838f !important;
}
.btn-cyan.btn-lighten-5:active,
.btn-cyan.btn-lighten-5:focus {
    border-color: #00838f !important;
    background-color: #006064 !important;
}
.btn-outline-cyan.btn-outline-lighten-5 {
    border-color: #e0f7fa !important;
    color: #e0f7fa !important;
}
.btn-outline-cyan.btn-outline-lighten-5:hover {
    background-color: #e0f7fa !important;
}
.border-cyan.border-lighten-5 {
    border: 1px solid #e0f7fa !important;
}
.border-top-cyan.border-top-lighten-5 {
    border-top: 1px solid #e0f7fa !important;
}
.border-bottom-cyan.border-bottom-lighten-5 {
    border-bottom: 1px solid #e0f7fa !important;
}
.border-left-cyan.border-left-lighten-5 {
    border-left: 1px solid #e0f7fa !important;
}
.border-right-cyan.border-right-lighten-5 {
    border-right: 1px solid #e0f7fa !important;
}
.btn-cyan.btn-lighten-4,
.btn-cyan.btn-lighten-4:hover {
    border-color: #0097a7 !important;
}
.overlay-cyan.overlay-lighten-5 {
    background: #e0f7fa;
    background: rgba(224, 247, 250, 0.8);
}
.bg-cyan.bg-lighten-4,
.btn-cyan.btn-lighten-4 {
    background-color: #b2ebf2 !important;
}
.cyan.lighten-4 {
    color: #b2ebf2 !important;
}
.btn-cyan.btn-lighten-4:hover {
    background-color: #00838f !important;
}
.btn-cyan.btn-lighten-4:active,
.btn-cyan.btn-lighten-4:focus {
    border-color: #00838f !important;
    background-color: #006064 !important;
}
.btn-outline-cyan.btn-outline-lighten-4 {
    border-color: #b2ebf2 !important;
    color: #b2ebf2 !important;
}
.btn-outline-cyan.btn-outline-lighten-4:hover {
    background-color: #b2ebf2 !important;
}
.border-cyan.border-lighten-4 {
    border: 1px solid #b2ebf2 !important;
}
.border-top-cyan.border-top-lighten-4 {
    border-top: 1px solid #b2ebf2 !important;
}
.border-bottom-cyan.border-bottom-lighten-4 {
    border-bottom: 1px solid #b2ebf2 !important;
}
.border-left-cyan.border-left-lighten-4 {
    border-left: 1px solid #b2ebf2 !important;
}
.border-right-cyan.border-right-lighten-4 {
    border-right: 1px solid #b2ebf2 !important;
}
.btn-cyan.btn-lighten-3,
.btn-cyan.btn-lighten-3:hover {
    border-color: #0097a7 !important;
}
.overlay-cyan.overlay-lighten-4 {
    background: #b2ebf2;
    background: rgba(178, 235, 242, 0.8);
}
.bg-cyan.bg-lighten-3,
.btn-cyan.btn-lighten-3 {
    background-color: #80deea !important;
}
.cyan.lighten-3 {
    color: #80deea !important;
}
.btn-cyan.btn-lighten-3:hover {
    background-color: #00838f !important;
}
.btn-cyan.btn-lighten-3:active,
.btn-cyan.btn-lighten-3:focus {
    border-color: #00838f !important;
    background-color: #006064 !important;
}
.btn-outline-cyan.btn-outline-lighten-3 {
    border-color: #80deea !important;
    color: #80deea !important;
}
.btn-outline-cyan.btn-outline-lighten-3:hover {
    background-color: #80deea !important;
}
.border-cyan.border-lighten-3 {
    border: 1px solid #80deea !important;
}
.border-top-cyan.border-top-lighten-3 {
    border-top: 1px solid #80deea !important;
}
.border-bottom-cyan.border-bottom-lighten-3 {
    border-bottom: 1px solid #80deea !important;
}
.border-left-cyan.border-left-lighten-3 {
    border-left: 1px solid #80deea !important;
}
.border-right-cyan.border-right-lighten-3 {
    border-right: 1px solid #80deea !important;
}
.btn-cyan.btn-lighten-2,
.btn-cyan.btn-lighten-2:hover {
    border-color: #0097a7 !important;
}
.overlay-cyan.overlay-lighten-3 {
    background: #80deea;
    background: rgba(128, 222, 234, 0.8);
}
.bg-cyan.bg-lighten-2,
.btn-cyan.btn-lighten-2 {
    background-color: #4dd0e1 !important;
}
.cyan.lighten-2 {
    color: #4dd0e1 !important;
}
.btn-cyan.btn-lighten-2:hover {
    background-color: #00838f !important;
}
.btn-cyan.btn-lighten-2:active,
.btn-cyan.btn-lighten-2:focus {
    border-color: #00838f !important;
    background-color: #006064 !important;
}
.btn-outline-cyan.btn-outline-lighten-2 {
    border-color: #4dd0e1 !important;
    color: #4dd0e1 !important;
}
.btn-outline-cyan.btn-outline-lighten-2:hover {
    background-color: #4dd0e1 !important;
}
.border-cyan.border-lighten-2 {
    border: 1px solid #4dd0e1 !important;
}
.border-top-cyan.border-top-lighten-2 {
    border-top: 1px solid #4dd0e1 !important;
}
.border-bottom-cyan.border-bottom-lighten-2 {
    border-bottom: 1px solid #4dd0e1 !important;
}
.border-left-cyan.border-left-lighten-2 {
    border-left: 1px solid #4dd0e1 !important;
}
.border-right-cyan.border-right-lighten-2 {
    border-right: 1px solid #4dd0e1 !important;
}
.btn-cyan.btn-lighten-1,
.btn-cyan.btn-lighten-1:hover {
    border-color: #0097a7 !important;
}
.overlay-cyan.overlay-lighten-2 {
    background: #4dd0e1;
    background: rgba(77, 208, 225, 0.8);
}
.bg-cyan.bg-lighten-1,
.btn-cyan.btn-lighten-1 {
    background-color: #26c6da !important;
}
.cyan.lighten-1 {
    color: #26c6da !important;
}
.btn-cyan.btn-lighten-1:hover {
    background-color: #00838f !important;
}
.btn-cyan.btn-lighten-1:active,
.btn-cyan.btn-lighten-1:focus {
    border-color: #00838f !important;
    background-color: #006064 !important;
}
.btn-outline-cyan.btn-outline-lighten-1 {
    border-color: #26c6da !important;
    color: #26c6da !important;
}
.btn-outline-cyan.btn-outline-lighten-1:hover {
    background-color: #26c6da !important;
}
.border-cyan.border-lighten-1 {
    border: 1px solid #26c6da !important;
}
.border-top-cyan.border-top-lighten-1 {
    border-top: 1px solid #26c6da !important;
}
.border-bottom-cyan.border-bottom-lighten-1 {
    border-bottom: 1px solid #26c6da !important;
}
.border-left-cyan.border-left-lighten-1 {
    border-left: 1px solid #26c6da !important;
}
.border-right-cyan.border-right-lighten-1 {
    border-right: 1px solid #26c6da !important;
}
.overlay-cyan.overlay-lighten-1 {
    background: #26c6da;
    background: rgba(38, 198, 218, 0.8);
}
.cyan {
    color: #00bcd4 !important;
}
.bg-cyan {
    background-color: #00bcd4 !important;
}
.bg-cyan .card-footer,
.bg-cyan .card-header {
    background-color: transparent;
}
.alert-cyan {
    border-color: #1ce5ff !important;
    background-color: #1ce5ff !important;
    color: #001e22 !important;
}
.alert-cyan .alert-link {
    color: #000 !important;
}
.bullet.bullet-cyan {
    background-color: #00bcd4;
}
.bg-light-cyan {
    background-color: rgba(0, 188, 212, 0.15);
}
.bg-cyan.badge-glow,
.border-cyan.badge-glow {
    box-shadow: 0 0 10px #00bcd4;
}
.overlay-cyan {
    background: #00bcd4;
    background: rgba(0, 188, 212, 0.8);
}
.btn-cyan {
    background-color: #00bcd4 !important;
    color: #fff;
}
.btn-cyan:hover {
    border-color: #00acc1 !important;
    background-color: #26c6da !important;
    color: #fff !important;
}
.btn-cyan:active,
.btn-cyan:focus {
    border-color: #0097a7 !important;
    background-color: #00838f !important;
    color: #fff !important;
}
.btn-outline-cyan {
    border-color: #00bcd4;
    background-color: transparent;
    color: #00bcd4;
}
.btn-outline-cyan:hover,
.widget-timeline .timeline-items.timeline-icon-cyan:before {
    background-color: #00bcd4;
}
.btn-outline-cyan:hover {
    color: #fff !important;
}
input[type="checkbox"].bg-cyan + .custom-control-label:before,
input[type="radio"].bg-cyan + .custom-control-label:before {
    background-color: #00bcd4 !important;
}
.bg-cyan.bg-darken-1,
.btn-cyan.btn-darken-1 {
    background-color: #00acc1 !important;
}
.border-cyan {
    border: 1px solid #00bcd4 !important;
}
.border-top-cyan {
    border-top: 1px solid #00bcd4;
}
.border-bottom-cyan {
    border-bottom: 1px solid #00bcd4;
}
.border-left-cyan {
    border-left: 1px solid #00bcd4;
}
.border-right-cyan {
    border-right: 1px solid #00bcd4;
}
.cyan.darken-1 {
    color: #00acc1 !important;
}
.btn-cyan.btn-darken-1 {
    border-color: #0097a7 !important;
}
.btn-cyan.btn-darken-1:hover {
    border-color: #0097a7 !important;
    background-color: #00838f !important;
}
.btn-cyan.btn-darken-1:active,
.btn-cyan.btn-darken-1:focus {
    border-color: #00838f !important;
    background-color: #006064 !important;
}
.btn-outline-cyan.btn-outline-darken-1 {
    border-color: #00acc1 !important;
    color: #00acc1 !important;
}
.btn-outline-cyan.btn-outline-darken-1:hover {
    background-color: #00acc1 !important;
}
.border-cyan.border-darken-1 {
    border: 1px solid #00acc1 !important;
}
.border-top-cyan.border-top-darken-1 {
    border-top: 1px solid #00acc1 !important;
}
.border-bottom-cyan.border-bottom-darken-1 {
    border-bottom: 1px solid #00acc1 !important;
}
.border-left-cyan.border-left-darken-1 {
    border-left: 1px solid #00acc1 !important;
}
.border-right-cyan.border-right-darken-1 {
    border-right: 1px solid #00acc1 !important;
}
.btn-cyan.btn-darken-2,
.btn-cyan.btn-darken-2:hover {
    border-color: #0097a7 !important;
}
.overlay-cyan.overlay-darken-1 {
    background: #00acc1;
    background: rgba(0, 172, 193, 0.8);
}
.bg-cyan.bg-darken-2,
.btn-cyan.btn-darken-2 {
    background-color: #0097a7 !important;
}
.cyan.darken-2 {
    color: #0097a7 !important;
}
.btn-cyan.btn-darken-2:hover {
    background-color: #00838f !important;
}
.btn-cyan.btn-darken-2:active,
.btn-cyan.btn-darken-2:focus {
    border-color: #00838f !important;
    background-color: #006064 !important;
}
.btn-outline-cyan.btn-outline-darken-2 {
    border-color: #0097a7 !important;
    color: #0097a7 !important;
}
.btn-outline-cyan.btn-outline-darken-2:hover {
    background-color: #0097a7 !important;
}
.border-cyan.border-darken-2 {
    border: 1px solid #0097a7 !important;
}
.border-top-cyan.border-top-darken-2 {
    border-top: 1px solid #0097a7 !important;
}
.border-bottom-cyan.border-bottom-darken-2 {
    border-bottom: 1px solid #0097a7 !important;
}
.border-left-cyan.border-left-darken-2 {
    border-left: 1px solid #0097a7 !important;
}
.border-right-cyan.border-right-darken-2 {
    border-right: 1px solid #0097a7 !important;
}
.overlay-cyan.overlay-darken-2 {
    background: #0097a7;
    background: rgba(0, 151, 167, 0.8);
}
.cyan.darken-3 {
    color: #00838f !important;
}
.bg-cyan.bg-darken-3 {
    background-color: #00838f !important;
}
.btn-cyan.btn-darken-3,
.btn-cyan.btn-darken-3:hover {
    border-color: #0097a7 !important;
    background-color: #00838f !important;
}
.btn-cyan.btn-darken-3:active,
.btn-cyan.btn-darken-3:focus {
    border-color: #00838f !important;
    background-color: #006064 !important;
}
.btn-outline-cyan.btn-outline-darken-3 {
    border-color: #00838f !important;
    color: #00838f !important;
}
.btn-outline-cyan.btn-outline-darken-3:hover {
    background-color: #00838f !important;
}
.border-cyan.border-darken-3 {
    border: 1px solid #00838f !important;
}
.border-top-cyan.border-top-darken-3 {
    border-top: 1px solid #00838f !important;
}
.border-bottom-cyan.border-bottom-darken-3 {
    border-bottom: 1px solid #00838f !important;
}
.border-left-cyan.border-left-darken-3 {
    border-left: 1px solid #00838f !important;
}
.border-right-cyan.border-right-darken-3 {
    border-right: 1px solid #00838f !important;
}
.btn-cyan.btn-darken-4,
.btn-cyan.btn-darken-4:hover {
    border-color: #0097a7 !important;
}
.overlay-cyan.overlay-darken-3 {
    background: #00838f;
    background: rgba(0, 131, 143, 0.8);
}
.bg-cyan.bg-darken-4,
.btn-cyan.btn-darken-4 {
    background-color: #006064 !important;
}
.cyan.darken-4 {
    color: #006064 !important;
}
.btn-cyan.btn-darken-4:hover {
    background-color: #00838f !important;
}
.btn-cyan.btn-darken-4:active,
.btn-cyan.btn-darken-4:focus {
    border-color: #00838f !important;
    background-color: #006064 !important;
}
.btn-outline-cyan.btn-outline-darken-4 {
    border-color: #006064 !important;
    color: #006064 !important;
}
.btn-outline-cyan.btn-outline-darken-4:hover {
    background-color: #006064 !important;
}
.border-cyan.border-darken-4 {
    border: 1px solid #006064 !important;
}
.border-top-cyan.border-top-darken-4 {
    border-top: 1px solid #006064 !important;
}
.border-bottom-cyan.border-bottom-darken-4 {
    border-bottom: 1px solid #006064 !important;
}
.border-left-cyan.border-left-darken-4 {
    border-left: 1px solid #006064 !important;
}
.border-right-cyan.border-right-darken-4 {
    border-right: 1px solid #006064 !important;
}
.btn-cyan.btn-accent-1,
.btn-cyan.btn-accent-1:hover {
    border-color: #0097a7 !important;
}
.overlay-cyan.overlay-darken-4 {
    background: #006064;
    background: rgba(0, 96, 100, 0.8);
}
.bg-cyan.bg-accent-1,
.btn-cyan.btn-accent-1 {
    background-color: #84ffff !important;
}
.cyan.accent-1 {
    color: #84ffff !important;
}
.btn-cyan.btn-accent-1:hover {
    background-color: #00838f !important;
}
.btn-cyan.btn-accent-1:active,
.btn-cyan.btn-accent-1:focus {
    border-color: #00838f !important;
    background-color: #006064 !important;
}
.btn-outline-cyan.btn-outline-accent-1 {
    border-color: #84ffff !important;
    color: #84ffff !important;
}
.btn-outline-cyan.btn-outline-accent-1:hover {
    background-color: #84ffff !important;
}
.border-cyan.border-accent-1 {
    border: 1px solid #84ffff !important;
}
.border-top-cyan.border-top-accent-1 {
    border-top: 1px solid #84ffff !important;
}
.border-bottom-cyan.border-bottom-accent-1 {
    border-bottom: 1px solid #84ffff !important;
}
.border-left-cyan.border-left-accent-1 {
    border-left: 1px solid #84ffff !important;
}
.border-right-cyan.border-right-accent-1 {
    border-right: 1px solid #84ffff !important;
}
.btn-cyan.btn-accent-2,
.btn-cyan.btn-accent-2:hover {
    border-color: #0097a7 !important;
}
.overlay-cyan.overlay-accent-1 {
    background: #84ffff;
    background: rgba(132, 255, 255, 0.8);
}
.bg-cyan.bg-accent-2,
.btn-cyan.btn-accent-2 {
    background-color: #18ffff !important;
}
.cyan.accent-2 {
    color: #18ffff !important;
}
.btn-cyan.btn-accent-2:hover {
    background-color: #00838f !important;
}
.btn-cyan.btn-accent-2:active,
.btn-cyan.btn-accent-2:focus {
    border-color: #00838f !important;
    background-color: #006064 !important;
}
.btn-outline-cyan.btn-outline-accent-2 {
    border-color: #18ffff !important;
    color: #18ffff !important;
}
.btn-outline-cyan.btn-outline-accent-2:hover {
    background-color: #18ffff !important;
}
.border-cyan.border-accent-2 {
    border: 1px solid #18ffff !important;
}
.border-top-cyan.border-top-accent-2 {
    border-top: 1px solid #18ffff !important;
}
.border-bottom-cyan.border-bottom-accent-2 {
    border-bottom: 1px solid #18ffff !important;
}
.border-left-cyan.border-left-accent-2 {
    border-left: 1px solid #18ffff !important;
}
.border-right-cyan.border-right-accent-2 {
    border-right: 1px solid #18ffff !important;
}
.btn-cyan.btn-accent-3,
.btn-cyan.btn-accent-3:hover {
    border-color: #0097a7 !important;
}
.overlay-cyan.overlay-accent-2 {
    background: #18ffff;
    background: rgba(24, 255, 255, 0.8);
}
.bg-cyan.bg-accent-3,
.btn-cyan.btn-accent-3 {
    background-color: #00e5ff !important;
}
.cyan.accent-3 {
    color: #00e5ff !important;
}
.btn-cyan.btn-accent-3:hover {
    background-color: #00838f !important;
}
.btn-cyan.btn-accent-3:active,
.btn-cyan.btn-accent-3:focus {
    border-color: #00838f !important;
    background-color: #006064 !important;
}
.btn-outline-cyan.btn-outline-accent-3 {
    border-color: #00e5ff !important;
    color: #00e5ff !important;
}
.btn-outline-cyan.btn-outline-accent-3:hover {
    background-color: #00e5ff !important;
}
.border-cyan.border-accent-3 {
    border: 1px solid #00e5ff !important;
}
.border-top-cyan.border-top-accent-3 {
    border-top: 1px solid #00e5ff !important;
}
.border-bottom-cyan.border-bottom-accent-3 {
    border-bottom: 1px solid #00e5ff !important;
}
.border-left-cyan.border-left-accent-3 {
    border-left: 1px solid #00e5ff !important;
}
.border-right-cyan.border-right-accent-3 {
    border-right: 1px solid #00e5ff !important;
}
.btn-cyan.btn-accent-4,
.btn-cyan.btn-accent-4:hover {
    border-color: #0097a7 !important;
}
.overlay-cyan.overlay-accent-3 {
    background: #00e5ff;
    background: rgba(0, 229, 255, 0.8);
}
.bg-cyan.bg-accent-4,
.btn-cyan.btn-accent-4 {
    background-color: #00b8d4 !important;
}
.cyan.accent-4 {
    color: #00b8d4 !important;
}
.btn-cyan.btn-accent-4:hover {
    background-color: #00838f !important;
}
.btn-cyan.btn-accent-4:active,
.btn-cyan.btn-accent-4:focus {
    border-color: #00838f !important;
    background-color: #006064 !important;
}
.btn-outline-cyan.btn-outline-accent-4 {
    border-color: #00b8d4 !important;
    color: #00b8d4 !important;
}
.btn-outline-cyan.btn-outline-accent-4:hover {
    background-color: #00b8d4 !important;
}
input:focus ~ .bg-cyan {
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #00b8d4 !important;
}
.border-cyan.border-accent-4 {
    border: 1px solid #00b8d4 !important;
}
.border-top-cyan.border-top-accent-4 {
    border-top: 1px solid #00b8d4 !important;
}
.border-bottom-cyan.border-bottom-accent-4 {
    border-bottom: 1px solid #00b8d4 !important;
}
.border-left-cyan.border-left-accent-4 {
    border-left: 1px solid #00b8d4 !important;
}
.border-right-cyan.border-right-accent-4 {
    border-right: 1px solid #00b8d4 !important;
}
.btn-teal.btn-lighten-5,
.btn-teal.btn-lighten-5:hover {
    border-color: #00796b !important;
}
.overlay-cyan.overlay-accent-4 {
    background: #00b8d4;
    background: rgba(0, 184, 212, 0.8);
}
.edit-kanban-item select option.bg-color_name,
.kanban-container .kanban-board .kanban-item[data-border="cyan"]:before {
    background-color: #00b8d4;
}
.bg-teal.bg-lighten-5,
.btn-teal.btn-lighten-5 {
    background-color: #e0f2f1 !important;
}
.teal.lighten-5 {
    color: #e0f2f1 !important;
}
.btn-teal.btn-lighten-5:hover {
    background-color: #00695c !important;
}
.btn-teal.btn-lighten-5:active,
.btn-teal.btn-lighten-5:focus {
    border-color: #00695c !important;
    background-color: #004d40 !important;
}
.btn-outline-teal.btn-outline-lighten-5 {
    border-color: #e0f2f1 !important;
    color: #e0f2f1 !important;
}
.btn-outline-teal.btn-outline-lighten-5:hover {
    background-color: #e0f2f1 !important;
}
.border-teal.border-lighten-5 {
    border: 1px solid #e0f2f1 !important;
}
.border-top-teal.border-top-lighten-5 {
    border-top: 1px solid #e0f2f1 !important;
}
.border-bottom-teal.border-bottom-lighten-5 {
    border-bottom: 1px solid #e0f2f1 !important;
}
.border-left-teal.border-left-lighten-5 {
    border-left: 1px solid #e0f2f1 !important;
}
.border-right-teal.border-right-lighten-5 {
    border-right: 1px solid #e0f2f1 !important;
}
.btn-teal.btn-lighten-4,
.btn-teal.btn-lighten-4:hover {
    border-color: #00796b !important;
}
.overlay-teal.overlay-lighten-5 {
    background: #e0f2f1;
    background: rgba(224, 242, 241, 0.8);
}
.bg-teal.bg-lighten-4,
.btn-teal.btn-lighten-4 {
    background-color: #b2dfdb !important;
}
.teal.lighten-4 {
    color: #b2dfdb !important;
}
.btn-teal.btn-lighten-4:hover {
    background-color: #00695c !important;
}
.btn-teal.btn-lighten-4:active,
.btn-teal.btn-lighten-4:focus {
    border-color: #00695c !important;
    background-color: #004d40 !important;
}
.btn-outline-teal.btn-outline-lighten-4 {
    border-color: #b2dfdb !important;
    color: #b2dfdb !important;
}
.btn-outline-teal.btn-outline-lighten-4:hover {
    background-color: #b2dfdb !important;
}
.border-teal.border-lighten-4 {
    border: 1px solid #b2dfdb !important;
}
.border-top-teal.border-top-lighten-4 {
    border-top: 1px solid #b2dfdb !important;
}
.border-bottom-teal.border-bottom-lighten-4 {
    border-bottom: 1px solid #b2dfdb !important;
}
.border-left-teal.border-left-lighten-4 {
    border-left: 1px solid #b2dfdb !important;
}
.border-right-teal.border-right-lighten-4 {
    border-right: 1px solid #b2dfdb !important;
}
.btn-teal.btn-lighten-3,
.btn-teal.btn-lighten-3:hover {
    border-color: #00796b !important;
}
.overlay-teal.overlay-lighten-4 {
    background: #b2dfdb;
    background: rgba(178, 223, 219, 0.8);
}
.bg-teal.bg-lighten-3,
.btn-teal.btn-lighten-3 {
    background-color: #80cbc4 !important;
}
.teal.lighten-3 {
    color: #80cbc4 !important;
}
.btn-teal.btn-lighten-3:hover {
    background-color: #00695c !important;
}
.btn-teal.btn-lighten-3:active,
.btn-teal.btn-lighten-3:focus {
    border-color: #00695c !important;
    background-color: #004d40 !important;
}
.btn-outline-teal.btn-outline-lighten-3 {
    border-color: #80cbc4 !important;
    color: #80cbc4 !important;
}
.btn-outline-teal.btn-outline-lighten-3:hover {
    background-color: #80cbc4 !important;
}
.border-teal.border-lighten-3 {
    border: 1px solid #80cbc4 !important;
}
.border-top-teal.border-top-lighten-3 {
    border-top: 1px solid #80cbc4 !important;
}
.border-bottom-teal.border-bottom-lighten-3 {
    border-bottom: 1px solid #80cbc4 !important;
}
.border-left-teal.border-left-lighten-3 {
    border-left: 1px solid #80cbc4 !important;
}
.border-right-teal.border-right-lighten-3 {
    border-right: 1px solid #80cbc4 !important;
}
.btn-teal.btn-lighten-2,
.btn-teal.btn-lighten-2:hover {
    border-color: #00796b !important;
}
.overlay-teal.overlay-lighten-3 {
    background: #80cbc4;
    background: rgba(128, 203, 196, 0.8);
}
.bg-teal.bg-lighten-2,
.btn-teal.btn-lighten-2 {
    background-color: #4db6ac !important;
}
.teal.lighten-2 {
    color: #4db6ac !important;
}
.btn-teal.btn-lighten-2:hover {
    background-color: #00695c !important;
}
.btn-teal.btn-lighten-2:active,
.btn-teal.btn-lighten-2:focus {
    border-color: #00695c !important;
    background-color: #004d40 !important;
}
.btn-outline-teal.btn-outline-lighten-2 {
    border-color: #4db6ac !important;
    color: #4db6ac !important;
}
.btn-outline-teal.btn-outline-lighten-2:hover {
    background-color: #4db6ac !important;
}
.border-teal.border-lighten-2 {
    border: 1px solid #4db6ac !important;
}
.border-top-teal.border-top-lighten-2 {
    border-top: 1px solid #4db6ac !important;
}
.border-bottom-teal.border-bottom-lighten-2 {
    border-bottom: 1px solid #4db6ac !important;
}
.border-left-teal.border-left-lighten-2 {
    border-left: 1px solid #4db6ac !important;
}
.border-right-teal.border-right-lighten-2 {
    border-right: 1px solid #4db6ac !important;
}
.btn-teal.btn-lighten-1,
.btn-teal.btn-lighten-1:hover {
    border-color: #00796b !important;
}
.overlay-teal.overlay-lighten-2 {
    background: #4db6ac;
    background: rgba(77, 182, 172, 0.8);
}
.bg-teal.bg-lighten-1,
.btn-teal.btn-lighten-1 {
    background-color: #26a69a !important;
}
.teal.lighten-1 {
    color: #26a69a !important;
}
.btn-teal.btn-lighten-1:hover {
    background-color: #00695c !important;
}
.btn-teal.btn-lighten-1:active,
.btn-teal.btn-lighten-1:focus {
    border-color: #00695c !important;
    background-color: #004d40 !important;
}
.btn-outline-teal.btn-outline-lighten-1 {
    border-color: #26a69a !important;
    color: #26a69a !important;
}
.btn-outline-teal.btn-outline-lighten-1:hover {
    background-color: #26a69a !important;
}
.border-teal.border-lighten-1 {
    border: 1px solid #26a69a !important;
}
.border-top-teal.border-top-lighten-1 {
    border-top: 1px solid #26a69a !important;
}
.border-bottom-teal.border-bottom-lighten-1 {
    border-bottom: 1px solid #26a69a !important;
}
.border-left-teal.border-left-lighten-1 {
    border-left: 1px solid #26a69a !important;
}
.border-right-teal.border-right-lighten-1 {
    border-right: 1px solid #26a69a !important;
}
.overlay-teal.overlay-lighten-1 {
    background: #26a69a;
    background: rgba(38, 166, 154, 0.8);
}
.teal {
    color: #009688 !important;
}
.alert-teal,
.alert-teal .alert-link {
    color: #000 !important;
}
.bg-teal {
    background-color: #009688 !important;
}
.bg-teal .card-footer,
.bg-teal .card-header {
    background-color: transparent;
}
.alert-teal {
    border-color: #00ddc9 !important;
    background-color: #00ddc9 !important;
}
.bullet.bullet-teal {
    background-color: #009688;
}
.bg-light-teal {
    background-color: rgba(0, 150, 136, 0.15);
}
.bg-teal.badge-glow,
.border-teal.badge-glow {
    box-shadow: 0 0 10px #009688;
}
.overlay-teal {
    background: #009688;
    background: rgba(0, 150, 136, 0.8);
}
.btn-teal {
    background-color: #009688 !important;
    color: #fff;
}
.btn-teal:hover {
    border-color: #00897b !important;
    background-color: #26a69a !important;
    color: #fff !important;
}
.btn-teal:active,
.btn-teal:focus {
    border-color: #00796b !important;
    background-color: #00695c !important;
    color: #fff !important;
}
.btn-outline-teal {
    border-color: #009688;
    background-color: transparent;
    color: #009688;
}
.btn-outline-teal:hover,
.widget-timeline .timeline-items.timeline-icon-teal:before {
    background-color: #009688;
}
.btn-outline-teal:hover {
    color: #fff !important;
}
input[type="checkbox"].bg-teal + .custom-control-label:before,
input[type="radio"].bg-teal + .custom-control-label:before {
    background-color: #009688 !important;
}
.bg-teal.bg-darken-1,
.btn-teal.btn-darken-1 {
    background-color: #00897b !important;
}
.border-teal {
    border: 1px solid #009688 !important;
}
.border-top-teal {
    border-top: 1px solid #009688;
}
.border-bottom-teal {
    border-bottom: 1px solid #009688;
}
.border-left-teal {
    border-left: 1px solid #009688;
}
.border-right-teal {
    border-right: 1px solid #009688;
}
.teal.darken-1 {
    color: #00897b !important;
}
.btn-teal.btn-darken-1 {
    border-color: #00796b !important;
}
.btn-teal.btn-darken-1:hover {
    border-color: #00796b !important;
    background-color: #00695c !important;
}
.btn-teal.btn-darken-1:active,
.btn-teal.btn-darken-1:focus {
    border-color: #00695c !important;
    background-color: #004d40 !important;
}
.btn-outline-teal.btn-outline-darken-1 {
    border-color: #00897b !important;
    color: #00897b !important;
}
.btn-outline-teal.btn-outline-darken-1:hover {
    background-color: #00897b !important;
}
.border-teal.border-darken-1 {
    border: 1px solid #00897b !important;
}
.border-top-teal.border-top-darken-1 {
    border-top: 1px solid #00897b !important;
}
.border-bottom-teal.border-bottom-darken-1 {
    border-bottom: 1px solid #00897b !important;
}
.border-left-teal.border-left-darken-1 {
    border-left: 1px solid #00897b !important;
}
.border-right-teal.border-right-darken-1 {
    border-right: 1px solid #00897b !important;
}
.btn-teal.btn-darken-2,
.btn-teal.btn-darken-2:hover {
    border-color: #00796b !important;
}
.overlay-teal.overlay-darken-1 {
    background: #00897b;
    background: rgba(0, 137, 123, 0.8);
}
.bg-teal.bg-darken-2,
.btn-teal.btn-darken-2 {
    background-color: #00796b !important;
}
.teal.darken-2 {
    color: #00796b !important;
}
.btn-teal.btn-darken-2:hover {
    background-color: #00695c !important;
}
.btn-teal.btn-darken-2:active,
.btn-teal.btn-darken-2:focus {
    border-color: #00695c !important;
    background-color: #004d40 !important;
}
.btn-outline-teal.btn-outline-darken-2 {
    border-color: #00796b !important;
    color: #00796b !important;
}
.btn-outline-teal.btn-outline-darken-2:hover {
    background-color: #00796b !important;
}
.border-teal.border-darken-2 {
    border: 1px solid #00796b !important;
}
.border-top-teal.border-top-darken-2 {
    border-top: 1px solid #00796b !important;
}
.border-bottom-teal.border-bottom-darken-2 {
    border-bottom: 1px solid #00796b !important;
}
.border-left-teal.border-left-darken-2 {
    border-left: 1px solid #00796b !important;
}
.border-right-teal.border-right-darken-2 {
    border-right: 1px solid #00796b !important;
}
.overlay-teal.overlay-darken-2 {
    background: #00796b;
    background: rgba(0, 121, 107, 0.8);
}
.teal.darken-3 {
    color: #00695c !important;
}
.bg-teal.bg-darken-3 {
    background-color: #00695c !important;
}
.btn-teal.btn-darken-3,
.btn-teal.btn-darken-3:hover {
    border-color: #00796b !important;
    background-color: #00695c !important;
}
.btn-teal.btn-darken-3:active,
.btn-teal.btn-darken-3:focus {
    border-color: #00695c !important;
    background-color: #004d40 !important;
}
.btn-outline-teal.btn-outline-darken-3 {
    border-color: #00695c !important;
    color: #00695c !important;
}
.btn-outline-teal.btn-outline-darken-3:hover {
    background-color: #00695c !important;
}
.border-teal.border-darken-3 {
    border: 1px solid #00695c !important;
}
.border-top-teal.border-top-darken-3 {
    border-top: 1px solid #00695c !important;
}
.border-bottom-teal.border-bottom-darken-3 {
    border-bottom: 1px solid #00695c !important;
}
.border-left-teal.border-left-darken-3 {
    border-left: 1px solid #00695c !important;
}
.border-right-teal.border-right-darken-3 {
    border-right: 1px solid #00695c !important;
}
.btn-teal.btn-darken-4,
.btn-teal.btn-darken-4:hover {
    border-color: #00796b !important;
}
.overlay-teal.overlay-darken-3 {
    background: #00695c;
    background: rgba(0, 105, 92, 0.8);
}
.bg-teal.bg-darken-4,
.btn-teal.btn-darken-4 {
    background-color: #004d40 !important;
}
.teal.darken-4 {
    color: #004d40 !important;
}
.btn-teal.btn-darken-4:hover {
    background-color: #00695c !important;
}
.btn-teal.btn-darken-4:active,
.btn-teal.btn-darken-4:focus {
    border-color: #00695c !important;
    background-color: #004d40 !important;
}
.btn-outline-teal.btn-outline-darken-4 {
    border-color: #004d40 !important;
    color: #004d40 !important;
}
.btn-outline-teal.btn-outline-darken-4:hover {
    background-color: #004d40 !important;
}
.border-teal.border-darken-4 {
    border: 1px solid #004d40 !important;
}
.border-top-teal.border-top-darken-4 {
    border-top: 1px solid #004d40 !important;
}
.border-bottom-teal.border-bottom-darken-4 {
    border-bottom: 1px solid #004d40 !important;
}
.border-left-teal.border-left-darken-4 {
    border-left: 1px solid #004d40 !important;
}
.border-right-teal.border-right-darken-4 {
    border-right: 1px solid #004d40 !important;
}
.btn-teal.btn-accent-1,
.btn-teal.btn-accent-1:hover {
    border-color: #00796b !important;
}
.overlay-teal.overlay-darken-4 {
    background: #004d40;
    background: rgba(0, 77, 64, 0.8);
}
.bg-teal.bg-accent-1,
.btn-teal.btn-accent-1 {
    background-color: #a7ffeb !important;
}
.teal.accent-1 {
    color: #a7ffeb !important;
}
.btn-teal.btn-accent-1:hover {
    background-color: #00695c !important;
}
.btn-teal.btn-accent-1:active,
.btn-teal.btn-accent-1:focus {
    border-color: #00695c !important;
    background-color: #004d40 !important;
}
.btn-outline-teal.btn-outline-accent-1 {
    border-color: #a7ffeb !important;
    color: #a7ffeb !important;
}
.btn-outline-teal.btn-outline-accent-1:hover {
    background-color: #a7ffeb !important;
}
.border-teal.border-accent-1 {
    border: 1px solid #a7ffeb !important;
}
.border-top-teal.border-top-accent-1 {
    border-top: 1px solid #a7ffeb !important;
}
.border-bottom-teal.border-bottom-accent-1 {
    border-bottom: 1px solid #a7ffeb !important;
}
.border-left-teal.border-left-accent-1 {
    border-left: 1px solid #a7ffeb !important;
}
.border-right-teal.border-right-accent-1 {
    border-right: 1px solid #a7ffeb !important;
}
.btn-teal.btn-accent-2,
.btn-teal.btn-accent-2:hover {
    border-color: #00796b !important;
}
.overlay-teal.overlay-accent-1 {
    background: #a7ffeb;
    background: rgba(167, 255, 235, 0.8);
}
.bg-teal.bg-accent-2,
.btn-teal.btn-accent-2 {
    background-color: #64ffda !important;
}
.teal.accent-2 {
    color: #64ffda !important;
}
.btn-teal.btn-accent-2:hover {
    background-color: #00695c !important;
}
.btn-teal.btn-accent-2:active,
.btn-teal.btn-accent-2:focus {
    border-color: #00695c !important;
    background-color: #004d40 !important;
}
.btn-outline-teal.btn-outline-accent-2 {
    border-color: #64ffda !important;
    color: #64ffda !important;
}
.btn-outline-teal.btn-outline-accent-2:hover {
    background-color: #64ffda !important;
}
.border-teal.border-accent-2 {
    border: 1px solid #64ffda !important;
}
.border-top-teal.border-top-accent-2 {
    border-top: 1px solid #64ffda !important;
}
.border-bottom-teal.border-bottom-accent-2 {
    border-bottom: 1px solid #64ffda !important;
}
.border-left-teal.border-left-accent-2 {
    border-left: 1px solid #64ffda !important;
}
.border-right-teal.border-right-accent-2 {
    border-right: 1px solid #64ffda !important;
}
.btn-teal.btn-accent-3,
.btn-teal.btn-accent-3:hover {
    border-color: #00796b !important;
}
.overlay-teal.overlay-accent-2 {
    background: #64ffda;
    background: rgba(100, 255, 218, 0.8);
}
.bg-teal.bg-accent-3,
.btn-teal.btn-accent-3 {
    background-color: #1de9b6 !important;
}
.teal.accent-3 {
    color: #1de9b6 !important;
}
.btn-teal.btn-accent-3:hover {
    background-color: #00695c !important;
}
.btn-teal.btn-accent-3:active,
.btn-teal.btn-accent-3:focus {
    border-color: #00695c !important;
    background-color: #004d40 !important;
}
.btn-outline-teal.btn-outline-accent-3 {
    border-color: #1de9b6 !important;
    color: #1de9b6 !important;
}
.btn-outline-teal.btn-outline-accent-3:hover {
    background-color: #1de9b6 !important;
}
.border-teal.border-accent-3 {
    border: 1px solid #1de9b6 !important;
}
.border-top-teal.border-top-accent-3 {
    border-top: 1px solid #1de9b6 !important;
}
.border-bottom-teal.border-bottom-accent-3 {
    border-bottom: 1px solid #1de9b6 !important;
}
.border-left-teal.border-left-accent-3 {
    border-left: 1px solid #1de9b6 !important;
}
.border-right-teal.border-right-accent-3 {
    border-right: 1px solid #1de9b6 !important;
}
.btn-teal.btn-accent-4,
.btn-teal.btn-accent-4:hover {
    border-color: #00796b !important;
}
.overlay-teal.overlay-accent-3 {
    background: #1de9b6;
    background: rgba(29, 233, 182, 0.8);
}
.bg-teal.bg-accent-4,
.btn-teal.btn-accent-4 {
    background-color: #00bfa5 !important;
}
.teal.accent-4 {
    color: #00bfa5 !important;
}
.btn-teal.btn-accent-4:hover {
    background-color: #00695c !important;
}
.btn-teal.btn-accent-4:active,
.btn-teal.btn-accent-4:focus {
    border-color: #00695c !important;
    background-color: #004d40 !important;
}
.btn-outline-teal.btn-outline-accent-4 {
    border-color: #00bfa5 !important;
    color: #00bfa5 !important;
}
.btn-outline-teal.btn-outline-accent-4:hover {
    background-color: #00bfa5 !important;
}
input:focus ~ .bg-teal {
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #00bfa5 !important;
}
.border-teal.border-accent-4 {
    border: 1px solid #00bfa5 !important;
}
.border-top-teal.border-top-accent-4 {
    border-top: 1px solid #00bfa5 !important;
}
.border-bottom-teal.border-bottom-accent-4 {
    border-bottom: 1px solid #00bfa5 !important;
}
.border-left-teal.border-left-accent-4 {
    border-left: 1px solid #00bfa5 !important;
}
.border-right-teal.border-right-accent-4 {
    border-right: 1px solid #00bfa5 !important;
}
.overlay-teal.overlay-accent-4 {
    background: #00bfa5;
    background: rgba(0, 191, 165, 0.8);
}
.edit-kanban-item select option.bg-color_name,
.kanban-container .kanban-board .kanban-item[data-border="teal"]:before {
    background-color: #00bfa5;
}
.bg-yellow.bg-lighten-5,
.btn-yellow.btn-lighten-5 {
    background-color: #fffde7 !important;
}
.yellow.lighten-5 {
    color: #fffde7 !important;
}
.btn-yellow.btn-lighten-5 {
    border-color: #fbc02d !important;
}
.btn-yellow.btn-lighten-5:hover {
    border-color: #fbc02d !important;
    background-color: #f9a825 !important;
}
.btn-yellow.btn-lighten-5:active,
.btn-yellow.btn-lighten-5:focus {
    border-color: #f9a825 !important;
    background-color: #f57f17 !important;
}
.btn-outline-yellow.btn-outline-lighten-5 {
    border-color: #fffde7 !important;
    color: #fffde7 !important;
}
.btn-outline-yellow.btn-outline-lighten-5:hover {
    background-color: #fffde7 !important;
}
.border-yellow.border-lighten-5 {
    border: 1px solid #fffde7 !important;
}
.border-top-yellow.border-top-lighten-5 {
    border-top: 1px solid #fffde7 !important;
}
.border-bottom-yellow.border-bottom-lighten-5 {
    border-bottom: 1px solid #fffde7 !important;
}
.border-left-yellow.border-left-lighten-5 {
    border-left: 1px solid #fffde7 !important;
}
.border-right-yellow.border-right-lighten-5 {
    border-right: 1px solid #fffde7 !important;
}
.overlay-yellow.overlay-lighten-5 {
    background: #fffde7;
    background: rgba(255, 253, 231, 0.8);
}
.bg-yellow.bg-lighten-4,
.btn-yellow.btn-lighten-4 {
    background-color: #fff9c4 !important;
}
.yellow.lighten-4 {
    color: #fff9c4 !important;
}
.btn-yellow.btn-lighten-4 {
    border-color: #fbc02d !important;
}
.btn-yellow.btn-lighten-4:hover {
    border-color: #fbc02d !important;
    background-color: #f9a825 !important;
}
.btn-yellow.btn-lighten-4:active,
.btn-yellow.btn-lighten-4:focus {
    border-color: #f9a825 !important;
    background-color: #f57f17 !important;
}
.btn-outline-yellow.btn-outline-lighten-4 {
    border-color: #fff9c4 !important;
    color: #fff9c4 !important;
}
.btn-outline-yellow.btn-outline-lighten-4:hover {
    background-color: #fff9c4 !important;
}
.border-yellow.border-lighten-4 {
    border: 1px solid #fff9c4 !important;
}
.border-top-yellow.border-top-lighten-4 {
    border-top: 1px solid #fff9c4 !important;
}
.border-bottom-yellow.border-bottom-lighten-4 {
    border-bottom: 1px solid #fff9c4 !important;
}
.border-left-yellow.border-left-lighten-4 {
    border-left: 1px solid #fff9c4 !important;
}
.border-right-yellow.border-right-lighten-4 {
    border-right: 1px solid #fff9c4 !important;
}
.overlay-yellow.overlay-lighten-4 {
    background: #fff9c4;
    background: rgba(255, 249, 196, 0.8);
}
.bg-yellow.bg-lighten-3,
.btn-yellow.btn-lighten-3 {
    background-color: #fff59d !important;
}
.yellow.lighten-3 {
    color: #fff59d !important;
}
.btn-yellow.btn-lighten-3 {
    border-color: #fbc02d !important;
}
.btn-yellow.btn-lighten-3:hover {
    border-color: #fbc02d !important;
    background-color: #f9a825 !important;
}
.btn-yellow.btn-lighten-3:active,
.btn-yellow.btn-lighten-3:focus {
    border-color: #f9a825 !important;
    background-color: #f57f17 !important;
}
.btn-outline-yellow.btn-outline-lighten-3 {
    border-color: #fff59d !important;
    color: #fff59d !important;
}
.btn-outline-yellow.btn-outline-lighten-3:hover {
    background-color: #fff59d !important;
}
.border-yellow.border-lighten-3 {
    border: 1px solid #fff59d !important;
}
.border-top-yellow.border-top-lighten-3 {
    border-top: 1px solid #fff59d !important;
}
.border-bottom-yellow.border-bottom-lighten-3 {
    border-bottom: 1px solid #fff59d !important;
}
.border-left-yellow.border-left-lighten-3 {
    border-left: 1px solid #fff59d !important;
}
.border-right-yellow.border-right-lighten-3 {
    border-right: 1px solid #fff59d !important;
}
.overlay-yellow.overlay-lighten-3 {
    background: #fff59d;
    background: rgba(255, 245, 157, 0.8);
}
.bg-yellow.bg-lighten-2,
.btn-yellow.btn-lighten-2 {
    background-color: #fff176 !important;
}
.yellow.lighten-2 {
    color: #fff176 !important;
}
.btn-yellow.btn-lighten-2 {
    border-color: #fbc02d !important;
}
.btn-yellow.btn-lighten-2:hover {
    border-color: #fbc02d !important;
    background-color: #f9a825 !important;
}
.btn-yellow.btn-lighten-2:active,
.btn-yellow.btn-lighten-2:focus {
    border-color: #f9a825 !important;
    background-color: #f57f17 !important;
}
.btn-outline-yellow.btn-outline-lighten-2 {
    border-color: #fff176 !important;
    color: #fff176 !important;
}
.btn-outline-yellow.btn-outline-lighten-2:hover {
    background-color: #fff176 !important;
}
.border-yellow.border-lighten-2 {
    border: 1px solid #fff176 !important;
}
.border-top-yellow.border-top-lighten-2 {
    border-top: 1px solid #fff176 !important;
}
.border-bottom-yellow.border-bottom-lighten-2 {
    border-bottom: 1px solid #fff176 !important;
}
.border-left-yellow.border-left-lighten-2 {
    border-left: 1px solid #fff176 !important;
}
.border-right-yellow.border-right-lighten-2 {
    border-right: 1px solid #fff176 !important;
}
.overlay-yellow.overlay-lighten-2 {
    background: #fff176;
    background: rgba(255, 241, 118, 0.8);
}
.bg-yellow.bg-lighten-1,
.btn-yellow.btn-lighten-1 {
    background-color: #ffee58 !important;
}
.yellow.lighten-1 {
    color: #ffee58 !important;
}
.btn-yellow.btn-lighten-1 {
    border-color: #fbc02d !important;
}
.btn-yellow.btn-lighten-1:hover {
    border-color: #fbc02d !important;
    background-color: #f9a825 !important;
}
.btn-yellow.btn-lighten-1:active,
.btn-yellow.btn-lighten-1:focus {
    border-color: #f9a825 !important;
    background-color: #f57f17 !important;
}
.btn-outline-yellow.btn-outline-lighten-1 {
    border-color: #ffee58 !important;
    color: #ffee58 !important;
}
.btn-outline-yellow.btn-outline-lighten-1:hover {
    background-color: #ffee58 !important;
}
.border-yellow.border-lighten-1 {
    border: 1px solid #ffee58 !important;
}
.border-top-yellow.border-top-lighten-1 {
    border-top: 1px solid #ffee58 !important;
}
.border-bottom-yellow.border-bottom-lighten-1 {
    border-bottom: 1px solid #ffee58 !important;
}
.border-left-yellow.border-left-lighten-1 {
    border-left: 1px solid #ffee58 !important;
}
.border-right-yellow.border-right-lighten-1 {
    border-right: 1px solid #ffee58 !important;
}
.overlay-yellow.overlay-lighten-1 {
    background: #ffee58;
    background: rgba(255, 238, 88, 0.8);
}
.yellow {
    color: #ffeb3b !important;
}
.bg-yellow {
    background-color: #ffeb3b !important;
}
.bg-yellow .card-footer,
.bg-yellow .card-header {
    background-color: transparent;
}
.alert-yellow {
    border-color: #fff282 !important;
    background-color: #fff282 !important;
    color: #887a00 !important;
}
.alert-yellow .alert-link {
    color: #5f5500 !important;
}
.bullet.bullet-yellow {
    background-color: #ffeb3b;
}
.bg-light-yellow {
    background-color: rgba(255, 235, 59, 0.15);
}
.bg-yellow.badge-glow,
.border-yellow.badge-glow {
    box-shadow: 0 0 10px #ffeb3b;
}
.overlay-yellow {
    background: #ffeb3b;
    background: rgba(255, 235, 59, 0.8);
}
.btn-yellow {
    background-color: #ffeb3b !important;
    color: #fff;
}
.btn-yellow:hover {
    border-color: #fdd835 !important;
    background-color: #ffee58 !important;
    color: #fff !important;
}
.btn-yellow:active,
.btn-yellow:focus {
    border-color: #fbc02d !important;
    background-color: #f9a825 !important;
    color: #fff !important;
}
.btn-outline-yellow {
    border-color: #ffeb3b;
    background-color: transparent;
    color: #ffeb3b;
}
.btn-outline-yellow:hover {
    background-color: #ffeb3b;
    color: #fff !important;
}
.widget-timeline .timeline-items.timeline-icon-yellow:before {
    background-color: #ffeb3b;
}
input[type="checkbox"].bg-yellow + .custom-control-label:before,
input[type="radio"].bg-yellow + .custom-control-label:before {
    background-color: #ffeb3b !important;
}
.bg-yellow.bg-darken-1,
.btn-yellow.btn-darken-1 {
    background-color: #fdd835 !important;
}
.border-yellow {
    border: 1px solid #ffeb3b !important;
}
.border-top-yellow {
    border-top: 1px solid #ffeb3b;
}
.border-bottom-yellow {
    border-bottom: 1px solid #ffeb3b;
}
.border-left-yellow {
    border-left: 1px solid #ffeb3b;
}
.border-right-yellow {
    border-right: 1px solid #ffeb3b;
}
.yellow.darken-1 {
    color: #fdd835 !important;
}
.btn-yellow.btn-darken-1 {
    border-color: #fbc02d !important;
}
.btn-yellow.btn-darken-1:hover {
    border-color: #fbc02d !important;
    background-color: #f9a825 !important;
}
.btn-yellow.btn-darken-1:active,
.btn-yellow.btn-darken-1:focus {
    border-color: #f9a825 !important;
    background-color: #f57f17 !important;
}
.btn-outline-yellow.btn-outline-darken-1 {
    border-color: #fdd835 !important;
    color: #fdd835 !important;
}
.btn-outline-yellow.btn-outline-darken-1:hover {
    background-color: #fdd835 !important;
}
.border-yellow.border-darken-1 {
    border: 1px solid #fdd835 !important;
}
.border-top-yellow.border-top-darken-1 {
    border-top: 1px solid #fdd835 !important;
}
.border-bottom-yellow.border-bottom-darken-1 {
    border-bottom: 1px solid #fdd835 !important;
}
.border-left-yellow.border-left-darken-1 {
    border-left: 1px solid #fdd835 !important;
}
.border-right-yellow.border-right-darken-1 {
    border-right: 1px solid #fdd835 !important;
}
.btn-yellow.btn-darken-2,
.btn-yellow.btn-darken-2:hover {
    border-color: #fbc02d !important;
}
.overlay-yellow.overlay-darken-1 {
    background: #fdd835;
    background: rgba(253, 216, 53, 0.8);
}
.bg-yellow.bg-darken-2,
.btn-yellow.btn-darken-2 {
    background-color: #fbc02d !important;
}
.yellow.darken-2 {
    color: #fbc02d !important;
}
.btn-yellow.btn-darken-2:hover {
    background-color: #f9a825 !important;
}
.btn-yellow.btn-darken-2:active,
.btn-yellow.btn-darken-2:focus {
    border-color: #f9a825 !important;
    background-color: #f57f17 !important;
}
.btn-outline-yellow.btn-outline-darken-2 {
    border-color: #fbc02d !important;
    color: #fbc02d !important;
}
.btn-outline-yellow.btn-outline-darken-2:hover {
    background-color: #fbc02d !important;
}
.border-yellow.border-darken-2 {
    border: 1px solid #fbc02d !important;
}
.border-top-yellow.border-top-darken-2 {
    border-top: 1px solid #fbc02d !important;
}
.border-bottom-yellow.border-bottom-darken-2 {
    border-bottom: 1px solid #fbc02d !important;
}
.border-left-yellow.border-left-darken-2 {
    border-left: 1px solid #fbc02d !important;
}
.border-right-yellow.border-right-darken-2 {
    border-right: 1px solid #fbc02d !important;
}
.overlay-yellow.overlay-darken-2 {
    background: #fbc02d;
    background: rgba(251, 192, 45, 0.8);
}
.yellow.darken-3 {
    color: #f9a825 !important;
}
.bg-yellow.bg-darken-3 {
    background-color: #f9a825 !important;
}
.btn-yellow.btn-darken-3,
.btn-yellow.btn-darken-3:hover {
    border-color: #fbc02d !important;
    background-color: #f9a825 !important;
}
.btn-yellow.btn-darken-3:active,
.btn-yellow.btn-darken-3:focus {
    border-color: #f9a825 !important;
    background-color: #f57f17 !important;
}
.btn-outline-yellow.btn-outline-darken-3 {
    border-color: #f9a825 !important;
    color: #f9a825 !important;
}
.btn-outline-yellow.btn-outline-darken-3:hover {
    background-color: #f9a825 !important;
}
.border-yellow.border-darken-3 {
    border: 1px solid #f9a825 !important;
}
.border-top-yellow.border-top-darken-3 {
    border-top: 1px solid #f9a825 !important;
}
.border-bottom-yellow.border-bottom-darken-3 {
    border-bottom: 1px solid #f9a825 !important;
}
.border-left-yellow.border-left-darken-3 {
    border-left: 1px solid #f9a825 !important;
}
.border-right-yellow.border-right-darken-3 {
    border-right: 1px solid #f9a825 !important;
}
.btn-yellow.btn-darken-4,
.btn-yellow.btn-darken-4:hover {
    border-color: #fbc02d !important;
}
.overlay-yellow.overlay-darken-3 {
    background: #f9a825;
    background: rgba(249, 168, 37, 0.8);
}
.bg-yellow.bg-darken-4,
.btn-yellow.btn-darken-4 {
    background-color: #f57f17 !important;
}
.yellow.darken-4 {
    color: #f57f17 !important;
}
.btn-yellow.btn-darken-4:hover {
    background-color: #f9a825 !important;
}
.btn-yellow.btn-darken-4:active,
.btn-yellow.btn-darken-4:focus {
    border-color: #f9a825 !important;
    background-color: #f57f17 !important;
}
.btn-outline-yellow.btn-outline-darken-4 {
    border-color: #f57f17 !important;
    color: #f57f17 !important;
}
.btn-outline-yellow.btn-outline-darken-4:hover {
    background-color: #f57f17 !important;
}
.border-yellow.border-darken-4 {
    border: 1px solid #f57f17 !important;
}
.border-top-yellow.border-top-darken-4 {
    border-top: 1px solid #f57f17 !important;
}
.border-bottom-yellow.border-bottom-darken-4 {
    border-bottom: 1px solid #f57f17 !important;
}
.border-left-yellow.border-left-darken-4 {
    border-left: 1px solid #f57f17 !important;
}
.border-right-yellow.border-right-darken-4 {
    border-right: 1px solid #f57f17 !important;
}
.btn-yellow.btn-accent-1,
.btn-yellow.btn-accent-1:hover {
    border-color: #fbc02d !important;
}
.overlay-yellow.overlay-darken-4 {
    background: #f57f17;
    background: rgba(245, 127, 23, 0.8);
}
.bg-yellow.bg-accent-1,
.btn-yellow.btn-accent-1 {
    background-color: #ffff8d !important;
}
.yellow.accent-1 {
    color: #ffff8d !important;
}
.btn-yellow.btn-accent-1:hover {
    background-color: #f9a825 !important;
}
.btn-yellow.btn-accent-1:active,
.btn-yellow.btn-accent-1:focus {
    border-color: #f9a825 !important;
    background-color: #f57f17 !important;
}
.btn-outline-yellow.btn-outline-accent-1 {
    border-color: #ffff8d !important;
    color: #ffff8d !important;
}
.btn-outline-yellow.btn-outline-accent-1:hover {
    background-color: #ffff8d !important;
}
.border-yellow.border-accent-1 {
    border: 1px solid #ffff8d !important;
}
.border-top-yellow.border-top-accent-1 {
    border-top: 1px solid #ffff8d !important;
}
.border-bottom-yellow.border-bottom-accent-1 {
    border-bottom: 1px solid #ffff8d !important;
}
.border-left-yellow.border-left-accent-1 {
    border-left: 1px solid #ffff8d !important;
}
.border-right-yellow.border-right-accent-1 {
    border-right: 1px solid #ffff8d !important;
}
.btn-yellow.btn-accent-2,
.btn-yellow.btn-accent-2:hover {
    border-color: #fbc02d !important;
}
.overlay-yellow.overlay-accent-1 {
    background: #ffff8d;
    background: rgba(255, 255, 141, 0.8);
}
.bg-yellow.bg-accent-2,
.btn-yellow.btn-accent-2 {
    background-color: #ff0 !important;
}
.yellow.accent-2 {
    color: #ff0 !important;
}
.btn-yellow.btn-accent-2:hover {
    background-color: #f9a825 !important;
}
.btn-yellow.btn-accent-2:active,
.btn-yellow.btn-accent-2:focus {
    border-color: #f9a825 !important;
    background-color: #f57f17 !important;
}
.btn-outline-yellow.btn-outline-accent-2 {
    border-color: #ff0 !important;
    color: #ff0 !important;
}
.btn-outline-yellow.btn-outline-accent-2:hover {
    background-color: #ff0 !important;
}
.border-yellow.border-accent-2 {
    border: 1px solid #ff0 !important;
}
.border-top-yellow.border-top-accent-2 {
    border-top: 1px solid #ff0 !important;
}
.border-bottom-yellow.border-bottom-accent-2 {
    border-bottom: 1px solid #ff0 !important;
}
.border-left-yellow.border-left-accent-2 {
    border-left: 1px solid #ff0 !important;
}
.border-right-yellow.border-right-accent-2 {
    border-right: 1px solid #ff0 !important;
}
.btn-yellow.btn-accent-3,
.btn-yellow.btn-accent-3:hover {
    border-color: #fbc02d !important;
}
.overlay-yellow.overlay-accent-2 {
    background: #ff0;
    background: rgba(255, 255, 0, 0.8);
}
.bg-yellow.bg-accent-3,
.btn-yellow.btn-accent-3 {
    background-color: #ffea00 !important;
}
.yellow.accent-3 {
    color: #ffea00 !important;
}
.btn-yellow.btn-accent-3:hover {
    background-color: #f9a825 !important;
}
.btn-yellow.btn-accent-3:active,
.btn-yellow.btn-accent-3:focus {
    border-color: #f9a825 !important;
    background-color: #f57f17 !important;
}
.btn-outline-yellow.btn-outline-accent-3 {
    border-color: #ffea00 !important;
    color: #ffea00 !important;
}
.btn-outline-yellow.btn-outline-accent-3:hover {
    background-color: #ffea00 !important;
}
.border-yellow.border-accent-3 {
    border: 1px solid #ffea00 !important;
}
.border-top-yellow.border-top-accent-3 {
    border-top: 1px solid #ffea00 !important;
}
.border-bottom-yellow.border-bottom-accent-3 {
    border-bottom: 1px solid #ffea00 !important;
}
.border-left-yellow.border-left-accent-3 {
    border-left: 1px solid #ffea00 !important;
}
.border-right-yellow.border-right-accent-3 {
    border-right: 1px solid #ffea00 !important;
}
.btn-yellow.btn-accent-4,
.btn-yellow.btn-accent-4:hover {
    border-color: #fbc02d !important;
}
.overlay-yellow.overlay-accent-3 {
    background: #ffea00;
    background: rgba(255, 234, 0, 0.8);
}
.bg-yellow.bg-accent-4,
.btn-yellow.btn-accent-4 {
    background-color: #ffd600 !important;
}
.yellow.accent-4 {
    color: #ffd600 !important;
}
.btn-yellow.btn-accent-4:hover {
    background-color: #f9a825 !important;
}
.btn-yellow.btn-accent-4:active,
.btn-yellow.btn-accent-4:focus {
    border-color: #f9a825 !important;
    background-color: #f57f17 !important;
}
.btn-outline-yellow.btn-outline-accent-4 {
    border-color: #ffd600 !important;
    color: #ffd600 !important;
}
.btn-outline-yellow.btn-outline-accent-4:hover {
    background-color: #ffd600 !important;
}
input:focus ~ .bg-yellow {
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ffd600 !important;
}
.border-yellow.border-accent-4 {
    border: 1px solid #ffd600 !important;
}
.border-top-yellow.border-top-accent-4 {
    border-top: 1px solid #ffd600 !important;
}
.border-bottom-yellow.border-bottom-accent-4 {
    border-bottom: 1px solid #ffd600 !important;
}
.border-left-yellow.border-left-accent-4 {
    border-left: 1px solid #ffd600 !important;
}
.border-right-yellow.border-right-accent-4 {
    border-right: 1px solid #ffd600 !important;
}
.btn-amber.btn-lighten-5,
.btn-amber.btn-lighten-5:hover {
    border-color: #ffa000 !important;
}
.overlay-yellow.overlay-accent-4 {
    background: #ffd600;
    background: rgba(255, 214, 0, 0.8);
}
.edit-kanban-item select option.bg-color_name,
.kanban-container .kanban-board .kanban-item[data-border="yellow"]:before {
    background-color: #ffd600;
}
.bg-amber.bg-lighten-5,
.btn-amber.btn-lighten-5 {
    background-color: #fff8e1 !important;
}
.amber.lighten-5 {
    color: #fff8e1 !important;
}
.btn-amber.btn-lighten-5:hover {
    background-color: #ff8f00 !important;
}
.btn-amber.btn-lighten-5:active,
.btn-amber.btn-lighten-5:focus {
    border-color: #ff8f00 !important;
    background-color: #ff6f00 !important;
}
.btn-outline-amber.btn-outline-lighten-5 {
    border-color: #fff8e1 !important;
    color: #fff8e1 !important;
}
.btn-outline-amber.btn-outline-lighten-5:hover {
    background-color: #fff8e1 !important;
}
.border-amber.border-lighten-5 {
    border: 1px solid #fff8e1 !important;
}
.border-top-amber.border-top-lighten-5 {
    border-top: 1px solid #fff8e1 !important;
}
.border-bottom-amber.border-bottom-lighten-5 {
    border-bottom: 1px solid #fff8e1 !important;
}
.border-left-amber.border-left-lighten-5 {
    border-left: 1px solid #fff8e1 !important;
}
.border-right-amber.border-right-lighten-5 {
    border-right: 1px solid #fff8e1 !important;
}
.btn-amber.btn-lighten-4,
.btn-amber.btn-lighten-4:hover {
    border-color: #ffa000 !important;
}
.overlay-amber.overlay-lighten-5 {
    background: #fff8e1;
    background: rgba(255, 248, 225, 0.8);
}
.bg-amber.bg-lighten-4,
.btn-amber.btn-lighten-4 {
    background-color: #ffecb3 !important;
}
.amber.lighten-4 {
    color: #ffecb3 !important;
}
.btn-amber.btn-lighten-4:hover {
    background-color: #ff8f00 !important;
}
.btn-amber.btn-lighten-4:active,
.btn-amber.btn-lighten-4:focus {
    border-color: #ff8f00 !important;
    background-color: #ff6f00 !important;
}
.btn-outline-amber.btn-outline-lighten-4 {
    border-color: #ffecb3 !important;
    color: #ffecb3 !important;
}
.btn-outline-amber.btn-outline-lighten-4:hover {
    background-color: #ffecb3 !important;
}
.border-amber.border-lighten-4 {
    border: 1px solid #ffecb3 !important;
}
.border-top-amber.border-top-lighten-4 {
    border-top: 1px solid #ffecb3 !important;
}
.border-bottom-amber.border-bottom-lighten-4 {
    border-bottom: 1px solid #ffecb3 !important;
}
.border-left-amber.border-left-lighten-4 {
    border-left: 1px solid #ffecb3 !important;
}
.border-right-amber.border-right-lighten-4 {
    border-right: 1px solid #ffecb3 !important;
}
.btn-amber.btn-lighten-3,
.btn-amber.btn-lighten-3:hover {
    border-color: #ffa000 !important;
}
.overlay-amber.overlay-lighten-4 {
    background: #ffecb3;
    background: rgba(255, 236, 179, 0.8);
}
.bg-amber.bg-lighten-3,
.btn-amber.btn-lighten-3 {
    background-color: #ffe082 !important;
}
.amber.lighten-3 {
    color: #ffe082 !important;
}
.btn-amber.btn-lighten-3:hover {
    background-color: #ff8f00 !important;
}
.btn-amber.btn-lighten-3:active,
.btn-amber.btn-lighten-3:focus {
    border-color: #ff8f00 !important;
    background-color: #ff6f00 !important;
}
.btn-outline-amber.btn-outline-lighten-3 {
    border-color: #ffe082 !important;
    color: #ffe082 !important;
}
.btn-outline-amber.btn-outline-lighten-3:hover {
    background-color: #ffe082 !important;
}
.border-amber.border-lighten-3 {
    border: 1px solid #ffe082 !important;
}
.border-top-amber.border-top-lighten-3 {
    border-top: 1px solid #ffe082 !important;
}
.border-bottom-amber.border-bottom-lighten-3 {
    border-bottom: 1px solid #ffe082 !important;
}
.border-left-amber.border-left-lighten-3 {
    border-left: 1px solid #ffe082 !important;
}
.border-right-amber.border-right-lighten-3 {
    border-right: 1px solid #ffe082 !important;
}
.btn-amber.btn-lighten-2,
.btn-amber.btn-lighten-2:hover {
    border-color: #ffa000 !important;
}
.overlay-amber.overlay-lighten-3 {
    background: #ffe082;
    background: rgba(255, 224, 130, 0.8);
}
.bg-amber.bg-lighten-2,
.btn-amber.btn-lighten-2 {
    background-color: #ffd54f !important;
}
.amber.lighten-2 {
    color: #ffd54f !important;
}
.btn-amber.btn-lighten-2:hover {
    background-color: #ff8f00 !important;
}
.btn-amber.btn-lighten-2:active,
.btn-amber.btn-lighten-2:focus {
    border-color: #ff8f00 !important;
    background-color: #ff6f00 !important;
}
.btn-outline-amber.btn-outline-lighten-2 {
    border-color: #ffd54f !important;
    color: #ffd54f !important;
}
.btn-outline-amber.btn-outline-lighten-2:hover {
    background-color: #ffd54f !important;
}
.border-amber.border-lighten-2 {
    border: 1px solid #ffd54f !important;
}
.border-top-amber.border-top-lighten-2 {
    border-top: 1px solid #ffd54f !important;
}
.border-bottom-amber.border-bottom-lighten-2 {
    border-bottom: 1px solid #ffd54f !important;
}
.border-left-amber.border-left-lighten-2 {
    border-left: 1px solid #ffd54f !important;
}
.border-right-amber.border-right-lighten-2 {
    border-right: 1px solid #ffd54f !important;
}
.btn-amber.btn-lighten-1,
.btn-amber.btn-lighten-1:hover {
    border-color: #ffa000 !important;
}
.overlay-amber.overlay-lighten-2 {
    background: #ffd54f;
    background: rgba(255, 213, 79, 0.8);
}
.bg-amber.bg-lighten-1,
.btn-amber.btn-lighten-1 {
    background-color: #ffca28 !important;
}
.amber.lighten-1 {
    color: #ffca28 !important;
}
.btn-amber.btn-lighten-1:hover {
    background-color: #ff8f00 !important;
}
.btn-amber.btn-lighten-1:active,
.btn-amber.btn-lighten-1:focus {
    border-color: #ff8f00 !important;
    background-color: #ff6f00 !important;
}
.btn-outline-amber.btn-outline-lighten-1 {
    border-color: #ffca28 !important;
    color: #ffca28 !important;
}
.btn-outline-amber.btn-outline-lighten-1:hover {
    background-color: #ffca28 !important;
}
.border-amber.border-lighten-1 {
    border: 1px solid #ffca28 !important;
}
.border-top-amber.border-top-lighten-1 {
    border-top: 1px solid #ffca28 !important;
}
.border-bottom-amber.border-bottom-lighten-1 {
    border-bottom: 1px solid #ffca28 !important;
}
.border-left-amber.border-left-lighten-1 {
    border-left: 1px solid #ffca28 !important;
}
.border-right-amber.border-right-lighten-1 {
    border-right: 1px solid #ffca28 !important;
}
.overlay-amber.overlay-lighten-1 {
    background: #ffca28;
    background: rgba(255, 202, 40, 0.8);
}
.amber {
    color: #ffc107 !important;
}
.bg-amber {
    background-color: #ffc107 !important;
}
.bg-amber .card-footer,
.bg-amber .card-header {
    background-color: transparent;
}
.alert-amber {
    border-color: #ffd34e !important;
    background-color: #ffd34e !important;
    color: #543f00 !important;
}
.alert-amber .alert-link {
    color: #2b2000 !important;
}
.bullet.bullet-amber {
    background-color: #ffc107;
}
.bg-light-amber {
    background-color: rgba(255, 193, 7, 0.15);
}
.bg-amber.badge-glow,
.border-amber.badge-glow {
    box-shadow: 0 0 10px #ffc107;
}
.overlay-amber {
    background: #ffc107;
    background: rgba(255, 193, 7, 0.8);
}
.btn-amber {
    background-color: #ffc107 !important;
    color: #fff;
}
.btn-amber:hover {
    border-color: #ffb300 !important;
    background-color: #ffca28 !important;
    color: #fff !important;
}
.btn-amber:active,
.btn-amber:focus {
    border-color: #ffa000 !important;
    background-color: #ff8f00 !important;
    color: #fff !important;
}
.btn-outline-amber {
    border-color: #ffc107;
    background-color: transparent;
    color: #ffc107;
}
.btn-outline-amber:hover,
.widget-timeline .timeline-items.timeline-icon-amber:before {
    background-color: #ffc107;
}
.btn-outline-amber:hover {
    color: #fff !important;
}
input[type="checkbox"].bg-amber + .custom-control-label:before,
input[type="radio"].bg-amber + .custom-control-label:before {
    background-color: #ffc107 !important;
}
.bg-amber.bg-darken-1,
.btn-amber.btn-darken-1 {
    background-color: #ffb300 !important;
}
.border-amber {
    border: 1px solid #ffc107 !important;
}
.border-top-amber {
    border-top: 1px solid #ffc107;
}
.border-bottom-amber {
    border-bottom: 1px solid #ffc107;
}
.border-left-amber {
    border-left: 1px solid #ffc107;
}
.border-right-amber {
    border-right: 1px solid #ffc107;
}
.amber.darken-1 {
    color: #ffb300 !important;
}
.btn-amber.btn-darken-1 {
    border-color: #ffa000 !important;
}
.btn-amber.btn-darken-1:hover {
    border-color: #ffa000 !important;
    background-color: #ff8f00 !important;
}
.btn-amber.btn-darken-1:active,
.btn-amber.btn-darken-1:focus {
    border-color: #ff8f00 !important;
    background-color: #ff6f00 !important;
}
.btn-outline-amber.btn-outline-darken-1 {
    border-color: #ffb300 !important;
    color: #ffb300 !important;
}
.btn-outline-amber.btn-outline-darken-1:hover {
    background-color: #ffb300 !important;
}
.border-amber.border-darken-1 {
    border: 1px solid #ffb300 !important;
}
.border-top-amber.border-top-darken-1 {
    border-top: 1px solid #ffb300 !important;
}
.border-bottom-amber.border-bottom-darken-1 {
    border-bottom: 1px solid #ffb300 !important;
}
.border-left-amber.border-left-darken-1 {
    border-left: 1px solid #ffb300 !important;
}
.border-right-amber.border-right-darken-1 {
    border-right: 1px solid #ffb300 !important;
}
.btn-amber.btn-darken-2,
.btn-amber.btn-darken-2:hover {
    border-color: #ffa000 !important;
}
.overlay-amber.overlay-darken-1 {
    background: #ffb300;
    background: rgba(255, 179, 0, 0.8);
}
.bg-amber.bg-darken-2,
.btn-amber.btn-darken-2 {
    background-color: #ffa000 !important;
}
.amber.darken-2 {
    color: #ffa000 !important;
}
.btn-amber.btn-darken-2:hover {
    background-color: #ff8f00 !important;
}
.btn-amber.btn-darken-2:active,
.btn-amber.btn-darken-2:focus {
    border-color: #ff8f00 !important;
    background-color: #ff6f00 !important;
}
.btn-outline-amber.btn-outline-darken-2 {
    border-color: #ffa000 !important;
    color: #ffa000 !important;
}
.btn-outline-amber.btn-outline-darken-2:hover {
    background-color: #ffa000 !important;
}
.border-amber.border-darken-2 {
    border: 1px solid #ffa000 !important;
}
.border-top-amber.border-top-darken-2 {
    border-top: 1px solid #ffa000 !important;
}
.border-bottom-amber.border-bottom-darken-2 {
    border-bottom: 1px solid #ffa000 !important;
}
.border-left-amber.border-left-darken-2 {
    border-left: 1px solid #ffa000 !important;
}
.border-right-amber.border-right-darken-2 {
    border-right: 1px solid #ffa000 !important;
}
.overlay-amber.overlay-darken-2 {
    background: #ffa000;
    background: rgba(255, 160, 0, 0.8);
}
.amber.darken-3 {
    color: #ff8f00 !important;
}
.bg-amber.bg-darken-3 {
    background-color: #ff8f00 !important;
}
.btn-amber.btn-darken-3,
.btn-amber.btn-darken-3:hover {
    border-color: #ffa000 !important;
    background-color: #ff8f00 !important;
}
.btn-amber.btn-darken-3:active,
.btn-amber.btn-darken-3:focus {
    border-color: #ff8f00 !important;
    background-color: #ff6f00 !important;
}
.btn-outline-amber.btn-outline-darken-3 {
    border-color: #ff8f00 !important;
    color: #ff8f00 !important;
}
.btn-outline-amber.btn-outline-darken-3:hover {
    background-color: #ff8f00 !important;
}
.border-amber.border-darken-3 {
    border: 1px solid #ff8f00 !important;
}
.border-top-amber.border-top-darken-3 {
    border-top: 1px solid #ff8f00 !important;
}
.border-bottom-amber.border-bottom-darken-3 {
    border-bottom: 1px solid #ff8f00 !important;
}
.border-left-amber.border-left-darken-3 {
    border-left: 1px solid #ff8f00 !important;
}
.border-right-amber.border-right-darken-3 {
    border-right: 1px solid #ff8f00 !important;
}
.btn-amber.btn-darken-4,
.btn-amber.btn-darken-4:hover {
    border-color: #ffa000 !important;
}
.overlay-amber.overlay-darken-3 {
    background: #ff8f00;
    background: rgba(255, 143, 0, 0.8);
}
.bg-amber.bg-darken-4,
.btn-amber.btn-darken-4 {
    background-color: #ff6f00 !important;
}
.amber.darken-4 {
    color: #ff6f00 !important;
}
.btn-amber.btn-darken-4:hover {
    background-color: #ff8f00 !important;
}
.btn-amber.btn-darken-4:active,
.btn-amber.btn-darken-4:focus {
    border-color: #ff8f00 !important;
    background-color: #ff6f00 !important;
}
.btn-outline-amber.btn-outline-darken-4 {
    border-color: #ff6f00 !important;
    color: #ff6f00 !important;
}
.btn-outline-amber.btn-outline-darken-4:hover {
    background-color: #ff6f00 !important;
}
.border-amber.border-darken-4 {
    border: 1px solid #ff6f00 !important;
}
.border-top-amber.border-top-darken-4 {
    border-top: 1px solid #ff6f00 !important;
}
.border-bottom-amber.border-bottom-darken-4 {
    border-bottom: 1px solid #ff6f00 !important;
}
.border-left-amber.border-left-darken-4 {
    border-left: 1px solid #ff6f00 !important;
}
.border-right-amber.border-right-darken-4 {
    border-right: 1px solid #ff6f00 !important;
}
.btn-amber.btn-accent-1,
.btn-amber.btn-accent-1:hover {
    border-color: #ffa000 !important;
}
.overlay-amber.overlay-darken-4 {
    background: #ff6f00;
    background: rgba(255, 111, 0, 0.8);
}
.bg-amber.bg-accent-1,
.btn-amber.btn-accent-1 {
    background-color: #ffe57f !important;
}
.amber.accent-1 {
    color: #ffe57f !important;
}
.btn-amber.btn-accent-1:hover {
    background-color: #ff8f00 !important;
}
.btn-amber.btn-accent-1:active,
.btn-amber.btn-accent-1:focus {
    border-color: #ff8f00 !important;
    background-color: #ff6f00 !important;
}
.btn-outline-amber.btn-outline-accent-1 {
    border-color: #ffe57f !important;
    color: #ffe57f !important;
}
.btn-outline-amber.btn-outline-accent-1:hover {
    background-color: #ffe57f !important;
}
.border-amber.border-accent-1 {
    border: 1px solid #ffe57f !important;
}
.border-top-amber.border-top-accent-1 {
    border-top: 1px solid #ffe57f !important;
}
.border-bottom-amber.border-bottom-accent-1 {
    border-bottom: 1px solid #ffe57f !important;
}
.border-left-amber.border-left-accent-1 {
    border-left: 1px solid #ffe57f !important;
}
.border-right-amber.border-right-accent-1 {
    border-right: 1px solid #ffe57f !important;
}
.btn-amber.btn-accent-2,
.btn-amber.btn-accent-2:hover {
    border-color: #ffa000 !important;
}
.overlay-amber.overlay-accent-1 {
    background: #ffe57f;
    background: rgba(255, 229, 127, 0.8);
}
.bg-amber.bg-accent-2,
.btn-amber.btn-accent-2 {
    background-color: #ffd740 !important;
}
.amber.accent-2 {
    color: #ffd740 !important;
}
.btn-amber.btn-accent-2:hover {
    background-color: #ff8f00 !important;
}
.btn-amber.btn-accent-2:active,
.btn-amber.btn-accent-2:focus {
    border-color: #ff8f00 !important;
    background-color: #ff6f00 !important;
}
.btn-outline-amber.btn-outline-accent-2 {
    border-color: #ffd740 !important;
    color: #ffd740 !important;
}
.btn-outline-amber.btn-outline-accent-2:hover {
    background-color: #ffd740 !important;
}
.border-amber.border-accent-2 {
    border: 1px solid #ffd740 !important;
}
.border-top-amber.border-top-accent-2 {
    border-top: 1px solid #ffd740 !important;
}
.border-bottom-amber.border-bottom-accent-2 {
    border-bottom: 1px solid #ffd740 !important;
}
.border-left-amber.border-left-accent-2 {
    border-left: 1px solid #ffd740 !important;
}
.border-right-amber.border-right-accent-2 {
    border-right: 1px solid #ffd740 !important;
}
.btn-amber.btn-accent-3,
.btn-amber.btn-accent-3:hover {
    border-color: #ffa000 !important;
}
.overlay-amber.overlay-accent-2 {
    background: #ffd740;
    background: rgba(255, 215, 64, 0.8);
}
.bg-amber.bg-accent-3,
.btn-amber.btn-accent-3 {
    background-color: #ffc400 !important;
}
.amber.accent-3 {
    color: #ffc400 !important;
}
.btn-amber.btn-accent-3:hover {
    background-color: #ff8f00 !important;
}
.btn-amber.btn-accent-3:active,
.btn-amber.btn-accent-3:focus {
    border-color: #ff8f00 !important;
    background-color: #ff6f00 !important;
}
.btn-outline-amber.btn-outline-accent-3 {
    border-color: #ffc400 !important;
    color: #ffc400 !important;
}
.btn-outline-amber.btn-outline-accent-3:hover {
    background-color: #ffc400 !important;
}
.border-amber.border-accent-3 {
    border: 1px solid #ffc400 !important;
}
.border-top-amber.border-top-accent-3 {
    border-top: 1px solid #ffc400 !important;
}
.border-bottom-amber.border-bottom-accent-3 {
    border-bottom: 1px solid #ffc400 !important;
}
.border-left-amber.border-left-accent-3 {
    border-left: 1px solid #ffc400 !important;
}
.border-right-amber.border-right-accent-3 {
    border-right: 1px solid #ffc400 !important;
}
.btn-amber.btn-accent-4,
.btn-amber.btn-accent-4:hover {
    border-color: #ffa000 !important;
}
.overlay-amber.overlay-accent-3 {
    background: #ffc400;
    background: rgba(255, 196, 0, 0.8);
}
.bg-amber.bg-accent-4,
.btn-amber.btn-accent-4 {
    background-color: #ffab00 !important;
}
.amber.accent-4 {
    color: #ffab00 !important;
}
.btn-amber.btn-accent-4:hover {
    background-color: #ff8f00 !important;
}
.btn-amber.btn-accent-4:active,
.btn-amber.btn-accent-4:focus {
    border-color: #ff8f00 !important;
    background-color: #ff6f00 !important;
}
.btn-outline-amber.btn-outline-accent-4 {
    border-color: #ffab00 !important;
    color: #ffab00 !important;
}
.btn-outline-amber.btn-outline-accent-4:hover {
    background-color: #ffab00 !important;
}
input:focus ~ .bg-amber {
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ffab00 !important;
}
.border-amber.border-accent-4 {
    border: 1px solid #ffab00 !important;
}
.border-top-amber.border-top-accent-4 {
    border-top: 1px solid #ffab00 !important;
}
.border-bottom-amber.border-bottom-accent-4 {
    border-bottom: 1px solid #ffab00 !important;
}
.border-left-amber.border-left-accent-4 {
    border-left: 1px solid #ffab00 !important;
}
.border-right-amber.border-right-accent-4 {
    border-right: 1px solid #ffab00 !important;
}
.overlay-amber.overlay-accent-4 {
    background: #ffab00;
    background: rgba(255, 171, 0, 0.8);
}
.edit-kanban-item select option.bg-color_name,
.kanban-container .kanban-board .kanban-item[data-border="amber"]:before {
    background-color: #ffab00;
}
.bg-blue-grey.bg-lighten-5,
.btn-blue-grey.btn-lighten-5 {
    background-color: #eceff1 !important;
}
.blue-grey.lighten-5 {
    color: #eceff1 !important;
}
.btn-blue-grey.btn-lighten-5 {
    border-color: #455a64 !important;
}
.btn-blue-grey.btn-lighten-5:hover {
    border-color: #455a64 !important;
    background-color: #37474f !important;
}
.btn-blue-grey.btn-lighten-5:active,
.btn-blue-grey.btn-lighten-5:focus {
    border-color: #37474f !important;
    background-color: #263238 !important;
}
.btn-outline-blue-grey.btn-outline-lighten-5 {
    border-color: #eceff1 !important;
    color: #eceff1 !important;
}
.btn-outline-blue-grey.btn-outline-lighten-5:hover {
    background-color: #eceff1 !important;
}
.border-blue-grey.border-lighten-5 {
    border: 1px solid #eceff1 !important;
}
.border-top-blue-grey.border-top-lighten-5 {
    border-top: 1px solid #eceff1 !important;
}
.border-bottom-blue-grey.border-bottom-lighten-5 {
    border-bottom: 1px solid #eceff1 !important;
}
.border-left-blue-grey.border-left-lighten-5 {
    border-left: 1px solid #eceff1 !important;
}
.border-right-blue-grey.border-right-lighten-5 {
    border-right: 1px solid #eceff1 !important;
}
.overlay-blue-grey.overlay-lighten-5 {
    background: #eceff1;
    background: rgba(236, 239, 241, 0.8);
}
.bg-blue-grey.bg-lighten-4,
.btn-blue-grey.btn-lighten-4 {
    background-color: #cfd8dc !important;
}
.blue-grey.lighten-4 {
    color: #cfd8dc !important;
}
.btn-blue-grey.btn-lighten-4 {
    border-color: #455a64 !important;
}
.btn-blue-grey.btn-lighten-4:hover {
    border-color: #455a64 !important;
    background-color: #37474f !important;
}
.btn-blue-grey.btn-lighten-4:active,
.btn-blue-grey.btn-lighten-4:focus {
    border-color: #37474f !important;
    background-color: #263238 !important;
}
.btn-outline-blue-grey.btn-outline-lighten-4 {
    border-color: #cfd8dc !important;
    color: #cfd8dc !important;
}
.btn-outline-blue-grey.btn-outline-lighten-4:hover {
    background-color: #cfd8dc !important;
}
.border-blue-grey.border-lighten-4 {
    border: 1px solid #cfd8dc !important;
}
.border-top-blue-grey.border-top-lighten-4 {
    border-top: 1px solid #cfd8dc !important;
}
.border-bottom-blue-grey.border-bottom-lighten-4 {
    border-bottom: 1px solid #cfd8dc !important;
}
.border-left-blue-grey.border-left-lighten-4 {
    border-left: 1px solid #cfd8dc !important;
}
.border-right-blue-grey.border-right-lighten-4 {
    border-right: 1px solid #cfd8dc !important;
}
.overlay-blue-grey.overlay-lighten-4 {
    background: #cfd8dc;
    background: rgba(207, 216, 220, 0.8);
}
.bg-blue-grey.bg-lighten-3,
.btn-blue-grey.btn-lighten-3 {
    background-color: #b0bec5 !important;
}
.blue-grey.lighten-3 {
    color: #b0bec5 !important;
}
.btn-blue-grey.btn-lighten-3 {
    border-color: #455a64 !important;
}
.btn-blue-grey.btn-lighten-3:hover {
    border-color: #455a64 !important;
    background-color: #37474f !important;
}
.btn-blue-grey.btn-lighten-3:active,
.btn-blue-grey.btn-lighten-3:focus {
    border-color: #37474f !important;
    background-color: #263238 !important;
}
.btn-outline-blue-grey.btn-outline-lighten-3 {
    border-color: #b0bec5 !important;
    color: #b0bec5 !important;
}
.btn-outline-blue-grey.btn-outline-lighten-3:hover {
    background-color: #b0bec5 !important;
}
.border-blue-grey.border-lighten-3 {
    border: 1px solid #b0bec5 !important;
}
.border-top-blue-grey.border-top-lighten-3 {
    border-top: 1px solid #b0bec5 !important;
}
.border-bottom-blue-grey.border-bottom-lighten-3 {
    border-bottom: 1px solid #b0bec5 !important;
}
.border-left-blue-grey.border-left-lighten-3 {
    border-left: 1px solid #b0bec5 !important;
}
.border-right-blue-grey.border-right-lighten-3 {
    border-right: 1px solid #b0bec5 !important;
}
.overlay-blue-grey.overlay-lighten-3 {
    background: #b0bec5;
    background: rgba(176, 190, 197, 0.8);
}
.bg-blue-grey.bg-lighten-2,
.btn-blue-grey.btn-lighten-2 {
    background-color: #90a4ae !important;
}
.blue-grey.lighten-2 {
    color: #90a4ae !important;
}
.btn-blue-grey.btn-lighten-2 {
    border-color: #455a64 !important;
}
.btn-blue-grey.btn-lighten-2:hover {
    border-color: #455a64 !important;
    background-color: #37474f !important;
}
.btn-blue-grey.btn-lighten-2:active,
.btn-blue-grey.btn-lighten-2:focus {
    border-color: #37474f !important;
    background-color: #263238 !important;
}
.btn-outline-blue-grey.btn-outline-lighten-2 {
    border-color: #90a4ae !important;
    color: #90a4ae !important;
}
.btn-outline-blue-grey.btn-outline-lighten-2:hover {
    background-color: #90a4ae !important;
}
.border-blue-grey.border-lighten-2 {
    border: 1px solid #90a4ae !important;
}
.border-top-blue-grey.border-top-lighten-2 {
    border-top: 1px solid #90a4ae !important;
}
.border-bottom-blue-grey.border-bottom-lighten-2 {
    border-bottom: 1px solid #90a4ae !important;
}
.border-left-blue-grey.border-left-lighten-2 {
    border-left: 1px solid #90a4ae !important;
}
.border-right-blue-grey.border-right-lighten-2 {
    border-right: 1px solid #90a4ae !important;
}
.overlay-blue-grey.overlay-lighten-2 {
    background: #90a4ae;
    background: rgba(144, 164, 174, 0.8);
}
.bg-blue-grey.bg-lighten-1,
.btn-blue-grey.btn-lighten-1 {
    background-color: #78909c !important;
}
.blue-grey.lighten-1 {
    color: #78909c !important;
}
.btn-blue-grey.btn-lighten-1 {
    border-color: #455a64 !important;
}
.btn-blue-grey.btn-lighten-1:hover {
    border-color: #455a64 !important;
    background-color: #37474f !important;
}
.btn-blue-grey.btn-lighten-1:active,
.btn-blue-grey.btn-lighten-1:focus {
    border-color: #37474f !important;
    background-color: #263238 !important;
}
.btn-outline-blue-grey.btn-outline-lighten-1 {
    border-color: #78909c !important;
    color: #78909c !important;
}
.btn-outline-blue-grey.btn-outline-lighten-1:hover {
    background-color: #78909c !important;
}
.border-blue-grey.border-lighten-1 {
    border: 1px solid #78909c !important;
}
.border-top-blue-grey.border-top-lighten-1 {
    border-top: 1px solid #78909c !important;
}
.border-bottom-blue-grey.border-bottom-lighten-1 {
    border-bottom: 1px solid #78909c !important;
}
.border-left-blue-grey.border-left-lighten-1 {
    border-left: 1px solid #78909c !important;
}
.border-right-blue-grey.border-right-lighten-1 {
    border-right: 1px solid #78909c !important;
}
.overlay-blue-grey.overlay-lighten-1 {
    background: #78909c;
    background: rgba(120, 144, 156, 0.8);
}
.blue-grey {
    color: #607d8b !important;
}
.bg-blue-grey {
    background-color: #607d8b !important;
}
.bg-blue-grey .card-footer,
.bg-blue-grey .card-header {
    background-color: transparent;
}
.alert-blue-grey {
    border-color: #87a0ac !important;
    background-color: #87a0ac !important;
    color: #171e21 !important;
}
.alert-blue-grey .alert-link {
    color: #060809 !important;
}
.bullet.bullet-blue-grey {
    background-color: #607d8b;
}
.bg-light-blue-grey {
    background-color: rgba(96, 125, 139, 0.15);
}
.bg-blue-grey.badge-glow,
.border-blue-grey.badge-glow {
    box-shadow: 0 0 10px #607d8b;
}
.overlay-blue-grey {
    background: #607d8b;
    background: rgba(96, 125, 139, 0.8);
}
.btn-blue-grey {
    background-color: #607d8b !important;
    color: #fff;
}
.btn-blue-grey:hover {
    border-color: #546e7a !important;
    background-color: #78909c !important;
    color: #fff !important;
}
.btn-blue-grey:active,
.btn-blue-grey:focus {
    border-color: #455a64 !important;
    background-color: #37474f !important;
    color: #fff !important;
}
.btn-outline-blue-grey {
    border-color: #607d8b;
    background-color: transparent;
    color: #607d8b;
}
.btn-outline-blue-grey:hover {
    background-color: #607d8b;
    color: #fff !important;
}
.widget-timeline .timeline-items.timeline-icon-blue-grey:before {
    background-color: #607d8b;
}
input[type="checkbox"].bg-blue-grey + .custom-control-label:before,
input[type="radio"].bg-blue-grey + .custom-control-label:before {
    background-color: #607d8b !important;
}
.bg-blue-grey.bg-darken-1,
.btn-blue-grey.btn-darken-1 {
    background-color: #546e7a !important;
}
.border-blue-grey {
    border: 1px solid #607d8b !important;
}
.border-top-blue-grey {
    border-top: 1px solid #607d8b;
}
.border-bottom-blue-grey {
    border-bottom: 1px solid #607d8b;
}
.border-left-blue-grey {
    border-left: 1px solid #607d8b;
}
.border-right-blue-grey {
    border-right: 1px solid #607d8b;
}
.blue-grey.darken-1 {
    color: #546e7a !important;
}
.btn-blue-grey.btn-darken-1 {
    border-color: #455a64 !important;
}
.btn-blue-grey.btn-darken-1:hover {
    border-color: #455a64 !important;
    background-color: #37474f !important;
}
.btn-blue-grey.btn-darken-1:active,
.btn-blue-grey.btn-darken-1:focus {
    border-color: #37474f !important;
    background-color: #263238 !important;
}
.btn-outline-blue-grey.btn-outline-darken-1 {
    border-color: #546e7a !important;
    color: #546e7a !important;
}
.btn-outline-blue-grey.btn-outline-darken-1:hover {
    background-color: #546e7a !important;
}
.border-blue-grey.border-darken-1 {
    border: 1px solid #546e7a !important;
}
.border-top-blue-grey.border-top-darken-1 {
    border-top: 1px solid #546e7a !important;
}
.border-bottom-blue-grey.border-bottom-darken-1 {
    border-bottom: 1px solid #546e7a !important;
}
.border-left-blue-grey.border-left-darken-1 {
    border-left: 1px solid #546e7a !important;
}
.border-right-blue-grey.border-right-darken-1 {
    border-right: 1px solid #546e7a !important;
}
.overlay-blue-grey.overlay-darken-1 {
    background: #546e7a;
    background: rgba(84, 110, 122, 0.8);
}
.bg-blue-grey.bg-darken-2,
.btn-blue-grey.btn-darken-2 {
    background-color: #455a64 !important;
}
.blue-grey.darken-2 {
    color: #455a64 !important;
}
.btn-blue-grey.btn-darken-2 {
    border-color: #455a64 !important;
}
.btn-blue-grey.btn-darken-2:hover {
    border-color: #455a64 !important;
    background-color: #37474f !important;
}
.btn-blue-grey.btn-darken-2:active,
.btn-blue-grey.btn-darken-2:focus {
    border-color: #37474f !important;
    background-color: #263238 !important;
}
.btn-outline-blue-grey.btn-outline-darken-2 {
    border-color: #455a64 !important;
    color: #455a64 !important;
}
.btn-outline-blue-grey.btn-outline-darken-2:hover {
    background-color: #455a64 !important;
}
.border-blue-grey.border-darken-2 {
    border: 1px solid #455a64 !important;
}
.border-top-blue-grey.border-top-darken-2 {
    border-top: 1px solid #455a64 !important;
}
.border-bottom-blue-grey.border-bottom-darken-2 {
    border-bottom: 1px solid #455a64 !important;
}
.border-left-blue-grey.border-left-darken-2 {
    border-left: 1px solid #455a64 !important;
}
.border-right-blue-grey.border-right-darken-2 {
    border-right: 1px solid #455a64 !important;
}
.overlay-blue-grey.overlay-darken-2 {
    background: #455a64;
    background: rgba(69, 90, 100, 0.8);
}
.edit-kanban-item select option.bg-color_name,
.kanban-container .kanban-board .kanban-item[data-border="blue-grey"]:before {
    background-color: #455a64;
}
.blue-grey.darken-3 {
    color: #37474f !important;
}
.bg-blue-grey.bg-darken-3 {
    background-color: #37474f !important;
}
.btn-blue-grey.btn-darken-3,
.btn-blue-grey.btn-darken-3:hover {
    border-color: #455a64 !important;
    background-color: #37474f !important;
}
.btn-blue-grey.btn-darken-3:active,
.btn-blue-grey.btn-darken-3:focus {
    border-color: #37474f !important;
    background-color: #263238 !important;
}
.btn-outline-blue-grey.btn-outline-darken-3 {
    border-color: #37474f !important;
    color: #37474f !important;
}
.btn-outline-blue-grey.btn-outline-darken-3:hover {
    background-color: #37474f !important;
}
.border-blue-grey.border-darken-3 {
    border: 1px solid #37474f !important;
}
.border-top-blue-grey.border-top-darken-3 {
    border-top: 1px solid #37474f !important;
}
.border-bottom-blue-grey.border-bottom-darken-3 {
    border-bottom: 1px solid #37474f !important;
}
.border-left-blue-grey.border-left-darken-3 {
    border-left: 1px solid #37474f !important;
}
.border-right-blue-grey.border-right-darken-3 {
    border-right: 1px solid #37474f !important;
}
.overlay-blue-grey.overlay-darken-3 {
    background: #37474f;
    background: rgba(55, 71, 79, 0.8);
}
.bg-blue-grey.bg-darken-4,
.btn-blue-grey.btn-darken-4 {
    background-color: #263238 !important;
}
.blue-grey.darken-4 {
    color: #263238 !important;
}
.btn-blue-grey.btn-darken-4 {
    border-color: #455a64 !important;
}
.btn-blue-grey.btn-darken-4:hover {
    border-color: #455a64 !important;
    background-color: #37474f !important;
}
.btn-blue-grey.btn-darken-4:active,
.btn-blue-grey.btn-darken-4:focus {
    border-color: #37474f !important;
    background-color: #263238 !important;
}
.btn-outline-blue-grey.btn-outline-darken-4 {
    border-color: #263238 !important;
    color: #263238 !important;
}
.btn-outline-blue-grey.btn-outline-darken-4:hover {
    background-color: #263238 !important;
}
input:focus ~ .bg-blue-grey {
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #263238 !important;
}
.border-blue-grey.border-darken-4 {
    border: 1px solid #263238 !important;
}
.border-top-blue-grey.border-top-darken-4 {
    border-top: 1px solid #263238 !important;
}
.border-bottom-blue-grey.border-bottom-darken-4 {
    border-bottom: 1px solid #263238 !important;
}
.border-left-blue-grey.border-left-darken-4 {
    border-left: 1px solid #263238 !important;
}
.border-right-blue-grey.border-right-darken-4 {
    border-right: 1px solid #263238 !important;
}
.overlay-blue-grey.overlay-darken-4 {
    background: #263238;
    background: rgba(38, 50, 56, 0.8);
}
.kanban-container .kanban-board .kanban-item[data-border="blue-grey"]:before {
    background-color: #263238;
}
.bg-grey-blue.bg-lighten-5,
.btn-grey-blue.btn-lighten-5 {
    background-color: #eceff1 !important;
}
.grey-blue.lighten-5 {
    color: #eceff1 !important;
}
.btn-grey-blue.btn-lighten-5 {
    border-color: #404e67 !important;
}
.btn-grey-blue.btn-lighten-5:hover {
    border-color: #404e67 !important;
    background-color: #37474f !important;
}
.btn-grey-blue.btn-lighten-5:active,
.btn-grey-blue.btn-lighten-5:focus {
    border-color: #37474f !important;
    background-color: #263238 !important;
}
.btn-outline-grey-blue.btn-outline-lighten-5 {
    border-color: #eceff1 !important;
    color: #eceff1 !important;
}
.btn-outline-grey-blue.btn-outline-lighten-5:hover {
    background-color: #eceff1 !important;
}
.border-grey-blue.border-lighten-5 {
    border: 1px solid #eceff1 !important;
}
.border-top-grey-blue.border-top-lighten-5 {
    border-top: 1px solid #eceff1 !important;
}
.border-bottom-grey-blue.border-bottom-lighten-5 {
    border-bottom: 1px solid #eceff1 !important;
}
.border-left-grey-blue.border-left-lighten-5 {
    border-left: 1px solid #eceff1 !important;
}
.border-right-grey-blue.border-right-lighten-5 {
    border-right: 1px solid #eceff1 !important;
}
.overlay-grey-blue.overlay-lighten-5 {
    background: #eceff1;
    background: rgba(236, 239, 241, 0.8);
}
.bg-grey-blue.bg-lighten-4,
.btn-grey-blue.btn-lighten-4 {
    background-color: #cfd8dc !important;
}
.grey-blue.lighten-4 {
    color: #cfd8dc !important;
}
.btn-grey-blue.btn-lighten-4 {
    border-color: #404e67 !important;
}
.btn-grey-blue.btn-lighten-4:hover {
    border-color: #404e67 !important;
    background-color: #37474f !important;
}
.btn-grey-blue.btn-lighten-4:active,
.btn-grey-blue.btn-lighten-4:focus {
    border-color: #37474f !important;
    background-color: #263238 !important;
}
.btn-outline-grey-blue.btn-outline-lighten-4 {
    border-color: #cfd8dc !important;
    color: #cfd8dc !important;
}
.btn-outline-grey-blue.btn-outline-lighten-4:hover {
    background-color: #cfd8dc !important;
}
.border-grey-blue.border-lighten-4 {
    border: 1px solid #cfd8dc !important;
}
.border-top-grey-blue.border-top-lighten-4 {
    border-top: 1px solid #cfd8dc !important;
}
.border-bottom-grey-blue.border-bottom-lighten-4 {
    border-bottom: 1px solid #cfd8dc !important;
}
.border-left-grey-blue.border-left-lighten-4 {
    border-left: 1px solid #cfd8dc !important;
}
.border-right-grey-blue.border-right-lighten-4 {
    border-right: 1px solid #cfd8dc !important;
}
.overlay-grey-blue.overlay-lighten-4 {
    background: #cfd8dc;
    background: rgba(207, 216, 220, 0.8);
}
.bg-grey-blue.bg-lighten-3,
.btn-grey-blue.btn-lighten-3 {
    background-color: #b0bec5 !important;
}
.grey-blue.lighten-3 {
    color: #b0bec5 !important;
}
.btn-grey-blue.btn-lighten-3 {
    border-color: #404e67 !important;
}
.btn-grey-blue.btn-lighten-3:hover {
    border-color: #404e67 !important;
    background-color: #37474f !important;
}
.btn-grey-blue.btn-lighten-3:active,
.btn-grey-blue.btn-lighten-3:focus {
    border-color: #37474f !important;
    background-color: #263238 !important;
}
.btn-outline-grey-blue.btn-outline-lighten-3 {
    border-color: #b0bec5 !important;
    color: #b0bec5 !important;
}
.btn-outline-grey-blue.btn-outline-lighten-3:hover {
    background-color: #b0bec5 !important;
}
.border-grey-blue.border-lighten-3 {
    border: 1px solid #b0bec5 !important;
}
.border-top-grey-blue.border-top-lighten-3 {
    border-top: 1px solid #b0bec5 !important;
}
.border-bottom-grey-blue.border-bottom-lighten-3 {
    border-bottom: 1px solid #b0bec5 !important;
}
.border-left-grey-blue.border-left-lighten-3 {
    border-left: 1px solid #b0bec5 !important;
}
.border-right-grey-blue.border-right-lighten-3 {
    border-right: 1px solid #b0bec5 !important;
}
.overlay-grey-blue.overlay-lighten-3 {
    background: #b0bec5;
    background: rgba(176, 190, 197, 0.8);
}
.bg-grey-blue.bg-lighten-2,
.btn-grey-blue.btn-lighten-2 {
    background-color: #6f85ad !important;
}
.grey-blue.lighten-2 {
    color: #6f85ad !important;
}
.btn-grey-blue.btn-lighten-2 {
    border-color: #404e67 !important;
}
.btn-grey-blue.btn-lighten-2:hover {
    border-color: #404e67 !important;
    background-color: #37474f !important;
}
.btn-grey-blue.btn-lighten-2:active,
.btn-grey-blue.btn-lighten-2:focus {
    border-color: #37474f !important;
    background-color: #263238 !important;
}
.btn-outline-grey-blue.btn-outline-lighten-2 {
    border-color: #6f85ad !important;
    color: #6f85ad !important;
}
.btn-outline-grey-blue.btn-outline-lighten-2:hover {
    background-color: #6f85ad !important;
}
.border-grey-blue.border-lighten-2 {
    border: 1px solid #6f85ad !important;
}
.border-top-grey-blue.border-top-lighten-2 {
    border-top: 1px solid #6f85ad !important;
}
.border-bottom-grey-blue.border-bottom-lighten-2 {
    border-bottom: 1px solid #6f85ad !important;
}
.border-left-grey-blue.border-left-lighten-2 {
    border-left: 1px solid #6f85ad !important;
}
.border-right-grey-blue.border-right-lighten-2 {
    border-right: 1px solid #6f85ad !important;
}
.overlay-grey-blue.overlay-lighten-2 {
    background: #6f85ad;
    background: rgba(111, 133, 173, 0.8);
}
.bg-grey-blue.bg-lighten-1,
.btn-grey-blue.btn-lighten-1 {
    background-color: #78909c !important;
}
.grey-blue.lighten-1 {
    color: #78909c !important;
}
.btn-grey-blue.btn-lighten-1 {
    border-color: #404e67 !important;
}
.btn-grey-blue.btn-lighten-1:hover {
    border-color: #404e67 !important;
    background-color: #37474f !important;
}
.btn-grey-blue.btn-lighten-1:active,
.btn-grey-blue.btn-lighten-1:focus {
    border-color: #37474f !important;
    background-color: #263238 !important;
}
.btn-outline-grey-blue.btn-outline-lighten-1 {
    border-color: #78909c !important;
    color: #78909c !important;
}
.btn-outline-grey-blue.btn-outline-lighten-1:hover {
    background-color: #78909c !important;
}
.border-grey-blue.border-lighten-1 {
    border: 1px solid #78909c !important;
}
.border-top-grey-blue.border-top-lighten-1 {
    border-top: 1px solid #78909c !important;
}
.border-bottom-grey-blue.border-bottom-lighten-1 {
    border-bottom: 1px solid #78909c !important;
}
.border-left-grey-blue.border-left-lighten-1 {
    border-left: 1px solid #78909c !important;
}
.border-right-grey-blue.border-right-lighten-1 {
    border-right: 1px solid #78909c !important;
}
.overlay-grey-blue.overlay-lighten-1 {
    background: #78909c;
    background: rgba(120, 144, 156, 0.8);
}
.grey-blue {
    color: #1b2942 !important;
}
.alert-grey-blue,
.alert-grey-blue .alert-link {
    color: #000 !important;
}
.bg-grey-blue {
    background-color: #1b2942 !important;
}
.bg-grey-blue .card-footer,
.bg-grey-blue .card-header {
    background-color: transparent;
}
.alert-grey-blue {
    border-color: #304875 !important;
    background-color: #304875 !important;
}
.bullet.bullet-grey-blue {
    background-color: #1b2942;
}
.bg-light-grey-blue {
    background-color: rgba(27, 41, 66, 0.15);
}
.bg-grey-blue.badge-glow,
.border-grey-blue.badge-glow {
    box-shadow: 0 0 10px #1b2942;
}
.overlay-grey-blue {
    background: #1b2942;
    background: rgba(27, 41, 66, 0.8);
}
.btn-grey-blue {
    background-color: #1b2942 !important;
    color: #fff;
}
.btn-grey-blue:hover {
    border-color: #546e7a !important;
    background-color: #78909c !important;
    color: #fff !important;
}
.btn-grey-blue:active,
.btn-grey-blue:focus {
    border-color: #404e67 !important;
    background-color: #37474f !important;
    color: #fff !important;
}
.btn-outline-grey-blue {
    border-color: #1b2942;
    background-color: transparent;
    color: #1b2942;
}
.btn-outline-grey-blue:hover {
    background-color: #1b2942;
    color: #fff !important;
}
.widget-timeline .timeline-items.timeline-icon-grey-blue:before {
    background-color: #1b2942;
}
input[type="checkbox"].bg-grey-blue + .custom-control-label:before,
input[type="radio"].bg-grey-blue + .custom-control-label:before {
    background-color: #1b2942 !important;
}
.bg-grey-blue.bg-darken-1,
.btn-grey-blue.btn-darken-1 {
    background-color: #546e7a !important;
}
.border-grey-blue {
    border: 1px solid #1b2942 !important;
}
.border-top-grey-blue {
    border-top: 1px solid #1b2942;
}
.border-bottom-grey-blue {
    border-bottom: 1px solid #1b2942;
}
.border-left-grey-blue {
    border-left: 1px solid #1b2942;
}
.border-right-grey-blue {
    border-right: 1px solid #1b2942;
}
.grey-blue.darken-1 {
    color: #546e7a !important;
}
.btn-grey-blue.btn-darken-1 {
    border-color: #404e67 !important;
}
.btn-grey-blue.btn-darken-1:hover {
    border-color: #404e67 !important;
    background-color: #37474f !important;
}
.btn-grey-blue.btn-darken-1:active,
.btn-grey-blue.btn-darken-1:focus {
    border-color: #37474f !important;
    background-color: #263238 !important;
}
.btn-outline-grey-blue.btn-outline-darken-1 {
    border-color: #546e7a !important;
    color: #546e7a !important;
}
.btn-outline-grey-blue.btn-outline-darken-1:hover {
    background-color: #546e7a !important;
}
.border-grey-blue.border-darken-1 {
    border: 1px solid #546e7a !important;
}
.border-top-grey-blue.border-top-darken-1 {
    border-top: 1px solid #546e7a !important;
}
.border-bottom-grey-blue.border-bottom-darken-1 {
    border-bottom: 1px solid #546e7a !important;
}
.border-left-grey-blue.border-left-darken-1 {
    border-left: 1px solid #546e7a !important;
}
.border-right-grey-blue.border-right-darken-1 {
    border-right: 1px solid #546e7a !important;
}
.overlay-grey-blue.overlay-darken-1 {
    background: #546e7a;
    background: rgba(84, 110, 122, 0.8);
}
.bg-grey-blue.bg-darken-2,
.btn-grey-blue.btn-darken-2 {
    background-color: #404e67 !important;
}
.grey-blue.darken-2 {
    color: #404e67 !important;
}
.btn-grey-blue.btn-darken-2 {
    border-color: #404e67 !important;
}
.btn-grey-blue.btn-darken-2:hover {
    border-color: #404e67 !important;
    background-color: #37474f !important;
}
.btn-grey-blue.btn-darken-2:active,
.btn-grey-blue.btn-darken-2:focus {
    border-color: #37474f !important;
    background-color: #263238 !important;
}
.btn-outline-grey-blue.btn-outline-darken-2 {
    border-color: #404e67 !important;
    color: #404e67 !important;
}
.btn-outline-grey-blue.btn-outline-darken-2:hover {
    background-color: #404e67 !important;
}
.border-grey-blue.border-darken-2 {
    border: 1px solid #404e67 !important;
}
.border-top-grey-blue.border-top-darken-2 {
    border-top: 1px solid #404e67 !important;
}
.border-bottom-grey-blue.border-bottom-darken-2 {
    border-bottom: 1px solid #404e67 !important;
}
.border-left-grey-blue.border-left-darken-2 {
    border-left: 1px solid #404e67 !important;
}
.border-right-grey-blue.border-right-darken-2 {
    border-right: 1px solid #404e67 !important;
}
.overlay-grey-blue.overlay-darken-2 {
    background: #404e67;
    background: rgba(64, 78, 103, 0.8);
}
.grey-blue.darken-3 {
    color: #37474f !important;
}
.bg-grey-blue.bg-darken-3 {
    background-color: #37474f !important;
}
.btn-grey-blue.btn-darken-3,
.btn-grey-blue.btn-darken-3:hover {
    border-color: #404e67 !important;
    background-color: #37474f !important;
}
.btn-grey-blue.btn-darken-3:active,
.btn-grey-blue.btn-darken-3:focus {
    border-color: #37474f !important;
    background-color: #263238 !important;
}
.btn-outline-grey-blue.btn-outline-darken-3 {
    border-color: #37474f !important;
    color: #37474f !important;
}
.btn-outline-grey-blue.btn-outline-darken-3:hover {
    background-color: #37474f !important;
}
.border-grey-blue.border-darken-3 {
    border: 1px solid #37474f !important;
}
.border-top-grey-blue.border-top-darken-3 {
    border-top: 1px solid #37474f !important;
}
.border-bottom-grey-blue.border-bottom-darken-3 {
    border-bottom: 1px solid #37474f !important;
}
.border-left-grey-blue.border-left-darken-3 {
    border-left: 1px solid #37474f !important;
}
.border-right-grey-blue.border-right-darken-3 {
    border-right: 1px solid #37474f !important;
}
.overlay-grey-blue.overlay-darken-3 {
    background: #37474f;
    background: rgba(55, 71, 79, 0.8);
}
.bg-grey-blue.bg-darken-4,
.btn-grey-blue.btn-darken-4 {
    background-color: #263238 !important;
}
.grey-blue.darken-4 {
    color: #263238 !important;
}
.btn-grey-blue.btn-darken-4 {
    border-color: #404e67 !important;
}
.btn-grey-blue.btn-darken-4:hover {
    border-color: #404e67 !important;
    background-color: #37474f !important;
}
.btn-grey-blue.btn-darken-4:active,
.btn-grey-blue.btn-darken-4:focus {
    border-color: #37474f !important;
    background-color: #263238 !important;
}
.btn-outline-grey-blue.btn-outline-darken-4 {
    border-color: #263238 !important;
    color: #263238 !important;
}
.btn-outline-grey-blue.btn-outline-darken-4:hover {
    background-color: #263238 !important;
}
input:focus ~ .bg-grey-blue {
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #263238 !important;
}
.border-grey-blue.border-darken-4 {
    border: 1px solid #263238 !important;
}
.border-top-grey-blue.border-top-darken-4 {
    border-top: 1px solid #263238 !important;
}
.border-bottom-grey-blue.border-bottom-darken-4 {
    border-bottom: 1px solid #263238 !important;
}
.border-left-grey-blue.border-left-darken-4 {
    border-left: 1px solid #263238 !important;
}
.border-right-grey-blue.border-right-darken-4 {
    border-right: 1px solid #263238 !important;
}
.overlay-grey-blue.overlay-darken-4 {
    background: #263238;
    background: rgba(38, 50, 56, 0.8);
}
.edit-kanban-item select option.bg-color_name,
.kanban-container .kanban-board .kanban-item[data-border="grey-blue"]:before {
    background-color: #263238;
}
.bg-shades.bg-black,
.btn-outline-shades.btn-outline-black:hover,
.btn-shades.btn-black {
    background-color: #000 !important;
}
.shades.black {
    color: #000 !important;
}
.btn-outline-shades.btn-outline-black {
    border-color: #000 !important;
    color: #000 !important;
}
.border-shades.border-black {
    border: 1px solid #000 !important;
}
.border-top-shades.border-top-black {
    border-top: 1px solid #000 !important;
}
.border-bottom-shades.border-bottom-black {
    border-bottom: 1px solid #000 !important;
}
.border-left-shades.border-left-black {
    border-left: 1px solid #000 !important;
}
.border-right-shades.border-right-black {
    border-right: 1px solid #000 !important;
}
.overlay-shades.overlay-black {
    background: #000;
    background: rgba(0, 0, 0, 0.8);
}
.bg-shades.bg-white,
.btn-outline-shades.btn-outline-white:hover,
.btn-shades.btn-white {
    background-color: #fff !important;
}
.shades.white {
    color: #fff !important;
}
.btn-outline-shades.btn-outline-white {
    border-color: #fff !important;
    color: #fff !important;
}
.border-shades.border-white {
    border: 1px solid #fff !important;
}
.border-top-shades.border-top-white {
    border-top: 1px solid #fff !important;
}
.border-bottom-shades.border-bottom-white {
    border-bottom: 1px solid #fff !important;
}
.border-left-shades.border-left-white {
    border-left: 1px solid #fff !important;
}
.border-right-shades.border-right-white {
    border-right: 1px solid #fff !important;
}
.overlay-shades.overlay-white {
    background: #fff;
    background: rgba(255, 255, 255, 0.8);
}
.bg-shades.bg-transparent,
.btn-outline-shades.btn-outline-transparent:hover,
.btn-shades.btn-transparent {
    background-color: transparent !important;
}
.shades.transparent {
    color: transparent !important;
}
.btn-outline-shades.btn-outline-transparent {
    border-color: transparent !important;
    color: transparent !important;
}
input:focus ~ .bg-shades {
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem transparent !important;
}
.border-shades.border-transparent {
    border: 1px solid transparent !important;
}
.border-top-shades.border-top-transparent {
    border-top: 1px solid transparent !important;
}
.border-bottom-shades.border-bottom-transparent {
    border-bottom: 1px solid transparent !important;
}
.border-left-shades.border-left-transparent {
    border-left: 1px solid transparent !important;
}
.border-right-shades.border-right-transparent {
    border-right: 1px solid transparent !important;
}
.overlay-shades.overlay-transparent {
    background: 0 0;
    background: rgba(0, 0, 0, 0.8);
}
.bg-transparent,
.edit-kanban-item select option.bg-color_name,
.kanban-container .kanban-board .kanban-item[data-border="shades"]:before {
    background-color: transparent;
}
.border-top-black {
    border-top: 1px solid #000;
}
.border-bottom-black {
    border-bottom: 1px solid #000;
}
.border-left-black {
    border-left: 1px solid #000;
}
.border-right-black {
    border-right: 1px solid #000;
}
.border-top-white {
    border-top: 1px solid #fff;
}
.border-bottom-white {
    border-bottom: 1px solid #fff;
}
.border-left-white {
    border-left: 1px solid #fff;
}
.border-right-white {
    border-right: 1px solid #fff;
}
.transparent {
    color: transparent;
}
input:focus ~ .bg-transparent {
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem transparent;
}
.border-transparent {
    border: 1px solid transparent;
}
.border-top-transparent {
    border-top: 1px solid transparent;
}
.border-bottom-transparent {
    border-bottom: 1px solid transparent;
}
.border-left-transparent {
    border-left: 1px solid transparent;
}
.border-right-transparent {
    border-right: 1px solid transparent;
}
