    .b-modal {
        .modal-dialog {
            max-width: 1530px;
        }

        .modal-head {
            position: relative;
            margin-bottom: 35px !important;

            .btn-close {
                top: -2px;
                left: 0;
            }
        }

        .modal-body {
            max-height: calc(100vh - 206px);
            overflow: auto;
            overflow-x: auto;
            overflow-x: hidden;
            padding-right: 10px;
        }

        .modal-content {
            padding: 30px;
            padding-top: 20px;
        }
    }

    .no-record {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%; /* Ensure the height fills its container */
    }
    
    .no-record-in {
        text-align: center; /* Centers the text and image horizontally */
    }
    .pagination .page-item .page-link {
        border-radius: 5px;
        color: #000; /* Change default text color */
    }
    
    .pagination .page-item.active .page-link {
        background-color: #28a745; /* Green background for active page */
        border-color: #28a745; /* Green border for active page */
    }
    
    .pagination .page-item .page-link.text-success {
        color: #28a745; /* Green arrows */
    }
    
    .pagination .page-item.disabled .page-link {
        color: #000; /* Disabled state color */
    }

    .placeholder-option {
        color: gray;
    }

    .table-responsive {
        overflow-x: auto;
        white-space: nowrap;
    }
    
    .table {
        min-width: 1500px; /* Adjust according to the number of columns */
    }
    
    .no-record {
        text-align: center;
        margin-top: 20px;
    }


    .error-text {
        color: red;
        font-size: 0.875rem;
        margin-top: 0.25rem;
      }


      