﻿#features {
    margin-top: 1rem;
    max-width: 450px !important;
    list-style: inside !important;
    text-align: justify;
}
#features > li {
    padding-top: 5px;
}

table.borderless-table {
    width: 100%;
    border-collapse: collapse;
}

    table.borderless-table td {
        padding: 8px;
        border: none; /* This ensures the table is borderless */
    }

    /* Optional: Alternating row background colors for better readability */
    /*table.borderless-table tr:nth-child(even) {
        background-color: #f2f2f2;
    }*/

    /* Optional: Align text in the first column to the left and the second to the right */
    table.borderless-table td:first-child {
        text-align: left;
        width: 25%;
        font-weight: 700;
        color: var(--error-color);
    }

    table.borderless-table td:last-child {
        text-align: left;
    }
.share-container {
    max-width: 700px;
}

.login-form {
    width: 300px !important;
}

.form-validation {
    margin: 10px 0px;
    text-align: justify;
}