

/* Apply the animation to an element */
.element-to-animate {
    animation: runAnimation 5s linear infinite; /* Adjust the duration and other properties as needed */
}



.cronjob-msg-table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
  }
  
  .cronjob-msg-table td, .cronjob-msg-table th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
  }
  
  .cronjob-msg-table tr:nth-child(even) {
    background-color: #dddddd;
  }
.cronjob-message-sent button {
    	margin-right: 1rem !important;
	margin-bottom: 1rem !important;
}
.loader {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    background: rgba(255,255,255,0.75);
    justify-content: center;
align-items: center;
}
.campgin_filter{
	margin-right: 1rem !important;
	margin-bottom: 1rem !important;
    margin-right: 1rem  !important;
    width: 25%;
}
table.field-ids-entries tr td {
  padding: 0.5rem;
}