﻿.ngbr {
}
.ngbr button {
    padding-left:1rem;
}
.ngbrin {
    transition: right 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
}
.ngbrout {
    transition: right 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, opacity 0.15s linear;
    opacity:0;
}
.ngposT {
    position:absolute; right:-200px; top:0px;
}
.ngposB {
    position:absolute; right:-200px; bottom:0px;
}
.ngpos2 {
    position:relative; right:-200px;
}
.ngDisp {
    right:20px !important;
}
.ngContainerB {
    position:fixed; bottom:20px; right:20px; z-index:9999;
}
.ngContainerT {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index:9999
}

.ngContainerB2 {
    position:fixed; bottom:20px; right:20px; z-index:9999; max-width:500px;
}
.ngContainerT2 {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index:9999;
    max-width:500px;
}

.flexend {
    display:flex;
    justify-content:flex-end;
}

[id$="_growlul"] {
    list-style-type:none;
}