html,
body {
  height: 100%;
  overflow: hidden;
}

body {
  background-color: #2d2d2d !important;
  font-family: 'Poppins', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Styles for main container */
.main_container {
  height: 100%;
  min-height: 100%;
  padding: 15px;
}

.mainprodcont {
  padding-top: 1.2rem;
}

.mainprodcont.overflow-auto {
  z-index: 10
}

/* STYLES FOR MAIN NAVBAR */
.bg-dark {
  background-color: #393939 !important;
}

.navbar {
  border-radius: 15px;
  padding: 15px 10px;
}

.navbar-nav {
  padding: 0px;
  margin: 0px;
  padding-top: 0.7rem;
}

div.nav-item>a {
  font-size: 0.9rem;
}

.custom_underline {
  display: inline-block;
  border-bottom: 2px solid black;
  border-bottom-color: #a1a700;
  padding-bottom: 2px;
}

/* Clients name */
.navbar-brand h3 {
  color: white;
  font-weight: 400;
  margin: 0px;
  padding: 0px;
}

.navbar-toggler-icon {
  width: 1.4rem;
  height: 1.4rem;
}

/* extra padding to text underline for active link*/
a.nav-tabs.active:after {
  content: '';
  height: 2px;
  background: #909500;
  display: block;
}

.mobilemain {
  height: 100%;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  background-color: transparent;
  border-bottom: none;
  outline: none !important;
  border: none !important;
  -webkit-transition: none;
  transition: none;
}

.nav-tabs {
  border: none !important;
  outline: none !important;
  color: #7B7B7B !important;
}

.nav-tabs>a {
  color: #7B7B7B;
  font-size: 0.9rem;
  border-bottom: 2px solid transparent;
}

.nav-tabs .nav-link {
  border: none !important;
  height: 26px;
}

.nav-link {
  padding-top: 0rem;
  padding-bottom: 0.3rem;
}

.nav-tabs .nav-link.active {
  border-bottom: 2px solid #a1a700 !important;
  color: white;
}

.totalmenu {
  color: white;
  background-color: #262626;
  border-radius: 15px;
  font-size: 0.8rem;
  font-weight: 600;
  padding: 15px 15px;
  height: 50px;
  margin-top: 15px;
}

.tabsbuttontext {
  margin: 0rem 0.5rem;
  text-align: center;
}

.tabsbuttontext p {
  font-size: 0.8rem;
  width: 55px;
  margin: 0px;
  color: #7B7B7B;
}

.btn-outline-secondary {
  width: 42px;
  height: 37px;
  border-radius: 10px;
  background-color: #393939;
}

.productinfo {
  padding-right: 20px;
}

.tabproductinfo {
  padding-right: 20px;
}

.productcont {
  padding-top: 1rem;
  padding-right: 30px;
  border-bottom: 1px solid #373737;
}

.productcont:nth-child(1) {
  padding-top: 0px;
}

.productname {
  color: white;
  font-size: 0.9rem;
}

.producttype {
  color: #7B7B7B;
  font-size: 0.8rem;
}

.tabproductname {
  color: white;
  font-size: 0.9rem;
}

.tabproducttype {
  color: #7B7B7B;
  font-size: 0.8rem;
}

.buttongroup {
  min-width: 135px;
}

/* mytabs mobile buttongroup width */
.width2 {
  min-width: 155px;
}

.tab-content-mytabs>div>div>div.buttongroup.d-flex.flex-column>div {
  margin-bottom: 1rem;
}

/* MENU button width */
.byglass,
.bybottle {
  width: 45px;
}

.bybottle {
  margin-left: 45px;
}

.labels {
  font-size: 0.8rem;
  color: #7B7B7B !important;
}

.byglasslabel {
  width: 80px;
  margin-right: 10px;
}

.bybottlelabel {
  width: 80px;
  white-space: nowrap;
  margin-right: 5px;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #262626;
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #393939;
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.menutablabel {
  color: #7B7B7B;
  font-size: 0.8rem;
  padding-top: 0.4rem;
}

#nav-home>div>div.buttongroup.d-flex.flex-column>div>div:nth-child(2) {
  margin-left: 2rem;
}

/* Searchbar */
.form-control {
  border-radius: 0px 20px 20px 0px;
  background-color: #262626;
  font-size: 0.8rem;
  border-left: none;
  border: none;
  padding-left: 1px !important;
}

.input-group-text {
  border-radius: 20px 0px 0px 20px;
  border: none;
  color: #393939;
  background-color: #262626;
  border-right: none;
}

.form-control::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #7B7B7B;
  opacity: 1;
  /* Firefox */
}

.form-control:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #7B7B7B;
  opacity: 1;
  /* Firefox */
}

.form-control::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #7B7B7B;
  opacity: 1;
  /* Firefox */
}

.form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #7B7B7B;
}

.form-control::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #7B7B7B;
}

.form-control:focus {
  background-color: #262626;
  color: white;
  font-size: 0.8rem;
}

