body {
  background-color: #ffffff !important;
}

.dashboard-bg {
  /* background-image: url("./../../../assets/img/bg/test.png"); */
}


/*  -------------------------------------- BOTTONI GENERALI ------------------------------------ */

.ui-btn-purple {
  color: #ffffff !important;
  border: 1px solid #b43866 !important;
  background-color: #b43866 !important;
  font-weight: 500 !important;
  font-size: 14px !important;
}

.ui-btn-white, .ui-btn-black {
  color: #404452 !important;
  border: 1px solid rgb(64 68 82 / 50%)!important;
  /* box-shadow: rgb(0 0 0 / 0%) 0px 0px 0px 0px, rgb(0 0 0 / 0%) 0px 0px 0px 0px, rgb(0 0 0 / 12%) 0px 1px 1px 0px, rgb(64 68 82 / 16%) 0px 0px 0px 1px; */
  background-color: #ffffff !important;
  font-size: 14px !important;
  transition: 0.5s all;
}

.ui-btn-white, .ui-btn-white > a {
  color: #404452 !important;
  transition: 0.5s all;
}

.ui-btn-white > i {
  /*vertical-align: middle;*/
}

.ui-btn-black-selected {
  background-color: #212121 !important;
  color: #FFFFFF !important;
  border-color: #212121 !important;
  font-weight: 500 !important;
  font-size: 14px !important;
}

.btn-primary {
  background-color: #212121 !important;
  color: #FFFFFF !important;
  border-color: #212121 !important;
  font-size: 14px !important;
}

.btn-primary > a {
  color: #FFFFFF;
}

.btn-primary:hover {
  background-color: #FFFFFF !important;
  color: #212121 !important;
  border-color: #212121 !important;
}

/* .ui-btn-black > a {
  color: #FFFFFF;
}

.ui-btn-black:hover {
  background-color: #FFFFFF !important;
  color: #000000 !important;
  border: 1px solid #212121 !important;
}

.ui-btn-black:hover > a, .ui-btn-black > a:hover {
  color: #000000;
} */

.ui-btn-purple:focus,
.ui-btn-black:focus {
  box-shadow: none !important;
}

.ui-btn-table {
  font-size: 8px !important;
  margin: 0 !important;
}


/* .ui-btn-white:hover, .ui-btn-white:focus {
  box-shadow: 
    rgb(0 0 0 / 0%) 0px 0px 0px 0px, 
    rgb(0 0 0 / 0%) 0px 0px 0px 0px, 
    rgb(0 0 0 / 12%) 0px 1px 1px 0px, 
    rgb(64 68 82 / 16%) 0px 0px 0px 1px, 
    rgb(0 0 0 / 0%) 0px 0px 0px 0px, 
    rgb(0 0 0 / 0%) 0px 0px 0px 0px, 
    rgb(64 68 82 / 8%) 0px 2px 5px 0px !important;
} */

.ui-btn-white:hover > a, .ui-btn-white:hover, .ui-btn-black:hover > a , .ui-btn-black:hover {
  color: #000000 !important;
}

.ui-btn-purple:disabled, .ui-btn-white:disabled, .ui-btn-black:disabled {
  cursor: not-allowed;
}

.ui-btn-pricing-selected {
  background-color: #FFFFFF !important;
  color: #b43866 !important;;
}



.holder{
  background: #fff;
  box-shadow: 1px 20px 12px -15px rgba(0,0,0,0.2);
  padding: 40px 15px;
  text-align: center;
  border: 1px solid rgba(0,0,0,0.05);
  transition:0.5s ease;
}

.holder .price p{
  color:#f36233;
  margin-bottom:25px;    
}

.holder .info p{
  margin-bottom:15px;
  color:#242526;
  font-weight:14px;
}

.holder.active{
  background:#f36233;
}

.holder.active .hdng p,
.holder.active .price p,
.holder.active .info p{
  color:#fff;
}

.holder.active .readon{
  background:#fff;
  color:#b43866!important;
}

.tabsBtnHolder ul{
  float:left;
  display:block;
  width:100%;
  max-width:326px;   
  border-radius:1.6666666667rem;
  margin:0px auto;
  margin-bottom:40px; 
  background:#b43866;
  text-align:center;
  position:relative;
  padding-left: 0;
  list-style: none;
}

