#overlay {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100vh;
    background: #e9e6e6;
    opacity: 0.44;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}
input.form-control:focus~.datepicker-icon {
    border-color: #2083fe;
}
.is-invalid~.datepicker-icon {
    border-color: #bd4242;
}
#setting-location-modal .form-switch .form-check-input {
    margin-left: -2.5em;
}
table th a.sort {
    cursor: pointer;
}
.mw-400 {
    max-width: 400px;
}
.flex-basis-100 {
    flex-basis: 100px;
}
