        body {
            font-family: Arial, sans-serif;
            background-color: #f8f9fa;
        }
        .container {
            background-color: #ffffff;
            padding: 20px;
            border-radius: 5px;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        }
        h1 {
            text-align: center;
            margin-bottom: 30px;
            color: #333333;
        }
        .btn-custom {
            background-color: #007bff;
            border-color: #007bff;
        }
        .btn-custom:hover {
            background-color: #0056b3;
            border-color: #0056b3;
        }

        .fixed-size-select1 {
        width: 565px; /* Adjust the width as needed */
        }
    .button-container {
            display: flex;
            justify-content: center;
            gap: 100px; /* Adjust the gap as needed */
        }
    .hide-on-print {
            display: none !important;
        }


    .divider {
            width: 1px;
            height: 30px;
            background-color: #dee2e6; /* Bootstrap gray color */
        }