@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
body{
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  overflow-x: hidden;
  overflow-y: auto;
  background: #f1f2f7;
  height: 100%;
  width: 100%;
}a{
  
  text-decoration: none;
}.padding-top{
  padding-top: 20px;
}.login-page{
  width: 350px;
  margin: auto;
  padding: 0 20px;
  background-color: #f9f9f9;
  border: 1px solid #f2f2f2;
}.login-page .text-center{
  margin-bottom: 10px;
}.box{
  padding: 20px;
  background-color: #f9f9f9;
  border: 1px solid #f2f2f2;
}.page{
  position: relative;
  display: block;
  top: 50px;
  left: 0;
  padding: 35px 15px 20px 270px;

}
.login-heading{
  margin: auto;
  text-align: center;
  padding-bottom: 15px;
  font-family: 'Bebas Neue', cursive;
  font-size: 60px;
}

.page-lgn{
  position: relative;
  display: block;
  top: 50px;
  left: 0;
  /* padding: 35px 15px 20px 270px; */
}

.bg-green{
  background-color: #A3C86D;
}
.bg-blue{
  background-color: #7ACBEE;
}
.bg-yellow{
  background-color: #FDD761;
}
.bg-red{
  background-color: #FF7857;
}

.bg-secondary1{
	background-color: #b17897;
}

.bg-blue2{
	background-color: #7a83ee;
}
.panel-default >.panel-heading{
  background-color: #f5f5f5;
  border-bottom: 2px solid #3498DB;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: .5px;
  padding: 15px;
}.panel-box{
  width: 100%;
  text-align: center;
  border: none;
}.panel-value{
  width: 60%;
}.panel-icon{
  padding: 30px;
  width: 40%;
  border-radius: 0;
}.panel-icon{
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}.panel-value{
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}.panel-value h2{
  margin-top: 30px;
}
.panel-icon i{
  line-height:65px;
  font-size: 40px;
  color: #fff;
}
#header {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  height: 65px;
  line-height: 65px;
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
   box-shadow: 0 1px 2px rgba(0,0,0,0.1);
} header > .logo {
    color: #fff;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    width: 250px;
    background-color: #3c0807;
}.header-date{
  color: #9b9b9b;
  margin-left: 20px;
}
.info-menu{
  height: 60px;
  margin: 0;
  line-height: 60px;
  padding: 0 15px;
}.info-menu li.profile {
  position: relative;
}.profile a.toggle{
  text-decoration: none;
  text-align: center;
  font-size: 14px;
  color: rgba(150, 150, 158, 1.0);
  position: relative;
  padding: 10px 10px 10px 0;
  margin: 0;
}.info-menu li.profile a img{
  width: 30px;
  height: 30px;
}.dropdown-menu{
  margin-top: 4px;
  border-color: #fefefe;
  border-radius: 0;
   box-shadow: 0px 0px 5px rgba(86, 96, 117, 0.15);
  -moz-box-shadow: 0px 0px 5px rgba(86, 96, 117, 0.15);
  -webkit-box-shadow: 0px 0px 5px rgba(86, 96, 117, 0.15);
  }.dropdown-menu li{
    margin: 0;
    padding: 0;
    display: block;
    line-height: 35px;
 }.dropdown-menu li a{
  text-decoration: none;
  display: block;
  font-size: 14px;
  position: relative;
  line-height: 30px;
  width: 100%;
  border-bottom: 1px solid #f4faf9;
}.dropdown-menu li a i{
  margin-right: 5px;
}.dropdown-menu li.last a{
  border-bottom: 0;
}.datepicker{
  text-align: center;
}
.sidebar {
  position: fixed;
  z-index: 10;
  left: 0;
  top: 0;
  padding: 65px 0 0;
  height: 100%;
  width: 250px;
  background: #272727;
  border-right: 1px solid #ddd;
  text-align: center;
}.sidebar ul li:hover,.submenu ul li:hover{
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}.sidebar ul{
  list-style: none;
  margin: 0;
  padding: 0;
}.sidebar ul li {
  display: block;
}.sidebar ul li:hover,ul.submenu{
  background-color:#35404d;
}.sidebar ul li a:hover {
  color: white;
}.sidebar ul li a,ul.submenu li a {
  color: #aeb2b7;
  display: block;
  overflow: hidden;
  position: relative;
  white-space: nowrap;
  text-decoration: none;
  text-align: left;
}.sidebar ul li a span,.sidebar ul li i{
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 1.5px;
  text-shadow: 0 1px rgba(0,0,0, 1);
}.sidebar ul li a i{
  color: #aeb2b7;
  padding: 15px 22px;
  text-align: center;
}ul.submenu{
  display: none;
  position: relative;
}ul.submenu li a:hover{
  background-color:#35404d;
}ul.submenu li a {
  padding-left: 45px;
}

