body {
    margin: 0;
}

.flutter-loader {
    display: none !important;
}

#app-body {
    background: #fff;
}

@media (prefers-color-scheme: dark) {

    #app-body {
        background: #232222;
    }
}

@media (prefers-color-scheme: light) {

    #app-body {
        background: #fff;
    }
}

.disabled-pointer {
    pointer-events: none !important;
    user-select: none !important;
}

.enabled-pointer {
    pointer-events: auto;
    user-select: auto;
}

.terms-privacy-h1 {
    margin: 0;
    font-size: 24px;
}

.terms-privacy-body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #2c2c2c;
    padding: 0;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    overscroll-behavior: none;
}

.terms-privacy-main {
    max-width: 960px;
    margin: auto;
    text-align: center;
    flex-grow: 1;
}

.terms-privacy-container {
    max-width: 960px;
    margin: 0 auto;
    text-align: left;
    padding: 20px;
}

.terms-privacy-header {
    text-align: center;
    background: #f4f4f4;
    padding: 10px 20px;
    border-bottom: 1px solid #ddd;
}

.terms-privacy-footer {
    text-align: center;
    margin-top: auto;
    padding: 10px 20px;
    font-size: 14px;
    color: #666;
    background: #f4f4f4;
    border-top: 1px solid #ddd;
}

.ul-decimal {
    list-style-type: decimal;
}

.ul-dash {
    list-style-type: "- ";
}

table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-family: Arial, sans-serif;
}

th, td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
}

th {
    background-color: #f2f2f2;
}

a {
    color: #3BE212;
    text-decoration: underline;
    text-decoration-color: #3BE212;
}

a:visited {
    color: #3BE212;
    text-decoration: underline;
    text-decoration-color: #3BE212;
}
