@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@400;500;600&display=swap');

html,
body {
  font-size: 14px;
  font-family: 'Rubik', sans-serif;
}

#map {
  position: relative;
  width: 100%;
  height: calc(100% - 60px);
}

.places-buttons .btn {
  margin-bottom: 30px;
}

.sidebar .nav > li.active-pro {
  position: absolute;
  width: 100%;
  bottom: 10px;
}

.sidebar .nav > li.active-pro a {
  background: rgba(255, 255, 255, 0.14);
  opacity: 1;
  color: #fff;
}

.table-upgrade td:nth-child(2),
.table-upgrade td:nth-child(3) {
  text-align: center;
}

.breadcrumb {
  background-color: transparent;
  padding: 0 0 0 20px;
  margin: 0;
  line-height: 60px;
}

.mb20 {
  margin-bottom: 20px !important;
}

.w150 {
  max-width: 150px;
}

.card .title {
  font-weight: 400;
}

@media all and (max-width: 991px) {
  .sidebar .nav > li.active-pro {
    position: initial;
  }
}

.error-summary {
  color: #a94442;
  background: #fdf7f7;
  border-left: 3px solid #eed3d7;
  padding: 10px 20px;
  margin: 0 0 15px;
  font-size: 12px;
}

@media (max-width: 768px) {
  .breadcrumb {
    display: none !important;
  }
}

.state-1 {
  background-color: #f9f9f9 !important;
}

.state-2 {
  background-color: #fff4ab !important;
}

.state-3 {
  background-color: #e7ffcb !important;
}

.state-4 {
  background-color: #ffe8cd !important;
}

.state-5 {
  background-color: #c2f0ff !important;
}

.state-6 {
  background-color: #ffdddd !important;
}

.is_assist {
  background-color: rgba(80, 80, 80, 0.3) !important;
}

.state-text {
  line-height: 40px;
}

.w130 {
  min-width: 130px;
}

.nav-tabs {
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 30px;
}

.acc-btns {
  line-height: 30px;
}

.acc-btns span {
  cursor: pointer;
  margin-right: 10px;
}

.modal {
  z-index: 1050;
}

.modal-title {
  font-weight: 500;
}

.has-error .form-control {
  border-color: #a94442 !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
}

.panel-description {
  margin-bottom: 20px;
}

.welcome-text {
  font-size: 20px;
  padding: 50px;
  line-height: 40px;
}

.script-list {
  padding-left: 30px;
}

.script-page {
  min-height: 400px;
}

.script-list label {
  display: block;
  color: #333333;
  font-size: 16px;
  cursor: pointer;
  margin-bottom: 10px;
  text-transform: none;
}

.script-list label input {
  margin-right: 10px;
}

.bg-red {
  background-color: #ffd6daab !important;
}

.bg-orange {
  background-color: #fff49eb0 !important;
}

.bg-green {
  background-color: #e7ffcbd4 !important;
}

.bg-blue {
  background-color: #d8faff !important;
}

.mb40 {
  margin-bottom: 40px;
}

.drivers-form h3 {
  font-size: 24px;
}

.driver-view .nav-tabs {
  margin-top: 0;
}

.modal-body {
  padding: 20px 30px;
}

.btn-green {
  color: #87cb16;
}

.btn-red {
  color: #ff4a55;
}

.fs18 {
  font-size: 18px;
}

.mr5 {
  margin-right: 5px;
}

table.detail-view th {
  width: 25%;
}

table.detail-view td {
  width: 75%;
}

.chpl {
  padding-left: 30px;
}

.chpl li {
  margin-bottom: 5px;
}

.chpl li input {
  margin-right: 5px;
}

.w80 {
  width: 80px;
}

.product-controls .pm-btn {
  font-size: 20px;
  cursor: pointer;
  padding-left: 5px;
  padding-right: 5px;
  line-height: 20px;
}

.product-controls .quantity {
  margin-left: 10px;
  margin-right: 10px;
}

@media (min-width: 768px) {
  #menuModal .modal-dialog {
    width: 750px;
  }
}

.menu-list {
  padding-bottom: 30px;
  /*columns: 2;*/
  /*-webkit-columns: 2;*/
  /*-moz-columns: 2;*/
}

.menu-list li {
  float: left;
  width: 50%;
}

.menu-list li .media {
  margin-bottom: 5px;
  margin-top: 5px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}

.menu-list .btn-sm {
  font-size: 10px;
  padding: 3px 5px;
}

.ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.w50p {
  width: 50% !important;
}

