/* line 9, app/assets/stylesheets/application.scss */
body[data-controller='oi_cms/pages'] .yieldWrapper,
body[data-controller='oi_cms/admin/pages'] .yieldWrapper {
  padding: 32px 15px;
  margin-inline: auto;
  max-width: 1400px;
}

/* line 17, app/assets/stylesheets/application.scss */
body #basket-form form .inputs {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

/* line 19, app/assets/stylesheets/application.scss */
body #basket-form form .inputs .order_order_purposes,
body #basket-form form .inputs .order_company,
body #basket-form form .inputs .order_exploitation_fields,
body #basket-form form .inputs .order_ordering_name {
  grid-column: span 1;
}

/* line 25, app/assets/stylesheets/application.scss */
body #basket-form form .inputs .order_usage_description,
body #basket-form form .inputs .order_additional_info {
  grid-column: span 2;
}

/* line 29, app/assets/stylesheets/application.scss */
body #basket-form form .inputs .order_terms_accepted,
body #basket-form form .inputs .order_vip {
  grid-column: span 4;
}

@media screen and (max-width: 580px) {
  /* line 37, app/assets/stylesheets/application.scss */
  body #basket-form form .inputs .order_order_purposes,
body #basket-form form .inputs .order_company,
body #basket-form form .inputs .order_exploitation_fields,
body #basket-form form .inputs .order_ordering_name {
    grid-column: span 2;
  }
  /* line 43, app/assets/stylesheets/application.scss */
  body #basket-form form .inputs .order_usage_description,
body #basket-form form .inputs .order_additional_info {
    grid-column: span 4;
  }
}

@media screen and (max-width: 390px) {
  /* line 52, app/assets/stylesheets/application.scss */
  body #basket-form form .inputs .order_order_purposes,
body #basket-form form .inputs .order_company,
body #basket-form form .inputs .order_exploitation_fields,
body #basket-form form .inputs .order_ordering_name {
    grid-column: span 4;
  }
}

/* line 65, app/assets/stylesheets/application.scss */
body #my-account #order_project_form .order_project_stock_materials_used input {
  margin-top: 0px;
}

/* line 69, app/assets/stylesheets/application.scss */
body #my-account #order_project_form .order_project_file label {
  color: #7B7B7B;
  padding-bottom: 8px;
}
