#Livestream_Chat {
    .wrapper {
        display: flex;

        .cell.inline:first-child {
            .row {
                height: 2.8rem;
                display: flex;
                align-items: center;

                &.hidden {
                    display: none;
                }

                .cell:first-child {
                    width: 35rem;
                }

                .cell.disabled:hover {
                    color: #FFFFFF;
                }

                .cell input[type=text] {
                    width: 11.6rem;
                }

                button#request_font {
                    margin: 0px 0.8rem;
                }
            }
        }
    }

    .demo_area iframe {
        border-width: 0px;
        height: 50vh;
        width: 50vw;
        max-width: 600px;
    }

    input, select
    {
        height: 2.4rem;
        background-color: #E9E9EE;
        border: 0;
        border-radius: 8px;
        padding: 0px 8px;
        /* width: calc(100% - 1.6rem); */
    }
}