.custom-tabs {
  background-color: #fff;
  border: 0;
  margin: 0 !important;
  padding: 0 !important;
}

.custom-tabs > li {
  margin-bottom: 0;
  border: 0;
}

.custom-tabs > li > a {
  color: #929292;
  border: 0;
  border-bottom: 2px solid #fff;
  transition: all 0.35s;
}

.custom-tabs > li.active > a {
  border-top: 0 !important;
  border-right: 0 !important;
  border-left: 0 !important;
  border-bottom: 2px solid #fb404b !important;
  border-radius: 0 !important;
}

.custom-tabs > li > a:hover,
.custom-tabs > li > a:focus,
.custom-tabs > li.active > a:hover {
  color: #333;
  border: 0;
  border-bottom: 2px solid #fb404b;
}

.report-table thead tr {
  background-color: #fb404b;
}

.report-table thead tr th a {
  color: white;
}

.report-table thead tr th {
  padding: 12px;
  color: #ffffff;
  text-transform: none;
  font-size: 14px;
}

.bold {
  font-weight: bold;
}

h2.title {
  font-size: 30px;
}

#map {
  position: relative;
  width: 100%;
  height: 650px;
}

.modifier-list li {
  margin-left: 20px;
}

.modifier-list li label {
  text-transform: none;
  font-weight: normal;
}

.welcome-text {
  font-size: 24px;
  padding: 70px;
  line-height: 40px;
  min-height: 400px;
}

.menu-list li {
  border-bottom: 1px solid #eeeeee;
  padding: 10px;
}

.menu-list li:nth-child(2n) {
  border-left: 1px solid #eeeeee;
}

.menu-list li:nth-child(4n + 1),
.menu-list li:nth-child(4n) {
  background-color: #f2f2f2;
}

.menu-list li h5 {
  margin: 0;
}

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.select2-container--krajee .select2-selection__clear {
  top: 0.2rem;
}

.disabled-addon {
  display: none;
}

.sidebar .sidebar-wrapper > .nav {
  margin-top: 0 !important;
}

.sidebar .logo a.logo-mini {
  font-size: 25px;
  margin-left: 25px;
  margin-right: 13px;
}

.sidebar .sidebar-wrapper {
  height: 100%;
  overflow-y: auto !important;
  overflow-x: hidden !important;
}

.sidebar .logo {
  box-shadow: none !important;
}

.breadcrumb {
  background-color: transparent;
  padding: 0;
  margin: 0;
  line-height: 65px;
}

::-webkit-scrollbar {
  width: 7px;
}

::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.05);
}

::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 3.5px;
}

::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.3);
}

#complaints-type label {
  margin-right: 20px;
}

.terminals-check-list label {
  display: block;
}

.main-panel .main-content {
  padding: 15px 0;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 7px 5px;
}

#map {
  height: 100vh;
}

.card .table {
  margin-bottom: 20px;
}

.sidebar .nav p {
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  text-transform: none;
}

.sidebar .nav i {
  font-size: 25px;
  line-height: 25px;
  width: 25px;
}

.sidebar .logo .simple-text {
  text-transform: none;
}

h2 {
  font-size: 30px;
}

.nav-item .nav {
  background: rgba(0, 0, 0, 0.15);
  padding: 10px 0;
}

#map {
  position: relative;
  width: 100%;
  height: calc(100% - 60px);
}

.places-buttons .btn {
  margin-bottom: 30px;
}

.sidebar .nav > li.active-pro {
  position: absolute;
  width: 100%;
  bottom: 10px;
}

.sidebar .nav > li.active-pro a {
  background: rgba(255, 255, 255, 0.14);
  opacity: 1;
  color: #fff;
}

.table-upgrade td:nth-child(2),
.table-upgrade td:nth-child(3) {
  text-align: center;
}

.breadcrumb {
  background-color: transparent;
  padding: 0;
  margin: 0;
  line-height: 60px;
}

.mb20 {
  margin-bottom: 20px !important;
}

.w150 {
  max-width: 150px;
}

.card .title {
  font-weight: 400;
}

.error-summary {
  color: #a94442;
  background: #fdf7f7;
  border-left: 3px solid #eed3d7;
  padding: 10px 20px;
  margin: 0 0 15px;
  font-size: 12px;
}

.state-1 {
  background-color: #f9f9f9 !important;
}

.state-2 {
  background-color: #fff4ab !important;
}

.state-3 {
  background-color: #e7ffcb !important;
}

