
@import url('https://fonts.googleapis.com/css2?family=Signika:wght@300;400&display=swap');

*{
    font-family: 'Signika', sans-serif;
	font-weight: 500;
}

body.no-transition * {
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-ms-transition: none !important;
	-o-transition: none !important;
	transition: none !important;
  }
  

  .desktopMessage {
	display: none;
	}
	.desktopMessage a {
		display: none;
	}



body {
	margin: 0px;
	padding: 0px;
}

.updateMessage {
		text-align: center;
		position: relative;
		margin: 20px 3%;
		color: red;
		width: 94%;
		height: 36px;
		line-height: 36px;
		border: none;
		border-radius: 18px;
		font-size: 1em;
		display: none;
}


.container {
	background-color: rgb(250, 250, 250);
	padding-bottom: 50px;
}


.settings {
	background-color: black;
	width: 60%;
	height: 100vh;
	margin-left: 2%;
	position: fixed;
	z-index: 9995;
	right: -100%;
	transition-duration: 0.5s;
}

.settingsShow {
	display: block;
	right: 0;
	transition-duration: 0.5s;
	transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}

.settings .close {
	background-color: white;
	width: 32px;
	height: 32px;
	position: relative;
	float: right;
	margin-right: 10px;
	margin-top: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	box-sizing: border-box;
	cursor: pointer;
}

.settings .close:active {
	box-shadow: none;
}

.settings .close img {
	width: 28px;
	height: 28px;
}


.roomMessage {
	/* background-color: red; */
	width: auto;
	position: relative;
	font-size: 15px;
	margin-left: 5%;
	margin-top: 50px;
	color: white;
}

.settings #btnUp {
	display: none;
}


.settings #pasteButton {
	width: 90%;
	height: 32px;
	position: relative;
	outline: none;
	border: none;
	color: black;
	font-size: 14px;
	margin-top: 25px;
	margin-left: 5%;
	border-radius: 5px; 
	cursor: pointer;
}

.settings .codeMessage, .shareMessage, .copyMessage {
	/* background-color: bisque; */
	width: 90%;
	margin-left: 5%;
	margin-top: 5px;
	text-align: left;
	font-size: 14px;
	font-weight: 300;
	color: yellow;
}

.settings #keyFromDB {
	width: 88%;
	height: 30px;
	position: relative;
	margin: 0px;
	margin-top: 5px;
	margin-left: 5%;
	outline: none;
	border: none;
	text-align: center;
}

.settings #btnCreate {
	/* background-color: rgb(223, 40, 230); */
	width: 90%;
	height: 32px;
	position: relative;
	outline: none;
	border: none;
	color: black;
	font-size: 14px;
	margin-top: 25px;
	margin-left: 5%;
	border-radius: 5px;
	cursor: pointer;
}


.settings #shareKey {
	background-color: rgb(255, 255, 255);
	width: 90%;
	height: 32px;
	color: black;
	border: none;
	position: relative;
	font-size: 14px;
	margin-top: 25px;
	margin-left: 5%;
	border-radius: 5px;
	cursor: pointer;
}

.settings #shareKey:active {
	box-shadow: none;
	background-color: aquamarine;
}

.settings .warning {
	/* background-color: rgb(238, 47, 47); */
	width: 90%;
	margin-left: 5%;
	padding: 5px 0px;
	border-radius: 5px;
	font-size: 14px;
	font-weight: 300;
	text-align: center;
	color: white;
	border: solid 1px white;
	box-sizing: border-box;
	box-shadow: 0px 0px 8px black;
	display: none;
}

.settings .yesNo {
	/* background-color: blueviolet; */
	width: 90%;
	margin-left: 5%;
	display: flex;
	justify-content: space-around;
	display: none;
}

.settings .yesNo #resetYes, #resetNo {
	background-color: red;
	width: 36px;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 18px;
	border: none;
	float: left;
	box-shadow: 0px 0px 8px black;
	cursor: pointer;
}

.settings #resetNo {
	background-color: rgb(0, 211, 0);
}
.settings #resetYes img {
	width: 32px;
	height: 32px;
}
.settings #resetNo img {
	width: 32px;
	height: 32px;
}

