input.parsley-error,select.parsley-error,textarea.parsley-error{color:#b94a48!important;margin-bottom:5px!important;border-bottom:1px solid #f44336!important;box-shadow:0 1px 0 0 #f44336!important}
.parsley-errors-list{margin:0;padding:0;list-style-type:none;font-size:.9em;line-height:.9em;opacity:0;transition:all .3s ease-in;-o-transition:all .3s ease-in;-moz-transition:all .3s ease-in;-webkit-transition:all .3s ease-in;text-align:right;color:#bc401a}
.parsley-errors-list.filled{opacity:1}
.table tr th{font-weight:700;vertical-align:bottom;text-transform:initial;white-space:wrap}
.container-xl{max-width:90%}
.modal-content{user-select:none}

/*Dashboard*/
html, body {overflow-x:hidden}
body {background:#fff}
.ribbon {top:-15px}
.card-soft {background:#fff; border:0; border-radius:1rem; box-shadow:0 .25rem .75rem rgba(0,0,0,.05)}
.card-soft.black {background:#fff}
.metric {border-radius:1rem; color:#fff; padding:1rem}
.metric.orange {background:#f89e2b}
.metric.red {background:#d93131}
.metric.green {background:#54b07a}
.metric.gray {background:#f4e9ff; border:2px solid #a465f3; color:black}
.metric.blue {background:#2b53f8}
.metric.white {background:#fff; color:#000}
.metric.brown {background:#feecec; border:2px solid #f44336; color:black}
.metric .num {font-size:2rem; font-weight:700}
.calendar th {background:#343a40; color:#fff}
.calendar td {height:70px; vertical-align:top; padding:8px; font-size:.85rem}
.legend span {display:inline-block; width:12px; height:12px; border-radius:3px; margin-right:5px}
.metric {padding:22px; border-radius:12px; transition:.3s}
.metric.activeBox {font-size:20px; font-weight:700; transform:scale(1.15); box-shadow:0 4px 20px rgba(0,0,0,.25)}

/*Ram*/
.dashboard {display:grid; grid-template-columns:repeat(3,1fr); gap:20px}
.stat-card.white {background:#fff; box-shadow:2px 2px 2px 2px #080808 !important}
.stat-card.black {box-shadow:2px 2px 2px 2px #a465f3 !important}
.stat-card.brown {box-shadow:2px 2px 2px 2px #ee0505 !important}
.stat-card.blue {box-shadow:2px 2px 2px 2px #2563eb !important}
.stat-card.yellow {box-shadow:2px 2px 2px 2px #d97706 !important}
.stat-card.green {box-shadow:2px 2px 2px 2px #0f766e !important}
.stat-card .title {font-weight:700; font-size:16px; margin-bottom:12px}
.stat-card .row {display:flex; justify-content:space-between; font-size:14px; margin-bottom:6px}
.stat-card strong {font-weight:700}
.stat-card a {color:#000}

/*marquee*/
.marquee-container {width:100%; overflow:hidden; background:#f8f9fa; padding:10px 0;}
.marquee-content {display:inline-block; white-space:nowrap; padding-left:100%; animation:marquee 30s linear infinite; font-weight:600;}
@keyframes marquee {
    0% {transform:translateX(0);}
    100% {transform:translateX(-100%);}
}
