.roundedbtn {
  border-radius: 25px;
}

.roundedbtn:hover {
    border-radius: 10px;
    background-color: aliceblue;
    color: black;
  
}
.card-gradient{

  background-image: linear-gradient( 174.2deg,  rgb(235, 235, 235) 7.1%, rgb(151, 132, 247) 67.4% );
}
.ellipsis {
  text-overflow: ellipsis;
  width: 100%;
  /* Required for text-overflow to do anything */
  white-space: nowrap;
  overflow: hidden;
}
.dropbutton{
  background-color: transparent;
  font-size: 14px;
  color: #e9e9e9;
}
.dropbutton:hover{
  background-color: #7f6ee1;
  border: none;
  color:#fff;
}

