[type="checkbox"]:not(:checked), [type="checkbox"]:checked {
    width: fit-content !important;
}
#allincall_chat_box {
           
            margin-top: 10px;
            right: 20px;
            width: 360px;
            height: 500px;
            max-height: 100%;
            box-shadow: 5px 5px 5px grey;
            border-radius: 0.8em;
            border:0.08em solid grey;
            /*transition: all 0.4s ease-in-out;*/
        }

.s-half {
  width: 4.16%;
}

.s-eleven-half {
  width: 95.84%;
}

.offset-s-half {
  margin-left: 4.16% !important;
}

.tabs .tab a:hover {
  background-color:#f5f5f5;
  color:#000;
}

.tabs .indicator {
  background-color:#000;
}

.tabs .tab a.active {
  background-color:#f5f5f5;
  color:#000;
}


.tabs .tab a:focus, .tabs .tab a:focus.active {
  background-color:#f5f5f5;
  color:#000;
}

#main-console-sidenav {
  position: fixed;
  top: 0;
  margin-top: 4.5%;
  bottom: 0;
  overflow: auto;
}

#edit-console-sidenav{
  position: fixed;
  top: 0;
  margin-top: 5%;
  bottom: 0;
  overflow: auto;
}

#edit-console-container-right{
  position: fixed;
  top: 0;
  margin-top: 5%;
  bottom: 0;
  overflow-y: scroll;
}

/* Custom CSS begins here */

.inline-icon {
 vertical-align: bottom;
 font-size: 22px !important;
}

.inline-icon-2 {
 vertical-align: bottom;
 font-size: 34px !important;
}

.document-editor {
  display: flex;
  flex-wrap: wrap;
  min-height: 80vh;  /*or use calc(100vh - header_height)*/
}

.tabs .indicator {
  background-color: #1565C0 !important;
}

div {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

div::-moz-selection { background:transparent; }
div::selection { background:transparent; }

.main-panel {
  overflow-y: scroll;
  height: 200px;
}


tbody, tr, th, td{
  border: 1px solid #eeeeee;
}

.select2 .selection .select2-selection--single, .select2-container--default .select2-search--dropdown .select2-search__field {
    border-width: 0 0 1px 0 !important;
    border-radius: 0 !important;
    height: 2.05rem;
}

.select2-container--default .select2-selection--multiple, .select2-container--default.select2-container--focus .select2-selection--multiple {
    border-width: 0 0 1px 0 !important;
    border-radius: 0 !important;
}

.select2-results__option {
    color: #26a69a;
    padding: 8px 16px;
    font-size: 16px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #eee !important;
    color: #26a69a !important;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #e1e1e1 !important;
}

.select2-dropdown {
    border: none !important;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
}

.select2-container--default .select2-results__option[role=group] .select2-results__group {
    background-color: #333333;
    color: #fff;
}

.select2-container .select2-search--inline .select2-search__field {
    margin-top: 0 !important;
}

.select2-container .select2-search--inline .select2-search__field:focus {
    border-bottom: none !important;
    box-shadow: none !important;
}

.select2-container .select2-selection--multiple {
    min-height: 2.05rem !important;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #ddd !important;
    color: rgba(0,0,0,0.26);
    border-bottom: 1px dotted rgba(0,0,0,0.26);
}

input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=time],
input[type=date],
input[type=datetime-local],
input[type=tel],
input[type=number],
input[type=search],
textarea.materialize-textarea {
  &.valid + label::after,
  &.invalid + label::after,
  &:focus.valid + label::after,
  &:focus.invalid + label::after {
    white-space: pre;
  }
  &.empty {
    &:not(:focus).valid + label::after,
    &:not(:focus).invalid + label::after {
      top: 2.8rem;

    }
  }
}
.recommended_intents_choice{
   background-color: #e4e4e4;
   border: 1px solid #aaa;
   border-radius: 4px;
   cursor: default;
   float: left;
   margin-right: 5px;
   margin-top: 5px;
   padding: 0 5px;
   width: fit-content;
}

.easychat-button{
    background-color: #e1bee7 !important;
    color:black  !important;
    font-weight: bold  !important;      
}

.easychat-button:hover{
    background-color: #e1bee7 !important;
    color:black  !important;
    font-weight: bold  !important;      
}

.easychat-footer{
  position: fixed;
  bottom: 0;
  background-color: #3A3F51;
  width: 100%;
  padding: 0 20px;
  font-family: Helvetica Neue,Roboto,Arial,Droid Sans,sans-serif;
  text-align: left;
  font-size: 12px;
  line-height: 30px;
  height: 30px;
  z-index: 2147483647;
}
.easychat-footer a{
    float: right;
    color: #EEE;
    font-size: 12px;
    padding: 0 1em;
}
.easychat-footer span{
    float: right;
    color: #EEE;
    font-size: 12px;
    padding: 0 1em;
}

