﻿button {
	font-size: 18px;
	line-height: 1.2;
	font-weight: 400;
	font-family: "Rubik", sans-serif;
	cursor: pointer;
}
	button:hover img {
		opacity: 0.6;
	}
	button.link-style {
		border: none;
		text-decoration-line: underline;
		transition: all 0.3s;
	}
	button.link-style:hover {
		
	}
	button.verified-toggles {
		border: none;
	}


.project-status .status {
	max-width: 100%;
}

.wind-load-button .progress-text {
	width: auto;
}

.complete-calculation.verified-toggles {
	width: 100%;
}

.justify-start {
	justify-content: start;
}

.project-details-lable-main.justify-start {
	justify-content: start;
}

.w-full {
	width: 100%
}

.cursor-pointer {
	cursor: pointer;
}

.create-your-own-form .cdp__list {
	max-height: unset;
}

.create-your-own-form .round-dropdown {
	height: 48px;
}

.instruction-numbers-main .tab-toggle .tab-btn {
	cursor: pointer;
	position: relative;
	z-index: 1;
	width: 50%;
	color: rgba(60, 61, 63, 0.5);
	text-align: center;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.4;
	letter-spacing: -0.408px;
	border: 0;
	padding: 10px;
	background-color: transparent;
	font-family: Rubik;
	border-radius: 20px;
}

.tab-toggle .tab-btn.active {
	color: #f26531;
	font-weight: 500;
}

@media screen and (max-width: 767px) {
	.instruction-numbers-main .tab-toggle .tab-btn.active, 
	.instruction-numbers-main .tab-toggle .tab-btn {
		padding: 7px 1px;
	}
}

.disabled-block {
	opacity: 0.5;
	pointer-events: none; 
}

.btn-upload {
	font-weight: 400;
	font-size: 15px;
	text-decoration-line: underline;
	cursor: pointer;
	border: none;
	background-color: inherit;
}

.drop-zone {
	cursor: pointer;
	transition: border-color 0.2s, background-color 0.2s;
}

	.drop-zone:hover {
		background-color: #ededed;
	}
	.drop-zone.highlight-upload-zone {
		border-color: #007bff;
		background-color: #f5d2c1;
	}

.preview-thumb {
	width: 115px;
	height: 80px;
	object-fit: cover;
	border-radius: 4px;
	border: 1px solid #ccc;
}

.xls-file-box {
	position: relative;
	padding: 19px 22px;
	display: flex;
	align-items: center;
	gap: 20px;
	border-radius: 5px;
	background: #a3d5b0;
	max-width: 660px;
}

.lable-dropdown-items {
	max-width: 220px;
}
.round-dropdown .nice-select .list {
	width: auto;
}

.mail-type-box .message-textarea {
	color: #3c3d3f;
	font-family: "Rubik", sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.5;
	margin-bottom: 20px;
	width: 100%;
	height: 300px;
	border: none;
	outline: 1px solid #bdd1de;
	outline-offset: 0;
	padding: 10px;
}

.reply-sender-name-content .mail-type-box {
	margin: 0;
}

	.reply-sender-name-content .mail-type-box .message-textarea {
		margin: 0;
		padding: 0;
		outline: none;
		color: #3c3d3f;
		font-size: 15px;
		font-weight: 400;
		line-height: 1.5;
		margin-left: 6px;
		width: 100%;
		height: 100px;
	}

.my-project-title-icon-wrapper img {
	padding: 0;
	border: none;
	filter: none;
}

.radio-button-calculator.disabled-radio {
	cursor: not-allowed;
}

	.radio-button-calculator.disabled-radio .importance-level-rounded-number:hover {
		opacity: 0.5;
		box-shadow: none;
	}

	.radio-button-calculator.disabled-radio.card-content-wrapper:hover {
		opacity: 0.5;
		box-shadow: none;
	}

.wind-results-right-btns button {
	justify-content: center;
	margin-bottom: 16px;
	max-width: 100%;
	line-height: 1.2;
	font-family: "Rubik", sans-serif;
	width: 100%;
}

