:host {
    display: flex;
    position: relative; // for matRipple
    flex-direction: column;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    overflow: hidden;

    .hide {
        margin: 0 50px 0 10px;
        height: 0;
        color: transparent;
        font-size: inherit;
        font-family: Roboto, 'Helvetica Neue', sans-serif;
        white-space: nowrap;
    }
}
