.border-bottom-dashed {
    border-bottom: 1px dashed #ccc;
    padding: 3px 0;
}

.border-bottom-dashed:last-child {
    border-bottom: 0;
}

.rounded-bottom-start-customer-name {
    border-radius: 0 0 0 4px !important;
}

/* Floating Scroll Button Styles */
.btn-floating {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 1050;
    border-radius: 50px;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    transition: all 0.3s ease;
}

.btn-floating:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.2);
}

.btn-floating .icon {
    margin: 0;
}

.select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered {
    padding-right: 20px !important;
}