@import url('https://fonts.googleapis.com/css?family=Montserrat');
* {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat';
    font-size: 22px;
}
/* Index.php */
body {
	margin: 0;
	padding: 0;
	font-family: Montserrat;
	background: url() no-repeat;
	background-size: cover;
}

.login-box {
	position: relative;
	padding: 200px;
	padding-bottom:100px	
	background-color: #DBE6EB;
	//top: 50%;
	//left: 50%;
	//transform: translate(-50%, -50%);
	color: #191970;
}
.logo-img{
	display:grid;
	justify-content:center;

}
.logo-img img{
   margin-bottom:30px;
}
.navbar-inverse{
    background-color:#287BA5 !important;
    color:#ffffff !important;

}
.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
    color: #fff;
	background-color:#287BA5 !important;

}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    color: #000 !important;
    background-color: transparent !important;
}
.navbar-inverse .navbar-nav>li>a{
	color:#000;
}
.navbar-inverse .navbar-nav>li>a:active{
	background-color:#287BA5 !important;

}
.navbar-nav {
    margin: 7.5px 0px;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
	background-color: #DBE6EB;
}
.login-box h1 {
	float: left;
	font-size: 40px;
	border-bottom: 4px solid #191970;
	margin-bottom: 50px;
	padding: 13px;
}

.textbox {
	width: 100%;
	overflow: hidden;
	font-size: 20px;
	background: #EBEBEB;
	padding: 8px 0;
	margin: 8px 0;
	border-radius: 10px;
}

.fa {
	width: px;
	float: left;
	text-align: center;
}
.form-control{
     box-shadow: 0px 2px 4px 0px #054F2D33 !important;
	 border: none !important;
}
.textbox input {
	border: none;
	outline: none;
	background: none;
	font-size: 18px;
	float: left;
	margin: 0 10px;
}
.textbox select{
	width: 100%;
	border: none;
	border: none;
	outline: none;
	background: none;
	font-size: 18px;
	color:#868686;
	padding: 0px 10px;
	float: left;
}
.button {
	width: 100%;
	padding: 8px;
	color: #fff;
	background: none #287BA5;
	border: none;
	border-radius: 6px;
	font-size: 18px;
	cursor: pointer;
	margin: 12px 0;
}


/* Verification code css */


.verification-code {
    max-width: 300px;
    position: relative;
    margin:50px auto;
    text-align:center;
}
.control-label{
  display:block;
  font-size: 18px;
  font-weight: 400;
  line-height: 36.57px;
  text-align: left;
  
#resend{
	color: #287BA5;
}
}
 h2{
      font-weight: 600;
    }
.verification-code--inputs input[type=text] {
    border: 2px solid #e1e1e1;
    width:100px;
    height: 100px;
    padding: 24px;
    margin: 15px 36px;
   
    text-align: center;
    display: inline-block;
  box-sizing:border-box;
}
/* End */
.user-cart {
    display: flex;
    justify-content: flex-end;
}
.user-cart span{
    background-color:red; 
    padding-right:3px; 
    padding-left:3px;  
    border-radius:10px; 
    font-size:18px;
    margin-left:-1.2rem;
}

/*********** admin dashboard styling **********/
  /* .card{
      background-color: #3B3131;
      padding:20px;
      margin: 10px;
      border-radius: 10px;
      box-shadow: 8px 5px 5px #3B3131;
  } */
  .box {
    height: 190px;
    
    padding: 14px;
    border-radius:15px;
    background-color: #DBE6EB;
    display: block;
    align-items: center;
    justify-content: space-around;
    cursor: pointer;
    transition: transform 0.3s ease-in-out;
  }
  .box:hover {
    transform: scale(1.08);
  }
  .icon_text{
      padding: 5px;
      display: flex;
      align-items: center;
      justify-content: space-around;
      cursor: pointer;
  }
  .topic-heading {
    font-size: 24px;
    color: #000;
    font-weight: 600;
    padding-top: 10px;
    text-align: center;
}
  
  .next-row{
      margin-top:50px;
  }
  
