.dropdown-menu{
    background: #024126;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
    top:-2px !important;
    border:0;
    padding:0;
    margin:0;
}

@media (max-width: 767.98px) {
    .btn-group .show{
        left:auto !important;
        right:-67px  !important;;
    }
}

.dropdown-menu *{
    color:#fff !important;
}

.dropdown-menu a{
    padding:3px 9px;
}


.dropdown-menu a:hover{
    background: rgba(255,255,255,0.1);
    text-decoration: none !important;
}

button.dropdown-toggle{
    cursor: pointer;
    border:0;
}

.btn-group .show,
button.dropdown-toggle:focus{
    background: #024126;
    color:#fff !important;
    box-shadow: none;
    outline: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

button.dropdown-toggle:focus svg{
    color:#fff !important;
}