.bg-sky {
    background: var(--sky);
}

.bg-green {
    background: #C5E0B3;
}

.border-dotted {
    border-bottom: 1px dashed grey;
}

.lead-img {
    width: 36px;
    object-fit: contain;
}

.act-img {
    width: 26px;
    object-fit: contain;
}

.page-link {
    color: #000000 !important;
}
.active>.page-link, .page-link.active {
    background-color: var(--sky) !important;
    border-color: var(--sky) !important;
    color: #fff !important;

}
.mydropdown .dropdown-menu,
.mydropdown .dropdown {
    position: static !important;
    transform: translate(0px, 0px) !important;
}
.tblimg{
    height: 50px;
    width: 50px;
}