.alert{
    padding : 5px;
    margin-bottom : 5px;
}

table thead th div{
    width: 100%;
    overflow: hidden;
text-overflow: ellipsis;
}

table.dataTable {
    width: 100% !important;
    margin: 0 auto;
    border-spacing: 0;
}

.swal2-title {
    position: relative;
    max-width: 100%;
    margin: 0;
    padding: 0.8em 1em 0;
    color: inherit;
    font-size: 15px !important;
  }