@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');

.container-items-to-pull.no-border {
  border: none !important;
}
.no-border {
  border: none !important;
  display: none !important;
  padding: 0px !important;
  margin: 0px !important;
}

.bg-main-color {
    background-color: #44546a !important;
    color: white !important;
}

.border-main-color {
    border-color: #44546a !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;
}

.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: #44546a !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;
}

/* for packing slip */
  /* Ensure all columns have the same width */
  #table-active-pull th, #table-active-pull td {
    width: 33.33%;
  }

  .barcode-container {
    display: flex;
    justify-content: center;
  }

  .barcode-container img {
    max-width: 100%;
    height: auto;
  } 

  .card{
    height: 420px;
    overflow: auto;
  }