﻿.logo-preview {
    width: 43px;
    height: 39px;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0;
    color: #fff;
}

.app-logo {
    border-radius: 0px !important;
    height: 39px !important;
    width: 43px !important;
}

.app-name {
    color: #fff;
    font-weight: 600;
    font-size: 18px;
}