/* Ogma UI Framefork Component / Layout / Version 2.0.0 */
/* Copyright 1998 - 2023 Ogma Inc. Design Department. All rights reserved */
/* stylelint-disable */


/*lending page*/

@import url(landing/landing_layout.css);





/*main page*/

html { -webkit-tap-highlight-color: rgba(0,0,0,0); touch-action: manipulation; }
html, body { width: 100%; height: 100%; margin: 0; padding: 0; box-sizing: border-box; position: relative; cursor: default; background: var(--background); overflow: hidden; color: var(--text-color);}
body { -webkit-user-select: none; display: flex; font-size: var(--text); }
.lock body, .nav_open body { overflow: hidden;  }

/* body { overflow-x: hidden; justify-content: center } */

application, view, main { display: flex; width: 100%; flex-direction: column; height: 100%; overflow: hidden; }
application, main {flex:1;}
html, body, input, button, textarea, li { font-family: var(--main-font); font-size: var(--text); font-weight: 500; text-rendering: geometricPrecision; }


