.tdm-control-wrapper {
  position: fixed;
  z-index: 99999999;
  display: flex;
}

.tdm-control-wrapper {
  position: fixed;
  z-index: 99999999;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.tdm-on svg,
.tdm-off svg {
  box-shadow: 0 6px 32px 0 rgb(0 18 46 / 24%);
  padding: 5px;
}

.tdm-on,
.tdm-off {
  line-height: normal;
  cursor: pointer;
}

.tdm-welcome-msg {
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  color: #1e2433;
  background-color: #fff;
  border-radius: 8px;
  padding: 7px 12px;
  font-size: 14px;
  line-height: 1.2;
  box-shadow: 0 6px 32px 0 rgb(0 18 46 / 24%);
  transition: margin .5s cubic-bezier(.4, .22, .28, 1), opacity 80ms ease;
  margin: 0 10px;
  letter-spacing: 0;
  line-height: normal;
}