@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

#app {
    font-family: "Roboto", sans-serif;
    color: #444444;
}

.nav-link,
.navbar-brand {
    font-size: 15px;
    font-weight: 400;
}

.th-col {
    font-size: 15px;
}

.box h5 {
    text-align: center;
    top: 5px;
}

.box {
    border: 5px solid #29abe2;
    padding: 20px;
    box-shadow: 2px 2px 2px #29abe2;
    border-radius: 5px;
}
.task-img {
    width: 120px;
    height: 120px;
    float: left;
}
.task-text {
    margin-left: 150px !important;
    margin-top: 6px;
    padding: 0;
    list-style: none;
    line-height: 1;
}
.task-text li:before {
    content: "";
    border-color: transparent #28ABE2;
    border-style: solid;
    border-width: 0.35em 0 0.35em 0.45em;
    display: block;
    height: 0;
    width: 0;
    left: -1em;
    top: 0.7em;
    position: relative;
}
.task-head {
    margin-top: 5px;
    font-size: 1.2rem;
    font-weight: 700;
}
.annual-table-body tr td a{
    color: blue;
    font-size: 15px;
    font-weight: 600;
}
