.auth_container{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5rem;
  min-height: 100vh;
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgb(42 172 226/ 55%) 100%), url(../files/auth/printing.webp);
  background-image: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgb(42 172 226 / 55%) 100%), url(../files/auth/printing.webp);
  background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgb(42 172 226 / 55%) 100%), url(../files/auth/printing.webp);
  background-image: -ms-linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgb(42 172 226 / 55%) 100%), url(../files/auth/printing.webp);
  background-size: center;
  height: 100vh;
  background-position: center;
  position: relative;
}
.logo-container img{
  width: 150px;
}
.wrapper{
  width: 600px;
  background: transparent;
  border: 2px solid rgba(225, 225, 225, .2);
  backdrop-filter: blur(20px);
  box-shadow: 0 0 10px rgba(0, 0, 0, .2);
  color: #fff;
  border-radius: 10px;
  padding: 30px 40px;
}
.wrapper .input-box{
  position: relative;
  width: 100%;
  height: 50px;
  margin: 30px 0;
}
.input-box input{
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: none;
  outline: none;
  border: 2px solid rgba(225, 225, 225, .2);
  border-radius: 40px;
  font-size: 16px;
  color:#fff;
  padding: 20px 45px 20px 20px;
}
.input-box input::placeholder{
  color: #fff;
}
.input-box i{
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
}
.wrapper .formBtn{
  width: 100%;
  height: 45px;
  background: #fff;
  border: none;
  outline: none;
  border-radius: 40px;
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  cursor: pointer;
  font-size: 16px;
  color: #333;
  font-weight: 600;
}
.wrapper .register-link{
  font-size: 14.5px;
  text-align: center;
  margin: 20px 15px;
}
.register-link a{
  color: #fff;
  text-decoration: none;
}
.register-link a:hover{
  text-decoration: underline;
}
.button-login,
.button-bel-op{
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid rgba(225, 225, 225, .2);
  padding: 10px 20px 10px 20px;
  width: 100%;
  height: 100%;
  border-radius: 40px;
}
.button-login svg,
.button-bel-op svg{
  height: auto;
  width: 30px;
  margin-right: 10px;
}
.button-login span,
.button-bel-op span{
  font-weight: 600;
  font-size: 18px;
}
/*ACCOUNT*/
.account_section{
  margin-left: 20rem;
  margin-right: 20rem;
  margin-top: 5rem;
  margin-bottom: 5rem;
  min-height: 41.5vh;
  display: grid;
  column-gap: 20px;
  row-gap: 10px; 
  grid-template-columns: 400px 1fr;
  align-items: start;   
}
.aside_links h1{
  font-weight: 700;
  font-size: 5rem;
}
.aside_links h3{
  cursor: pointer;
  font-weight: 500;
}
.active_sub_link{background-color: #f3f3f3;padding: 10px;}
.sub_aside_links li{
  list-style: none;
  cursor: pointer;
  line-height: 1.5;
  font-weight: 400;
}
.sub_aside_links span{
  font-size: 1.5rem;
  line-height: 1.8;
}
.navPanel{
  display: none;
  padding: 20px;
  min-height: 39.6vh;
  height: 100%;
}
.navPanel h1{font-weight: 500;}
.activeNav{
  display: block;
}
.label_options{
  line-height: 1.8;
}
.label_ans{
  font-size: 1.5rem;
  line-height: 1.4;
}
/*DASHBOARD*/
.cartCuurent{
  background: #f3f3f3;
  min-height: 30vh;
  border-radius: 20px;
  padding: 20px;
}
.emp-acc-cart{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 30vh;
}
.emp-acc-cart h3{
  font-size: 2.3rem;
  font-weight:500;
}
.emp-acc-cart p{
  font-size: 1.8rem;
  font-weight:400;
}
.emp-acc-cart a{
  font-size: 1.5rem;
  font-weight:400;
  font-style: italic;
  color: #000;
  text-decoration: underline;
}
.emp-acc-cart a:hover{
  color: rgba(0, 0, 0, 0.77);
}
.cartCuurent{
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.product-description h3{
  font-size: 2rem;
  font-weight: 600;
  font-style: italic;
  text-align: end
}
.product-description p,
.product-description span{
  display: block;
  font-size: 1.6rem;
  text-align: end;
}
.product-description span{
  font-style: italic;
  font-weight: 600;
}
.total-summary{
  display: flex;
  flex-direction: column;
  align-items: end;
  font-size: 2rem;
  gap: 1rem;
}
#current-orders{
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.curOrd{
  min-height: 15vh;
  border-radius: 10px;
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 50px;
  background: linear-gradient(90deg, rgba(235, 174, 84, 1) 0%, rgba(255, 152, 0, 1) 100%);
  max-width: 650px;
}
.crud-top{
  height: 50px;
  width: 50px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  left: 20%;
  top: -12%;
}
.crud-bot{
  height: 50px;
  width: 50px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  left: 20%;
  top: 88%;
}
.crud-info{line-height: 1.8;}
.crud-info p{font-size: 1.4rem;}
.crud-info a{color: #000; font-size: 1.3rem;}
/*ORDER HISTORY*/
.history_panel{
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.orderHis{
  background-color: #f3f3f3;
  box-shadow: 1px 1px 4px 0px rgb(0 0 0 / 26%);
}
.proHisHeader{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 15px;
  background: #fff;
  font-size: 1.8rem;
}
.proDet-cont{
  padding: 20px 15px;
  grid-template-columns: 2fr 1fr;
  align-items: center;
}
.proDet-cont-img{
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.payStat{
  font-size: 1.6rem;
  text-transform: capitalize;
}
.content-grid{
  grid-template-columns: 1fr 4fr;
  align-items: center;
}
.list-details{
  line-height: 1.5;
  font-size: 1.6rem;
  font-weight: 700;
  margin-left: 2rem;
}
.proHisFooter{
  padding: 20px 15px;
}
.proHisFooter a{
  font-size: 1.9rem;
}
#greyCol{color: #959595}
#greyCol span{color: #000000}
/*INVOICE */
.searchOrder{
  border: 1px solid #dee2e6;
  border-radius: 10px;
  padding: 0.50em 0.45em;
  max-width: 50%;
  margin-top: 2rem;
  font-size: 1.8rem;
  color: #495057;
}
.searchOrder input{
  border: none;
  outline: none!important;
  width: 95%;
  color: #495057;
}
.searchOrder button{
  border: none;
  background-color: transparent;
  outline: none!important;
  color: #495057;
}
#popInvoice{
  margin-top: 5rem;
}
#belprint_info h3,
#user_info h3{
  font-weight: 700;
  font-size: 2.3rem;
}
#belprint_info p,
#user_info p,
#user_info span{
  font-style: italic;
  font-size: 1.8rem;
  color: #000;
  margin-top: 1rem;
  margin-bottom: 0!important;
}
#order_info{
  background-color: #dee2e6;
  padding: 10px;
  line-height: 1.8;
}
.doubleIN div{
  font-style: italic;
  font-size: 1.8rem;
  color: #000;
  margin-top: 0rem;
  margin-bottom: 0!important;
}
.doubleIN label{
  font-weight: 600;
  font-size: 1.8rem;
  color: #000;
  margin-top: 0rem;
  margin-bottom: 0!important;
  width: 200px;
}

.invoiceTable{
  width: 100%;
}
.invoiceTable thead{
  font-size: 2rem;
  border-bottom: 1px solid #dee2e6;
}
.invoiceTable thead th{
  padding: 10px;
}
.invoiceTable tbody tr{
  border-bottom: 1px solid #dee2e6;
}
.invoiceTable tbody td{
  padding: 10px;
  font-size: 1.6rem;
}
.invoiceTable tfoot tr{
  border-bottom: 1px solid #dee2e6;
}
.invoiceTable tfoot th{
  padding: 10px;
  font-size: 2rem;
}
.invoiceTable tfoot td{
  padding: 10px;
  font-size: 1.6rem;
}
.bottom-footer{
  font-size: 1.8rem;
}
.bottom-footer strong{
  color: #000;
}
.bottom-footer p{
  color: #8d8d8d;
}
.footer-tk{
  color: #fff;
  background-color: #2aace2;
  padding: 20px;
  text-align: center;
  font-size: 2.3rem;
  font-weight: 100;
  text-transform: uppercase;
  width: 100%;
}
#cmd{
  margin-top: 3rem;
}
/*TRACK ORDER*/
.topInfo{justify-content: space-between;}
.status-progress-wrap{
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center; 
}
.status-progress-wrap li{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.status-icons{
  font-size: 35px;
  color: #dee2e6;
  margin: 0 60px;
}
.status-text{
  margin-top: 1.5rem;
  font-size: 1.3rem;
  font-weight: 600;
}
.status-progress{
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #dee2e6;
  margin: 12px 0;
  display: grid;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: relative;
  cursor:pointer;
}
.status-progress::after{
  content: " ";
  position: absolute;
  width: 135px;
  height: 5px;
  background-color: #dee2e6;
  right: 30px;
  z-index: -1;
}
.one::after{
  width:0;
  height: 0;  
}
.progress-active,.progress-active::after{background-color: green;}
.progress-icon{color: green;}

.generaltl{
  font-size: 1.5rem;
}
.genInfoSection{
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.generalinfo h3{
  color: var(--blue);
  font-weight: 700;
}
.generalinfo p{font-size: 1.5rem;}
.product-table,
.product-table p{
  font-size: 1.5rem;
}
.summary-table th{
  font-size: 1.8rem;
}
.notice-card{
  width: 400px;
  padding-right: 10px;
  height: fit-content;
  padding-bottom: 12px;
  background: lightgrey;
  border-left-style: solid;
  border-left-color: lightblue;
  border-left-width: 5px;
  border-radius: 15px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  background: linear-gradient(to right, #add8e66e, #add8e64e 50%, #add8e63e);
}
.notice-card svg {
  height: 40px;
  width:12rem;
  padding-left: 10px;
  padding-top: 12px;
  fill: lightblue;
  float: left;
}
.notice-card p {
  float: left;
  padding-top: 13px;
  padding-left: 10px;
  color: #000;
  font-size: 15px;
}
.notice-card span {
  display: flex;
  align-items: left;
}
/**REFUND**/
.main-container {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  position: relative;
}
.main-section {
  margin-top: 4rem;
  margin-left: 2rem;
  margin-right: 2rem;
  margin-bottom: 5rem;
}
.Receipt-container {
  padding: 2.5rem 2.5rem;
  border-radius: 0.3125rem;
}
.header-section,
.company-info{
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 75px;
  row-gap: 0px;
  align-items: center;
}
.form-group-input {
  display: grid;
  grid-template-columns: 200px 1fr;
  column-gap: 75px;
  row-gap: 0px;
  align-items: flex-start;
}
.form-group-input-3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 10px;
  row-gap: 0px;
  align-items: flex-start;
}