.background-gradient {
  background-color: #f2f2f2;
  background-image: linear-gradient(180deg, #dedede 0, #f2f2f2 10.16%);
}

.text-40 {
  font-size: 40px;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

.upload-button-focus:focus {
  outline: none;
  box-shadow:
    0 0 0 2px white,
    0 0 0 4px rgba(59, 130, 246, 0.2);
}

.upload-button-hover:hover {
  background-color: #f1f5fe;
  cursor: pointer;
}

.border-top {
  border-top: 1px solid rgba(33, 33, 33, .16)
}

#lop-form input {
  border-color: rgba(33, 33, 33, .38);
  height: 54px;
  padding: 12px 16px 12px 16px;
  border-radius: 8px;
  margin-right: 20px;
  border: 1px solid rgba(33, 33, 33, .16);
  font-size: 1rem;
  line-height: 1.5rem;
}

.form-row {
  margin-bottom: 50px;
  padding-top: 50px;
  border-top: 1px solid rgba(33, 33, 33, .16)
}

.quantity-description-text-error {
  color: #cc2500 !important;
}

.form-label {
  position: absolute;
  top: 20px;
  left: 12px;
  text-align: left;
  display: inline-block;
  padding: 0 4px;
  height: 14px;
  line-height: 14px;
  font-size: 14px;
  font-weight: 400;
  background: #fff;
  color: rgba(0, 0, 0, 0.5);
  margin: 0px auto;
  cursor: text;
  transition: all .15s ease-in-out;
}

input:not(:placeholder-shown):not(:focus)+label {
  /* styles here */
  display: none;
}

input:not(:placeholder-shown)+label,
input:focus+label {
  top: -6px;
  color: #000;
}

.gl-form-asterisk {
  background-color: inherit;
  color: #e32b2b;
  padding: 0;
  padding-left: 3px;

}

.gl-form-asterisk:after {
  content: "*";
}

.lop-label-error-class {
  color: red !important;
}

.msc-toggle-radio-container:hover {
  background-color: #f1f5fe;
  cursor: pointer;
}

/* Dialog content override for lop alts only */
.dialog-content p {
  margin-bottom: 0;
}