@media (max-width: 992px) and (min-width: 768px){
    #deductions .table__header .table__controls{
        flex: 1;
        margin-right: 0;
    }
    #deductions .table__header .table__search .dataTables_filter, #deductions .table__header .table__search .input-group{
        width: 100%;
    }
    #payouts .table__header .table__controls{
        flex: 1;
        margin-right: 0;
    }
    #payouts .table__header .table__search .dataTables_filter, #payouts .table__header .table__search .input-group{
        width: 100%;
    }
}
.dropdown-menu--right .dropdown-menu{
    left: unset !important;
    right: 0 !important;
}

.partner__copy-input input{
    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 0 !important;
}
.partner__copy-input .form-group:nth-child(2) .input-group-text{
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
    margin-left: -1px;
}
@media (min-width: 992px) {
    .level_some_item_rate:not(:first-child) label, .level_some_item_rate:not(:first-child) label {
        display: none;
    }
}
.table-partner-levels .d-flex span.btn-danger{
    margin-left: unset !important;
}
.table-affiliate-clients .d-flex span.btn-danger{
    margin-left: unset !important;
}
a.disabled_items_partner_level{
    text-decoration: line-through;
}
#prm_lead_activity .timeline-sm .timeline-sm-item .timeline-sm-date {
    left: -132px;
}
.tooltip {
    pointer-events: none;
}

.client_ticket_slide{
    width: 11px;
    position: fixed;
    bottom: 100px;
    right: 60px;
    font-size: 20px;
}