.card-text button {
	display: flex;
	align-items: center;
	gap: 12px;
	transition: all 0.3s;
	text-decoration: none;
	color: var(--dark-color);
	cursor: pointer;
	outline: none;
	border: none;
}

.my-project-title-icon-wrapper {
	border: none;

}
	.my-project-title-icon-wrapper.disabled {
		cursor: auto;
		opacity: 0.3;
	}

/* Confirm popup */

.confirm-modal {
	position: fixed;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(0,0,0,.35);
	opacity: 0;
	visibility: hidden;
	transition: opacity .15s ease, visibility .15s ease;
	z-index: 9999999;
}

	.confirm-modal.open {
		opacity: 1;
		visibility: visible;
	}

.confirm-box {
	position: relative;
	background: #fff;
	width: calc(100% - 2rem);
	max-width: 420px;
	border-radius: 12px;
	padding: 16px 18px;
	box-shadow: 0 12px 30px rgba(0,0,0,.2);
}

	.confirm-box h3 {
		margin: 0 0 .5rem;
		font-weight: 500;
		font-size: 20px;
	}

	.confirm-box p {
		margin: 0 0 1rem;
		line-height: 1.4;
	}

.confirm-actions {
	display: flex;
	justify-content: flex-end;
	gap: .5rem;
}

	.confirm-actions .btn {
		cursor: pointer;
	}

.confirm-modal .verified-toggles {
	border: none;
}
	.verified-toggles.white-orangeborder-toggles {
		border: 1px solid #f26531;
	}

.inbox-message-reply-box-bottom {
	min-height: auto;
}

.message-boxes .new-message-box {
	border-radius: 0;
}
.message-boxes .message-box {
	border-radius: 10px 10px 0 0;
}

.message-boxes .message-box + .message-box {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border-top: 1px solid #dce2ec;
}

.pdf-file-box, .esp-file-box {
	position: relative;
}

.inbox-compose-bottom-left {
	align-items: start;
}
.message-attachment .attach-a-file {
	margin-top: 6px;
}

.message-attachment .pdf-file-box-wrapper {
	padding-top: 24px;
}

.esp-file-box {
	padding: 19px 22px;
	display: flex;
	align-items: center;
	gap: 20px;
	border-radius: 5px;
	background: #fcdc7c;
	max-width: 660px;
}


.title-progress-bar .progress-row {
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 200px;
	background: #f26531;
	height: 5px;
	width: 0%;
	transition: width 0.3s ease;
	max-width: none;
}

.relative {
	position: relative;
}

.rondo-pressure-sealed-left .black-checkbox {
	margin-top: 35px;
}

@media screen and (max-width: 1199px) {
	.rondo-pressure-sealed-left .black-checkbox {
		margin-top: 20px;
		margin-bottom: 25px;
	}
}

.pressure-sealed-title label span {
	color: #3A7ED8;
	font-size: 14.424px;
	border-radius: 20px;
	background: #C5DBF8;
	padding: 10px;
	margin-right: 5px;
}

@media screen and (max-width: 1199px) {
	.pressure-sealed-title label span {
		padding: 8px;
	}
}

.pressure-sealed-title label span.scenario-2 {
	color: #D83D3A;
	background: #FFDDDC;
}

