.iframe {
bottom: 75px;
right: 0;
height: 430px;
z-index: 999;
}
.iframe > iframe {
width: 370px;
height: 510px;
}
#info-button {
bottom: 11px;
right: 6px;
z-index: 999;
width: 70px;
height: 60px;
border-radius: 50%;
padding: 10px;
}
#click-buttons > button {
right: 65px;
z-index: 1;
width: 160px;
height: 60px;
border-radius: 10px !important;
}
.iframe > iframe , #click-buttons {display: none;}
.iframe, #info-button, #click-buttons > button {position: fixed; cursor: pointer; }
#click-buttons > #click2callButton { bottom: 145px; }
#click-buttons > #click2chatButton { bottom: 70px; } .select2-container--default .select2-selection--multiple  {
background-color: transparent !important;
border: 0 !important;
border-bottom: 1px solid #aaa !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__display  {
color: black;
} .select2-container--default .select2-selection--multiple .select2-selection__placeholder {
color: #999 !important;
} .select2-container--default.select2-container--focus .select2-selection--multiple {
border: none;
border-bottom: 1px solid #999;
outline: 0;
}