.nav > li > a {
    padding: 0;
}

.nav > li > a.sub-header:hover {
    background-color: transparent;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Bladeren" !important;
}

.modal-content form {
    width: 100%;
}

.disabled-element-1 {
    opacity: .2 !important;
    pointer-events: none !important;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    color: #fff;
    background: #0abb87;
}

.c-events__single__action .btn-group {
    flex-direction: row;
}

.c-events__single__action .btn-group .btn {
    flex: inherit;
    margin-right: 1rem;
}
