.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    content: "";
}

.dynamic-emails-message {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: none;
    background-color: #FEF2E6 !important;
    color: #C37D49;
    /*wrap select text*/
    max-width: 100%;
    white-space: normal;
    /* For Firefox: hide text that can't wrap with an ellipsis*/
    text-overflow: ellipsis;
}

.hidden-label {
    display: none;
}

.custom-file-input {
    margin-top: 10px;
}

.custom-file-label:after {
    height: 100%;
    display: flex;
    align-items: center;
}

.custom-file-label {
    height: 50px;
    font-size: 1.4rem;
    margin-top: 27px;
    margin-left: 5px;
    margin-right: 5px;
    padding-top: 12px;
}

.file-upload-controls {
    height: 100px;
}

.text-info-new {
    color: #A84700;
}
