/* line 1, /app/app/assets/stylesheets/gsdd_companies.scss */
.btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #92278F;
  border-color: #92278F;
}

/* line 7, /app/app/assets/stylesheets/gsdd_companies.scss */
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover {
  color: #fff;
  background-color: #92278F;
  border-color: #92278F;
}

/* The switch - the box around the slider */
/* line 14, /app/app/assets/stylesheets/gsdd_companies.scss */
.switch {
  position: relative;
  display: inline-block;
  width: 38px;
  height: 25px;
}

/* Hide default HTML checkbox */
/* line 22, /app/app/assets/stylesheets/gsdd_companies.scss */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
/* line 29, /app/app/assets/stylesheets/gsdd_companies.scss */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

/* line 41, /app/app/assets/stylesheets/gsdd_companies.scss */
.slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

/* line 53, /app/app/assets/stylesheets/gsdd_companies.scss */
input:checked + .slider {
  background-color: #2196F3;
}

/* line 57, /app/app/assets/stylesheets/gsdd_companies.scss */
input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

/* line 61, /app/app/assets/stylesheets/gsdd_companies.scss */
input:checked + .slider:before {
  -webkit-transform: translateX(14px);
  -ms-transform: translateX(14px);
  transform: translateX(14px);
}

/* Rounded sliders */
/* line 68, /app/app/assets/stylesheets/gsdd_companies.scss */
.slider.round {
  border-radius: 34px;
}

/* line 72, /app/app/assets/stylesheets/gsdd_companies.scss */
.slider.round:before {
  border-radius: 50%;
}

/* line 77, /app/app/assets/stylesheets/gsdd_companies.scss */
.v3-html.gsdd-companies-page .container {
  width: 100%;
  max-width: none;
  padding-left: 8px;
  padding-right: 8px;
}
/* line 78, /app/app/assets/stylesheets/gsdd_companies.scss */
.v3-html.gsdd-companies-page .container > .row {
  margin-left: 0;
  margin-right: 0;
}
/* line 79, /app/app/assets/stylesheets/gsdd_companies.scss */
.v3-html.gsdd-companies-page .gsdd-table-wrapper, .v3-html.gsdd-companies-page .gsdd-table-scroll {
  min-width: 0;
}
/* line 80, /app/app/assets/stylesheets/gsdd_companies.scss */
.v3-html.gsdd-companies-page .gsdd-table-scroll table {
  table-layout: fixed;
  width: 100%;
  min-width: 0;
  font-size: 10px;
  line-height: 1.25;
}
/* line 87, /app/app/assets/stylesheets/gsdd_companies.scss */
.v3-html.gsdd-companies-page .gsdd-table-scroll th, .v3-html.gsdd-companies-page .gsdd-table-scroll td {
  padding: 4px 2px;
  font-size: inherit;
  line-height: inherit;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: normal;
}
/* line 95, /app/app/assets/stylesheets/gsdd_companies.scss */
.v3-html.gsdd-companies-page .gsdd-table-scroll thead th {
  font-size: 9px;
  text-transform: none;
  letter-spacing: 0;
}
/* line 96, /app/app/assets/stylesheets/gsdd_companies.scss */
.v3-html.gsdd-companies-page .gsdd-table-scroll .btn {
  max-width: 100%;
  padding: 2px;
  text-transform: none;
  letter-spacing: 0;
  font-size: inherit;
  line-height: inherit;
  white-space: normal;
  overflow-wrap: anywhere;
}
/* line 106, /app/app/assets/stylesheets/gsdd_companies.scss */
.v3-html.gsdd-companies-page .gsdd-table-scroll input:not([type="checkbox"]):not([type="file"]),
.v3-html.gsdd-companies-page .gsdd-table-scroll select {
  width: 100%;
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
  padding: 2px 0;
  font-size: inherit;
}
/* line 115, /app/app/assets/stylesheets/gsdd_companies.scss */
.v3-html.gsdd-companies-page #group-manufacturers {
  background: #e9ddf5;
  color: #24313b;
  border-color: #cdb5e3;
}
/* line 119, /app/app/assets/stylesheets/gsdd_companies.scss */
.v3-html.gsdd-companies-page #group-manufacturers:hover, .v3-html.gsdd-companies-page #group-manufacturers:focus {
  background: #ddcbea;
  color: #24313b;
}
/* line 121, /app/app/assets/stylesheets/gsdd_companies.scss */
.v3-html.gsdd-companies-page .gsdd-manufacturer-row > th {
  background-color: inherit;
}
/* line 122, /app/app/assets/stylesheets/gsdd_companies.scss */
.v3-html.gsdd-companies-page .gsdd-selectable-row {
  cursor: pointer;
}
/* line 123, /app/app/assets/stylesheets/gsdd_companies.scss */
.v3-html.gsdd-companies-page .gsdd-selectable-row:focus {
  outline: none;
}
/* line 124, /app/app/assets/stylesheets/gsdd_companies.scss */
.v3-html.gsdd-companies-page .gsdd-selectable-row:focus-visible {
  outline: 1px dotted #e88924;
  outline-offset: -4px;
}
/* line 125, /app/app/assets/stylesheets/gsdd_companies.scss */
.v3-html.gsdd-companies-page .gsdd-row-selected > td, .v3-html.gsdd-companies-page .gsdd-row-selected > th {
  background: #fff2b3 !important;
  color: #24313b !important;
}
/* line 129, /app/app/assets/stylesheets/gsdd_companies.scss */
.v3-html.gsdd-companies-page .gsdd-policy-upload-button {
  position: relative;
  margin: 3px 0 0;
  cursor: pointer;
  background: #fff;
  color: #333;
  border: 1px solid #aeb7bb;
}
/* line 130, /app/app/assets/stylesheets/gsdd_companies.scss */
.v3-html.gsdd-companies-page .gsdd-policy-upload-button:focus-within {
  outline: 2px solid #337ab7;
}
/* line 131, /app/app/assets/stylesheets/gsdd_companies.scss */
.v3-html.gsdd-companies-page .gsdd-anchor-bar {
  flex-wrap: wrap;
  gap: 6px;
  padding: 5px;
}
/* line 132, /app/app/assets/stylesheets/gsdd_companies.scss */
.v3-html.gsdd-companies-page .gsdd-medispan-filter {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 6px;
}
/* line 133, /app/app/assets/stylesheets/gsdd_companies.scss */
.v3-html.gsdd-companies-page .medispan-filter-form {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

@media (max-width: 1100px) {
  /* line 136, /app/app/assets/stylesheets/gsdd_companies.scss */
  .v3-html.gsdd-companies-page .gsdd-table-scroll table {
    font-size: 9px;
  }
}
/* line 139, /app/app/assets/stylesheets/gsdd_companies.scss */
.v3-html.gsdd-companies-page .gsdd-sort-button {
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  padding: 0;
  width: 100%;
  text-align: inherit;
  cursor: pointer;
}

/* line 149, /app/app/assets/stylesheets/gsdd_companies.scss */
.v3-html.gsdd-companies-page .gsdd-sort-button:focus {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}

/* line 155, /app/app/assets/stylesheets/gsdd_companies.scss */
.v3-html.gsdd-companies-page #gsdd_companies {
  overflow-anchor: none;
}

