.thiaide-container {
    width: 95%;
    float: left;
    margin-top: 20px;
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.4) 0%, rgba(118, 75, 162, 0.4) 100%);
    backdrop-filter: blur(10px);
    padding: 20px;
    border-radius: 8px;
}
.mobile-thiaide-container {
    width: 95%;
    float: left;
    margin-top: 20px;
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.4) 0%, rgba(118, 75, 162, 0.4) 100%);
    backdrop-filter: blur(10px);
    padding: 5px;
    border-radius: 8px;
}

.mobile-thiaide-header-section {
    background-size: cover;
    background-repeat: no-repeat;
    padding: 10px;
    width: 95%;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    color: #666666;
}
.thiaide-header-section {
    background-size: cover;
    background-repeat: no-repeat;
    padding: 10px;
    width: 98%;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    color: #666666;
}

.thiaide-header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.mobile-thiaide-header-content {
    align-items: center;
}
.thiaide-footer {
color: #FFFFFF;
text-align: center;
padding: 20px;
float: left;
width: 97%;
margin-top: 20px;
}

.thiaide-stats-container {
    display: flex;
    align-items: center;
    gap: 20px;
    background: rgba(255, 255, 255, 0.8);
    padding: 10px 15px;
    border-radius: 6px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}
.mobile-thiaide-stats-container {
    display: flex;
    align-items: center;
    gap: 10px;
    background: rgba(255, 255, 255, 0.8);
    padding: 10px 15px;
    border-radius: 6px;
    border: 1px solid rgba(0, 0, 0, 0.1);
	width: 92%;
}

.thiaide-stat-item {
    text-align: center;
    min-width: 70px;
}

.thiaide-stat-value {
    font-size: 18px;
    font-weight: bold;
}

.thiaide-stat-label {
    font-size: 12px;
    color: #666;
}

.thiaide-stat-ready {
    font-size: 9px;
    color: #28a745;
    margin-top: 2px;
}

.thiaide-divider {
    width: 1px;
    height: 30px;
    background: #ddd;
}
.thia-api-form {
  margin-top: 15px;
  width:50%;
  padding: 15px;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 10px;
  backdrop-filter: blur(10px);
  }
#adminmenu .toplevel_page_thia-ai-settings img {
                    width: 24px;
                    height: 24px;
                    padding: 5px 0;
}