.nav-subitem p {
  margin-left: 10%;
}
.main-header .navbar-nav .nav-item {
  margin: auto;
}
.bill {
  min-height: 600px;
  margin-top: 1rem;
}
.card-primary.card-outline.thankyou-message {
  min-height: 100%;
}
.screen-table td {
  font-size: .875rem;
}
.credit-cardInput,
.chequeInput,
.stripeInput {
  display: none;
}
aside a {
  text-decoration: none;
}
.brand-image {
  display: inline;
}

.quotation-box {
  background: #ffffff;
  padding: 10px;
  margin: 10px auto;
  max-width: 800px;
}
.quotation-header {
  text-align: center;
  margin-bottom: 20px;
}
.quotation-header h1 {
  margin: 0;
  font-size: 24px;
}
.quotation-details,
.quotation-items {
  margin-bottom: 20px;
}
.quotation-items th,
.quotation-items td {
  text-align: right;
}
.quotation-items th:first-child,
.quotation-items td:first-child {
  text-align: left;
}
.total-row th,
.total-row td {
  font-weight: bold;
}
.divToHide {
  background: #ffffff;
  margin: 20px auto;
  margin-top: -50px;
  max-width: 800px;
}

.container {
  background-color: #fff;
  border-radius: 10px;
  padding: 30px;
}
.bill-header {
  text-align: center;
  margin-bottom: 30px;
}
.bill-table {
  margin-bottom: 30px;
}
.bill-table th,
.bill-table td {
  vertical-align: middle !important;
}
.bill-total {
  font-weight: bold;
}
.footer {
  text-align: center;
  margin-top: 20px;
}

.productList {
  box-shadow: none;
}

.logs-container {
  margin: auto;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 20px;
}

.dashboard-container {
  margin: auto;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.dashboard-card {
  min-height: 410px;
  max-height: 410px;
}

.report-container {
  min-height: 750px;
}

/* High charts */

.highcharts-figure,
.highcharts-data-table table {
  /* min-width: 360px;
    max-width: 800px; */
  margin: 1em auto;
}

.highcharts-data-table table {
  font-family: Verdana, sans-serif;
  border-collapse: collapse;
  border: 1px solid #ebebeb;
  margin: 10px auto;
  text-align: center;
  width: 100%;
  max-width: 500px;
}

.highcharts-data-table caption {
  padding: 1em 0;
  font-size: 1.2em;
  color: #555;
}

.highcharts-data-table th {
  font-weight: 600;
  padding: 0.5em;
}

.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
  padding: 0.5em;
}

.highcharts-data-table thead tr,
.highcharts-data-table tr:nth-child(even) {
  background: #f8f8f8;
}

.highcharts-data-table tr:hover {
  background: #f1f7ff;
}

.sales-container {
    margin: auto;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
  }

  #imagePreview{
    border: solid #6c757d 3px;
  }

  .alert-danger-inventory {
    background-color: #f8d7da;
    color: #721c24;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 15px;
    border: 1px solid #f5c6cb;
  }
  .alert-warning-inventory {
    background-color: #fff3cd;
    color: #856404;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 15px;
    border: 1px solid #ffeeba;
  }

@media screen and (max-width: 600px) {
  .dataTables_wrapper .dataTables_length,
  .dataTables_wrapper .dataTables_filter,
  .dataTables_wrapper .dataTables_info,
  .dataTables_wrapper .dataTables_paginate {
      text-align: center;
      margin: 10px 0;
  }
  table.dataTable thead .sorting:after,
  table.dataTable thead .sorting_asc:after,
  table.dataTable thead .sorting_desc:after {
      display: none;
  }
}

.user-panel img {
  height: auto;
  width: 2rem !important;
  cursor: pointer;
}

.profile-container {
  position: relative;
}

.profile-pic {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  cursor: pointer;
}

.profile-dropdown {
  display: none;
  position: absolute;
  right: 0;
  top: 50px;
  background-color: white;
  box-shadow: 0 8px 16px rgba(0,0,0,0.2);
  border-radius: 5px;
  overflow: hidden;
  z-index: 1;
  width: 300px;
}

.profile-dropdown a {
  display: block;
  padding: 10px;
  text-decoration: none;
  color: black;
  font-size: 14px;
}

.profile-dropdown a:hover {
  background-color: #f1f1f1;
}
.img-thumbnail-product {
  height: 200px !important;
}