.state-4 {
  background-color: #ffe8cd !important;
}

.state-5 {
  background-color: #c2f0ff !important;
}

.state-6 {
  background-color: #ffdddd !important;
}

.state-text {
  line-height: 40px;
}

.w130 {
  min-width: 130px;
}

.nav-tabs {
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 30px;
}

.acc-btns {
  line-height: 30px;
}

.acc-btns span {
  cursor: pointer;
  margin-right: 10px;
}

.modal {
  z-index: 1050;
}

.modal-title {
  font-weight: 500;
}

.has-error .form-control {
  border-color: #a94442 !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
}

.panel-description {
  margin-bottom: 20px;
}

.welcome-text {
  font-size: 20px;
  padding: 50px;
  line-height: 40px;
}

.script-list {
  padding-left: 30px;
}

.script-page {
  min-height: 400px;
}

.script-list label {
  display: block;
  color: #333333;
  font-size: 16px;
  cursor: pointer;
  margin-bottom: 10px;
  text-transform: none;
}

.script-list label input {
  margin-right: 10px;
}

.bg-red {
  background-color: #ffd6daab !important;
}

.bg-orange {
  background-color: #fff49eb0 !important;
}

.bg-green {
  background-color: #e7ffcbd4 !important;
}

.mb40 {
  margin-bottom: 40px;
}

.drivers-form h3 {
  font-size: 24px;
}

.driver-view .nav-tabs {
  margin-top: 0;
}

.modal-body {
  padding: 20px 30px;
}

.btn-green {
  color: #87cb16;
}

.btn-red {
  color: #ff4a55;
}

.fs18 {
  font-size: 18px;
}

.mr5 {
  margin-right: 5px;
}

table.detail-view th {
  width: 25%;
}

table.detail-view td {
  width: 75%;
}

.chpl {
  padding-left: 30px;
}

.chpl li {
  margin-bottom: 5px;
}

.chpl li input {
  margin-right: 5px;
}

.tree,
.tree ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.tree ul {
  margin-left: 1em;
  position: relative;
}

.tree ul ul {
  margin-left: 0.5em;
}

.tree ul:before {
  content: '';
  display: block;
  width: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  border-left: 1px solid;
}

.tree li {
  margin: 0;
  padding: 0 1em;
  line-height: 2em;
  color: #369;
  /*font-weight: 600;*/
  position: relative;
}

.tree ul li:before {
  content: '';
  display: block;
  width: 10px;
  height: 0;
  border-top: 1px solid;
  margin-top: -1px;
  position: absolute;
  top: 1em;
  left: 0;
}

.tree ul li:last-child:before {
  background: #fff;
  height: auto;
  top: 1em;
  bottom: 0;
}

.indicator {
  margin-right: 5px;
}

.tree li a {
  text-decoration: none;
  color: #369;
}

.tree li button,
.tree li button:active,
.tree li button:focus {
  text-decoration: none;
  color: #369;
  border: none;
  background: transparent;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  outline: 0;
}

.full-width {
  width: 100%;
}

.navbar-red {
  border: 0;
  border-radius: 0;
  margin-bottom: 0 !important;
  background-color: #d5302c;
}

.navbar-red .navbar-right {
  margin-right: 0;
}

.navbar-red .navbar-nav > li {
  /*line-height: 60px;*/
}

.navbar-red .navbar-nav > li > a {
  font-size: 15px;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.8) !important;
}

.navbar-red .navbar-nav > li > a:hover,
.navbar-red .navbar-nav > li.active > a {
  color: rgba(255, 255, 255, 1) !important;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  background: #b22623;
}

.nav-logo {
  line-height: 60px;
}

.nav-logo a {
  display: inline-block;
  line-height: 40px;
  margin-left: 15px;
}

.nav-logo img {
  max-height: 40px;
}

.main-panel > .content {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  margin-top: 60px;
}

.card .title {
  font-size: 28px;
  line-height: 40px;
}

.card .category,
.card label,
.table > thead > tr > th {
  color: #676767;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #000000;
}

.navbar-toggle {
  margin-top: 12px;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background: #b22623;
}

.top-table tr td {
  vertical-align: top !important;
}

#button {
  display: inline-block;
  background-color: #ff9800;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}

#button::after {
  content: '\f077';
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  color: #fff;
}

#button:hover {
  cursor: pointer;
  background-color: #333;
}

#button:active {
  background-color: #555;
}

#button.show {
  opacity: 1;
  visibility: visible;
}

