html, body{

	margin: 0px;
	padding: 0px;
	height: 100%;

}

body {

	font-family: Helvetica;
	color: white;
 	background-color: #251917;
	background-image: url("../../assets/background.jpg");

  /* Full height */
  height: 100%;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;

}

a {

	text-decoration: none;

}

table {

	border-width: 0px;
	border-spacing: 0px;
	border-style: outset;
	border-collapse: separate;

}

td {

	border-width: 0px;
	border-style: inset;
	padding: 0px;

}

img {
    max-width: 100%;
    height: auto;
    width: auto;
}

::placeholder {
  color: #5e5e5e;
  opacity: 0.2;
}

.social {

  display: inline-block;
  text-align: center;
  margin-bottom: 2px;

}

.login {

	width: 350px;
	height: 60px;
	border: 1px solid #1c7100;
	background-color: white;

}

.loginCredentials {

	height: 100%;
	width: 94%;
	font-size: 24px;
	color: #5e5e5e;
	outline: none;
	box-shadow: none;
	border: none;

}

.remember {

	padding-top: 10px;
	width: 350px;
	font-size: 14px;
	color: white;

}

.left {

	display: inline-block;
	text-align: left;
	width: 50%;

}

.right {

	display: inline-block;
	text-align: right;
	width: 48%;

}

.button {

	background-color: #3aac58;
	border: 1px solid white;
	font-size: 16px;
	padding: 10px;
	width: 80px;
  	color: white;
	border-radius: 10px;

}

.button:hover{

	cursor: pointer;
	background-color: #ffffff;
	border: 1px solid #1c7100;
  	color: #3aac58;

}

.button:active{

	cursor: pointer;
	background-color: #1c7100;
	border: 1px solid #ffffff;
  	color: #ffffff;

}

.error {

	height: 30px;

}

.barcodebox {

	position: absolute;
	padding-top: 166px;
	width: 80%;
	text-align:center;

}

.barcode {

	width: 450px; 
	height: 80px; 
	background-color: white; 
	border: 5px solid #5e3619;
	border-radius: 40px;
	color: black;
	margin: 10px;
	font-size: 32px;
	text-align: center;

}

.navbutton-selected {

	width: 70%;
	height: 50px;
	background-color: #372607;
	border-radius: 10px;
	color: white;
	font-size: 18px;
	text-align: left;
	padding-left: 15px;
	font-size-adjust:0.5;

}

.navbutton {

	width: 70%;
	height: 50px;
	background-color: #fafafa;
	border-radius: 10px;
	color: #434343;
	font-size: 18px;
	text-align: left;
	padding-left: 15px;
	font-size-adjust:0.5;

}

.navbutton:hover {

	background-color: #e6e6e6;
	cursor: pointer;

}

.maintop {

	width: 100%;
	height: 220px;
	background-color: #372607;

}

.itemareaheader {

	width: 90%;
	padding-top: 50px;
	padding-bottom: 10px;
	display: flex; 
	align-items: center;
	justify-content: flex-start;

}

.itemareaheaderbar {

	display: flex; 
	align-items: center

}

.totalprice {

	width: 120px;
	height: 46px;
	background-color: #372607;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	display: flex; 
	align-items: center;
	justify-content: center;
	font-size: 24px;
	color: white;

}

.itembutton {

	width: 40px;
	height: 46px;
	border: 1px solid #E3E3E3;
	border-radius: 4px;
	color: #6C6C6C;
	font-size: 24px;
	display: flex; 
	align-items: center;
	justify-content: center;

}

.itembutton:hover {

	background-color: #e6e6e6;
	cursor: pointer;

}

.itemarea {

	width: 100%;
	height: 500px;
	overflow: scroll;

}

.item {

	width: 90%;
	height: 130px;
	border: 1px solid #E3E3E3;
	display: flex; 
	align-items: center;
	text-align: left;

}

.itemimage {

	height: 100%;

}

.itemname {

	height: 100%;
	width: 65%;
	text-align: left;
	padding-left: 20px;
	font-size: 32px;
	color: grey;
	font-weight: 100;
	padding-top: 55px;

}

.WiiU {

	background-color: #0096C8;
	width: 44px;

}

.Wii {

	background-color: white;
	border: 1px solid #caced1;
	color: grey;
	width: 28px;

}

.Gamecube {

	background-color: #6545B2;
	border: 1px solid #caced1;
	width: 70px;

}

.Playstation {

	background-color: black;
	color: white;
	width: 80px;

}

