.xm_button{
   min-width: 60px;
   max-width: 100px !important;
   border: 1px solid #dcdfe6;
   border-radius: 10px;
   padding: 0px 2px;
   height: 100% !important;
   width: auto !important;
   margin-right: 5px;
   text-overflow: ellipsis;
   overflow: hidden;
   white-space: nowrap;
}
.xm_button:hover{
 border: 1px solid #fd627965;   
 color: #fd6279;
 background-color:#fd91a12f ;
 font-weight: 700;
}
