footer {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1;
}

.m-subheader-search {
    padding: 20px 30px;
}

.m-datatable.m-datatable--default > .m-datatable__table > .m-datatable__body .m-datatable__row > .m-datatable__cell {
    padding: 8px 10px;
}

h3.m-header__title-text {
    color: white !important;
    font-size: 1.8rem !important;
    font-weight: 500 !important;
}

#m_header_nav {
    background: #607d8b;
}

span.m-nav__link-icon-wrapper {
    background: white;
}

.m-header-search__wrapper {
    background-color: white !important;
}

.shipping_method_label {
    font-weight: 600;
    font-size: 0.9rem;
}

#orders_to_ship_list tr.m-datatable__row:hover {
    cursor: pointer;
}

.nice-select > ul.list {
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 200px;
    min-width: 100%;
    z-index: 201;
}

.text-wrap
{
    white-space: normal !important;
}

.webpush-index .webpush-list-wrapper
{
    height: 50vh;
    min-height: 300px;
    overflow-y: scroll;
}
[data-webpush-id]
{

    transition: max-height 500ms ease-in-out;
    max-height: 300px;

}
[data-webpush-id].delete {
    overflow-y: hidden;
    max-height: 0;
    opacity: 0.7;
}

.shipping_method_icon {
    max-height: 48px;
}