.editor-modern-1 {
    border: 1px silver solid;
    border-radius: 6px;
    padding: 0;
    background-color: rgb(80, 80, 80);
    font-weight: 400;
    min-width: 320px;
    /* letter-spacing: 0.5px; */
    /* font-size: 13px; */
    /* font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif; */
}

.editor-modern-1::backdrop {
    background-color: rgba(0, 0, 0, 0.6);
}

.editor-modern-1-content-area {
    padding: 4px 0 0 20px;
}

.editor-modern-1-warning {
    color: crimson;
    background-color: ivory;
    font-size: 0.8rem;
    ;
    padding: 4px 20px 6px 4px;
    width: fit-content;
}

.editor-modern-1-warning:empty {
    background-color: transparent;
    padding: 0;
}

.editor-modern-1 label {
    color: gainsboro;
    font-size: 0.8rem;
    display: block;
    margin: 12px 0 2px 0;
}

.editor-modern-1 input {
    font-size: 0.8rem;
    display: block;
    border: 1px solid gray;
    border-radius: 3px;
    padding: 4px;
}

.editor-modern-1 input:disabled {
    background-color: lightgray;
    color: navy;
}

.editor-modern-1 select {
    font-size: 0.8rem;
    display: block;
    border: 1px solid gray;
    border-radius: 3px;
    padding: 4px;
}

.editor-modern-1 button {
    font-size: 0.75rem;
    display: block;
    border: 1px solid gray;
    border-radius: 3px;
    margin: 20px 0 0 0;
    padding: 8px 14px;
    min-height: 28px;
    background-color: lightblue;

    cursor: pointer;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .10);
    transition: background-color .15s ease, transform .08s ease, box-shadow .15s ease;
}

.lbl-exchange-rate {
    display: block;
    margin: 5px 0 0 0;
    padding: 4px 6px 5px 10px;
    min-height: 24px;
    width: 280px;
    background-color: rgb(60, 60, 60);
    color: paleturquoise;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 0.75rem;
    border: 1px solid rgb(40 40 40);
    border-radius: 3px;
}


.editor-modern-1-button-bar {
    margin: 25px 0 0 0;
    display: flex;
    flex-direction: row;
}

.editor-modern-1-button-bar button {
    margin: 0 0 20px 10px;
    min-width: 55px;
    display: flex;
    flex-direction: row;
    text-align: center;
}

.editor-modern-1-button-bar button.green {
    color: green;
    background-color: honeydew;
}

.editor-modern-1-button-bar button.green:disabled {
    color: dimgray;
    background-color: lightgray;
    cursor: not-allowed;
}

.editor-modern-1-button-bar button.red {
    color: rgb(100 50 50);
    background-color: pink;
}


.round-editor-multi-currency-detail-1 {
    color: silver;
    margin-left: 20px;
}

.round-editor-multi-currency-detail-2 {
    color: silver;
    margin-left: 8px;
}