﻿/* Orange */
/* Slightly lighter dark blue than $colordarkblue */
.main-app {
  width: 100%;
  overflow: hidden;
  position: relative; }

.app-headerEnv {
  position: absolute;
  left: 120px;
  font-weight: 700;
  font-size: 32px;
  color: #888; }

.main-container {
  height: 100vh; }

.main-section {
  padding: 6.25rem 1.875rem 3.125rem 1.875rem;
  min-height: 100vh; }

.ant-layout .ant-layout-footer {
  border-top: 1px solid #DEE2E6;
  text-align: right;
  background: transparent;
  padding: 1rem 1.5rem;
  background: transparent;
  color: #000;
  font-weight: 600;
  font-size: 0.8125rem;
  position: absolute;
  bottom: 0;
  width: 100%; }

.sidebar-nav span svg {
  font-size: 20px !important; }
