﻿/* Trumbowyg Box */
.trumbowyg-box {
    border: 1px solid #d1d5db !important;
}

/* Trumbowyg Editor */
.trumbowyg-editor {
    background: #ffffff !important;
}

/* Trumbowyg Button Pane */
.trumbowyg-button-pane {
    background: #f8f9fa !important;
}

.trumbowyg-input-html {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 100%;
    align-items-center;
    justify-content: center;
}

.trumbowyg-input-html select {
    width: 100%;
    height: 100%;
    padding: 8px;
}
