.btn-custom_a1{
  background-color: #D7D7FF ; 
  border-color: #D7D7FF ; 
  display: flex ; 
  align-items: baseline;
  align-items: center ; 
  color: #01017C ; padding: 0.375rem 0.75rem ; border-radius: 12px ; text-decoration: none ;  font-weight: 550 ;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.btn-custom_a1:hover{
   background-color: #D7D7FF ; 
    color: #01017C ;
}


.addplus{

    color: #01017C; margin-right: 0.5rem;
}

.btn-custom_a2{
  transition: background-color 0.2s ease, transform 0.2s ease;
}   

.btn-custom_a2:hover{
   
    transform: scale(1.05);
}


