﻿body#page-menu{
  color:#fff ;
}
.top-menu{
  background: rgba(255, 255, 255, .1) !important;
  color:#fff !important;
  font-size:normal !important;
  border-radius:15px !important;
}
.topmenu-btn-menu{
  border:1px solid transparent !important;
  border-radius:inherit !important;
  background-color:#0a1f3d !important;
}
.menu-item h5{
  font-size:.8rem !important;
  color:#fff !important;
}
.text-overlay * {
  color:#fff;
}
.menu-item img{
  min-width:3rem !important;
}
.menu-item{
  background: rgba(255, 255, 255, .1) !important;
  border-radius:15px !important;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.content-main{
  background-color:rgba(255,255,255,.1) !important;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: none;
}