@charset "utf-8";
@import url('https://fonts.cdnfonts.com/css/sf-pro-display');

.switch {
	position: relative;
	margin-left: 0rem;
	margin-top: 0rem;
	display: inline-block;
	width: 45px;
	height: 24px;
}

/* Hide default HTML checkbox */
.switch input {
	opacity: 0;
	width: 0;
	height: 0;
}
.tarihler {
	display: inline-flex;
	height: 2rem;
	width: 6vw;
	align-items: center;
	flex-shrink: 0;
	border-radius: 1.375rem;
	border: 1px solid var(--Light-Gray-2x-elements, #E6EBF6);
	font-family: "SF Pro Display";
	background: #FFF;
	outline-color: #A7A2DD;
	font-size: 0.875rem;
	padding-left: 10px;
}
/* The slider */
.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0px;
	bottom: 0;
	background-color: #D8DDE8;
	-webkit-transition: .4s;
	transition: .4s;
}

.slider:before {
	position: absolute;
	content: "";
	height: 20px;
	width: 20px;
	left: 4px;
	/* right: 4px; */
	bottom: 2px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}


input:checked+.slider {
	background-color: var(--main-raspberry);
}

input:focus+.slider {
	box-shadow: 0 0 1px var(--main-raspberry);
}

input:checked+.slider:before {
	-webkit-transform: translateX(20px);
	-ms-transform: translateX(20px);
	transform: translateX(20px);
}

/* Rounded sliders */
.slider.round {
	border-radius: 34px;
}

.slider.round:before {
	border-radius: 50%;
}

:root {
	--main-raspberry: #03BC03;
	--main-hover: #009300;
	--main-40-outline: #05E105;
	--main-20--hover: #CDF2CD;
	--main-15: #D9F5D9;
	--main-5--white-hover: #F2FBF2;
	--menu-raspberry: #03BC03;
	--secondary-blue: #4B59ED;
	--secondary-blue-hover: #222DA3;
	--secondary-blue-7: #F2F3FE;
	--gray-text-light: #98A1B3;
	--gray-text: #787B83;
	--gray-outline: #E6EBF6;
	--gray-light: #C1C7D2;
	--gray-bg: #F3F3F6;
	--green-text: #0D9055;
	--orange-text: #E56F02;
	--red-text: #EB5757;
	--red-negative-bg: #FDD3D3;
	--red-negative-hover: #FBACAC;
	--dark: #080A20;
	--bg-page: #F7F8FD;
}

.searchHintInput {
	z-index: 999;
	position: fixed;
	background: white;
	border-radius: 8px;
	width: 600px;
	box-shadow: 5px 16px 16px 5px rgba(48, 62, 96, 0.091);
	margin-top: 6px;
}

.searchHintAdres {
	font-family: "SF Pro Display";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px;
	color: black;
	padding-left: 10px;
	cursor: pointer;
}

.searchHintAdres:hover {
	cursor: pointer;
	background-color: var(--main-5--white-hover);
}

.searchHint {
	z-index: 999;
	position: fixed;
	background: white;
	border-radius: 18px;
	width: 30vw;
	box-shadow: 5px 16px 16px 5px rgba(48, 62, 96, 0.091);
	margin-top: 6px;
}

.searchHintItem {
	font-family: "SF Pro Display";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px;
	color: black;
	padding-left: 44px;
}

.searchHintItem:hover {
	cursor: pointer;
	background-color: var(--main-5--white-hover);
}

.searchHintAdd {
	font-family: "SF Pro Display";
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 30px;
	color: var(--main-raspberry);
	padding-left: 44px;
}

.searchHintAdd:hover {
	cursor: pointer;
	background-color: var(--main-5--white-hover);
}




.popupBg {
	position: fixed;
	margin: 0px;
	z-index: 999;
	width: 100%;
	height: 100%;
	background-color: black;
	background-color: rgba(0, 0, 0, .75);
	backdrop-filter: blur(5px);
}