.progressContainer {
	background-color: ghostwhite;
	width: 90%;
	height: auto;
	height: 5px;
	margin-top: 5px;
	margin-left: 5%;
	border: none;
	/* border-radius: 5px; */
}

.progressContainer .progressbar {
	background-color: red;
	width: 0%;
	height: 5px;
	border: none;
	/* border-radius: 5px; */
	transition: width 2s linear;
}

.settings .info {
	/* background-color: bisque; */
	width: 70%;
	position: absolute;
	margin-left: 15%;
	margin-right: auto;
	text-align: center;
	color: white;
	font-weight: 300;
	font-size: 14px;
	bottom: 5px;
	left: 0;
}

.settings #copyToClipboard {
	background-color: rgb(255, 255, 255);
	width: 90%;
	height: 32px;
	color: black;
	border: none;
	position: relative;
	font-size: 14px;
	margin-top: 25px;
	margin-left: 5%;
	border-radius: 5px;
	cursor: pointer;
}

#copyToClipboard:active {
	background-color: aquamarine;
}


.settings #resetHidden {
	display: none;
}

.settings #reset {
	background-color: rgb(255, 0, 0);
	width: 90%;
	height: 32px;
	color: black;
	border: none;
	position: relative;
	font-size: 14px;
	margin-top: 25px;
	margin-left: 5%;
	border-radius: 5px;
	cursor: pointer;
}

.settings #reset:active {
	background-color: deepskyblue;
}





.pasting {
	/* background-color: salmon; */
	width: 100%;
	height: 32px;
	padding-left: 3%;
	padding-right: 3%;
	box-sizing: border-box;
	position: relative;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	transition-duration: 0.25s;
	margin-top: -70px;
}


.alert {
	/* background-color: yellow; */
	width: 100%;
	height: auto;
	box-sizing: border-box;
	padding-left: 3%;
	padding-right: 1%;
	font-size: 13px;
	color: red;
	position: relative;
	margin-top: 10px;
	/* visibility: hidden; */
}




.pastingSubDiv {
	/* background-color: aqua; */
	width: 50%;
	display: flex;
	flex-direction: row;
	height: 32px;
	box-sizing: border-box;
	float: left;
}



.pasting .pastingSubDiv #keyToDB {
	width: 75%;
	height: 32px;
	position: relative;
	text-align: center;
	font-size: 0.7em;
	box-shadow: 0px 4px 8px rgb(0, 80, 255);
	box-sizing: border-box;
	border-radius: 16px 0px 0px 16px;
	/* border: solid 1px black; */
	border-width: 0px;
	border-right-width: 0px;
	outline: none;
}
.pasting .pastingSubDiv #keyPaste {
	background-color: rgb(23, 192, 37);
	width: 25%;
	position: relative;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0px 4px 8px rgb(0, 80, 255);
	border-radius: 0px 16px 16px 0px;
	border-width: 0px;
	border-left-width: 0px;
	cursor: pointer;
}
.pasting .pastingSubDiv #keyPaste img {
	width: 24px;
}



.pastingBtnDiv {
	/* background-color: aqua; */
	width: 45%;
	height: 32px;
	box-sizing: border-box;
	float: right;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.pasting .pastingBtnDiv #btnDown, .pasting .pastingBtnDiv #copyBtn {
	background-color: white;
	width: 50px;
	height: 32px;
	color: black;
	box-shadow: 0px 4px 8px rgb(0, 80, 255);
	position: relative;
	font-size: 12px;
	border-radius: 16px;
	border: none;
	outline: none;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	cursor: pointer;
}
.pasting .pastingBtnDiv #btnDown:active {
	box-shadow: none;
}
.pasting .pastingBtnDiv #copyBtn:active {
	box-shadow: none;
}



#btnDown img, #copyBtn img {
	width: 24px;
	height: auto;
}


