body {
  font-family: "Ubuntu" !important;
  -webkit-font-smoothing: antialiased; /* dla Chrome i Safari */
  -moz-osx-font-smoothing: grayscale; /* dla Firefox na Mac */
  text-rendering: optimizeLegibility;
}
/* Strona logowania */
body.p-login {
  background-color: #f3f3f3;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-login .logo {
  margin-bottom: 30px;
}
.orders-list .row:hover{background: #f3f3f3;}
.content-main.listing {
  background-color: #fff !important;
}
.table-hurt.zebra-table b{
  font-weight: 900 !important;
}
.p-login .login-content {
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: center;
}
#editProductModal .modal-dialog{
  max-width: 700px;
}
.p-login .login-panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 500px;
  border-radius: 30px;
  background-color: #fbfbfb;
  -webkit-box-shadow: 0px 0px 31px -20px rgba(66, 68, 90, 1);
  -moz-box-shadow: 0px 0px 31px -20px rgba(66, 68, 90, 1);
  box-shadow: 0px 0px 31px -20px rgba(66, 68, 90, 1);
}
.p-login .login-panel h2 {
  text-align: center;
}
.orders-list .row,
.orders-list .id {
  align-items: center !important;
}
.table-hurt{
  width: 100%;
  min-height: 100%;
}
.p-login .login-panel form {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.p-login .btn-success {
  background-color: #3a493b !important;
}
.p-login .action-buttons {
  display: flex;
}
.p-login .action-buttons a {
  color: black;
  text-decoration: none;
}
/* Panel Główny */
.p-main {
  background-color: #f3f3f3;
}
.p-main .sidebar {
  height: 96vh;
  display: flex;
  flex-direction: column;
  position: sticky;
  top: 0;
}
.p-main .sidebar .menu {
  height: 85vh;
  position: absolute;
  width: 100%;
  bottom: 0;
  flex-direction: column;
  display: flex;
  align-items: center;
}
.headertop {
  width: 100%;
  height: 2vh;
}
.p-main .sidebar img {
  width: 100%;
}
.footer {
  height: 2vh;
}
.orders-list {
  padding: 19px;
  width: 100%;
  display: block;
}
.orders-list .row {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e2e2e2;
}
.orders-list .id {
  width: 15%;
}
.orders-list .source {
  width: 15%;
}
.orders-list .value {
  width: 15%;
  font-weight: 600;
}
.orders-list .id {
  width: 20%;
  display: flex;
}
.orders-list .name {
  width: 35%;
}
.content-main .b-5.fv {
  overflow: hidden !important;
}
.orders-list .source {
  width: 15%;
}
.orders-list .date {
  width: 15%;
}
.orders-list .value {
  width: 15%;
  font-weight: 600;
}
.menu-item {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 65px;
  line-height: 65px;
  width: 65px;
  border-radius: 50%;
  background-color: white;
  color: #3a493b;
  margin-top: 10px;
  font-size: 23px;
  text-decoration: none;
  overflow: hidden;
}
.invoices-list .row {
  border-bottom: 1px solid white;
  color: #fff !important;
  padding-bottom: 7px;
  padding-top: 7px;
}
.invoices-list {
  padding: 19px;
}
.invoices-list .name {
  width: 70%;
}
.invoices-list .invoice-number {
  width: 30%;
  text-align: right;
}
.progress {
  width: 97%;
  height: 45px !important;
  margin: 20px auto;
  overflow: visible !important;
}
.statystyki {
  font-size: 35px;
}
.progress-bar {
  background-color: #a3d5a7 !important;
  position: relative;
  overflow: visible !important;
  height: 45px;
}
.progress-bar::after {
  content: url("https://api.iconify.design/material-symbols/trending-up-rounded.svg?color=white&width=35&height=35");
  width: 60px;
  height: 60px;
  background-color: #3a493b;
  position: absolute;
  border-radius: 50%;
  right: -10px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999998;
  border: 4px solid #a3d5a7;
}
.powiadomienia h5 {
  font-weight: 400;
  font-size: 20px;
}
#myChart {
  max-height: 260px !important;
}
.notifier,
.wykres {
  height: 45vh;
  border-radius: 40px;
  background-color: #fbfbfb;
}
.ordersCount {
  font-size: 4rem;
}
.notifier {
  padding: 30px;
}
.kaf {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.kaf p {
  font-size: 18px;
}
.content-menu {
  height: 8vh;
  display: flex;
  position: sticky;
  top: 0;
  z-index: 999998;
  background-color: #f3f3f3;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}
.listing{
    
}
.content-menu a {
  display: block;
  width: 15%;
  margin-left: 5px;
  margin-right: 5px;
  text-align: center;
  border-radius: 25px;
  height: 50px;
  line-height: 50px;
  background-color: white;
  color: #3a493b;
  text-decoration: none;
  font-weight: 500;
}
.content-menu a.active {
  background-color: #3a493b;
  color: white;
}
.button-apps {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px !important;
  border-radius: 50%;
  color: white;
  font-size: 28px;
  background-color: #3a493b;
}
.notifier {
  padding: 9px;
}
.content-main {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.content-main .b-5 {
  border: 10px solid #f3f3f3;
  padding: 10px;
}
.cd-content-main {
  height: 70vh;
}
.cel {
  height: 25vh;
  background: white;
  border-radius: 40px;
}
.kaf {
  height: 25vh;
  background: white;
  border-radius: 40px;
}
.kaf-100 {
  height: 50vh;
  background: #3a493b;
  border-radius: 40px;
}
.orders {
  background: white;
  border-radius: 40px;
}
.b-black {
  background: black !important;
}
.t-white {
  color: white !important;
}
.kaf-header {
  padding-top: 19px;
  padding-left: 19px;
  padding-right: 19px;
  padding-bottom: 9px;
}
.orders .orders-list .row.head {
  position: sticky;
  z-index: 9999999999999;
  top: 0;
  background: white;
}
.content-main .b-5 {
  min-height: 250px;
}
.content-main .b-5.topkaf {
  min-height: 440px !important;
}
.p-order .orders {
  padding: 20px;
}
.sidebar img {
  width: 100%;
}
.orders .order-kaf {
  background: #f3f3f3;
  min-height: 60vh;
  border: 10px solid #fff;
  padding: 15px;
}
.actionbar button {
  margin: 5px;
}
.actionbar {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-height: 20vh;
  background-color: #f3f3f3;
}
.order-products #product_name {
  font-size: 18px;
  font-weight: 600;
}
.order-products #product_attributes {
  font-size: 13px;
}
.order-products #product_price {
  text-align: center;
}
.order-products tr {
  border-bottom: 1px solid #f6f5fa !important;
}
.order-products {
  width: 100%;
}
.order-products td {
  padding: 10px;
}
.client-data {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #f6f5fa;
}
@media print{
  .printHidden{
    display: none;
  }
  .table-hurt{
    display: table !important;
  }
}
