@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800");
body {
  font-size: 13px;
  background-color: var(--body-bg);
  color: #3D4246;
  font-family: "Open Sans", sans-serif;
  line-height: 1.45;
}
body::-webkit-scrollbar,
body ::-webkit-scrollbar {
  width: 5px;
}
body::-webkit-scrollbar-track,
body ::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
}
body::-webkit-scrollbar-thumb,
body ::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}
body a {
  text-decoration: none;
}
body a:visited, body a:hover, body a:focus {
  text-decoration: none;
  outline: none;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  line-height: 1.25;
  font-weight: 700;
}
body h1 {
  font-size: 3.4em;
}
body h2 {
  font-size: 1.953em;
}
body h3 {
  font-size: 1.563em;
}
body h4 {
  font-size: 1.25em;
}
body small,
body .font_small {
  font-size: 0.7em;
}
body error {
  font-weight: 600;
  color: #ff0500;
  display: block;
  margin-top: 10px;
}
body success {
  font-weight: 600;
  color: #F16335;
  display: block;
  margin-top: 10px;
}
body .bg_1 {
  background-color: #F16335;
}
body .bg_2 {
  background-color: #FAF8F5;
}
body .bg_3 {
  background-color: #F5F2EE;
}
body .heading_1 {
  color: #F16335;
  font-size: 1.2em;
  letter-spacing: 0.1em;
  font-weight: bold;
  line-height: 1.7em;
  text-transform: uppercase;
}
body .heading_2 {
  color: #3D4246;
  font-weight: 700;
  margin-top: 0;
}
body .desc {
  color: #95989A;
}
body .text-bold {
  font-weight: bold;
}
body input:focus,
body select:focus,
body textarea:focus,
body button:focus {
  outline: none;
}
body .button,
body button {
  cursor: pointer;
  height: 40px;
  padding: 10px 20px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: none;
  border-radius: 50px;
  background-color: #F16335;
  color: #ffffff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
body .button:disabled,
body button:disabled {
  pointer-events: none;
  opacity: 0.6;
}
body .button:hover,
body button:hover {
  background-color: #3D4246;
}
body .dropdown {
  display: inline-block;
}
body .dropdown .dropdown-menu {
  width: 100%;
}
body .dropdown .dropdown-menu li {
  margin: 0;
}
body .dropdown .dropdown-menu li a {
  font-size: 14px;
}
body .btn-group {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
}
body .btn-group .btn {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}
body .btn-group .btn:focus {
  outline: none;
}
body .search_aj {
  position: relative;
  display: block;
  width: 100px;
  padding: 10px 20px 10px 40px;
  margin: 15px 0 20px;
  border: none;
  border-radius: 50px;
  background-color: rgba(61, 66, 70, 0.2);
}
body .search_aj::-webkit-input-placeholder {
  color: rgba(61, 66, 70, 0.6);
}
body .search_aj::-moz-placeholder {
  color: rgba(61, 66, 70, 0.6);
}
body .search_aj:-ms-input-placeholder {
  color: rgba(61, 66, 70, 0.6);
}
body .search_aj::-ms-input-placeholder {
  color: rgba(61, 66, 70, 0.6);
}
body .search_aj::placeholder {
  color: rgba(61, 66, 70, 0.6);
}
body .input {
  position: relative;
}
body .input select,
body .input input {
  display: block;
  width: 100%;
  padding: 10px 20px 10px 40px;
  margin: 15px 0 20px;
  border: none;
  border-radius: 50px;
  background-color: rgba(61, 66, 70, 0.2);
}
body .input select::-webkit-input-placeholder, body .input input::-webkit-input-placeholder {
  color: rgba(61, 66, 70, 0.6);
}
body .input select::-moz-placeholder, body .input input::-moz-placeholder {
  color: rgba(61, 66, 70, 0.6);
}
body .input select:-ms-input-placeholder, body .input input:-ms-input-placeholder {
  color: rgba(61, 66, 70, 0.6);
}
body .input select::-ms-input-placeholder, body .input input::-ms-input-placeholder {
  color: rgba(61, 66, 70, 0.6);
}
body .input select::placeholder,
body .input input::placeholder {
  color: rgba(61, 66, 70, 0.6);
}
body .input select {
  cursor: pointer;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
body .input select:focus {
  border-radius: 0;
}
body .input > select + .selector {
  pointer-events: none;
  position: absolute;
  top: 13px;
  right: 12px;
  font-size: 15px;
  color: rgba(61, 66, 70, 0.6);
}
body .input textarea {
  resize: vertical;
  display: block;
  width: 100%;
  padding: 10px 20px 10px 40px;
  border: none;
  border-radius: 20px;
  background-color: rgba(61, 66, 70, 0.2);
}
body .input textarea::-webkit-input-placeholder {
  color: rgba(61, 66, 70, 0.6);
}
body .input textarea::-moz-placeholder {
  color: rgba(61, 66, 70, 0.6);
}
body .input textarea:-ms-input-placeholder {
  color: rgba(61, 66, 70, 0.6);
}
body .input textarea::-ms-input-placeholder {
  color: rgba(61, 66, 70, 0.6);
}
body .input textarea::placeholder {
  color: rgba(61, 66, 70, 0.6);
}
body .input .icon {
  position: absolute;
  top: 13px;
  left: 12px;
  font-size: 15px;
  color: rgba(61, 66, 70, 0.6);
}
body .input .checkbox,
body .input .radio {
  display: block;
  position: relative;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 15px;
  font-weight: normal;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
body .input .checkbox.left,
body .input .radio.left {
  padding-left: 35px;
}
body .input .checkbox.left .checkmark,
body .input .radio.left .checkmark {
  left: 0;
}
body .input .checkbox.right .checkmark,
body .input .radio.right .checkmark {
  right: 0;
}
body .input .checkbox:hover input ~ .checkmark,
body .input .radio:hover input ~ .checkmark {
  background-color: rgba(61, 66, 70, 0.2);
}
body .input .checkbox input,
body .input .radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
body .input .checkbox input:checked ~ .checkmark,
body .input .radio input:checked ~ .checkmark {
  background-color: #F16335;
}
body .input .checkbox input:checked ~ .checkmark:after,
body .input .radio input:checked ~ .checkmark:after {
  display: block;
}
body .input .checkbox .checkmark,
body .input .radio .checkmark {
  position: absolute;
  top: -2px;
  height: 25px;
  width: 25px;
  border-radius: 50px;
  background-color: rgba(61, 66, 70, 0.2);
}
body .input .checkbox .checkmark:after,
body .input .radio .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 9px;
  top: 6px;
  width: 6px;
  height: 10px;
  border: solid #ffffff;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
body .input td.action a:hover {
  cursor: pointer;
}
body .no-margin {
  margin: 0 !important;
}
body .ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
body .input .fstElement {
  border-radius: 0px !important;
  border: none;
}
body .input .fstElement .fstQueryInput {
  background-color: transparent;
}
body .input .fstElement .fstQueryInputExpanded {
  padding: 0;
  margin: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
body .input .fstElement .fstQueryInputExpanded:focus {
  border-radius: 0;
}
body .input .fstElement .fstControls {
  margin: 0;
  padding: 10px 20px 10px 40px;
  border-radius: 20px;
  background-color: rgba(61, 66, 70, 0.2);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
body .input .fstElement .fstControls .fstChoiceItem {
  padding-left: 1.7em;
}
body .input .fstElement .fstControls .fstChoiceItem .fstChoiceRemove {
  left: 1px;
  top: 50%;
  height: 20px;
}
body .input .fstElement .fstControls input:focus + .fstControls {
  border-radius: 0;
}
body .input .fstElement .fstResults {
  background-color: #ffffff;
}
body .input .fstElement .fstResults span {
  padding: 10px 20px 10px 40px;
  background-color: rgba(61, 66, 70, 0.2);
  border: none;
}
body .input .fstElement .fstResults span.fstSelected {
  background-color: #3297FD;
}
body .input .selector {
  position: absolute;
  right: 14px;
  top: 13px;
  color: rgba(61, 66, 70, 0.6);
}
body .input table.form > tbody > tr > td .input {
  padding: 0;
}
body .input table.form > tbody > tr > td .input input,
body .input table.form > tbody > tr > td .input select,
body .input table.form > tbody > tr > td .input textarea {
  margin: 0;
}
body form > div > div .input input {
  margin: 8px 0;
}
body form > div > div .input select {
  margin: 8px 0;
}
body form > div > div > div button {
  margin: 8px 0;
}
body form.form-inline > div {
  margin-right: 5px;
}
body form.form-inline > div:last-child {
  margin-right: 0;
}
body form.form-inline .input {
  min-width: 200px;
}
body form.form-inline .input input,
body form.form-inline .input select {
  margin: 0;
}
body form.form-inline a.button {
  display: inline-block;
}
body table tbody.tab-pane.active {
  display: table-row-group;
}
body .nav.nav-tabs li.active a {
  background-color: #c4c4c4;
  color: #3D4246;
}
body .nav.nav-tabs li a {
  font-size: 14px;
  color: #ffffff;
  background-color: rgba(61, 66, 70, 0.5);
}
body div.table-upload input[type=file] {
  position: relative;
  width: 70px;
}
body div.table-upload input[type=file]:after {
  content: "Upload";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #F16335;
  top: 0;
  color: #fff;
  text-align: center;
  line-height: 21px;
  cursor: pointer;
}

#preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 9999999;
  background-color: #FAF8F5;
}
#preloader .spinner {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
}
#preloader .spinner .spinner-part1 {
  position: absolute;
  width: 100px;
  height: 80px;
  background-image: url("/assets/images/spinner/spinner-part1.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
#preloader .spinner .spinner-part2 {
  position: absolute;
  width: 100px;
  height: 50px;
  margin-top: -9px;
  margin-left: -9px;
  background-image: url("/assets/images/spinner/spinner-arrow1.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  clip: rect(0px, 100px, 100px, 0px);
  -webkit-animation: mask1 1.5s ease-in-out infinite;
          animation: mask1 1.5s ease-in-out infinite;
}
#preloader .spinner .spinner-part3 {
  position: absolute;
  width: 100px;
  height: 48px;
  margin-top: 10px;
  margin-left: 10px;
  background-image: url("/assets/images/spinner/spinner-arrow2.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  clip: rect(0px, 100px, 100px, 0px);
  -webkit-animation: mask2 1.5s ease-in-out infinite;
          animation: mask2 1.5s ease-in-out infinite;
}

@-webkit-keyframes mask1 {
  0% {
    clip: rect(0px, 100px, 0px, 0px);
  }
  to {
    clip: rect(0px, 100px, 100px, 0px);
  }
}

@keyframes mask1 {
  0% {
    clip: rect(0px, 100px, 0px, 0px);
  }
  to {
    clip: rect(0px, 100px, 100px, 0px);
  }
}
@-webkit-keyframes mask2 {
  0% {
    clip: rect(100px, 100px, 0px, 0px);
  }
  to {
    clip: rect(0px, 100px, 100px, 0px);
  }
}
@keyframes mask2 {
  0% {
    clip: rect(100px, 100px, 0px, 0px);
  }
  to {
    clip: rect(0px, 100px, 100px, 0px);
  }
}
.hide-scroll {
  overflow: hidden;
}

.title {
  padding: 15px 0;
}
.title .page_name {
  margin: 0;
}
.title .breadcrumb {
  margin: 8px 0;
  padding: 0;
  text-align: left;
  background: none;
  font-size: 10px;
}
.title .breadcrumb li {
  display: inline-block;
  margin: 0;
  font-size: 17px;
  font-weight: bold;
  vertical-align: middle;
  color: #3D4246;
}
.title .breadcrumb li.active {
  color: rgba(61, 66, 70, 0.6);
}

#login {
  width: 100vw;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url("/assets/images/login-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 1;
}
#login:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.4);
}
#login .wrap {
  width: 45vw;
  border-radius: 5px;
  overflow: hidden;
  background-color: #ffffff;
  -webkit-box-shadow: 0 4px 5px -2px rgba(0, 0, 0, 0.16);
          box-shadow: 0 4px 5px -2px rgba(0, 0, 0, 0.16);
  z-index: 99;
}
#login .wrap .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 320px;
}
#login .wrap .row .side-bg {
  background-color: #F5F2EE;
  background-image: url("/assets/images/logo.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-size: 65%;
}
#login .wrap .row form {
  margin-top: 30px;
  padding: 0 20px;
}

