@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@100;200;300;400;500;600;700;800;900&display=swap");

* {
  box-sizing: border-box;
}

button:focus {
  outline: none !important;
  outline-width: 0 !important;
  user-select: none !important;
}

a:hover {
  text-decoration: none !important;
  color: #0f172a;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  overflow-x: hidden;
  background-color: #ffffff !important;
  scroll-behavior: smooth;
  color: #3a3a3a !important;
  font-size: 15px !important;
  font-family: "Raleway", sans-serif !important;
}

/* input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
/* input[type="number"] {
  -moz-appearance: textfield;
} */

.orders-img {
  max-width: 100%;
}

main {
  background: #fafafa !important;
  height: calc(100vh - 49px);
  overflow-y: scroll;
  padding-bottom: 50px;
}

main::-webkit-scrollbar {
  width: 6px;
}

main::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

main::-webkit-scrollbar-thumb {
  background-color: rgb(126, 126, 126);
  border-radius: 16px;
}

.text-sm {
  font-size: 13px !important;
}

.bl-0 {
  border-left: 0 !important;
}

.br-0 {
  border-right: 0 !important;
}

.border-gray {
  border-color: #e9e9e9 !important;
}

.rounded-l-0 {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.rounded-r-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.bi {
  vertical-align: -0.125em;
  pointer-events: none;
  fill: currentColor;
}

.dropdown-toggle {
  outline: 0;
}

.nav-flush .nav-link {
  border-radius: 0;
  font-size: 14px;
}

.navbar-brand {
  letter-spacing: 4px;
}

.inventory-img {
  max-width: 200px;
  max-height: 100px;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.access-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  animation: fade-in 1s;
  display: none;
}

.access-form label {
  opacity: 80%;
  color: #0f172a;
}

.form-group-div {
  display: flex;
  flex-direction: column;
}

.btn.btn-toggle {
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 0.5rem !important;
  padding-left: 0 !important;
  font-weight: 600 !important;
  color: rgba(0, 0, 0, 0.65);
  background-color: transparent;
  border: 0;
  font-size: 15px !important;
}
.btn-toggle:hover,
.btn-toggle:focus {
  color: rgba(0, 0, 0, 0.85);
  box-shadow: none !important;
  opacity: 0.8;
}

/* .btn-toggle::before {
  width: 1.25em;
  line-height: 0;
  content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%280,0,0,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
  transition: transform 0.35s ease;
  transform-origin: 0.5em 50%;
  display: inline-block;
} */

.btn-toggle[aria-expanded="true"] {
  color: rgba(0, 0, 0, 0.85);
}
.btn-toggle[aria-expanded="true"]::before {
  transform: rotate(90deg);
}

.btn-toggle-nav a {
  display: inline-flex;
  padding: 0.1875rem 0.5rem;
  margin-top: 0.125rem;
  margin-left: 1.25rem;
  text-decoration: none;
}
.btn-toggle-nav a:hover,
.btn-toggle-nav a:focus {
  background-color: #ffffff;
  opacity: 0.8;
}

.scrollarea {
  overflow-y: auto;
}

.fw-semibold {
  font-weight: 600;
}
.lh-tight {
  line-height: 1.25;
}

.auth-page {
  height: calc(100vh - 49px);
  position: relative;
}

.auth-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

table th,
table td {
  padding: 20px; /* Apply cell padding */
}

table {
  border-collapse: separate;
  border-spacing: 10px; /* Apply cell spacing */
}

.sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  padding: 48px 0 0;
}

.Heading {
  padding: 10px;
  font-weight: 600;
  font-size: 48px;
}

.form-control {
  border-color: #e9e9e9 !important;
  border-radius: 6px;
  transition: 0.5s all ease;
}

.form-label {
  font-size: 14px;
}

.form-control:focus {
  box-shadow: 0 3px 8px rgb(0 0 0 / 8%) !important;
}

.btn-primary2 {
  background-color: teal !important;
  color: white !important;
}

/* table  */

.table-sec {
  box-shadow: 0 3px 6px rgb(0 0 0 / 4%);
  border-radius: 12px;
  border: 1px solid #e8e8e8;
  background-color: white;
}

thead th {
  padding: 16px !important;
  font-weight: 600 !important;
  font-size: 14px;
}

tbody th,
tbody td {
  padding: 12px 16px !important;
  font-size: 14px;
}

.table thead {
  background-color: #e4e4e4 !important;
  border-bottom: 1px solid rgb(228, 228, 228);
}

.table thead tr th:first-child {
  border-radius: 12px 0 0 0;
}

.table thead tr th:last-child {
  border-radius: 0 12px 0 0;
}

.cursor-pointer {
  cursor: pointer;
}

.navbar-light .navbar-toggler {
  border: none !important;
}

.navbar-toggler-icon {
  height: 1em !important;
  width: 1em !important;
}

.navbar-toggler:focus {
  box-shadow: none !important;
}

.uploaded-preview {
  max-width: 50%;
}

@media (max-width: 767px) {
  .sidebar {
    background-color: white;
  }
}

@media (max-width: 576px) {
  .navbar-brand {
    letter-spacing: 4px;
    font-size: 14px !important;
  }
}

.un-styled {
  list-style-type: none;
}

.border-primary2 {
  border-color: teal !important;
}