/* line 156, /app/app/assets/stylesheets/gsdd_companies.scss */
.gsdd-sorting-status {
  position: fixed;
  top: 60px;
  right: 20px;
  z-index: 1100;
  padding: 10px 16px;
  background: #fff;
  color: #24313b;
  border: 2px solid #92278f;
  border-radius: 4px;
}

/* line 170, /app/app/assets/stylesheets/gsdd_companies.scss */
.v3-html.gsdd-companies-page #gsdd_companies.gsdd-fast-table {
  display: block;
  border: 0;
}
/* line 173, /app/app/assets/stylesheets/gsdd_companies.scss */
.v3-html.gsdd-companies-page #gsdd_companies.gsdd-fast-table colgroup {
  display: none;
}
/* line 174, /app/app/assets/stylesheets/gsdd_companies.scss */
.v3-html.gsdd-companies-page #gsdd_companies.gsdd-fast-table thead {
  display: block;
}
/* line 175, /app/app/assets/stylesheets/gsdd_companies.scss */
.v3-html.gsdd-companies-page #gsdd_companies.gsdd-fast-table tbody {
  display: flex;
  flex-direction: column;
}
/* line 176, /app/app/assets/stylesheets/gsdd_companies.scss */
.v3-html.gsdd-companies-page #gsdd_companies.gsdd-fast-table tr {
  display: grid;
  grid-template-columns: var(--gsdd-columns);
}
/* line 177, /app/app/assets/stylesheets/gsdd_companies.scss */
.v3-html.gsdd-companies-page #gsdd_companies.gsdd-fast-table th, .v3-html.gsdd-companies-page #gsdd_companies.gsdd-fast-table td {
  display: block;
  min-width: 0;
}
/* line 178, /app/app/assets/stylesheets/gsdd_companies.scss */
.v3-html.gsdd-companies-page #gsdd_companies.gsdd-fast-table thead {
  position: sticky;
  top: 0;
  z-index: 10;
}
/* line 181, /app/app/assets/stylesheets/gsdd_companies.scss */
.v3-html.gsdd-companies-page #gsdd_companies.gsdd-fast-table thead tr, .v3-html.gsdd-companies-page #gsdd_companies.gsdd-fast-table thead th, .v3-html.gsdd-companies-page #gsdd_companies.gsdd-fast-table thead td {
  position: static;
  top: auto;
  bottom: auto;
}
/* line 182, /app/app/assets/stylesheets/gsdd_companies.scss */
.v3-html.gsdd-companies-page #gsdd_companies.gsdd-fast-table thead tr {
  height: auto;
}
/* line 183, /app/app/assets/stylesheets/gsdd_companies.scss */
.v3-html.gsdd-companies-page #gsdd_companies.gsdd-fast-table .gsdd-manufacturer-row {
  content-visibility: auto;
  contain-intrinsic-size: auto 44px;
}