.pasting .pastingBtnDiv .family {
	background: transparent;
	width: 30px;
	height: 30px;
	padding: 2px;
	/* box-shadow: 0px 4px 8px rgb(0, 80, 255); */
	border-radius: 50%;
	z-index: 9994;
	cursor: pointer;
}



  button:active {
	user-select: none;
	background: transparent;
	outline: none;
	outline-style: none;
  }








.toBuy #myHiddenList {
	display: none;
}

.toBuy {
	/* background-color: rgb(189, 189, 189); */
	margin: 0px;
	padding: 0px;
	position: relative;
	min-height: 100px;
	height: auto;
	width: 98%;
	margin-left: 1%;
	padding-bottom: 20px;
	border-radius: 10px;
	margin-top: 30px;
}

.toBuyTop {
	margin-top: 40px;
}



.hiddenDiv {
		background-color: rgb(189, 189, 189);
		margin: 0px;
		padding: 0px;
		position: relative;
		min-height: 100px;
		height: auto;
		width: 98%;
		margin-left: 1%;
		padding-bottom: 20px;
		border-radius: 10px;
		display: none;
}


.toBuy h2 {
	background-color: #573CFA;
	display: inline-block;
	text-align: left;
	position: relative;
	margin: 15px 0px 10px 0px;
	padding: 0px 15px 0px 10px;
	border-radius: 0px 15px 15px 0px;
	border-left: none;
	color: white;
	width: auto;
	height: 30px;
	line-height: 30px;
	box-sizing: border-box;
	font-size: 15px;
}

.toBuy .ozel {
	background-color: #dcdcdc;
	color: black;
	/* box-shadow: 0px 1px 4px purple; */
	margin-bottom: 20px;
}

#paketleme {
	background-color: #ff2d55;
	width: 100px;
	height: 30px;
	color: white;
	font-size: 0.85em;
	/* font-weight: 300; */
	border: none;
	outline: none;
	border-radius: 15px;
	visibility: hidden;
	/* line-height: 30px; */
}

#paketleme:active {
	background-color: royalblue;
}


.paketAlert {
	background-color: transparent;
	width: 80px;
	height: 30px;
	font-size: 14px;
	border: none;
	outline: none;
	line-height: 30px;
	margin-left: 5px;
	color: blue;
	display: none;
}


.toBuy ul {
	width: 100%;
	margin: 0px;
	padding: 0px;
}


.toBuy ul h4 {
	margin: 0px;
	text-align: center;
}


.toBuy ul li {
	background-color: #573CFA;
	color: white;
	width: 94%;
	height: 36px;
	border-radius: 18px;
	cursor: pointer;
	list-style: none;
	margin: 0px 3% 10px 3%;
	padding: 0px 0px 0px 12px;
	box-sizing: border-box;
	font-size: 15px;
	transition-duration: 0.5s;
	line-height: 36px;
	display: block;
}





.toBuy ul .addedLi {
	background-color: rgb(220, 220, 220);
	padding: 0;
	padding-left: 18px;
	box-sizing: border-box;
	color: black;
	height: 36px;
	border-radius: 18px;
	box-shadow: 0px 3px 8px purple;
	overflow-x: hidden;
}

.toBuy ul .addedLi span {
	background-color: grey;
	width: 36px;
	height: 36px;
	position: relative;
	float: right;
	border-radius: 0px 18px 18px 0px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	font-size: 20px;
}




.toBuy ul li input {
	background: transparent;
	position: relative;
	width: 100px;
	height: 28px;
	border: none;
	border: solid 1px turquoise;
	border-radius: 15px;
	font-size: 15px;
	text-align: center;
	box-sizing: border-box;
	font-weight: 500;
	color: white;
	outline: none;
	margin-left: 3px;
}


.toBuy ul li input[name="qatisud"] {
	width: 90px;
}



.toBuy ul li span {
	background-color: rgb(83, 38, 206);
	width: 36px;
	height: 36px;
	position: relative;
	border-radius: 0px 18px 18px 0px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	font-size: 20px;
	margin-right: 0;
	float: right;
}


/* #qiymet {
	width: 50px;
	height: 20px;
	margin-left: 3%;
	margin-bottom: 2px;
	box-sizing: border-box;
	border: solid 1px #573CFA;
	border-radius: 0px 10px 10px 0px;
	outline: none;
	font-size: 13px;
} */




