.element.style {
    width:100% !important;
}
.select2-container{
    width:100% !important;
}

/*UI responsive issues fix */
.input-group.custom-grp {
    position: relative !important;
}

.shipment-type-prompt {
    width: 100% !important;
    min-width: auto !important;
}

@media (max-width: 423px) {
    .clear-filter-buttons {
        margin-top: 8px !important;
    }
}