/*#####################   LiveChat Feedback    ###################*/


  .rating-bar-container__wrapper #rating-bar-container-timer__XqPZ{
      /*height: 40px;*/
      /*width: 40px;*/
      /*transition: .5s linear;*/
      display: inline-block;
      padding: 5px;
      text-align: center;
      color: green;
      font-size: small;
  }
  .rating-bar-container__wrapper .rating-bar-container button{
      box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
      border-radius: 50%;
      padding: 5px;
      height: 30px;
      width: 30px;
      border: none;
      background:white;
      transition: .5s linear;
  }
  .rating-bar-container__wrapper .rating-bar-container button:focus{
      outline: none;
  }


/*########################################*/

/*######################  Processor    ########################*/
.easychat_processor_collapsible {
    color: black;
    cursor: pointer;
    padding: 6px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
  }

  .easychat_processor_collapsible:hover {
    color: purple;
  }

  .easychat_processor_collapsible:after {
    content: '\002B';
    color: white;
    font-weight: bold;
    float: right;
    margin-left: 5px;
  }

  .easychat_processor_content {
    /*padding: 0 18px;*/
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-out;
    background-color: #e1bee7;
    list-style-type: circle !important
      /*border: 1px solid;*/
      /*border-radius: 0.5em;*/
  }

  .collection-item:hover {
    background-color: #f5f5f5 !important;
  }

  .collection .collection-item.active{
    background-color: #eeeeee !important;
  }

  button:focus {
    background-color: white;
  }
  /*############################*/

#table-generation-space tbody,
#table-generation-space tr,
#table-generation-space th,
#table-generation-space td {
    border: 2px solid;
    border-color: #81c784;

}


.easychat-nps-download{
  
height: 100%;
  
padding-right: 0 !important;
}

.easychat-nps-icon{
  float: right;
  background-color: #ea3c64;
  border-radius: 3em;
  box-shadow: 3px 1px 5px 2px #cd3357;
  margin: 5px;
  transition: 0.1s linear;
}

.easychat-nps-icon:hover{
  
transform: scale(1.5);
}

.easychat-autosave{

}

.easychat-autosave span{
  text-align: center;
  color: green;
  display: none;
}


.disbled-paste-btn{
  pointer-events: none !important;
  background-color: lightgrey !important;
  color: white!important;
}
.disbled-paste-btn .material-icons{
  color: white!important;
}

.scrollbar {
  width: 48%;
  height: 45vh;
  padding-top: 1em;
  padding-left: 3em;
  padding-right: 2em;
  overflow-y: auto;
  border-radius: 12px;
  overflow-x: hidden;
}



/* The Modal (background) */
.easychat-modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  /*overflow: auto;  Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content Box */
.easychat-modal-content {
  border-radius: 10px;
  background-color: #fefefe;
  margin: 10% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 70%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.easychat-close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.easychat-close:hover,
.easychat-close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}


.easychat-modal-input-element{
    width: 45%;
    display: inline-block;
}

.easychat-modal-button{
    padding: 0.4em 1em 0.4em 1em;
    border-radius: 1em;
    background-color: #6C2D77;
    color: #FDF3F1;
}

.easychat-theme-selector{
  text-align: center;
}
.easychat-theme-selector input{
    margin:0;padding:0;
    -webkit-appearance:none;
       -moz-appearance:none;
            appearance:none;
}

.easychat-theme-wrapper img{
  height: 400px;
  width: 300px;
}
.easychat-theme-wrapper{
    cursor:pointer;
    background-size:contain;
    background-repeat:no-repeat;
    display:inline-block;
    width:300px;
    height:100%;
    -webkit-transition: all 100ms ease-in;
       -moz-transition: all 100ms ease-in;
            transition: all 100ms ease-in;
    -webkit-filter: brightness(1.8) grayscale(1) opacity(.7);
       -moz-filter: brightness(1.8) grayscale(1) opacity(.7);
            filter: brightness(1.8) grayscale(1) opacity(.7);
}
.easychat-theme-wrapper:hover{
    opacity: 1;
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
    }
.easychat-theme-selector input:active +.easychat-theme-wrapper{opacity: .9;}
.easychat-theme-selector input:checked +.easychat-theme-wrapper{
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
}

.switch label input[type=checkbox]:checked+.lever:after {
  background-color: #3c47c2;
}