.nothing_found {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 300px;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid var(--border);
}
.nothing_found .title {
  display: table-cell;
  font-weight: 300;
  font-size: 30px;
  color: #95989A;
}

section > .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#viewOrder .card {
  margin-bottom: 30px;
  padding: 5px 15px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 1px 5px -2px rgba(0, 0, 0, 0.16);
          box-shadow: 0 1px 5px -2px rgba(0, 0, 0, 0.16);
}
#viewOrder .card .card-title {
  font-size: 18px;
  font-weight: bold;
}
#viewOrder .card .card-title .edit {
  cursor: pointer;
  float: right;
  font-size: 14px;
  color: rgba(61, 66, 70, 0.6);
}
#viewOrder .card .card-title .edit a {
  color: rgba(61, 66, 70, 0.6);
}
#viewOrder .card .card-desc > div > div {
  font-size: 13px;
  margin-bottom: 8px;
  color: rgba(61, 66, 70, 0.6);
}
#viewOrder .card .card-desc .radio,
#viewOrder .card .card-desc .checkbox {
  -webkit-transform: scale(0.84);
          transform: scale(0.84);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}

.modal .modal-content {
  border: none;
  border-radius: 0;
}
.modal .modal-header {
  font-size: 14px;
  padding: 8px 15px;
}
.modal .modal-header .close {
  margin: 0;
  opacity: 1;
  color: rgba(61, 66, 70, 0.6);
}
.modal .modal-body {
  padding: 8px 15px;
}

