.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;
}
