.customDropdown {
    text-align: end;
    width: 130px;
    margin-left: auto;
}

.customDropdown .dropdown-toggle {
    min-width: 130px;
}

.customDropdown .dropdown-menu {
    transform: none !important;
    top: 100% !important;
    z-index: 99 !important;
    right: 0;
    width: 100%;
    min-width: unset !important;
}
