.ergo-select.ant-select{
    background: inherit;
    border: 0px !important;
    padding: 0px !important;
    /* background: red !important; */
} 

.ergo-select.ant-select .ant-select-selector{
    padding: 5px 11px; 
    height: auto;
    border-color: #d7d9e4;
    border-radius: 8px;
} 

.ergo-select.ant-select-dropdown .ant-select-item.ant-select-item-option,
.ergo-select.ant-select .ant-select-selector .ant-select-selection-item{
    font-family: 'IBM';
    font-size: 16px;
    font-weight: 400;
}

.ergo-select.ant-select .ant-select-arrow{
    color: #d7d9e4;
}

.ergo-select.ant-select .ant-select-selector .ant-select-selection-search-input{
    height: 42px;
}

.ergo-select.ant-select .ant-select-selector .ant-select-selection-search-input::placeholder,
.ergo-select.ant-select .ant-select-selector .ant-select-selection-placeholder {
    font-family: 'IBM';
    font-size: 16px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.88);
}

.ergo-range-picker.ant-picker,
.ergo-datetime-picker.ant-picker {
    padding: 7px 15px;
    height: 42px;
}
.ergo-datetime-picker.ant-picker .ant-picker-input > input{
    font-family: 'IBM';
    font-size: 16px;
    font-weight: 400;
}

.ergo-range-picker.ant-picker {
    border-color: #d7d9e4;
    border-radius: 8px !important;
}

.ergo-range-picker.ant-picker.ant-picker-range:has(.ant-picker-clear):hover .ant-picker-suffix {
    opacity: 0;
}

.ergo-upload.ant-upload-wrapper .ant-upload-list-item-container{
    margin-bottom: 0.5rem;
}

.ergo-upload.ant-upload-wrapper .ant-upload-list-item-container .ant-upload-list-item{
    background: #eee;
    padding: 4px 8px;
    border-radius: 8px;
    height: auto;
    margin: 8px 0px;
}

.ergo-upload.ant-upload-wrapper .ant-upload-list-item-container .ant-upload-list-item.ant-upload-list-item-error > * {
    /* color: inherit !important; */
    color: rgba(0, 0, 0, 0.88) !important;
}

.ergo-upload.ant-upload-wrapper .ant-upload-list-item-container .ant-upload-list-item .ant-upload-text-icon .anticon.anticon-paper-clip{
    height: 20px;
}


.ergo-upload.ergo-upload-ready > .ant-upload {
    display: none;
}

