.elementor-15256 .elementor-element.elementor-element-89557d7{--display:flex;--padding-top:100px;--padding-bottom:100px;--padding-left:100px;--padding-right:100px;}.elementor-15256 .elementor-element.elementor-element-89557d7:not(.elementor-motion-effects-element-type-background), .elementor-15256 .elementor-element.elementor-element-89557d7 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-8f9535d );}:root{--page-title-display:none;}@media(max-width:767px){.elementor-15256 .elementor-element.elementor-element-89557d7{--padding-top:50px;--padding-bottom:50px;--padding-left:20px;--padding-right:20px;}}/* Start custom CSS for html, class: .elementor-element-c8c745f *//* General Table Styles */
.cube-dashboard-table {
    width: 100%;
    border-collapse: collapse;
}

.cube-dashboard-table th,
.cube-dashboard-table td {
    padding: 10px;
    border: 1px solid #ddd;
    text-align: left;
}

/* Bold specific columns */
.cube-dashboard-table th:nth-child(1),
.cube-dashboard-table td:nth-child(1),
.cube-dashboard-table th:nth-child(2),
.cube-dashboard-table td:nth-child(2),
.cube-dashboard-table th:nth-child(3),
.cube-dashboard-table td:nth-child(3) {
    font-weight: bold;
}

/* Pagination Controls */
.pagination-controls {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    flex-wrap: wrap;
}

.pagination-button {
    background: none;
    color: #007BFF;
    border: none;
    padding: 0;
    font-size: 16px;
    cursor: pointer;
    margin: 0 5px;
}

.pagination-info {
    font-size: 16px;
    margin: 0 10px;
    font-weight: bold;
}

.colour-credit-text {
    color: #C30010;
}

/* Hidden state */
.hidden {
    display: none;
}

/* Styles for Search Input */
#participant-search {
    width: 30%;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 0px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    height: 60px;
    margin: 20px 0;
    float: right;
}

/* Responsive Styles */
@media (max-width: 768px) { /* Styles for tablets */
    #participant-search {
        width: 100%;
        margin: 10px 0;
    }

    .pagination-button {
        padding: 8px 16px;
        font-size: 14px;
    }

    .pagination-info {
        font-size: 14px;
    }
}

@media (max-width: 480px) { /* Styles for mobile */
    #participant-search {
        width: 100%;
        margin: 10px 0;
        font-size: 16px;
        text-align: left;
        border-radius: 0px;
    }

    .pagination-button {
        padding: 6px 12px;
        font-size: 14px;
    }

    .pagination-info {
        font-size: 14px;
    }
}/* End custom CSS */