.offcanvas.offcanvas-product {
  width: 65vw !important;
}
.color-code-show {
  width: 20px;
  height: 20px;
  display: inline-block;
  border-radius: 100%;
}
input[switch] + label {
  width: 62px;
  height: 28px;
}
input[switch] + label::after {
  top: 4px; 
}
input[switch]:checked + label::after {
  left: 40px;
  top: 4px;
}
input[switch] + label::before {
  top: 1px;
  right: 3px;
}

.error-message {
  color: red;
}

.error-message-box {
  background-color: #ff1c1c47;
  padding: 12px 0px 1px 0px;
  color: #851616;
  text-align: center;
  border: none;
  font-size: 16px;
  font-weight: 600;
  font-variant: all-small-caps;
  box-shadow: 0px -2px 5px #98bf98 inset;
}

.success-message-box {
  background-color: #c0edc0;
  padding: 12px 0px 1px 0px;
  color: #16852a;
  text-align: center;
  border: none;
  /* border-bottom: 2px solid green; */
  font-size: 16px;
  /* opacity: 0.4; */
  /* margin-top: 10px; */
  font-weight: 600;
  font-variant: all-small-caps;
  box-shadow: 0px -2px 5px #98bf98 inset;
}

.form-select {
  color:#000
}