.bs-searchbox {
  margin-bottom: 5px;
}

.bs-searchbox .form-control {
  border: 1px solid #e3e3e3 !important;
  border-radius: 4px !important;
}

.bootstrap-select .btn {
  border: 1px solid #e3e3e3 !important;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  background-color: #b22623;
}

.bold,
.bold td {
  font-weight: bold !important;
}

#accordion .panel-collapse {
  padding: 20px;
}

.w150 input {
  width: 100px;
}

.w100 input {
  width: 50px;
}

#incomingItems tr:first-child td a.remove-row,
#products-table tr:first-child td a.remove-row,
#item-table tr:first-child td a.remove-row {
  /*display: none;*/
}

.heading-table thead tr {
  background-color: rgba(0, 0, 0, 0.1);
}

.heading-table thead tr th {
  color: black;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 7px 5px;
}

.radio-list label {
  font-size: 14px !important;
  margin-right: 20px;
  font-weight: normal !important;
  text-transform: none !important;
}

.report-table thead tr {
  background-color: #fb404b;
}

.report-table thead tr th {
  padding: 7px 5px;
  color: #ffffff !important;
  text-transform: none;
  font-size: 14px;
}

.report-table thead tr th a {
  color: #ffffff;
}

.mini-link {
  font-size: 12px;
}

.vertical-top tbody tr td {
  vertical-align: top !important;
}

@media screen and (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}

.back-to-top-wrapper {
  position: fixed;
  /*top: 100vh;*/
  right: 1rem;
  bottom: 3rem;
  width: 3em;
  pointer-events: none;
}

.back-to-top-link {
  position: sticky;
  pointer-events: all;
  display: inline-block;
  text-decoration: none;
  font-size: 2rem;
  line-height: 2.2rem;
  text-align: center;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.15);
  padding: 0.25rem;
  transition: 0.2s ease;
}

.back-to-top-link:hover {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.25);
}

#menu-table .product-select {
  margin-bottom: 5px;
}

.product-dropdown .filter-option {
  color: black !important;
}

.product-list {
  margin-bottom: 10px;
}

.filters {
  background-color: transparent !important;
}

#back-top.visible {
  visibility: visible;
  opacity: 0.9;
  -webkit-transform: scale(1);
  transform: scale(1);
}

#back-top.visible:hover {
  opacity: 1;
}

#back-top img {
  width: 4rem;
}

#back-top {
  position: fixed;
  right: 20px;
  bottom: 80px;
  border-radius: 50%;
  -webkit-transition: 0.7s all cubic-bezier(0.03, 0.88, 0.34, 0.97);
  transition: 0.7s all cubic-bezier(0.03, 0.88, 0.34, 0.97);
  -webkit-box-shadow: 0px 5px 18px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 18px 2px rgba(0, 0, 0, 0.2);
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  z-index: 999;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  color: #222222 !important;
  height: 22px;
  line-height: 22px;
}

