@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&family=Roboto:wght@100;300;400;500;700&family=Vazirmatn:wght@100;300;400;500;600;700&display=swap');
body{
  font-family: 'Roboto', sans-serif;
font-size: 15px;
background: #faf6ff !important;
font-weight:500;
color: #000000; 
-webkit-print-color-adjust:exact !important;
 print-color-adjust:exact !important;
}
table.fuel {
  color: #000;
}
table.fuel td {
  min-width: 210px;
  padding: 3px 0;
}
.d-color{
  background: #563d7c !important
}
.btn-light { 
  background: #dee0e2 !important;
}
.btn-light,.btn-light:hover { 
background-color: #e0e7ee; 
}
.nav-link {
  display: block; 
  text-decoration: none;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}
.logo {
display: block;
margin-left: auto;
margin-right: auto;
margin-top: 0px; 
height: 110px;
} 
ul,li,ol{
list-style: none;
margin: 0;
padding: 0
}
.wrapper{
max-width: 600px;
margin: 0 auto;
background: #fff;
padding: 30px;
position: relative;
} 
.navbar{
  min-height: 4rem;
  background-color: #563d7c;
  box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 5%), inset 0 -1px 0 rgb(0 0 0 / 10%);
}

 
.bodypen {
  margin: 64px 0;
  width: calc(100% - 400px);
  padding: 64px 0;
}
.sidepen {
  position: fixed;
  width: 400px;
  background: #fefdff;
  box-shadow: 0 1px 5px 0 rgb(0 0 0 / 12%), 0 2px 10px 0 rgb(0 0 0 / 8%), 0 1px 20px 0 rgb(0 0 0 / 8%);
  height: calc(100% - 64px);
  right: 0;
  z-index: 7;
  border: 0;
  display: block;
  top: 64px;
  animation: animateright 0.3s;
}

@-webkit-keyframes animateright {
  from {
    right: -400px;
    opacity: 0;
  }
  to {
    right: 0;
    opacity: 1;
  }
}

@keyframes animateright {
  from {
    right: -400px;
    opacity: 0;
  }
  to {
    right: 0;
    opacity: 1;
  }
}

.close-sidepen {
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  left: 0;
  height: 100%;
  width: 100%;
  top: 0;
  z-index: 6;
  -webkit-animation: opac 0.8s;
          animation: opac 0.8s;
  display: none;
}

@-webkit-keyframes opac {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes opac {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.sidepen-on .close-sidepen {
  display: block;
}

.sidepen-on .sidepen.active {
  z-index: 10;
  display: block !important;
}

.sidepen .card-header {
  padding: 16px 14px;
  background: transparent;
  color: #000000;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

 

.sidepen .card-body {
  height: calc(100vh - 120px);
  overflow: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.sidepen .form-control{
  border-radius: 0;
  margin-bottom: 10px;
  font-size: 14px;
  padding: 9px 14px;
  border-color: #e4e0e8;
}


.form-check-inline img{
  width: 40px;
}
 

#food_wrapper {
  font-family: 'Vazirmatn', sans-serif;
  font-size: 16px;
  max-width: 800px;
  margin: 0 auto;
  background: #fff;
  padding: 30px;
  box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15), inset 0 -1px 0 rgba(255,255,255,0.15);
  display: flow-root;
  position: relative;
}
#food_wrapper input { 
  font-size: 14px;
}
#food_wrapper h1 {
  font-size: 22px;
  font-weight: 700;
  margin-left: 10px;
}
 
#food_wrapper .top-area .row div span {
  display: none;
  color:#666
} 
#food_wrapper .top-area .row{margin:4px 0;}
#food_wrapper .bottom-area {
  float: left;
  width: 100%;
  padding: 20px 0;
}
#food_wrapper .bottom-area p {
  font-size: 10px;
  color: #524f4f;
  margin: 0;
  padding: 0;
  padding: 0 0px 0 20px;
  position: relative;
  font-weight: normal;
}
#food_wrapper .bottom-area p[data-index]::before {
  content: attr(data-index);
  position: absolute;
  left: 5px;
  top: 0;
}
#food_wrapper .bottom-area .first {
  font-size: 14px;
  font-weight: bold;
  padding: 0 0 10px 10px;
}
#food_wrapper .bottom-area .first a {
  color: blue;
}  
#food_wrapper .first-row {
  background: #ccc;
  color: #fff;
  font-size: 17px;
}
#food_wrapper .last-row {
  background:#e9e9e9;
  color: green;
  font-weight: bold;
  
}
 
#food_wrapper .footer {
  float: left;
  width: 100%;
  color: #ccc;
  padding: 15px 0 0 0;
}
#food_wrapper .footer span {
  float: left;
  width: 100%;
}

