/* Add here all your css styles (customizations) */
.logo-icon {
    height: 36px;
}
.g-brd-primary {
    border-color: #4c9df4 !important;
}
.qr-code {
    width: 70%;
}
.qr-code img {
    border-radius: 5px;
}
.nav-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.nav-item .nav-item-icon {
    width: 14px;
    height: 14px;
    margin-left: 2px;
}