/**
 * Webkul Software.
 *
 * @category  Webkul
 * @package   Webkul_QuickProductEdit
 * @author    Webkul Software Private Limited
 * @copyright Webkul Software Private Limited (https://webkul.com)
 * @license   https://store.webkul.com/license.html
 */
div.quick-edit-container
{
    background-color: #006bb4;
    display: flex;
    height: 3.5rem;
    gap: 2px;
    z-index: 100;
    flex-direction: row-reverse;
}
div#quickedit-component
{
    z-index: 100;
}

span.quick-button
{
    float: right;
    font-size: 1.3rem !important;
}

span#quick-save-button
{
    display: none;
}
span#quick-cancel-button
{
    display: none;
}

.sticky
{
    position: fixed;
    top: 0;
    width: 100%;
}

.quick_product_edit_form button.ui-datepicker-trigger {
    left: -15px;
    position: relative;
    top: -25px;
    float: right;
}
