.required:after {
    content: " *";
    color: red;
}

.dataTables_length {
    float: right !important;
    margin-left: 1rem;
}

html {
    scroll-padding-top: 30vh;
}

textarea {
    white-space: pre-wrap;
}

.photoPreview {
    max-width: 25vw;
    max-height: 25vh;
    margin: 0.5rem;
}

.photosList {
    display: flex;
    max-width: 100%;
    overflow-x: scroll;
}

.photosList > a {
    margin: 10px;
}

tr.alert-danger {
    background: rgb(255, 210, 210) !important;
    color: black !important;
}

tr.alert-warning {
    background: rgb(255, 255, 210) !important;
    color: black !important;
}

tr.alert-success {
    background: rgb(190, 255, 190) !important;
    color: black !important;
}

.dataTables_filter {
    display: none;
}
