/* Hadri styles start */
.rounded{
    border-radius: 8px !important;
}
.rounded-bottom{
    border-bottom-left-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
}
.rounded-top{
    border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important;
}
.text-truncate-1line {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.iti{
    width: 100% !important;
  }
  
  .h-115px{
    height: 115px !important;
  }
  .h-215px{
    height: 215px !important;
  }
  .fs-20px{
    font-size: 20px !important;
  }
  .object-fit-cover{
    object-fit: cover !important;
  }
/* Hadri styles end */