@font-face {
    font-family: 'asap-variablefont';
    src: url('asap-variablefont_wdth,wght.ttf') format('truetype');
}
/* OVERRIDE STANDARD STYLES */
body, .grid_title, .form_group_title, .form_title, .form_group_title, input[type=text], input[type=tel], input[type=password], input[type=checkbox], input[type=number], select, textarea, div.richify, input[type=button], input[type=submit] {
    background-color: #ffffff;
    font-family: asap-variablefont !important;
    border-radius: 5px !important;
}

.app_title {
    margin-top: 0px;
}

.form_title {
    padding: 10px;
}

.form_title, .form_group_title, input[type=button], input[type=submit] {
    background-color: #1e5d4d;
    font-size: 14pt;
}

.grid_table, .form_table, .mini_form, .midi_form {
    border: 0px;
    padding: 3px;
    border-radius: 0px;
}

.help {
    text-align: center;
    margin-bottom: 20px;
    white-space: pre-line;
    color: #333333;
}

select {
    width: auto !important;
    height: 44px; /* Adjusts the height to meet accessibility standards */
    box-sizing: border-box; /* Ensures padding and border are included in the element's total width and height */
}
.DivWelcomeText2 {
    padding-top: 2%;
    font: 1em / 1.5 "Asap", sans-serif !important;
    float: left;
    text-align: left;
    padding-bottom: 5%;
}
.DivPay4AdditionalText {
    padding-bottom: 2%;
    text-align: left;
    font: 1em / 1.5 "Asap", sans-serif !important;
}
input[type="image"] {
    width: 55px; /* Set the desired width */
    height: 55px; /* Set the desired height */
}

body {
    margin: 0;
    padding: 0;
    font-family: asap-variablefont !important;
}

.container {
    padding: 16px; /* Adds padding around the container */
}

h1, h2, h3, p {
    margin-bottom: 16px; /* Adds margin below headings and paragraphs */
    padding: 8px; /* Adds padding inside headings and paragraphs */
}

button, select, input {
    margin-bottom: 16px; /* Adds margin below form elements */
    padding: 12px; /* Adds padding inside form elements */
}

@media (max-width: 600px) {
    .container {
        padding: 12px; /* Adjusts padding for mobile devices */
    }

    h1, h2, h3, p {
        margin-bottom: 12px; /* Adjusts margin for mobile devices */
        padding: 10px; /* Adjusts padding for mobile devices */
    }

    button, select, input {
        margin-bottom: 12px; /* Adjusts margin for mobile devices */
        padding: 14px; /* Adjusts padding for mobile devices */
    }
}
.skip-to-content {
    position: absolute;
    top: -40px;
    left: 0;
    background: #000;
    color: #fff;
    padding: 8px;
    z-index: 100;
}

    .skip-to-content:focus {
        top: 0;
    }

input, select, textarea, button {
    border: 1px solid #000; /* Adds border to improve contrast */

    padding: 8px;
    margin-bottom: 10px;
}

    input[type="text"] {
        background-color: #fff;
        color: #000;
    }

.form_td_label {
    vertical-align: middle !important;
    /*text-align: right !important;*/
    padding-top: 5px !important;
    padding-right: 3px !important;
    padding-left: 3px !important;
    color: #000f;
    !important;
}

/* Default state - green color */
.feedback-link {
    color: green;
    text-decoration: none;
}

    /* Hover state - lighter green color and underline */
    .feedback-link:hover {
        color: lightgreen;
        text-decoration: underline;
    }

    /* Visited state - purple color */
    .feedback-link:visited {
        color: purple;
    }