body .modal .modal-header {
    background: #766c8a;
    border-bottom: solid 1px #644b94;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

html body .modal {
    border: none;
    border-radius: 2px;
}

    html body .modal h3,
    html body .modal h3:before {
        color: white;
    }

body .modal .modal-header div.cancel.close{
    --outline-width: 7px;
}

body .modal .modal-header div.cancel.close:before,
body .modal .modal-header div.cancel.close:after,
body .modal .modal-header div.cancel.close:hover:after,
body .modal .modal-header div.cancel.close:hover:before {
    background: #172254;
}

html body .modal .modal-header .tools.mail_editor_tools a {
    color: white;
    top: 0;
}

.ocd #chatPopup {
    background: #f6f6f6;
}
