#smartsupp-widget-container [data-testid~="widgetButtonFrame"] {
  bottom:80px!important;
}

.panel-fixed {
  position:fixed;
  bottom:10px;
  right:10px;
  z-index:1000;

  padding:;
  margin:0;
  border:0;
  background-color:transparent;
}

.panel-fixed .btn {
    line-height:40px;
  border-radius:50px;
  padding-right:5px
}

.panel-fixed .btn .filter-white {
  background-color:rgba(0,0,0,0.1);
  border-radius:50%;
  padding:8px;
  height:40px;
  width:40px;
  margin-left:5px
}

.panel-fixed .panel-heading {
  border-bottom:0;
  border-radius:3px
}

.panel-fixed > .btn-primary {
    color: #fff;
    background-color: #0E8CF7;
    border-color: #0E8CF7;
}

.panel-fixed > .btn-primary:hover {
    color: #fff;
    background-color: #006197;
    border-color: #006197;
}