.form-control:focus {
    color: #212529;
    background-color: #fff;
    border: 1px solid #86b7fe;
    outline: 0;
    box-shadow: none;
}
.form-select:focus {
    outline: 0;
    box-shadow: none;
    border: 1px solid #86b7fe;
}

.btn-check:focus + .btn, .btn:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: none;
}

@media (min-width: 576px) {
    .modal-dialog-scrollable
   {
        height: calc(100vh - 3.5rem);
    }
}

.small, small {
    font-size: .8125em;
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .2rem;
    outline: 0;
}

.form-select-sm {
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: .8125rem;
}

.table > :not(:last-child) > :last-child > *
 {
    border-bottom-color: rgb(215 217 219) !important;
}