@charset "utf-8";
 
 
 /* login */
body{
  background-color: #fff;
}
.logo{margin: 15%;
    display: flex;
    justify-content: center;}
.login{margin: 5%;
    display: flex;
    flex-direction: column;}

.login__field {
	padding: 20px 0px;	
	position: relative;	
}

.login__icon {
	position: absolute;
    top: 43px;
    font-size: 45px;
    color: #7875B5;
}

.login__input {
	font-size: 50px;
    border: none;
    border-bottom: 2px solid #25aae2;
    padding: 10px;
    padding-left: 65px;
    font-weight: 900;
    width: 95%;
    transition: 0.2s;
}
.login__iconp {
	position: absolute;
    top: 43px;
    font-size: 45px;
    color: #7875B5;
}

.login__inputp {
	font-size: 50px;
    border: none;
    border-bottom: 2px solid #25aae2;
    padding: 10px;
    padding-left: 225px;
    font-weight: 900;
    width: 75%;
    transition: 0.2s;
}


.login__input:active,
.login__input:focus,
.login__input:hover {
	outline: none;
	border-bottom-color: #6A679E;
}
.select{background: #fff;
	font-size: 50px;
	margin-top: 30px;
	padding: 16px 20px;
	border-radius: 26px;
	border: 1px solid #D4D3E8;
	text-transform: uppercase;
	font-weight: 900;
	display: flex;
	align-items: center;
	width: 100%;
	color: #25aae2;
	box-shadow: 0px 2px 2px #25aae2;
	cursor: pointer;
	transition: .2s;}
	.selectp{position: absolute;
    top: 43px;
    font-size: 45px;
    margin-left: 65px;
    color: #7875B5;}
.login__submit {
	    display: flex;
    justify-content: center;
    margin-top: 50px;

}

.login__submit:active,
.login__submit:focus,
.login__submit:hover {
	border-color: #6A679E;
	outline: none;
}


 /* sales */
 .Welcome h4{
  margin-left: 10px;
	font-size: 75px;
  margin-bottom: 0px;
  margin-top: 0px;}
	.Welcome h3{
    margin-left: 10px;
    font-size: 100px;
    margin-bottom: 0px;
    margin-top: 0px;}
	
	.cup{width: 175px;
    height: 200px;}
	.navbar {
  width: 100%;
  background-color: #555;
  overflow: auto;
}
.Welcome1{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.Welcome1 button{
        border-radius: 50px;
    padding: 20px;
    font-family: Roboto, Arial, sans-serif;
    font-size: 60px;
    color: #fff;
    background-color: #1c87c9;
}
.Welcome1{}
.navbar a {
  float: left;
    padding: 12px;
    color: white;
    text-decoration: none;
    font-size: 50px;
    width: 30%;
    text-align: center;
    font-weight: 700;
}

.navbar a:hover {
  background-color: #000;
}

.navbar a.active {
  background-color: #04AA6D;
}
	.navbar1 {
  margin-top: 10px;
  width: 100%;
  background-color: #555;
  overflow: auto;
}
.navbar1 a {
  float: left;
    padding: 12px;
    color: white;
    text-decoration: none;
    font-size: 50px;
    width: 21%;
    text-align: center;
    font-weight: 700;
}

.navbar1 a:hover {
  background-color: #000;
}

.navbar1 a.active {
  background-color: #04AA6D;
}
	
	
	
 .list{margin: 5%;
   }
 .list_button{    margin-left: 24px;
font-size: 55px;
	 color: #0e0e0e;
    margin-top: 30px;
    padding: 16px 20px;
    border-radius: 26px;
    border: 1px solid #D4D3E8;
      font-weight: 700;
	  text-decoration: none;}
 .reservation{margin: 5%;
    display: flex;
    flex-direction: column;}

.date_select{background: #fff;
	font-size: 60px;
	margin-top: 30px;
	padding: 16px 20px;
	border-radius: 26px;
	border: 1px solid #D4D3E8;
	text-transform: uppercase;
	font-weight: 700;
	
	width: 95%;
	color: #25aae2;
	box-shadow: 0px 2px 2px #25aae2;
	cursor: pointer;
	transition: .2s;}
	
	table {
  border-collapse: collapse;
  width: 100%;
      border-bottom: 12px solid #0692e8;

}

th, td {
  padding: 8px;
  text-align: left;
  border-bottom: 45px solid #fff;
 
    background-color: #d6eeee;
}
td input{width:120px;}
th input{width:165px;}
.subprice-inp{width:75px;}
tr:hover {background-color: #D6EEEE;}
.total{
  font-size: 80px;
	border-top: 12px solid #0692e8;
display: flex;
align-items: center;}
.price{margin-left: auto;
  margin-bottom: 0px;
    margin-top: 0px;
}


.total1{
  font-size: 80px;
	border-top: 12px solid #0692e8;
display: flex;
flex-direction: column;
    
}

.total1 img{
    width: 80px;
    margin-left: 50px;
}

.price1{
    margin-left: auto;
    margin-bottom: 0px;
    margin-top: 0px;
}
h3 {font-size: 80px;
    margin: 5%;}
.phnumber{width:60%;}
  .container {
    display: block;
	width: 90%;
    margin-left: 4%;
  }
.screen-togo, .screen-cart {
  width: 100%;
  border-radius: 25px;
  background: white;
  padding-top: 30px;
  padding-left: 30px;
  box-shadow: 0px 0px 70px rgba(0, 0, 0, 0.1);
}
.screen-togo  h2 {
   font-size: 66px;
    width: 90%;
    border-radius: 100px 10px;
    background: #555;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 60px;
    color: white;
}
ul {
  padding: 0;
  list-style: none;
}
.menu-item {
  background: #E4F0FD;
  border-radius: 20px 0 0 20px;
  margin: 75px 0;
  padding-top: 15px;
  padding-right: 30px;
  padding-bottom: 10px;
  position: relative;
}
.menu-item:nth-child(2n) {
  background: #FBE4F0;
}
.menu-item:nth-child(3n) {
  background: #F7F7FE;
}
.menu-item:nth-child(4n) {
  background: #E4FDF1;
}
.menu-item img {
 width: 180px;
    height:180px;
    position: absolute;
    top: -20px;
    left: -20px;
    border-radius: 50%;
    box-shadow: 7px 9px #04aa6d;
}
.menu-item1 {
  background: #E4F0FD;
  border-radius: 20px 0 0 20px;
  margin: 75px 0;
  padding-top: 15px;
  padding-right: 30px;
  padding-bottom: 10px;
  position: relative;
}
.menu-item1:nth-child(2n) {
  background: #FBE4F0;
}
.menu-item1:nth-child(3n) {
  background: #F7F7FE;
}
.menu-item1:nth-child(4n) {
  background: #E4FDF1;
}

.menu-item .add-button {
  position: absolute;
  border: none;
  background: #6B00F5;
  padding: 6px 20px 4px;
  border-radius: 20px;
  color: white;
  font-weight: 700;
  font-size: 16px;
  bottom: -10px;
  left: 150px;
  transition: all 0.3s;
}
.menu-item .add-button:hover {
  background: #5815AE;
}

.menu-item-dets {
  margin-left: 275px;
  padding-bottom: 15px;
}
.menu-item-dets1 {
  margin-left: 35px;
  padding-bottom: 15px;
}
.menu-item-dets1 a {
  text-decoration: none;
  color: #0a26f7;
}

.menu-item-heading {
  font-size: 40px;
    margin: 0px 0 0px;
}
.menu-item-heading-date{font-size: 50px;
font-weight: 900;
color: #0a26f7;
margin-bottom: 0px;
margin-top: 0px;
text-align: right;
}
.g-price{font-size: 50px;
    font-weight: 900;
    color: #0a26f7;
    margin-bottom: 0px;
    margin-top: 0px;
	    text-align: right;
}

.screen-cart {
  padding-right: 30px;
}
.fieldset{    margin-top: 20px;
background-color: #ffffc2;}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translate(10px);
  }
  to {
    opacity: 1;
    transform: translate(0);
  }
}
.image-button{display: contents;}
.login__submit img{width: 300px;
  height: 150px;}
  .analytics{display: flex;
    padding: 8px;
    text-align: left;
    border-bottom: 25px solid #fff;
    background-color: #d6eeee;
    justify-content: space-between;
    align-items: center;
  }
  .name1{display: flex;
    align-items: center;
  }
  .name h4{font-size: 50px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 550px;}
    .img-sales img{width: 200px;
      height: 200px;}
.radiocash-visa{
    display: flex;
    justify-content: center;
    
}
.radiocash-visa input{
    width: 45px;
    margin-right: 15px;
}
.radiocash-visa label{
    margin-right: 40px;
}

.payreq h3{
 font-size: 55px;
}

.payreq1 {
    display: flex;
    justify-content: space-around;
    font-size: 36px;
}
 .payreq1 h2 {}
 .payreq1 span {color: red;}
.payreq2 {
    display: flex;
    justify-content: space-around;
    font-size: 36px;
}
.payreq2 h2{}
.payreq2 span {color: red;}




