.discussion-ctg {
    padding: 0 1em;
}
.form-control {
    margin: 0.2em 0;
}
.modal .modal-content.big .modal-header.light.standard {
    background-color: white;
}
.modal .modal-content.big .modal-body.light.standard {
    background-color: white;
}


.modal .modal-content.big{
    max-height: 80%;
    overflow-y: auto;
    top: 10vh;
}
.form-control.is-invalid{
    border-color: red;
}
.form-control.is-invalid:focus{
    border-color: red;
    box-shadow: 0 0 0 1px red;
}