.chartlines-list:hover{
    border-bottom: 1px solid  !important;
    background: #eee;
}
.delete-button:hover{
background-color: ;
}
.delete-button{   
   padding: 0 10px;
   background: #ccc;
   color: ;
   border-radius: 3px;
   transition: .3s;
   cursor: pointer;
}
.popup-list-area ul li:hover{
    border-bottom: 1px solid ;    
 }
.header_logout i{
   font-size: 30px;
   color:;
   transition: .3s;
}
.header_logout:hover i{
   color:#a1a1a6
}

.create-button{
   background: ;
   border-radius: 50%;
   line-height: 63px;
   position: fixed;
   bottom: 30px;
   right: 30px;
   display: block;
   width: 65px;
   text-align: center;
   height: 65px;    
   transition: .5s;
   z-index: 100;        
   box-shadow: 0px 0px 10px -1px #a3a3a3;
   font-size:48px;
   color: ;
}

 .create-button:hover {
     color:  !important;
 }
 