﻿.html-editor-property-dd {
    min-height: 36px;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-color: var(--primary-color) !important;
    box-shadow: none !important;
}

    .html-editor-property-dd .e-ddl-icon {
        background-color: white !important;
    }

    .html-editor-property-dd input {
        height: 34px !important;
        border-radius: 0px !important;
    }

    .html-editor-property-dd.e-disabled {
        background-color: white !important;
        border-color: #d9d9d9 !important;
    }
.color-dd-item {
    display: flex;
    justify-content: flex-start;
    gap: 0px;
    height: 34px;
    line-height: 34px;
}

.color-dd-icon {
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    height: 24px !important;
    width: 24px !important;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 5px;
    margin-right: 5px;
}

.color-dd-text {
    text-align: start;
}
.html-editor-property-item-content-disabled .color-dd-icon {
    background-color: #d9d9d9 !important;
}


.html-editor-edit-file-upload-container{
    padding: 10px !important;
}