.enw-form-group-error .form-label {
  color: #ff0000 !important;
}

.form-group.has-error label {
  color: #dd4b39;
}

.has-error .enw-form-group .form-label {
  color: #ff0000;
}

.has-error .form-control {
  border-color: #ff0000;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
  border-color: #ff0000;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}

.has-error .bar {
  border-color: #ff0000;
}

.enw-form-group-error-title h4 {
  font-size: 14px;
  color: #ff0000;
}

/* Inbound Quotation css */
.main-left-action-bar {
  position: fixed;
  margin-left: -10px;
  width: fit-content;
  padding: 5px;
  /* max-height: 100%; */
  /* overflow-y: auto; */
  width: 4%;
  max-height: 100vh;
}

.main-right-content {
  margin-left: 78px;
  width: 95%;
}

.main-more-action-bar {
  flex-direction: column;
  height: 100vh;
  margin-top: 10px;
  margin-bottom: 100px;
}

.placeholder-color::placeholder {
  color: #ffffff;
}
.offcanvas-body {
  padding: 0px;
}
.notification-popup {
  position: static !important;
  z-index: 10 !important;
}
.score-btn {
  float: right;
  margin-bottom: 11px;
}
#supplierScoreTable td {
  white-space: normal;
  -wrap: break-word;
  max-width: 100px;
}
div#pricingDashboardId {
  height: 500px;
}

.main-more-action-bar-box {
  height: 42px;
  width: 42px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 5px;
  margin: 5px 0;
}

.main-more-action-bar-box-text {
  font-size: 10px;
  text-align: center;
  margin-top: -5px;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.action-bar-icon {
  padding: 10px;
  border: none;
  background-color: #eee;
  color: #000000;
}

.buvi-vertical-button {
  margin-bottom: 2px;
  width: 100%;
}

.customizer-setting {
  bottom: 80px !important;
}

#back-to-top {
  bottom: 140px !important;
}

.table-background-red{
  background-color: #fbd4d4 !important;
}
