	@import url("/css/bg-img.css?3244824415");

    @import url("/css/dark.css?3244824415");
    :root {
    --theme-primary-rgb: 22,42,50;
    --theme-secondary-rgb: 108,117,125;

    --theme-bg-page-rgb: 34,34,34;
    --theme-bg-primary-rgb: 52,58,64;
    --theme-bg-secondary-rgb: 33,37,41;

            --theme-community-logo-url: url(https://erodednetworks.com/img/erodednetworks.png);
                --theme-bg-image-url: url(/img/10838334.jpg);
    }

    :root {
        --theme-opacity: 0.42;
    }

    .navbar-primary {
        backdrop-filter: blur(10px);
    }

    .page-header {
        background: var(--theme-gradient);
    }


    .title {
        font-weight: 900;
        text-transform: uppercase;
    }

    .page-header {
        text-align: center;
    }

    :root {
        --theme-border-radius: 1rem;
    }

    .btn, .badge, .card,
    div.table-responsive,
    .form-control, .form-select,
    .form-switch .form-check-input,
    .text-editor .toolbar-bubble .toolbar,
    .modal-content,
    .input-group-text,
    .page-item .page-link.page-link, .page-item span,
    .btn-group > .btn,
    .input-group > .form-control,
    .input-group > .form-select,
    .input-group > .input-group-text,
    .input-group > .btn,
    div.swal2-popup, button.swal2-styled.swal2-styled, .swal2-input, .swal2-select,
    .ace_editor {
        border-radius: var(--theme-border-radius);
    }

    .card-img-top {
        border-top-left-radius: calc(var(--theme-border-radius) - 1px);
        border-top-right-radius: calc(var(--theme-border-radius) - 1px);
    }

    .table {
        margin-bottom: 0;
    }

    .table-responsive {
        margin-bottom: 1rem;
    }

            .page-item .page-link {
            height: 35px;
            width: 35px;
            margin: 0 5px;
            display: flex;
            align-items: center;
            justify-content: center;
        }
    


	/* styles.css */
.embed-message {
    background-color: #1f1f1f;  /* Dark background for the embed */
    color: #e0e0e0;              /* Light text for readability */
    border: 1px solid #333;     /* Darker border for contrast */
    padding: 20px;              /* Adequate padding */
    border-radius: 8px;         /* Softer, more modern rounded corners */
    text-align: center;         /* Center text */
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); /* Enhanced shadow for depth */
    margin: 20px;               /* Margin to separate from other elements */
    max-width: 800px;           /* Max width for larger content */
    margin-left: auto;
    margin-right: auto;         /* Center the container on larger screens */
}

.embed-message h2 {
    font-size: 26px;             /* Larger, more impactful title */
    font-weight: 600;            /* Slightly bolder title */
    margin-bottom: 12px;         /* More space below the title */
    color: #4fc3f7;              /* Subtle blue accent for the title */
}

.embed-message p {
    font-size: 18px;             /* Larger, more readable description size */
    line-height: 1.6;            /* Spacing between lines for clarity */
    margin-top: 8px;             /* Space above paragraph */
    color: #d1d1d1;              /* Soft light grey for the paragraph text */
}

