@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

#loading-spinner .spinner-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10001; 
}

#loading-spinner .spinner-border {
  width: 3rem;
  height: 3rem;
}

.text-main-color {
  color: #212529!important;
}

/* Dashboard view */
.dashboard-title {
  background-color: #212529!important;
  color: white;
  padding: 1.5rem;
  text-align: center;
  border-radius: 0.5rem;
  margin-bottom: 2rem;
}

.card {
  border-radius: 1rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s;
  background-color: #ffffff;
  padding: 1rem;
  text-align: center;
  height: 200px !important;
}

.card:hover {
  transform: scale(1.05);
}

.icon-large {
  font-size: 3rem;
  color:  #212529!important;;
  margin-bottom: 0.5rem;
}

.card-title {
  font-size: 1rem;
  font-weight: bold;
  color: #44546a;
  margin-bottom: 0.25rem;
}

.card-content {
  font-size: 0.875rem;
  color: #6c757d;
  margin-bottom: 0.5rem;
}

.btn-action {
  background-color: #212529!important;
  color: white;
  border-radius: 0.5rem;
  padding: 0.3rem 0.8rem;
  font-size: 0.875rem;
  text-decoration: none;
  display: inline-block;
}

.btn-action:hover {
  background-color: #212529!important;
}

/* Dashboard view ne */

.container-items-to-pull.no-border {
  border: none !important;
}

.no-border {
  border: none !important;
  display: none !important;
  padding: 0px !important;
  margin: 0px !important;
}

.modal-backdrop-black{
  background-color: rgba(0, 0, 0, 0.508) !important;
}

.swipeable, .item-to-pull-swipeable {
  transition: transform 0.1s ease;
}

.reset-container{
  max-width: 80px !important;
}

.delete-item-to-pull-container{
  max-width: 70px !important;
}

.nav-tabs .nav-link {
  color: #ffffff !important; 
  background-color: #212529!important; 
  margin-right: 1px;
}

.nav-tabs .nav-link.active {
  background-color: #ffffff !important; 
  color: #000000 !important; 
}

.bg-main-color {
    background-color: #212529!important;
    color: white !important;
}

.border-main-color {
    border-color: #212529!important;
}

.button-bg-color {
    background-color: #00b0f0 !important;
    color: white !important;
}

.bg-pulled {
    background-color: #2fee43 !important;
}

.bg-pending {
    background-color: #eb7d3c !important;
}

.navigation-bar {
    z-index: 6000;
}
.main-content {
    height: 600px; 
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch; 
    position: relative;
}

.disabled-div {
  opacity: 0.5;
}
.disabled-div .part_number_item {
  cursor: not-allowed; /* Change cursor for disabled state */

}


#confirmation_update_password{
  z-index: 10001;
}

.form-control-plaintext-pass {
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: var(--bs-body-color);
  background-color: transparent;
  border: solid transparent;
  border-width: var(--bs-border-width) 0;
}

.form-control-plaintext-pass:focus {
  outline: 0;
}
.form-control-plaintext-pass.form-control-sm, .form-control-plaintext-pass.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.w-90 {
    width: 90% !important;
}

.main-content::-webkit-scrollbar {
    width: 0; 
    background: transparent;
}


.main-content::-webkit-scrollbar-thumb {
    display: none;
}

#handler_menu {
    width: 300px;
    z-index: 7000;
    background-color: #212529!important;
}

/* Login styles */

#checkbox_remember_me {
  accent-color: #dc3545;
}

.bg-dark-input {
  background-color: #3f4044 !important;
  color: #e6e7ea !important;
}

.bg-dark-input::placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}

.border-dark-input {
  border-color: #3f4044 !important;
}

.text-login {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-roboto {
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
  font-style: normal;
}

.entheo-wms-logo-container {
  position: relative;
  width: 120%;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;

}

.entheo-wms-logo {
  position: absolute;
  z-index: 10;
  width: 100%;
  max-width: 420px;
  height: auto;
}

/* packing slip */
#table-active-pull th, #table-active-pull td {
  width: auto;
}

.barcode-container {
  display: flex;
  flex-direction: column; /* image and name stack vertically */
  align-items: flex-start; /* align items to the left */
  justify-content: center;
}

/* barcode image and text alignment */
.barcode-container img {
  max-width: 100%; /* image responsive */
  height: auto;
  padding-left: 10px;
}

.barcode-container p {
  margin-top: 10px; /* space between image and text */
  text-align: left; /* Align text to the start of the thead */
  padding-left: 10px; 
}

.card {
  height: 420px;
  overflow: auto;
}

html, body{
  overscroll-behavior: none;
}

body {
  overflow: hidden; /* Hide scrollbars */
}

#container_inventory_table{
  height: 60vh;
}