.page-row {
    margin-top: 10px;
    margin-bottom: 10px;
}

.cursor-pointer {
    cursor: pointer;
}

.add-new-material {
    display: none;
}

.materials-wrapper .material-item:last-child .add-new-material{
    display: block;
}

.materials-parent {
    margin-top: 40px;
}

.table thead,
.page-item.active .page-link,
.table tfoot {
    background-color: #4e73df !important;
    color: white;
}

.select2,
.select2 .selection,
.select2 .select2-selection,
.select2 .select2-selection__arrow,
.select2 .select2-selection__rendered {
    width: 100%;
    max-width: 100%;
    height: 38px !important;
}

.select2 .select2-selection__rendered {
    align-items: center !important;
    display: flex !important;
}

label {
    margin-bottom: 0;
}
#newSaleForm .add-to-list {
    display: none;
}
#newSaleForm .delete-from-list {
    display: block;
}
#newSaleForm > :nth-last-child(3) .add-to-list {
    display: block !important;
}
#newSaleForm > :nth-last-child(3) .delete-from-list {
    display: none !important;
}
.navbar-nav.toggled .sidebar-heading,
.navbar-nav#accordionSidebar .sidebar-heading {
    display: none;
}
.navbar-nav.toggled .sidebar-divider,
.navbar-nav#accordionSidebar .sidebar-divider {
    margin: 0;
}
.navbar-nav.toggled #sidebarToggle,
.navbar-nav#accordionSidebar #sidebarToggle {
    margin-top: 10px;
}
/*#accordionSidebar {*/
/*    width: 0;*/
/*}*/
.select2-container--default .select2-selection--single {
    border-color: #d1d3e2;
    color: #d1d3e2;
}
.select2-container--open .select2-dropdown {
    top: 100% !important;
    bottom: auto !important;
}

#invoiceModal iframe,
#invoiceModal object {
    width: 100%;
    height: 750px;
}

.date-filter {
    max-width: 250px;
    min-width: 245px;
}
.clear-date-filter {
    min-width: 120px;
}

.template-item img {
    height: 250px;
    object-fit: contain;
}

.template-item .template-selected {
    top: 10px;
    right: 10px;
}

.bg-login-image {
    min-height: 100px;
}

.min-w-170px {
    min-width: 170px !important;
}

@media screen and (max-width: 767px) {
    .bg-login-image {
        margin-top: 50px;
    }
    .dataTables_length,
    .dataTables_filter {
        text-align: left !important;
        margin-bottom: 10px;
    }

    .dataTables_filter {
        margin-left: -0.75rem !important;
    }
}
@media screen and (max-width: 576px) {
    #app .date-filter__wrapper {
        justify-content: flex-start !important;
    }
}