order-list order-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  padding: 7px 0 !important;
  margin-bottom: 10px;
  font-size: 13px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 1px 5px -2px rgba(0, 0, 0, 0.16);
          box-shadow: 0 1px 5px -2px rgba(0, 0, 0, 0.16);
}
order-list order-item item-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
order-list order-item item-image img {
  display: block;
  max-width: 100%;
  height: 60px;
}
order-list order-item order-title {
  display: block;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 8px;
  color: #3d4246;
}
order-list order-item order-value,
order-list order-item product-name,
order-list order-item pickup-date,
order-list order-item purchaser-name,
order-list order-item transport-name,
order-list order-item transport-status,
order-list order-item payment-method,
order-list order-item payment-status,
order-list order-item other-data {
  display: inline-block;
  margin-right: 12px;
  margin-bottom: 8px;
  color: rgba(61, 66, 70, 0.6);
}
order-list order-item device-condition {
  color: #337ab7;
  cursor: pointer;
}
order-list order-item device-condition:hover {
  color: #23527c;
}
order-list order-item order-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#exclusion .card {
  margin-bottom: 30px;
  padding: 15px 15px 20px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 1px 5px -2px rgba(0, 0, 0, 0.16);
          box-shadow: 0 1px 5px -2px rgba(0, 0, 0, 0.16);
}
#exclusion .card .card-title {
  margin-top: 0;
  font-size: 18px;
  font-weight: bold;
}
#exclusion .brand-list {
  max-height: 65vh;
  margin: 0;
  padding: 0;
  list-style-type: none;
  overflow: auto;
  background-color: rgba(61, 66, 70, 0.1);
  -webkit-box-shadow: 0 1px 5px -2px rgba(0, 0, 0, 0.16);
          box-shadow: 0 1px 5px -2px rgba(0, 0, 0, 0.16);
}
#exclusion .brand-list li {
  margin: 0;
}
#exclusion .brand-list li a {
  display: block;
  padding: 5px 15px;
  font-size: 14px;
  color: #3D4246;
}
#exclusion .brand-list li a:hover {
  background-color: rgba(61, 66, 70, 0.2);
}
#exclusion .brand-list li.active a {
  background-color: rgba(61, 66, 70, 0.2);
}
#exclusion table {
  margin: 0;
}
#exclusion .product-list {
  max-height: 65vh;
  overflow: auto;
}
#exclusion .product-list tbody tr {
  cursor: pointer;
}
#exclusion .product-list tbody tr:first-child td {
  border-top: none;
}
#exclusion .product-list tbody tr input[type=checkbox] {
  pointer-events: none;
}
#exclusion .products-table {
  max-height: 65vh;
  overflow: auto;
}
#exclusion .products-table tbody tr:first-child td {
  border-top: none;
}
#exclusion .products-table tbody tr input[type=checkbox] {
  pointer-events: none;
}

