/*
 * This is a manifest file that'll be compiled into application.css.
 *
 * With Propshaft, assets are served efficiently without preprocessing steps. You can still include
 * application-wide styles in this file, but keep in mind that CSS precedence will follow the standard
 * cascading order, meaning styles declared later in the document or manifest will override earlier ones,
 * depending on specificity.
 *
 * Consider organizing styles into separate files for maintainability.
 */


 /****************************************************************
* Custom CSS for Abacus
*****************************************************************/
.input-integer { max-width: 5rem; }
.input-small { max-width: 10rem; }
.input-medium { max-width: 40rem; }

.label-sm { display: inline-block; width: 15rem; }
.label-short{ display:inline-block; width: 20rem; }
.label-long{ display:inline-block; width: 40rem; }



.input_form {
    margin: 25px 10px 20px 30px;
}

/* Additional padding classes to Utility css*/
.pis-24 { padding-inline-start: var(--size-24); }


/* Additional text size */
.text-1xl { font-size: 1rem; }



