.filter-panel.dropdown-menu {
    right: 0;
}
.bulk-sm {
    display: flex;
    flex: 1;
    justify-content: space-between;
    align-items: center;
}
.bulk-canvas .wrapper {
    display: flex;
    padding: 0 20px;
    flex: 1;
    align-items: center;
}
@media only screen and (max-width: 767px) {
    .bulk-sm {
        display: flex;
        flex-direction: column;
        align-items: start;
    }
    .bulk-canvas {
        bottom: unset;
        padding: 0 10px;
    }
    .header {
        background-color: #fff;
    }
    .bulk-sm .header-2 {
        justify-content: start;
    }
    .bulk-canvas .main-button {
        margin: 0;
    }
    .bulk-sm .bulk-duration {
        white-space: nowrap;
    }
}
.createInvoice .hltooltiptext {
    display: none;
}
.createInvoice.hltooltip {
    cursor: no-drop;
}
.createInvoice.hltooltip .hltooltiptext {
    display: initial;
}
#create-invoice-form .main-button {
    margin: 0;
}
#create-invoice-form .send {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
#send-group {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.dropdown-menu li:hover {
    color: #fff;
    background-color: #00f;
}
.dropdown-menu li {
    white-space: nowrap;
}
.dropdown-menu {
    padding: 5px;
}