/* The switch - the box around the slider */



/* Hide default HTML checkbox */
.switch {
    --switchSize: 32px;

  }
  
.switch {
    --uiSwitchSize: var(--switchSize, 64px);
    --uiSwitchBgColor: var(--switchBgColor, #f1f1f1);
    --uiSwitchBgColorActive: var(--switchBgColorActive, #4ed164);
    --uiSwitchBorderColorActive: var(--switchBorderColorActive, #fff);
    --uiSwitchBorderColorFocus: var(--switchBgColorFocus, #43b556);
    --uiSwitchButtonBgColor: var(--switchButtonBgColor, #fff);
    margin-left: 8px;
    display: inline-block;
    position: relative;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
  }
  
  .switch__label {
    display: block;
    width: 100%;
    height: 100%;
  }
  
  .switch__toggle {
    width: 0;
    height: 0;
    opacity: 0;
  
    position: absolute;
    top: 0;
    left: 0;
  }
  
  .switch__toggle:focus ~ .switch__label {
    box-shadow: 0 0 0 var(--uiSwitchThickFocus, 4px)
      var(--uiSwitchBorderColorFocus);
  }
  
  .switch__toggle:checked:focus ~ .switch__label {
    box-shadow: 0 0 0 var(--uiSwitchThickFocus, 4px)
      var(--uiSwitchBorderColorActive);
  }
  
  .switch__label:before,
  .switch__label:after {
    content: "";
    cursor: pointer;
  
    position: absolute;
    top: 0;
    left: 0;
  }
  
  .switch__label:before {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    background-color: var(--uiSwitchBgColor);
  }
  
  .switch__label:after {
    top: 50%;
    z-index: 3;
    transition: transform 0.4s cubic-bezier(0.44, -0.12, 0.07, 1.15);
  }
  


/* Rounded sliders */


.Clientchat {
    width: 80%;
    
    margin-left:20%;
    text-align: left;
}

.Clientchat_analytics {
  width: 100%;
  text-align: left;
}

.extrachat {}

.Watsonchat {
    width: 80%;
    text-align: left;
    
}

.editmenu {
    /*overflow-y: auto;
	height: 95vh;*/
}

.slider.round:before {
    border-radius: 50%;
}



.mysidebar {
    display: block;
    margin-top: 79px;
    max-height: inherit;
    overflow-y: hidden;
    right:0;
    width: 0%;
}

.analytics_sidebar {
  display: block;
    margin-top: 5rem;
    max-height: inherit;
    overflow-y: hidden;
    right:0;
    width: 0%;
}

.mainchatbody {
  height: 90vh;
  padding-top: 50px;
    background: rgb(255, 255, 255); 
    font-size: 18px;
    color: #3399ff;
    overflow-y: auto;
    width: 100%;
    word-wrap: break-word;
    
}

  .mainchatbody > *:last-child {
    margin-bottom: 125px;
}
.menuscroll {

    overflow-y: auto;
    overflow-x: hidden;
    height: 87vh;
}

.bottext {
    background: white;
    border: none;
    width: 100%;
    outline: none;
    margin-left: 1%;
    
    border-bottom: 1px solid royalblue;
    z-index: 99999991;
    -webkit-transition: .4s;
    transition: .4s;
}

.bot {
    width: 100%;
    color: #000000;
    /*font-family: 'Lobster', cursive;*/
    font-size: 18px;

    margin: auto;
    bottom: 0;
    position: fixed;
}
#mySidebar{
    -webkit-transition: .4s;
    transition: .4s;
}

.optiontext{
    text-align: left;
    font-size: 12px!important;
    -webkit-transition: .4s;
    transition: .4s;
    
}

.optiontext:hover{
    font-size: 12px!important;
    background: #ccc;
    
}

#edit_intents {
    /*height:95vh;
			overflow-y: auto;*/
}





pre {
    white-space: pre-wrap;

    padding-left: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
    color: white;
    border: 0px;
}

.string {
    color: white;
}

.number {
    color: gold;
}

.boolean {
    color: aliceblue;
}

.null {
    color: yellow;
}

.key {
    color: var(--teal-20);
}
ul{
    list-style-type: none!important;
    list-style: none;

}
li{
    list-style-type: none!important;
    list-style-type: none;
    list-style: none;
}
li::before{
    content:""!important;
}
.optionChoice{
  cursor:pointer;
  color:var(--blue-60);
  text-decoration: none;
}

.optionChoice:hover{
  color:var(--blue-70);
  background-color: var(--gray-20); 
}

.optionChoice.disabled{
  cursor:not-allowed;
  color:var(--gray-70);
  background: none;
}

/*New merged Version Css**/
.options:hover { color: #3333ff; }
/*New merged Version Css End**/

.chat_info_scores{
  display: block;
  font-size: 2.5rem;
  font-weight: 300;
}