﻿.fuMedia {
    max-height: 190px;
    max-width: 100%;
    position: absolute;
    top: 4px;
    left: 0;
    right: 0;
    margin: auto;
}

.fuClose {
    position: absolute;
    cursor: pointer;
    top: 5px;
    right: 5px;
}

.futrigger {
    width: 100%;
    height: 100%;
    margin: 0;
    line-height: 195px;
    text-align: center;
    vertical-align: middle;
}

.displayname {
    display: block;
    margin-top: 4px;
}

.bg-done {
    background: linear-gradient(rgb(33, 61, 193),rgb(37, 164, 228),rgb(33, 61, 193));
}

.bg-pending {
    background: linear-gradient(rgba(247, 171, 15, 0.99),rgb(247, 171, 15, 0.79));
}

.nav-link.h4.active {
    color: #007bff !important;
}