body {
	font-family: 'Consolas', sans-serif;
	margin: 0;
	line-height: 1.6;
	background: #ffffff url('../img/white1.jpg');
}
a {
	text-decoration: none;
	color: #ccc;
}

/* Footer */
footer .footer-bottom {
	background: #7b1fa2;
	padding: 1rem;
	color: #fff;
}

/* Utility Classes */
.container {
	max-width: 1180px;
	text-align: center;
	margin: 0 auto;
	padding: 0 3rem;
}

.lead {
	font-size: 1.3rem;
}

.text-center {
	text-align: center;
}

.active {
	background: rgb(202, 143, 34);
	color: #fff;
	/* border: 1px solid #fff; */
}

/* Navigation */
nav {
	height: 40px;
	width: 100%;
	background-color: #7b1fa2;
	color: #eee;
}
nav ul {
	padding: 0;
	margin: 0;
	padding-right: 15%;
}
nav li {
	display: inline;
	float:left;
}
nav a {
	display: inline-block;
	width: 100px;
	text-align: center;
	text-decoration: none;
	padding: 8px 0;
	color: #eee;
}
nav li:hover {
	background-color: #7b1fa2;
}
.cf > ul {
	float: right;
	margin-right: 21px;
}

#menushow{
	padding-left: 15%;
}
small{
	margin-left: 15px;
}

@media screen and (max-width:1051px){
	nav ul {
		padding: 0;
		margin: 0;
		padding-right: 0;
	}
	#menushow{
		padding-left: 0%;
	}
}

@media screen and (max-width: 558px) {
	#menushow{
		padding-left: 0;
	}

	.second {
		display: inline-block;
	}

	.loginform {
		width: 100%;
		padding: 0;
		margin: 0;
	}
	.left {
		float: unset;
		text-align: center;
		align-content: center;
		justify-content: center;
	}
	.rt {
		float: unset;
		text-align: center;
		align-content: center;
		justify-content: center;
	}

	#profileimg {
		padding: 10px;
		border-radius: 100%;
	}
	.loginform {
		width: 90%;
		border: 1px solid gainsboro;
		padding: 21px;
		margin: 21px;
		text-align: left;
		margin-left: 10%;
	}
	.hide-on-small {
		display: none;
	}
	nav {
		height: auto;
		border-bottom: 0;
	}
	nav ul {
		display: none;
		height: auto;
	}
	nav li {
		width: 100%;
		float: left;
		position: relative;
	}
	nav a {
		text-align: left;
		width: 100%;
		text-indent: 25px;
		background: #7b1fa2;
		border-bottom: 1px solid #7b1fa2;
	}
	nav a:hover {
		background: #7b1fa2;
	}
	nav a#menushow:after {
		content: '|||';
		transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		-webkit-transform: rotate(-90deg);
		width: 30px;
		height: 30px;
		display: inline-block;
		position: absolute;
		right: 5px;
		top: 22px;
		margin-top: 7px;
		
		
	}
	nav a#menushow {
		display: block;
		background-color: #7b1fa2;
		width: 100%;
		position: relative;
	}
}
/* form */

.my-form {
	padding: 20px;
}

.my-form .form-group {
	padding-bottom: 15px;
}

.my-form input[type="password"],
.my-form input[type="number"],
.my-form input[type="tel"],
.my-form textarea,
select,
.my-form input[type="email"],
.my-form input[type="text"] {
	width: 100%;
	border-bottom: 20px;
	border: 1px solid gainsboro;
	border-radius: 4px;
	padding-top: 12px;
	text-align: left; 
	padding-bottom: 12px;
}
label{
	font-weight: 600;
	display: block;
	margin-bottom: 3px;
	float: left;
}

.signinbtn{
	width: 100%;
	padding: 0.7rem 1rem;
  height: 2.7rem;
  display: block;
  border: 0;
  border-radius: 2px;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  transition: all 0.5s;
}
  

option{
	padding: 50px;
	font-size: 21px;
}

.loginform {
	width: 36%;
	border: 1px solid gainsboro;
	padding: 30px;
	margin: auto;
	padding-bottom: 70px;
	text-align: left;

}

/* form on mobile */

