@charset "utf-8";
/* CSS Document */

.contact-panel {
  color:var(--tdk-font);
  position: fixed;
  background: var(--tdk-base);
  height: auto;
  max-height: 80vh;
  max-width: 90vw;
  z-index:1999;
  border: 1px solid var(--tdk-accent);
  box-shadow: rgba(99, 99, 99, 0.6) 0px 2px 8px 0px;
  max-height: 90vh;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 20px;
  overflow: auto;
}

.contact-panel.bottom {
  bottom: 20px;
  right: 20px;
  padding: 20px 30px 20px 30px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}

.contact-panel div {
  font-size:11px;
}

.contact-panel #referCF {
	width: 300px;
}

.contactWidgetMenu {
  position: absolute;
  display: flex;
  right: 10px;
  bottom: 10px;
}

.uiWidgetThumb.uiWidgetThumb--bottom-left {
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 1052;
}

.filter-bar {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 200px;
  pointer-events: none;
  touch-action: none;
  z-index: 1052;
}

.uiWidgetThumb {
  position: relative;
  border: none;
  color: #fff;
  cursor: pointer;
  height: 50px;
  width: 50px;
  background-color: #0046ad;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 0;
  margin-left: 5px;
  pointer-events: auto;
}

.uiWidgetThumb i {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 0 auto;
}

.uiWidgetThumb svg {
  pointer-events:none;
}

.uiWidgetThumb:hover {
  opacity: .75;
}

button:not(:disabled), [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled) {
  cursor: pointer;
}
#UIBar > * {
  pointer-events: auto;
}

#closeContactForm {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 2;
}