/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.wp-preloader {
    display: none; 
}  
.wp-preloader {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgb(255 255 255 / 75%);
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}

/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

 .generate-pdf #proterm_pdf_get {
    position: fixed;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    height: fit-content;
    border-radius: 0px 10px 10px 0;
    display: inline-block;
    background: #28292e;
    color: #ffffff;
    border: 0;
    padding: 12px 25px;
    font-weight: 600;
    cursor: pointer;
    min-width: 140px;
    text-align: center;
  }
  #download_html {
    position: fixed;
    top: 100px;
    bottom: 0;
    margin: auto;
    left: 0;
    height: fit-content;
    border-radius: 0 10px 10px 0;
    display: inline-block;
    background: #234925;
    color: #ffffff;
    border: 0;
    padding: 12px 20px;
    font-weight: 600;
    cursor: pointer;
    min-width: 140px;
    text-align: center;
  }