:root {
    --md-primary-fg-color: #4051b5;
}

.text-xsm { font-size: 0.75rem; } 
.aic { align-items: center !important; }
.ais { align-items:start !important; }
.jcs { justify-content: start !important; }
.jcc { justify-content: center !important; }
.jcb { justify-content: space-between !important; }
.jca { justify-content: space-around !important; }
.jce { justify-content: end !important; }
.jcse { justify-content: space-evenly !important; }
.jcb-aic { justify-content: space-between !important; align-items: center !important; }
.role-btn { cursor: pointer; }
.fc { flex-direction: column !important; }
/* .text-uppercase { text-transform: uppercase; }
.text-lowercase { text-transform: lowercase; } */
.set-vh { height: calc(100vh - 130px);}