/*
* Enjoy Movies Your Way
* cast-receiver/dialog.css
*
*/

.dialog-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 4rem;
    line-height: 6rem;
    color: rgb(179, 193, 194);
    text-align: center;
    white-space: pre-wrap;
    background-color: rgb(30, 30, 30, 0.98);
    z-index: 10;
    margin: 0;
}
