@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";
      /* --- Paper Size for Rongta RPP02C (58mm roll → ~48mm printable) --- */
    @page {
        size: 58mm auto;
        margin: 0;
    }

    #PrintDiv {
        width: 130mm; /* exact printable width */
        font-family: monospace;
        font-size: 12px;
        margin: 0;
        padding: 2mm;
    }

    .center { text-align: center; }
    .bold { font-weight: bold; }
    .line { border-top: 1px dashed #000; margin: 4px 0; }

   #PrintDiv table { width: 100%; border-collapse: collapse; }
   #PrintDiv td { padding: 1px 1px; }
   #PrintDiv  th { text-align: center; }

    .item-name { width: 50%; }
    .qty { width: 20%; text-align: center; }
    .price { width: 15%; text-align: center; }
    .tprice { width: 35%; text-align: right; }

    @media print {
        .no-print { display: none; }
        #PrintDiv { margin: 0; padding: 0; }
    }
.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;
}