@media screen and (max-width: 800px) {
	.content > p,
	h1 {
		display: none;
	}
	.content > .btnl {
    margin-top: 150px;
    margin-left: 10%;
	}
	.container {
		padding: 0;
		margin: 5px;
	}
	.my-form {
		padding: 0;
	}

	.loginform {
		width: 85%;
		margin-left: 0;
		border: 1px solid gainsboro;
		text-align: left;
	}

	.my-form input[type="password"],
	.my-form input[type="number"],
	.my-form input[type="tel"],
	.my-form textarea,
	select,
	.my-form input[type="email"],
	.my-form input[type="text"] {
		width: 90%;
		padding: 16px;
		border: none;
		border-radius: 4px;
		border: 1px solid gainsboro;
	}
}

#fgtp {
	float: right;
	font-size: 14px;
	color: #0366d6;
    text-decoration: none;
	cursor: pointer;
	margin-top: 3px;

}
.new {
	font-weight: bold;
	text-align: center;
	font-size: 14px;
	color: #0366d6;
    text-decoration: none;
	cursor: pointer;
	margin:auto;
}

.button {
	background-color: #333;
	color: #fff;
	padding: 10px 15px;
	border: none;
	margin-top: 5px;
	margin-bottom: 5px;
}

.button:hover {
	background: purple;
	color: #fff;
}

.clr {
	clear: both;
}

/* PROFILEP`AGE */

.left {
	float: left;
}
.rt {
	float: right;
}

#profileimg {
	padding: 10px;
	border-radius: 100%;
}

/* nav toggle */






.showing {
	position: absolute;
	display: block;
	width: 50%;
	left: 30;
	top: 30;
	height: 100%;
}

/* `admin p`age */

.column {
	float: left;
	margin-right: 2%;
	margin-left: 2%;
	width: 45%;
}

/* Clear floats after the columns */
.row:after {
	content: "";
	display: table;
	clear: both;
}

/*tables*/
table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	border: 1px solid #ddd;
	overflow-x: auto;
}

th,
td {
	text-align: left;
	padding: 16px;
}

tr:nth-child(even) {
	background-color: #f2f2f2;
}

thead {
	background: #7b1fa2;
	color: #fff;
}

#db {
	text-align: center;
	padding: 10px;
	margin: 10px;
	background-color: #eee;
	border-radius: 1%;
}

@media screen and (max-width: 600px) {
	.column {
		width: 100%;
	}
}

.fa{
	font-weight: bolder;
}

/*d`asqhbord*/
.card {
	/* Add shadows to create the "card" effect */
	border: 1px solid #fff;
	margin: 5px;
	transition: 0.3s;
	display: block;
}

/* On mouse-over, add a deeper shadow */
.card:hover {
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

/* Add some padding inside the card container */
.card > .container {
	padding: 2px 16px;
}

.card {
	display: grid;
	float: left;
	grid-template-areas: inherit;
	grid-gap: 11px;
}

.btn-info {
	background: #7b1fa2;
}

/*details*/

.oneleft {
	line-height: normal;
	text-align: left;
}

.oneleft h4 {
	margin-bottom: 0;
}

.oneleft p {
	margin-top: 0;
}

.content {
	padding: 4em;
	padding-left: 40PX;
}
.content > h1 {
	margin: 0;
	font-weight: 300;
	font-size: 3em;
	text-transform: uppercase;
}

.content > p {
	margin-top: 0;
	font-size: 1.5em;
}
.btnl {
	background: rgb(202, 143, 34);
	color: #fff;
	padding: 15px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block;
	margin-top: 1.2em;
	margin-bottom: 1em;
	text-indent: 0px;
	margin-left: 111px;
}

#hero {
	text-indent: 111px;
	
	/*
background-image: 
url('https://us.123rf.com/450wm/sabelskaya/sabelskaya1706/sabelskaya170600340/80246099-young-man-working-as-courier-delivering-goods-parcel-boxes-cartoon-vector-illustration-isolated-on-w.jpg?ver=6'); */
	background-size: cover;
	height: 300px;
	background-position: center;
}
@media (max-width: 558px) {
	#hero {
		text-indent: 51px;
	    background-size: cover;
		height: 200px;
		background-position: center;
	}
}
/* footer */
footer {
	display: none;
	position: relative;
	background: #7b1fa2;
	margin-top: 355px;
}

