body {
  overflow: hidden !important;
}

.open-btn:focus {
    outline: none !important;
}

.open-btn {
  background-color: #CD441B !important;
  right: 0 !important;
  bottom: 0 !important;
  width: 35px !important;
  height: 100px !important;
  font: 400 16px Source Sans Pro,sans-serif !important;
  box-shadow: none !important;
  padding: 0 6px !important;
}

.open-btn::before {
  content: 'Live chat' !important;
  transform: rotate(-90deg) !important;
  display: block !important;
  width: 100px !important;
  height: 100px !important;
}

.open-btn .widget-icon {
  display: none !important;
}

.open-btn.type3 {
  border-radius: 4px 0 0 4px !important;
}