#food_wrapper .footer .left {
  float: left;
  width: 200px;
}
#food_wrapper .footer .right {
  float: right;
  width: 200px;
 
  white-space:nowrap;
}
#food_wrapper .footer .left img {
  width: 60px;
  margin: 0px 0 10px 0;
}

#food_wrapper .footer .right img {
  width: 110px;
  margin: 0px 0 9px 0;
}

#food_wrapper .footer  img {
  float: left;
}

#food_wrapper .the-cake {
  font-weight: bold;
  font-size: 18px;
}

#food_wrapper .item-row span,
#food_wrapper .deliveryCharges {
  display: none;
  font-weight: normal;
  font-size: 14px;
}
#food_wrapper .item-row td:nth-of-type(2){
  text-align: center
} 
#food_wrapper .item-row td:nth-of-type(3),
#food_wrapper .item-row td:nth-of-type(4){
  text-align: right
} 
.show-print{
  display: none !important
}

.roboto{ font-family: 'Roboto', sans-serif !important;}
.open_sans{ font-family: 'Open Sans', sans-serif !important;}

.mobile_bill{ 
  font-weight: normal;
    font-size: 13px;
    max-width:900px;
    margin: 0px auto;
    background: #fff;
    padding: 30px;
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15), inset 0 -1px 0 rgba(255,255,255,0.15);
    display: flow-root;
    position: relative;
}
.mobile_bill li {
  padding: 5px;
  display: flex;
}
.mobile_bill li label {
  margin-right: 4px;
}
.mobile_bill td, 
.mobile_bill th {
  padding: 10px;
}
.signed {
  width: 240px;
  font-size: 10px;
  text-align: left;
  float: right;
  margin-right: 40px;
}
.signed p{
  font-size: 13px;
    margin: 0;
}

.ms-n1 {
  margin-left:-16px !important;
}
.right_list label{
  width: 120px;
}
.strip{
    font-size: 14px;
    background: #a61bb5;
    color: #fff;
}
.internet_bill{
  position: relative
}
.internet_bill .logo {
  position: absolute;
  top: 50%;
  right: 20px;
  height: auto;
  max-width: 200px;
  transform: translateY(-50%);
}
.internet_bill li {
  padding: 3px 5px; 
}
 


@media print {
  body * { visibility: hidden; }
  .app * { visibility: visible; } 
  .btn-light, .btn-light:hover {
    background-color: #e0e7ee;
  }
  .bodypen{
    width: 100%;
    margin: 0;
    padding: 0;
  }
  #food_wrapper .item-row span,
  #food_wrapper .deliveryCharges,
  #food_wrapper .top-area .row div span ,
  #food_wrapper .show-print, .app hr, #resizableImage {
    display: block !important;
  }
  #food_wrapper table input,
  #food_wrapper table .btn,
  #food_wrapper .top-area .row div input, 
  #food_wrapper .hide-print,
  .hide-print,
  .sidepen, #move {
    display: none !important;
  }
  
  #food_wrapper table td,  #container{border:0 !important} 
  #food_wrapper { 
    padding:10px;
    margin:0px;
    box-shadow:none
  }
  .mobile_bill{  
    max-width: 100%;
    margin:0;
    background: #fff;
    padding: 0px;
    box-shadow:none; 
  }
}

.login{
  background: #563d7c !important;
}
.login .navbar{display: none}
.login input[maxlength="6"] {
  width: calc(100% - 20px);
  font-size: 20px;
  border: 0;
  letter-spacing: 48px;
  outline: none;
  background: transparent;
  margin: 0;
  margin-left: 20px;
}
.login input[maxlength="7"] {
  color:transparent;
text-shadow: 0 0 0 #2196f3;
}  

.login input[maxlength="6"] + svg line {    
  stroke-dasharray: 29;
    stroke-dashoffset: -10;
}
.login .svg, 
.login .line { 
  position: relative;
  display: block;
  width: 100%;
  height: 2px;
}
.loginCard {
  width: 400px;
  border: none;
  box-shadow: 0px 5px 20px 0px #0000006e;
  z-index: 1;
  justify-content: center;
  align-items: center;
  margin: 0px auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background: #faf6ff !important;
}
.react-tel-input .form-control{
  width: 100%;
}

#container {
  width: 300px;
  height:300px;
  border: 1px solid #ccc;
  overflow: hidden;
  position: absolute;
  top:40%;
  left:0;
  /* transform: translate(-50%,-50%); */
z-index: 1;
}

#resizableImage {
  width: 100%;
  height: 100%;
  cursor: nesw-resize;
  object-fit: contain; /* Ensure the image covers the entire container */
}

#move {
  position: absolute;
    width: 30px;
    height: 30px;
    background-color: black;
    border: 0;
    color: #fff;
    cursor: move;
}
.form-floating>label{
  color: #333333c4;
}