.remaining {
	margin-bottom: 75px;
}

.remaining h2 {
	/* background-color: gainsboro; */
	text-align: center;
	position: relative;
	margin: 20px 3%;
	color: black;
	width: 94%;
	height: 36px;
	line-height: 36px;
	border: solid 1px royalblue;
	border-radius: 18px;
	font-size: 1em;
}


.remaining ul {
	margin: 0px;
	padding: 0px;
}

.remaining ul li {
	background-color: rgb(255, 255, 255);
	cursor: pointer;
	list-style: none;
	padding-left: 15px;
	box-sizing: border-box;
	font-size: 18px;
	width: 94%;
	height: 36px;
	line-height: 36px;
	margin-top: 10px;
	margin-left: 3%;
	margin-right: 3%;
	color: black;
	box-shadow: 0px 0px 6px rgb(100, 0, 100);
	/* border: solid 1px yellowgreen; */
	border-radius: 18px;
	transition-duration: 1s;
}


.remaining #allList .row input {
	display: none;
}




#allList li input {
  display: none;
}


.search {
	/* background-color: bisque; */
	width: 100%;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}


#myInput {
	width: 40%;
	height: 30px;
	margin-left: 3%;
	background-color: rgb(255, 255, 255);
	outline: none;
	border: none;
	border-radius: 15px;
	box-sizing: border-box;
	padding-left: 10px;
	color: black;
	box-shadow: 0px 0px 5px rgb(100, 0, 100);
}


.sortLabel {
	font-size: 15px;
	color: black;
}

.sort {
	background-color: rgb(250, 250, 250);
	width: 90px;
	height: 30px;
	outline: none;
	border: none;
	border-radius: 15px;
	box-shadow: 0px 0px 5px rgb(100, 0, 100);
	font-size: 0.9em;
	cursor: pointer;
}


.refreshPage {
	background-color: rgb(255, 100, 100);
	width: auto;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 15px;
	border: none;
	margin-right: 3%;
}

.refreshPage img {
	width: 18px;
	height: 18px;
}

#kateqoriyaSec {
	/* background-color: darkorange; */
	width: 94%;
	height: 40px;
	margin-left: 3%;
	margin-top: 10px;
	border-radius: 20px;
	padding-left: 10px;
	box-sizing: border-box;
	font-size: 16px;
	outline: none;
	box-shadow: 0px 0px 5px rgb(0, 60, 250);
	color: black;
}

#kateqoriyaSec option {
	border-bottom: solid 1px black;
	padding: 0;
}



.kateqoriya, .kateqoriyaRecent {
	background-color: rgb(255, 191, 113);
	width: 94%;
	height: 30px;
	font-size: 18px;
	text-align: left;
	line-height: 30px;
	padding-left: 15px;
	margin-top: 30px;
	margin-left: 3%;
	margin-right: 3%;
	box-sizing: border-box;
	border-radius: 15px;
	color: black;
}

.kateqoriyaRecent {
	background: transparent;
	height: 36px;
	/* border-radius: 18px; */
	/* border: solid 1px royalblue; */
	margin-top: 20px;
	margin-bottom: 5px;
	color: royalblue;
	line-height: 36px;
	padding: 0px;
}


#recent {
	/* background-color: bisque; */
	height: 88px;
	overflow-y: scroll;
	width: 96%;
	margin-left: 2%;
	margin-right: 2%;
	padding-top: 15px;
	border-radius: 8px;
	box-shadow: 0px 0px 12px dodgerblue;
	display: none;
}


#recent li {
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
	font-size: 14px;
	box-shadow: none;
	overflow: hidden;
}

.rangeClass {
	/* background-color: red; */
	width: 94%;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 15px;
	margin-right: 3%;
	margin-left: 3%;
}


#range {
	width: 50%;
	/* margin-left: 3%; */
	/* margin-right: 37%; */
	display: none;
}

.rangeClass .checkwrapper {
	margin-right: 5%;
	display: flex;
	align-items: center;
}

.rangeClass .checkwrapper label {
	font-size: 15px;
}