.icon_text p{
  position: relative;
  top:8px;
  font-weight: 600;
}
.ownerdetails{
  background: #287BA5;
    padding: 20px 30px;
    display: block;
    color: #fff;
}
/************************** for sidebar ***********************************/

  /* The sidebar menu */
  .sidebar {
      height: 100%; /* 100% Full-height */
      width: 350px; /* 0 width - change this with JavaScript */
      position: fixed; /* Stay in place */
      z-index: 1; /* Stay on top */
      top: 0;
      left: 0;
      background-color: #DBE6EB;
      ; /* Black*/
      overflow-x: hidden; /* Disable horizontal scroll */
      padding-top: 60px; /* Place content 60px from the top */
      transition: 0.5s; /* 0.5 second transition effect to slide in the sidebar */
    }
    
    /* The sidebar links */
    .sidebar a {
      padding: 8px 8px 8px 32px;
      text-decoration: none;
      font-size: 22px;
      width: 250px;
      color:#000;
      display: block;
      transition: 0.3s;
    }
    
    .sidebar .side-header{
      margin-left: 30px;
      margin-bottom: 58px;
      font-size: 34px;
      color: #000;
      }

    /* When you mouse over the navigation links, change their color */
    
    .sidebar a:active {
      background-color: #287BA5;
    }
    .sidebar .active{
      background-color: #287BA5;
      border-radius: 5px;
      color: #fff;
    }
    .sidebar .active >i{
        color:#fff;
      }
    .rightNav{
      display: flex;
    //  gap:20px;
      justify-content: end;
    }
    /* Position and style the close button (top right corner) */
    .sidebar .closebtn {
      position: absolute;
      top: 0;
      right: 2px;
      font-size: 34px;
      margin-left: 50px;
    }
    
    /* The button used to open the sidebar */
    .openbtn {
      font-size: 20px;
      cursor: pointer;
      padding: 10px 15px;
      border: none;
      color: #fff;
      background-color:#584e46;
    }
    
    .openbtn:hover {
      color: #ECDAC9;
    }
    #main-content{
      margin-left:22%;
    }
    /* Style page content - use this if you want to push the page content to the right when you open the side navigation */
    #main {
      transition: margin-left .5s; /* If you want a transition effect */
      padding: 20px;
    }
    .receipt  { 
      margin-top:7%;
    }
    /* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
    @media screen and (max-height: 450px) {
      .sidebar {padding-top: 15px;}
      .sidebar a {font-size: 18px;}
    }
    @media screen and (max-width: 768px) {
      .sidebar {display: none;}
      .sidebar a {font-size: 18px;}
      #main-content{
        margin-left: 0px;
     }
      .box{
        margin-bottom: 30px;
      }
    .navbar-header{
    width:125%;
    }
      .navbar h5{
        display: none;
      }
      .outputData{
        display: block  !important;
      }
      select.form-control {
        height: 30px !important;
    }
    .form-control {
        font-size: 14px !important;
    }
    h2{
      font-size: 20px !important;
      font-weight: 600;
    }
    .outputData span {
      font-size: 15px !important;
      
    }
    .btnalignmmobile{
      display: flex;
    }
    .offset-4{
      margin-left: 0px !important;
    }
    .addnewBlock button {
      padding: 2px 5px !important;
      height: 40px !important;
    }
  .loginbox-container{
		margin-top:40px;
}
    .login-box {
      
     padding: 30px;
	left:0px;
        width:100%;
   position:relative;
      transform:none;
    }
    .verification-code--inputs{
      display: flex;
    }
    .verification-code--inputs input[type=text] {
      border: 2px solid #e1e1e1;
      padding: 10px;
      margin: 5px;
width:35px;
height:35px;
    }
    .searchby{
    width:100% !important;
    }

	.tab button {
    border-radius: 3px;
    outline: none;
    font-size:14px !important;
    padding: 8px 9px !important;
  }
	.addnewBlock{
	margin-top:20px !important;
	}
}
@media screen and  (min-width: 768px) and (max-width:966px) {
    .navbar-toggle {
        display: block !important;
    }
.navbar-collapse.collapse {
         display: none !important;
}

.collapse.in {
    display: block !important;
}
.collapse.show {
    display: block !important;
}
.show {
    display: block !important;
}
.navbar-header{
	width:100% !important;
}
#main-content {
    margin-left: 10% !important;
}
.topic-heading{
	font-size:12px !important;
	white-space: nowrap !important;
}
.icon_text p {
	font-size:14px !important;
}
}
  @media screen and (min-width: 1024px) and (max-width:1566px) {
    .sidebar{
      width: 300px !important;
    }
    .sidebar a {

      font-size: 19px;
      width: 280px;
  }
	#main-content{
    margin-left:24%;
}

}
/* Style the tab */
.tab {
    overflow: hidden;
    background-color: #ffffff;
}

