/*helper*/
.table-responsive{
    overflow: auto;
}
.eb-d-none {
    display: none!important;
}
.eb-d-block{
    display: block;
}
.eb-disabled-all {
    pointer-events: none !important;
    cursor: default !important;
    opacity: 0.5 !important;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.eb-d-flex{
    display: flex!important;
}

.eb-align-item-center{
    align-items: center!important;
}

.eb-minimum-quantity-content {
    background: #FDDBE3;
    padding: 2px 4px 2px 4px;
    border-radius: 4px;
    color: #F44D75;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
}

.eb-widget-occurrence-list-dropdown {
    width: 300px;
    max-width: 100%;
}
.eb-widget-occurrence-list-dropdown .eb-occurrence-dropdown {
    margin-bottom: 20px;
}

.eb-error-text{
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    color: var(--eb-red-color);
}

.eb-gap-9{
    display: flex;
    align-items: center;
    gap: 9px;
}

body.eb-modal-open{
    overflow: hidden;
    padding-right: 5px;
}