#nprogress {
  pointer-events: none;
}

#nprogress .bar {
  background: #34d088;

  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;

  width: 100%;
  height: 2px;
}

#nprogress .peg {
  display: block;
  position: absolute;
  right: 0;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #34d088, 0 0 5px #34d088;
  opacity: 1.0;
  transform: rotate(3deg) translate(0px, -4px);
}

.notie-container {
  height: auto;
  left: 0;
  right: 0;
  margin: 0 auto 50px auto;
  position: fixed;
  text-align: center;
  max-width: 300px;
  z-index: 2147483647;
  box-sizing: border-box;
  -o-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
}

.notie-background-success {
  background-color: #05CC97;
}

.notie-background-warning {
  background-color: #D6A14D;
}

.notie-background-error {
  background-color: #E1715B;
}

.notie-background-info {
  background-color: #4D82D6;
}

.notie-background-neutral {
  background-color: #A0A0A0;
}

.notie-background-overlay {
  background-color: #FFFFFF;
}

.notie-textbox {
  color: #FFFFFF;
  padding: 20px;
}

.notie-textbox-inner {
  margin: 0 auto;
  max-width: 900px;
}

.notie-overlay {
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2147483646;
}

.notie-button {
  color: #FFFFFF;
  padding: 10px;
  cursor: pointer;
}

.notie-element {
  color: #FFFFFF;
  padding: 10px;
}

.notie-element-half {
  display: inline-block;
  width: 50%;
  box-sizing: border-box;
}

.notie-element-third {
  display: inline-block;
  width: 33.3333%;
  box-sizing: border-box;
}

.notie-alert {
  cursor: pointer;
}

.vtab .react-tabs__tab-list {
  display: flex;
  flex-direction: column;
  margin-right: 32px;
  border: none;
}

.vtab .react-tabs {
  display: flex;
}

.vtab .react-tabs__tab {
  border: none;
}

.vtab .react-tabs__tab.react-tabs__tab--selected {
  background: #00c68b;
  border-radius: 5px;
}