/* line 189, /app/app/assets/stylesheets/gsdd_companies.scss */
.manufacturer-group-modal {
  color: #24313b;
}
/* line 191, /app/app/assets/stylesheets/gsdd_companies.scss */
.manufacturer-group-modal .modal-content {
  background: #fff;
}
/* line 192, /app/app/assets/stylesheets/gsdd_companies.scss */
.manufacturer-group-modal .modal-header {
  background: #92278f;
  color: #fff;
}
/* line 193, /app/app/assets/stylesheets/gsdd_companies.scss */
.manufacturer-group-modal .modal-title, .manufacturer-group-modal .close {
  color: #fff;
}
/* line 194, /app/app/assets/stylesheets/gsdd_companies.scss */
.manufacturer-group-modal .modal-body {
  padding: 20px;
}
/* line 195, /app/app/assets/stylesheets/gsdd_companies.scss */
.manufacturer-group-modal .manufacturer-group-fields {
  max-height: calc(70vh - 120px);
  overflow-y: auto;
  padding-right: 4px;
}
/* line 196, /app/app/assets/stylesheets/gsdd_companies.scss */
.manufacturer-group-modal .modal-body p, .manufacturer-group-modal .modal-body label, .manufacturer-group-modal .modal-body h3, .manufacturer-group-modal .modal-body strong {
  color: #24313b;
}
/* line 197, /app/app/assets/stylesheets/gsdd_companies.scss */
.manufacturer-group-modal .modal-body p {
  font-size: 13px;
  line-height: 1.45;
  margin-bottom: 10px;
}
/* line 198, /app/app/assets/stylesheets/gsdd_companies.scss */
.manufacturer-group-modal .form-control {
  color: #24313b;
  background: #fff;
}
/* line 199, /app/app/assets/stylesheets/gsdd_companies.scss */
.manufacturer-group-modal .modal-dialog {
  width: calc(100% - 40px);
  max-width: 1800px;
}
/* line 200, /app/app/assets/stylesheets/gsdd_companies.scss */
.manufacturer-group-modal .manufacturer-group-comparison {
  margin: 16px 0;
  overflow-x: auto;
}
/* line 201, /app/app/assets/stylesheets/gsdd_companies.scss */
.manufacturer-group-modal .manufacturer-group-comparison table {
  width: 100%;
  min-width: 1700px;
  table-layout: fixed;
}
/* line 202, /app/app/assets/stylesheets/gsdd_companies.scss */
.manufacturer-group-modal .manufacturer-group-comparison thead th:nth-child(1) {
  width: 55px;
}
/* line 203, /app/app/assets/stylesheets/gsdd_companies.scss */
.manufacturer-group-modal .manufacturer-group-comparison thead th:nth-child(2) {
  width: 130px;
}
/* line 204, /app/app/assets/stylesheets/gsdd_companies.scss */
.manufacturer-group-modal .manufacturer-group-comparison thead th:nth-child(3),
.manufacturer-group-modal .manufacturer-group-comparison thead th:nth-child(4) {
  width: 70px;
}
/* line 206, /app/app/assets/stylesheets/gsdd_companies.scss */
.manufacturer-group-modal .manufacturer-group-comparison thead th:nth-child(6),
.manufacturer-group-modal .manufacturer-group-comparison thead th:nth-child(8) {
  width: 150px;
}
/* line 208, /app/app/assets/stylesheets/gsdd_companies.scss */
.manufacturer-group-modal .manufacturer-group-comparison th, .manufacturer-group-modal .manufacturer-group-comparison td {
  position: static !important;
  color: #24313b;
  background: #fff;
  white-space: normal;
  overflow-wrap: anywhere;
  padding: 5px 8px;
  font-size: 12px;
  line-height: 1.3;
}
/* line 218, /app/app/assets/stylesheets/gsdd_companies.scss */
.manufacturer-group-modal .manufacturer-group-comparison thead th {
  background: #f1edf4;
}
/* line 219, /app/app/assets/stylesheets/gsdd_companies.scss */
.manufacturer-group-modal .manufacturer-source-row {
  cursor: pointer;
}
/* line 220, /app/app/assets/stylesheets/gsdd_companies.scss */
.manufacturer-group-modal .manufacturer-source-row:focus-visible {
  outline: 2px solid #e88924;
  outline-offset: -2px;
}
/* line 221, /app/app/assets/stylesheets/gsdd_companies.scss */
.manufacturer-group-modal .manufacturer-group-comparison .manufacturer-source-selected > th,
.manufacturer-group-modal .manufacturer-group-comparison .manufacturer-source-selected > td {
  background: #fff2b3;
}
/* line 223, /app/app/assets/stylesheets/gsdd_companies.scss */
.manufacturer-group-modal .manufacturer-group-comparison .manufacturer-source-row[aria-disabled="true"] {
  cursor: not-allowed;
}
/* line 225, /app/app/assets/stylesheets/gsdd_companies.scss */
.manufacturer-group-modal .manufacturer-group-comparison .manufacturer-source-row[aria-disabled="true"] > th, .manufacturer-group-modal .manufacturer-group-comparison .manufacturer-source-row[aria-disabled="true"] > td {
  background: #d5cddd;
  color: #24313b;
}
/* line 227, /app/app/assets/stylesheets/gsdd_companies.scss */
.manufacturer-group-modal .manufacturer-group-comparison input[type="radio"] {
  width: 16px;
  height: 16px;
}
/* line 228, /app/app/assets/stylesheets/gsdd_companies.scss */
.manufacturer-group-modal .manufacturer-group-actions {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  padding-top: 16px;
}
/* line 229, /app/app/assets/stylesheets/gsdd_companies.scss */
.manufacturer-group-modal .manufacturer-group-actions .btn-default {
  color: #24313b;
  background: #eee;
}
/* line 230, /app/app/assets/stylesheets/gsdd_companies.scss */
.manufacturer-group-modal [hidden] {
  display: none !important;
}

