.modalContent.partDetailsModal {
	width: 310px;
}

.partDetails .doneBtn {
	width: 100%;
	margin-top: 25px;
	margin-bottom: 0px;
}

.imageAddSection {
	display: flex;
	background: #f2f2f2;
	justify-content: center;
	align-items: center;
	height: 150px;
	box-sizing: border-box;
}

.powderOption img {
	width: 40px;
	margin-right: 10px;
}

.powderOption {
	font-size: 14px;
	display: flex;
	align-items: center;
	border-bottom: 1px solid #f2f2f2;
	padding: 4px;
	cursor: pointer;
}

.selectedPowder {
	display: flex;
	border: 1px solid #a9a9a9;
	border-radius: 3px;
	padding: 6px;
	align-items: center;
	font-size: 14px;
	margin-top: 10px;
}

.selectedPowder img {
	height: 30px;
	margin-right: 10px;
}

.powderOptions {
	position: fixed;
	background: white;
	padding: 10px;
	z-index: 100;
	width: 92%;
	left: 0;
	right: 0;
	margin: auto;
	box-sizing: border-box;
	box-shadow: 0px 4px 11px -7px;
	margin-top: 0px;
	border: 1px solid #d7d7d7;
	border-radius: 8px;
	overflow: auto;
	height: 250px;
	display: none;
}

.powderOption:hover {
	background: #f2f2f2;
	border-radius: 3px;
}

.checkbox {
	font-size: 14px;
}

.splitBoxes {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.splitBoxes .input:first-of-type {
	margin-right: 10px;
}

.splitBoxes .input {
	margin: 0px;
}

.spacer {
	height: 1px;
	margin: 20px 0px;
	background: #dedede;
}

.splitBoxes .oneThird {
	width: 50%;
}

.splitBoxes .checkbox {
	margin-top: 0px;
}

.imageAddSection img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.partDetails {
	.error {
		color: red;
	}

	.railingSelector {
		display: flex;
		align-items: center;
		gap: 8px;

		& div.select {
			flex-grow: 1;
			margin: 0;
		}

		& div.infoBtn {
			display: grid;
			place-content: center;
			width: 28px;
			height: 28px;
			background: var(--gbpc-green-gradient);
			border-radius: 50%;
			color: white;
			cursor: pointer;
		}
	}
}
