@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
.leftmi{
     font-family: "Roboto", sans-serif !important;
  font-weight: 500 !important;
  font-style: normal !important;
}
.btn-add{
    background: #680f9c !important;
    color: white !important;
    border-radius: 10px !important;
    font-weight: 900 !important;
}
table{
    border: none !important;
    
}
td{
    border: none !important;
    border-bottom: 1px solid black !important;
    font-weight: 400 !important;
}
th{
    border: none !important;
}
.closes{
    position: absolute;
    right: 0%;
    top: 10px;
    background: #680f9c;
    color :white;
    padding: 10px;
    border-radius: 100%;
    height: 60px;
    width: 60px;
}
.Home{
      position: absolute;
    right: 0%;
    top: 80px;
    color: #680f9c;
    padding: 10px;
    border-radius: 100%;
    height: 60px;
    width: 60px;
    border: none;
    background: transparent;
    font-size: 30px;
}
#togglePassword{
right: 30px;    
}
.leftmi{
    float: left;
}
.editTexto{
   margin-left: 10px;
}
.Aling-center{
    text-align: center;
}
.dt-buttons{
    width: 100%;
}