/* line 234, /app/app/assets/stylesheets/gsdd_companies.scss */
.v3-html.gsdd-companies-page #gsdd_companies .gsdd-grouped-row {
  position: relative;
}
/* line 236, /app/app/assets/stylesheets/gsdd_companies.scss */
.v3-html.gsdd-companies-page #gsdd_companies .gsdd-grouped-row > :first-child {
  padding-left: 7px;
}
/* line 237, /app/app/assets/stylesheets/gsdd_companies.scss */
.v3-html.gsdd-companies-page #gsdd_companies .gsdd-grouped-row > :last-child {
  padding-right: 7px;
}
/* line 238, /app/app/assets/stylesheets/gsdd_companies.scss */
.v3-html.gsdd-companies-page #gsdd_companies .gsdd-grouped-row::after {
  content: '';
  position: absolute;
  inset: 0;
  border-left: 2px solid #e88924;
  border-right: 2px solid #e88924;
  pointer-events: none;
  z-index: 1;
}
/* line 247, /app/app/assets/stylesheets/gsdd_companies.scss */
.v3-html.gsdd-companies-page #gsdd_companies .gsdd-grouped-row.gsdd-group-start {
  margin-top: 0;
}
/* line 248, /app/app/assets/stylesheets/gsdd_companies.scss */
.v3-html.gsdd-companies-page #gsdd_companies .gsdd-grouped-row.gsdd-group-end {
  margin-bottom: 0;
}
/* line 249, /app/app/assets/stylesheets/gsdd_companies.scss */
.v3-html.gsdd-companies-page #gsdd_companies .gsdd-grouped-row.gsdd-group-start::after {
  border-top: 2px solid #e88924;
}
/* line 250, /app/app/assets/stylesheets/gsdd_companies.scss */
.v3-html.gsdd-companies-page #gsdd_companies .gsdd-grouped-row.gsdd-group-end::after {
  border-bottom: 2px solid #e88924;
}

/* line 253, /app/app/assets/stylesheets/gsdd_companies.scss */
.gsdd-group-feedback {
  color: #24313b;
  background: #eaf8ea;
  padding: 8px;
  margin: 0;
}

/* line 255, /app/app/assets/stylesheets/gsdd_companies.scss */
#manufacturer-import-modal .modal-dialog {
  width: 600px;
  max-width: calc(100% - 40px);
}

/* line 257, /app/app/assets/stylesheets/gsdd_companies.scss */
.gsdd-loading-progress {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px;
  color: #24313b;
  background: #f5effb;
}
/* line 258, /app/app/assets/stylesheets/gsdd_companies.scss */
.gsdd-loading-progress[hidden] {
  display: none !important;
}
/* line 261, /app/app/assets/stylesheets/gsdd_companies.scss */
.gsdd-loading-progress progress {
  flex: 1;
  min-width: 40px;
}
/* line 262, /app/app/assets/stylesheets/gsdd_companies.scss */
.gsdd-loading-progress [hidden] {
  display: none !important;
}

/* line 266, /app/app/assets/stylesheets/gsdd_companies.scss */
#GsddCompaniesContactModal .modal-dialog {
  margin-top: 80px;
}
