.elementor-6038 .elementor-element.elementor-element-ba50541{--display:flex;}/* Start custom CSS for html, class: .elementor-element-0536522 */body {
    font-family: roboto, sans-serif;
    font-size: 15px;
}

.last-updated-div p {
    font-size: 30px !important;
    margin-bottom: 0;
}

.last-updated-div{
    background-color: #352f5c;
    color: #fff;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    font-family: roboto;
    font-size: 19px;
    font-weight: 600;
    text-align: center;
}

.last-updated-div p {
    font-size: 1.1em;
}

.table-wrapper {
    width: 100%;
}

/* Table header and footer */
.table-header,
.table-footer {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 15px;
    background-color: #352f5c;
    color: #fff;
}
    
/* Table styles */
#data-table {
    margin-top: 8px;
    width: 100%;
    border-collapse: collapse;
}

#data-table th,
    #data-table td {
        padding: 8px;
        color: #4e4d4d;
        text-align: left;
        border-bottom: 1px solid #1f1f1f;
    }

#data-table th {
        text-align: center;
        background-color: #352f5c;
        color: #fff;
    }
    
#asset-name {
    max-width: 150px;
}
    
.entry-content table td, .entry-content table th, .comment-content table td, .comment-content table th {
    border-right: 1px solid #1f1f1f;
    border-left: 1px solid #1f1f1f;
    border-top: 1px solid #1f1f1f;
}
    
#data-table tbody tr:nth-child(even) {
        background-color: #f2f2f2;
    }
    
@media (max-width: 768px) {
    #asset-name {
        min-width: 150px;
    }
}

#date-acquired {
    text-align: center !important;
}
    
.right-aligned {
    text-align: right !important;
}

.center-aligned {
    text-align: center !important;
}

/* Rows per page */
.entries {
    display: flex;
    align-items: center;
}

.image-cell {
    max-width: 100px;
}

.image-container {
    position: relative;
    width: 100px; /* Same width as the image */
    height: 100px; /* Same height as the image */
    overflow: hidden; /* Hide the marker if it goes outside the image boundary */
}

#data-table th, #data-table td {
    font-size: 16px !important;
}

.error-message{
    font-family: roboto;
    color: #9c2323;
    font-size: 19px;
    font-weight: 600;
    text-align: center;
}
        
.image-not-loaded ~ .marker {
    display: none;
}
        
.teleport-btn {
    padding: 6px 12px;
    background-color: #34495e;
    border: none;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
}

.teleport-btn:hover {
    background-color: #4b6584;
}

#row-count-dropdown {
    margin-left: 4px;
    margin-right: 4px;
    padding: 6px;
    background-color: #7a4482;
    border: 1px solid black;
    color: #fff;
}

/* Pagination */
.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    gap: 8px; /* Add a gap between buttons for better spacing */
}

.pagination button {
    padding: 6px 12px;
    background-color: #7a4482;
    border: none;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    flex: 0 1 auto; /* Allow buttons to shrink if necessary */
    white-space: nowrap; /* Prevent text wrapping */
    font-size: 14px; /* Adjust font size for smaller screens */
}

.pagination button:hover:not([disabled]) {
    background-color: #b957c7;
}

.pagination button:disabled {
    background-color: #ac74b4;
    cursor: not-allowed;
}

.pagination button.active {
    background-color: #e575f5;
}

.pagination button.active:hover {
    background-color: #ce69dc;
}

/* Media query for small screens */
@media (max-width: 600px) {
    .pagination {
        gap: 4px; /* Reduce the gap for smaller screens */
    }

    .pagination button {
        padding: 4px 8px; /* Reduce padding for smaller screens */
        font-size: 14px; /* Reduce font size for smaller screens */
    }
    
    #row-count-dropdown {
    font-size: 14px;
    }
}

/* Media query for slightly larger screens */
@media (min-width: 601px) and (max-width: 915px) {
    .pagination {
        gap: 6px; /* Adjust gap for medium screens */
    }

    .pagination button {
        padding: 5px 10px; /* Adjust padding for medium screens */
        font-size: 15px; /* Adjust font size for medium screens */
    }
    
    #row-count-dropdown {
    font-size: 15px;
    }
}

.entry-content table td, .entry-content table th, .comment-content table td, .comment-content table th {
    color: #4e4d4d;
}

.scrollable-table-container {
    overflow-x: auto;
}

@media (max-width: 768px) {
    .button-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 0.5rem;
    }
}/* End custom CSS */