#recentCheck {
	width: 14px;
	height: 14px;
}

.rangeClass .print {
	/* background-color: #573CFA; */
	width: 28px;
	height: auto;
	display: none;
}

.remaining .searchHistory {
	/* background-color: aquamarine; */
	width: 94%;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: left;
	margin-bottom: 15px;
	margin-right: 3%;
	margin-left: 3%;
	display: none;
}

.hidden {
	opacity: 0;
	transition: opacity 1s;
  }
  


.searchHistoryInput {
	width: 200px;
	height: 30px;
	outline: none;
	border: solid 1px royalblue;
	border-radius: 15px 0px 0px 15px;
	box-sizing: border-box;
	padding-left: 10px;
	line-height: 30px;
}

.remaining .searchHistory img {
	width: 30px;
	height: 30px;
	padding: 3px;
	border: solid 1px royalblue;
	border-left: none;
	border-radius: 0px 15px 15px 0px;
	box-sizing: border-box;
}

#searchHistory::placeholder {
	font-size: 12px;
}



.upBtn {
	width: 40px;
	height: 40px;
	position: fixed;
	bottom: 70px;
	right: 20px;
	z-index: 99;
	font-size: 15px;
	border: none;
	outline: none;
	background-color: rgb(50, 50, 50);
	color: white;
	cursor: pointer;
	border-radius: 20px;
	align-items: center;
	justify-content: center;
	display: none;
}


	.targetList {
		/* background-color: azure; */
		width: 100%;
		height: 26px;
		margin-bottom: 5px;
		box-sizing: border-box;
		padding-left: 3%;
		display: flex;
		align-items: center;
		visibility: hidden;
	}

	.targetList label {
		font-size: 15px;
		color: black;
		font-weight: 300;
	}

	.targetList input {
		width: 13px;
		height: 13px;
		margin: 0px;
		margin-left: 5px;
		margin-right: 10px;
	}


  .userAdded {
	/* background-color: burlywood; */
	width: 100%;
	height: 32px;
  }


  .userAdded input {
	background-color: white;
	width: 40px;
	height: 40px;
	position: relative;
	margin-left: 3%;
	border: none;
	box-sizing: border-box;
	border-radius: 21px;
	outline: none;
	padding-left: 16px;
	box-shadow: 0px 0px 6px black;
	line-height: 40px;
	transition-duration: 0.5s;
	float: left;
	cursor: pointer;
  }

  .userAdded input::placeholder {
	font-size: 13px;
  }

  
  .userAdded button {
	background-color: white;
	width: 40px;
	height: 40px;
	font-size: 15px;
	border: none;
	border-radius: 20px;
	margin-left: 8px;
	display: none;
	float: left;
	cursor: pointer;
  }

  .userAdded #addButton {
	box-shadow: 0px 0px 6px rgb(1, 202, 61);
  }
  
  .userAdded #closeInput {
	box-shadow: 0px 0px 6px red;
  }

  .userAdded button:active {
	background-color: grey;
  }





  #installApp {
	background-color: white;
	color: red;
	width: auto;
	height: 24px;
	border-radius: 12px;
	font-size: 0.8em;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	padding: 2px 15px;
	border: solid 1px red;
	display: none;
  }





  .menu {
	background-color: rgb(40, 40, 40);
	width: 100%;
	height: 60px;
	position: fixed;
	bottom: 0;
	box-sizing: border-box;
	/* border-top: solid 1px white; */
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	z-index: 1000;
  }

  .menu .menuitem {
	width: 33%;
	height: 46px;
	display: flex;
	flex-direction: column-reverse;
	align-items: center;
	justify-content: space-evenly;
  }

  .menu .menuitem:active {
	background-color: rgb(0, 80, 255);
  }

  .menu .menuitem label {
	font-size: 13px;
	color: white;
	font-weight: 300;
  }

  .menu .menuitem img {
	width: 22px;
	height: 22px;
  }



  .submenu {
	background-color: rgb(40, 40, 40);
	box-shadow: 0px -4px 15px rgb(0, 80, 255);
	width: 98%;
	margin-left: 1%;
	height: 300px;
	position: fixed;
	bottom: -348px;
	border-radius: 10px;
	z-index: 999;
	transition-duration: 0.3s;
	transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	overflow-y: scroll;
  }

  .submenuToggle {
	bottom: 52px;
	transition-duration: 0.3s;
	transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  }

  .submenu .infoDiv {
	/* background-color: aqua; */
	color: white;
	font-size: 0.85em;
	font-weight: 300;
	padding: 10px;
	box-sizing: border-box;
  }

  .submenu .infoDiv p {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	margin-top: 15px;
	border: solid 1px white;
	padding: 5px;
	box-sizing: border-box;
	border-radius: 6px;
  }


  .submenu .infoDiv .appinfo span {
	display: flex;
	align-items: center;
  }
  .submenu .infoDiv .appinfo span img {
	width: 18px;
	margin-right: 5px;
  }





  .submenu .socialDiv a {
	/* background-color: antiquewhite; */
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-evenly;
	color: white;
	text-decoration: none;
	font-size: 14px;
	text-align: center;
	width: 50%;
	float: left;
	margin-top: 15%;
  }


  .submenu .socialDiv a img {
	width: 36px;
	height: auto;
  }





  .submenu .tenzimleDiv {
	/* background-color: deepskyblue; */
	width: 100%;
	height: auto;
	position: relative;
	box-sizing: border-box;
	margin-top: 3%;
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	flex-wrap: wrap;
  }

  .submenu .toggleDiv {
	background-color: #222222;
	width: 94%;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px;
	box-sizing: border-box;
	border: solid 1px white;
	border-radius: 8px;
	margin-bottom: 10px;
  }

  .submenu .tenzimleDiv .showbar {
	text-align: center;
	font-size: 1em;
	color: white;
	margin: 0;
  }

  .submenu .tenzimleDiv .keyMenuBtn {
	background-color: transparent;
	box-sizing: border-box;
	outline: none;
	border: none;
	box-shadow: 0px 0px 6px white;
	border-radius: 20px;
	width: 120px;
	height: 40px;
	color: white;
	font-size: 1em;
	display: flex;
	align-items: center;
	justify-content: space-evenly;
  }
  
  .submenu .tenzimleDiv button:active {
	box-shadow: none;
  }


  .submenu .tenzimleDiv label {
	margin-left: 10px;
  }

  .submenu .tenzimleDiv img {
	width: 28px;
  }



 .submenu .tenzimleDiv .lock {
	background-color: #222222;
	width: 94%;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px;
	box-sizing: border-box;
	border: solid 1px white;
	border-radius: 8px;
	margin-bottom: 10px;
  }

  .submenu .tenzimleDiv label {
	margin: 0;
	color: white;
	font-weight: 300;
  }



