    *{
        --bs-gutter-x: 0rem !important;
    }

    body {
        padding: 5px !important;
    }

    .col-signature {
      width: 320px;
    }

    .col-qr {
        width: 220px;
    }

    .watermark {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            opacity: 0.1;
            pointer-events: none;
            z-index: 0;
            width: 60%;
        }
        .signature-pad-print {
            border: 2px dashed #ccc;
            border-radius: 5px;
            margin: 20px 0;
            position: absolute;
            background: #fff;
            height: auto;
        }

        .signature-pad-form {
            border: 2px dashed #ccc;
            border-radius: 5px;
            margin: 20px 0;
            position: relative;
            background: #fff;
            height: 220px;
            overflow: hidden; /* Prevent overflow */
        }        
        .contract-container {
            background-color: #fff;
            padding: 40px;
            position: relative;
            box-shadow: 0 0 20px rgba(0,0,0,0.1);
            border-radius: 10px;
            margin-bottom: 30px;
        }
        .logo-header {
            max-height: 50px;
            margin-bottom: 20px;
        }

        .logo-header01 {
            max-height: 100px;
            margin-bottom: 20px;
        }

        .contract-header {
            text-align: center;
            margin-bottom: 30px;
        }
        .contract-content {
            background: #f8f9fa;
            padding: 20px;
            border-radius: 5px;
            margin-bottom: 30px;
            position: relative;
            z-index: 1;
        }

        #signatureCanvas {
            width: 100%; /* Fill entire container */
            height: 100%; /* Fill entire container */
            touch-action: none; /* Prevent scrolling/zooming interference */
            cursor: crosshair; /* Indicate drawing area */
        }

        .qr-section {
            text-align: center;
            margin-left: 20px;
/*            padding: 20px;*/
/*            background: #fff;*/
            border-radius: 5px;
        }
        body {
            background-color: #f0f2f5;
            padding: 20px;
        }

        @media (max-width: 570px ) {
            .contract-container {
                padding: 10px;
            }
        }


}