.sale_report_header{
  padding: 15px 0;
}
table td h6{
  margin: 0 0 0.2em 0;
}
table tfoot tr td:first-child{
  border: 0;
}table tfoot tr td:last-child{
  border-top: 1px solid #ccc;
}table td h6,table tfoot tr td:last-child{
  color: #000;
  _font-size: 1.2em;
  font-weight: normal;
}
.form-control{
  color: #646464;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -moz-transition: all .15s ease-out;
  -webkit-transition: all .15s ease-out;
  transition: all .15s ease-out;
}.form-control:focus{
  background: #f8f8f8;
  border-color: #3498DB;
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn{
  border-radius: 3px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
   transition: all 300ms ease-in-out;
}.btn-primary {
    color: #fff;
    background-color: #51aded;
    border-color: #3d8fd8
}.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active{
    color: #fff;
    background-color: #3175b8;
    border-color: #3d8fd8
}.btn-success{
   background-color:#2ecc71
}.btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active{
  background-color:#27ae60
}.btn-warning{
  background-color: #e7c13e;
  border-color: #dfba3c;
}.btn-warning:hover, .btn-warning:focus, .btn-warning.focus, .btn-warning:active, .btn-warning.active{
  background-color:#d0ac2c;
  border-color: #dfba3c;
}.btn-danger{
  background-color: #ed5153
}.btn-danger:hover, .btn-danger:focus, .btn-danger.focus, .btn-danger:active, .btn-danger.active{
  background-color:#bb282a
}.input-group-addon{
  background-color: #fcfcfc;
  border: 1px solid #dbdbdb;
  border-radius: 0;
}
input[type=file]{
  text-indent: -99999px;
}td img.img-thumbnail{
  width: 125px;
  height: 125px;
  vertical-align: top;
}.img-avatar{
  width: 50px;
  height: 50px;
}
.jumbotron{
  margin-bottom: 0;
}.list-group-item:first-child,.list-group-item:last-child{
  border-radius: 0;
}.profile .jumbotron{
  border-radius: 3px 3px 0 0;
}.profile .jumbotron h3{
  color: white;
}img.img-size-2{
  width: 125px;
  height: 125px;
}


.bottom-nav {
  position: absolute;
  bottom: 0;
  background-color: #f9f9f9;
  padding: 10px;
  width: 100%;
}


.login-btn{
  padding: 12px;
  width: 50%;
  font-size: 16px;
}

.password-toggle {
  position: relative;
}

.password-toggle input[type="password"] {
  padding-right: 36px;
}

.password-toggle .toggle-button {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 10px;
  background: none;
  border: none;
  cursor: pointer;
}

.password-toggle .toggle-icon {
  color: #ed5153;
  font-size: 16px;
}

.password-toggle input[type="password"]:not(:placeholder-shown) + .toggle-button .toggle-icon {
  color: #aaa;
}

.low-quantity {
  color: red;
  font-weight: bold;
}

/* 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;
}

/* --- Refined & Elegant Dashboard Design --- */

/* Base & Typography */
body {
  background: #f6f7fb;
  color: #2b2b2b;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

/* Headings */
h1 {
  font-family: 'Bebas Neue', cursive;
  font-size: 48px;
  letter-spacing: 0.5px;
  margin-top: 20px;
  color: #222;
}

h1 span {
  color: #ba934c;
}

/* Dashboard Panels */
.panel.panel-box {
  border: 1px solid #e6e6e6;
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  transition: transform 0.15s ease, box-shadow 0.2s ease;
  background: #fff;
}

.panel.panel-box:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

/* Icon section */
.panel-icon {
  border-radius: 6px 0 0 6px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px;
}

/* Softer background gradients */
.bg-green { background: linear-gradient(135deg, #a9c87a, #8fbf59); }
.bg-blue { background: linear-gradient(135deg, #9ccff0, #77bce4); }
.bg-yellow { background: linear-gradient(135deg, #f9e29b, #f7d774); }
.bg-red { background: linear-gradient(135deg, #f5977e, #e67157); }
.bg-secondary1 { background: linear-gradient(135deg, #c2a0b5, #a57c92); }
.bg-blue2 { background: linear-gradient(135deg, #a3aaf1, #868de0); }

.panel-icon i {
  font-size: 38px;
  color: #fff;
}

/* Panel Value */
.panel-value {
  padding: 18px;
}

.panel-value h2 {
  font-size: 30px;
  margin: 0;
  color: #2b2b2b;
  font-weight: 600;
}

.panel-value p {
  color: #777;
  font-size: 14px;
  margin: 5px 0 0;
}

/* Tables */
.table {
  border: 1px solid #eee;
  border-radius: 6px;
  overflow: hidden;
}

.table th {
  background-color: #ba934c;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 13px;
  text-align: center;
  font-weight: 500;
}

.table td {
  text-align: center;
  font-size: 14px;
  color: #333;
}

/* Panels (Cards) */
.panel.panel-default {
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  border: 1px solid #e6e6e6;
  background: #fff;
}

.panel-heading {
  background-color: #fff !important;
  border-bottom: 1px solid #ddd !important;
  color: #2b2b2b !important;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.panel-heading strong span:first-child {
  color: #ba934c;
}

.panel-body {
  padding: 15px;
}

/* Product List */
.list-group-item {
  border: none !important;
  border-bottom: 1px solid #eee !important;
  padding: 10px;
  transition: background 0.2s ease;
}

.list-group-item:hover {
  background-color: #fafafa;
}

.list-group-item img {
  margin-right: 8px;
  border-radius: 50%;
  border: 1px solid #ddd;
}

.list-group-item-heading {
  font-size: 15px;
  font-weight: 600;
  color: #333;
}

.label.label-warning {
  background-color: #ba934c !important;
  color: #fff !important;
  border-radius: 4px;
  padding: 4px 8px;
}

/* Buttons */
.btn-primary {
  background-color: #ba934c;
  border-color: #a47f3d;
  color: #fff;
}

.btn-primary:hover, 
.btn-primary:focus {
  background-color: #a47f3d;
  border-color: #906f33;
}

.btn-success {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success:hover {
  background-color: #4cae4c;
  border-color: #449d44;
}

.btn-danger {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger:hover {
  background-color: #c9302c;
  border-color: #ac2925;
}

/* Link transitions */
a {
  transition: color 0.2s ease;
}

a:hover {
  color: #ba934c;
}

.logo-title{
    color: #fff !important;
}

/* Sidebar Scoped Styles */
.sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
  background: #1f1f1f;
  font-family: "Inter", sans-serif;
  width: 100%;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.25);
}

.sidebar ul > li > a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 18px;
  color: #d3d3d3;
  text-decoration: none;
  font-size: 15px;
  border-radius: 4px;
  transition: all 0.25s ease;
}

.sidebar ul > li > a:hover,
.sidebar ul > li > a:focus {
  background: #2b2b2b;
  color: #ba934c;
}

.sidebar ul > li > a i {
  font-size: 16px;
  color: #ba934c;
  opacity: 0.9;
  transition: color 0.3s ease, opacity 0.3s ease;
}

.sidebar ul > li > a:hover i {
  opacity: 1;
}

.sidebar ul.nav.submenu {
  display: none;
  padding: 6px 0 6px 12px;
  margin: 2px 0 6px;
  background: rgba(255, 255, 255, 0.03);
  border-radius: 4px;
}

.sidebar ul.nav.submenu li a {
  display: block;
  padding: 8px 12px;
  font-size: 14px;
  color: #b8b8b8;
  border-radius: 3px;
  text-decoration: none;
  transition: all 0.25s ease;
}

.sidebar ul.nav.submenu li a:hover,
.sidebar ul.nav.submenu li a:focus {
  background: rgba(186, 147, 76, 0.12);
  color: #ba934c;
}

.sidebar .submenu-toggle.active + .nav.submenu {
  display: block;
}

.sidebar .bottom-nav {
  padding: 15px 18px;
  font-size: 13px;
  text-align: center;
  color: #888;
  border-top: 1px solid #2b2b2b;
  background: #1a1a1a;
}


/* Action buttons */
.btn-group .btn {
  border-radius: 4px;
  padding: 5px 10px;
  font-size: 14px;
  transition: all 0.25s ease;
  box-shadow: 0 1px 3px rgba(0,0,0,0.15);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px; /* space between buttons */
}

.btn-group .btn-warning {
  background-color: #5bc0de; /* new edit color */
  border-color: #46b8da;
  color: #fff;
}

.btn-group .btn-warning:hover {
  background-color: #46b8da;
  border-color: #3a9bb0;
  color: #fff;
}

.btn-group .btn-danger {
  background-color: #d9534f;
  border-color: #c9302c;
  color: #fff;
}

.btn-group .btn-danger:hover {
  background-color: #c9302c;
  border-color: #ac2623;
  color: #fff;
}

/* Glyphicon icon size */
.btn-group .btn span.glyphicon {
  margin: 0;
  font-size: 14px;
}
