.select2-container {
    width: 100% !important;
}

.required {
    color: red
}

.dropdown-item:hover,
.dropdown-item:focus {
    color: #65A6D7 !important;
    background-color: #EEF6FB !important;
}

.job-title-search {
    z-index: 10;
    background: white;
    width: 98%;
}

.list-group-item.active {
    background-color: #65A6D7;
    color: white;
    border-color: #65A6D7;
}
.blurred {
    filter: blur(5px);
    pointer-events: none;
}