@media only screen and (min-width: 990px) {
  .bottom_nav_mobi{
    display: none;
  }
}


#bottomNav{
  z-index: 100;
  box-shadow: 100px 19px 38px rgba(0,0,0,0.30), 100px 15px 12px rgba(0,0,0,0.22);
  backdrop-filter: blur(10px);
}

* {
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
}

html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  font-size: 14px;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
}

.v-card>:last-child:not(.v-btn):not(.v-chip) {
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
}

.v-item-group.v-bottom-nav--fixed {
  position: fixed;
}

/* .v-item-group.nav-active {
bottom: 60px;
} */

.v-item-group.v-bottom-nav {
  background:rgba(0, 4, 36, 0.695);
  -webkit-transform: translateY(60px);
  transform: translateY(60px);
  box-shadow: 0 3px 14px 2px rgba(0, 0, 0, 0.789);
  display: flex;
  justify-content: center;
  left: 0;
  bottom: 0px;
  transition: all .4s cubic-bezier(.25,.8,.5,1);
  width: 100%;
}


.v-item-group.v-bottom-nav--active {
  -webkit-transform: translate(0);
  transform: translate(0);
}

.v-item-group {
  flex: 0 1 auto;
  position: relative;
  transition: .3s cubic-bezier(.25,.8,.5,1);
}

.transparent {
  background-color: transparent!important;
  border-color: transparent!important;
}

.v-item-group.v-bottom-nav .v-btn {
  background: transparent!important;
  border-radius: 0;
  box-shadow: none!important;
  flex-shrink: 1;
  font-weight: 400;
  height: 100%;
  margin: 0;
  max-width: 168px;
  min-width: 80px;
  opacity: .5;
  padding: 8px 12px 10px;
  text-transform: none;
  width: 100%;
}

.v-item-group.v-bottom-nav .v-btn--active {
  opacity: 1;
  padding-top: 6px;
}

.v-btn {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  align-items: center;
  border-radius: 2px;
  border: none;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 14px;
  font-weight: 500;
  height: 36px;
  justify-content: center;
  margin: 6px 8px;
  min-width: 88px;
  outline: 0;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  transition: .3s cubic-bezier(.25,.8,.5,1),color 1ms;
  user-select: none;
  vertical-align: middle;
}

.v-item-group>* {
  cursor: pointer;
  flex: 1 1 auto;
}

.grey--text {
  caret-color: #009688!important;
  color: #ffffff !important;
}

.v-btn:before {
  border-radius: inherit;
  color: inherit;
  content: "";
  height: 100%;
  left: 0;
  opacity: .12;
  position: absolute;
  top: 0;
  transition: .3s cubic-bezier(.25,.8,.5,1);
  width: 100%;
}

.v-btn--active:before, .v-btn:focus:before, .v-btn:hover:before {
  background-color: currentColor;
}

.v-item-group.v-bottom-nav .v-btn--active .v-btn__content {
  font-size: 14px;
}

.v-item-group.v-bottom-nav .v-btn .v-btn__content {
  flex-direction: column-reverse;
  font-size: 12px;
  white-space: nowrap;
  will-change: font-size;
}

.v-btn__content {
  align-items: center;
  border-radius: inherit;
  color: inherit;
  display: flex;
  flex: 1 0 auto;
  justify-content: center;
  margin: 0 auto;
  position: relative;
  transition: .3s cubic-bezier(.25,.8,.5,1);
  white-space: nowrap;
  width: inherit;
}

.v-item-group.v-bottom-nav .v-btn--active .v-btn__content {
  font-size: 14px;
}

.v-item-group.v-bottom-nav .v-btn .v-btn__content {
  flex-direction: column-reverse;
  font-size: 12px;
  white-space: nowrap;
  will-change: font-size;
}

.v-item-group.v-bottom-nav .v-btn .v-btn__content i.v-icon {
  color: inherit;
  margin-bottom: 4px;
  transition: all .4s cubic-bezier(.25,.8,.5,1);
}

.v-btn:not(.v-btn--disabled):not(.v-btn--floating):not(.v-btn--icon) .v-btn__content .v-icon {
  transition: none;
}

.v-item-group.v-bottom-nav .v-btn--active .v-btn__content .v-icon {
  -webkit-transform: none;
  transform: none;
}

.v-icon {
  -webkit-font-feature-settings: "liga";
  align-items: center;
  display: inline-flex;
  font-feature-settings: "liga";
  font-size: 24px;
  justify-content: center;
  line-height: 1;
  transition: .3s cubic-bezier(.25,.8,.5,1);
  vertical-align: text-bottom;
}
