img, .img-fluid { max-width: 100%; height: auto; }
.table-responsive { overflow-x: auto; }
.btn, button, .form-control, input, select, textarea { min-height: 44px; font-size: 16px; }
.card, .modal, .navbar { word-break: break-word; }
.nav-bar-menu {
	position: fixed;
	top: 0; left: 0; width: 100vw; height: 100vh;
	z-index: 9999;
	background: #fff;
	overflow-y: auto;
}
