.hidden{
	display:none;
}

.botcli-metabot img{
	position: relative;
    display: flex;
    width: 100%;
    height: 100%;
    
}

.botcli-metabot img:hover{
	filter: brightness(1.1);
}
.suggestion-button:hover:enabled {
    background-color: var(--color-ca-green-light);
    color: #fff;
}
.suggestions input{
	        margin-left: auto;
    margin-right: auto;
    text-align: center;
    width:35%;
}

.suggestions{
    display: flex;
    width:100%;
    
    margin-top: 8px;
}
.suggestion-button:disabled{
	color: grey;
       border: 1px solid grey;
}
.suggestion-button {
    border: 1px solid var(--color-ca-green-light);
    color: var(--color-ca-green-light);
    border-radius: 16px;
    margin-top: 8px;
    padding: 12px;
    cursor: pointer;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
        margin: auto;
    background-color: var(--color-ca-white);
}

.suggestion-button>div{
	    display: grid;
    text-align: center;
}
.suggestion-button>div i{
	      font-size: 32px;
}

.record_media .suggestion-button {
	width: 48px;
    height: 48px;
	position:relative;
	}
.video{
	text-align:center;
}
.video > video{
	transform: scaleX(-1);
	border: 1px solid var(--color-ca-green-light);
    color: var(--color-ca-green-light);
    border-radius: 16px;
    margin-top: 8px;
    padding: 4px;
    width: 80%;
    text-align: center;
    margin-top: 20px;
    /* top: 20px; */
    top: 20p;
    top: 20;
    top: 2;
    cursor: pointer;
    width: -moz-fit-content;
    /* width: -webkit-fit-content; */
    /* width: fit-content; */
    /* margin: auto; */
    background-color: var(--color-ca-white);
}
video::-webkit-media-controls-panel {
/* transform: scale(-1,1);*/
  }
.icon.npc-record {
    box-sizing: border-box;
    position: relative;
    transform: scale(var(--ggs,1));
    width: 20px;
    height: 20px;
    border: 6px solid transparent;
    box-shadow: 0 0 0 2px,inset 0 0 0 10px;
    border-radius: 100px
}
 
.icon.npc-play-stop {
    box-sizing: border-box;
    position: relative;
    transform: scale(var(--ggs,1));
    width: 10px;
    height: 10px;
    background: currentColor
}
.icon.npc-play-pause {
    box-sizing: border-box;
    position: relative;
    transform: scale(var(--ggs,1));
    width: 8px;
    height: 10px;
    border-left: 3px solid;
    border-right: 3px solid
}
.icon.npc-play-button {
    box-sizing: border-box;
    position: relative;
    transform: scale(var(--ggs,1));
    width: 22px;
    height: 22px
}
.icon.npc-play-button::before {
    content: "";
    box-sizing: border-box;
    position: absolute;
    width: 0;
    height: 10px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 6px solid;
    top: 6px;
    left: 9px
}

.record_media > div{
	text-align:center;
}

.icon.npc-cast {
    background:
    linear-gradient( to left,
        currentColor 5px,transparent 0)
        no-repeat bottom right/6px 2px,
    linear-gradient( to left,
        currentColor 5px,transparent 0)
        no-repeat top left/2px 2px;
    box-sizing: border-box;
    position: relative;
    transform: scale(var(--ggs,1));
    width: 20px;
    height: 16px;
    border-top: 2px solid;
    border-right: 2px solid;
    border-radius: 2px;
    border-left: 0
  }
.icon.npc-cast::after,
.icon.npc-cast::before {
    content: "";
    box-sizing: border-box;
    position: absolute;
    width: 20px;
    height: 20px;
    border: 6px double;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-radius: 50%;
    transform: rotate(-45deg);
    bottom: -10px;
    left: -10px
  }
.icon.npc-cast::after {
    width: 4px;
    height: 4px;
    border: 2px solid;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    bottom: -2px;
    left: -2px
  }
  
 .icon.npc-software-upload {
    box-sizing: border-box;
    position: relative;
    transform: scale(var(--ggs,1));
    width: 16px;
    height: 6px;
    border: 2px solid;
    border-top: 0;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    margin-top: 8px
}
.icon.npc-software-upload::after {
    content: "";
    box-sizing: border-box;
    position: absolute;
    width: 8px;
    height: 8px;
    border-left: 2px solid;
    border-top: 2px solid;
    transform: rotate(45deg);
    left: 2px;
    bottom: 4px
}
.icon.npc-software-upload::before {
    content: "";
    box-sizing: border-box;
    position: absolute;
    border-radius: 3px;
    width: 2px;
    height: 10px;
    background: currentColor;
    left: 5px;
    bottom: 3px
}
.audio{
	
    display: flex;
    width: 100%;
    justify-content: center;
}
.audio meter{
	    width: 40%;
	    margin:3px;
	    height:40px;
}

.graph{
	    display: flex;
	
}
.graph .graph-container{
	    width: 50%;
    margin: 5px;
}
.graph .graph-container canvas{
width: 100%;
}
.graph span.label{
	margin-left:5px;
}


div.sender{
	     padding:10px;
  border:1px solid;
  margin:10px;
}
div.sender >label{
	
    display: block;
    width: fit-content;
    position: relative;
    top: -20px;
    height: 20px;
    background-color: #f5f5f5;
    padding-left: 5px;
    padding-right: 5px;
}

div.receiver >label{
	
    display: block;
    width: fit-content;
    position: relative;
    top: -20px;
    height: 20px;
    background-color: #f5f5f5;
    padding-left: 5px;
    padding-right: 5px;
}
div.receiver{
	     padding:10px;
  border:1px solid;
  margin:10px;
}
#catch_audio,#catch_video > div {
	margin-top: 5px;
	
    position: relative;
	
}

meter.left{
		transform: scaleX(-1);
}
@media (min-width: 990px){
	#bot_client{
	    position: fixed;
    z-index: 9999;
    width: 457px;
    
    height: 95%;
    bottom: 32px;
    left: 32px;
}
}

@media (max-width: 989.9px){
	#bot_client{
	    position: fixed;
    /* bottom: 32px; */
    top: 0;
	}

}

.icon_loading {
border: 4px solid #ccc;
 
       border: 4px solid #ccc;
    right: 28%;
    top: 28%;
    position: absolute;
    width: 20px;
    text-align: center;
    height: 20px;
    /* border-radius: 50%; */
    border-top-color: #1ecd97;
    border-left-color: #1ecd97;
    animation: spin 1s infinite ease-in;
}

.el_loading:empty {
border: 4px solid #ccc;
        top: 45%;
    left: 45%;
    /* right: 50%; */
    position: absolute;
    width: 50px;
    text-align: center;
    height: 50px;
    border-radius: 50%;
    border-top-color: #1ecd97;
    border-left-color: #1ecd97;
    animation: spin 1s infinite ease-in;
}

@keyframes spin {
  0% {
    -webkit-transform:rotate(0deg);
  }
  100% {
    -webkit-transform:rotate(360deg);
  }
}