.Playstation2 {

	background-color: black;
	color: white;
	width: 96px;

}

.Playstation3 {

	background-color: #96909B;
	color: grey;
	width: 96px;

}

.Playstation4 {

	background-color: #3167F5;
	color: white;
	width: 96px;

}

.Playstation5 {

	background-color: #3167F5;
	color: white;
	width: 96px;

}

.PlaystationVita {

	background-color: #3167F5;
	color: white;
	width: 110px;

}

.PSP {

	background-color: black;
	color: white;
	width: 36px;

}

.Xbox {

	background-color: #77bb44;
	color: white;
	width: 50px;

}

.Xbox360 {

	background-color: #77bb44;
	color: white;
	width: 70px;

}

.XboxOne {

	background-color: #2ca243;
	color: white;
	width: 74px;

}

.XboxSeries {

	background-color: #107c10;
	color: white;
	width: 100px;

}

.console {

	font-size: 16px;
	border-radius: 8px;
	display: flex; 
	align-items: center;
	justify-content: center;
	padding: 10px;

}

.custom-select {
	min-width: 150px;
	position: relative;
  }

select {

	appearance: none;
	/* safari */
	-webkit-appearance: none;
	/* other styles for aesthetics */
	width: 100%;
	font-size: 1.15rem;
	padding: 0.675em 1em 0.675em 1em;
	border: 1px solid #caced1;
	border-radius: 0.25rem;
	color: grey;
	cursor: pointer;

}

.custom-select::before, .custom-select::after {

	--size: 0.4rem;
	position: absolute;
	content: "";
	right: 1rem;
	pointer-events: none;

}
  
.custom-select::before {

	border-left: var(--size) solid transparent;
	border-right: var(--size) solid transparent;
	border-bottom: var(--size) solid grey;
	top: 40%;

}
  
.custom-select::after {

	border-left: var(--size) solid transparent;
	border-right: var(--size) solid transparent;
	border-top: var(--size) solid grey;
	top: 55%;

}

.action-buttons{

	align-items: center;

}

.action-item {

	border: 1px solid #E3E3E3;
	border-top: 0px;
	border-right: 0px;
	width: 65px;
	height: 65px;
	display: flex; 
	align-items: center;
	justify-content: center;
	color: #E3E3E3;
	font-size: 24px;

}

.red:hover{

	background-color: red;
	color: white;
	cursor: pointer;

}

.green:hover{

	background-color: green;
	color: white;
	cursor: pointer;

}

.itemvalue {

	width: 100px;
	height: 48px;
	border: 1px solid #CBCED1;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	text-align: center;
	font-size: 18px;
	color: #808080;
}

.itemcurrency {

	width: 40px;
	height: 46px;
	border: 1px solid #CBCED1;
	border-right: 0px;
	background-color: #CBCED1;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	text-align: center;
	font-size: 24px;
	font-weight: 300;
	color: white;
	display: flex; 
	align-items: center;
	justify-content: center;

}

.alerts {

	display: none;
	position: relative;
	align-items: center;
	justify-content: center;
	width: 100%

}

.alert {

	display: flex;
	align-items: center;
	justify-content: center;
	width: calc(90% - 2px);
	height: 80px;
	border-radius: 4px;

}

.alertclose {

	position: absolute;
	cursor: pointer;
	right: 5.2%;
	top: 2%;

}

.alertred {

	color: #6C6C6C;
	background-color: peachpuff;
	border: 1px solid red;

}

.alertgreen {

	color: #6C6C6C;
	background-color: lightgreen;
	border: 1px solid green;

}

.results-box {
    position: absolute;
    width: 370px;
    border: 1px solid #ccc;
	border-top: 0px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	color: grey;
    display: none;
    background: white;
    z-index: 1000; /* Ensure it's above other elements */
    max-height: 200px; /* Add a max height for overflow handling */
    overflow-y: auto; /* Enable scrolling if content exceeds max height */
	margin-left: auto;
	margin-right: auto;
	margin-top:-10px;
	left: 0;
	right: 0;
	text-align: center;
}

.search-result-item {
	height: 30px;
    cursor: pointer;
	border-bottom: 1px solid #CBCED1;
	display: flex; 
}

.search-result-item:hover {
    background-color: #CBCED1;
	cursor: pointer;
}

.search-image {

	font-size: 14px;
	height: 30px;
	width: 50px;
	text-align: left;

}

.search-name {

	font-size: 12px;
	display: flex; 
	align-items: center;
	justify-content: center;

}