.TagEditor {
    background: var(--bs-body-bg);
    padding: 0;
    margin: 0;
}

.TagEditor_form {
    padding: 30px;
}

.TagEditor_header {
    display: flex;
    flex-direction: row;
    word-break: break-word;
}

.TagEditor_bottomStickyToolbar {
    position: sticky;
    bottom: 0;
    background: var(--bs-body-bg);
    border-top: var(--bs-gray-300) 1px solid;
    padding: 25px 0 !important;
    text-align: center;
    /*box-shadow: 0 -5px 11px -12px rgba(66, 68, 90, 1);*/
}

.TagEditor_titleLabel {
    align-self: baseline;
}

.TagEditor_titleInput {
    align-self: baseline;
    display: inline-block;
    flex: 1;
    font-size: 36px;
    padding-right: 60px;
}

.TagEditor_colorPicker {
    width: 200px;
    height: 28px;
    border-radius: 0;
    padding: 4px;
}

.TagEditor_colorPickerInput {
    height: 17px;
}

