.elementor-376 .elementor-element.elementor-element-bdb3fdd > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-376 .elementor-element.elementor-element-bdb3fdd:not(.elementor-motion-effects-element-type-background), .elementor-376 .elementor-element.elementor-element-bdb3fdd > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-text );}.elementor-376 .elementor-element.elementor-element-bdb3fdd > .elementor-container{min-height:502px;}.elementor-376 .elementor-element.elementor-element-bdb3fdd{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;padding:20px 0px 0px 0px;}.elementor-376 .elementor-element.elementor-element-bdb3fdd > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}body.elementor-page-376:not(.elementor-motion-effects-element-type-background), body.elementor-page-376 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}@media(max-width:767px){.elementor-376 .elementor-element.elementor-element-bdb3fdd{margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-376 .elementor-element.elementor-element-1e6ab54 > .elementor-element-populated{padding:0px 0px 0px 0px;}}/* Start custom CSS for section, class: .elementor-element-bdb3fdd */.modal {
    top: 5%;
    background: var(--e-global-color-primary);
    color: var(--e-global-color-7424908);
    text-align: center;
}


.lty-customer-lottery-tickets {
    height: auto;
}








/* General styles */
.wrap {
    padding: 20px;
    background-color: #000;
    color: #fff;
}

/* Heading styles */
.wrap h1 {
    margin-bottom: 20px;
    color: #fff;
}

/* Table styles */
.wp-list-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
    background-color: #000;
}

.wp-list-table th, .wp-list-table td {
    border: 1px solid #444;
    padding: 10px;
    text-align: left;
    color: #fff;
}

.wp-list-table th {
    background-color: #222;
    color: #fff;
}

.wp-list-table tr:nth-child(even) {
    background-color: #111;
}

.wp-list-table tr:hover {
    background-color: #333;
}

.wp-list-table a {
    color: #1e90ff;
    text-decoration: none;
}

.wp-list-table a:hover {
    text-decoration: underline;
}

.nospendinglimit {
    text-align: center;
}

/* Form styles */
.wc-spending-limit-form {
    display: flex;
    flex-direction: column;
    max-width: 400px;
    margin: 0 auto;
    padding: 20px;
    border: 1px solid #444;
    border-radius: 5px;
    background-color: #000;
    color: #fff;
}

.wc-spending-limit-form h3 {
    margin-bottom: 20px;
    color: #fff;
}

.wc-spending-limit-form input[type="number"],
.wc-spending-limit-form select,
.wc-spending-limit-form button {
    margin-bottom: 15px;
    padding: 10px;
    border: 1px solid #444;
    border-radius: 5px;
    width: 100%;
}

.wc-spending-limit-form input[type="number"],
.wc-spending-limit-form select {
    background-color: #fff;
    color: #000;
}

.wc-spending-limit-form button {
    background-color: #1e90ff;
    color: white;
    cursor: pointer;
}

.wc-spending-limit-form button:hover {
    background-color: #0073aa;
}

/* User limit status styles */
.wc-user-limit-status {
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
    text-align: center;
    border-radius: 5px;
    background-color: #000;
    color: #fff;
}

.wc-user-limit-status h3 {
    margin-bottom: 20px;
    color: var( --e-global-color-primary );
}

.wc-user-limit-status p {
    margin-bottom: 10px;
    color: #fff;
}

/* Responsive design */
@media (max-width: 768px) {
    .wp-list-table, .wc-user-limit-status {
        width: 100%;
        overflow-x: auto;
    }

    .wc-spending-limit-form {
        padding: 10px;
    }

    .wc-spending-limit-form input[type="number"],
    .wc-spending-limit-form select,
    .wc-spending-limit-form button {
        padding: 8px;
    }

    .wp-list-table th, .wp-list-table td {
        padding: 8px;
    }
}/* End custom CSS */