﻿.nav-lumon {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    height: 56px;
    background: #082B3D;
    font-weight: 900;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.1px;
    color: #FFFFFF;
}

.nav-lumon div[name="divNavBack"] {
    display: flex;
    justify-content: center;
    width: 50px;
}

.nav-lumon div[name="divNavLabel"] {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
}

    .nav-lumon div[name="divNavLabel"] label {
        height: 18px;
    }

.nav-lumon div[name="divNavClose"] {
    display: flex;
    justify-content: center;
    width: 50px;
}

.nav-lumon img {
    cursor: pointer;
}

.nav-lumon div[name="divNavBack"] img {
    display: none;
}