﻿/* Orange */
/* Slightly lighter dark blue than $colordarkblue */
.ant-layout .ant-layout-sider {
  background: #fff;
  border-right: 5px solid #002266;
  color: #000;
  padding: 0;
  position: fixed;
  left: 0;
  top: 4.5rem; }

.sidebar-nav-desktop-view ul.ant-menu {
  right: 40px;
  top: 0px;
  position: fixed;
  border: 0;
  justify-content: center;
  width: 700px; }
  .sidebar-nav-desktop-view ul.ant-menu .ant-menu-item {
    font-size: 20;
    border-radius: 0;
    padding: 20px;
    height: auto;
    text-transform: uppercase;
    align-items: center;
    justify-content: center;
    padding-left: 0.125rem !important;
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
    border-bottom: 0px solid transparent !important; }
    .sidebar-nav-desktop-view ul.ant-menu .ant-menu-item a,
    .sidebar-nav-desktop-view ul.ant-menu .ant-menu-item i {
      color: #000;
      text-transform: uppercase;
      font-weight: 500; }
      .sidebar-nav-desktop-view ul.ant-menu .ant-menu-item a.active,
      .sidebar-nav-desktop-view ul.ant-menu .ant-menu-item i.active {
        font-size: 20;
        color: #31487B; }
    .sidebar-nav-desktop-view ul.ant-menu .ant-menu-item i {
      font-size: 1.125rem; }
    .sidebar-nav-desktop-view ul.ant-menu .ant-menu-item::after {
      display: none; }
    .sidebar-nav-desktop-view ul.ant-menu .ant-menu-item:hover {
      background: transparent !important;
      border-bottom: 0px solid transparent !important; }
    .sidebar-nav-desktop-view ul.ant-menu .ant-menu-item:focus, .sidebar-nav-desktop-view ul.ant-menu .ant-menu-item:active {
      background-color: transparent !important; }
    .sidebar-nav-desktop-view ul.ant-menu .ant-menu-item .ant-menu-title-content {
      margin: 0;
      align-items: center;
      justify-content: center;
      background: transparent;
      opacity: 1;
      min-width: 2.5rem; }
    .sidebar-nav-desktop-view ul.ant-menu .ant-menu-item.menu-active {
      font-weight: 500; }
      .sidebar-nav-desktop-view ul.ant-menu .ant-menu-item.menu-active .ant-menu-title-content {
        padding-bottom: 3px;
        border-bottom: 3px solid #31487B; }

.ant-menu-light .ant-menu-item-selected {
  background-color: transparent; }

.ant-menu-light > .ant-menu .ant-menu-item-selected {
  background-color: transparent; }
