.registerwindow {
  display: none;
}
.register-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
.register-modal-window {
  background: #fff;
  width: 40%;
  padding: 20px;
  border-radius: 5px;
  position: relative;
}

#register-close-modal {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

#quantity {
  width: 90%;
  /*margin-left: 10px;*/
  /*margin-right: 10px;*/
}
#notes {
  margin-left: 30px;
}

.add-to-wishlist {
  display: inline-block;
  background-color: #99ca3c;
  color: #fff;
  border: none;
  padding: 5px 8px;
  font-size: 10px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}

.add-to-wishlist:hover {
  background-color: hsl(0, 0%, 0%);
}

.add-to-wishlist:focus {
  outline: none;
}

.add-to-wishlist:active {
  background-color: hsl(0, 0%, 0%);
}

/* Simple modal styling */
#wishlist-selection-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
#create-wishlist-button {
  background-color: #99ca3c;
  color: #fff;
  width: 100%;
  font-size: 14px;
  cursor: pointer;
  text-align: center;
  border: none;
  padding: 12px 20px;
  text-decoration: none;
  border-radius: 4px;
}
#create-wishlist-button:hover {
  background-color: #000000;
  color: #fff;
}

#existing-wishlist-button {
  background-color: #99ca3c;
  color: #fff;
  width: 100%;
  font-size: 14px;
  cursor: pointer;
  text-align: center;
  border: none;
  padding: 12px 20px;
  text-decoration: none;
  border-radius: 4px;
}
#existing-wishlist-button:hover {
  background-color: #000000;
  color: #fff;
}

#existing-wishlist {
  width: 100%;
}

.modal-content {
  background: #fff;
  width: 700px;
  padding: 20px;
  border-radius: 5px;
  text-align: center;
  position: relative;
}
#close-modal {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

.product-manager-content {
  width: 60%;
  margin-bottom: 200px;
}
#create-wishlist-form {
  margin-bottom: 30px;
}
.project-name a {
  font-size: 1.5rem;
}

ul {
  list-style-type: none;
}

.delete-wishlist-button {
  background-color: #99ca3c;
  color: #fff;
  border: none;
  padding: 5px 8px;
  margin-left: 20px;
  font-size: 10px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
}
.delete-item-button {
  background-color: red;
  color: #fff;
  border: none;
  padding: 5px 8px;
  margin-left: 10px;
  font-size: 10px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
}

#delete-button {
  background-color: red;
  color: #fff;
  border: none;
  padding: 10px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 16px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
}

#exportExcel {
  background-color: #cacaca;
  color: #000000;
  border: none;
  padding: 10px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 16px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
}

#multiple-submital-button {
  background-color: #99ca3c;
  color: #fff;
  border: none;
  padding: 10px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 16px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
}

#btnmodalemail {
  background-color: #99ca3c;
  color: #fff;
  border: none;
  padding: 10px 20px;
  margin-top: 20px;
  margin-left: 30px;
  margin-bottom: 20px;
  font-size: 16px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
}

#fakeemailbutton {
  background-color: #99ca3c;
  color: #fff;
  border: none;
  padding: 10px 20px;
  margin-top: 20px;
  margin-left: 30px;
  margin-bottom: 20px;
  font-size: 16px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
}

#fakeemailbutton1 {
  background-color: black;
  color: #fff;
  border: none;
  padding: 10px 20px;
  margin-top: 20px;
  margin-left: 30px;
  margin-bottom: 20px;
  font-size: 16px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
}

.emailsubmit {
  background-color: #99ca3c;
  color: #fff;
  border: none;
  padding: 10px 20px;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 16px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
  width: 100%;
}

.usersignin {
  background-color: #99ca3c;
  color: #fff;
  border: none;
  padding: 10px 20px;
  margin-top: 20px;
  margin-left: 0px;
  margin-bottom: 40px;
  font-size: 16px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
}
.usersignin:hover {
  background-color: black;
  color: white;
}

/*
.registrationsubmit {
  background-color: #99ca3c;
  color: #fff;
  border: none;
  padding: 10px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 16px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
}
*/

hr {
  color: lightgrey;
}

.wc-block-components-product-image {
  position: unset !important;
}

#product-project-list img {
  width: 150px !important;
  height: 150px !important;
}

.no-bullets {
  list-style-type: none; /* Remove bullets */
  padding: 0; /* Remove padding */
  margin: 0; /* Optional: Remove margin to ensure no extra spacing */
}

.hidden-for-logged-in {
  display: none;
}

#projectinput {
  width: 90%;
  /*margin-right: 20px;*/
  /*margin-left: 20px;*/
}
#product-project-list {
  margin-top: 50px;
}

#autocomplete {
  width: 100% !important;
  /*margin-right: 20px;
  margin-left: 20px;
  float: right;*/
}

#productimage img {
  /*margin-top: -50px !important;
  margin-right: 10px;
  margin-left: 10px;*/
  width: 130px;
  height: auto;
}

.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
  max-height: 300px;
  overflow: scroll;
}

/*
#registrationtitle {
  margin-bottom: 0px !important;
}
*/

/*
#registration-form {
  width: 50%;
}


#registration-form input {
  margin-bottom: 10px;
}
*/

#emailmodal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.email-modal-content {
  background: #fff;
  padding: 20px;
  border-radius: 5px;
  text-align: center;
  position: relative;
  width: 40%;
}
#email-close-modal {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
#textbody {
  width: 100%;
}

#submital {
  background-color: #99ca3c;
  color: #fff;
  border: none;
  padding: 7px 15px;
  font-size: 14px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
  float: right;
  margin-top: 5px;
}

.partnumber-space {
  width: 100px !important;
}

#productnotes {
  /*float: right;*/
  width: 90%;
}

#sheetjsexport {
  padding-top: 10px;
  padding-bottom: 10px;
}
#sheetjsexport:hover {
  background-color: black;
  color: white;
}

.searching {
  background-image: url("https://media.iuseelite.com/products/image/spinning.gif");
  background-repeat: no-repeat;
  background-position: right;
  margin-right: 20px;
  padding-right: 10px;
  background-size: 30px;
}

#sensor {
  width: 90%;
}

#emergency {
  width: 90%;
}
