#emlg-overlay, #emlg-editor {
    position: fixed;
    background-color: rgba(0, 0, 0, .5);
    top: 0;
    left: 0;
    display: none;
}

#emlg-overlay {
    width: 100%;
    height: 100%;
}

#emlg .dashicons-warning {
    color: #ff9b3c;
}

#emlg .dashicons-no {
    color: red;
}

#emlg .dashicons-yes-alt {
    color: #02b102;
}

#emlg .dashicons-email-alt {
    color: #3586c7;
}

#emlg-mail-check .dashicons {
    margin-right: 5px;
}

.rtl #emlg-mail-check .dashicons {
    margin-left: 5px;
}

#emlg {
    padding: .2em .6em;
}

#emlg p.error {
    color: #ff4a4a;
    font-style: italic;
}

#emlg .form-group {
    margin: 1.5em auto 1em;
}

#emlg label .label {
    display: block;
    font-weight: 700;
    margin-bottom: .4em;
}

#emlg .form-group .head {
    font-size: 1.4em;
    font-weight: 700;
}

#emlg-editor {
    right: 0;
    bottom: 0;
}

#emlg-editor > div {
    position: relative;
    width: 63%;
    margin: auto;
    height: 100%;
}

#emlg-editor > div > div {
    position: relative;
    display: table;
    width: 100%;
    height: 100%;
}

#emlg-editor > div > div > div {
    margin: auto;
    display: table-cell;
    vertical-align: middle;
}

#emlg-editor .inner-frame {
    background-color: #fbfbfb;
    height: 70vh;
}

#emlg-editor .inner-frame > .dashicons-dismiss {
    color: #dedede;
    font-size: 26px;
    position: absolute;
    right: -26px;
    cursor: pointer;
    transition: color .2s;
}

body.rtl #emlg-editor .inner-frame > .dashicons-dismiss {
    left: -26px;
    right: auto;
}

#emlg-editor .inner-frame > .dashicons-dismiss:hover {
    color: #fff;
}

#emlg-editor .head {
    border-bottom: 1px solid #ddd;
    background-color: #f0f0f0;
    padding: 0.5em 1em;
}

#emlg-editor .body {
    position: relative;
    overflow-y: auto;
}

#emlg-editor .body .content {
    padding: 0.5em 1em;
    display: none;
}

#emlg-editor .body .content iframe {
    width: 100%;
}

#emlg-iframe-wrap {
    position: relative;
}