.info-card-value-wrapper.three-column {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cursor-pointer {
	cursor: pointer;
}

.share-project-search {
	position: relative;
}

.email-popup {
	position: absolute;
	top: 100%;
	left: 0;
	transform: translateY(6px);
	padding: 8px 10px;
	border-radius: 6px;
	background: #ffefe9;
	border: 1px solid #ffb89e;
	box-shadow: 0 2px 8px rgba(0,0,0,.08);
	font-size: 14px;
	line-height: 1.3;
	z-index: 999;
	opacity: 0;
	pointer-events: none;
	transition: opacity .15s ease;
}

	.email-popup.visible {
		opacity: 1;
		pointer-events: auto;
	}

input[aria-invalid="true"] {
	outline: 2px solid #ffb89e;
}

.share-project-list {
	align-items: center;
}

	.share-project-list .share-project-search-dropdown {
		position: relative;
	}

		.share-project-list .share-project-search-dropdown .nice-select::before {
			right: 0px;
			background-image: url(/assets/nexus/image/dark-blue-arroe-icon.svg);
		}

		.share-project-list .share-project-search-dropdown.round-dropdown .nice-select {
			position: relative;
			border: none;
			background: transparent;
			height: auto;
			top: 0;
		}

			.share-project-list .share-project-search-dropdown.round-dropdown .nice-select .current {
				font-size: 14px;
				text-transform: lowercase;
			}

.with-colleague-wrapper .share-button {
	display: flex;
	gap: 10px;
	color: #3c3d3f;
	font-size: 16px;
	font-weight: 400;
	cursor: pointer;
}

.create-new-project-card-image.border-radius-20 {
	border-radius: 20px;
}

.facade-type-wrapper .title {
	padding-bottom: 20px;
}

.round-dropdown .field-validation-error {
	display: inline-block;
}

.location-address-wrapper .round-dropdown {
	position: relative;
	height: unset;
}

.location-address-wrapper .full-input-group {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.location-address-wrapper .round-dropdown .select-country {
	margin-bottom: 0;
}

.location-address-wrapper .only-input-wrapper {
	margin: 0;
}

.visually-hidden-radio {
	position: absolute;
	opacity: 0;
	width: 1px;
	height: 1px;
	pointer-events: none;
}

.ruler-container {
	width: 100%;
	height: 68px;
	overflow: hidden;
	position: relative;
	padding-top: 8px;
}

.ruler {
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0;
	height: 48px;
	font-size: 0;
}

.ruler-input.toast {
	margin-bottom: 0;
}

.mark {
	display: inline-block;
	width: 42px;
	height: 48px;
}

	.mark .line {
		height: 10px;
		border-left: 1.6px solid #3c3d3fcc;
		float: left;
		border-radius: 100%;
	}

.measure {
	font-size: 14px;
	font-family: "Roboto mono", sans-serif;
	user-select: none;
	-webkit-user-select: none;
	color: #3c3d3f;
	position: absolute;
	top: 26px;
	margin-left: -4px;
	font-weight: 500;
}

@media (min-width: 768px) {
	.measure {
		margin-left: -18px;
	}
}

@media (max-width: 1024px) {
}

.pointer {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 2px;
	height: 100%;
	z-index: 10;
	pointer-events: none;
}

	.pointer svg {
		margin-top: -7px;
		margin-left: -11px;
		display: flex;
		z-index: 10;
		pointer-events: none;
		width: 23px;
	}

@media (min-width: 768px) {
	.pointer svg {
		margin-left: -10.43px;
	}
}

@media (min-width: 1280px) {
	.pointer svg {
		margin-left: -9px;
	}
}
/* Left gradiesn: from left to transparent */
.ruler-container::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 45%;
	height: 100%;
	background: linear-gradient( to right, rgba(237, 237, 237, 0.8), rgba(0, 0, 0, 0) );
	z-index: 1;
	pointer-events: none;
}

/* Right gradient: from transparent to white */
.ruler-container::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 45%;
	height: 100%;
	background: linear-gradient( to left, rgba(237, 237, 237, 0.8), rgba(0, 0, 0, 0) );
	z-index: 1;
	pointer-events: none;
}

.hazard-factor-main {
	margin-top: 0;
}

.wind-calculator-location .location-address-wrapper,
.seismic-calculator-location .location-address-wrapper {
	margin-bottom: 20px;
}
.wind-calculator-location .full-input-lable,
.seismic-calculator-location .full-input-lable {
	margin-bottom: 0;
}

.calculations-form .ruler-container::before,
.calculations-form .ruler-container::after {
	background: none;
}

.seismic-calculator-location .round-dropdown.square-dropdown {
	height: unset;
}