.custom-table-class {
    table-layout: fixed;
    
}

.custom-table-class td {
    overflow:hidden;
    text-overflow: ellipsis;
}

.table-responsive .form-select.form-select-sm {
    width: 50% !important;
}

.alert-dismissible {
    z-index: 9999;
    margin-top: 10px;
}