/* Footer */
footer .footer-cols {
	display: grid;
	grid-gap: 20px;
	grid-template-columns: repeat(2, 1fr);
	padding: 2rem;
	text-align: left;
	font-size: 14px;
}
footer {
	color: #fff;
}
footer .footer-cols ul {
	list-style: none;
}

footer .footer-cols ul li:first-child {
	font-size: 1.2rem;
	padding-bottom: 0.5rem;
	border-bottom: #444 solid 1px;
	margin-bottom: 1rem;
}

footer .footer-bottom {
	padding: 1rem;
}

/* fix responsive profile table */

.orders {
	overflow: auto;
}

/* labels for count */
.count {
	/* background: #7b1fa2;
  padding:5px;
  color: white;
  margin-top: 5px;
  border-radius: 10%;
  border: 1px solid whitesmoke; */

	color: black;
	font-weight: 800;
	text-emphasis: bold;
}


.upperlogin{
	margin-top: 1%;
}


ul {
    /* Remove default list styling */
    list-style-type: none;
    padding: 0;
    margin: 0;
}

ul .errlist {
    border: 1px solid #ddd; 
    margin-top: -1px; 
    background-color: rgb(228, 117, 117);
    padding: 8px; 
    text-decoration: none; 
    font-size: 12px; 
    color: white;
    display: block; 
}

.disabled{
	background: #ccc;
	color: #000;
}

  .spinner-1:before {
    content: "";
    box-sizing: border-box;
    position: absolute;
    top: 60%;
    left: 50%;
    width: 60px;
    height: 60px;
    margin-top: -30px;
    margin-left: -30px;
    border-radius: 50%;
    border: 8px solid transparent;
    border-top-color:  rgb(202, 143, 34);
	border-bottom-color:  rgb(202, 143, 34);
	border-left-color:  rgb(202, 143, 34);
	
    animation: spinner 0.7s ease infinite;
  }
  
  @keyframes spinner {
    to {
      transform: rotate(360deg);
    }
  }
  

  .logout{
	 
	  position: absolute;
	  top: 250px;
	  left: 41%;
  }

  @media(max-width:558px){
	.logout{
	 
		position: absolute;
		top: 130px;
		left: 20%;
	}
  }


  #order{
	  padding-top: 300px;
	  padding-bottom: 300px;
  }



  /* modal stuff */


  :root {
    --modal-duration: 1s;
    --modal-color: #fff;
  }
  
  .modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
  }
  
  .modal-content {
    margin: 10% auto;
    width: 40%;
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 7px 20px 0 rgba(0, 0, 0, 0.17);
    animation-name: modalopen;
    animation-duration: var(--modal-duration);
  }
  
  .modal-header h2,
  .modal-footer h3 {
    margin: 0;
  }
  
  .modal-header {
    background: var(--modal-color);
    padding: 15px;
    color: #000;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
  
  .modal-body {
    padding: 5px 10px;
    background: #fff;
  }
  
  .modal-footer {
    background: var(--modal-color);
    padding: 10px;
    color: #fff;
    text-align: left;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  
  .close {
    color: #000;
    float: right;
    font-size: 30px;
   
  }
  
  .close:hover,
  .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
  }
  
  @keyframes modalopen {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  

  .btn-green{
	  background: rgb(137, 196, 137);
	  margin-top: 20px;
  }

  .btn-pink{
	  background: pink;
	  
  }
  .btn-red{
	  background: red;
  }
  .boards{
	  margin: auto 20%;
  }

  .success{
	background: rgb(137, 196, 137);
	  color: white;
  }
  .success li{
	background: rgb(137, 196, 137);
	color: white;
  }

  .searchResults{
	  color: #56455e !important;
	  text-decoration: underline;
	  
  }

  /* Cursor */
.txt-type > .txt {
	border-right: 0.2rem solid #777;
  }
  .txt-type{
	  font-size: 17px;
  }

  .neworder,.newform{
	  border: 1px solid gainsboro;
  }