.label-selector {
  color: #212529!important;
  background-color: #f8f9fa!important;
  border-color: #6c757d!important;
  margin-left: 10px!important;
  margin-right: 10px!important;
  width:150px!important;
  height:200px!important;
  border-radius: .5rem;
  border: 1px solid;
}

.label-selector:hover{
  color: #212529!important;
  background-color: #f8f9fa!important;
  border-color: #6c757d!important;
}

.label-selector.active {
  background-color: #d6d7d8!important;
}

.cx-powered-by {
  display: none !important;
}


#menuheader { display: none; }
#arrow-menu-left {  display: block; }

#spansidebar {
  float:left;
  padding-top: 16px;
  color: black;
}

@media screen and (min-width: 768px) {
  #menuheader { display: block; }
  #arrow-menu-left { display: none; }
  #spansidebar {
    float: left;
    padding-top: 26px;
    color: black;
  }
}

#siderbarwidget div.container{
  width: 100% !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

#widgetmain div.container {
  width: 100% !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.position-fixed {
  position: fixed;
}

.float-right {
  float: right;
}

.rounded {
  border-radius: .25rem;
}

#btnSidebar.btn-default {
  background-color: white;
  border-color: white;
  line-height: 0;
}

#btnSidebar.btn-default:active {
  background-color: white;
  border-color: white;
}

#btnSidebar.btn-default:hover {
  background-color: white;
  border-color: white;
}

#btnSidebar svg{
  float:left;
}

.mt-3{
  display: flex;
  flex-wrap: wrap;
  margin-top: 1rem!important;
}

.mt-4 {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1.5rem!important;
}

.justify-content-center{
  justify-content: center!important;
}

span.navbar-brand.mb-0.h1 {
  width: 100%;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 100;
  height: auto;
}



.submitbutton {
  margin-bottom: 10px;
}

#chat_button, #call_button {
  visibility: hidden;
}

.btn-group, .btn-group-vertical {
  display: flex;
  flex-wrap: nowrap;
}

.row {
  align-items: center;
}