.submenu .tenzimleDiv .blurBtn {
	background-color: transparent;
	width: 40px;
	height: 40px;
	border-radius: 20px;
	border: solid 2px white;
	display: flex;
	align-items: center;
	justify-content: center;
}
.submenu .tenzimleDiv .lock img {
	width: 26px;
	height: 26px;
}

.submenu .tenzimleDiv .blurBtn:active{
	background-color: white;
}


.langChange {
	background-color: #222222;
	width: 94%;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px;
	box-sizing: border-box;
	border: solid 1px white;
	border-radius: 8px;
}
.langChange button {
	background-color: #222222;
	padding: 5px 15px;
	outline: none;
	border: none;
	border-radius: 5px;
	color: white;
	font-size: 0.85em;
	box-shadow: 0px 0px 5px white;
}

  .resetButtons {
	background-color: #222222;
	width: 94%;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px;
	box-sizing: border-box;
	border: solid 1px white;
	border-radius: 8px;
	margin-bottom: 10px;
}

.silmek {
	margin: 0;
	color: white;
}



#clearButton {
	background: transparent;
	width: 40px;
	height: 40px;
	border: solid 2px blueviolet;
	border-radius: 21px;
	color: white;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

#clearButtonUserUL {
	background: transparent;
	width: 40px;
	height: 40px;
	border: solid 2px white;
	border-radius: 21px;
	color: white;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

