 .fade-slide {
      opacity: 0;
      transform: translateY(20px);
      animation: fadeSlide 1s forwards;
    }

    @keyframes fadeSlide {
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }

.rnd{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
 }
 .rnb{
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
 }
   
 .modal-body{
    width:100%;
    height: auto;
    text-align:start;
    background-color: rgb(219, 211, 211);
    box-shadow: 4px 4px 8px rgb(191, 189, 189);
    border-radius: 7px ;
    font-size: small;
}