/* Minification failed. Returning unminified contents.
(135,28): run-time error CSS1039: Token not allowed after unary operator: '-swift-button-primary-border-color'
 */
.d-grid-90-10 {
  grid-template-columns: 90% 10%;
}
@media (max-width: 768px) {
  .d-grid-90-10 {
    grid-template-columns: 1fr;
  }
}
/* Dummy file for Optimizer */

.nav-item.dropdown:first-of-type .dropdown-menu.show {
  inset: 0 0 auto auto !important;
}
.megamenu-wrapper .dropdown-menu,
.item_swift_navigation .dropdown-menu {
  overflow-y: auto;
  overflow-x: hidden;
}
.megamenu-wrapper .dropdown-menu {
  max-height: calc(100vh - 280px);
}
.item_swift_navigation .dropdown-menu {
  max-height: calc(100vh - 100px);
}
@media print {
  .page-header .nav,
  .page-header .item_swift_impersonationbar,
  .page-header .item_swift_navigation,
  .page-header .item_swift_searchfield,
  footer {
    display: none !important;
  }
}
@media print {
  @page {
    size: A4;
  }
  html,
  body {
    width: 210mm;
    height: 297mm;
  }
}
.pdp-sticky-menu {
  display: flex;
  gap: 1em;
}
.pdp-sticky-menu.stick {
  align-items: center;
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 9999999;
}
.topGroupCard .card-body {
  color: #E1251B;
}
#QuoteForm button {
  margin-left: 15px;
}
.price-padding {
  padding: 6px 3px;
}
.quote-header-background {
  background: #f0eaea;
}
.quotes-table-container {
  max-width: 100%;
  overflow-x: auto;
}
.quote-table th span:first-of-type {
  width: 80%;
  margin-right: 5%;
}
.quote-table th span:last-of-type {
  width: 10%;
}
.quote-search {
  width: 20em;
}
.form-control-background {
  background-color: #ededed;
}
.form-control-rounded {
  width: 65% !important;
  border-top-left-radius: 0.25em !important;
  border-bottom-left-radius: 0.25em !important;
}
.form-control-one-third {
  width: 35% !important;
}
.header-text-bold strong {
  font-weight: bold !important;
}
.table-cell-padding {
  padding-left: 3em;
}
.table-border-color {
  border: 1px solid #d9d9d9;
}
.icon-color-white {
  fill: #ffffff;
}
.table-max-width {
  max-width: 93vw;
}
.quote-input-width {
  min-width: 8em;
}
/* Chrome, Safari, Edge, Opera */

.quote-input-arrows::-webkit-outer-spin-button,
.quote-input-arrows::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */

.quote-input-arrows[type=number] {
  -moz-appearance: textfield;
}
.drag-handler {
  cursor: move;
  vertical-align: middle;
}
.drag-handler:active > span {
  fill: lightgrey;
}
.quote-lines-container {
  max-height: 550px;
  overflow-y: auto;
  display: block;
}
.btn-border-primary {
  border: 0.2em solid var(--swift-button-primary-border-color) !important;
}