#checker .card {
  margin-bottom: 30px;
  padding: 15px 15px 20px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 1px 5px -2px rgba(0, 0, 0, 0.16);
          box-shadow: 0 1px 5px -2px rgba(0, 0, 0, 0.16);
}
#checker .card .card-title {
  margin-top: 0;
  font-size: 18px;
  font-weight: bold;
}
#checker .card .card-desc {
  font-size: 13px;
  margin-bottom: 8px;
  color: rgba(61, 66, 70, 0.6);
}
#checker .note {
  font-size: 13px;
}

#tracker .card {
  margin-bottom: 30px;
  padding: 15px 15px 20px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 1px 5px -2px rgba(0, 0, 0, 0.16);
          box-shadow: 0 1px 5px -2px rgba(0, 0, 0, 0.16);
}
#tracker .card .card-title {
  margin-top: 0;
  font-size: 18px;
  font-weight: bold;
}
#tracker .dealers-list {
  max-height: 65vh;
  margin: 0;
  padding: 0;
  list-style-type: none;
  overflow: auto;
  background-color: rgba(61, 66, 70, 0.1);
  -webkit-box-shadow: 0 1px 5px -2px rgba(0, 0, 0, 0.16);
          box-shadow: 0 1px 5px -2px rgba(0, 0, 0, 0.16);
}
#tracker .dealers-list li {
  position: relative;
  margin: 0;
  padding: 7px 15px;
  font-size: 14px;
}
#tracker .dealers-list li.active, #tracker .dealers-list li:hover {
  background-color: rgba(61, 66, 70, 0.2);
}
#tracker .dealers-list li a {
  display: block;
  width: 90%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #3D4246;
}
#tracker .dealers-list li .badge {
  position: absolute;
  right: 10px;
  top: 8px;
  border-radius: 50px;
  background-color: rgba(61, 66, 70, 0.6);
}
#tracker table {
  margin: 0;
}
#tracker .product-list {
  max-height: 65vh;
  overflow: auto;
}
#tracker .product-list tbody tr {
  cursor: pointer;
}
#tracker .product-list tbody tr:first-child td {
  border-top: none;
}
#tracker .product-list tbody tr input[type=checkbox] {
  pointer-events: none;
}

.search-area {
  position: relative;
}
.search-area .search-product {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.search-area .search-product:focus {
  border-radius: 0;
}
.search-area .input {
  margin: 0;
}
.search-area .search-result {
  display: none;
  position: absolute;
  z-index: 99;
  width: 100%;
  -webkit-box-shadow: 0 4px 5px -2px rgba(0, 0, 0, 0.16);
          box-shadow: 0 4px 5px -2px rgba(0, 0, 0, 0.16);
}
.search-area .search-result ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.search-area .search-result ul li {
  display: block;
  margin: 0;
  padding: 10px 20px 10px 40px;
  font-size: 14px;
  cursor: pointer;
  background-color: #d8d9da;
}
.search-area .search-result ul li:hover {
  color: #ffffff;
  background-color: #3297FD;
}

.float-bottom {
  position: fixed;
  padding: 0;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  line-height: 25px;
  text-align: center;
  border-radius: 50px;
}

.pagination {
  display: block;
  margin-top: 30px;
  text-align: center;
}
.pagination a {
  display: inline-block;
  padding: 7px 16px;
  margin: 0 5px;
  border-radius: 50px;
  background-color: rgba(61, 66, 70, 0.2);
  color: #3D4246;
}
.pagination strong {
  display: inline-block;
  padding: 7px 16px;
  margin: 0 5px;
  border-radius: 50px;
  background-color: #F16335;
  color: #ffffff;
}

.nothing_found {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 300px;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid var(--borderDark);
}
.nothing_found .title {
  display: table-cell;
  font-weight: 300;
  font-size: 30px;
  color: #95989A;
}

.card-box {
  padding: 20px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  border-radius: 3px;
  -moz-border-radius: 3px;
  background-clip: padding-box;
  margin-bottom: 20px;
  background-color: #ffffff;
}

#alerts {
  position: fixed;
  z-index: 9999;
  padding: 10px;
  margin-bottom: 20px;
  bottom: 0;
  right: 0;
  list-style-type: none;
}
#alerts li {
  width: 400px;
  padding: 15px 15px;
  margin: 0 0 8px 0;
  font-size: 14px;
  line-height: 15px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #ffffff;
  -webkit-box-shadow: 0 4px 5px -2px rgba(0, 0, 0, 0.16);
          box-shadow: 0 4px 5px -2px rgba(0, 0, 0, 0.16);
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}
#alerts li i {
  float: right;
  cursor: pointer;
}
#alerts li.success {
  background-color: #dff0d8;
}
#alerts li.error {
  background-color: #f2dede;
}
#alerts li.warning {
  background-color: #fcf8e3;
}
#alerts li.info {
  background-color: #d9edf7;
}