.popupWindow {
	display: block;
	position: absolute;
	left: calc(50% - 330px);
	top: calc(50% - 400px);
	width: 660px;
	min-height: 792px;
	max-height: 1000px;
	flex-shrink: 0;
	border-radius: 18px;
	background: #FFF;
	box-shadow: 3px 0px 12px 0px rgba(48, 62, 96, 0.06);
	padding-left: 30px;
}

.popupClose {
	width: 32px;
	height: 32px;
	margin-top: 10px;
	margin-right: 14px;
	margin-left: auto;
	display: block;
}

.popupClose:hover {
	cursor: pointer;
}

.popupTitle {
	color: #000;
	font-family: "SF Pro Display";
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px;
	/* margin-top: 42px; 	 */
}

.popupTitleH2 {
	color: #000;
	font-family: "SF Pro Display";
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
}

.popupTitleH1 {
	color: #000;
	font-family: "SF Pro Display";
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px;
	margin-top: 28px;
}

.popupInputTitle {
	color: var(--Gray-Text, #98A1B3);
	font-family: "SF Pro Display";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	margin-top: 20px;
	margin-bottom: 6px;
}

.blockGroup {
	display: block;
	width: 290px;
}

.popupTextTitle {
	color: var(--Gray-Text, #98A1B3);
	font-family: "SF Pro Display";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.popupText {
	color: var(--Black, #000);
	font-family: "SF UI Text";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-top: 4px;
}

.popupWindowSmall {
	display: block;
	position: absolute;
	left: calc(50% - 330px);
	top: calc(50% - 140px);
	width: 660px;
	height: 280px;
	flex-shrink: 0;
	border-radius: 18px;
	background: #FFF;
	box-shadow: 3px 0px 12px 0px rgba(48, 62, 96, 0.06);
	padding-left: 30px;
}

.popupWindowTime {
	display: block;
	position: absolute;
	left: calc(50% - 330px);
	top: calc(50% - 190px);
	width: 660px;
	height: 380px;
	flex-shrink: 0;
	border-radius: 18px;
	background: #FFF;
	box-shadow: 3px 0px 12px 0px rgba(48, 62, 96, 0.06);
	padding-left: 30px;
}

.popupWindow50 {
	display: block;
	position: absolute;
	left: calc(50% - 330px);
	top: calc(50% - 305px);
	width: 660px;
	height: 610px;
	flex-shrink: 0;
	border-radius: 18px;
	background: #FFF;
	box-shadow: 3px 0px 12px 0px rgba(48, 62, 96, 0.06);
	padding-left: 30px;
}

.popupWindowGray {
	display: block;
	position: absolute;
	left: calc(50% - (40vw + 50px));
	top: calc(50% - 43vh);
	width: calc(80vw + 100px);
	height: 86vh;
	flex-shrink: 0;
	border-radius: 18px;
	background: #F7F8FD;
	box-shadow: 3px 0px 12px 0px rgba(48, 62, 96, 0.06);
	padding-left: 30px;
}

.selectPopup {
	display: inline-flex;
	height: 38px;
	width: 600px;
	padding-left: 6px;
	justify-content: space-between;
	align-items: center;
	flex-shrink: 0;
	border-radius: 8px;
	border: 1px solid var(--Light-Gray-2x-elements, #E6EBF6);
	background: #FFF;
	color: var(--Black, #000);
	font-family: "SF Pro Display";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	outline-color: var(--main-40-outline);
}

.selectPopup:hover {
	cursor: pointer;
}

/* .selectTime {
	display: inline-flex;
	height: 38px;
	width: 600px;
	padding-left: 6px;
	justify-content: space-between;
	align-items: center;
	flex-shrink: 0;
	border-radius: 8px;
	border: 1px solid var(--Light-Gray-2x-elements, #E6EBF6);
	background: #FFF;
	color: var(--Black, #000);
	font-family: "SF Pro Display";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	outline-color: var(--main-40-outline);
} */

.inputText {
	display: inline-flex;
	height: 38px;
	width: 290px;
	border: 1px solid var(--gray-outline);
	background-color: white;
	padding: 3px 3px 3px 10px;
	color: black;
	font-family: "SF Pro Display";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	outline-color: var(--main-40-outline);
	border-radius: 8px;
}

.inputGroup25 {
	position: relative;
	width: 180px;
}


.inputUnits {
	position: absolute;
	top: 0;
	left: 0;
	right: 10px;
	bottom: 0;
	pointer-events: none;
	overflow: hidden;
	display: flex;
	/* Match input styles */
	font-family: "SF Pro Display";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	/* includes border width */
	padding: 7px 3px 3px 10px;
	color: var(--gray-text);
	opacity: 0.8;
}

.unitsValue {
	/* Support spaces */
	/* white-space: pre; */
	text-align: right;
	margin-left: auto;
	background-color: white;
}

.flexGroupItems,
.flexGroupItemsProducts,
.flexGroupItemsBill {
	display: flex;
	justify-content: space-between;
	align-items: center;
}





.itemsList {
	height: 20vh;
	/* background: var(--main-5--white-hover); */
	overflow: auto;
	overflow-x: hidden;
	width: calc(30vw - 14px);
}

.cardWhite {
	background-color: white;
	border-radius: 18px;
	width: 30vw;
	margin-top: 1rem;
}

.popupPlusBtn {
	display: flex;
	width: 100px;
	height: 38px;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
	border-radius: 8px;
	background: var(--main-15);
	color: var(--main-raspberry);
	text-align: center;
	font-family: "SF Pro Display";
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px;
	margin-top: 12px;
	padding: 8px;
}

.popupPlusBtn:hover {
	cursor: pointer;
	background: var(--main-20--hover);
}

.search {
	display: flex;
	width: 30vw;
	padding: 0.375rem 1.25rem;
	align-items: center;
	gap: 0.375rem;
	border-radius: 1.375rem;
	background: #FFF;
	box-shadow: 3px 0px 12px 0px rgba(48, 62, 96, 0.06);
	height: 44px;
	box-sizing: border-box;
	margin-top: 20px;
}

.searchText {
	border: none;
	outline: none;
	width: 26vw;
}

.inputDisable {
	display: inline-flex;
	height: 2.375rem;
	align-items: center;
	gap: 0.375rem;
	flex-shrink: 0;
	border-radius: 0.5rem;
	border: 1px solid var(--Light-Gray-2x-elements, #E6EBF6);
	background: #F4F6FB;
	margin-left: 14px;
	width: 31.18rem;
	padding-left: 10px;
	font-family: "SF Pro Display";
	width: calc(30vw - 28px - 16px - 68px - 8vw);
	font-size: 16px;
}

.TextAreaNotes {
	margin-top: 8px;
	margin-left: 14px;
	margin-bottom: 20px;
	width: calc(30vw - 28px);
	height: 8vh;
	border: 1px solid var(--Light-Gray-2x-elements, #E6EBF6);
	border-radius: 0.5rem;
	color: black;
	padding-left: 10px;
	padding-top: 8px;
	font-family: "SF Pro Display";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	box-sizing: border-box;
	outline-color: var(--main-40-outline);
}

.categoryText {
	display: flex;
	width: calc(20vw - 28px);
	margin-right: 7px;
	height: 46px;
	/* padding: 14px 0px; */
	/* justify-content: space-between; */
	align-items: center;
	/* border-bottom: 1px solid #E6EBF6; */
	color: #000;
	font-family: "SF Pro Display";
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

.itemText {
	color: #000;
	font-family: "SF Pro Display";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px;
	width: 20vw;
}

.itemText:hover {
	color: var(--main-raspberry);
	cursor: pointer;
}

.priceText {
	color: #000;
	font-family: "SF Pro Display";
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 30px;
	/* text-align: right;
	display: flex; */

}

.categoryText:hover {
	color: var(--main-raspberry);
	cursor: pointer;
}

.SaveBtn {
	display: inline-flex;
	height: 44px;
	padding: 6px 40px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	flex-shrink: 0;
	border-radius: 26px;
	background: var(--main-raspberry);
	color: #FFF;
	font-family: "SF Pro Display";
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px;
	margin-top: 40px;
	margin-bottom: 20px;
}

.SaveBtn:hover {
	background: var(--main-hover);
	cursor: pointer;
}

.CancelBtn {
	display: inline-flex;
	height: 44px;
	padding: 6px 40px;
	justify-content: center;
	align-items: center;
	gap: 6px;
	flex-shrink: 0;
	border-radius: 26px;
	background: #CDF2CD;
	color: var(--Black, #000);
	font-family: "SF Pro Display";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	margin-top: 40px;
	margin-bottom: 20px;
}

.CancelBtn:hover {
	background: var(--main-20--hover);
	cursor: pointer;
}

.top {
	display: inline-flex;
	align-items: center;
	margin-top: 20px;
	width: calc(100vw - 30px - 30px);
	margin-left: 30px;
}

.topBar {
	display: flex;
	width: 892px;
	height: 58px;
	flex-shrink: 0;
	box-shadow: 3px 0px 20px 0px rgba(48, 62, 96, 0.20);
	border-radius: 30px;
	border: 1px solid #F8FAFF;
	background: #FFF;
	padding-left: 22px;
	align-items: center;
	gap: 20px;
}

.topBarMedia300{
	display: none;
}

.topBarInactive {
	display: flex;
	align-items: center;
	gap: 4px;
	display: flex;
	color: #000;
	font-family: "SF Pro Display";
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.topBarInactive:hover{
	text-decoration: underline;
	cursor: pointer;
}

.topBarActive {
	display: flex;
	width: auto;
	height: 50px;
	padding: 10px 20px;
	gap: 4px;
	border-radius: 30px;
	background: #D9F5D9;
	color: var(--main-raspberry);
	font-family: "SF Pro Display";
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	align-items: center;
}

.topText {
	color: var(--main-raspberry);
	font-family: "SF Pro Display";
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px;
	margin-left: 34px;
}

.topCourier {
	display: flex;
	width: 260px;
	height: 58px;
	padding: 17px;
	align-items: center;
	gap: 8px;
	flex-shrink: 0;
	border-radius: 30px;
	border-radius: 30px;
	box-shadow: 3px 0px 20px 0px rgba(48, 62, 96, 0.20);
	border: 1px solid #F8FAFF;
	background: #FFF;
	color: #000;
	font-family: "SF Pro Display";
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
	align-items: center;
	margin-left: auto;
}

.topIcon {
	display: flex;
	width: 58px;
	height: 58px;
	padding: 14px;
	align-items: center;
	gap: 10px;
	flex-shrink: 0;
	border-radius: 29px;
	border: 1px solid #F8FAFF;
	background: #FFF;
	box-shadow: 3px 0px 20px 0px rgba(48, 62, 96, 0.20);
	margin-left: 26px;
}

.flexGroup {
	display: flex;
	justify-content: space-between;
	align-items: center;
	/* margin-top: 10px; */
}

/* Table */
.tableTitle {
	margin-top: 18px;
	color: #000;
	font-family: "SF Pro Display";
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px;
	margin-left: 30px;
}

.tableCard {
	width: calc(100vw - 30px - 30px);
	border-radius: 18px;
	background: #FFF;
	box-shadow: 3px 0px 12px 0px rgba(48, 62, 96, 0.06);
	margin-top: 12px;
	margin-left: 30px;
}

.table {
	width: calc(100vw - 30px - 40px);
	padding-top: 1rem;
	height: 224px;
	overflow: auto;
}

.tableOrders td,
.tableOrders th {
	color: black;
	font-family: "SF Pro Display";
	font-size: 0.85rem;
	font-style: normal;
	font-weight: 500;
	line-height: 1.5rem;
	height: auto;
	margin-top: 4px;
	margin-bottom: 4px;
	box-sizing: border-box;
}

.tableOrders td {
	display: inline-block;
	overflow: auto;
	white-space: wrap;
	box-sizing: border-box;
}

.tableOrders tr {
	border: solid #dddddd;
	border-width: 1px 0px;
	height: 2rem;
	width: calc(100vw - 30px - 55px);
	white-space: nowrap;
	box-sizing: border-box;
	font-family: "SF Pro Display";
}

/* 
.tableOrders tbody {
	overflow-y: hidden;
	max-height: 140px;
	background-color: #E91C4F;
} */

/* 140px + 8vw + 6vw +  24vw + 440px*/
/* 580px + 38vw */

.tableOrders {
	border-collapse: collapse;
	width: calc(100vw - 30px - 55px);
	border-spacing: 0px;
}

.tableOrders td:nth-child(1) {
	margin-left: 1vw;
	width: 140px;
}

.tableOrders tbody td:nth-child(1) {
	font-weight: 500;
	width: 140px;
	text-overflow: ellipsis;
	/* max-width: 17vw; */
	white-space: nowrap;
	padding-right: 4px;
}

.tableOrders td:nth-child(2) {
	margin-left: 1vw;
	width: 8vw;
}

.tableOrders tbody td:nth-child(2) {
	font-weight: 500;
	width: 8vw;
	text-overflow: ellipsis;
	/* max-width: 17vw; */
	white-space: nowrap;
	padding-right: 4px;
}

.tableOrders td:nth-child(3) {
	margin-left: 1vw;
	width: calc(100vw - 30px - 55px - (480px + 43.5vw) - 13vw);
}

.tableOrders tbody td:nth-child(3) {
	font-weight: 500;
	width: calc(100vw - 30px - 55px - (480px + 43.5vw) - 13vw);
	/* text-overflow: ellipsis; */
	/* max-width: 17vw; */
	/* white-space: nowrap; */
	padding-right: 4px;
}

.tableOrders td:nth-child(4) {
	margin-left: 1vw;
	width: 6vw;
}

.tableOrders tbody td:nth-child(4) {
	font-weight: 500;
	width: 6vw;
	text-overflow: ellipsis;
	/* max-width: 17vw; */
	white-space: nowrap;
	padding-right: 4px;
	color: #787B83;

}

.tableOrders td:nth-child(5) {
	margin-left: 1vw;
	width: 5vw;
}

.tableOrders tbody td:nth-child(5) {
	font-weight: 500;
	width: 5vw;
	text-overflow: ellipsis;
	/* max-width: 17vw; */
	white-space: nowrap;
	padding-right: 4px;
}

.tableOrders td:nth-child(6) {
	margin-left: 1vw;
	width: 7vw;
}

.tableOrders tbody td:nth-child(6) {
	font-weight: 500;
	width: 7vw;
	text-overflow: ellipsis;
	/* max-width: 17vw; */
	white-space: nowrap;
	padding-right: 4px;
	color: #787B83;
}

.tableOrders td:nth-child(7) {
	margin-left: 1vw;
	width: 4.5vw;
}

.tableOrders tbody td:nth-child(7) {
	font-weight: 500;
	width: 4.5vw;
	text-overflow: ellipsis;
	/* max-width: 17vw; */
	white-space: nowrap;
	padding-right: 4px;
}

.tableOrders td:nth-child(8) {
	margin-left: 1vw;
	width: 7.5vw;
}

.tableOrders tbody td:nth-child(8) {
	font-weight: 500;
	width: 7.5vw;
	text-overflow: ellipsis;
	/* max-width: 17vw; */
	white-space: nowrap;
	padding-right: 4px;
}

.tableOrders td:nth-child(9) {
	margin-left: 1vw;
	width: 130px;
}

.tableOrders tbody td:nth-child(9) {
	font-weight: 500;
	width: 130px;
	text-overflow: ellipsis;
	/* max-width: 17vw; */
	white-space: nowrap;
	padding-right: 4px;
	color: #787B83;
}

.tableOrders td:nth-child(10) {
	margin-left: 1vw;
	width: 7.5vw;
}

.tableOrders tbody td:nth-child(10) {
	font-weight: 500;
	width: 7.5vw;
}

.tableOrders td:nth-child(11) {
	margin-left: 1vw;
	width: 210px;
}

.tableOrders tbody td:nth-child(11) {
	font-weight: 500;
	width: 210px;
	text-overflow: ellipsis;
	/* max-width: 17vw; */
	white-space: nowrap;
}

.tableOrders tbody tr:hover {
	background: #F2FBF2;
}

.logoCompany {
	width: 115px;
	height: 28px;
}

.selectStatus,
.selectStatusRestoranlar {
	display: flex;
	height: 34px;
	padding: 6px;
	align-items: center;
	gap: 4px;
	border-radius: 8px;
	border: 1px solid var(--Light-Gray-2x-elements, #E6EBF6);
	background: #FFF;
	width: 120px;
	font-family: "SF Pro Display";
	font-size: 14px;
	outline-color: #EBACB6;
	cursor: pointer;
}

.deleteBtn,
.deleteBtnFromBill {
	display: flex;
	height: 34px;
	width: 68px;
	padding: 6px 14px;
	justify-content: center;
	align-items: center;
	gap: 4px;
	border-radius: 8px;
	background: var(--Red-negative, #FDD3D3);
	/* margin-left: 12px; */
}

.deleteText {
	color: var(--Black, #000);
	font-family: "SF Pro Display";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	/* 171.429% */
}

.printBtn {
	display: flex;
	height: 34px;
	width: 93px;
	padding: 6px 14px;
	justify-content: center;
	align-items: center;
	gap: 4px;
	border-radius: 8px;
	background-color: #ffffff;
	border: 1px solid var(--Raspberry, #03BC03);
}

.printText {
	color: #03BC03;
	font-family: "SF Pro Display";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	/* 150% */
}

.detailsBtn {
	display: flex;
	width: 74px;
	height: 34px;
	padding: 6px 14px;
	justify-content: center;
	align-items: center;
	gap: 4px;
	flex-shrink: 0;
	border-radius: 8px;
	background: var(--Raspberry, #03BC03);
	margin-left: 12px;
	/* Text */
	color: #FFF;
	font-family: "SF Pro Display";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
}

.deleteBtn:hover,
.deleteBtnFromBill:hover {
	background-color: #FBACAC;
	cursor: pointer;
}

.printBtn:hover {
	background-color: #FAEBED;
	cursor: pointer;
}

.detailsBtn:hover {
	background-color: #009300;
	cursor: pointer;
}

.addNew {
	display: flex;
	height: 34px;
	width: auto;
	padding: 6px 14px;
	justify-content: center;
	align-items: center;
	gap: 4px;
	border-radius: 8px;
	background-color: var(--Raspberry, #03BC03);
	color: #ffffff;
	font-family: "SF Pro Display";
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
}

.addNew:hover {
	background-color: #009300;
	cursor: pointer;
}



::placeholder {
	color: #C1C7D2;
	opacity: 1;
	/* Firefox */
}

input:focus::placeholder {
	color: transparent;
}

::-webkit-scrollbar {
	width: 10px;
}

::-webkit-scrollbar-track {
	background: #F8F9FB;
	border-radius: 9px;
	margin-block: 14px;
}

.itemsList::-webkit-scrollbar-track {
	margin-block: 0px;
}

/* Handle */
::-webkit-scrollbar-thumb {
	background: var(--gray-outline);
	border-radius: 9px;
}

p {
	margin-block: 0;
}

@media screen and (min-width: 300px) and (max-width: 1500px) {
	.topBar{
		display: none;
	}

	.topBarMedia300{
		display: flex;
		width: auto;
		height: 58px;
		flex-shrink: 0;
		box-shadow: 3px 0px 20px 0px rgba(48, 62, 96, 0.20);
		border-radius: 30px;
		border: 1px solid #F8FAFF;
		background: #FFF;
		padding-left: 22px;
		padding-right: 22px;
		align-items: center;
		gap: 20px;
	}


}

@media screen and (min-width: 1500px) and (max-width: 1600px) {
	.topText {
		font-size: 16px;
		margin-left: 10px;
	}
}