

/*
    form Admin Website

   Language: EN
*/

.FastPayLinkClass {
    background-color: #4CAF50;
    /* Green */
    border: none;
    color: white !important;
    padding: 8px 16px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 4px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.3);
}

    .FastPayLinkClass:hover {
        text-decoration: none;
        color: white;
        box-shadow: 0 3px 5px 0 rgba(0,0,0,0.5);
    }

     /*======================= */

ul.dash-list {
  list-style-type: none; /* Removes the default bullets */
  padding-left: 2em; /* Adds some space for the custom marker */


}

ul.dash-list > li::before {
  content: "\2014 "; /* Add the dash */
  font-weight: bold;     /* Makes the dash bold */
  margin-right: 5px;

  /* Optional: Adjust position for multi-line list items */
  display: inline-block;
  width: 1em;
  margin-left: -1.5em; /* Pulls the dash back into the padding area */
 
}




ul > li{

margin-bottom: 10px;

}
