@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/fontawesome.min.css');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/solid.min.css');
.qmod-ui-results-backdrop {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9995;
  opacity: 0.5;
  background-color: #000000;
}
.qmod-smartlookup {
  background-color: #fff;
  position: relative;
  width: 350px;
  z-index: 9996;
  /* Customize the label (the container) */
  /* Hide the browser's default radio button */
  /* Create a custom radio button */
  /* When the radio button is checked, add a blue background */
  /* Create the indicator (the dot/circle - hidden when not checked) */
  /* Show the indicator (dot/circle) when checked */
  /* Style the indicator (dot/circle) */
  /**
 * @license
 * Copyright 2018 Google Inc.
 *
 * Permission is hereby granted, free of charge, to any person obtaining a copy
 * of this software and associated documentation files (the "Software"), to deal
 * in the Software without restriction, including without limitation the rights
 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the Software is
 * furnished to do so, subject to the following conditions:
 *
 * The above copyright notice and this permission notice shall be included in
 * all copies or substantial portions of the Software.
 *
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 * THE SOFTWARE.
 */
  /**
* @license
* Copyright 2018 Google Inc.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the Software is
* furnished to do so, subject to the following conditions:
*
* The above copyright notice and this permission notice shall be included in
* all copies or substantial portions of the Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE.
*/
}
.qmod-smartlookup .qmodii-label-radio {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.qmod-smartlookup .qmodii-label-radio-text {
  cursor: pointer;
}
.qmod-smartlookup .qmodii-label-radio .qmodii-radio {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.qmod-smartlookup .qmodii-radio-button {
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  width: 24px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #969696;
}
.qmod-smartlookup .qmodii-label-radio:hover .qmodii-radio ~ .qmodii-radio-button {
  border: 1px solid #222;
}
.qmod-smartlookup .qmodii-label-radio .qmodii-radio:checked ~ .qmodii-radio-button {
  background-color: #333;
  border: 1px solid #333;
}
.qmod-smartlookup .qmodii-radio-button:after {
  content: "";
  position: absolute;
  display: none;
}
.qmod-smartlookup .qmodii-label-radio .qmodii-radio:checked ~ .qmodii-radio-button:after {
  display: block;
  background-color: #fff;
}
.qmod-smartlookup .qmodii-label-radio .qmodii-radio-button:after {
  content: "";
  position: absolute;
  display: none;
  top: 8px;
  left: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
}
.qmod-smartlookup .qmodii-radio:disabled ~ .qmodii-radio-button {
  background-color: #f2f2f2;
  border: 1px solid #f2f2f2;
  cursor: not-allowed;
}
.qmod-smartlookup .qmodii-radio:disabled ~ .qmodii-radio-button:hover {
  border: 1px solid #f2f2f2;
}
.qmod-smartlookup .qmodii-label-radio:hover .qmodii-radio:disabled ~ .qmodii-radio-button {
  border: 1px solid #f2f2f2;
}
.qmod-smartlookup .mdc-tab-bar {
  width: 100%;
  height: 3em;
  overflow-y: hidden;
}
.qmod-smartlookup .mdc-tab {
  height: 3em;
}
.qmod-smartlookup .mdc-tab--stacked {
  height: 4.5em;
}
.qmod-smartlookup .mdc-tab-indicator {
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}
.qmod-smartlookup .mdc-tab-indicator .mdc-tab-indicator__content--icon {
  color: #018786;
  /* @alternate */
  color: var(--mdc-theme-secondary, #018786);
}
.qmod-smartlookup .mdc-tab-indicator .mdc-tab-indicator__content--icon {
  height: 2em;
  font-size: 2em;
}
.qmod-smartlookup .mdc-tab-indicator__content {
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
}
.qmod-smartlookup .mdc-tab-indicator__content--underline {
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border-top: var(--QMOD-primary-border);
}
.qmod-smartlookup .mdc-tab-indicator__content--icon {
  -ms-flex-item-align: center;
  align-self: center;
  margin: 0 auto;
}
.qmod-smartlookup .mdc-tab-indicator--active .mdc-tab-indicator__content {
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border-top-style: solid;
  border-color: #0477d1;
  border-top-width: 0.15em;
}
.qmod-smartlookup .mdc-tab-indicator .mdc-tab-indicator__content {
  -webkit-transition: 250ms -webkit-transform cubic-bezier(0.4, 0, 0.2, 1);
  transition: 250ms -webkit-transform cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: 250ms transform cubic-bezier(0.4, 0, 0.2, 1);
  transition: 250ms transform cubic-bezier(0.4, 0, 0.2, 1);
  transition: 250ms transform cubic-bezier(0.4, 0, 0.2, 1), 250ms -webkit-transform cubic-bezier(0.4, 0, 0.2, 1);
}
.qmod-smartlookup .mdc-tab-indicator--no-transition .mdc-tab-indicator__content {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.qmod-smartlookup .mdc-tab-indicator--fade .mdc-tab-indicator__content {
  -webkit-transition: 150ms opacity linear;
  -o-transition: 150ms opacity linear;
  transition: 150ms opacity linear;
}
.qmod-smartlookup .mdc-tab-indicator--active.mdc-tab-indicator--fade .mdc-tab-indicator__content {
  -webkit-transition-delay: 100ms;
  -o-transition-delay: 100ms;
  transition-delay: 100ms;
}
.qmod-smartlookup .mdc-tab-scroller {
  overflow-y: hidden;
}
.qmod-smartlookup .mdc-tab-scroller.mdc-tab-scroller--animating .mdc-tab-scroller__scroll-content {
  -webkit-transition: 250ms -webkit-transform cubic-bezier(0.4, 0, 0.2, 1);
  transition: 250ms -webkit-transform cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: 250ms transform cubic-bezier(0.4, 0, 0.2, 1);
  transition: 250ms transform cubic-bezier(0.4, 0, 0.2, 1);
  transition: 250ms transform cubic-bezier(0.4, 0, 0.2, 1), 250ms -webkit-transform cubic-bezier(0.4, 0, 0.2, 1);
}
.qmod-smartlookup .mdc-tab-scroller__test {
  position: absolute;
  top: -9999px;
  width: 100px;
  height: 100px;
  overflow-x: scroll;
}
.qmod-smartlookup .mdc-tab-scroller__scroll-area {
  -webkit-overflow-scrolling: touch;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
  -ms-overflow-style: none;
  /* IE 11 */
  /* Firefox 64 */
}
.qmod-smartlookup .mdc-tab-scroller__scroll-area::-webkit-scrollbar,
.qmod-smartlookup .mdc-tab-scroller__test::-webkit-scrollbar {
  display: none;
}
.qmod-smartlookup .mdc-tab-scroller__scroll-area--scroll {
  overflow-x: scroll;
  overflow-y: hidden;
}
.qmod-smartlookup .mdc-tab-scroller__scroll-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  will-change: transform;
}
.qmod-smartlookup .mdc-tab-scroller--align-start .mdc-tab-scroller__scroll-content {
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.qmod-smartlookup .mdc-tab-scroller--align-end .mdc-tab-scroller__scroll-content {
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.qmod-smartlookup .mdc-tab-scroller--align-center .mdc-tab-scroller__scroll-content {
  -ms-flex-pack: center;
  justify-content: center;
}
.qmod-smartlookup .mdc-tab-scroller--animating .mdc-tab-scroller__scroll-area {
  -webkit-overflow-scrolling: auto;
}
.qmod-smartlookup .mdc-tab {
  font-family: Roboto, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 2.25em;
  font-weight: 500;
  letter-spacing: normal;
  text-decoration: none;
  padding-right: 1.5em;
  padding-left: 1.5em;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  border: none;
  outline: none;
  background: none;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  -webkit-appearance: none;
  z-index: 1;
  /* Optional: Customize .focus-visible */
}
.qmod-smartlookup .mdc-tab:focus:not(:focus-visible) {
  outline: none;
}
.qmod-smartlookup .mdc-tab:focus-visible {
  border: 2px solid black;
  outline: none;
}
.qmod-smartlookup .mdc-tab .mdc-tab__text-label {
  color: rgba(0, 0, 0, 0.6);
}
.qmod-smartlookup .mdc-tab .mdc-tab__icon {
  color: rgba(0, 0, 0, 0.54);
  fill: currentColor;
}
.qmod-smartlookup .mdc-tab--min-width {
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
.qmod-smartlookup .mdc-tab__content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: inherit;
  pointer-events: none;
}
.qmod-smartlookup .mdc-tab__text-label {
  display: inline-block;
  line-height: 1;
  z-index: 2;
}
.qmod-smartlookup .mdc-tab__icon {
  width: 1.5em;
  height: 1.5em;
  font-size: 1.5em;
  z-index: 2;
}
.qmod-smartlookup .mdc-tab--stacked .mdc-tab__content {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.qmod-smartlookup .mdc-tab--stacked .mdc-tab__text-label {
  padding-top: 0.4em;
  padding-bottom: 0.3em;
}
.qmod-smartlookup .mdc-tab--active .mdc-tab__text-label {
  font-weight: bold;
  color: #0477d1;
}
.qmod-smartlookup .mdc-tab--active .mdc-tab__icon {
  font-weight: bold;
  color: #0477d1;
}
.qmod-smartlookup .mdc-tab:not(.mdc-tab--stacked) .mdc-tab__icon + .mdc-tab__text-label {
  /* @noflip */
  padding-left: 0.5em;
  /* @noflip */
  padding-right: 0;
}
.qmod-smartlookup [dir=rtl] .mdc-tab:not(.mdc-tab--stacked) .mdc-tab__icon + .mdc-tab__text-label,
.qmod-smartlookup .mdc-tab:not(.mdc-tab--stacked) .mdc-tab__icon + .mdc-tab__text-label[dir=rtl] {
  /* @noflip */
  padding-left: 0;
  /* @noflip */
  padding-right: 0.5em;
}
@-webkit-keyframes mdc-ripple-fg-radius-in {
  from {
    -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transform: translate(var(--mdc-ripple-fg-translate-start, 0)) scale(1);
    transform: translate(var(--mdc-ripple-fg-translate-start, 0)) scale(1);
  }
  to {
    -webkit-transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
    transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
  }
}
@keyframes mdc-ripple-fg-radius-in {
  from {
    -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transform: translate(var(--mdc-ripple-fg-translate-start, 0)) scale(1);
    transform: translate(var(--mdc-ripple-fg-translate-start, 0)) scale(1);
  }
  to {
    -webkit-transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
    transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
  }
}
@-webkit-keyframes mdc-ripple-fg-opacity-in {
  from {
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    opacity: 0;
  }
  to {
    opacity: var(--mdc-ripple-fg-opacity, 0);
  }
}
@keyframes mdc-ripple-fg-opacity-in {
  from {
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    opacity: 0;
  }
  to {
    opacity: var(--mdc-ripple-fg-opacity, 0);
  }
}
@-webkit-keyframes mdc-ripple-fg-opacity-out {
  from {
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    opacity: var(--mdc-ripple-fg-opacity, 0);
  }
  to {
    opacity: 0;
  }
}
@keyframes mdc-ripple-fg-opacity-out {
  from {
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    opacity: var(--mdc-ripple-fg-opacity, 0);
  }
  to {
    opacity: 0;
  }
}
.qmod-smartlookup .mdc-ripple-surface--test-edge-var-bug {
  --mdc-ripple-surface-test-edge-var: 1px solid #000;
  visibility: hidden;
}
.qmod-smartlookup .mdc-ripple-surface--test-edge-var-bug::before {
  border: var(--mdc-ripple-surface-test-edge-var);
}
.qmod-smartlookup .mdc-tab__ripple {
  --mdc-ripple-fg-size: 0;
  --mdc-ripple-left: 0;
  --mdc-ripple-top: 0;
  --mdc-ripple-fg-scale: 1;
  --mdc-ripple-fg-translate-end: 0;
  --mdc-ripple-fg-translate-start: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.qmod-smartlookup .mdc-tab__ripple::before,
.qmod-smartlookup .mdc-tab__ripple::after {
  position: absolute;
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  content: "";
}
.qmod-smartlookup .mdc-tab__ripple::before {
  -webkit-transition: opacity 15ms linear, background-color 15ms linear;
  -o-transition: opacity 15ms linear, background-color 15ms linear;
  transition: opacity 15ms linear, background-color 15ms linear;
  z-index: 1;
}
.qmod-smartlookup .mdc-tab__ripple.mdc-ripple-upgraded::before {
  -webkit-transform: scale(var(--mdc-ripple-fg-scale, 1));
  -ms-transform: scale(var(--mdc-ripple-fg-scale, 1));
  transform: scale(var(--mdc-ripple-fg-scale, 1));
}
.qmod-smartlookup .mdc-tab__ripple.mdc-ripple-upgraded::after {
  top: 0;
  /* @noflip */
  left: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
}
.qmod-smartlookup .mdc-tab__ripple.mdc-ripple-upgraded--unbounded::after {
  top: var(--mdc-ripple-top, 0);
  /* @noflip */
  left: var(--mdc-ripple-left, 0);
}
.qmod-smartlookup .mdc-tab__ripple.mdc-ripple-upgraded--foreground-activation::after {
  -webkit-animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
  animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
}
.qmod-smartlookup .mdc-tab__ripple.mdc-ripple-upgraded--foreground-deactivation::after {
  -webkit-animation: mdc-ripple-fg-opacity-out 150ms;
  animation: mdc-ripple-fg-opacity-out 150ms;
  -webkit-transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
  -ms-transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
  transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
}
.qmod-smartlookup .mdc-tab__ripple::before,
.qmod-smartlookup .mdc-tab__ripple::after {
  top: calc(50% - 100%);
  /* @noflip */
  left: calc(50% - 100%);
  width: 200%;
  height: 200%;
}
.qmod-smartlookup .mdc-tab__ripple.mdc-ripple-upgraded::after {
  width: var(--mdc-ripple-fg-size, 100%);
  height: var(--mdc-ripple-fg-size, 100%);
}
.qmod-smartlookup .mdc-tab__ripple.mdc-ripple-upgraded--background-focused::before,
.qmod-smartlookup .mdc-tab__ripple:not(.mdc-ripple-upgraded):focus::before {
  -webkit-transition-duration: 75ms;
  -o-transition-duration: 75ms;
  transition-duration: 75ms;
  opacity: 0.12;
}
.qmod-smartlookup .mdc-tab__ripple:not(.mdc-ripple-upgraded)::after {
  -webkit-transition: opacity 150ms linear;
  -o-transition: opacity 150ms linear;
  transition: opacity 150ms linear;
}
.qmod-smartlookup .mdc-tab__ripple:not(.mdc-ripple-upgraded):active::after {
  -webkit-transition-duration: 75ms;
  -o-transition-duration: 75ms;
  transition-duration: 75ms;
  opacity: 0.12;
}
.qmod-smartlookup .mdc-tab__ripple.mdc-ripple-upgraded {
  --mdc-ripple-fg-opacity: 0.12;
}
.qmod-smartlookup .mdc-tab-bar.qmod-chips {
  border: 0;
}
.qmod-smartlookup .mdc-tab-bar.qmod-chips .mdc-tab {
  margin: 1px;
}
.qmod-smartlookup .mdc-tab-bar.no-flex {
  border-bottom: var(--QMOD-primary-border);
}
.qmod-smartlookup .mdc-tab-bar.no-flex .mdc-tab-indicator__content--underline {
  border-top-width: 0;
}
.qmod-smartlookup .mdc-tab-bar.no-flex .mdc-tab-indicator--active .mdc-tab-indicator__content {
  border-top-width: 2px;
}
.qmod-smartlookup .mdc-tab-bar.no-flex .mdc-tab-scroller__scroll-content {
  flex: none;
  -ms-flex: none;
}
.qmod-smartlookup .qmod-loader-class .qmod-loader-threedot,
.qmod-smartlookup .qmod-loader-class .qmod-loader-threedot:before,
.qmod-smartlookup .qmod-loader-class .qmod-loader-threedot:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: qmod-loader-threedot-anim 1.8s infinite ease-in-out;
  animation: qmod-loader-threedot-anim 1.8s infinite ease-in-out;
}
.qmod-smartlookup .qmod-loader-class .qmod-loader-threedot {
  color: #ddd;
  font-size: 10px;
  margin: 80px auto;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: 0.66s;
  animation-delay: 0.66s;
}
.qmod-smartlookup .qmod-loader-class .qmod-loader-threedot:before,
.qmod-smartlookup .qmod-loader-class .qmod-loader-threedot:after {
  content: "";
  position: absolute;
  top: 0;
}
.qmod-smartlookup .qmod-loader-class .qmod-loader-threedot:before {
  left: -3.5em;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.qmod-smartlookup .qmod-loader-class .qmod-loader-threedot:after {
  left: 3.5em;
  -webkit-animation-delay: 0.82s;
  animation-delay: 0.82s;
}
@-webkit-keyframes qmod-loader-threedot-anim {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@keyframes qmod-loader-threedot-anim {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
.qmod-smartlookup .qmod-loader-class .qmod-loader-threedot-small,
.qmod-smartlookup .qmod-loader-class .qmod-loader-threedot-small:before,
.qmod-smartlookup .qmod-loader-class .qmod-loader-threedot-small:after {
  border-radius: 50%;
  width: 1em;
  height: 1em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: qmod-loader-threedot-small-anim 1.8s infinite ease-in-out;
  animation: qmod-loader-threedot-small-anim 1.8s infinite ease-in-out;
}
.qmod-smartlookup .qmod-loader-class .qmod-loader-threedot-small {
  color: #ddd;
  font-size: 10px;
  margin: 5px auto;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: 0.66s;
  animation-delay: 0.66s;
}
.qmod-smartlookup .qmod-loader-class .qmod-loader-threedot-small:before,
.qmod-smartlookup .qmod-loader-class .qmod-loader-threedot-small:after {
  content: "";
  position: absolute;
  top: 0;
}
.qmod-smartlookup .qmod-loader-class .qmod-loader-threedot-small:before {
  left: -1.5em;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.qmod-smartlookup .qmod-loader-class .qmod-loader-threedot-small:after {
  left: 1.5em;
  -webkit-animation-delay: 0.82s;
  animation-delay: 0.82s;
}
@-webkit-keyframes qmod-loader-threedot-small-anim {
  0%,
  80%,
  100% {
    box-shadow: 0 1em 0 -0.5;
  }
  40% {
    box-shadow: 0 1em 0 0;
  }
}
@keyframes qmod-loader-threedot-small-anim {
  0%,
  80%,
  100% {
    box-shadow: 0 1em 0 -0.5em;
  }
  40% {
    box-shadow: 0 1em 0 0;
  }
}
.qmod-smartlookup .qmod-loader-class .qmod-lds-ring {
  display: flex;
  justify-content: center;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.5);
  z-index: 9999;
}
.qmod-smartlookup .qmod-loader-class .qmod-lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  top: 30%;
  width: 32px;
  height: 32px;
  margin: 8px;
  border: 4px solid #222;
  border-radius: 50%;
  animation: qmod-lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #222 transparent transparent transparent;
}
.qmod-smartlookup .qmod-loader-class .qmod-lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.qmod-smartlookup .qmod-loader-class .qmod-lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.qmod-smartlookup .qmod-loader-class .qmod-lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes qmod-lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.qmod-smartlookup .qmod-loader-class span.qmod-loading-msg {
  color: var(--QMOD-secondary-text);
  position: absolute;
  top: calc(30% - 20px);
}
.qmod-smartlookup .qmod-drop-wrap {
  flex: auto;
  max-width: 250px;
  border: 1.5px solid #EEE;
  border-radius: 5px;
}
.qmod-smartlookup .qmod-drop-wrap .qmod-drop-items {
  width: 100%;
  position: relative;
}
.qmod-smartlookup .qmod-drop-wrap .qmod-drop-menu {
  width: inherit;
  display: flex;
  flex-direction: column;
  position: absolute;
  background-color: #fff;
  z-index: 10;
  border: 1.5px solid #EEE;
  border-radius: 5px;
  border-radius: 0 0 5px 5px;
  box-shadow: 0px 15px 10px -15px #111;
  max-height: 70vh;
  overflow-y: auto;
  list-style-type: none;
  padding: 0;
  overflow: auto;
  margin-top: 5px;
}
.qmod-smartlookup .qmod-drop-wrap .qmod-drop-menu .qmod-drop-item-li:hover,
.qmod-smartlookup .qmod-drop-wrap .qmod-drop-menu .qmod-drop-item-li:active {
  background-color: #F0F0F0;
}
.qmod-smartlookup .qmod-drop-wrap .qmod-drop-menu .qmod-drop-item-li:last-child .qmod-drop-item {
  border: 0;
}
.qmod-smartlookup .qmod-drop-wrap .qmod-drop-menu .qmod-drop-item-li[aria-selected="true"] {
  background-color: #e6f0fa;
}
.qmod-smartlookup .qmod-drop-wrap .qmod-drop-menu .qmod-drop-item {
  background: none;
  border: 0;
  padding: 11px 12px;
  border-bottom: 1px solid #EEE;
  align-items: center;
  display: inline-flex;
  width: 100%;
  text-decoration: none;
  color: #101111;
  white-space: break-spaces;
  box-sizing: border-box;
}
.qmod-smartlookup .qmod-drop-cont {
  align-items: center;
  display: flex;
  padding: 6px 6px 6px 12px;
  width: 100%;
  background-color: unset;
  border: 0;
  font-family: var(--qmod-swl-font-family);
  font-size: 1em;
}
.qmod-smartlookup .qmod-drop-cont .qmod-dd-text {
  word-break: break-all;
  text-align: left;
  white-space: break-spaces;
}
.qmod-smartlookup .qmod-drop-cont .qmod-dd-arrow {
  margin-left: auto;
}
.qmod-smartlookup .qmod-drop-cont .qmod-icon {
  font-size: 1.5em;
  margin-left: auto;
  margin-top: 2px;
  color: #787878;
}
.qmod-smartlookup .qmod-a11y-dropdown2 {
  display: inline-flex;
  position: relative;
  min-width: max-content;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  cursor: pointer;
}
.qmod-smartlookup .qmod-a11y-dropdown2:hover {
  background-color: #e3ecf6;
}
.qmod-smartlookup .qmod-a11y-dropdown2 .qmod-a11y-dropdown2-wrapper {
  display: flex;
  flex-direction: column;
  flex: auto;
  color: #222;
}
.qmod-smartlookup .qmod-a11y-dropdown2 .qmod-a11y-dropdown2-wrapper .qmod-a11y-dropdown2-combobox {
  display: flex;
  align-items: center;
  gap: 0.5em;
  padding: 6px 10px;
  padding-right: 4px;
  user-select: none;
}
.qmod-smartlookup .qmod-a11y-dropdown2 .qmod-a11y-dropdown2-wrapper .qmod-a11y-dropdown2-combobox .qmod-icon {
  font-size: 1.5em;
  margin-left: auto;
  top: 1px;
  color: #787878;
  position: relative;
}
.qmod-smartlookup .qmod-a11y-dropdown2 .qmod-a11y-dropdown2-wrapper .qmod-a11y-dropdown2-listbox {
  padding: 0;
  margin: 0;
  position: absolute;
  top: calc(100% + 4px);
  border: 1px solid #ddd;
  background-color: #fff;
  min-width: 100%;
  z-index: 1;
  left: 0;
  box-shadow: 0px 9px 20px #00000029;
  border-radius: 5px;
  box-sizing: border-box;
}
.qmod-smartlookup .qmod-a11y-dropdown2 .qmod-a11y-dropdown2-wrapper .qmod-a11y-dropdown2-listbox .qmod-a11y-dropdown2-listbox-item {
  display: flex;
  align-items: center;
  gap: 0.4em;
  padding: 8px;
}
.qmod-smartlookup .qmod-a11y-dropdown2 .qmod-a11y-dropdown2-wrapper .qmod-a11y-dropdown2-listbox .qmod-a11y-dropdown2-listbox-item:hover {
  background-color: #eeeeee;
}
.qmod-smartlookup .qmod-a11y-dropdown2 .qmod-a11y-dropdown2-wrapper .qmod-a11y-dropdown2-listbox .qmod-a11y-dropdown2-listbox-item[aria-selected="true"] {
  color: var(--QMOD-primary-color);
  background-color: #EDF6FC;
  font-weight: 600;
}
.qmod-smartlookup .qmod-a11y-dropdown2 .qmod-a11y-dropdown2-wrapper .qmod-a11y-dropdown2-listbox .qmod-a11y-dropdown2-listbox-item.qmod-option-current {
  outline: 2px solid black;
  outline-offset: -0.5px;
}
.qmod-smartlookup .qmod-a11y-dropdown2 .qmod-a11y-dropdown2-wrapper .qmod-a11y-dropdown2-listbox .qmod-a11y-dropdown2-listbox-item + .qmod-a11y-dropdown2-listbox-item {
  border-top: 1px solid #e3e3e3;
}
.qmod-smartlookup .qmod-dropdown-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
  min-width: 175px;
}
@media screen and (max-width: 568px) {
  .qmod-smartlookup .qmod-dropdown-wrapper {
    width: 100%;
  }
}
.qmod-smartlookup .qmod-no-symbols,
.qmod-smartlookup .qmod-nodata {
  margin: auto;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.qmod-smartlookup .qmod-no-symbols .qmod-msg,
.qmod-smartlookup .qmod-nodata .qmod-msg {
  margin-top: 10px;
  color: #707070;
}
.qmod-smartlookup .qmod-no-symbols .qmod-msg.qmod-msg-header,
.qmod-smartlookup .qmod-nodata .qmod-msg.qmod-msg-header {
  font-size: 1.143em;
  font-weight: bold;
}
.qmod-smartlookup .qmod-no-symbols .qmod-btn,
.qmod-smartlookup .qmod-nodata .qmod-btn {
  margin: 0 auto;
  margin-top: 35px;
}
.qmod-smartlookup .qmod-no-symbols .qmod-icon,
.qmod-smartlookup .qmod-nodata .qmod-icon {
  font-size: 1.2em;
}
@container (max-width: 568px) {
  width: 100%;
}
.qmod-smartlookup.qmod-open {
  width: 100%;
  animation: slide-open 0.3s ease-in-out;
}
@keyframes slide-open {
  0% {
    width: 350px;
  }
  100% {
    width: 100%;
  }
}
.qmod-smartlookup .mdc-tab-scroller__scroll-area--scroll {
  overflow-x: auto;
  scrollbar-width: thin;
  scrollbar-color: #777 #eee;
}
.qmod-smartlookup .mdc-tab-scroller__scroll-area--scroll .mdc-tab-scroller__scroll-content {
  margin-bottom: 5px;
}
.qmod-smartlookup .qmod-smartlookup-wrap {
  scrollbar-width: thin;
  scrollbar-color: #777 #eee;
}
.qmod-smartlookup .qmod-list-item {
  height: 27px;
  margin-bottom: 10px;
}
.qmod-smartlookup .qmod-list-item .qmodii-label-radio {
  vertical-align: middle;
}
.qmod-smartlookup .qmod-list-item .qmodii-label-radio .qmodii-label-radio-text {
  position: relative;
  top: 3px;
}
.qmod-smartlookup .qmod-disabled {
  opacity: 0.5;
  cursor: pointer;
  pointer-events: none;
}
.qmod-smartlookup .qmod-advanced-search {
  display: flex;
  flex-direction: row;
}
.qmod-smartlookup .qmod-advanced-search input,
.qmod-smartlookup .qmod-advanced-search button {
  border-radius: 10px;
  border: 1px solid #e3e3e3;
}
.qmod-smartlookup .qmod-advanced-search input {
  flex-grow: 2;
  border-right-width: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.qmod-smartlookup .qmod-advanced-search button {
  border-left-width: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  font-weight: bold;
  background: var(--QMOD-primary-color);
  color: white;
  border: 0;
}
.qmod-smartlookup .qmod-smartlookup-nodata {
  padding: 20px;
}
.qmod-smartlookup .qmod-smartlookup-nodata .qmod-no-results {
  font-weight: bold;
  text-align: center;
}
.qmod-smartlookup .qmod-smartlookup-nodata .qmod-help {
  text-align: center;
}
.qmod-smartlookup .inner-addon i {
  color: #787878;
}
.qmod-smartlookup .inner-addon {
  display: flex;
  gap: 10px;
}
.qmod-smartlookup input[type="text"].qmod-symbollookup {
  width: 100%;
  padding: 12px;
  border: 1px solid #e3e3e3;
  border-radius: 3px;
  box-shadow: none;
  padding-left: 3em;
  color: #222;
}
.qmod-smartlookup input[type="text"].qmod-symbollookup:focus {
  outline: none;
}
.qmod-smartlookup input[type="text"].qmod-symbollookup:focus-within {
  border: 1px solid #c3c3c3;
}
.qmod-smartlookup .qmod-advanced-search-con {
  width: 100%;
}
.qmod-smartlookup .qmod-advanced-search-con .inner-addon {
  width: 100%;
}
.qmod-smartlookup .qmod-advanced-search-con input[type="text"].qmod-symbollookup {
  width: 100%;
}
.qmod-smartlookup .qmod-advanced-search-con .qmod-symbollookup.qmod-french {
  width: 229px;
}
.qmod-smartlookup .qmod-btn-sm {
  padding: 12px;
  margin-bottom: 1px;
}
.qmod-smartlookup .qmod-advanced-toggle {
  margin: 10px 0;
}
.qmod-smartlookup .qmod-advanced-toggle .qm_icon-hamburger-menu-med {
  margin-left: auto;
}
.qmod-smartlookup .qmod-advanced-con {
  max-height: 399px;
  overflow: auto;
}
.qmod-smartlookup .qmod-advanced-con .qmod-advanced:hover {
  background-color: #eeeeee;
}
.qmod-smartlookup .qmod-advanced-con .qmod-advanced-header {
  background-color: #F6F6F6;
  width: 100%;
  padding: 5px 0 5px 0;
  vertical-align: middle;
  cursor: pointer;
}
.qmod-smartlookup .qmod-advanced-con .qmod-advanced-header .qmod-advanced-header-label {
  margin-left: 10px;
}
.qmod-smartlookup .qmod-advanced-con .qmod-advanced-header .qm_icon-arrow-chevron-up-med {
  position: relative;
  top: 5px;
  right: 15px;
  float: right;
}
.qmod-smartlookup .qmod-advanced-con .qmod-advanced-header .qm_icon-help-med {
  position: relative;
  top: 3px;
  left: 10px;
  font-size: 18px;
  cursor: pointer;
}
.qmod-smartlookup .qmod-advanced-con .qmod-advanced-header .qm_icon-help-med:hover:before {
  content: "\ea8c";
}
.qmod-smartlookup .qmod-advanced-con .qmod-advanced-options {
  padding-left: 10px;
  list-style: none;
}
.qmod-smartlookup .qmod-get-quote i {
  top: 0px;
  font-size: 1.5em;
}
.qmod-smartlookup .qmod-get-quote .qmod-cancel-lookup {
  float: right;
  position: absolute;
  border: 1px solid #575757;
  border-radius: 50px;
  font-size: 0.8em;
  padding: 2px;
  top: 1.2em;
  right: 10px;
  background: none;
  color: #787878;
}
.qmod-smartlookup .qmod-get-quote .qmod-cancel-lookup:hover {
  color: var(--QMOD-primary-color);
  transform: scale3d(1.2, 1.2, 1.2);
  cursor: pointer;
}
.qmod-smartlookup .qmod-get-quote .inner-addon i:hover {
  transform: scale3d(1.2, 1.2, 1.2);
}
.qmod-smartlookup .qmod-fr {
  float: right;
}
.qmod-smartlookup .qmod-fl {
  float: left;
}
.qmod-smartlookup .qmod-btn-go {
  line-height: 18px;
  background-color: white;
  border: 0;
}
.qmod-smartlookup .qmod-darkblue {
  min-width: 45px;
}
.qmod-smartlookup .qmod-get-quote-label::after {
  display: none;
  content: "Get a Quote: ";
}
.qmod-smartlookup .qmod-btn-label {
  display: inline-block;
  font-weight: 700;
  font-size: 110%;
  white-space: nowrap;
}
.qmod-smartlookup .qmod-btn-icon {
  width: 145px;
  min-width: 80px;
}
.qmod-smartlookup .qmod-smart-search {
  width: 100%;
}
.qmod-smartlookup .qmod-smartlookup-results {
  position: absolute;
  left: 2px;
  height: 80%;
  z-index: 9997;
  width: 100%;
}
.qmod-smartlookup .qmod-smartlookup-results .qmod-results-control {
  display: flex;
  align-items: center;
}
.qmod-smartlookup .qmod-smartlookup-results .qmod-results-control input {
  display: none;
}
.qmod-smartlookup .qmod-smartlookup-results .qmod-results-control label {
  display: flex;
  align-items: center;
  cursor: pointer;
  white-space: nowrap;
  text-align: center;
}
.qmod-smartlookup .qmod-smartlookup-results .qmod-pin-control {
  display: none;
}
.qmod-smartlookup .qmod-smartlookup-results .qmod-pin {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
  font-weight: 700;
}
.qmod-smartlookup .qmod-smartlookup-results .qmod-pin .fa {
  color: var(--QMOD-primary-color);
  margin-right: 4px;
  width: 30px;
  font-size: 18px;
}
.qmod-smartlookup .qmod-smartlookup-results .qmod-pin .fa:before {
  content: "\f10c";
}
.qmod-smartlookup .qmod-smartlookup-results .qmod-pin .qmod-active .fa:before {
  content: "\f111";
}
.qmod-smartlookup .qmod-smartlookup-results .qmod-search-types {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  font-weight: 700;
  min-height: 40px;
  padding: 0 10px;
  margin-top: 10px;
}
.qmod-smartlookup .qmod-smartlookup-results .qmod-search-types .qmod-searchby {
  font-size: 0.96em;
}
.qmod-smartlookup .qmod-smartlookup-results .qmod-search-types .qmod-searchby .fa {
  color: #ddd;
  margin-right: 4px;
  width: 30px;
  font-size: 30px;
}
.qmod-smartlookup .qmod-smartlookup-results .qmod-search-types .qmod-searchby .fa:before {
  content: "\f0c8";
}
.qmod-smartlookup .qmod-smartlookup-results .qmod-search-types .qmod-searchby .qmod-active .fa:before {
  content: "\f14a";
  color: var(--QMOD-primary-color);
}
.qmod-smartlookup .qmod-smartlookup-results .qmod-advanced,
.qmod-smartlookup .qmod-smartlookup-results .qmod-return-to-search {
  color: #222222;
  cursor: pointer;
  white-space: nowrap;
  padding: 10px 10px 10px 10px;
  background-color: #F6F6F6;
  width: 100%;
  box-sizing: border-box;
}
.qmod-smartlookup .qmod-smartlookup-results .qmod-return-to-search {
  font-weight: bold;
}
.qmod-smartlookup .qmod-smartlookup-results .qmod-return-to-search .qm_icon-arrow-chevron-left-med {
  position: relative;
  top: 1px;
  padding-right: 5px;
}
.qmod-smartlookup .qmod-smartlookup-results .qmod-submit-advanced-con {
  text-align: center;
}
.qmod-smartlookup .qmod-smartlookup-results .qmod-submit-advanced-con .qmod-advanced-search-btn {
  color: white;
  width: 80%;
  border-radius: 10px;
  font-weight: bold;
  border-bottom: 1px solid #ddd;
}
.qmod-smartlookup .qmod-smartlookup-results .qmod-submit-advanced-con .qmod-advanced-search-btn:hover {
  background-color: white;
  color: #222222;
}
.qmod-smartlookup .qmod-smartlookup-results .qmod-col-headers {
  display: flex;
  align-items: center;
  padding: 0px 10px 15px 10px;
  border-bottom: 1px solid #e3e3e3;
  font-weight: bold;
  gap: 10px;
}
.qmod-smartlookup .qmod-smartlookup-results .qmod-col-headers .qmod-col-h {
  display: flex;
  align-items: center;
  gap: 5px;
}
.qmod-smartlookup .qmod-smartlookup-results .qmod-col-headers .qmod-col-2-h {
  width: 50%;
}
.qmod-smartlookup .qmod-smartlookup-results .qmod-col-headers .qmod-col-2-h .qmod-symbol-col {
  width: 25%;
}
.qmod-smartlookup .qmod-smartlookup-results .qmod-col-headers .qmod-col-3-h {
  width: 50%;
}
.qmod-smartlookup .qmod-smartlookup-results .qmod-col-headers .qmod-col-3-h:last-child {
  text-align: end;
}
.qmod-smartlookup .qmod-smartlookup-results .qmod-smartlookup-result {
  width: 100%;
  cursor: pointer;
  display: flex;
  overflow: hidden;
  justify-content: space-between;
  padding: 15px 10px;
  border: 0;
  border-bottom: 1px solid #e3e3e3;
  text-overflow: ellipsis;
  background: unset;
  gap: 10px;
}
.qmod-smartlookup .qmod-smartlookup-results .qmod-smartlookup-result.qmod-keyboard-active,
.qmod-smartlookup .qmod-smartlookup-results .qmod-smartlookup-result:hover {
  background-color: #F6F6F6;
}
.qmod-smartlookup .qmod-smartlookup-results .qmod-smartlookup-result.qmod-keyboard-active .qm_icon-add-thn:before,
.qmod-smartlookup .qmod-smartlookup-results .qmod-smartlookup-result:hover .qm_icon-add-thn:before {
  content: "\e900";
}
.qmod-smartlookup .qmod-smartlookup-results .qmod-smartlookup-result .qmod-symbol-col {
  display: flex;
  flex-direction: column;
}
.qmod-smartlookup .qmod-smartlookup-results .qmod-smartlookup-result .qmod-col-2 {
  width: 68%;
  align-items: flex-start;
  text-align: start;
}
.qmod-smartlookup .qmod-smartlookup-results .qmod-smartlookup-result .qmod-col-3 {
  width: 20%;
  align-items: end;
  text-align: end;
}
.qmod-smartlookup .qmod-smartlookup-results .qmod-smartlookup-result .qmod-col-3 .qmod-lookup-commissionfree {
  display: flex;
  justify-content: center;
}
.qmod-smartlookup .qmod-smartlookup-results .qmod-smartlookup-result .qm_icon-add-thn {
  font-size: 1.3em;
}
.qmod-smartlookup .qmod-smartlookup-results .qmod-smartlookup-result .qm_icon-add-thn:before {
  position: relative;
}
.qmod-smartlookup .qmod-smartlookup-results .qmod-smartlookup-result .qm_icon-add-thn.qmod-icon-hidden {
  display: none;
}
.qmod-smartlookup .qmod-smartlookup-results .qmod-smartlookup-result .qmod-lookup-symbol {
  font-weight: bold;
}
.qmod-smartlookup .qmod-smartlookup-results .qmod-smartlookup-result .qmod-lookup-longname {
  max-width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.qmod-smartlookup .qmod-smartlookup-results .qmod-smartlookup-result .qmod-lookup-optionchain {
  text-decoration: none;
  color: inherit;
  border: 1px solid #333;
  border-radius: 4px;
  padding: 0.2em;
}
.qmod-smartlookup .qmod-smartlookup-results .qmod-smartlookup-result .qmod-lookup-optionchain:hover {
  background-color: #333;
  color: white;
}
.qmod-smartlookup .qmod-smartlookup-results .qmod-col-2.qmod-icon-hidden {
  display: flex;
  width: 80%;
}
.qmod-smartlookup .qmod-smartlookup-results .qmod-tabs,
.qmod-smartlookup .qmod-smartlookup-results .qmod-smartlookup-recent-symbols {
  position: relative;
  margin-bottom: 10px;
  border: 1px solid #e3e3e3;
  padding: 10px 0;
  max-width: 400px;
  min-height: 40px;
  border-radius: 4px;
  margin-top: 5px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.qmod-smartlookup .qmod-smartlookup-results .qmod-tabs .qmod-nav,
.qmod-smartlookup .qmod-smartlookup-results .qmod-smartlookup-recent-symbols .qmod-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 1.5em;
  flex-wrap: wrap;
  gap: 1em;
  padding: 0 10px;
}
.qmod-smartlookup .qmod-smartlookup-results .qmod-tabs .qmod-tab,
.qmod-smartlookup .qmod-smartlookup-results .qmod-smartlookup-recent-symbols .qmod-tab {
  border-radius: 3px 3px 0 0;
  margin: 2px;
  margin-bottom: 0px;
  display: inline-block;
  padding: 10px 20px;
  cursor: pointer;
  border: 1px transparent solid;
  border-bottom: 0;
  margin-top: 10px;
}
.qmod-smartlookup .qmod-smartlookup-results .qmod-tabs .qmod-tab.qmod-active,
.qmod-smartlookup .qmod-smartlookup-results .qmod-smartlookup-recent-symbols .qmod-tab.qmod-active {
  background-color: #fff;
  border: 1px solid #e3e3e3;
  border-bottom: 0;
  color: #000;
  box-shadow: 0 -1px 0 1px rgba(0, 0, 0, 0.05);
  font-weight: bold;
}
.qmod-smartlookup .qmod-smartlookup-results .qmod-tabs .qmod-tab:hover,
.qmod-smartlookup .qmod-smartlookup-results .qmod-smartlookup-recent-symbols .qmod-tab:hover {
  background-color: #fff;
  border: 1px solid #e3e3e3;
  border-bottom: 0;
  color: #000;
  box-shadow: 0 -1px 0 1px rgba(0, 0, 0, 0.05);
}
.qmod-smartlookup .qmod-smartlookup-results .qmod-tabs .qmod-smartlookup-wrap,
.qmod-smartlookup .qmod-smartlookup-results .qmod-smartlookup-recent-symbols .qmod-smartlookup-wrap {
  max-height: 300px;
  overflow: hidden;
  overflow-y: auto;
}
.qmod-smartlookup .qmod-tab-container .qmod-tab-list .qmod-tab-item .qmod-tab-item-link .qmod-tab-text {
  padding: 8px 0px;
  min-width: 60px;
}
.qmod-smartlookup .qmod-tool-wrap {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 9996;
}
.qmod-smartlookup .qmod-symbology {
  background-color: inherit;
}
.qmod-smartlookup label {
  vertical-align: middle;
}
.qmod-smartlookup .qmod-sersel {
  margin-left: auto;
  display: inline-block;
  padding: 0px;
  border-bottom: none;
}
.qmod-smartlookup .qmod-sersel .qmod-searchby {
  padding: 5px;
  vertical-align: middle;
  display: inline-block;
  margin-top: 5px;
}
.qmod-smartlookup .qmod-sersel .qmod-label {
  margin-top: 5px;
}
.qmod-smartlookup .qmod-sersel .qmod-advlu {
  margin-top: 5px;
  vertical-align: middle;
}
.qmod-smartlookup input,
.qmod-smartlookup label {
  display: inline-block;
}
.qmod-smartlookup .qmod-label {
  background-color: #fff;
  cursor: pointer;
  padding: 3px;
  margin-bottom: 0;
  color: #000;
  border: 1px solid var(--QMOD-primary-color);
}
.qmod-smartlookup .qmod-label.qmod-searchby-name {
  border-radius: 3px 0 0 3px;
}
.qmod-smartlookup .qmod-label.qmod-searchby-symbol {
  border-radius: 0 3px 3px 0;
}
.qmod-smartlookup .qmod-label.qmod-active {
  background-color: var(--QMOD-primary-color);
  color: #fff;
}
.qmod-smartlookup .qmod-label input {
  display: none;
}
.qmod-smartlookup input[type="radio"],
.qmod-smartlookup input[type="checkbox"] {
  line-height: normal;
  vertical-align: bottom;
  position: relative;
  top: -1px;
  *overflow: hidden;
}
.qmod-smartlookup .qmod-popup-wrapper.qmod-symbolhelp-modal {
  z-index: 9999;
}
.qmod-smartlookup .qmod-popup-wrapper {
  min-height: 100vh;
  overflow: hidden;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 9998;
  background-color: rgba(0, 0, 0, 0.15);
}
.qmod-smartlookup .qmod-popup-wrapper .qmod-popup-inner-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100vw;
}
.qmod-smartlookup .qmod-popup-wrapper .qmod-popup-inner-wrapper .qmod-popup {
  background-color: #ffffff;
  box-shadow: 0 2px 10px 3px rgba(0, 0, 0, 0.25);
  min-height: 25vh;
  z-index: 9999;
  min-height: 33vh;
  max-height: 95vh;
  max-width: 1024px;
  min-width: 300px;
  width: 75vw;
}
.qmod-smartlookup .qmod-popup-wrapper .qmod-popup-inner-wrapper .qmod-popup .qmod-popup-titlebar {
  padding: 5px;
  padding-left: 20px;
  border-bottom: 1px solid #ccc;
  background-color: #f0f0f0;
  line-height: 24px;
}
.qmod-smartlookup .qmod-popup-wrapper .qmod-popup-inner-wrapper .qmod-popup .qmod-popup-titlebar .qmod-popup-title {
  font-size: 1.2em;
}
.qmod-smartlookup .qmod-popup-wrapper .qmod-popup-inner-wrapper .qmod-popup .qmod-popup-titlebar .qmod-popup-title .qmod-popup-titlebar-buttons {
  float: right;
}
.qmod-smartlookup .qmod-popup-wrapper .qmod-popup-inner-wrapper .qmod-popup .qmod-popup-titlebar .qmod-popup-title .qmod-popup-titlebar-buttons .qmod-btn {
  padding: 3px 5px;
  vertical-align: top;
}
.qmod-smartlookup .qmod-popup-wrapper .qmod-popup-inner-wrapper .qmod-popup .qmod-popup-titlebar .qmod-popup-title .qmod-popup-titlebar-buttons .qmod-symbol-help {
  display: inline-block;
  color: var(--QMOD-primary-color);
  text-decoration: underline;
  cursor: pointer;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 700;
  padding-right: 30px;
  vertical-align: top;
}
.qmod-smartlookup .qmod-popup-wrapper .qmod-popup-inner-wrapper .qmod-popup .qmod-popup-titlebar .qmod-popup-title .qmod-popup-titlebar-buttons .qmod-modal-close:hover {
  background-color: #ddd;
}
.qmod-smartlookup .qmod-popup-wrapper .qmod-popup-inner-wrapper .qmod-popup .qmod-popup-titlebar .qmod-popup-title .qmod-popup-titlebar-buttons .qmod-close {
  color: #aaa;
  font-size: 20px;
  padding: 4px;
}
.qmod-smartlookup .qmod-popup-wrapper .qmod-popup-inner-wrapper .qmod-popup .qmod-popup-titlebar .qmod-popup-title .qmod-popup-titlebar-buttons .qmod-close:after {
  content: "\2716";
}
.qmod-smartlookup .qmod-popup-wrapper .qmod-popup-inner-wrapper .qmod-popup .qmod-lookup {
  padding-top: 10px;
  padding-bottom: 30px;
}
.qmod-smartlookup .qmod-popup-wrapper .qmod-popup-inner-wrapper .qmod-popup .qmod-lookup .qmod-lookup-controls .qmod-btn-icon {
  display: flex;
  flex-wrap: wrap;
  width: 96%;
}
.qmod-smartlookup .qmod-popup-wrapper .qmod-popup-inner-wrapper .qmod-popup .qmod-lookup .qmod-lookup-controls .qmod-btn-icon .qmod-search-symbol-input {
  flex-grow: 2;
}
.qmod-smartlookup .qmod-popup-wrapper .qmod-popup-inner-wrapper .qmod-popup .qmod-lookup .qmod-lookup-controls .qmod-btn-icon .qmod-search-options {
  display: flex;
}
.qmod-smartlookup .qmod-popup-wrapper .qmod-popup-inner-wrapper .qmod-popup .qmod-lookup .qmod-lookup-controls .qmod-btn-icon .qm_main {
  padding: 9px 4px;
  border-radius: 4px;
}
.qmod-smartlookup .qmod-popup-wrapper .qmod-popup-inner-wrapper .qmod-popup .qmod-lookup .qmod-lookup-controls .qmod-btn-icon .qmod-symbollookuphelp {
  padding: 10px;
}
.qmod-smartlookup .qmod-popup-wrapper .qmod-popup-inner-wrapper .qmod-popup .qmod-lookup .qmod-lookup-controls .qmod-btn-icon .qmod-search-input {
  margin-right: 8px;
}
.qmod-smartlookup .qmod-popup-wrapper .qmod-popup-inner-wrapper .qmod-popup .qmod-lookup .qmod-lookup-results {
  overflow: auto;
  max-height: 50vh;
  min-height: 185px;
}
.qmod-smartlookup .qmod-popup-wrapper .qmod-popup-inner-wrapper .qmod-popup .qmod-lookup .qmod-lookup-results .qmod-lookup-results-table {
  width: 100%;
}
.qmod-smartlookup .qmod-popup-wrapper .qmod-popup-inner-wrapper .qmod-popup .qmod-lookup .qmod-lookup-results .qmod-lookup-results-table th {
  background-color: #f1f1f1;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  white-space: nowrap;
}
.qmod-smartlookup .qmod-popup-wrapper .qmod-popup-inner-wrapper .qmod-popup .qmod-lookup .qmod-lookup-results .qmod-lookup-results-table td {
  border-bottom: 1px solid #d3d3d3;
}
@media screen and (max-width: 35.5em) {
  .qmod-smartlookup .qmod-popup-wrapper .qmod-popup-inner-wrapper .qmod-popup .qmod-lookup .qmod-lookup-results .qmod-lookup-results-table .qmod-market-name {
    display: none;
  }
  .qmod-smartlookup .qmod-popup-wrapper .qmod-popup-inner-wrapper .qmod-popup .qmod-lookup .qmod-lookup-results .qmod-lookup-results-table .qmod-symbol {
    padding-right: 8px;
  }
}
.qmod-smartlookup .qmod-popup-wrapper .qmod-popup-inner-wrapper .qmod-popup .qmod-popup-body {
  cursor: default;
}
.qmod-smartlookup .qmod-popup-wrapper .qmod-popup-inner-wrapper .qmod-popup .qmod-popup-body .qmod-help-content {
  overflow: auto;
  max-height: 80vh;
  margin: 5px;
}
.qmod-smartlookup .qmod-popup-wrapper .qmod-popup-inner-wrapper .qmod-popup .qmod-popup-body table {
  font-size: 80%;
  border-collapse: collapse;
}
.qmod-smartlookup .qmod-popup-wrapper .qmod-popup-inner-wrapper .qmod-popup .qmod-popup-body td,
.qmod-smartlookup .qmod-popup-wrapper .qmod-popup-inner-wrapper .qmod-popup .qmod-popup-body th {
  padding: 0 10px;
}
.qmod-smartlookup .qmod-popup-wrapper .qmod-popup-inner-wrapper .qmod-popup .qmod-popup-body .qmod-btn-icon {
  width: 95%;
  padding: 5px 10px;
}
.qmod-smartlookup .qmod-popup-wrapper .qmod-popup-inner-wrapper .qmod-popup .qmod-popup-body .qmod-help-cont {
  padding: 5px;
}
.qmod-smartlookup .qmod-popup-wrapper .qmod-popup-inner-wrapper .qmod-popup .qmod-popup-body .qmod-mod-pad {
  padding-top: 5px;
  padding-bottom: 5px;
}
.qmod-smartlookup .qmod-popup-wrapper .qmod-popup-inner-wrapper .qmod-popup .qmod-popup-body .qmod-nomargin {
  margin: 0;
}
.qmod-smartlookup .qmod-popup-wrapper .qmod-popup-inner-wrapper .qmod-popup .qmod-popup-body .one {
  color: #ff0000;
  font-weight: bolder;
}
.qmod-smartlookup .qmod-popup-wrapper .qmod-popup-inner-wrapper .qmod-popup .qmod-popup-body .two {
  color: #0000ff;
  font-weight: bolder;
}
.qmod-smartlookup .qmod-popup-wrapper .qmod-popup-inner-wrapper .qmod-popup .qmod-popup-body .three {
  color: #ff00ff;
  font-weight: bolder;
}
.qmod-smartlookup .qmod-popup-wrapper .qmod-popup-inner-wrapper .qmod-popup .qmod-popup-body .four {
  color: #339966;
  font-weight: bolder;
}
.qmod-smartlookup .qmod-popup-wrapper .qmod-popup-inner-wrapper .qmod-popup .qmod-popup-body .five {
  color: #ff6600;
  font-weight: bolder;
}
.qmod-smartlookup .qmod-popup-wrapper .qmod-popup-inner-wrapper .qmod-popup .qmod-popup-body .six {
  color: #993366;
  font-weight: bolder;
}
.qmod-smartlookup .qmod-popup-wrapper .qmod-popup-inner-wrapper .qmod-popup .qmod-popup-body .seven {
  color: #8d8673;
  font-weight: bolder;
}
.qmod-smartlookup .qmod-smartlookup-results {
  left: 0;
}
.qmod-smartlookup .qmod-smartlookup-results .mdc-tab-bar.qmod-chips,
.qmod-smartlookup .qmod-smartlookup-results .mdc-tab-bar.qmod-toggle {
  height: unset;
  width: unset;
  margin: 0;
}
.qmod-smartlookup .qmod-smartlookup-results .mdc-tab-bar.qmod-chips .mdc-tab-scroller__scroll-content,
.qmod-smartlookup .qmod-smartlookup-results .mdc-tab-bar.qmod-toggle .mdc-tab-scroller__scroll-content {
  gap: 10px;
}
.qmod-smartlookup .qmod-smartlookup-results .mdc-tab-bar.qmod-chips .mdc-tab,
.qmod-smartlookup .qmod-smartlookup-results .mdc-tab-bar.qmod-toggle .mdc-tab {
  display: flex;
  align-items: center;
  gap: 5px;
  border: 1px solid #e3e3e3;
  padding: 8px 16px;
  border-radius: 3px;
  height: unset;
  margin-bottom: 1px;
}
.qmod-smartlookup .qmod-smartlookup-results .mdc-tab-bar.qmod-chips .mdc-tab .mdc-tab__text-label,
.qmod-smartlookup .qmod-smartlookup-results .mdc-tab-bar.qmod-toggle .mdc-tab .mdc-tab__text-label {
  color: var(--QMOD-primary-text-color);
  opacity: 1;
}
.qmod-smartlookup .qmod-smartlookup-results .mdc-tab-bar.qmod-chips .mdc-tab.mdc-tab--active,
.qmod-smartlookup .qmod-smartlookup-results .mdc-tab-bar.qmod-toggle .mdc-tab.mdc-tab--active {
  border: 0;
}
.qmod-smartlookup .qmod-smartlookup-results .mdc-tab-bar.qmod-chips .mdc-tab.mdc-tab--active .mdc-tab__text-label,
.qmod-smartlookup .qmod-smartlookup-results .mdc-tab-bar.qmod-toggle .mdc-tab.mdc-tab--active .mdc-tab__text-label {
  color: white;
  font-weight: normal;
}
.qmod-smartlookup .qmod-smartlookup-results .mdc-tab-bar.qmod-chips .mdc-tab .mdc-tab--active .mdc-tab__text-label,
.qmod-smartlookup .qmod-smartlookup-results .mdc-tab-bar.qmod-toggle .mdc-tab .mdc-tab--active .mdc-tab__text-label,
.qmod-smartlookup .qmod-smartlookup-results .mdc-tab-bar.qmod-chips .mdc-tab .mdc-tab--active .mdc-tab__icon,
.qmod-smartlookup .qmod-smartlookup-results .mdc-tab-bar.qmod-toggle .mdc-tab .mdc-tab--active .mdc-tab__icon {
  transition-delay: 0s;
  color: var(--QMOD-primary-color);
}
.qmod-smartlookup .qmod-smartlookup-results .mdc-tab-bar.qmod-chips .mdc-tab .qmod-icon,
.qmod-smartlookup .qmod-smartlookup-results .mdc-tab-bar.qmod-toggle .mdc-tab .qmod-icon {
  color: white;
  z-index: 2;
  margin-left: -10px;
}
.qmod-smartlookup .qmod-smartlookup-results .mdc-tab-bar.qmod-chips .mdc-tab-indicator,
.qmod-smartlookup .qmod-smartlookup-results .mdc-tab-bar.qmod-toggle .mdc-tab-indicator {
  border-radius: 3px;
}
.qmod-smartlookup .qmod-smartlookup-results .mdc-tab-bar.qmod-chips .mdc-tab-indicator.mdc-tab-indicator--active,
.qmod-smartlookup .qmod-smartlookup-results .mdc-tab-bar.qmod-toggle .mdc-tab-indicator.mdc-tab-indicator--active {
  background: var(--QMOD-primary-color);
}
.qmod-smartlookup .qmod-smartlookup-results .mdc-tab-bar.qmod-chips .mdc-tab-indicator .mdc-tab-indicator__content--underline,
.qmod-smartlookup .qmod-smartlookup-results .mdc-tab-bar.qmod-toggle .mdc-tab-indicator .mdc-tab-indicator__content--underline {
  border: none;
}
.qmod-smartlookup .qmod-smartlookup-results .mdc-tab-bar.qmod-toggle .mdc-tab-scroller__scroll-content {
  gap: 0;
  border: 1px solid #e3e3e3;
  border-radius: 3px;
  padding: 2px;
  margin: 1px;
}
.qmod-smartlookup .qmod-smartlookup-results .mdc-tab-bar.qmod-toggle .mdc-tab-scroller__scroll-content .mdc-tab {
  border: 0;
  padding: 7px 16px;
}
.qmod-smartlookup .qmod-smartlookup-results .mdc-tab-bar.qmod-toggle .mdc-tab-scroller__scroll-content .mdc-tab-indicator.mdc-tab-indicator--active {
  background: #EDF6FC;
  border: 1px solid var(--QMOD-primary-color);
}
.qmod-smartlookup .qmod-smartlookup-results .mdc-tab-bar.qmod-toggle .mdc-tab-scroller__scroll-content .mdc-tab.mdc-tab--active .mdc-tab__text-label {
  color: var(--QMOD-primary-text-color);
}
.qmod-smartlookup .qmod-smartlookup-results .qmod-tabs {
  max-width: 100%;
  background-color: white;
  border: 0;
  box-shadow: none;
}
.qmod-smartlookup .qmod-smartlookup-results .qmod-tabs .qmod-smartlookup-wrap {
  max-height: 50vh;
}
.qmod-smartlookup .qmod-smartlookup-results .qmod-smartlookup-result .qmod-col-2,
.qmod-smartlookup .qmod-smartlookup-results .qmod-smartlookup-result .qmod-col-3 {
  gap: 5px;
}
.qmod-smartlookup .qmod-drop-wrap {
  max-width: 100%;
  margin: 10px 10px 20px 10px;
}
.qmod-smartlookup .qmodii-label-radio .qmodii-radio-button {
  box-sizing: content-box;
}
.qmod-smartlookup .qmod-btn-sym-srch {
  min-width: 86px;
  width: auto;
}
@media (max-width: 512px) {
  .qmod-smartlookup .qmod-btn-sym-srch {
    width: auto;
    margin-left: 0;
    margin-bottom: 10px;
  }
}
.qmod-smartlookup .qmod-advlu {
  display: inline-block;
  padding-left: 5px;
}
.qmod-smartlookup .qmod-advlu .qmod-btn-advlu {
  margin: 0;
  margin-left: auto;
  border-radius: 3px;
  vertical-align: middle;
}
.qmod-smartlookup .qmod-advlu .qmod-darkblue {
  border: none;
  box-shadow: none;
  text-shadow: none;
  padding: 5px 5px 4px 5px;
  border: 1px solid var(--QMOD-primary-color);
}
.qmod-smartlookup .qmod-smartlookup-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  padding-bottom: 0;
}
.qmod-smartlookup .qmod-smartlookup-footer .qmod-more-results {
  background: #EEE;
  padding: 8px 12px;
  border-radius: 3px;
  border: 0;
  float: right;
}
.qmod-smartlookup .qmod-smartlookup-footer .qmod-more-results:hover {
  background: #DDD;
}
.qmod-smartlookup .qmod-smartlookup-footer .qmod-result-length {
  color: var(--QMOD-secondary-text);
}
.qmod-smartlookup .qmod-cancel-lookup-outside:hover {
  color: var(--QMOD-secondary-text);
}
.qmod-smartlookup .initial-loader {
  position: relative;
  left: 0;
  top: -43px;
}
.qmod-smartlookup .qmod-commission-free,
.qmod-smartlookup .qmod-badge-primary {
  display: flex;
  align-items: center;
  gap: 5px;
}
.qmod-smartlookup .qmod-commission-free .badge,
.qmod-smartlookup .qmod-badge-primary .badge {
  border-radius: 3px;
  font-size: 0.6rem;
  padding: 0.25rem;
  border: 1px solid #000;
  text-transform: uppercase;
}
.qmod-smartlookup .qmod-nodata div.qmod-msg-desc {
  padding: 0 1rem;
}
.qmod-smartlookup .qmod-nodata div.qmod-msg,
.qmod-smartlookup .qmod-nodata div.qmod-msg.qmod-msg-header {
  font-size: 1em;
}
.qmod-smartlookup .qmod-commission-free-link-wrap {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 5px;
  margin: 10px;
}
.qmod-smartlookup .qmod-commission-free-link-wrap .qmod-commission-free-link {
  display: flex;
  align-items: center;
  gap: 5px;
  color: var(--QMOD-primary-color);
  text-decoration: none;
  font-weight: bold;
}
.qmod-smartlookup .qmod-recent-symbols-heading {
  padding: 10px;
  font-weight: bold;
  color: var(--QMOD-secondary-text-color);
  text-transform: uppercase;
}
@container (max-width: 1020px) {
  .qmod-symbollookuphelp {
    margin-bottom: 5px;
  }
}
@container (max-width: 675px) {
  .qmod-sersel {
    display: block;
    float: none;
    text-align: left;
    padding-bottom: 5px;
  }
}
.qmod-smartlookup.qmod-xs .qmod-hide-mobile,
.qmod-smartlookup.qmod-sm .qmod-hide-mobile,
.qmod-smartlookup.qmod-md .qmod-hide-mobile {
  display: none !important;
}
.qmod-smartlookup.qmod-lg .qmod-smartlookup-results .qmod-smartlookup-result .qmod-col-2.qmod-icon-hidden,
.qmod-smartlookup.qmod-xl .qmod-smartlookup-results .qmod-smartlookup-result .qmod-col-2.qmod-icon-hidden,
.qmod-smartlookup.qmod-xxl .qmod-smartlookup-results .qmod-smartlookup-result .qmod-col-2.qmod-icon-hidden {
  flex-direction: row;
  width: 50%;
}
.qmod-smartlookup.qmod-lg .qmod-smartlookup-results .qmod-smartlookup-result .qmod-col-3,
.qmod-smartlookup.qmod-xl .qmod-smartlookup-results .qmod-smartlookup-result .qmod-col-3,
.qmod-smartlookup.qmod-xxl .qmod-smartlookup-results .qmod-smartlookup-result .qmod-col-3 {
  flex-direction: row;
  width: 50%;
  justify-content: space-between;
}
.qmod-smartlookup.qmod-lg .qmod-smartlookup-results .qmod-smartlookup-result .qmod-col-3 > div:last-child,
.qmod-smartlookup.qmod-xl .qmod-smartlookup-results .qmod-smartlookup-result .qmod-col-3 > div:last-child,
.qmod-smartlookup.qmod-xxl .qmod-smartlookup-results .qmod-smartlookup-result .qmod-col-3 > div:last-child {
  text-align: end;
  justify-content: end;
}
.qmod-smartlookup.qmod-lg .qmod-smartlookup-results .qmod-smartlookup-result .qmod-lookup-symbol,
.qmod-smartlookup.qmod-xl .qmod-smartlookup-results .qmod-smartlookup-result .qmod-lookup-symbol,
.qmod-smartlookup.qmod-xxl .qmod-smartlookup-results .qmod-smartlookup-result .qmod-lookup-symbol {
  width: 25%;
}
.qmod-smartlookup.qmod-lg .qmod-hide-desktop,
.qmod-smartlookup.qmod-xl .qmod-hide-desktop,
.qmod-smartlookup.qmod-xxl .qmod-hide-desktop {
  display: none !important;
}