/* Style the buttons inside the tab */
.tab button {
    background-color: inherit;
    float: left;
    border: none;
    border-radius: 4px;
    outline: none;
    cursor: pointer;
    padding: 14px 40px;
    transition: 0.3s;
    font-size: 17px;
}
.heading{
    font-size: 28px;
white-space: nowrap;
    color: #000;
    font-weight: 600;
}

.form-control{
    height: 50px;
}
.save_btn{
    background-color: #287BA5;
    color: #fff;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
 	background-color: #DBE6EB;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 20px 30px;
    border-radius:7px;;
    border-top: none;
    background-color: #DBE6EB;
}
/************************** product table styling *********************************/

  table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    box-shadow: 0 2px 15px rgba(64, 64, 64, .7);
    border-radius: 12px 12px 0 0;
    margin-bottom: 50px;
  }

  th {
    background-color: #287BA5;
    color: #fafafa;
    font-family: 'Open Sans', Sans-serif;
    font-weight: 400;
    text-align: center;
  }

  tr {
    width: 100%;
    background-color: #fafafa;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
  }

  tr:nth-child(even) {
    background-color: #eeeeee;
  }
.profile{
  width:34px;
}
.addnewBlock
{
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.addnewBlock button{
  padding:10px 20px;
  border:none;
  height: 45px;
  border-radius: 8px;
  font-weight: 600;
  color:#fff;
  background-color: #287BA5;

}
.btnRow{
  display: flex;
  gap:20px;
}
/************************ login and sign up styling  ******************************/

.card-container.card-account {
  max-width: 500px;
  padding: 30px 30px;
}

.btn {
  font-weight: 700;
  -moz-user-select: none;
  -webkit-user-select: none;
   padding:12px 40px !important;
   user-select: none;
   cursor: default;
}

/*
* Card component
*/
.card-account{
  background-color: #ECDAC9;
  /* just in case there no content*/
  padding: 20px 25px 30px;
  margin: 0 auto 25px;
  margin-top: 40px;
  /* shadows and rounded borders */
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}

.profile-img-card {
  width: 96px;
  height: 96px;
  margin: 0 auto 10px;
  display: block;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

/*
* Form styles
*/

#profile{
  width: 100px;
}
.profile-name-card {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin: 10px 0 0;
  min-height: 1em;
}

.reauth-email {
  display: block;
  color: #404040;
  line-height: 2;
  margin-bottom: 10px;
  font-size: 14px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.form-signin #inputEmail,
.form-signin #inputPassword {
  direction: ltr;
  height: 44px;
  font-size: 16px;
}

.form-signin input[type=email],
.form-signin input[type=password],
.form-signin input[type=text],
.form-signin button {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  z-index: 1;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.form-signin .form-control:focus {
  border-color: #ab9787;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px #8a7a6d;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px #8a7a6d;
}
.form-label{
  color:#000;
  padding: 10px 0px;
  font-weight: 700 !important;
}
.form-control{
  font-size: 18px;
}
select.form-control{
  height: 45px !important;
}
.btn.btn-signin {
  
  background-color: #584e46;
  padding: 2px;
  font-weight: 700;
  font-size: 16px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: none;
  -o-transition: all 0.218s;
  -moz-transition: all 0.218s;
  -webkit-transition: all 0.218s;
  transition: all 0.218s;
}

.btn.btn-signin:hover,
.btn.btn-signin:active,
.btn.btn-signin:focus {
  background-color: #a56a39;
}
.mleft{
  margin-left:16rem;
}

.partition{
  width: 100%;
  height: 2px;
  margin: 30px 0px;
  border-color: #939393;
}
/* Preview File */
.printList{
  display:flex;
  list-style:none;
justify-content:center;
}
.printList li{
  padding: 10px;
}
.outputData{
  display:flex; 
  flex-direction: row; 
  justify-content: center;
   align-items: center
}
.outputData span{
  font-size: 22px;
  font-weight: 600;
}
.outputData select{
  background-color: #fff;
}

.itemlist th{
  text-align: center;
}
.itemlist ul{
  list-style-type:none;
}

.tab button{
  font-size:22px;
  font-weight: 600;
}
/* 
.box {
  position: relative;
  background-color: #000;
} */
.cardview{
  box-shadow: 0px 2px 4px 0px #00000033;
  padding:14px 35px;
}
.cardview h3{
  font-weight: 600;
}
.image {
  opacity: 1;
  display: block;
  max-width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
  object-fit: contain;
}

.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.box:hover .image {
  opacity: 0.3;
}

.box:hover .middle {
  opacity: 1;
/* }

.text {
  background-color: #584e46;
  color: #fff;
  font-size: 16px;
  padding: 6px;
  border-radius: 5px;
} */

/* *******************   cart to login icon styling   ********************* */
.cart-login-btn{
  margin:5px;
  border-style: outset;
}
.cart-login-btn a i{
  padding: 10px;
  font-size:30px; 
  color:#584e46;              
}
.cart-login-btn a i:hover{  
  color: grey;
}
/* Registration form css */
.gradient-custom {
  /* fallback for old browsers */
  background: #f093fb;
  
  /* Chrome 10-25, Safari 5.1-6 */
  background: -webkit-linear-gradient(to bottom right, rgba(240, 147, 251, 1), rgba(245, 87, 108, 1));
  
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  background: linear-gradient(to bottom right, rgba(240, 147, 251, 1), rgba(245, 87, 108, 1))
  }
  
  .card-registration .select-input.form-control[readonly]:not([disabled]) {
  font-size: 1rem;
  line-height: 2.15;
  padding-left: .75em;
  padding-right: .75em;
  }
  .card-registration .select-arrow {
  top: 13px;
  }
  /* End */

/* ****************************   footer  *************************** */
.footer-hover{
  color: #000;
}
}

/* Pagination. */
.pagination {
	background: #287BA5;
	padding: 1rem;
	margin-bottom: 1rem;
	text-align: center;
	display: flex;
	justify-content: center;
}

#numbers {
	padding: 0;
	margin: 0 2rem;
	list-style-type: none;
	display: flex;
}

#numbers li a {
	color: #fff;
	padding: .5rem 1rem;
	text-decoration: none;
	opacity: .7;
}

