.text,
        .desc {
            font-size: 12px !important;
        }

        .no {
            font-size: 22px !important;
        }

        .table-wrapper {
            max-height: 400px;
            overflow-y: auto;
            display: block;
        }

        .table thead th {
            position: -webkit-sticky !important;
            position: sticky !important;
            top: 0;
            z-index: 999 !important;
            background-color: #6C757D;
        }

        .single-price {
            font-size: 12px !important;
        }

        .shadow-none {
            font-size: 13px;
        }

        /* Custom shadow for buttons */
        .btn-custom-shadow {
            border-bottom: 1px solid #a9aaaa !important;
        }

        .btn.active {
            background-color: #184083;
            color: white !important;
        }

        .pos-table-container {
            cursor: pointer !important;
        }

        .delete-button {
            border: none;
            cursor: pointer;
            border-radius: 100%;
        }

        .name {
            font-weight: 300 !important;
        }

        .no {
            font-weight: 400 !important;
        }

        .logout,
        #reload {
            cursor: pointer;
        }

        .payments {
            font-size: 16px;
        }

        .label_text {
            font-size: 17px !important;
        }

        .bill_font {
            font-size: 16px !important;
            border-radius: 5px !important;
        }

        .bill_font:read-only {
            background-color: #E9ECEF;
        }

        .modal_title {
            background-color: #184083;
            color: white !important
        }

        .btn_calator{
            font-size: 18px;
        }

        /* .is-valid {
            border-color: red !important;
        } */

        .fixed-bottom-right {
            position: fixed;
            bottom: 0;
            right: 0;
            /* width: 22.3% !important; */
            width: auto;
            z-index: 9999;
            padding: 10px;
        }

       