.hover-element{
  cursor: pointer;
}

.modal-body{
  overflow:scroll;overflow-x:hidden;max-height:800px;
}


.border-gradi{
  border-width: 3px;
  border-style: solid;
  border-image: 
    linear-gradient(
      to bottom,
      #ffc107, 
      rgba(0, 0, 0, 0)
    ) 1 100%;
  border-right:0!important;
}


.border-gradi2{
  border-width: 3px;
  border-style: solid;
  
  border-image:linear-gradient(to right, white,black) 30;
  border-top:0!important;
}




.border-gradi3{
  border-width: 3px;
  border-style: solid;
  border-image: 
    linear-gradient(
      to bottom,
      #007bff, 
      rgba(0, 0, 0, 0)
    ) 1 100%;
  border-right:0!important;
}
