.table-responsive-custom {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 1rem;
}
.pricing-list {
    min-width: 650px;
}
.border-bottom-dotted {
    border-bottom: 2px dotted #e7eaf3;
    height: 1px;
    flex-grow: 1;
}
.text-nowrap {
    white-space: nowrap !important;
}
.table-responsive-custom::-webkit-scrollbar {
    height: 6px;
}
.table-responsive-custom::-webkit-scrollbar-thumb {
    background: #3f78e0;
    border-radius: 10px;
}
.table-responsive-custom::-webkit-scrollbar-track {
    background: #f0f0f0;
}
