 
        .sam-no-access{
            display: flex;
            flex-direction: column;
            justify-content: center;   /* وسط‌چین عمودی */
            align-items: center;       /* وسط‌چین افقی */
            min-height: 300px;
            text-align: center;
        }

        .sam-no-access img{
            width: 80px;
            height: 80px;
            object-fit: contain;
            margin-bottom: 10px;
        }

        .sam-no-access p{
            font-weight: bold;
            font-size: 15px;
            color: #444;
        }

