.tpsa-login-log-activity-tabs {
    display: flex;
    gap: 10px;
}
.tpsa-login-log-activity-tabs button {
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    background-color: #814bfe;
    color: #fff;
    cursor: pointer;
    border: 1px solid #814bfe;
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.tpsa-login-log-activity h1 {
    margin-bottom: 18px;
    font-weight: 500;
    color: #1d2327;
}
.tpsa-login-log-activity-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
    margin-bottom: 20px;
    border-radius: 5px;
}
.tpsa-login-log-activity-items-per-page select {
    width: 60px;
    padding: 2px 10px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    border: 1px solid #bba8e7;
}
.tpsa-login-log-activity-header input,
.tpsa-login-log-activity-header input:focus {
    padding: 2px 10px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    border: 1px solid #bba8e7;
}
.tpsa-login-log-activity-tabs button.active {
    background-color: #fff;
    color: #814bfe;
    border: 1px solid #ccc;
}
.tpsa-login-log-activity-container {
    margin-top: 20px;
}
.tpsa-table {
    width: 100%;
    border-collapse: collapse;
}
.tpsa-table th {
    border: 1px solid #bba8e7;
    padding: 8px;
    background: #fbf9ff;
    text-align: left;
}
.tpsa-table td {
    border: 1px solid #bba8e7;
    padding: 8px;
}

.tpsa-login-log-activity-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    margin-top: 24px;
    font-size: 14px;
}

.tpsa-login-log-activity-pagination button {
    padding: 6px 12px;
    font-size: 14px;
    margin: 0 5px;
    cursor: pointer;
}

.tpsa-login-log-activity-pagination span {
    font-weight: 500;
    color: #333;
}

/*Worning message design*/
.tpsa-warning-message {
    background-color: #f8d7da;
    color: #721c24;
    padding: 10px 20px;
    border-radius: 5px;
    border: 1px solid #f5c6cb;
    font-size: 16px;
    font-family: Arial, sans-serif;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
    margin: 20px 0;
    position: relative;
}

.tpsa-warning-message p {
    margin: 0;
}

.tpsa-warning-message::before {
    content: '⚠️';
    margin-right: 10px;
}

/**Preloader**/
.tpsa-preloader {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column-reverse;
    margin-top: 50px;
}

.tpsa-login-log-activity-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #bba8e7;
    padding-bottom: 10px;
}
