* {
  margin: 0;
  padding: 0;
  border: 0;
}

.nvbr-btm {
  position: fixed;
  bottom: 0;
  z-index: 98;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  height: 55px;
  width: 100%;
  padding: 10px 0;
  background: #f8f7fa;
  border-top: solid 1px rgba(0, 0, 0, 0.05);
  border-radius: 10px 10px 0 0;
  box-shadow: 0 0.25rem 1.125rem rgba(75, 70, 92, 0.5);
}

.nvbr-btm button {
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 20px;
  background: transparent;
  transition: all 0.25s ease;
  outline: none;
}

.nvbr-btm button:active:not(.wallet) {
  transform: scale(1.05);
  outline: none;
  box-shadow: none;
}

.text.active-nav {
  background: #2562a8;
  opacity: 0.7;
  color: #f8f7fa;
  border-radius: 5px;
  font-size: 0.75em;
  padding: 0;
}

.nvbr-btm button a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-size: 18px;
  opacity: 0.7;
  pointer-events: none;
  transform: translateY(0px);
}

.text {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  /* height: 20px; */
  font-size: 12px;
  /*   font-weight: bold; */
  margin-top: 2px;
  /*   top: 10px; */
  font-family: Roboto, sans-serif !important;
}

.indicator {
  position: absolute;
  top: -30px;
  width: 60px;
  height: 60px;
  background: #f8f7fa;
  border-radius: 50%;
  box-shadow: 0px -0.25rem 1.125rem rgba(75, 70, 92, 0.5);
  -moz-box-shadow: 0px -0.25rem 1.125rem rgba(75, 70, 92, 0.5);
  -webkit-box-shadow: 0px -0.2rem 3px rgba(75, 70, 92, 0.25);
  -o-box-shadow: 0px -0.25rem rgba(75, 70, 92, 1);
}

.indicator::before {
  content: "";
  position: absolute;
  top: 0px;
  left: -27px;
  width: 30px;
  height: 30px;
  background: transparent;
  border-radius: 50%;
  box-shadow: 15px 18px #f8f7fa;
}

.indicator::after {
  content: "";
  position: absolute;
  top: 0px;
  right: -27px;
  width: 30px;
  height: 30px;
  background: transparent;
  border-radius: 50%;
  box-shadow: -15px 18px #f8f7fa;
}

.wallet {
  width: 45px;
  height: 45px;
  /*   color: #fff; */
  /*   border: 6px solid #fff; */
  background-image: linear-gradient(
    to bottom,
    #ff0078 0,
    #0c7bb3 100%
  ) !important;
  border-radius: 50px;
  transform: translateY(-28px);
  /* margin-top: -53px; */
}

.wallet .icon {
  align-items: center;
  text-decoration: none;
  height: 45px;
  width: 45px;
  color: #fff;
  font-size: 22px;
  margin-bottom: 7px;
}

.navbar button.plus:hover {
  transform: translateY(-4px);
}

.nvbr-btm .effect {
  position: absolute;
  width: 60px;
  height: 50px;
  border-radius: 18px;
  background: #e84c4f26;
  opacity: 0;
}
