@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800&amp;display=swap');
@import "sidebar.css";
@import "progress.css";
@import "dropdownmenu.css";
    
.card-img-top {
    width: 100%;
    height: 20vw;
    object-fit: cover;
}
.hide{
	display:none !important;
}
.no_pad {
    padding: 0 !important;
}
.login-block {
    background: #DE6262;
    background: -webkit-linear-gradient(to bottom, #FFB88C, #DE6262);
    background: linear-gradient(to bottom, #8d59da, #8f5adc);
    float: left;
    width: 100%;
    padding: 50px 0;
	margin-top: 32px;
}
.login-sec {
    padding: 50px 30px;
    position: relative;
    background: radial-gradient(#17c1e8, transparent);
}
.banner-sec {
    background: #8451cf   no-repeat left bottom;
    background-size: cover;
    min-height: 500px;
    border-radius: 0 10px 10px 0;
    padding: 0;
}
.banner-text {
    width: 100%;
    position: relative;
    top: 65px;
    text-align: center;
}
.banner-text h2{
	color:#fff !important;
}
@media print {
    @page {
        margin-top: 0;
        margin-bottom: 0;
    }
    body {
        padding-top: 72px;
        padding-bottom: 72px ;
    }
}
.d-none{
  display: none;
}

body {
  background:#F9F8F8;
  font-size: 14px;
  font-family: 'Poppins', sans-serif !important;
}
h1,h2,h3,h4,h5,h6,button,input,textarea{
  font-family: 'Poppins', sans-serif !important;
}
.center-screen {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 85vh;
}

p{
  font-size: 14px;
  font-family: 'Poppins', sans-serif !important;
}
a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  font-family: 'Poppins', sans-serif !important;
}
a:hover {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

.swal2-styled:focus{
  box-shadow: none !important;
}
.product-grid-wrapper{
    background: #fff;
    padding: 12px;
    border-radius: 12px;
    box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,.075);
}

/* product card */
.product-card{
    background: #8392ab5c; /* screenshot background */
    border-radius: 0px;
    overflow: hidden;
    border: 0;
}

.product-img{
    width: 100%;
    height: 120px;
    object-fit: contain;
    background: #ededed;
    border: 2px solid #8392ab5c;
}

.product-info{
    padding: 2px 2px 0px 2px;
    font-size: 12px;
}

.product-title{
    font-weight: 400;
    margin: 0;
    line-height: 1.1;
}

.product-stock{
    font-weight: 500;
    margin-top: 1px;
    margin-bottom: 1px;
}

.btn-cart{
    width: 100%;
    border-radius: 0px;
    font-weight: 700;
    padding: 5px 0px;
    border: 0;
}

.btn-cart.add{
    background: #0a9f55;
    color: #fff;
}

.btn-cart.out{
    background: #f26a57;
    color: #fff;
}

