/* Candidate Search Jobs Styles */
.input-group .nice-select {
    flex: 1 1 auto;
    width: 1%;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    height: 46px;
    line-height: 44px;
    margin-left: -1px;
}

/* View More Modal overlay */
#viewMoreModal {
    background-color: rgba(0, 0, 0, 0.55) !important;
}
#viewMoreModal .modal-content {
    background: #ffffff !important;
}
#viewMoreModal .form-check-input {
    width: 1.15em;
    height: 1.15em;
    cursor: pointer;
}
#viewMoreModal .form-check-label {
    cursor: pointer;
    user-select: none;
}
