:root{
    --border-radius: 7px;
    --border-radius-btn: 7px;
    --border-radius-form: 7px;
    --border-radius-form-input: 7px;
    --border-radius-table: 10px;
    
    --height-nav: 44px;
    --width-nav: 48px;
    --header-height: 44px;

    --font-icon-family: "font-brave";
    --font-family-base: -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
    --font-family-system: -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
    --icon-pointer-left: "\E817";
    --icon-check-ok: "\e800";
    --line-tree-style: 1px dotted var(--color-line);

    --line-height: 1.35em;

    // Table Variables
    --table-border-radius: 10px;
    --table-padding-laterals: 10px;
    --icon-sorting-asc: "\E996";
    --icon-sorting-desc: "\E997";
    --icon-sorting-default: "\E998";
    --table-border-radius-row: 6px;
    --table-image-border-radius: 6px;
    --table-cell-height: 24px;
    --table-macro-head-height: 58px;
    --table-macro-head-height-mobile: 60px;
    //checkbox
    --checkbox-size: 18px;
    --checkbox-border-width: 1px;
    --checkbox-border-radius: 4px;

    // Shadows
    --shadow-alert: 0 0 7px 2px;
    --shadow-alert-card: 1px 1px 3px;

    --checkbox-padding-left: 10px;

    // Form dimensions
    --form-state-switch-width: 23px;
    --form-upload-height: 150px;
    --form-media-box-height: 110px;

    // Finder
    --finder-sidebar-width: 170px;

    // Para datatables
    --border-radius-form: 7px;
    --table-padding-laterals: 10px;
    --padding-lateral: 10px;

    --gap-space: 10px;
}