#product-image-preview {
    display: flex;
}

span.error-help-block {
    color: red;
}
.custom-dropdown {
    position: absolute;
    background: #fff;
    border: 1px solid #ccc;
    max-height: 150px;
    overflow-y: auto;
    width: 100%;
    display: none;
    z-index: 1000;
}

.custom-dropdown .dropdown-item {
    padding: 5px;
    cursor: pointer;
    border-bottom: 1px solid #eee;
}

.custom-dropdown .dropdown-item:hover {
    background: #f0f0f0;
}

#add-modifier-form .image-upload.image-upload-two .image-uploads {
    padding: 12px 0;
    top: auto;
}
#add-modifier-form .image-upload.image-upload-two {
    position: relative;
    display: flex;
    align-items: center;
}

.modal-footer {
    gap: 8px;
}

.sidebar-logo img,.header-left img
 {
    max-height: 60px;
    object-fit: contain;
    display: inline-flex;
}