@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Arabic:wght@200;400;700&display=swap');

* {
	font-family: 'IBM Plex Sans Arabic', sans-serif;
}

html {
	width: 100%;
	height: 100%;
	margin: 0px;
    padding: 0px;
    background: linear-gradient(180deg, rgba(249,229,134,1) 0%, rgba(249,245,134,1) 25%, rgba(202,251,150,1) 100%);
    background-attachment: fixed;
}

body, .wrapper, .content {
	padding-bottom: 64px;
}

.content {
	width: 90%;
	max-width: 320px;
	margin: 0px auto;
}

h1 {
	text-align: center;
    background: linear-gradient(to bottom right, rgb(255, 153, 0), rgb(255, 102, 252));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

a {
	text-align: center;
	color: blue;
}

#notification {
	border-radius: 6px;
	padding: 4px 8px;
}
#notification img {
	margin-bottom: -6px;
}

#notification.error {
	background-color: rgba(255, 0, 0, 0.2);
	border: 1px solid rgba(255, 0, 0, 0.4);
}
#notification.info {
	background-color: rgba(0, 255, 0, 0.1);
	border: 1px solid rgba(0, 255, 0, 0.4);
}

.title {
    display: block;
    text-align: center;
	font-size: 18px;
}

input[name="schuit_code"], 
input[name="name"], 
input[name="schuit_pin"], 
input[name="email"], 
input.login-code 
{
	width: calc(100% - 12px);
    margin: 12px 0px;	
    padding: 6px;
    color: rgba(0, 0, 0, 0.7);
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}

input[name="schuit_code"]::placeholder {
	color: #d9d9d9;
}
input[name="email"],
input[name="name"] {
	font-size: 20px;
}

input.login-code[type="number"] {
	width: 308px;
    float: none;
    margin-bottom: 12px;

    /* Hide arrows, FF */
	-moz-appearance: textfield;
}
/* Hide arrows */
input.login-code[type="number"]::-webkit-outer-spin-button,
input.login-code[type="number"]::-webkit-inner-spin-button 
{
  -webkit-appearance: none;
  margin: 0;
}

input::placeholder {
	color: #d9d9d9;
}

input[type="submit"] {
    display: block;
	min-width: 50%;
	margin: 8px auto;
	padding: 0px 16px;
    background: linear-gradient(to bottom right, rgba(102, 255, 153, 0.4), rgb(0, 255, 255, 0.4));
    border: none;
    border-radius: 7px;
    box-shadow: 2px 2px rgb(0 0 0 / 10%);
    cursor: pointer;
    font-size: 22px;
}

label[for^="location-"] {
    font-size: 20px;
}

form.new-unit label {
	display: block;
	width: 80px;
	float: left;
	margin-bottom: 4px;
	font-weight: bold
}

form.new-unit label[for="shareable"], form.new-unit label[for="alcoholic"] {
    width: 300px;
    margin-right: -20px;
}
input#shareable, input#alcoholic {
	display: block;
	float: right;
	margin-right: 0px;
}

form.new-unit input[type="text"], input[type="number"] {
    display: block;
    width: 200px;
    float: right;
    margin-bottom: 3px;
}

form .form-row {
    display: block;
    width: 100%;
    height: 30px;
}

.hint {
	display: block;
	width: 100%;
	margin-top: -10px;
	color: #595959;
	font-size: 15px;
	text-align: center;
}

hr {
    margin: 16px 0px;
    clear: both;
}

#consumables-list hr {
    margin: 8px 0px 4px;
    opacity: 0.5;
}

a img {
	margin-bottom: -5px;
}
img.shareable {
	margin-bottom: -4px;
    margin-top: -3px;
    width: 24px;
    opacity: 0.5;
}

a.privacy, a.terms {
	display: block;
	color: gray;
	font-size: 10px;
	text-decoration: underline;
	text-align: center;
}

a[class$=-login] {
    display: block;
    width: 170px;
    margin: 0px auto;
	padding: 17px 0px 16px 80px;

	background-repeat: no-repeat;
	background-size: contain;
	background-position: left;

    color: rgba(0, 0, 0, 0.7);
	font-family: Helvetica;
    font-size: 24px;
    text-decoration: none;
}
a.google-login {
	background-image: url('/Includes/Images/Google_icon.png');
}

a.zuipschuit-login {
    width: 230px;
    padding-left: 101px;
}
	a.zuipschuit-login .icon {
		width: 58px;
		height: 58px;
		float: left;
		margin-top: -20px;
		margin-left: -65px;

		border-radius: 29px;
		box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.3), 0px 2px 2px -1px rgba(0, 0, 0, 0.4);

		background-color: rgb(242, 242, 242);
		background-image: url('/Includes/Images/favicon/android-chrome-192x192.png');
		background-repeat: no-repeat;
		background-size: 70%;
		background-position: center;
	}

