﻿.logo-preview {
    width: 50px;
    height: 50px;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 14px;
    color: #fff;
}

.app-logo {
    border-radius: var(--border-radius-soft);
    height: 44px !important;
    margin: 8px 0 8px 0;
    margin-right: var(--space-s);
    width: 100% !important;
    max-width: 128px !important;
}

.tablet .app-logo{
    height: 32px !important;
}

.app-logo-db{
    height: 44px;
    width: 66px;
    opacity: 0.3
}
