.nounderline {
    text-decoration: none !important
}

body{
    display:flex;
    flex-direction:column;
    min-height:100vh;
}
.wrapper{
    flex:1;
}

.helpdesk_attention{
    background-color: lightpink;
}

.d-flex.weiss-buttons{
    gap:5px;
}