.playout_message {
    min-height: 46px;
    font-family: 'Rubik', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    margin-top: 12px;
    text-transform: uppercase;
    box-sizing: border-box;
    padding: 12px;
    border-radius: 6px;
    background: rgba(84, 93, 132, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    white-space: pre-line;
}