
 /* Set Body Background */
 .loginBG { background: #0F2027; background: -webkit-linear-gradient(to right, #2C5364, #203A43, #0F2027); background: linear-gradient(to right, #2C5364, #203A43, #0F2027); }

 /* Set Body Background */
 .dashboardBG { background: #0F2027; background: -webkit-linear-gradient(top, #0F2027, #203A43, #2C5364, #203A43, #0F2027); background: linear-gradient(to bottom, #0F2027, #203A43, #2C5364, #203A43, #0F2027); }

 /* Header & Footer Gradient */
 .gradientBar { background: #0F2027; background: -webkit-linear-gradient(to right, #0F2027, #203A43, #2C5364, #203A43, #0F2027); background: linear-gradient(to right, #0F2027, #203A43, #2C5364, #203A43, #0F2027); }

 /* Clean Site From Annoying Focus Rings  */
 *:focus { box-shadow: none !important; border-color: inherit; !important; }
 .form-control:focus { box-shadow: none !important; }

 /* Header Link Transition */
 .menuNav.nav-link { color: #C0C0C0; }
 .menuNav.nav-link.active, .menuNav.nav-link:hover { color: white; }

 /* Side Menu Transition */
 .list-group-item.active { background-color: #DEE2E6 !important; color: #000 !important; border: 1px solid #DEE2E6 !important; }

 /* Form Alert Transition */
 .alert-container { overflow: hidden; transition: height 0.5s ease-in-out; height: auto; margin-bottom: -8px !important; }
 .alert { transition: height 0.5s ease-in-out; }