#priceTracker .card-desc > .row {
  padding: 5px 0;
}

#updateBalances .card {
  margin-bottom: 30px;
  padding: 5px 15px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 1px 5px -2px rgba(0, 0, 0, 0.16);
          box-shadow: 0 1px 5px -2px rgba(0, 0, 0, 0.16);
}
#updateBalances .card .card-title {
  font-size: 16px;
  font-weight: bold;
}
#updateBalances .card .card-title .edit {
  cursor: pointer;
  float: right;
  font-size: 14px;
  color: rgba(61, 66, 70, 0.6);
}
#updateBalances .card .card-desc > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#updateBalances .card .card-desc > div > div {
  font-size: 13px;
  margin-bottom: 8px;
  color: rgba(61, 66, 70, 0.6);
}

.img-gallery {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.img-gallery li {
  display: inline-block;
  margin: 10px 18px;
}
.img-gallery li a {
  display: block;
  width: 150px;
  height: 150px;
  text-align: center;
  padding: 0 5px;
  border: 1px solid #3D4246;
  background-color: rgba(149, 152, 154, 0.2);
  border-radius: 4px;
}
.img-gallery li a img {
  width: auto;
  max-width: 100%;
  height: 100%;
}

@media (max-width: 800px) {
  #login .wrap {
    width: 80%;
  }
}
@media (max-width: 767px) {
  #login .wrap {
    width: 80%;
  }
}
.searchinventoryselect {
  border-radius: 50px;
  outline: none;
  background-color: rgba(61, 66, 70, 0.2);
}

select#searchstatus {
  border: 0px;
  outline: 0px;
}

#searchstatus:focus {
  border-radius: 50px !important;
}

#searchstatus option {
  border-color: #ccc;
  -webkit-box-shadow: #ccc;
          box-shadow: #ccc;
  border: 0px solid #ccc;
  outline: 0;
}

ul.for_checkbox {
  background: #fff;
  text-decoration: none;
  float: left;
  position: absolute;
  z-index: 999;
  width: 100%;
  padding: 0px;
  border: 1px solid #eee;
  display: none;
}
ul.for_checkbox li {
  text-align: left;
  list-style-type: none;
  margin: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 4px 15px;
}
ul.for_checkbox li:hover {
  background-color: #038bff;
  color: #fff;
}
ul.for_checkbox li span {
  margin: 0px 0px 0px 10px;
  font-size: 10px;
}
ul.for_checkbox li input {
  float: left;
  width: 15px;
  height: 20px;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100dvh;
  background-color: var(--body-bg) !important;
  font-size: 13px;
  line-height: 1.45;
  font-family: "Open Sans", sans-serif;
}

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

a {
  text-decoration: none;
}
a:visited, a:hover, a:focus {
  text-decoration: none;
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.25;
  font-weight: 700;
}

h1 {
  font-size: 3.4em;
}

h2 {
  font-size: 1.953em;
}

h3 {
  font-size: 1.563em;
}

h4 {
  font-size: 1.25em;
}

small,
.font_small {
  font-size: 0.7em;
}

p {
  font-size: 13px;
  margin-bottom: 0;
}

ul {
  margin-bottom: 0.5em;
}

error {
  font-weight: 600;
  color: #ff0500;
  display: block;
  margin-top: 10px;
}

success {
  font-weight: 600;
  color: greenyellow;
  display: block;
  margin-top: 10px;
}

.heading_1 {
  color: #333;
  font-size: 1.2em;
  letter-spacing: 0.1em;
  font-weight: bold;
  line-height: 1.7em;
  text-transform: uppercase;
}

.heading_2 {
  color: #333;
  font-weight: 700;
  margin-top: 0;
}

:root {
  --primay:#ffffff;
  --black: #181a21;
  --orange:#F16335;
  --blackWhite:#ffffff;
  --body-bg:#FAF8F5;
  --gray-1:#F5F2EE;
  --gray-2:#e8e7e5;
  --gray-3:#d6d6d6;
  --gray-4:#95989A;
  --gray-5:#3D4246;
  --headerColor:#ffffff;
  --shadowColor:hsla(0, 0%, 0%, 0.132);
  --border:#d6d6d6;
  --borderDark:#d6d6d6;
  --cardColor:#ffffff;
  --trColor:#f5f5f6;
  --tableBorder: #d6d6d6;
}

:root[data-theme=dark] {
  --blackWhite:#181a21;
  --body-bg:#282a36;
  --primay:#20212b;
  --headerColor:#363948;
  --gray-2:#23252f;
  --gray-1:#3D4246;
  --gray-3:#d6d6d6;
  --gray-4:#e8e7e5;
  --gray-5:#F5F2EE;
  --shadowColor:hsla(0, 0%, 0%, 0.5);
  --border:#222222;
  --borderDark:#414040;
  --cardColor:#363948;
  --tableBorder:#525252;
  --trColor:#303342;
}