#numbers li a:hover {
	opacity: 1;
}

#numbers li a.active {
	opacity: 1;
	background: #fff;
	color: #333;
}

#lunchnum {
	padding: 0;
	margin: 0 2rem;
	list-style-type: none;
	display: flex;
}

#lunchnum li a {
	color: #fff;
	padding: .5rem 1rem;
	text-decoration: none;
	opacity: .7;
}

#lunchnum li a:hover {
	opacity: 1;
}

#lunchnum li a.active {
	opacity: 1;
	background: #fff;
	color: #333;
}


#extranumbers {
	padding: 0;
	margin: 0 2rem;
	list-style-type: none;
	display: flex;
}

#dinnernum {
	padding: 0;
	margin: 0 2rem;
	list-style-type: none;
	display: flex;
}

#dinnernum li a {
	color: #fff;
	padding: .5rem 1rem;
	text-decoration: none;
	opacity: .7;
}

#dinnernum li a:hover {
	opacity: 1;
}

#dinnernum li a.active {
	opacity: 1;
	background: #fff;
	color: #333;
}


#extranumbers li a {
	color: #fff;
	padding: .5rem 1rem;
	text-decoration: none;
	opacity: .7;
}

#extranumbers li a:hover {
	opacity: 1;
}

#extranumbers li a.active {
	opacity: 1;
	background: #fff;
	color: #333;
}
#drinksnumbers {
	padding: 0;
	margin: 0 2rem;
	list-style-type: none;
	display: flex;
}

