.op3-modal.op3-modal-unserialize {
    .op3-modal-wrapper {
        label {
            display: none;
        }

        .op3-modal-content {
            padding: 0;
            overflow: hidden;

            textarea {
                display: block;
                width: 100%;
                height: 100%;
                padding: 1em;
                font-size: 14px;
                font-family: monospace;
                border: 0 none;
                overflow-x: auto;
                overflow-y: scroll;
                white-space: nowrap;
                resize: none;

                &:focus {
                    outline: none;
                }
            }
        }

        .op3-modal-ok {
            line-height: 0;
            text-indent: -999px;

            &::after {
                content: "Import";
                display: block;
                line-height: initial;
                text-indent: -0;
            }
        }
    }
}