#user-consumable {
	font-size: 20px;
	clear: left;
}
	#user-consumable .name {
		width: 70%;
	    float: left;
	}

	#user-consumable .counter {
		width: 30%;
	    float: left;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;  
	}
		#user-consumable .counter .amount {
			width: 30%;
		    float: left;
	        text-align: center;
		}
		/*#user-consumable .counter .decrease,
		#user-consumable .counter .amount,
		#user-consumable .counter .increase {
			width: 30%;
		    float: left;
	        text-align: center;
		}*/
		#user-consumable .counter .decrease,
		#user-consumable .counter .increase {
		    background: linear-gradient(to bottom right, rgb(255, 153, 0), rgb(255, 102, 252));
		    -webkit-background-clip: text;
		    -webkit-text-fill-color: transparent;
		    cursor: pointer;
		}


	.shareable-pre-description,
	.shareable-post-description {
		display: none;
		float: left;
	    margin-top: 3px;
		font-size: 16px;

	}
	.shareable-pre-description {
		width: 116px;

	}
	.shareable-pre-description.shareable,
	.shareable-post-description.shareable {
		display: block;
	}
	.shareable-post-description {
		margin-left: 8px;
	}
	.shareable-pre-description::before {
		position: absolute;
		content: "↳";
		margin-left: -27px;
		margin-top: -3px;
		font-size: 21px;
	}

	#user-consumable .counter.shareable {
	    width: 100%;
		margin-left: 36px;
		margin-top: -4px;
	}
		#user-consumable .counter.shareable .amount {
			width: 10%;
		    float: left;
	        text-align: center;
		}


		#user-consumable .counter .button-container {
			width: 20px;
			height: 20px;
			margin-top: 4px;
			float: left;
			background: white;
			border: 1px solid rgb(255, 153, 0);
		}
		#user-consumable .counter .button-container > div {
			margin-left: 4px;
			margin-top: -4px;
		}



#rechnung a {
	font-size: 22px;
}

table {
	width: 100%;
}
	.user-consumables td:nth-child(1),
	.all-consumables td:nth-child(1) {
		/*width: 20px;*/
	}
	.user-consumables td:nth-child(2),
	.all-consumables td:nth-child(2) {
		padding: 0px 4px;
	}
	.user-consumables td:nth-child(3),
	.all-consumables td:nth-child(3) {
		width: 46px;
	}
	.user-consumables td:nth-child(4),
	.all-consumables td:nth-child(4) {
		width: 10px;
	}
	.user-consumables td:nth-child(5),
	.all-consumables td:nth-child(5) {
		width: 15px;
	}
	.user-consumables th .subheading {
		opacity: 0.4;
		font-size: 11px;
		font-weight: normal;
	}

.indexchar {
	display: block;
	float: left;
	width: 24px;
	font-weight: bold;
}

form.tipchange input.tipinput {
	width: 55px;
	text-align: right;
}


.ranking {
	height: 75px;
	margin: -20px auto 20px;
}
.ranking .pilar {
	width: 33%;
	float: left;
}
	.ranking .first {

	}
	.ranking .second {
		margin-top: 10px;
	}
	.ranking .third {
		margin-top: 20px;
	}
		.ranking .pilar .total {
			text-align: center;
			font-weight: bold;
		}	
		.ranking .pilar .name {
			text-align: center;
		}
			.ranking .pilar.first .bar {
				height: 30px;
				background-color: gold;
			}
			.ranking .pilar.second .bar {
				height: 20px;
				background-color: silver;
			}
			.ranking .pilar.third .bar {
				height: 10px;
				background-color: sandybrown;
			}



.all-consumables.overflowing {
	height: 150px;
	overflow: hidden;
    box-shadow: inset 0px -20px 21px -19px black;
}
.all-consumables-toggle {
	display: none;
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	margin-top: -27px;
    text-shadow: 1px 1px white;
}
.all-consumables-toggle.overflowing {
	display: block;
}


input[type="file"] {
    display: block;
	width: 200px;
    height: 100px;
    margin: 0 auto;
    border: 2px dotted black;
}

.copyable {
	cursor: pointer;
}
.bordered {
	padding: 4px 6px;
	border-radius: 6px;
	border: 1px solid black;
}


a.consumable
{
	display: block;
	float: none;
	clear: both;
	width: 100%;
}
a.consumable .name {
	display: block;
	float: left;
	width: 230px;
	text-align: left;
}
a.consumable .price {
	display: block;
	float: right;
	width: 50px;
	text-align: left;
}

.my-schuit-overview .expand img {
    transition: transform 0.3s ease;
}

.my-schuit-overview .expand img.rotated {
    transform: rotate(180deg);
}

a.home-button {
	display: block;
	height: 36px;
	width: 36px;
	margin-top: 22px
	text-decoration: none;
	background-image: url("/Includes/Images/home.png");
	background-size: contain;
	background-position: center;
	opacity: 0.1;
}

.dimmed {
	opacity: 0.3;
	font-size: 11px;
}

.sub {
	font-size: 10px;
	vertical-align: sub
}

.sup {
	font-size: 10px;
	vertical-align: super
}


























