/* ------------------------*/

/* ------------------------*/

/* ------------------------*/

/* ------------------------*/

/* END Rangeable */

.complete-model {
	margin: 30px 15px;
}

.calculation-wrapper {
	background: var(--white-color);
	line-height: 1.5;
	padding: 0 1.5rem 5.5rem 1.5rem;
}

.calculation-wrapper .calculation-container {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 74.75rem;
}

.calculation-wrapper .calculation-flex {
	display: flex;
	flex-direction: row;
	margin-bottom: 2rem;
	padding-bottom: 1rem;
	padding-top: 1rem;
}

.calculation-wrapper h2 {
	font-size: 42px;
	line-height: 1.33;
}

.calculation-wrapper h5 {
	font-size: 18px;
	line-height: 1.33;
	margin: 30px 0 1pc;
}

.calculation-box {
	align-self: flex-start;
	flex: 1;
	margin: 0 1rem 0;
	padding: 3rem;
}

.download-extra-option {
	border-radius: .5rem;
}

.input-container {
	flex: 2;
	margin: 0 1rem 0;
	padding: 3rem;
}

.slide-spacing {
	padding-bottom: 1rem;
	padding-top: 1rem;
}

.calculation-container .input {
	background-color: #fff;
	border: 1px solid var(--input-border-color);
	border-radius: 4px;
	box-sizing: border-box;
	display: inline-block;
	font-size: 15px;
	margin: 8px 0;
	padding: 9pt 20px;
	width: 33%;
}

.input-titles {
	font-weight: 600;
}

.note-text {
	color: #b2b2be;
	line-height: 1.5;
	padding-top: 1rem;
}

.note-text a {
	color: #a0a0ab !important;
	text-decoration: none;
}

.note-text a:hover {
	color: #8c8c94 !important;
	text-decoration: none;
}

.slide-label {
	padding-bottom: 4rem;
}

.slider-number {
	text-align: right;
}

.slider-range {
	display: flex;
	flex: 1;
	flex-direction: row;
	justify-content: space-between;
	margin-top: 5px;
}

.summary-header {
	padding: 30px 30px;
}

.summary-header-value {
	border-bottom: 1px solid var(--summery-border);
	padding-bottom: 2rem;
	padding-top: 2rem;
}

.summary-section {
	display: flex;
	flex-direction: row;
	position: relative;
}

.summary-section-block {
	padding: 30px;
}

