.drop-down > a {
    color: #fff;
    font-weight: bold;
}
.drop-down {
    background-color: #ac00d5 !important;
    color: #fff !important;
    width: 160px;
    height: 40px;
    font-size: 14px;
}
div.drop-down button > a {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
    max-width: 130px;
    line-height: 30px;
}
div.drop-down button.dropdown-toggle.drop-down > span {
    display: inline;
    margin-left: 5px;
}


.drop-down:hover {
    background-color: #550168 !important;
    color: #fff;
}

.drop-down-title {
    padding: 8px !important;
    border-bottom: 1px solid #fff !important;
    background: #550168 !important;
    font-weight: bold;
}
div.drop-down > ul {
    margin: 0px !important;
    width: 160px;
    border: unset;
}
div.drop-down > ul li * {
    background-color: rgba(0,0,0,.7) !important;
    box-shadow: 0 1.5px 1px rgba(0,0,0,.3) !important;
    color: #fff !important;
}
div.drop-down > ul li a {
    width: 160px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
div.drop-down > ul li *:hover {
    background-color: rgba(0,0,0,.8) !important;
    box-shadow: 0 1.5px 1px rgba(0,0,0,.3) !important;
}


.dropdown-menu {
    padding: 0px 0 !important;
}
