body.theme-light{
    background: linear-gradient(#fcffff,#e2eef8);
}

.table-company-logo{
    width: 80px;
    height: 60px;
    object-fit: contain;
    background: white;
    padding: .25rem;
    border: 1px solid rgb(225, 225, 225);
}

.admin-stats-wrap .select-wrap{
    position: relative;
    max-width: 300px;
}

.admin-stats-wrap .select-wrap .select2-container{
    min-width: 100%;
}

.platform-logo{
    width: auto;
    height: 80px;
}

.navbar-brand .project-logo{
    width: 70px;
    height: auto;
}