.summary-section-header::after {
	content: "";
	display: block;
	width: 75%;
	height: 1px;
	background-color: #afafaf;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

.coin-value {
	font-size: 75px;
	font-weight: 700;
	letter-spacing: 0;
	margin: 0;
}

.summary-subsection {
	flex: 1;
	margin: 0 0 1rem 0;
	padding-right: 2rem;
	text-align: right;
}

.calc-spacer {
	margin: 30px 0;
}

/*
.summary-section h3 {
  font-size: 24px;
}
.summary-subsection-text {
  flex: 2;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5;
  margin-bottom: 1rem;
}
.summary-results {
  padding-top: 2rem;
}
.large-text {
  font-size: 30px;
}
.rangeable-tooltip:after {
  content: "%";
}
.no-percentage .rangeable-tooltip:after {
  content: "";
}
@media only screen and (max-width: 1200px) and (orientation: landscape) {
  .summary-results .summary-section h3,
  .summary-subsection-text {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1150px) {
  .coin-value {
    font-size: 51px;
  }
  .summary-results .summary-section h3,
  .summary-subsection-text {
    font-size: 1.6pc;
  }
}
@media only screen and (max-width: 900px) and (orientation: landscape) {
  .summary-results .summary-section h3,
  .summary-subsection-text {
    font-size: 1.4pc;
  }
}
@media only screen and (max-width: 850px) and (orientation: landscape) {
  .summary-results .summary-section h3,
  .summary-subsection-text {
    font-size: 21.1px;
  }
}
@media only screen and (max-width: 850px) {
  .summary-results .summary-section h3,
  .summary-subsection-text {
    font-size: 20.5px;
  }
  .coin-value {
    font-size: 41px;
  }
}
@media only screen and (max-width: 768px) {
  .calculation-wrapper {
    padding: 1.5rem 3.125%;
  }
  .calculation-wrapper .calculation-flex {
    flex-direction: column;
    margin-bottom: 1rem;
    padding-bottom: 0;
  }
  .coin-value {
    font-size: 2.4pc;
  }
  .calculation-box {
    margin-bottom: 0.5rem;
    padding: 1.5rem;
  }
  .calculation-container .input {
    width: 50%;
  }
  .input-container {
    padding: 1.5rem;
  }
  .calculation-wrapper h2 {
    margin: 0 0 1.5rem;
  }
}
@media only screen and (max-width: 600px) {
  .coin-value {
    font-size: 20.7px;
  }
  .calculation-wrapper h2 {
    font-size: 37.33px;
  }
  .calculation-wrapper h3 {
    font-size: 18.75px;
  }
  .summary-results .summary-section h3,
  .summary-subsection-text {
    font-size: 10.35px;
  }
  .large-text {
    font-size: 26.67px;
  }
}
@media only screen and (max-width: 390px) {
  .coin-value {
    font-size: 19.5px;
  }
  .summary-results .summary-section h3,
  .summary-subsection-text {
    font-size: 9.375px;
  }
}
*/

/* page cards css */

/* Ensure the calc-section takes full width */
.calc-section {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	margin: 15px 0px;
	gap: 15px;
}

/* Styling for input-section, update-section, and summary-section */
.input-section, .update-section {
	background-color: var(--base-2);
	border-radius: 25px;
	padding: 30px;
	box-sizing: border-box;
}

.summary-section {
	width: 100%;
	margin-bottom: 15px;
	background-color: var(--base-2);
	border-radius: 25px;
}

/* Desktop layout: input-section at 60% and update-section at 40% */
.input-section {
	width: 60%;
}

.update-section {
	width: 40%;
}

/* Mobile layout: stack sections vertically with reduced margin */
@media (max-width: 768px) {
	.calc-section {
		flex-direction: column;
	}
	
	.input-section, .update-section {
		width: 100%;
		margin-bottom: 0px;
	}
}

.calculation-container .input {
	width: 200px;
}

/* START Rangeable */

/* ------------------------*/

/* ------------------------*/

/* ------------------------*/

/* ------------------------*/

/*
 Rangeable
 Copyright (c) 2018 Karl Saunders
 Dual licensed under the MIT (http://www.opensource.org/licenses/mit-license.php)
 and GPL (http://www.opensource.org/licenses/gpl-license.php) licenses.

 Version: 0.1.6

*/
.rangeable-container.combined-tooltip.dragging
  .rangeable-progress
  > .rangeable-tooltip, .rangeable-container.combined-tooltip.rangeable-tooltips--visible
  .rangeable-progress
  > .rangeable-tooltip, .rangeable-container.dragging.rangeable-tooltips
  .rangeable-handle
  .rangeable-tooltip, .rangeable-container.rangeable-tooltips--visible.rangeable-tooltips
  .rangeable-handle
  .rangeable-tooltip, .rangeable-container.rangeable-vertical.combined-tooltip
  .rangeable-progress
  > .rangeable-tooltip::before {
	display: block;
}

.rangeable-container {
	cursor: pointer;
	width: 100%;
}

.rangeable-container.rangeable-disabled {
	opacity: .6;
	cursor: not-allowed;
}

.rangeable-container.rangeable-multiple.combined-tooltip
  .rangeable-handle
  .rangeable-tooltip, .rangeable-container.rangeable-vertical.combined-tooltip
  .rangeable-handle
  .rangeable-tooltip {
	opacity: 0;
}

.rangeable-container.focus .rangeable-handle {
	border: 1px solid #74b9ff;
}

.rangeable-container.rangeable-multiple .rangeable-handle:nth-child(1) {
	left: 0;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
}

.rangeable-container.rangeable-multiple .rangeable-handle:nth-child(2) {
	right: 0;
}

.rangeable-container.rangeable-vertical {
	height: 100%;
	width: auto;
}

.rangeable-container.rangeable-vertical .rangeable-track {
	width: 8px;
	height: 100%;
}

.rangeable-container.rangeable-vertical .rangeable-progress {
	width: 8px;
	height: 100%;
	top: auto;
	bottom: 0;
	-webkit-transform-origin: 0 100% 0;
	transform-origin: 0 100% 0;
}

.rangeable-container.rangeable-vertical .rangeable-handle {
	right: auto;
	left: 50%;
	top: 0;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
}

.rangeable-container.rangeable-vertical .rangeable-tooltip {
	position: absolute;
	top: 50%;
	left: calc(100% + 6px + 4px + 5px);
	right: auto;
	bottom: auto;
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0);
}

