/*
    WARSAW TRAM COLOURS

    Clock.Yellow:   #FFC000
    BackG.Yellow:   #FFD600

    Dark:           #1B1B1B 
    Light:          #3A303D 
    
    Red:            #FF1100
*/

.waw-header-left {
    padding-top: 22px;
    float: left;
    max-height: 90px;
}

.waw-header-right {
    padding: 15px;
    float: left;
    text-align: right;
    /*width: 5%;*/
    max-height: 90px;
}

.waw-header-logo {
    max-width: 100%;
    height: auto;
    padding-left: 20px;
    /*width: 100px;*/
    height: 40px;
    transition: transform .2s;
}

    .waw-header-logo:hover {
        transform: scale(1.2);
    }

.ClientMessageContainer {
    display: block;
    background: #eaebec;
    border-radius: 0.375rem;
    padding: 0.5rem;
    font-size: 1rem;
    margin-top: 1rem;
    overflow: hidden;
}