.triggerheader {
    width: 100%;
    /* height: 50px; */
    line-height: 50px;
    /*color: white;*/
    font-size: 1.7rem;
    font-weight: 600;
    text-align: left;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.6);
    margin-bottom: 1rem;
    padding: 8px;
    position: relative;
}

.triggers .input__wrapper {
    color: black;
}

.triggers select option, .triggers textarea, .triggers select {
    color: black;
}

.triggerheader .listItem__name {
    color: white;
}

.triggerheader {
    color: white;
}

.modal-backdrop.fade {
    opacity: .01;
}

.triggers .listItem__wrapper {
    background: #CCC;
}