.top-navbar {
  position: sticky;
  left: -1px;
  top: 0;
  z-index: 12;
  -webkit-box-shadow: 0 1px 5px -2px var(--shadowColor);
          box-shadow: 0 1px 5px -2px var(--shadowColor);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.top-navbar .logo {
  width: 150px;
  background-color: var(--gray-2);
  padding: 6px 5px;
  border-bottom: 1px solid var(--border);
}
@media only screen and (max-width: 300px) {
  .top-navbar .logo {
    width: 0;
    display: none;
  }
}
@media only screen and (min-width: 420px) {
  .top-navbar .logo {
    width: 225px;
  }
}
.top-navbar .logo img {
  max-width: 85%;
}
@media only screen and (min-width: 420px) {
  .top-navbar .logo img {
    max-width: 75%;
  }
}
.top-navbar .menu_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--headerColor);
  padding: 0px 10px;
  width: calc(100% - 150px);
}
@media only screen and (max-width: 300px) {
  .top-navbar .menu_items {
    width: 100%;
  }
}
@media only screen and (min-width: 420px) {
  .top-navbar .menu_items {
    width: calc(100% - 225px);
  }
}
.top-navbar .menu_items > i {
  padding: 7px 9px;
  cursor: pointer;
  border: 1px solid var(--gray-2);
  border-radius: 2px;
  color: var(--gray-5);
}
.top-navbar .menu_items > .menu {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.top-navbar .menu_items > .menu > li {
  margin: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.top-navbar .menu_items > .menu > li.btn-switch {
  padding-top: 8px;
  /* Rounded sliders */
}
.top-navbar .menu_items > .menu > li.btn-switch .switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 26px;
}
.top-navbar .menu_items > .menu > li.btn-switch .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.top-navbar .menu_items > .menu > li.btn-switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--gray-1);
  border: 1px solid var(--gray-2);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.top-navbar .menu_items > .menu > li.btn-switch .slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 2px;
  bottom: 2px;
  border: 1px solid var(--gray-2);
  background: url("/assets/images/sun.svg"), var(--gray-1);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 80%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.top-navbar .menu_items > .menu > li.btn-switch input:checked + .slider {
  background-color: var(--gray-1);
}
.top-navbar .menu_items > .menu > li.btn-switch input:focus + .slider {
  -webkit-box-shadow: 0 0 1px var(--gray-1);
          box-shadow: 0 0 1px var(--gray-1);
}
.top-navbar .menu_items > .menu > li.btn-switch input:checked + .slider:before {
  -webkit-transform: translateX(24px);
          transform: translateX(24px);
  background: url("/assets/images/moon.svg"), var(--primay);
  border: 1px solid var(--gray-1);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 80%;
}
.top-navbar .menu_items > .menu > li.btn-switch .slider.round {
  border-radius: 34px;
}
.top-navbar .menu_items > .menu > li.btn-switch .slider.round:before {
  border-radius: 50%;
}
.top-navbar .menu_items > .menu > li > a {
  display: block;
  padding: 13px 20px;
  font-size: 14px;
  font-weight: 400;
  color: var(--gray-5);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.top-navbar .menu_items > .menu > li.submenu {
  position: relative;
}
.top-navbar .menu_items > .menu > li.submenu ul {
  display: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 12;
  padding: 5px 0;
  left: auto;
  right: -6%;
  top: 101%;
  background-color: var(--headerColor);
  width: 155px;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  -webkit-box-shadow: 0 0px 5px 0px var(--shadowColor);
          box-shadow: 0 0px 5px 0px var(--shadowColor);
}
@media only screen and (min-width: 420px) {
  .top-navbar .menu_items > .menu > li.submenu ul {
    left: 18%;
    right: auto;
  }
}
.top-navbar .menu_items > .menu > li.submenu ul li {
  margin: 0;
}
.top-navbar .menu_items > .menu > li.submenu ul li a {
  text-decoration: none;
  display: block;
  padding: 8px 14px;
  font-size: 13px;
  color: var(--gray-5);
  opacity: 0.7;
  border-bottom: 1px solid var(--border);
}
.top-navbar .menu_items > .menu > li.submenu ul li a:hover {
  background-color: var(--gray-100);
  color: var(--gray-5);
  opacity: 1;
}
.top-navbar .menu_items > .menu > li.submenu ul li:last-child a {
  border-bottom-color: transparent;
}
.top-navbar .menu_items > .menu > li.submenu:hover ul {
  display: block;
}

.wrapper {
  overflow-x: hidden;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
}
.wrapper aside {
  position: fixed;
  overflow: hidden;
  top: 37px;
  left: -100%;
  width: 100%;
  height: 100%;
  padding: 10px 0;
  background-color: var(--gray-2);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  z-index: 9;
}
@media screen and (min-width: 480px) {
  .wrapper aside {
    width: 225px;
    left: 0;
  }
}
.wrapper aside.xs {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
@media screen and (min-width: 480px) {
  .wrapper aside.xs {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.wrapper main {
  width: 100%;
  margin: 0;
  padding: 4px;
}
@media screen and (min-width: 480px) {
  .wrapper main {
    width: calc(100% - 225px);
    margin-left: 225px;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    padding: 5px 10px;
  }
  .wrapper main.main-xs {
    width: 100%;
    margin-left: 0;
  }
}

footer {
  position: relative;
  z-index: 1;
  margin-top: auto;
  padding: 5px 0;
  background-color: var(--gray-2);
}
@media screen and (min-width: 480px) {
  footer {
    z-index: 10;
  }
}
footer p {
  text-align: center;
  margin-bottom: 0;
  font-size: 12px;
  color: var(--gray-5);
  opacity: 0.5;
}

.sidebar {
  position: fixed;
  top: 0;
  left: 0;
  width: 250px;
  -webkit-transition: all 0.6s linear;
  transition: all 0.6s linear;
}
.sidebar #search_div {
  position: relative;
  padding: 25px 6px 3px;
}
.sidebar #search_div > #mySearch {
  border: none;
  width: 100%;
  padding: 8px 4px 8px 32px;
  background: var(--blackWhite);
  border: 1px solid var(--borderDark);
  border-radius: 40px;
  height: 42px;
  color: var(--gray-5);
}
.sidebar #search_div > #mySearch::-webkit-input-placeholder {
  color: var(--gray-5);
  opacity: 0.7;
}
.sidebar #search_div > #mySearch::-moz-placeholder {
  color: var(--gray-5);
  opacity: 0.7;
}
.sidebar #search_div > #mySearch:-ms-input-placeholder {
  color: var(--gray-5);
  opacity: 0.7;
}
.sidebar #search_div > #mySearch::-ms-input-placeholder {
  color: var(--gray-5);
  opacity: 0.7;
}
.sidebar #search_div > #mySearch::placeholder {
  color: var(--gray-5);
  opacity: 0.7;
}
.sidebar #search_div > .icon {
  position: absolute;
  top: 40px;
  left: 16px;
  font-size: 15px;
  color: rgb(128, 128, 128);
}
.sidebar .sideMenu {
  position: relative;
  min-height: 100%;
  width: 100%;
}
.sidebar .sideMenu .side-menu {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: calc(100% - 140px);
  overflow-y: scroll;
}
.sidebar .sideMenu .side-menu > li {
  position: relative;
  margin: 0;
}
.sidebar .sideMenu .side-menu > li > a {
  display: block;
  padding: 10px 5px 10px 15px;
  color: var(--gray-5);
  opacity: 0.7;
  font-weight: 500;
  font-size: 12px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.sidebar .sideMenu .side-menu > li > a:hover {
  background-color: var(--border);
  opacity: 1;
}
.sidebar .sideMenu .side-menu > li.active > a {
  border-left: 3px solid var(--orange);
  background-color: var(--border);
}
.sidebar .sideMenu .side-menu > li.submenu > a::after {
  content: "\f054";
  position: absolute;
  right: 10px;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  color: var(--gray-5);
  opacity: 0.7;
}
.sidebar .sideMenu .side-menu > li.submenu > ul {
  background-color: var(--blackWhite);
  padding: 5px 0;
  display: none;
}
.sidebar .sideMenu .side-menu > li.submenu > ul > li {
  margin: 0;
}
.sidebar .sideMenu .side-menu > li.submenu > ul > li > a {
  display: block;
  padding: 10px 5px 10px 32px;
  color: var(--gray-5);
  opacity: 0.6;
  font-weight: 500;
  font-size: 12px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border-left: 2px solid transparent;
  border-bottom: 1px solid var(--borderDark);
}
.sidebar .sideMenu .side-menu > li.submenu > ul > li > a:hover {
  background-color: var(--borderDark);
  border-left: 2px solid orangered;
  opacity: 0.9;
}
.sidebar .sideMenu .side-menu > li.submenu > ul > li:last-child > a {
  border-bottom-color: transparent;
}
.sidebar .sideMenu .side-menu > li.submenu.open {
  background-color: var(--border);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.sidebar .sideMenu .side-menu > li.submenu.open > ul {
  display: block;
}
.sidebar .sideMenu .side-menu > li.submenu.open > ul > li.active {
  border-left: 2px solid var(--orange);
}
.sidebar .sideMenu .side-menu > li.submenu.open > a::after {
  content: "\f077";
}

.table > thead > tr > th {
  border-bottom: 1px solid var(--borderDark) !important;
  border-color: var(--tableBorder) !important;
  color: var(--gray-5) !important;
  opacity: 0.6;
}
.table > tbody > tr > td, .table > tbody > tr > th {
  color: var(--gray-5);
  vertical-align: middle;
  opacity: 0.7;
  border-color: var(--tableBorder);
}
.table > tbody > tr > td button, .table > tbody > tr > th button {
  height: 28px;
  padding: 0 10px;
  border-radius: 2px;
}
.table > tbody > tr > td button:hover, .table > tbody > tr > th button:hover {
  border-color: var(--gray-1);
  background-color: var(--gray-5);
}
.table > tbody > tr > td button:hover i, .table > tbody > tr > th button:hover i {
  color: var(--orange);
}
.table > tbody > tr > td:hover, .table > tbody > tr > th:hover {
  opacity: 1;
}
.table.table-bordered {
  border-color: var(--tableBorder);
}
.table.table-striped > tbody > tr:nth-child(odd) {
  background-color: var(--trColor);
}
.table.table-hover > tbody > tr:nth-child(even):hover {
  background-color: var(--trColor);
}

.table-responsive {
  border-color: var(--tableBorder);
}

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

.title {
  padding: 15px 0;
}

.title .page_name {
  margin: 0;
}

.title .breadcrumb {
  margin: 8px 0;
  padding: 0;
  text-align: left;
  background: none;
  font-size: 10px;
}

.title .breadcrumb li {
  display: inline-block;
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  vertical-align: middle;
  color: var(--gray-4);
}

.title .breadcrumb li.active {
  color: var(--gray-5);
}

.title small {
  color: var(--gray-5);
}

label {
  color: var(--gray-5);
  opacity: 0.75;
}

.form-control {
  background-color: var(--primay) !important;
  border-color: var(--border) !important;
  color: var(--gray-5) !important;
  opacity: 0.75;
}

input::-webkit-input-placeholder {
  color: var(--gray-5) !important;
  opacity: 0.9;
}

input::-moz-placeholder {
  color: var(--gray-5) !important;
  opacity: 0.9;
}

input:-ms-input-placeholder {
  color: var(--gray-5) !important;
  opacity: 0.9;
}

input::-ms-input-placeholder {
  color: var(--gray-5) !important;
  opacity: 0.9;
}

input::placeholder {
  color: var(--gray-5) !important;
  opacity: 0.9;
}

.card {
  margin-bottom: 30px;
  padding: 10px 5px;
  background-color: var(--headerColor);
  -webkit-box-shadow: 0 1px 5px -2px var(--shadowColor);
          box-shadow: 0 1px 5px -2px var(--shadowColor);
}
@media screen and (min-width: 480px) {
  .card {
    padding: 10px 15px;
  }
}
.card .card-title {
  font-size: 18px;
  font-weight: 600;
}
.card .card-desc {
  font-size: 13px;
  margin-bottom: 8px;
  color: rgba(61, 66, 70, 0.6);
}

div.dataTables_wrapper .dataTables_info {
  display: none;
  white-space: normal !important;
}
div.dataTables_wrapper .dataTables_paginate {
  margin-left: -16% !important;
  margin-top: 16px !important;
}
div.dataTables_wrapper .dataTables_paginate .pagination > li > a {
  background-color: var(--headerColor);
  border-color: var(--border);
  color: var(--gray-5) !important;
}
div.dataTables_wrapper .dataTables_paginate .pagination > li:first-child > a, div.dataTables_wrapper .dataTables_paginate .pagination > li:last-child > a {
  border-color: transparent;
}
div.dataTables_wrapper .dataTables_paginate .pagination > li:active > a {
  background-color: var(--orange);
  border-color: var(--orange);
}

.pagination > .active > a, .pagination > .active > a:focus,
.pagination > .active > a:hover, .pagination > .active > span,
.pagination > .active > span:focus, .pagination > .active > span:hover {
  background-color: var(--orange) !important;
  border-color: var(--orange) !important;
}

.modal-content {
  background-color: var(--headerColor);
  border-color: var(--gray-4);
}

.modal-header .modal-title {
  color: var(--gray-5);
}

.modal-header, .modal-footer {
  border-color: var(--borderDark);
}

.cardheightMax {
  background-color: var(--trColor);
}
.cardheightMax .list-group .list-group-item {
  color: var(--gray-5);
  background-color: var(--primay);
  border-color: var(--borderDark);
}

.count-card {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.count-card > .card2 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-shadow: 0 1px 5px -2px var(--shadowColor);
          box-shadow: 0 1px 5px -2px var(--shadowColor);
  border: 1px solid var(--border);
  background-color: var(--cardColor);
  padding: 20px 16px;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 16px;
  color: var(--gray-5);
}
.count-card > .card2 > .card_heading {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.count-card > .card2 > .card_heading > .card-title i {
  color: var(--orange);
  font-size: 24px;
}
.count-card > .card2 > .card_heading > .card-title h4 {
  color: var(--gray-700);
  font-size: 14px;
  font-weight: 500;
}
.count-card > .card2 > .card_heading > .card-count h3 {
  font-size: 28px;
  color: var(--gray-700);
  font-weight: 400;
}
.count-card > .card2 > .row:last-child {
  margin-top: auto;
}
.count-card > .card2 .card-content {
  padding: 0;
  margin-top: auto;
}
.count-card > .card2 .card-content .table {
  margin-bottom: 0;
}
.count-card > .card2 .card-content .table > tbody > tr:first-child {
  background-color: var(--gray-2);
}
.count-card > .card2 .card-content .table > tbody > tr > th, .count-card > .card2 .card-content .table > tbody > tr > td {
  border-color: transparent;
  padding-left: 16px;
  padding-right: 16px;
}

.count-cards .card2 {
  padding: 10px;
  background-color: var(--primary);
  border: 1px solid var(--border);
  margin-bottom: 15px;
}

#mysearchForm button {
  max-height: 34px;
  padding: 4px 15px;
  margin: 5px 3px;
}
#mysearchForm #tsearch {
  border-radius: 4px;
}
#mysearchForm .form-control {
  height: 34px;
  margin-bottom: 5px;
}
@media screen and (min-width: 480px) {
  #mysearchForm {
    text-align: right;
  }
}