.dropdown-menu > li:first-child > a {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.dropdown-menu > li:last-child > a {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.dropdown-menu > .active > a {
  background-color: rgba(223, 223, 223, 0.77);
}

.dropdown-menu > .active:hover > a {
  background-color: rgba(223, 223, 223, 0.77);
}

.bootstrap-select.btn-group.show-tick
.dropdown-menu
li.selected
a
span.check-mark {
  margin-top: 10px;
}

.sub-title {
  margin-top: 0;
}

.select-list label {
  display: block;
  color: black;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 0.3rem;
}

.check-list label {
  display: flex;
  font-size: 1rem;
  font-weight: normal;
  margin-bottom: 1rem;
}

.check-list label input {
  margin-top: 0;
  margin-right: 5px;
}

.datepicker-dropdown.datepicker-orient-top:before,
.datepicker-dropdown.datepicker-orient-top:after {
  display: none;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mr-10 {
  margin-right: 10px;
}

.cert-info {
  font-size: 16px;
  margin-bottom: 1rem;
}

.text-center th,
.text-center td {
  text-align: center;
}

.align-top > tbody > tr > td {
  vertical-align: top !important;
}

.clear-table > tbody > tr > td {
  border-color: transparent;
}

.td-underline {
  border-bottom: 1px solid #000000 !important;
}

.m-0 {
  margin: 0;
}

.choose-all-products {
  display: inline-block;
  line-height: 30px;
}

.dropup .dropdown-menu:before,
.dropup .dropdown-menu:after {
  display: none !important;
}

.bootstrap-select .dropdown-menu {
  overflow: hidden;
  max-width: 95%;
  max-height: 100%;
}

.list-item label {
  cursor: pointer;
  font-weight: normal;
}

hr {
  margin-top: 10px;
  margin-bottom: 10px;
}

.modal-backdrop.in {
  filter: alpha(opacity=80);
  opacity: 0.8;
}

.mb-0 {
  margin-bottom: 0;
}

.m-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.position-relative {
  position: relative;
}

.typeahead.dropdown-menu {
  max-height: 300px;
  overflow-y: auto;
}

.italic {
  font-style: italic;
}

.loader {
  width: 100%;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.cursor-pointer {
  cursor: pointer;
}

.show-details {
  background-color: #fff9e2;
}

.has-product {
  background-color: #ffea76;
}

.ewm_in_active {
  background-color: #ffffff !important;
}

.ewm_empty {
  background-color: #c3b091 !important;
}

#inventoryForm #products tbody tr .plus {
  display: none;
}

#inventoryForm #products tbody tr:last-child .plus {
  display: block;
}

.chevon {
  display: inline-block;
  width: 20px;
  height: 20px;
  transition: transform 0.3s ease;
  background: url(../img/ic_chevon.svg) no-repeat center;
}

[aria-expanded='true'] .chevon {
  transform: rotate(90deg);
}

.mw-300 {
  min-width: 300px;
}

.w-max {
  max-width: max-content;
}

@media (max-width: 768px) {
  body {
    font-size: 13px;
  }

  .breadcrumb {
    display: none !important;
  }

  #accordion .panel-collapse {
    padding: 20px 0;
  }

  .card .title {
    font-size: 22px;
  }

  .form-control {
    padding: 5px 8px;
    height: auto;
  }

  .btn {
    padding: 5px 8px;
    font-size: 13px;
  }

  .tabs-left {
    margin-top: 0;
    margin-bottom: 30px;
    border-right: 0;
  }

  .w150 input {
    width: 100px;
  }

  .w100 input {
    width: 50px;
  }

  .buyer-table .unit {
    display: none;
  }

  .p0 {
    padding: 0 !important;
  }

  .card .table tbody td:first-child,
  .card .table thead th:first-child {
    padding-left: 5px;
  }

  .table > tbody > tr > td {
    padding: 8px 4px;
  }

  .pr10 {
    padding-right: 10px;
  }
}

.w-50 {
  width: 50px;
}

@media (max-width: 560px) {
  .sm-hidden {
    display: none !important;
  }

  .navbar-nav {
    margin: 8px 0;
  }

  .navbar-default .navbar-nav > .active > a {
    background: #b22623;
  }

  .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }

  .container-fluid > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container > .navbar-header {
    margin-right: 0;
    margin-left: -15px;
  }

  .copyright {
    width: 100%;
    text-align: center;
  }

  .content:has(.table-responsive) {
    padding-left: 0;
    padding-right: 0;
  }

  .table-responsive {
    border: 0;
  }

  .inventory-table tr {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(4, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .inventory-table thead {
    display: none;
  }

  .inventory-table .row-header {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
  }

  .inventory-table tbody tr td {
    line-height: 2.25;
    text-align: left;
  }

  .inventory-table-col1 {
    grid-area: 1 / 1 / 4 / 2;
  }

  .inventory-table-col2 {
    grid-area: 1 / 2 / 2 / 3;
  }

  .inventory-table-col3 {
    grid-area: 1 / 3 / 2 / 5;
  }

  .inventory-table-col4 {
    grid-area: 2 / 2 / 3 / 5;
  }

  .inventory-table-col5 {
    grid-area: 3 / 2 / 4 / 3;
  }

  .inventory-table-col6 {
    grid-area: 3 / 3 / 4 / 5;
  }

  .inventory-table-col7 {
    grid-area: 4 / 1 / 5 / 5;
  }

  .inventory-table-col8 {
    text-align: right !important;
    grid-area: 1 / 4 / 2 / 4;
  }

  .inventory-table-col9 {
    text-align: center !important;
    grid-area: 5 / 1 / 5 / 5;
  }

  .w-50 {
    width: auto;
  }
}

@media (min-width: 992px) {
  .typo-line {
    padding-left: 140px;
    margin-bottom: 40px;
    position: relative;
  }

  .typo-line .category {
    transform: translateY(-50%);
    top: 50%;
    left: 0;
    position: absolute;
  }
}

.pagination > .active > a {
  z-index: 1 !important;
}

.px-1 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}