.topTabNew:hover {
  color: rgba(255, 255, 255, 0.5);
}

.topTabNew.selected {
  color: #38bfa1;
}

.topTabNew.request {
  border-color: rgba(255, 255, 255, 0.5);
  color: white;
}
.topTabNew.request:hover {
  background-color: rgba(255, 255, 255, 0.5);
}

.headerNavNew {
  background: #0d101b;
  color: white;
}

.fixedNav .topTabNew {
  color: #ffffff;
}

.fixedNav .topTabNew:hover {
  color: white;
}

.fixedNav .topTabNew.selected {
  color: #38bfa1;
}

.fixedNav .topTabNew.request {
  border: 2px solid white;
  background: linear-gradient(-45deg, #0ccfe4 0%, #3391ed 57%, #8c54ff 100%);
  color: white;
}
.fixedNav .topTabNew.request:hover {
  color: white;
  background-color: white;
}

.headerNewNN {
  border-bottom-color: rgba(0, 0, 0, 0.25) !important;
}
