.bc-wrapper{
    position: relative;
}

.bc-wrapper .bc-menu{
    position: absolute;
    z-index: 1000;
    width: 100%;
    display: none;
}

.input-group .bc-wrapper .bc-menu {
    top: 38px;
}

.btn-outline-danger {
    color: #dc3545 !important;
    border: 1px solid #dc3545 !important;
    background-color: transparent;
}

.btn:hover {
    color: #fff !important;
    background-color: #dc3545;
    border-color: #dc3545;
}