.wappbiz-admin-page {
    background: #ffffff;
    padding: 20px;
    border-radius: 8px;
}

.nav-tab-wrapper {
    border-bottom: 1px solid #e2e4e7;
    margin-bottom: 20px;
}

.nav-tab {
    background: #f1f3f4;
    color: #6c757d;
    transition: all 0.3s ease;
}

.nav-tab-active {
    background: #0073a1;
    color: white;
}

.logs-container {
    background: white;
    border-radius: 4px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.no-logs {
    text-align: center;
    padding: 20px;
    color: #6c757d;
}

#response-modal {
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
}

#response-modal .modal-content {
    background: white;
    padding: 20px;
    border-radius: 8px;
    max-width: 600px;
    width: 90%;
    max-height: 70%;
    overflow-y: auto;
}

.logs-container {
    font-family: Arial, sans-serif;
    margin-top: 20px;
}
.log-entry {
    margin-bottom: 20px;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #f9f9f9;
}
.log-entry strong {
    color: #333;
}
.log-entry pre {
    background: #f5f5f5;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow-x: auto;
}
hr {
    border: none;
    border-top: 1px solid #ccc;
    margin: 10px 0;
}

.wappbiz-logo {
    position: absolute;
    top: 15px; /* Adjust top spacing */
    right: 40px; /* Adjust right spacing */
    z-index: 10; /* Ensure it's above other elements */
    padding: 10px;
}

.wappbiz-logo img {
    max-width: 100px; /* Adjust the logo size */
    height: auto; /* Maintain aspect ratio */
}
.wappbiz-nav-tab-active{
    background-color: #26AA68;
    color: #fff;
    border: 1px solid #26AA68;
}
