body {
  overflow-x: hidden;
  background: radial-gradient(circle, #e2e7e2, #bbfebb); /* Adjust colors as needed */
  
}

.dashboard-background {
  background-image: url('../../logo.png'); /* Replace 'your-background-image.jpg' with the path to your image */
  background-size: cover; /* Cover the entire background */
  background-repeat: no-repeat; /* Prevent background image from repeating */
}



nav.navbar:hover {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
        .navbar-brand {
            padding: 0px;
            top: 0.5%;
            left: 2%;
           
            z-index: 1000; /* Ensure it stays above other elements */
        }
button.button1:hover {
	box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
}

div.card {
  width: 100%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  text-align: center;
}


div.cardHeader {
  background: #093028;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #237A57, #093028);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #237A57, #093028); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

    color: white;
    padding: 10px;
    font-size: 40px;
}

div.cardContainer {
    padding: 10px;
}


.div-hide {
	display: none;
}

.kv-file-zoom {
	display: none;
}

div.kv-avatar div.file-input div.file-preview {
	width: 200px;
}

/*login form*/
.vertical {
	padding-top: 150px;
	padding-bottom: 150px;


}

.loginForm{
    min-height:100vh;
    min-width:100vw;
     background: #edf0f3;

}
.low-stock-products{
  color: red;
  font-weight: bold;
}
.sign-in-btn {

      border-image: linear-gradient(#dde5f4, #42475f) 30;
border-width: 10px;
border-radius:10px;
border-style: outset;
  overflow: hidden;
  transition: background-position 0.3s, transform 0.3s ease;
}

.sign-in-btn:hover {
  background-position: 0%;
  transform: scale(1.1); 
}
.panel-title{
color: #323131;
}


