/* put your own styles to customize and override the theme */
.pace {
  display: none;
}

.app-header {
    border-bottom: solid 3px #00A28A;
}

.btn-subtle-success {
  border-color: #00897425;
}
.btn-subtle-primary {
  border-color: #2e609c25;
}
.btn-subtle-danger {
  border-color: #af5a9825;
}

.login-error{
    color:#af5a98;
    font-size: 1.5em;
    margin-top: -18px;
    margin-bottom: 18px;

}

.file-btn-append {
    border: 1px solid #ced4da;
}

.select2-selection__choice{
    background-color: #f6f7f9 !important;
}
.select2-selection__choice__remove{
    background-color: #af5a98 !important;
/*    color: #a95292 !important;
    border: 2px solid #a95292;
*/}

