﻿.input-size-container {
    border-radius: var(--border-radius);
}
.input-size-container:focus-within {
    outline: 1px solid var(--color-primary) !important;
}

.input-size-content input {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-right: 0px;
    box-shadow: none !important;
}

.html-editor-image-size-dd .e-dd {
    border-left: 0px !important;
}

.html-editor-image-size-dd {
    border-radius: var(--border-radius) !important;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-color: #d9d9d9 !important;
    box-shadow: none !important;
}

    .html-editor-image-size-dd .e-ddl-icon {
        background-color: white !important;
    }

    .html-editor-image-size-dd input {
        height: 36px !important;
        border-radius: 0px !important;
    }

    .html-editor-image-size-dd.e-disabled {
        background-color: white !important;
        border-color: #d9d9d9 !important;
    }