@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;
}

.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% - 227px);
	width: 560px;
	height: auto;
	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;
}

.popupPlusBtn {
	display: flex;
	width: 38px;
	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: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px;
	margin-top: 12px;
	padding: 10px 12px 12px 12px;
}

.popupPlusBtn: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: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;
}
.sideBar {
	position: absolute;
	width: 70px;
	height: 100vh;
	background-color: var(--dark);
}

.logoMain {
	text-align: center;
	display: flex;
	justify-content: center;
	margin-left: 17.5px;
	margin-top: 18px;
}

.sideBarInactive {
	text-align: center;
	display: flex;
	justify-content: center;
	margin-left: 17.5px;
	margin-top: 22px;
}

.sideBarInactive:hover {
	cursor: pointer;
}

.sideBarActive {
	text-align: center;
	display: flex;
	justify-content: center;
	margin-left: 17.5px;
	margin-top: 22px;
}

.topBar {
	box-sizing: border-box;
	display: flex;
	margin-left: 70px;
	height: 65px;
	width: calc(100vw - 70px);
	padding-top: 20px;
	border: 1px solid #F8FAFF;
	background: #FFF;
	box-shadow: 3px 0px 20px 0px rgba(48, 62, 96, 0.20);
}

.topBarTitle {
	color: #000;
	font-family: SF Pro Display;
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px;
	margin-left: 30px;
}

.cardSettings {
	width: calc((100vw - 70px - 30px - 20px - 30px)/2);
	height: calc(100vh - 65px - 24px - 20px);
	flex-shrink: 0;
	background: #FFF;
	border-radius: 18px;
	box-shadow: 3px 0px 12px 0px rgba(48, 62, 96, 0.06);
	margin-top: 24px;
	margin-left: 20px;
}

.cardTitle {
	color: #000;
	font-family: "SF Pro Display";
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px;
	padding-top: 16px;
	margin-left: 20px;
}

.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: 20px;
	margin-bottom: 6px;
}

.select50 {
	display: inline-flex;
	height: 38px;
	width: calc(((100vw - 150px)/2) - 40px);
	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: 20px;
	outline-color: var(--main-40-outline);
}

.flexGroup {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-right: 20px;
}

.cardTitleSmall {
	color: #000;
	font-family: "SF Pro Display";
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px;
	margin-left: 20px;
}

.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);
}

.tableSettings {
	width: calc(((100vw - 150px)/2) - 40px);
	margin-left: 20px;
	margin-right: 20px;
}

.tableSettings tr {
	display: flex;
	width: calc(((100vw - 150px)/2) - 40px - 20px);
}

.tableSettings 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: 8vw;
	text-align: left;
}

.tableSettings 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 - 150px)/2) - 40px - 13vw);
	text-align: left;
}

.tableSettings 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: 5vw;
	text-align: left;
}


.tableSettings tbody {
	display: block;
	height: calc(100vh - 347px);
	overflow: auto;
}

.tableSettings td {
	border-top: 1px solid var(--gray-outline);
}

.tableSettings td:nth-child(1) {
	color: #000;
	font-family: "SF Pro Display";
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px;
	width: 8vw;
	padding-top: 8px;
	padding-bottom: 8px;
}

.tableSettings 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 - 150px)/2) - 40px - 13vw - 20px);
	padding-top: 8px;
	padding-bottom: 8px;
}

.tableSettings td:nth-child(3) {
	color: var(--secondary-blue);
	font-family: "SF Pro Display";
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px;
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: none;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
	width: 5vw;
	padding-top: 8px;
	padding-bottom: 8px;
	text-align: right;
	padding-right: 8px;
}

.tableSettings td:nth-child(3):hover {
	cursor: pointer;
	color: var(--secondary-blue-hover);
}

.inputText {
	display: inline-flex;
	height: 38px;
	width: calc(((100vw - 150px)/2) - 80px);
	padding: 6px;
	justify-content: space-between;
	align-items: center;
	flex-shrink: 0;
	border-radius: 8px;
	border: 1px solid #ffffff;
	background: #FFF;
}

.inputUnit {
	color: #858585;
	font-size: 16px;
	font-style: normal;
	font-family: "SF Pro Display";
	font-weight: 400;
	line-height: 24px;
	word-wrap: break-word;
	align-items: center;
}

.inputDescription {
	color: var(--Normal-Text-Gray, #787B83);
	font-family: "SF Pro Display";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	margin-top: -4px;
	margin-bottom: 10px;
	margin-left: 20px;
}

/* Inpun Specifications */
.inputGroup25 {
	position: relative;
	width: calc((((100vw - 150px)/2) - 60px)/2);
	margin-left: 20px;
}

.inputText {
	border: 1px solid var(--gray-outline);
	background-color: white;
	width: calc((((100vw - 150px)/2) - 60px)/2);
	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);
}

.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;
}

.select25 {
	display: inline-flex;
	height: 38px;
	width: calc((((100vw - 150px)/2) - 60px)/2);
	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: 20px;
	outline-color: var(--main-40-outline);
}

/* scroll */
::-webkit-scrollbar {
	width: 10px;
}

::-webkit-scrollbar-track {
	background: #F8F9FB;
	border-radius: 9px;
	/* margin-block: 14px; */
}

::-webkit-scrollbar-thumb {
	background: #E6EBF6;
	border-radius: 9px;
}

::placeholder {
	color: #C1C7D2;
	opacity: 1;
	/* Firefox */
}

input:focus::placeholder {
	color: transparent;
}