a{
    text-decoration: none;
}
li {
  list-style: none;
}

/* People Saying */

.people-saying{
    background-color: #edf2fd;
  }
  
  .people-saying .swiper-slide{
    height: auto;
    margin: 0 10px;
    color: #555;
    border-radius: 10px;
   border: 1px solid #eee;
   background-color: #f7f7f7;
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
  }
  .people-saying .swiper-slide p {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  /* 
=============
add-ons
============
*/
.add-ons{
  margin: 80px 0;
}
.add-ons .box{
  background-color: #efefef;
  border: 1px solid #e1e1e1;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  box-shadow: 4px 2px 36px -9px rgba(120,120,120,0.75);
-webkit-box-shadow: 4px 2px 36px -9px rgba(120,120,120,0.75);
-moz-box-shadow: 4px 2px 36px -9px rgba(120,120,120,0.75);

}


.account svg{
  color:#6a4dff;
}


.olchatbot li.active{
  color:#6a4dff;
}



/* indexChatbot */ 

.indexChatbot .item {
  background-color: #fff;
  border: 1px solid #d7cfff;
  display: flex;
  padding: 0 !important;
  align-items: center;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
.indexChatbot .item .image{
  background-color: #6a4cfd;
  padding: 5px 0;
}
.indexChatbot .item .content  {
  width: 100%;
  padding-left: 15px;
}

.indexChatbot .item  .delete{
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

.images-settings .image{
  cursor: pointer;
}