    .footer {
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        background-color: #FFF;
        color: Black;
        text-align: center;
        margin: 0 auto;
        height: 25px;
        font-size: small;
    }

    .footer p {
        margin: 0 auto;
        padding: 5px;
    }

    .configurator-drop {
        width: 175px;
        background-color: #e9ecef;
        margin-left: 50px;
        padding: 10px;
        float: left;
    }

    .configurator-drop p {
        margin: 0 auto;
        display: grid;
        padding-top: 2px;
        padding-bottom: 3px;
        /*inline-size: none; /*fit-content;*/
        gap: 3px;
        font-size: 10pt;
        color: #000;
        font-weight: bold;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    }

    .configurator-drop input {
        width: 100%;
    }

    .configurator-drop-submit {
        width: 175px;
        background-color: #e9ecef;
        /* background-image: linear-gradient(to bottom, #cfcfcf 15px, #dbdbdb); */
        margin-left: 50px;
        float: left;
        padding: 10px 10px 35px;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    }

    .configurator-drop-submit p {
        margin: 0 auto;
        display: grid;
        padding-top: 2px;
        padding-bottom: 3px;
        /*inline-size: none; /* fit-content */
        gap: 3px;
        font-size: 11pt;
        color: #000;
        font-weight: bold;
    }

