.dwlscf-save-draft {
    background-color: #2271b1;
    color: white;
    padding: 0.5em 1em;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    cursor: pointer;
    margin-top: 10px;
  }
  
  .dwlscf-save-draft:hover {
    background-color: #135e96;
  }
  .dwlscf-color-green {
    color: green;
  }
    .dwlscf-color-red {
    color: red;
  }