body {
    touch-action: pan-x pan-y;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

* {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}



.card22 {
    padding: 20px;
    border: none;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
  }
  
  .card22:hover {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
  }
  
  .rounded-circle {
    width: 50px;
    height: 50px;
    object-fit: cover;
  }
  
  .btn-sm {
    font-size: 0.8rem;
  }

