
.task-page .task-icon {
    width: 39px;
}

.task-page tr.task-close .task-title a {
    opacity: 0.5 !important;
}

.task-page .task-priority-2 .task-color
.task-page .task-priority-2 .task-color a {
    color: #e5110b !important;
}

.task-page .task-priority-1 .task-color,
.task-page .task-priority-1 .task-color a {
    color: #f88a09;
}

.task-page .task-priority-0 .task-color,
.task-page .task-priority-0 .task-color a {
    color: #31a803;
}

.task-page .task-priority--1 .task-color,
.task-page .task-priority--1 .task-color a {
    color: #0393a8;
}

.task-page .task-priority--2 .task-color,
.task-page .task-priority--2 .task-color a {
    color: #0366a8 !important;
}

.task-page .task-urgent {
    font-weight: bold !important;
}

.user-page .oauth-block .oauth-icon {
    text-decoration: none !important;
    color: #FFF !important;
    background: #6c757d;
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18pt;
    margin: 0 2px;
    border-radius: 3px;
}

.user-page .oauth-block .oauth-icon.fa-vk {
    background: #4a76a8;
}

.user-page .oauth-block .oauth-icon.fa-google {
    background: #c10e00;
}

.index-page .promo-img {
    max-width: 100%;
}

.note-page .note-list .card {
    border-radius: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}

.note-page .note-shadow {
    filter: blur(4px);
}