.common-label {
  font-weight: 600;
  color: #241C15 !important;
}

.common-input {
  height: 40px;
  background: #FFFFFF !important;
  border: 1px solid #CCCCCC !important;
  border-radius: 5px !important;
}
.common-input:focus {
  box-shadow: 0 0 4px 0.3px #D5E5E7 !important;
  border: 1px solid #2B7C89 !important;
  background-color: #FFFFFF !important;
}
.common-input::-webkit-input-placeholder {
  opacity: 0.7;
}

input::-webkit-input-placeholder {
  color: black;
  /*Change the placeholder color*/
  opacity: 0.5;
  /*Change the opacity between 0 and 1*/
}

.submit_btn {
  text-align: center;
  font-size: 13px;
  height: 40px;
  width: 100%;
  border-radius: 5px;
  color: #241C15 !important;
  border: 2px solid #FFBD03;
  cursor: pointer;
  background: #FFBD03;
  background-position: 0 -100%;
  font-weight: 600;
}
.submit_btn:hover {
  color: #241C15 !important;
  background: #FFFFFF;
  border: 2px solid #FFBD03;
  background-position: center;
}

.common-border-button {
  width: 100%;
  height: 40px;
  border: 1px solid #FFBD03 !important;
  border-radius: 5px !important;
  color: #241C15 !important;
  font-weight: 600;
  background-color: #FFFFFF;
  font-size: 13px;
}

.shadow_danger {
  box-shadow: 0 0 2px 0.5px #ff0000;
}

@media screen and (min-width: 990px) {
  .serialnumber .pe-lg-4 {
    padding-right: 2.5rem !important;
  }
  .serialnumber .ps-lg-4 {
    padding-left: 2.2rem !important;
  }
  .container {
    position: relative;
    height: 78vh;
  }
}
.page_heading {
  margin: 5px 13px;
  font-weight: 600;
  font-size: 18px;
}

#qr-image {
  width: 18px;
}

.common-select {
  display: block;
  padding: 0.375rem 0.75rem;
  line-height: 1.6;
  color: #241C15 !important;
  outline: none;
  background-clip: padding-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  height: 40px;
  background: #FFFFFF;
  background-image: url(/images/down-arrow.png?7aab1846bca68870819d791343f435bc);
  background-size: 10px;
  background-repeat: no-repeat;
  width: 100%;
  transition: background-image 0.3s;
  background-position-x: 95%;
  background-position-y: 47%;
  border: 1px solid #CCCCCC !important;
  border-radius: 5px !important;
}
.common-select:focus {
  box-shadow: 0 0 4px 0.3px #D5E5E7;
  border: 1px solid #2B7C89 !important;
  background-color: #FFFFFF !important;
}

.common-select-active {
  background-image: url("/assets/images/uparrow.png");
}

.defaut-input {
  background: #E4E4E4 !important;
}

.dashboard_card {
  height: 85vh;
}
