.toggler-wrap {
  background-color: transparent; }
  .toggler-wrap > i {
    color: var(--text-color-default);
    font-size: 40px; }

#navigationMobile .nav-bread {
  font-weight: 600; }
#navigationMobile .nav-link {
  font-weight: normal;
  font-style: normal;
  color: var(--text-color-default);
  padding-left: 20px;
  font-weight: 600; }
#navigationMobile .navBackWrap {
  height: 80px;
  background-color: #657a8c; }
#navigationMobile .navbar {
  background-color: var(--bg-color-2);
  padding-bottom: 60px; }
#navigationMobile .navbar-nav {
  padding-top: 30px; }
#navigationMobile .logout-wrap {
  background-color: #657a8c;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin-bottom: 0; }
  #navigationMobile .logout-wrap .nav-link {
    color: var(--text-color-default);
    width: auto;
    height: 60px; }
#navigationMobile .navbar-nav .subnavigation .subnavigation-toggle:after {
  color: var(--text-color-default); }
#navigationMobile .navbar-nav .subnavigation-menu .nav-item {
  height: 40px; }
#navigationMobile .navbar-nav .subnavigation-menu .nav-link {
  line-height: 35px; }
