.uxmessage-element{
    padding:15px;    
    border-radius:2px;
    display: flex;
    justify-content: space-between;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    min-width: 250px;
    width: var(--width);
}
.uxmessage-element-row-1{width:5%; font-size:18px;}
.uxmessage-headline{margin-bottom:10px;}
.uxmessage-element-row-2{width:85%; }
.uxmessage-element-row-3 > div{width:10%; cursor: pointer;}
.close-uxmessage{font-size:15px;}
.close-uxmessage:hover i {color: red;}

.info{background-color:  #2196f3!important; color: white !important;}
.warning{background-color: #FFC107!important; color: black !important;}
.error{background-color: #D50000!important; color: white !important;}
.success{background-color: #00C853; color: white!important;}
[class^="w-"] { width: attr(data-width px) !important;}