::-webkit-input-placeholder {
  font-size: 0.8rem !important;
  font-weight: 400;
}

:-ms-input-placeholder {
  font-size: 0.8rem !important;
  font-weight: 400;
}

::placeholder {
  font-size: 0.8rem !important;
  font-weight: 400;
}

.tab-content-menu,
.tab-content-mytabs {
  display: none;
  position: relative;
}

.sidenav {
  background-color: #262626;
  border-radius: 14px;
  width: 50px;
  overflow: hidden;
  margin: 0px;
  margin-left: 40px;
  margin-right: 0px;
  min-height: 55%;
}

.sidenav>div>a {
  margin: 0 auto;
  font-size: 0.8rem;
  color: #7B7B7B !important;
  padding-top: 75px;
  padding-bottom: 75px;
  padding-left: 15px;
}

.sidenav>div>a.active {
  color: #A1A700 !important;
}

.text-rotation {
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
}

hr {
  width: 100%;
  line-height: 1px;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0px;
  margin: 0px;
}

#nav-tab2 {
  overflow: hidden;
  white-space: nowrap;
}





/* ----event Styles START----  */
/* ----event Styles START----  */
/* ----event Styles START----  */


.eventItemtemplate {
  border-bottom: 2px solid #373737;
}

.eventDate, .eventTime {
  color: #a1a700 !important;
}

.eventTime {
  font-size: 0.9rem;
}

.eventContent {
  color: #7B7B7B !important;
  font-size: 0.9rem;
}

.eventIcon {
  max-width: 45px;
  padding-top: 5px;
}


.eventSearch {
  border-bottom: 2px solid #373737;
}

#eventSearch {
  background-color: transparent !important;
}

::-moz-placeholder {
  font-weight: bold;
  font-size: 1rem !important;
}

.input-group-text {
  background-color: transparent !important;
  font-weight: bold !important;
  padding-left: 10px;
  padding-right: 10px;
  color: #7B7B7B !important;
}



.addEventbutton{
  background-color: #ffffff !important;
  width: 47px;
  padding: 10px;
  border-radius: 10px;
  opacity: 0.33 !important;
}


.cardbody{
  text-color: #7B7B7B !important;
}

.card{
  border:none;
}




@media (min-width: 768px) {

  .eventTime {
    font-size: 1rem;
    font-weight: bold;
  }

  .eventIcon {
    width: 70px;
    padding-top: 0px;
  }

  .addEventbutton{
    margin: 40px;
  }
}

@media (min-width: 992px) {
  .main_container {
    margin: 0 auto !important;
  }

  .eventIcon {
    width: 60px;
    padding-top: 0px;
  }
  .addEventbutton{
    margin: 80px;
  }
}

/* ----event Styles END ----  */
/* ----event Styles END ----  */
/* ----event Styles END ----  */







/* ----wine list START ----  */
/* ----wine list START ----  */
/* ----wine list START ----  */

.wineListcategory{
  padding-bottom: 5px;

  margin-top: 10px;
  border-bottom: 1px solid #7B7B7B !important;

}
.categoryName{
  color: #A1A700;
  }
.dropdown_icon{
  width: 20px;
}
.priceContainer{
color:#7B7B7B;
min-width: 70px;
}

.item > p{
margin-bottom: 0rem;
 }

.categoryList{
  padding-bottom: 25px;
}

.grupp{
  padding-bottom: 15px;
  padding-top: 15px;
}

@media (min-width: 768px){
  .categoryList{
    padding-bottom: 10px;
  }
}

/* ----wine list END ----  */
/* ----wine list END ----  */
/* ----wine list END ----  */





/* ----MEDIA QUERIES----  */
/* ----MEDIA QUERIES----  */
/* ----MEDIA QUERIES----  */
@media (min-width: 576px) {}

@media (min-width: 768px) {
  .bg-dark {
    background-color: transparent !important;
  }

  .buttongroup {
    min-width: 170px;
    margin-right: 50px;
  }

  .byglass,
  .bybottle {
    width: 55px;
  }

  .btn-outline-secondary {
    width: 55px;
    height: 45px;
  }

  a.btn-outline-secondary {
    padding: 0.65rem 0.75rem !important;
  }

  .tab-content-mytabs>div>div>div.buttongroup.d-flex.flex-column>div {
    margin-bottom: 1.4rem !important;
  }

  .tabsbuttontext {
    margin: 0rem 0.5rem;
    margin-top: 3px;
  }

  .labels {
    padding-right: 150px;
  }

  .bybottlelabel {
    margin-left: 30px;
  }

  .mainprodcont {
    padding-top: 3rem;
  }

  .navbar {
    padding-bottom: 2rem !important;
  }

  .totalmenu {
    margin-top: 3rem;
  }
}

form.hide-submit input[type="submit"] {
  display: none;
}

@media (min-width: 992px) {}

@media (min-width: 1200px) {}
