@charset "utf-8";
@import url('https://fonts.cdnfonts.com/css/sf-pro-display');

: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;
}

.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%;
}

.top {
	display: inline-flex;
	align-items: center;
	margin-top: 20px;
	margin-left: 30px;
	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: 28px;
}

.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;
}

.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;
}

.topIcon:hover {
	cursor: pointer;
}

.flexGroup {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

/* Table */
.tableCard {
	width: calc((100vw - 80px)/2);
	height: calc(100vh - 78px - 34px - 20px);
	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;
}

.litleTitle {
	padding-top: 34px;
	padding-left: 30px;
	color: #000;
	font-family: "SF Pro Display";
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
}

.text16 {
	padding-top: 8px;
	padding-left: 30px;
	color: #000;
	font-family: "SF Pro Display";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
}

.select25 {
	display: inline-flex;
	height: 38px;
	width: calc(((100vw - 80px)/2) - 60px);
	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;
	margin-left: 30px;
	margin-top: 8px;
	outline-color: var(--main-40-outline);
}


.tableRestSettings {
	width: calc(((100vw - 80px) / 2) - 60px);
	margin-left: 30px;
	margin-right: 20px;
	margin-top: 8px;
}

.tableRestSettings tr {
	display: flex;
	width: calc(((100vw - 80px) / 2) - 60px);
}

.tableRestSettings th:nth-child(1) {
	color: var(--gray-text-light);
	font-family: "SF Pro Display";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	margin-left: 0px;
	width: 20vw;
	text-align: left;
}

.tableRestSettings td:nth-child(1) {
	color: #000;
	font-family: "SF Pro Display";
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px;
	width: 20vw;
	padding-top: 8px;
	padding-bottom: 8px;
}
.tableRestSettings th:nth-child(2) {
	color: var(--gray-text-light);
	font-family: "SF Pro Display";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	margin-left: 0px;
	width: calc(((100vw - 80px) / 2) - 60px - 20vw - 10vw);
	text-align: left;
}

.tableRestSettings td:nth-child(2) {
	color: #000;
	font-family: "SF Pro Display";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	width: calc(((100vw - 80px) / 2) - 60px - 20vw - 10vw);
	padding-top: 8px;
	padding-bottom: 8px;
}

.tableRestSettings th:nth-child(3) {
	color: var(--gray-text-light);
	font-family: "SF Pro Display";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	margin-left: 0px;
	width: 10vw;
	text-align: left;
}

.tableRestSettings td:nth-child(3) {
	color: var(--green-text);
	font-family: "SF Pro Display";
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px;
	width: 10vw;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 8px;
}

.tableRestSettings tbody {
	display: block;
	height: calc(100vh - 78px - 34px - 20px - 350px - 84px);
	overflow: auto;
}

.tableRestSettings td {
	border-top: 1px solid var(--gray-outline);
}

.inputTitle {
	color: #000;
	font-family: "SF Pro Display";
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
	margin-top: 20px;
	margin-left: 30px;
	margin-bottom: 6px;
}

.inputText {
	border: 1px solid var(--gray-outline);
	background-color: white;
	width: calc(((100vw - 80px)/2) - 60px);
	height: 38px;
	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;
	margin-left: 30px;
}


.actionSecondBtn {
	display: inline-flex;
	height: 34px;
	padding: 6px 14px;
	justify-content: center;
	align-items: center;
	gap: 4px;
	flex-shrink: 0;
	border-radius: 8px;
	background: var(--main-15);
	color: var(--main-raspberry);
	font-family: "SF Pro Display";
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px;
}

.actionSecondBtn:hover {
	cursor: pointer;
	background: var(--main-20--hover);
}

.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:20px;
	margin-bottom: 20px;
	margin-left: 30px;
}

.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:20px;
	margin-bottom: 20px;
}

.CancelBtn:hover {
	background: var(--main-20--hover);
	cursor: pointer;
}

/* pop up */

.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% - 280px);
	top: calc(50% - 150px);
	width: 560px;
	height: 300;
	flex-shrink: 0;
	border-radius: 18px;
	background: #FFF;
	box-shadow: 3px 0px 12px 0px rgba(48, 62, 96, 0.06);
	padding-left: 30px;
}

.popupTitle {
	color: #000;
	font-family: "SF Pro Display";
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px;
	margin-top: 42px; 	
}

.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;
}

/* pop up ends */



::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;
	}
}