#searchDiv #productname {
  background-color: var(--primay);
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 4px 14px;
  color: var(--gray-5);
  opacity: 1;
  height: 41px;
}

#suggestions {
  min-height: 0px !important;
  max-height: 300px;
  overflow: auto;
  background-color: transparent;
  position: absolute;
  z-index: 5555555;
  width: 100%;
  right: 0;
  left: auto;
  top: 105%;
  -webkit-box-shadow: var(--shadowColor) 0px 14px 28px, var(--shadowColor) 0px 10px 10px;
          box-shadow: var(--shadowColor) 0px 14px 28px, var(--shadowColor) 0px 10px 10px;
}

#suggestions ul {
  position: relative;
  list-style: none;
  height: 100%;
  overflow-y: scroll;
  text-align: left;
  background-color: var(--primay);
  border: 1px solid var(--border);
}
#suggestions ul > li > a {
  color: var(--gray-5);
  padding: 8px 10px;
  border-bottom: 1px solid var(--borderDark);
  font-size: 12px;
  font-weight: 500;
  display: block;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#suggestions ul > li > a:hover {
  background-color: var(--border);
}

.boxes .card2 {
  background-color: var(--headerColor);
  padding: 5px;
  border-radius: 4px;
}/*# sourceMappingURL=style.css.map */