body {
  font-family: 'Pavanam', sans-serif;
  font-size: larger;
  overflow-x: hidden;
}

a {
  color: #00B7FF;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

#dropDown{
  top: 100% !important;
}

/* #stockTable{
  display: none;
}

#adetTable{
  display: none;
} */

.first-row {
  background-color: gray;
}

#otherCategory{
  display: none;
}


.purpleBackground:hover {
  background: linear-gradient(60deg, #8e1986, #ab47bc);
  color: #fff !important;
}


#flashMessages{
  margin: 55px 15px 10px 15px;
  padding: 33px 10px 10px 10px;
}

#naturalImage{
  width: 200px;
  float: right;
  padding-top: 5px;
}

.nav.navbar-nav.nav-mobile-menu{
  display: none;
}



#cardCAtegory {
  height: 450px !important;
}

#cardCAtegorySplitFace{
  height: 520px !important;
}

#logoSideBottom{
  margin-bottom: 150px;
  position: absolute;
}

#searchBox{
  flex-wrap: nowrap;
  
}

#searchResultsDropDown{
position: absolute;
width: 100%;
}

#search-results{
  display: none;
}

#notRelative{
  position: initial;
}


span.bmd-form-group{
  display: block;
}

#cardHeader{
  margin-top: 13px;
}

#uglyBtn{
  background: none;
  padding: 0px;
  border: none;
}

.w200{
  width: 200px !important;
}

#card-header-stone{
  background-color: #sm !important;
}
#card-header-splitface{
  background-color: #dadedf !important;
}
#card-header-stone-table{
  background-color: #dadedf !important;
  border-radius: 3px;
  margin-top: -20px !important;
  padding: 15px;
  margin: 0px 15px 0;
  position: relative;
}

.bg-secondary2{
  background-color: #dadedf;
}

.bg-secondary3{
  background-color: #ffffff;
}
.bg-secondary{
  background-color: #f2f3f4 !important;

}

.list-group-item{
  font-size: larger !important;
}

.img-fluid{
  width: 100% !important;
}

#sexyToggle{
  z-index: 999 !important;
}

.dashboardImage{
  height: 80px;
  width: 80px;
  object-fit: cover;
}

tr{
  border-bottom: 2px solid white;
}

.userOptionsBtn{
  width: 50%;
}

@media screen and (max-width: 480px) {
  #logoSideBottom{
    position: initial;
    bottom: 0;
    margin-bottom: 150px;
  }
  #searchForm{
    margin-left: 5%;
    width: 90%;
  }
  #searchBox{
    width: 100%;
    padding-left: 0;
  }

  .searchDivMobile{
    width: 100% !important;
    padding-left: 0 !important;
  }
}

@media screen and (max-width: 990px) {
  .userOptionsBtn{
    width: 100%;
  }
}