.rangeable-container.rangeable-vertical .rangeable-tooltip::before {
	right: 100%;
	left: auto;
	top: 50%;
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0);
	border-width: 4px 4px 4px 0;
	border-color: transparent #42506c transparent transparent;
}

.rangeable-container.rangeable-vertical .rangeable-buffer {
	width: 100%;
	height: 0;
}

.rangeable-container.rangeable-vertical.rangeable-multiple
  .rangeable-handle:nth-child(1) {
	top: 0;
	left: 50%;
}

.rangeable-container.rangeable-vertical.rangeable-multiple
  .rangeable-handle:nth-child(2) {
	bottom: 0;
	top: auto;
	-webkit-transform: translate3d(-50%, 50%, 0);
	transform: translate3d(-50%, 50%, 0);
}

.rangeable-input {
	position: absolute;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
}

.rangeable-input:focus + .rangeable-track .rangeable-handle::after {
	position: absolute;
	width: 22px;
	height: 22px;
	bottom: -6px;
	right: -6px;
	outline: #000 dotted 1px;
	content: "";
}

.rangeable-progress, .rangeable-track {
	height: 8px;
	width: 100%;
	border-radius: 4px;
}

.rangeable-track {
	background-color: #ccc;
	position: relative;
}

.rangeable-progress {
	background-color: #42506c;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transform-origin: 0 0 0;
	transform-origin: 0 0 0;
}

.rangeable-progress > .rangeable-tooltip {
	display: none;
	z-index: 11;
	top: auto;
	bottom: calc(100% + 7px + 9px);
	white-space: nowrap;
}

.rangeable-handle {
	box-sizing: border-box;
	width: 22px;
	height: 22px;
	border: 6px solid #42506c;
	border-radius: 50%;
	background-color: #fff;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translate3d(50%, -50%, 0);
	transform: translate3d(50%, -50%, 0);
}

.rangeable-handle:focus {
	outline: 0;
}

.rangeable-handle:focus::after {
	position: absolute;
	width: 22px;
	height: 22px;
	bottom: -6px;
	right: -6px;
	outline: #000 dotted 1px;
	content: "";
}

.rangeable-handle.active {
	z-index: 10;
}

.rangeable-handle .rangeable-tooltip {
	display: none;
}

.rangeable-tooltip {
	position: absolute;
	right: 50%;
	bottom: calc(100% + 6px + 4px + 5px);
	-webkit-transform: translate3d(50%, 0, 0);
	transform: translate3d(50%, 0, 0);
	text-align: center;
	padding: 2px 13px;
	background-color: #42506c;
	border-radius: 4px;
	font-weight: 700;
	font-size: 16px;
	color: #fff;
	font-family: Inconsolata, Consolas, Courier New, Lucida Console, sans-serif;
}

.rangeable-tooltip::before {
	width: 0;
	height: 0;
	border-width: 4px 4px 0;
	border-style: solid;
	border-color: #42506c transparent transparent;
	position: absolute;
	left: 50%;
	top: 100%;
	-webkit-transform: translate3d(-50%, 0, 0);
	transform: translate3d(-50%, 0, 0);
	content: "";
}

.rangeable-buffers {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}

.rangeable-buffer {
	position: absolute;
	background-color: rgba(0, 0, 0, .2);
	border-radius: 4px;
	height: 100%;
}
