STRATO-apps/wordpress_03/app/wp-content/plugins/aimogen-pro/styles/stats-chatgpt.css

SHA-256: 9f6064aa18132de4edd2b3a2fd26d1c52ef645d9b169ad908c3185bd8025eeea
.aiomatic_normal
{
  color: inherit;
  text-decoration: inherit;
}
a.aiomatic_normal:link{
  color: white;
}
a.aiomatic_normal:visited{
  color:white;
}
a.aiomatic_normal:hover{
  color:white;
}
a.aiomatic_normal:focus{
  color:white;
}
a.aiomatic_normal:active{
  color:white;
}
.aiomatic-statistics {
  --aiomatic-spacing: 15px;
  --aiomatic-fontSize: 15px;
  --aiomatic-borderRadius: 10px;
  --aiomatic-fontColor: #000000;
  --aiomatic-backgroundPrimaryColor: #454654;
  --aiomatic-backgroundSecondaryColor: #343541;
  --aiomatic-aiAvatarBackgroundColor: #10a37f;
  --aiomatic-userAvatarBackgroundColor: #135ea4;
  --aiomatic-headerButtonsColor: #555555;
}

.aiomatic-statistics-usage {
  display: flex;
}

.aiomatic-statistics-usage .aiomatic-statistics-bar-container {
  flex: auto;
  background: var(--aiomatic-backgroundSecondaryColor);
  border-radius: var(--aiomatic-borderRadius);
  padding: 3px;
  text-align: center;
  height: 30px;
}

.aiomatic-statistics-usage .aiomatic-statistics-bar-container .aiomatic-statistics-bar {
  background: #2c9b80;
  border-radius: var(--aiomatic-borderRadius);
  height: 100%;
}

.aiomatic-statistics-usage .aiomatic-statistics-bar-container .aiomatic-statistics-bar .aiomatic-statistics-bar-text {
  color: var(--aiomatic-fontColor);
  font-size: var(--aiomatic-fontSize);
}

.aiomatic-statistics-usage .aiomatic-statistics-bar-text {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 10px;
  color: var(--aiomatic-fontColor);
  font-size: var(--aiomatic-fontSize);
}
#stat_table input,textarea,select {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#stat_table td, #stat_table th {
  border: 1px solid #ddd;
  padding: 2px;
}

#stat_table tr:nth-child(even){background-color: #f2f2f2;}

#stat_table tr:hover {background-color: #ddd;}

#stat_table th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #5cb85c;
  color: white;
}
#stat_table th
{
  text-align:center !important;
}
#stat_table th .bws_help_box.dashicons-editor-help
{
  
  color:white;
}