body{
  color: #0E034D;
}
.header.gradient{
  background: #0E034D;
  background: linear-gradient(90deg,rgba(14, 3, 77, 1) 0%, rgba(48, 209, 227, 1) 50%, rgba(14, 3, 77, 1) 100%);
  color: #fff; 
}
.big-font{
  font-size: 46px;
  color: #0E034D;
}
.post{
  color: #0E034D;
}
.img-bordered-sm {
  border: 2px solid #6E5EA8;
  padding: 2px;
}
.post .user-block{
  margin-bottom: 9px;
}
.user-block .description{
  color: #6E5EA8;
}
.navbar{
  padding: 0;
}
ul.navmenu li{
  background: #007bff;
}
ul.navmenu li.active{
  background: #fff;
}
.navbar-light .navbar-nav .nav-link{
  color: #fff;
}
.navbar-light .navbar-nav .active > .nav-link{
  color: #007bff;
  border: 1px solid #007bff;
}
.floating-vertical-btn {
  padding: 8px;
  border-radius: 15px 15px 0 0;
  position: fixed;
  right: -40px;
  top: 18%;
  font-size: 15px;
  transform: rotate(-90deg);
  width: 125px;
  -webkit-box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.2);
  z-index: 20;
}

.card-header {
  background-color: transparent;
  border-bottom: 1px solid rgba(0,0,0,.125);
  padding: .75rem 1.25rem;
  position: relative;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
}
.user-block .username {
  font-size: 16px;
  font-weight: 600;
  margin-top: -1px;
  display: block;
}
.federal-bank{
  background-color: #0046ad;
  font-family: 'Roboto', sans-serif;
  color: #fff;
  font-size: 22px;;
}
.federal-bank h1{
  font-size: 41px;
  font-weight: 600;
  margin-bottom: 0.5rem;
  font-style: italic;
}
.yellow-line-5{
  height: 8px;
  width: 100%;
  background-color: #f8c129;
  margin-bottom: 1rem;
}
/*SIDE NAV*/

/* The side navigation menu */

.sidenav {
    height: 100%;
    width: 250px;
    position: fixed;
    z-index: 1;
    top: 0;
    left: -300px;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    z-index: 1022;
    box-shadow: 0 0 1em rgba(0, 0, 0, 0.5) !important;
}

.sidenav+.bgOverlay {
    display: none;
    z-index: 1021;
}

/* The navigation menu links */

.sidenav ul>li>a {
    padding: 0.5em 1em;
    text-decoration: none;
    font-size: 1.1em;
    color: var(--default);
    display: block;
    transition: 0.3s;
}

.sidenav ul>li [class^='fac-'] {
    font-size: 1.55em;
    vertical-align: text-bottom;
    margin-right: 0.5em;
}

/* When you mouse over the navigation links, change their color */

.sidenav li:hover {
    background: rgba(0, 0, 0, 0.4);
}



.sidenav li:hover a {
    color: var(--dark-orange) !important;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}
.bgOverlay {
    background: rgba(0, 0, 0, 0.4);
}
.bgOverlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    outline: none;
    cursor: pointer;
    z-index: 1;
}
.bg-light-red{
  background: #fce8e8;
}
