.d4-modal-email .ZebraDialog_Body {
    background: #fff;
}

.d4-modal-email .tox .tox-editor-container {
    flex-direction: column-reverse!important;
}

.d4-modal-email .tox .tox-edit-area::before {
    border: 0!important;
}

.d4-modal-email .select2-container--default .select2-selection--multiple.select2-selection--clearable {
    padding-right: 25px;
    max-height: 64px;
    overflow-y: auto;
}

.d4-modal-email i.custom-icon {
    font-family: "Font Awesome 6 Pro";
}

.d4-modal-email .dropzone {
    min-height: 0 !important;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.d4-modal-email .dropzone .dz-preview {
    min-width: 150px;
    overflow: hidden;
}

.d4-modal-email .dropzone .dz-message {
    margin: 0!important;
}

.d4-modal-email .dropzone .dz-preview .dz-details {
    opacity: 1;
}

.d4-modal-email .dropzone .dz-preview .dz-details .dz-size {
    margin-bottom: 0;
}

.d4-modal-email .dropzone .dz-preview .dz-details {
    display: flex !important;
    flex-direction: column!important;
}

.d4-modal-email .email-sending {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0px;
    background: #ffffff;
    z-index: 9999;
    flex-direction: column;
    align-items: center;
}

.d4-modal-email .select2-container .select2-selection--single {
    height: 36px;
}