.info-button .dashicons {
  font-size: 21px; 
  vertical-align: middle;
  margin-left: 8px; 
}

.systemerror{
  font-size: 20px;
  margin-left: -2px;
  color: #242628;
  position: relative;
  z-index: 1;
}
.wcgsc-clear-content-logs-msg{
  font-size: 14px;
  font-weight: bold;
  color: green;
}
/* Style for the "Clear" button */
.wcgsc-clear-content-logs {
  display: inline-flex;
  align-items: center;
  margin: 0.5rem 0 1rem;
  font-size: 14px;
  line-height: 38px;
  height: auto;
  min-height: 30px;
  padding: 0 20px;
  color: #6b7278;
  border: 1px solid #7f868d;
  border-radius: 3px;
  background: #f8f9fa;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-left: -2px;
}

.wcgsc-clear-content-logs:hover {
  color: #069de3;
  border-color: #069de3;
  background: #f8f9fa;;
}

/* Style for the paragraph text */
.error-container p {
  font-size: 16px;
  margin: 10px 0; 
  color: #333; 
  line-height: 1.5; 
}

/* Style for the link within the paragraph */
.error-container a {
  color: #007BFF; 
  text-decoration: underline;
}

.error-container a:hover {
  text-decoration: none; 
}

/* Style for the "Copied" message */
.copy-message {
  display: none;
  background-color: #4CAF50; 
  color: #fff; 
  font-size: 14px;
  padding: 10px 15px;
  border-radius: 5px;
  position: absolute;
  top: 50%; 
  left: 50%; 
  transform: translate(-50%, -50%); 
  z-index: 999; 
  opacity: 0.9; 
  transition: opacity 0.3s ease;
}

.copy-message.show {
  display: block;
}
.errorlog {
  cursor: default;
  font-family: monospace;
  border: 1px solid #ccc;
  padding: 10px;
  background-color: #32344b;
  width: 100%;
  height: 400px; 
  border-color: #32344b;
  color: azure;
}
.systemifo{
  font-size: 20px;
  margin-left: -2px;
  color: #242628;
  position: relative;
  z-index: 1;
}
.system-Error {
  position: relative;
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border: 1px solid #b5bfc9;
  margin: 20px auto;
  width: 100%;
  box-sizing: border-box; 
  overflow: hidden; 
}
.wcgsc-system-status {
  position: relative;
  background-color: #fff;
  padding: 2rem;
  width: 100%;
  box-sizing: border-box; 
  overflow: hidden; 
}

.wcgsc-system-status .wcgsc-system-status {
  padding: 0rem;
}


.info-button {
  background-color: white;
  color: #2c3338;
  padding: 13px 17px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-weight: 400;
  flex-grow: 1;
  font-size: 14px;
  margin: 0;
  border: 1px solid #c5c5c5;
  border-radius: 3px;
  background: #f8f9fa;
  box-sizing: border-box; 
  overflow: hidden; 
}

.info-button:hover {
  background-color: white;
}

.info-button span {
  font-size: 16px;
  margin-left: 26px;
}

.info-content {
  display: none;
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 20px;
  width: 100%; 

}
.info-content tr:nth-child(even) {
  background-color: #ffffff; 
}

.info-content tr:nth-child(odd) {
  background-color: #f5f5f5; 
}

.info-content h3 {
  color: #0073e6;
}

.info-content table {
  width: 100%; 
  border-collapse: collapse;
}

.info-content td {
  padding: 8px 0;
  /*    border-bottom: 1px solid #ccc;*/
}

.info-content tr:last-child td {
  border-bottom: none;
}
.copy-success-message {
 position: fixed;
 top: 50%;
 left: 50%;
 transform: translate(-50%, -50%);
 padding: 10px;
 background-color: #4CAF50;
 color: #fff;
 font-weight: bold;
 border-radius: 4px;
 z-index: 9999;
}
.copy-system-info {
  display: inline-flex;
  align-items: center;
  margin: 0.5rem 0 1rem;
  font-size: 14px;
  line-height: 38px;
  height: auto;
  min-height: 30px;
  padding: 0 20px;
  color: #6b7278;
  border: 1px solid #7f868d;
  border-radius: 3px;
  background: #f8f9fa;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-left: -2px;
}

.copy-system-info:hover {
  color: #069de3;
  border-color: #069de3;
  background: #f8f9fa;;
}

.copy-system-info:focus {
  outline: none;
}
.copy-error-log {
  display: inline-flex;
  align-items: center;
  margin: 0.5rem 0 1rem;
  font-size: 14px;
  line-height: 38px;
  height: auto;
  min-height: 30px;
  padding: 0 20px;
  color: #6b7278;
  border: 1px solid #7f868d;
  border-radius: 3px;
  background: #f8f9fa;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.copy-error-log:hover {
  color: #069de3;
  border-color: #069de3;
  background: #f8f9fa;;
}

.copy-error-log:focus {
  outline: none;
}
/* Media query for screens smaller than 768px */
@media (max-width: 768px) {
  .info-button .dashicons {
   font-size: 18px; 
 }

 .systemerror {
   font-size: 16px; 
 }
 .info-button {
   font-size: 12px;
 }
}