.empty_table {
    text-align: center;
    padding: 8px 10px;
    background-color: #f9f9f9;
}

.custom-table-responsive {
    max-height: 400px;
}

.custom-collapse-margin {
    margin: 0 !important;
}

.dropdown-menu {
    z-index: 10000000 !important;
}

.table-hover-animation tbody tr:hover {
    z-index: 4;
}

.multiselect__tags {
    min-height: 52px !important;
    padding: 14px 40px 0 41px !important;
}

.multiselect__select {
    height: 47px !important;
}

.multiselect-i .form-control-position {
    top: 8px !important;
}

.vue-dropzone {
    border: 2px dashed #eeaa2e !important;
    background: #f7f7f7;
    background-color: rgb(247, 247, 247);
    min-height: 190px !important;
}

.multiselect__option--highlight,
.multiselect__option--highlight::after,
.multiselect__tag {
    background: #eeaa2e !important;
}

.accordion-after::before {
    position: absolute;
    right: 30px;
    font-family: 'feather';
    content: '\e842';
    -webkit-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
    font-size: 0.9rem;
}

.products img {
    width: 300px;
    height: 235px;
}

.page-item.disabled .page-link {
    color: #999 !important;
}

.main-menu {
    overflow: auto !important;
}

.table-hover-animation th,
.table-hover-animation td {
    border-top: 1px solid #F8F8F8 !important;
}


/* datatable */

.ag-grid-btns select.form-control:not([multiple="multiple"]) {
    padding: 9px;
    padding-right: 1.5rem;
}

.ag-grid-btns .form-control {
    height: 35px;
}

[type="submit"] {
    color: #fff !important;
}

::-moz-selection {
    /* Code for Firefox */
    color: #fff;
    background: #eea320;
}

::selection {
    color: #fff;
    background: #eea320;
}