#drinksnumbers li a {
	color: #fff;
	padding: .5rem 1rem;
	text-decoration: none;
	opacity: .7;
}

#drinksnumbers li a:hover {
	opacity: 1;
}

#drinksnumbers li a.active {
	opacity: 1;
	background: #fff;
	color: #333;
}
.ok{
 color: green;;
}
.warning{
  color:red;
}

.searchby{
    border:1px solid #fefefe;
    width:30%;
    margin-bottom:20px;
}


ul.breadcrumb {
  padding: 10px 16px;
  list-style: none;
  background-color: #eee;
}

/* Display list items side by side */
ul.breadcrumb li {
  display: inline;
  font-size: 18px;
}

/* Add a slash symbol (/) before/behind each list item */
ul.breadcrumb li+li:before {
  padding: 8px;
  color: black;
  content: "/\00a0";
}

/* Add a color to all links inside the list */
ul.breadcrumb li p {
  color: #0275d8;
  text-decoration: none;
}

/* Add a color on mouse-over */
ul.breadcrumb li p:hover {
  color: #01447e;
  text-decoration: underline;
}

.preview-table tr{
background-color:#fff !important;
}

.preview-table tr:nth-child(even) {
    background-color: #fff !important;
}
.preview-table  td{
border-top:none !important;
}
.mobile_header
{
display: flex;
    gap: 53px;
    align-items: center;
}
.form-check-label {
    margin-bottom: 0;
    margin-left: 20px;
}
.adminActions {
  position: fixed;
  bottom: 35px; right: 35px;
border-radius: 30px;
    padding: 15px;
    background: #287BA5;
z-index:1;
}

/* The snackbar - position it at the bottom and in the middle of the screen */
#snackbar {
  visibility: hidden; /* Hidden by default. Visible on click */
  min-width: 250px; /* Set a default minimum width */
  margin-left: -125px; /* Divide value of min-width by 2 */
  background-color: #333; /* Black background color */
  color: #fff; /* White text color */
  text-align: center; /* Centered text */
  border-radius: 2px; /* Rounded borders */
  padding: 16px; /* Padding */
  position: fixed; /* Sit on top of the screen */
  z-index: 1; /* Add a z-index if needed */
  left: 50%; /* Center the snackbar */
  bottom: 30px; /* 30px from the bottom */
}

/* Show the snackbar when clicking on a button (class added with JavaScript) */
#snackbar.show {
  visibility: visible; /* Show the snackbar */
  /* Add animation: Take 0.5 seconds to fade in and out the snackbar.
  However, delay the fade out process for 2.5 seconds */
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
  from {bottom: 0; opacity: 0;}
  to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
  from {bottom: 0; opacity: 0;}
  to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
  from {bottom: 30px; opacity: 1;}
  to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
  from {bottom: 30px; opacity: 1;}
  to {bottom: 0; opacity: 0;}
}
#signin {
  visibility: hidden; /* Hidden by default. Visible on click */
  min-width: 250px; /* Set a default minimum width */
  margin-left: -125px; /* Divide value of min-width by 2 */
  background-color: #333; /* Black background color */
  color: #fff; /* White text color */
  text-align: center; /* Centered text */
  border-radius: 2px; /* Rounded borders */
  padding: 16px; /* Padding */
  position: fixed; /* Sit on top of the screen */
  z-index: 1; /* Add a z-index if needed */
  left: 50%; /* Center the snackbar */
  bottom: 30px; /* 30px from the bottom */
}

