
@media (min-width: 1025px) {
    /** {*/
        /* Ensure the entire page is restricted from horizontal overflow */
        /*html, body

{
    width: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;*/ /* Force no horizontal scroll */
/*}*/

/* Reset container, row, and columns to prevent margin/padding issues */
/*.container, .row, .col {
    margin: 0;
    padding: 0;
    max-width: 100%;*/ /* Ensure the width does not exceed the screen size */
/*}*/

/* Ensure no extra space from Bootstrap containers */
/*.container {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}*/

/* Control the table and its responsiveness */
/*.table-responsive {
    overflow-x: auto;*/ /* Allow horizontal scrolling only when needed */
    /*margin: 0 auto;*/ /* Center the table */
/*}

.table {
    width: 100%;*/ /* Make the table take up 100% width */
    /*table-layout: fixed;*/ /* Prevent columns from expanding beyond width */
/*}*/

/* Prevent table cells from wrapping content and causing overflow */
/*td {
    white-space: nowrap;*/ /* Prevent text from wrapping */
    /*max-width: 100%;*/ /* Ensure cells do not exceed container width */
    /*overflow: hidden;*/ /* Hide overflowing content */
    /*text-overflow: ellipsis;*/ /* Add ellipsis (...) for long content */
/*}*/

/* Add styling for any page wrappers, if applicable */
/*.page-wrapper {
    overflow-x: hidden;*/ /* Ensure no horizontal scroll from page wrappers */
/*}

}*/
        #loginsection {
            margin-right: 200px;
            padding-left: 0px;
        }
    }