.tabsBtnHolder ul li{
  float:left;
  width:calc(100% / 2);
  transition:0.4s ease;
  cursor: pointer;
}

.tabsBtnHolder ul li p{
  color:#fff;
  z-index:10;
  position:relative;
  cursor:pointer;
  margin: 0;
}

.tabsBtnHolder ul li p.active{
  color: #b43866;
}

.tabsBtnHolder ul li.indicator{
  position: absolute;
  top: 50%;
  background: #fff;
  height: calc(100% - 4px);
  transform: translateY(-50%);
  border-radius: 1.5333333333rem;
  width: 161px;
  z-index:9
}

.inner{
  width:100%;
  float:left;
  position:relative;
}

.indicator-year {
  left: 2px;
}

.indicator-month {
  left: 163px;
}

.year-price {
  color: #a7a7a7;
}

/* -------------------------------------------------------------------------------------------- */




/* --- MOSTRA-NASCONDI BOTTONI TABELLA ON HOVER --- */

.datatable-row-center:hover {
  cursor: pointer;
}

.datatable-row-center button, .datatable-row-center a.ui-table-add {
  display: none !important;
}

.datatable-row-center:hover button, .datatable-row-center:hover a.ui-table-add {
  display: block !important;
}

/* ----------------------------------------------- */


/* --- MOSTRA-NASCONDI BOTTONI LISTA DEGUSTAZIONI --- */


.card-dish-info.ui-border:hover {
  cursor: pointer;
}

.card-dish-info.ui-border a {
  display: none !important;
}

.card-dish-info.ui-border:hover a {
  display: block !important;
}

/* ----------------------------------------------- */


/* ------------- FOOTER TABELLA CELLAR -----------*/

.datatable-footer {
  background-color: #FFFFFF !important;
}

.page-count {
  color: #404452 !important;
}

.pages.active > a, .pages:hover > a {
  background-color: #b43866 !important;
  color: #FFFFFF !important;
  transition: 0.25s all;
}

.pager > li > a {
  color: #404452 !important;
  background-color: #FFFFFF !important;
}

.pager > li.disabled > a {
  color: #c3c7ca !important;
}

/* ---------------------------------------------- */




/*  ----------------- LABEL ---------------*/

label {
  color: #000000 !important;
  text-transform: none !important;
  letter-spacing: 0px !important;
  font-size: 1rem !important;
}

/* ------------------------------------ */



/* ----------- BOX RIEPILOGO CELLAR -----------*/


.ui-purple-box-border {
  border: 1px solid #c3c7ca !important;
  border-top: 5px solid #b43866 !important;
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
  border-radius: 0.25rem;
  box-shadow: none !important;
}

.ui-gray-box-border {
  border: 1px solid #ebeef1 !important;
  border-radius: 0.25rem;
  box-shadow: none !important;
}

.ui-pricing-box {
  border: 1px solid #d4d4d4 !important;
  border-radius: 0.25rem;
  box-shadow: none !important;
}

/* --------------------------------------------- */


.ui-no-shadow, 
.app-sidebar .navigation > li.active > a, 
.off-canvas-sidebar .navigation > li.active > a,
.wrapper.menu-collapsed .app-sidebar:not(:hover) .navigation li.nav-collapsed-open > a {
  box-shadow: none !important;
}

.ui-form-control, .ui-custom-select {
  font-size: 14px !important;
  height: auto !important;
}

.ui-custom-select-modal {
  font-size: 14px !important;
  height: 2.2rem !important;
}

.fix-margin-left {
  margin-left: -5px;
}


.fix-margin-right {
  margin-right: 5px;
} 

.navigation > li >a {
  padding: 0.1rem !important;
}

ul.menu-content > li.active.is-shown > a, ul.menu-content > li.is-shown > a {
  padding: 0.1rem 0.1rem 0.1rem 70px !important;
}

.app-sidebar .navigation li.has-sub > a:after {
  top: 0px !important;
}

ul.navigation > li.active > a, .navigation > .has-sub.nav-collapsed-open > a, ul.menu-content > li.active.is-shown > a {
  background-image: none !important;
  background-color: #b43866 !important;
  color: #FFFFFF !important;
}

.navigation > .active > a > i, .navigation > .active.has-sub > a > i, .navigation > .has-sub.nav-collapsed-open > a > i{
  color: #FFFFFF !important;
  margin-left: 8px !important;
}

