.tox .tox-tbtn.tox-tbtn--select {
    width: 100px !important;
    color: var(--phoenix-body-color) !important;
    border: var(--phoenix-border-width) solid var(--phoenix-border-color) !important;
}

.tox .tox-toolbar{
    background: var(--phoenix-emphasis-bg) !important;
}

.tox .tox-editor-header
{
    background: var(--phoenix-emphasis-bg) !important;
    margin-bottom: 0;
}


.dam-edit-area {
    flex: 1;
    overflow: hidden;
    position: absolute;
}

.dam-edit-area-iframe {
    background-color: var(--phoenix-emphasis-bg) !important;
    border: 0;
    box-sizing: border-box;
    flex: 1;
    height: calc(50vh - 50px);
    width: 100%
}

.dam-sidebar-wrap {
    flex-direction: row;
    flex-grow: 1;
    min-height: 0;
    overflow: hidden;
    border: 1px solid var(--phoenix-border-color);
    border-radius: 0;
}

.multilineTextBoxSize{
    height: calc(1.5em + 0.75rem + 2px);
}

.auto-grow-textarea {
    min-height: calc(1.5em + 0.75rem + 2px);
    max-height: 200px;
    overflow-y: auto;
    resize: none;
    transition: height 0.1s ease;
}

.pb-2-5 {
    padding-bottom: 0.75rem !important;
}

.mt-3-5 {
    margin-top: 1.25rem !important;
}

.col-0-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 6%;
}

.col-11-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 94%;
}

.choices .choices__inner {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
    font-size: 0.8rem !important;
}

.choices__list--multiple:not(:empty) + .choices__input::placeholder {
    opacity: 0;
}

.choices__list--dropdown > .choices__list > .choices__placeholder {
    display: none;
}

.choices__list--multiple:not(:empty) + input::placeholder { opacity: 0; }
.choices__list--multiple:not(:empty) + input { min-width: 0 !important; }

.choices__list--dropdown:not(:empty) + input::placeholder { opacity: 0; }
.choices__list--dropdown:not(:empty) + input { min-width: 0 !important; }


/* Preserve original Choices dropdown container background - override Phoenix */
body .choices .choices__list--dropdown,
body .choices .choices__list[aria-expanded],
html body .choices .choices__list--dropdown,
html body .choices .choices__list[aria-expanded] {
    z-index: 9999 !important;
}



.sticky-top-color{
    background-color: var(--bg-secondary-subtle)!important;
}