#clearButtonRecentUL {
	background: transparent;
	width: 40px;
	height: 40px;
	border: solid 2px royalblue;
	border-radius: 21px;
	color: white;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}




  .nointernet {
	/* background-color: khaki; */
	width: 100%;
	/* min-height: 20px; */
	text-align: center;
	font-size: 15px;
	color: blue;
	/* visibility: hidden; */
  }


  
  .userULBlur {
	filter: blur(3px);
  }



  .printHeader {
    text-align: center;
	margin-top: 0px;
	display: none;
}


.hidden {
	display: none;
  }
  
  #language-options {
	background-color: royalblue;
	width: 280px;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 20px;
	text-align: center;
	border-radius: 8px;
	z-index: 999;
  }
  
  #language-options h2 {
	margin-bottom: 20px;
	color: white;
	font-size: 1.3em;
  }

  .langContainer {
	display: flex;
	justify-content: end;
	align-items: center;
	margin-right: 10%;
  }
  
  #language-options label {
	/* background-color: burlywood; */
	display: flex;
	margin: 5px 0;
	color: white;
	font-size: 1em;
	margin: 0px 5px;
  }
  
  #language-options label input {
	width: 14px;
	height: 14px;
  }

  #language-options button {
	background-color: greenyellow;
	border: none;
	border-radius: 3px;
	padding: 5px 20px;
	font-size: 1em;
	cursor: pointer;
  }
  











  @media screen and (min-width: 390px) {
	.remaining ul li {
		height: 40px;
		line-height: 40px;
		border-radius: 20px;
	}
	.toBuy ul li {
		height: 44px;
		border-radius: 22px;
		font-size: 18px;
		line-height: 44px;
		padding-left: 20px;
		box-sizing: border-box;
	}

	.toBuy ul li input {
		font-size: 17px;
	}

	.toBuy ul li span {
		width: 44px;
		height: 44px;
		position: relative;
		float: right;
		border-radius: 0px 23px 23px 0px;
	}

	.toBuy ul .addedLi {
		height: 44px;
		border-radius: 22px;
		line-height: 44px;
	}
	
	.toBuy ul .addedLi span {
		width: 44px;
		height: 44px;
		border-radius: 0px 22px 22px 0px;
	}

	.userAdded {
		/* background-color: burlywood; */
		width: 100%;
		height: 44px;
	  }
		
	  .userAdded input {
		width: 40px;
		height: 40px;
		border-radius: 22px;
		padding-left: 16px;
		line-height: 40px;
		font-size: 16px;
	  }
	
	  .userAdded input::placeholder {
		font-size: 15px;
	  }
		  
	  .userAdded button {
		width: 44px;
		height: 44px;
		font-size: 20px;
		border-radius: 22px;
	  }
	
	  .userAdded #addButton {
		box-shadow: 0px 0px 6px rgb(1, 202, 61);
	  }
	  
	  .userAdded #closeInput {
		box-shadow: 0px 0px 6px red;
	  }
	
	  .userAdded button:active {
		background-color: grey;
	  }
	
	  .desktopMessage {
		display: none;
		}
		.desktopMessage a {
			display: none;
		}


	}





@media screen and (min-width: 650px) {
	.container {
		width: 400px;
		margin-left: auto;
		margin-right: auto;
		margin-top: -5px;
		border: solid 1px rgb(110, 110, 110);
		border-radius: 8px;
		padding: 5px;
	}

	.menu {
		background-color: rgb(40, 40, 40);
		width: 400px;
	  }

	  .submenu {
		width: 400px;
		margin: 0;
		padding: 0;
	  }

}






/*@media screen and (min-width: 800px) {*/
/*	body *{*/
/*		display: none;*/
/*	}*/
/*	.desktopMessage {*/
/*		width: 100%;*/
/*		height: 100vh;*/
/*		display: flex;*/
/*		align-items: center;*/
/*		justify-content: center;*/
/*	}*/
/*	.desktopMessage a {*/
/*		display: block;*/
/*	}*/
/*}*/