/* Show the snackbar when clicking on a button (class added with JavaScript) */
#signin.show {
  visibility: visible; /* Show the snackbar */
  /* Add animation: Take 0.5 seconds to fade in and out the snackbar.
  However, delay the fade out process for 2.5 seconds */
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}
#invalid {
  visibility: hidden; /* Hidden by default. Visible on click */
  min-width: 250px; /* Set a default minimum width */
  margin-left: -125px; /* Divide value of min-width by 2 */
  background-color: #333; /* Black background color */
  color: #fff; /* White text color */
  text-align: center; /* Centered text */
  border-radius: 2px; /* Rounded borders */
  padding: 16px; /* Padding */
  position: fixed; /* Sit on top of the screen */
  z-index: 1; /* Add a z-index if needed */
  left: 50%; /* Center the snackbar */
  bottom: 30px; /* 30px from the bottom */
}

/* Show the snackbar when clicking on a button (class added with JavaScript) */
#invalid.show {
  visibility: visible; /* Show the snackbar */
  /* Add animation: Take 0.5 seconds to fade in and out the snackbar.
  However, delay the fade out process for 2.5 seconds */
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}
.error {
    color: red;
}
#addguest {
  visibility: hidden; /* Hidden by default. Visible on click */
  min-width: 250px; /* Set a default minimum width */
  margin-left: -125px; /* Divide value of min-width by 2 */
  background-color: #333; /* Black background color */
  color: #fff; /* White text color */
  text-align: center; /* Centered text */
  border-radius: 2px; /* Rounded borders */
  padding: 16px; /* Padding */
  position: fixed; /* Sit on top of the screen */
  z-index: 1; /* Add a z-index if needed */
  left: 50%; /* Center the snackbar */
  bottom: 30px; /* 30px from the bottom */
}

/* Show the snackbar when clicking on a button (class added with JavaScript) */
#addguest.show {
  visibility: visible; /* Show the snackbar */
  /* Add animation: Take 0.5 seconds to fade in and out the snackbar.
  However, delay the fade out process for 2.5 seconds */
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

#editguestdata {
  visibility: hidden; /* Hidden by default. Visible on click */
  min-width: 250px; /* Set a default minimum width */
  margin-left: -125px; /* Divide value of min-width by 2 */
  background-color: #333; /* Black background color */
  color: #fff; /* White text color */
  text-align: center; /* Centered text */
  border-radius: 2px; /* Rounded borders */
  padding: 16px; /* Padding */
  position: fixed; /* Sit on top of the screen */
  z-index: 1; /* Add a z-index if needed */
  left: 50%; /* Center the snackbar */
  bottom: 30px;  

}

 Show the snackbar when clicking on a button (class added with JavaScript) */
#editguestdata.show {
  visibility: visible; /* Show the snackbar */
  /* Add animation: Take 0.5 seconds to fade in and out the snackbar.
  However, delay the fade out process for 2.5 seconds */
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

.msgview {
 // visibility: hidden; /* Hidden by default. Visible on click */
  min-width: 250px; /* Set a default minimum width */
  margin-left: -125px; /* Divide value of min-width by 2 */
  background-color: #333; /* Black background color */
  color: #fff; /* White text color */
  text-align: center; /* Centered text */
  border-radius: 2px; /* Rounded borders */
  padding: 16px; /* Padding */
  position: fixed; /* Sit on top of the screen */
  z-index: 1; /* Add a z-index if needed */
  left: 50%; /* Center the snackbar */
  bottom: 30px;  

}

 Show the snackbar when clicking on a button (class added with JavaScript) */
#addguestguest.show {
  visibility: visible; /* Show the snackbar */
  /* Add animation: Take 0.5 seconds to fade in and out the snackbar.
  However, delay the fade out process for 2.5 seconds */
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@media print {
  @page {
    margin: 0.3in 1in 0.3in 1in !important
  }
}

.visibletr{
display:none !important;
}