.call-button::before {
	content: "";
	position: absolute;
	top:     -2px;
	bottom:  -2px;
	left:    -2px;
	right:   -2px;
	background: #444a;
	/* background: #4f48; */
	z-index: 2;
}
.call-button {
	background: #080;
	pointer-events: none;

}

/* .call-button svg  { */
.settings svg  {
	  /* transform: rotate(calc(180deg + 45deg)); */
	  /* transform: rotate(calc( 10deg)); */
      /* animation: spin 010s linear infinite; */
}


    @keyframes spin {
      from {
        transform: rotate(0deg);
      }
      to {
        transform: rotate(360deg);
      }
    }

.mic_nic_u {

}


.toolbox-icon {
	border-radius: 0px !important;
	/* background: blue; */
}


.toolbox-icon.toggled:hover{
	background: #525252;
}

/* .q_evnt.mic */

.new-toolbox {
	visibility: hidden;
	/* display: none; */
}

.toolbox-content {
	/* display: none; */

}

.reaction-emoji {
	/* position: absolute; */
	/* top: -200px; */
	visibility: visible;
	/* animate */
}