.vpn-error-container {
    background: #fff;
    color: var(--bs-dark-text);
    max-width: 600px;
    margin: 1rem auto;
    padding: 32px 28px 24px 28px;
    border-radius: 12px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.1);
    font-size: 1.1rem;
    text-align: left;
    font-weight: 400;
}
.vpn-error-container ul {
    margin-left: 24px;
    margin-bottom: 16px;
}
.vpn-error-container li {
    margin-bottom: 6px;
}
.vpn-error-container p {
    margin-bottom: 12px;
}
#outputDiv a,
.vpn-error-container a {
    color: #1976d2;
    font-weight: bold;
    text-decoration: underline;
    display: inline-block;
    margin-top: 18px;
}

[data-bs-theme="dark"] .vpn-error-container {
    background: var(--bs-dark-bg-subtle);
    color: var(--bs-gray-600);
    box-shadow: 0 4px 24px rgba(255, 255, 255, 0.1);
}

#home-page ol {
    list-style-type: lower-alpha;
}

#home-page ol ol {
    list-style-type: lower-roman;
}

#submit-claim main li,
#generalInstructions li {
    margin-bottom: 1rem;
}

#submit-claim input[type="checkbox"],
#submit-claim input[type="radio"] {
    border-color: black;
}

#submit-claim legend {
    text-align: center;
    text-decoration: underline;
    font-weight: bold;
    margin-bottom: 1.5rem;
}

#claim-fields table {
    table-layout: fixed;
    width: 100%;
}

#claim-fields table th {
    font-weight: bold;
    background-color: #cecdcd;
    border: 1px solid black;
    padding: 10px;
    text-align: center;
    width: 25%;
}

#claim-fields table td {
    border: 1px solid black;
    padding: 10px;
}

#claim-fields table select {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #7a7d81;
    height: 100%;
    padding: 10px;
    background: transparent;
}

#add_row:hover {
    text-decoration: underline;
    cursor: pointer;
}

div[id^="message"],
#opt-out #message {
   color: var(--red);
   font-size: 1.5em;
   font-weight: 600;
   text-align: center;
}


/*# sourceMappingURL=common.css.map*/