a { text-decoration:none !important; }

.h7, h7 { font-size: 0.75rem; }


/* Container */
.container-fluid { width:800px; }
.adminuiux-wrap { width:800px; margin:0px auto; padding:10px; max-width:100%; }

/* Header */
.adminuiux-header { background-color:#fff;}
.fixed-bottom, .fixed-top { position:relative; }

/* Main */
.adminuiux-content { padding-left:0px !important; padding-top:0px !important; }


/* Footer */
.adminuiux-mobile-footer { margin:0px !important; }



/* badge */
.form-control, .form-select { border-radius: 0px !important; }
.btn, .card { border-radius: 0px !important; }
.card-body { border:1px solid #a8a8a8; }

.item-table { font-size:0.75rem; }
.item-table td {padding:0px 10px; }
.item-table td.title { color:grey; }

.page-nav { width:100%; padding:15px; }

.text-right { text-align:right !important; }
.text-left { text-align:left !important; }
.text-center { text-align:center !important; }

.roundedui {
    --bs-border-radius-lg: 0.75rem;
    --bs-border-radius: 0.75rem;
    --bs-border-radius-sm: 0.75rem;
}

.note { font-size:12px; color:deeppink; }