.container {
  margin-top: 20px;
  margin-bottom: 20px;
  border-bottom-style: groove;
}
.nav-tab {
  background-color: #ccc;
  padding: 3px;
  margin: 7px;
}
.nav-tab:hover {
  cursor: pointer;
}
.modal-forms-container {
  height: 85%;
  width: 90%;
  position: fixed;
  z-index: 4;
  left: 44px;
  top: 15px;
  overflow-x: hidden;
  transition: 0.5s;
  background-color: #B6B6B6;
  border-radius: 34px;
  padding: 40px;
}

.form-container {
  position: relative;
  top: 10%;
  width: 100%;
}

.product-spans > span {
  margin-right: 116px;
}

.product-input {
  display: inline;
}

.pricing-product input {
  width: 163px;
}

/* select {
  display: block;
} */

.searchbox {
  width: 18%;
}

.searchbox-input-value {
  display: none;
}

.searchbox-list {
  display: none;
  background-color: white;
}

.searchbox-list a {
  color: black;
  text-decoration: none;
}

.product-list {
  display: none;
  position: absolute;
  background-color: white;
  border-style: solid;
  border-width: 1px;
  border-radius: 6px;
  height: 175px;
  overflow-y: auto;
}

.product-list ul {
  list-style-type: none;
  padding: 0 0 0 6px;
}

.product-list ul li:hover {
  background-color: #7b7bf9;
}