/*@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500;600;700&display=swap');*/

.login-page {
    background-image: url("../images/bg-prohori.jpg");
}

.main-header {
    /*background-image: none;*/
}

th.done {
    background-color: green !important;
    color: white;
}

th.due {
    background-color: orange !important;
    color: white;
}

th.over-due {
    background-color: red !important;
    color: white;
}

/* Task statuses and Post Visit Statuses */

.status-done {
    background-color: green;
    color: white;
}

.status-due {
    background-color: orange;
    color: white;
}

.status-over-due {
    background-color: red;
    color: white;
}

.status-closed {
    background-color: #ccff99;
    color: black;
}

.status-in-progress {
    background-color: #ffff99;
    color: black;
}
.status-verify {
    background-color: #ffff99;
    color: black;
}
.status-to-do {
    background-color: #ffff99;
    color: black;
}

/* Task statuses and Post Visit Statuses */

.status-red {
    background-color: red;
    color: white;
}
.status-green {
    background-color: green;
    color: black;
}
.status-yellow {
    background-color: yellow;
    color: black;
}

/* Complain statuses */

.status-draft {
    background-color: yellow;
    color: black;
}
.status-pending {
    background-color: orange;
    color: black;
}
.status-ongoing {
    background-color: yellow;
    color: black;
}
.status-resolved {
    background-color: green;
    color: black;
}
