.uvukov_dev {
    z-index: 10000;
    position: fixed;
    width: 165px;
    height: 20px;
    font-family: "Lucida Console", "Courier New", monospace;
    font-size: .9rem;
}
.mail_to {
    bottom: 80px;
    width: 280px;
    background-color: rgb(101, 227, 231, .5);
}

.app_debug {
    bottom: 60px;
    background-color: rgb(101, 227, 231, .5);
}
  
.environment {
    bottom:40px;
    background-color: rgb(43, 187, 3, .5);
    &.env-local{
      &:before {
         content: "local";
      }
    }
    &.env-development{
        &:before {
           content: "development";
        }
      }
    &.env-staging {
      &:before {
         content: "staging";
      }
    }
}
  
.mail_setting {
    bottom: 20px;
    background-color: rgb(239, 213, 11, .5);
}
  
.maintenance {
    bottom: 0;
    height: 20px;
    background-color: rgb(187, 33, 3, .5);
  
    &.maintenance_, &.maintenance_0 {
      display: none;
      // &:before {
      //    content: "off";
      // }
    }
    
    &.maintenance_1 {
      display: block;
      &:before {
         content: "Maintenance ON";
      }
    }
}
  