.modal-lg {
    max-width: 1200px;
}
.mid-block-active {
    opacity: 0.4;
    pointer-events: none;
}
.dropdown-toggle::after {
    display: none;
}

#lookup-modal > div::after {
    position: absolute;
    width: 95%;
    height: 1px;
    background: #dfdfdf;
    content: "";
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}

#lookup-modal > div:last-of-type::after {
    display:none;
}

#timeout-backdrop {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(0 0 0 / 42%);
    display: none;
}

#timeout-backdrop.show {
    display: block;

}

.modal-show {
    display: block!important;
    opacity: 1 !important;
}