.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 98;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #3f4254;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 0 solid rgba(0, 0, 0, 0.15);
    border-radius: 0rem;
    -webkit-box-shadow: 0 0 50px 0 rgba(82, 63, 105, 0.15);
    box-shadow: 0 0 50px 0 rgba(82, 63, 105, 0.15);
}

.bootstrap-select.form-control {
    margin-bottom: 0;
    padding: 0;
    border: none;
    height: auto;
    margin-bottom: 0.8rem;
}

.form-control:focus {
    color: #3f4254;
    background-color: #fff;
    border-color: #69b3ff;
    outline: none;
}

.bootstrap-select > .dropdown-toggle {
    position: relative;
    outline: 0 !important;
    padding: 0.65rem 1rem;
    border-radius: 0rem;
}

.bootstrap-select > .dropdown-toggle.btn-light,
.bootstrap-select > .dropdown-toggle.btn-secondary {
    background: #f9f9f9!important;
    color: #000;
    /* border-color: var(--grey-primary) !important; */
    box-shadow: none;
}