@media (min-width: 1600px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
      max-width: 1500px;
  }
}

.promo-active {
  padding-top: 40px;
}

.promo-active #sidenav {
  padding-top: 88px;
  padding-right: 0 !important;
}

.promo-active .promo-top-bar {
  display: block;
  position: absolute;
  top: 0;
  z-index: 1049;
  height: 40px;
  background: #04e4dd;
  width: 100%;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.promo-active .promo-top-bar:hover{
  color: #fff;
}

.promo-active .promo-top-bar p{
  margin-bottom: 0;
}

.promo-active .promo-top-bar{
  margin-bottom: 0;
}


.ai_enhanced_footer {
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  height: 82px;
  box-shadow: 0 8px 10px 10px rgba(0, 0, 0, 0.06);
  z-index: 10000;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ai_enhanced_footer .content {
  width: 70%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: auto;
}

.ai_enhanced_footer .content .text {
  font-size: 20px;
  font-weight: 700;
  color: #707070;
}

.ai_enhanced_footer .content .btn-action a {
  color: #fff;
  text-transform: capitalize;
  border-radius: 0;
  padding: 10px 40px;
}

.product-data-table #products_wrapper{
  padding-bottom: 100px;
}

.product-overview tbody > tr.selected {
  background-color: transparent !important;
}

.product-overview > tbody > tr.selected > * {
  box-shadow: none !important;
}

.product-overview tbody td.select-checkbox{
  color: transparent;
}

.product-overview tbody > tr.selected a.btn-enhancement{
  color: #04E4DD!important;
}

table.product-overview tr.selected td.select-checkbox:after{
  text-shadow: none;
  color: #04E4DD;
}

.comment-block .comment-badge{
  border-radius: 50%;
  position: absolute;
  top: -6px;
  left: 12px;
  font-size: 10px;
  width: 18px;
  height: 18px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}

.comment-block .comment-badge.customer{
  background: #1592e6;
}

.comment-block .comment-badge.team{
  background: #ff0d0d;
}

.comment-block a{
  display: flex;
  cursor: pointer;
}

.comment-block a .text{
  margin-left: 10px;
  position: relative;
  top: 3px;
}
