.ui-helper-hidden-accessible {
    display: none !important;
    visibility: hidden !important;
}

.ui-autocomplete {
    position: absolute;
    z-index: 1000;
    cursor: default;
    max-height: 150px;
    overflow-y: auto;
    overflow-x: hidden;
    border: 1px solid #ccc;
    background-color: #fff;
}

.ui-menu-item {
    padding: 8px;
    display: block;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.ui-menu-item:hover {
    background-color: #f5f5f5;
}

.ui-menu-item-custom {
    color: #007bff;
    background-color: #f8f9fa;
}

/************************* for the pop  *******************************/
.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}

.modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fefefe;
    padding: 20px;
    border: 1px solid #888;
    border-radius: 5px;
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.flatpickr-day.selected {
    background-color: #3498db;
    color: #fff;
}

.breadcrumb>li+li:before {
    content: none !important;
}

.hidden {
    display: none;
}