/* nova forma de mostrar status */
.justification-status-pending {
  background-color: #e67e22;
}

.justification-status-approved {
  background-color: #4caf50;
}

.justification-status-rejected {
  background-color: #f44336;
}

@media screen and (max-width: 480px) {
  .col-xl-6 {
    display: flex;
    flex-direction: column;
    align-items: left;
  }

  .col-xl-6 label {
    margin-bottom: 5px;
  }
}