#kleer-dentist-widget {
  position: fixed;
  width: 224px;
  height: 167px;
  bottom: 10px;
  left: 10px;
  background: transparent no-repeat;
  background-size: cover;
  border-radius: 6px;
  overflow: hidden;
  -webkit-box-shadow:
    0 0 24px 0 rgba(0, 0, 0, 0.22),
    0 24px 24px 0 rgba(0, 0, 0, 0.3);
  box-shadow:
    0 0 24px 0 rgba(0, 0, 0, 0.22),
    0 24px 24px 0 rgba(0, 0, 0, 0.3);
  z-index: 2147483647;
}

#kleer-dentist-widget .kleer-widget-link {
  position: absolute;
  width: 183px;
  height: 39px;
  bottom: 20px;
  left: 20px;
}

/** COLOR SCHEMES -- BLACK **/
#kleer-dentist-widget.kw-black {
  background-image: url('img/black.png');
}

/** COLOR SCHEMES -- DARK **/
#kleer-dentist-widget.kw-dark {
  background-image: url('img/dark.png');
}

/** COLOR SCHEMES -- BLUE **/
#kleer-dentist-widget.kw-blue {
  background-image: url('./img/blue.png');
}

/** COLOR SCHEMES -- LIGHT **/
#kleer-dentist-widget.kw-light {
  background-image: url('./img/light.png');
}

/** CLOSE ICON **/
#kleer-dentist-widget .kleer-widget-close {
  cursor: pointer;
  width: 15px;
  height: 15px;
  top: 4px;
  right: 4px;
  position: absolute;
  opacity: 0;
}
