@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;
    }
.daterangepicker .ranges li.active {
    background-color: #344767 !important;
    color: #fff !important;
}
    
    #invoice {
        width: 140mm; /* exact printable width */
        font-family: monospace;
        font-size: 12px;
        margin: 0;
        padding: 5mm;
    }

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

 #invoice table {
    width: 100%;
    border-collapse: collapse !important;
}

#invoice table tr {
    border: 1px solid #000 !important;
}

#invoice table td,
#invoice table th {
    border: 1px solid #000!important;
}

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

   
.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: "Helvetica Neue",Helvetica,Arial,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;
}

