
.posttable {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

.posttable td,
.posttable th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 10px !important;
}


#progress-bar {
    width: 100%;
    background-color: #ddd;
    margin-top: 20px;
    display: none;

  }

#progress-text {
    width: 0%;
    /* padding-left: 10px; */
    height: 30px;
    background-color: #04AA6D;
    text-align: center; /* To center it horizontally (if you want) */
    line-height: 30px; /* To center it vertically */
    color: white;
    transition: width 500ms;
  }

  #toplevel_page_my-plugin-post-excerpt-settings .wp-menu-image:before {
    font-family: "Font Awesome 5 Free"; 
    content: "\f0d0"; /* Unicode for Font Awesome fa-magic icon */
    font-weight: 900; 
    color: purple !important;   
}