.ngx-datatable.bootstrap .datatable-body .datatable-body-row .datatable-body-cell {
  padding: 0.2rem !important;
  display: flex !important;
  height: 100%;
  /* justify-content: center !important; */
  align-items: center !important;
}

.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell {
  display: flex !important;
  align-items: center !important;
  padding: 0.2rem !important;
}

.img-table-container, .qta-table-container {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

.navbar {
  display: flex;
  align-items: center;
  height: 40px;
  padding-left: 40px;
  padding-right: 40px;
  padding: 1.8rem 1.5rem !important;
  box-shadow: none !important;
  border-bottom: 1px solid #eeeeee !important;
}

.navbar-button {
  border-radius: 40px;
  display: inline-block;
  padding: 0px 25px;
}

.navbar-button > span {
  color: white;
  font-weight: 500;
  text-align: center;
  display: inline-flex;
  padding: 2px 10px;
}

.navbar-line {
  margin-top:0.5rem;
  padding-left: 40px;
  padding-right: 40px;
}

.bg-tasto-light{
  background-color: #b43866 !important;
  cursor: pointer;
}

.bg-tasto-dark > span {
  color: #000000 !important;
  cursor: pointer;
} 

.ui-title {
  font-weight: 700;
  line-height: 32px;
  font-size: 28px;
  color: #1a1b25;
}

.ui-title-secondary {
  font-weight: 700;
  line-height: 26px;
  font-size: 20px;
  color: #1a1b25;
}

.ui-border {
  border-bottom: 1px solid #eeeeee;
}

.tab-content {
  padding-bottom: 0 !important;
}

.table-custom > thead > tr >th {
  border-top: 0 !important;
}

.ui-margin-top {
  margin-top: 1rem !important;
}

.ui-margin-bottom {
  margin-bottom: 1rem !important;
}

.switch.switch-medium.checked, .switch.switch-small.checked {
  background-color: rgb(180 56 102) !important;
}

.ui-absolute {
  position: absolute !important;
  bottom: 0 !important;
}

.ui-gray-text {
  color: #a9adb1 !important;
  cursor: not-allowed !important;
}

.ui-link {
  color: #b43866 !important;
}

.datatable-row-center.datatable-row-group {
  background-color: #FFFFFF;
}

.datatable-row-center.datatable-row-group:hover {
  background-color: #f4f5fa
}

/* .modal-body {
  background-color: #f6f8fa !important;
} */

.modal-content {
  border: 0 !important;
}

.ui-width {
  max-width: 750px;
}

.ui-password-icon {
  position: absolute;
  top: 45px;
  right: 35px;
  cursor: pointer;
}

.form-control {
  font-size: 14px !important;
}

.datatable-body-cell-label {
  font-size: 16px !important;
}

.app-sidebar .navigation li.active {
  color: #fff !important;
  box-shadow: none !important;/* 
  background-color: #b43866 !important; */
}

.navigation li.active a {
  background-color: #b43866 !important;
  box-shadow: none !important;
}

.label-control {
  font-weight: 100;
}

.app-sidebar .logo, .off-canvas-sidebar .logo {
  padding: 5px 15px 5px 10px !important;
  border-right: 0;
}

.app-sidebar, .off-canvas-sidebar {
  border-right: 0;
}

.app-sidebar .sidebar-content, .off-canvas-sidebar .sidebar-content {
  border-right: 1px solid #eeeeee !important;
}

.main-panel {
  padding-top: 85px !important;
  margin-top: 0 !important;
  min-height: 100% !important;
}

.main-content {
  min-height: calc(100% - 30px) !important;
}

.ui-container-alert {
  width: 60% !important;
  display: flex;
  justify-content: flex-end;
}

.navbar-header {
  padding-left: 0 !important;
}

.ui-container-buttons {
  width: 25% !important;
  justify-content: flex-end !important;
  display: flex;
}

.page-item.active > a {
  background-color: #b43866 !important;
  border: none !important;
  height: 22px;
  min-width: 24px;
  line-height: 22px;
  padding: 0;
  border-radius: 3px;
  margin-top: 7px;
  text-align: center;
  font-weight: bold;
}

.page-item.disabled > a {
  background-color: #ffffff !important;
  border: none !important;
}

.navbar-container-mobile {
  top: 77px;
  right: 20px;
  position: absolute;
  z-index: 4;
  background: white;
  border-radius: .25rem;
  border: 1px solid #eeeeee;
  text-align: center;
}

.ui-alert {
  display: inline-flex;
}

.content-sub-header {
  margin-top: 0.375rem !important;
  color: #000000 !important;
  font-family: "Open+Sans", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
  font-size: 1rem !important;
  font-weight: normal;
}

.clickable {
  cursor: pointer;
}


.ui-dropdown-link {
  border-radius: 0;
  margin-bottom: 0;
  border: none !important;
  width: 100%;
  color: #404452;
  font-size: 14px !important;
}

.ui-dropdown-link:hover {
  background-color: #f4f5fa !important;
  color: #404452 !important;
}

.dropdown-toggle::after {
  vertical-align: middle !important;
}

.page-link {
  border: none !important;
}

.page-link:hover {
  background-color: transparent !important;
}

.page-link:focus {
  transform: none !important;
}

.ui-disabled-background {
  background: repeating-linear-gradient( 45deg, #eeeeee, #eeeeee 10px, #e5e5e5 10px, #d4d4d4 20px );
}

.prop-checkbox {
  margin-right: 0.4em;
}

.allergens-header {
  padding-bottom: 1.5rem;
  border-bottom: none;
  background-color: transparent;
  margin-bottom: 0;
}

.allergens-body {
  height: auto;
  display: block;
  padding: 0 2.5rem !important;
  flex: 1 1 auto;
}

.ui-announcements-modal {
  border-top: 35px solid #852f61 !important;
  border-left: 20px solid #852f61 !important;
  border-right: 20px solid #852f61 !important;
  border-bottom: 20px solid #852f61 !important;
}

.ui-triangle-down {
  width: 0;
  position: absolute;
  top: 50px;
  left: 71px;
  z-index: 1;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 20px solid #898a92;
}

.ui-rectangle {
	height: 50px;
  width: 60px;
  position: absolute;
	top: 0;
  left: 71px;
  z-index: 1;
	background-color: #898a92;
}

.ui-announcements-modal-logo {
  max-width: 30px;
  margin-top: 15px;
}

.ui-announcements-modal-header {
  margin-top: 1rem;
  border-bottom: 0 !important;
  display: block !important;
  text-align: center;
}

.ui-announcements-modal-close {
  margin: 0.5rem;
}

.ui-announcements-modal-title {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.ui-announcements-modal-bottom-rectangle {
  width: 75%;
  height: 40px;
  background-color: #c95462;
  position: absolute;
  bottom: 10px;
  left: 11.4%;
}

.ui-announcements-modal-bottom-rectangle > p {
  text-align: center;
  margin: auto 0;
  margin-top: 8px;
  color: white;
  font-size: 0.8rem;
}

.ui-announcements-modal-bottom-rectangle > p > strong {
  font-weight: 700;
}

.ui-announcements-modal-list {
  list-style-type: upper;
}

.ui-announcements-modal-list > ::marker {
  color: #c95462;
  font: 20px Arial, sans-serif;
}

.ui-announcements-modal-image {
  max-width: 100%;
}

.ui-modal-expire-logo {
  max-width: 50%;
}

.ui-dish-dropdown > .dropdown-menu, .ui-cellar-dropdown > .dropdown-menu, .ui-acc-dropdown > .dropdown-menu {
  right: 0 !important;
  left: auto !important;
}

.trad-padding {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

@media(max-width: 991px) {
  .ui-alert {
    display: block;
  }
}

@media(max-width: 767px) {
  .ui-col-mobile-center{
    text-align: center;
  }

  .ui-space-fix {
    margin-right: 0 !important;
  }
}

@media(max-width: 1300px) {
  .ui-col-fix {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}

@media(min-width: 1200px) {
  .ui-padding-left {
    padding-left: 3rem !important;
  }
}


@media(min-width: 768px) {
  .ui-space-fix {
    margin-right: 4.5rem !important;
  }
}

@media(max-width:992px) {
  .navbar {
    height: auto;
    padding: 0rem 1.6rem !important;
  }
  .ui-container-alert {
    width: 100% !important;
  }
  .navbar-header {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
  }
}

@media(max-width: 475px) {
  .ui-announcements-modal-bottom-rectangle {
    display: none;
  }

  .ui-announcements-modal-footer {
    display: block !important;
    text-align: center;
  }

  .ui-announcements-modal-footer > button {
    margin-top: 2rem !important;
  }
}