@keyframes bounceDown {
  0% {
    transform: scale(1, 1) translateX(0);
  }
  10% {
    transform: scale(1.1, 0.9) translateX(0);
  }
  30% {
    transform: scale(0.9, 1.1) translateY(-4px);
  }
  50% {
    transform: scale(1.05, 0.95) translateY(6px);
  }
  57% {
    transform: scale(1, 1) translateY(-2px);
  }
  64% {
    transform: scale(1, 1) translateY(0);
  }
  100% {
    transform: scale(1, 1) translateY(0);
  }
}
@keyframes bounce2 {
  0% {
    transform: scale(1, 1) translateX(0);
  }
  10% {
    transform: scale(1.1, 0.9) translateX(0);
  }
  30% {
    transform: scale(0.9, 1.1) translateX(-4px);
  }
  50% {
    transform: scale(1.05, 0.95) translateX(2px);
  }
  57% {
    transform: scale(1, 1) translateX(-2px);
  }
  64% {
    transform: scale(1, 1) translateX(0);
  }
  100% {
    transform: scale(1, 1) translateX(0);
  }
}
@keyframes markBlue {
  0% {
    background-size: 0% 100%;
    color: inherit;
  }
  60% {
    color: inherit;
  }
  100% {
    background-size: 100% 100%;
    color: #1967D2;
  }
}
@keyframes markGreen {
  0% {
    background-size: 0% 100%;
  }
  60% {
    color: inherit;
  }
  100% {
    background-size: 100% 100%;
    color: #157c32;
  }
}
@keyframes markOrange {
  0% {
    background-size: 0% 100%;
    color: inherit;
  }
  60% {
    color: inherit;
  }
  100% {
    background-size: 100% 100%;
    color: #e4630a;
  }
}
/* Fonts */
.bom-generator__head {
  padding: 32px 0;
  background-color: #0055A2;
}
.bom-generator__title, .bom-generator__desc {
  text-align: center;
  color: #FFF;
}
.bom-generator__title {
  margin-bottom: 8px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
}
.bom-generator__block {
  background-color: #F1F5F9;
  padding: 48px 0 64px 0;
}
.bom-generator__wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
}
.bom-generator__label {
  flex: 0 0 100%;
  width: 100%;
  font-size: 20px;
  line-height: 28px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
}
.bom-generator__sheets {
  flex: 0 0 100%;
  width: 100%;
  border-radius: 6px;
  border: 1px solid #D0D6DD;
  background-color: #FFF;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px;
  padding: 24px;
}
.bom-generator__sheets.print {
  min-width: 1224px;
  max-width: 1224px;
  border: none;
}
.bom-generator__sheets.print .form-group .form-control {
  border: none !important;
}
.bom-generator__sheets.print .form-group .form-control .symbol {
  background-color: transparent !important;
}
.bom-generator__sheets.print .form-group .form-control.disabled {
  background-color: transparent !important;
}
.bom-generator__sheets.print .form-group .bootstrap-select button {
  border: none !important;
}
.bom-generator__sheets.print .form-group .bootstrap-select button::after {
  display: none;
}
.bom-generator__sheets.print .action.wrap {
  display: none !important;
}
.bom-generator__sheets.print .routing.wrap {
  display: none !important;
}
.bom-generator__sheets.print a.info {
  display: none !important;
}
.bom-generator__sheets.print .table__wrapper .table tbody tr td .form-group .dropdown.bootstrap-select button {
  border: none !important;
}
.bom-generator__sheets.print .table__wrapper .table tbody tr td .form-group .dropdown.bootstrap-select button::after {
  display: none;
}
.bom-generator__sheets.print .table__wrapper .table tbody tr td .form-group.prefix .symbol, .bom-generator__sheets.print .table__wrapper .table tbody tr td .form-group.suffix .symbol {
  background-color: transparent;
}
.bom-generator__sheets.print .table__wrapper .table tbody tr td .delete-row {
  display: none !important;
}
.bom-generator__sheets.print .table__wrapper .btn.btn-blue-border {
  display: none;
}
.bom-generator__sheets .identity {
  flex: 0 0 100%;
  width: 100%;
  max-width: 654px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 8px;
}
.bom-generator__sheets .identity .title {
  font-size: 20px;
  line-height: 28px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
}
.bom-generator__sheets .identity .form-group {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.bom-generator__sheets .identity .form-group.text-right {
  justify-content: flex-end;
}
.bom-generator__sheets .identity .form-group .form-control {
  padding: 8px 12px;
  border: 1px solid #D0D6DD;
  border-radius: 6px;
  font-size: 14px;
  line-height: 20px;
  flex: 0 0 100%;
  width: 100%;
}
.bom-generator__sheets .identity .form-group span.form-control {
  display: block;
  overflow: hidden;
  resize: both;
  min-height: 36px;
}
.bom-generator__sheets .identity .form-group span.form-control[contenteditable]:empty::before {
  color: #8B95A5;
}
.bom-generator__sheets .identity .form-group span.form-control.textarea {
  min-height: 78px;
}
.bom-generator__sheets .wrap {
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
}
.bom-generator__sheets .title {
  font-size: 20px;
  line-height: 28px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  flex: 0 0 100%;
  width: 100%;
}
.bom-generator__sheets .title-sm {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  flex: 0 0 100%;
  width: 100%;
}
.bom-generator__sheets .two-columns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  -moz-column-gap: 24px;
       column-gap: 24px;
  row-gap: 16px;
  flex: 0 0 100%;
  width: 100%;
}
.bom-generator__sheets .two-columns .form-group {
  flex: 0 0 100%;
  width: 100%;
  max-width: calc(50% - 12px);
}
.bom-generator__sheets .form-group {
  flex: 0 0 100%;
  width: 100%;
  margin-bottom: 0;
}
.bom-generator__sheets .form-group > label {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 4px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
}
.bom-generator__sheets .form-group > label span.red {
  color: #DA473F;
}
.bom-generator__sheets .form-group .form-control {
  border-radius: 6px;
  border: 1px solid #D0D6DD;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 20px;
}
.bom-generator__sheets .table__wrapper {
  flex: 0 0 100%;
  width: 100%;
}
.bom-generator__sheets .table__wrapper .table {
  width: 100%;
}
.bom-generator__sheets .table__wrapper .table thead tr {
  background-color: #F8F9FB;
  border-bottom: 1px solid #D0D6DD;
}
.bom-generator__sheets .table__wrapper .table thead tr th {
  text-align: left;
  padding: 16px 8px;
  font-size: 14px;
  line-height: 20px;
}
.bom-generator__sheets .table__wrapper .table thead tr th.act {
  width: 41.5px;
  max-width: 41.5px;
  min-width: 41.5px;
}
.bom-generator__sheets .table__wrapper .table thead tr th.text-right {
  text-align: right;
}
.bom-generator__sheets .table__wrapper .table tbody tr {
  background-color: #FFF;
  border-bottom: 1px solid #D0D6DD;
}
.bom-generator__sheets .table__wrapper .table tbody tr.copy {
  display: none;
}
.bom-generator__sheets .table__wrapper .table tbody tr td {
  padding: 8px;
}
.bom-generator__sheets .table__wrapper .table tbody tr td.error .form-control {
  border-color: #DA473F !important;
}
.bom-generator__sheets .table__wrapper .table tbody tr td .msg {
  font-size: 14px;
  line-height: 16px;
  color: #DA473F;
  max-width: 170px;
}
.bom-generator__sheets .table__wrapper .table tbody tr td .form-group {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.bom-generator__sheets .table__wrapper .table tbody tr td .form-group.text-right {
  justify-content: flex-end;
}
.bom-generator__sheets .table__wrapper .table tbody tr td .form-group .form-control {
  padding: 8px 12px;
  border: 1px solid #D0D6DD;
  border-radius: 6px;
  font-size: 14px;
  line-height: 20px;
  flex: 0 0 100%;
  width: 100%;
}
.bom-generator__sheets .table__wrapper .table tbody tr td .form-group span.form-control {
  display: block;
  overflow: hidden;
  resize: both;
  min-height: 36px;
  min-width: 180px;
  max-width: 180px;
}
.bom-generator__sheets .table__wrapper .table tbody tr td .form-group span.form-control[contenteditable]:empty::before {
  color: #8B95A5;
}
.bom-generator__sheets .table__wrapper .table tbody tr td .form-group span.form-control.md {
  min-width: 170px;
  max-width: 170px;
}
.bom-generator__sheets .table__wrapper .table tbody tr td .form-group span.form-control.sm {
  min-width: 125px;
  max-width: 125px;
}
.bom-generator__sheets .table__wrapper .table tbody tr td .form-group span.form-control.currency_field {
  text-align: right;
}
.bom-generator__sheets .table__wrapper .table tbody tr td .form-group span.form-control.readonly {
  border: 0;
}
.bom-generator__sheets .table__wrapper .table tbody tr td .form-group span.form-control.subtotal {
  text-align: right;
}
.bom-generator__sheets .table__wrapper .table tbody tr td .form-group > label {
  display: none;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 4px;
  flex: 0 0 100%;
  width: 100%;
  font-family: "Inter", sans-serif;
  font-weight: 600;
}
.bom-generator__sheets .table__wrapper .table tbody tr td .form-group.prefix {
  position: relative;
}
.bom-generator__sheets .table__wrapper .table tbody tr td .form-group.prefix .form-control {
  padding-left: 38px;
  resize: horizontal;
}
.bom-generator__sheets .table__wrapper .table tbody tr td .form-group.prefix .symbol {
  padding: 6px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  position: absolute;
  content: "";
  background-color: #EDF0F2;
  left: 3px;
  top: 3px;
  border-radius: 4px 0 0 4px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.bom-generator__sheets .table__wrapper .table tbody tr td .form-group.prefix.text-right.md .symbol {
  left: unset;
  right: 137px;
}
.bom-generator__sheets .table__wrapper .table tbody tr td .form-group.suffix {
  position: relative;
}
.bom-generator__sheets .table__wrapper .table tbody tr td .form-group.suffix .form-control {
  padding-right: 38px;
  resize: horizontal;
}
.bom-generator__sheets .table__wrapper .table tbody tr td .form-group.suffix .symbol {
  padding: 6px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  position: absolute;
  content: "";
  background-color: #EDF0F2;
  right: 10px;
  bottom: 3px;
  width: 32px;
  border-radius: 0 4px 4px 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.bom-generator__sheets .table__wrapper .table tbody tr td .form-group .select.sm {
  min-width: 170px;
  max-width: 170px;
}
.bom-generator__sheets .table__wrapper .table tbody tr td .form-group .select.md {
  min-width: 296px;
  max-width: 296px;
}
.bom-generator__sheets .table__wrapper .table tbody tr td .form-group .select.lg {
  min-width: 486px;
  max-width: 486px;
}
.bom-generator__sheets .table__wrapper .table tbody tr td .form-group .select.disabled .dropdown.bootstrap-select .btn,
.bom-generator__sheets .table__wrapper .table tbody tr td .form-group .select.disabled .dropdown.bootstrap-select button {
  background-color: #EDF0F2;
  border-color: #D0D6DD;
  color: #8B95A5;
  pointer-events: none;
}
.bom-generator__sheets .table__wrapper .table tbody tr td .form-group .dropdown.bootstrap-select .btn,
.bom-generator__sheets .table__wrapper .table tbody tr td .form-group .dropdown.bootstrap-select button {
  font-size: 14px;
  line-height: 36px;
  height: 38px;
  border: 1px solid #D0D6DD;
  border-radius: 6px;
}
.bom-generator__sheets .table__wrapper .table tbody tr td .form-group .dropdown.bootstrap-select .btn.disabled,
.bom-generator__sheets .table__wrapper .table tbody tr td .form-group .dropdown.bootstrap-select button.disabled {
  background-color: #EDF0F2;
  border-color: #D0D6DD;
  color: #8B95A5;
  pointer-events: none;
}
.bom-generator__sheets .table__wrapper .table tbody tr td .delete-row {
  display: flex;
  cursor: pointer;
}
.bom-generator__sheets .count__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  flex: 0 0 100%;
  width: 100%;
}
.bom-generator__sheets .count__wrapper .count__results {
  flex: 0 0 100%;
  width: 100%;
  max-width: 600px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 40px;
}
.bom-generator__sheets .count__wrapper .count__results .count__row {
  flex: 0 0 100%;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.bom-generator__sheets .count__wrapper .count__results .count__row:first-child .count__label,
.bom-generator__sheets .count__wrapper .count__results .count__row:first-child .count__value {
  padding-top: 0;
}
.bom-generator__sheets .count__wrapper .count__results .count__row:last-child {
  border-top: 1px solid #D0D6DD;
}
.bom-generator__sheets .count__wrapper .count__results .count__row .count__label,
.bom-generator__sheets .count__wrapper .count__results .count__row .count__value {
  flex: 0 0 100%;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 14px 8px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
}
.bom-generator__sheets .count__wrapper .count__results .count__row .count__label {
  justify-content: flex-start;
  max-width: 75%;
}
.bom-generator__sheets .count__wrapper .count__results .count__row .count__value {
  justify-content: flex-end;
  max-width: 25%;
}
.bom-generator__sheets .btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  margin: 16px 8px;
}
.bom-generator__sheets .btn.btn-blue-border:hover svg path {
  stroke: #FFF;
}
.bom-generator__sheets .btn.disabled,
.bom-generator__sheets .btn [disabled],
.bom-generator__sheets .btn [disabled=true] {
  background-color: #EDF0F2;
  border-color: #D0D6DD;
  color: #8B95A5;
  pointer-events: none;
}
.bom-generator__sheets .btn.disabled svg path,
.bom-generator__sheets .btn [disabled] svg path,
.bom-generator__sheets .btn [disabled=true] svg path {
  stroke: #8B95A5;
}
.bom-generator__sheets a.info {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 12px 16px;
  background-color: #EAECFB;
  border-radius: 6px;
  color: #232933;
  font-size: 14px;
  line-height: 24px;
  gap: 12px;
  margin: 8px;
}
.bom-generator__sheets a.info .ico {
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
}
.bom-generator__sheets a.info .content {
  flex: 0 0 100%;
  width: 100%;
  max-width: calc(100% - 36px);
}
.bom-generator__sheets a.info .link {
  color: #4B61DD;
  text-decoration: underline;
}
.bom-generator__sheets .action {
  justify-content: flex-end;
}
.bom-generator__sheets .action .btn {
  margin: 0;
}
.bom-generator__sheets .result.box .count__wrapper .count__results {
  margin-top: 8px;
  padding: 16px 40px 16px 16px;
  background-color: #EDFAFF;
  border: 1px solid #0055A2;
  border-radius: 8px;
}
.bom-generator__sheets .result.box .count__wrapper .count__results .count__row .count__label,
.bom-generator__sheets .result.box .count__wrapper .count__results .count__row .count__value {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 1199px) {
  .bom-generator__sheets .table__wrapper .table {
    border: 1px solid #D0D6DD;
    border-radius: 8px;
  }
  .bom-generator__sheets .table__wrapper .table thead {
    display: none;
  }
  .bom-generator__sheets .table__wrapper .table tbody tr {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 12px;
    padding: 16px 8px;
  }
  .bom-generator__sheets .table__wrapper .table tbody tr:not(.copy):last-child {
    border-bottom: 0;
  }
  .bom-generator__sheets .table__wrapper .table tbody tr.two td {
    max-width: calc(50% - 8px);
  }
  .bom-generator__sheets .table__wrapper .table tbody tr.two td:not(.b-act):not(.act) {
    max-width: calc(50% + 100px);
  }
  .bom-generator__sheets .table__wrapper .table tbody tr.diff td {
    max-width: calc(50% - 8px);
  }
  .bom-generator__sheets .table__wrapper .table tbody tr.diff td:not(.b-act):not(.act) {
    max-width: calc(50% + 137px);
  }
  .bom-generator__sheets .table__wrapper .table tbody tr.diff td.null {
    display: none;
  }
  .bom-generator__sheets .table__wrapper .table tbody tr.diff td.act {
    display: none;
  }
  .bom-generator__sheets .table__wrapper .table tbody tr td {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    flex: 0 0 100%;
    width: 100%;
    max-width: calc(33.3333333333% - 8px);
    padding: 0;
    gap: 4px;
  }
  .bom-generator__sheets .table__wrapper .table tbody tr td .form-group > label {
    display: flex;
    flex: 0 0 100%;
    width: 100%;
    margin-bottom: 0;
  }
  .bom-generator__sheets .table__wrapper .table tbody tr td .form-group .form-control,
  .bom-generator__sheets .table__wrapper .table tbody tr td .form-group span.form-control {
    min-width: 0;
    max-width: 100%;
  }
  .bom-generator__sheets .table__wrapper .table tbody tr td .form-group .form-control.md, .bom-generator__sheets .table__wrapper .table tbody tr td .form-group .form-control.sm,
  .bom-generator__sheets .table__wrapper .table tbody tr td .form-group span.form-control.md,
  .bom-generator__sheets .table__wrapper .table tbody tr td .form-group span.form-control.sm {
    min-width: 0;
    max-width: 100%;
  }
  .bom-generator__sheets .table__wrapper .table tbody tr td .form-group .form-control.subtotal, .bom-generator__sheets .table__wrapper .table tbody tr td .form-group .form-control.subtotal_rel, .bom-generator__sheets .table__wrapper .table tbody tr td .form-group .form-control.total_abs,
  .bom-generator__sheets .table__wrapper .table tbody tr td .form-group span.form-control.subtotal,
  .bom-generator__sheets .table__wrapper .table tbody tr td .form-group span.form-control.subtotal_rel,
  .bom-generator__sheets .table__wrapper .table tbody tr td .form-group span.form-control.total_abs {
    text-align: left;
  }
  .bom-generator__sheets .table__wrapper .table tbody tr td .form-group .select,
  .bom-generator__sheets .table__wrapper .table tbody tr td .form-group .select.lg,
  .bom-generator__sheets .table__wrapper .table tbody tr td .form-group .select.md,
  .bom-generator__sheets .table__wrapper .table tbody tr td .form-group .select.sm {
    min-width: 0;
    max-width: 100%;
    width: 100%;
  }
  .bom-generator__sheets .table__wrapper .table tbody tr td .form-group.prefix .symbol {
    top: 23px;
  }
  .bom-generator__sheets .table__wrapper .table tbody tr td .form-group.prefix.text-right.md .symbol {
    left: 3px;
    right: unset;
  }
  .bom-generator__sheets .table__wrapper .table tbody tr td .form-group.suffix .symbol {
    right: 3px;
  }
  .bom-generator__sheets .table__wrapper .table tbody tr td.act {
    max-width: 25px;
    align-items: center;
    padding-top: 15px;
  }
  .bom-generator__sheets .table__wrapper .table tbody tr td.b-act {
    max-width: calc(33.3333333333% - 45px);
  }
}
@media screen and (max-width: 991px) {
  .bom-generator__sheets .count__wrapper .count__results {
    max-width: 100%;
    padding-right: 0;
  }
  .bom-generator .result.box .count__wrapper .count__results {
    max-width: 100%;
    padding: 16px;
  }
}
@media screen and (max-width: 768px) {
  .bom-generator__sheets .btn {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .bom-generator .two-columns .form-group {
    max-width: 100%;
  }
  .bom-generator__sheets .table__wrapper .table tbody tr.diff td:not(.b-act):not(.act) {
    max-width: 100%;
  }
  .bom-generator__sheets .table__wrapper .table tbody tr.diff td.b-act {
    max-width: 100%;
  }
  .bom-generator__sheets .table__wrapper .table tbody tr.two td:not(.b-act):not(.act) {
    max-width: 100%;
  }
  .bom-generator__sheets .table__wrapper .table tbody tr td {
    max-width: 100%;
  }
  .bom-generator__sheets .table__wrapper .table tbody tr td.b-act {
    max-width: calc(100% - 37px);
  }
  .bom-generator__sheets .table__wrapper .table tbody tr td.sm-half {
    max-width: calc(50% - 6px);
  }
  .bom-generator__sheets .table__wrapper .table tbody tr td .form-group span.form-control.readonly,
  .bom-generator__sheets .table__wrapper .table tbody tr td .form-group .form-control.readonly {
    padding-left: 0;
  }
}
@media screen and (max-width: 350px) {
  .bom-generator__title {
    font-size: 32px;
    line-height: 40px;
  }
}

/* Modal */
.modal__title {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  margin: 0 0 24px;
  text-align: center;
}
.modal .modal-dialog {
  max-width: 394px;
  display: flex;
  align-items: center;
  margin: 32px auto;
  min-height: calc(100% - 64px);
}
.modal .modal-content {
  padding: 32px;
  margin: 0 auto;
}
.modal .modal-content .modal-close {
  z-index: 2;
}
.modal .modal-content .modal-close:hover {
  transform: rotate(0deg) !important;
}
.modal .modal-content.transparent {
  background-color: transparent !important;
  box-shadow: none !important;
  padding: 0;
}
.modal .modal-content.transparent img,
.modal .modal-content.transparent p {
  margin-bottom: 0;
}
.modal .modal-content .title {
  font-size: 20px;
  line-height: 28px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  margin-bottom: 24px;
}
.modal .modal-content .form-group:last-child {
  margin-bottom: 0;
}
.modal .modal-content .form-group > label {
  display: block;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 4px;
}
.modal .modal-content .form-group .form-control {
  padding: 8px 12px;
  border: 1px solid #D0D6DD;
  font-size: 14px;
  line-height: 20px;
  border-radius: 6px;
  color: #232933;
}
.modal .modal-content .form-group .dropdown.bootstrap-select .btn,
.modal .modal-content .form-group .dropdown.bootstrap-select button {
  font-size: 14px;
  line-height: 40px;
  border-radius: 6px;
  border-color: #D0D6DD;
}
.modal .modal-content .form-group.check {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: flex-start;
  align-items: flex-start;
}
.modal .modal-content .form-group.check input[type=checkbox] {
  width: 16px;
  flex: 0 0 16px;
  height: 20px;
  border: 1px solid #D0D6DD;
  border-radius: 4px;
}
.modal .modal-content .form-group.check label {
  width: 100%;
  flex: 0 0 100%;
  max-width: calc(100% - 22px);
  font-size: 14px;
  line-height: 20px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
}
.modal .modal-content .form-group.radio .radio-button-group {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  justify-content: flex-start;
}
.modal .modal-content .form-group.radio .radio-button-group .radio-button {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  justify-content: flex-start;
}
.modal .modal-content .form-group.radio .radio-button-group .radio-button input[type=radio] {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
}
.modal .modal-content .form-group.radio .radio-button-group .radio-button label {
  font-size: 14px;
  line-height: 20px;
  color: #232933;
  margin: 0;
}
.modal .modal-content .form-group .btn.disabled {
  border-color: #D0D6DD;
  color: #8B95A5 !important;
  background-color: #EDF0F2;
  pointer-events: none;
  transition: all linear 0.2s;
}/*# sourceMappingURL=bom-generator.css.map */