:host{
    padding:0px;
}

.fixed-plugin {
    top: calc(50%);
}

.li-padding{
    padding-top: 0px;
    padding-bottom: 0px;
}

.li-title {
    color:#e20074;
    font-weight: bold;
}

.btn-reset{    
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    height: 31.979166px;
}

@media (max-width: 768px) and (min-width: 768px) {
    .fixed-plugin .dropdown .dropdown-menu {
        top: 82px;
    }
}