.ikchat-block-footer {
  display: block;
  border: none;
  outline: none;
  position: fixed;
  z-index: 999999;
  overflow: hidden;
  bottom: -0px;
  right: 50px;
  width: 240px;
  height: 40px;
  margin: 0px;
  padding: 0px;
  background: transparent;
}

.customer-chat-widget {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  font-size: 13px;
  background: #fff;
  overflow: hidden;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-top-left-radius: 3px;
  -moz-border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.customer-chat-header {
  position: relative;
  width: 100%;
  background: #000;
  height: 40px;
  line-height: 40px;
  color: #fff;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.customer-chat-header-title {
  float: left;
  padding-left: 4px;
  font-size: 15px;
  margin-left: 12px;
  color: #ffffff;
}

.customer-chat-header-button {
  background: none;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  float: right;
  text-align: center;
}

#mibew-agent-button {
  display: inherit;
}