@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;
}

/* 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;
}

.top {
	display: inline-flex;
	align-items: center;
	margin-top: 20px;
	width: calc(100vw - 30px - 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;
}

/* Table */
.tableCard {
	width: 30vw;
	height: 310px;
	border-radius: 18px;
	background: #FFF;
	box-shadow: 3px 0px 12px 0px rgba(48, 62, 96, 0.06);
	margin-top: 34px;
}

.tableTitle {
	padding-top: 20px;
	padding-left: 30px;
	color: #000;
	font-family: "SF Pro Display";
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px;
}

.tableRest {
	border-collapse: collapse;
	width: 30vw;
	border-spacing: 0px;
	margin-top: 16px;
}

.tableRest td,
.tableRest 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;
	margin-left: 30px;
}

.tableRest td {
	display: inline-block;
	overflow: auto;
	white-space: wrap;
	box-sizing: border-box;
	height: 38px;
}

.tableRest tr {
	border: solid #dddddd;
	border-width: 1px 0px 0px 0px;

	height: 38px;
	width: 30vw;
	white-space: nowrap;
	box-sizing: border-box;
	font-family: "SF Pro Display";
}

/* 
#tableOrders tbody {
	overflow-y: hidden;
	max-height: 140px;
	background-color: #E91C4F;
} */



.tableRest tbody td:nth-child(1) {
	color: var(--Black, #000);
	font-family: "SF Pro Display";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	width: 19vw;
	text-overflow: ellipsis;
	/* max-width: 17vw; */
	white-space: nowrap;
	align-items: center;
	align-content: center;
	justify-content: center;
}

.tableRest tbody td:nth-child(2) {
	color: #98A1B3;
	text-align: right;
	font-family: "SF Pro Display";
	font-size: 14px;
	font-style: italic;
	font-weight: 400;
	line-height: 24px;
	/* 171.429% */
	width: 8vw;
	/* max-width: 17vw; */
	white-space: nowrap;
	gap: 10px;
	align-items: center;
	align-content: center;
	text-align: center;
	justify-content: center;
	display: inline-flex;
}

#tableOrders tbody tr:hover {
	background: #F2FBF2;
}

.logoCompany {
	width: 111px;
	height: 28px;
}

.logOut {
	display: flex;
	width: 160px;
	height: 58px;
	justify-content: center;
	gap: 8px;
	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;
	position: absolute;
	margin-top: auto;
	margin-left: auto;
	bottom: 30px;
}

.logOut:hover {
	background-color: var(--main-5--white-hover);
	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;
}

/* Handle */
::-webkit-scrollbar-thumb {
	background: #E6EBF6;
	border-radius: 9px;
}

@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;
	}
}