/* Scoped styles for All Calculators */

.singleCal {
	padding: 0px 15px;
}

.singleCal .mTop {
	margin-top: 50px;
}

.singleCal .calSection {
	padding: 10px;
	margin-top: 10px;
	background-color: #f2f2f2;
	border: 1px solid #cccccc;
	border-radius: 5px;
}

.singleCal .calSection.calNoAuto {
	display: block !important;
}

.singleCal .calSection h3 {
	margin-top: 0;
	border-bottom: 1px solid #ccc;
	margin-bottom: 15px;
	font-size: 24px;
	padding-bottom: 5px;
}

.singleCal .calSection h4 {
	font-size: 18px;
}

.singleCal .calSection label {
	display: block;
	margin-bottom: 5px;
}

.singleCal .calSection label span {
	display: block;
	font-size: 14px;
	font-style: italic;
}

.singleCal .calSection .radioCheck {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	margin-bottom: 10px;
}

.singleCal .calSection .radioCheck input[type="radio"],
.singleCal .calSection .radioCheck input[type="checkbox"] {
	margin: 0;
}

.singleCal .calSection .radioCheck label {
	margin: 0;
	cursor: pointer;
}

.singleCal .calSection input[type="radio"],
.singleCal .calSection input[type="checkbox"] {
	margin-right: 5px;
}

.singleCal .calSection select,
.singleCal .calSection input[type="number"],
.singleCal .calSection input[type="text"],
.singleCal .calSection input[type="email"] {
	width: 100%;
	padding: 10px;
	margin-bottom: 10px;
	background-color: #fff;
	border: 1px solid #cccccc;
	border-radius: 5px;
}

.singleCal .calSection input[type="checkbox"],
.singleCal .calSection input[type="radio"] {
	border: 2px solid #fe3434 !important;
	position: relative;
	border-radius: 2px;
	background: #fff;
	cursor: pointer;
	line-height: 0;
	margin: 0 0.6em 0 0;
	outline: 0;
	padding: 0 !important;
	vertical-align: text-top;
	height: 20px;
	width: 20px;
	-webkit-appearance: none;
	opacity: 1;
	--bs-gutter-x: 0;
	--bs-gutter-x: 0;
	flex-shrink: 0;
}

.singleCal .calSection input[type="checkbox"]::before,
.singleCal .calSection input[type="radio"]::before {
	content: "";
	position: absolute;
	right: -2px;
	top: -2px;
	z-index: 2;
	font: var(--fa-font-solid);
	width: 20px;
	height: 20px;
	padding: 3px;
	color: #fff;
	flex-shrink: 0;
}

.calSection {
	display: none;
}

.calSection:first-of-type {
	display: block;
}

.singleCal .qrswCalSubmit:disabled {
	background-color: #cccccc;
	color: #666666;
	cursor: not-allowed;
	opacity: 0.6;
}

.singleCal .qrswCalEmail:disabled {
	background-color: #cccccc;
	color: #666666;
	cursor: not-allowed;
	opacity: 0.6;
}

.calculatedResults {
	padding: 20px;
	background-color: #f2f2f2;
	border: 1px solid #cccccc;
	border-radius: 5px;
	display: none;
}

.calculatedResults .calResults {
	padding: 10px;
	background-color: #f2f2f2;
	border: 1px solid #ccc;
	border-radius: 5px;
	overflow: hidden;
	width: 100%;
}

.calculatedResults .calResults th {
	background-color: var(--theme-color-2);
	color: #585858;
	padding: 10px;
	border: 1px solid #eee;
}

.calculatedResults .calResults td {
	padding: 10px;
	background-color: #fff;
	border: 1px solid #eee;
}

.calculatedResults .calResults .results {
	text-align: right;
}

.skipped {
	opacity: 0.5;
	pointer-events: none;
}

.skip-section-header {
	margin-bottom: 10px;
}

.calculatedResults .alert {
	padding: 10px;
	margin-top: 20px;
	border-radius: 5px;
	gap: 10px;
}

/* Scoped styles for Passing Marks Table */
.calculatedResults .passingMarks {
	padding: 10px;
	background-color: #f2f2f2;
	border: 1px solid #ccc;
	border-radius: 5px;
	overflow: hidden;
	width: 100%;
	margin-top: 20px;
}

.calculatedResults .passingMarks th {
	background-color: var(--theme-color-2);
	color: #585858;
	padding: 10px;
	border: 1px solid #eee;
	text-align: left;
}

.calculatedResults .passingMarks td {
	padding: 10px;
	background-color: #fff;
	border: 1px solid #eee;
	text-align: left;
}

/* Add consistent spacing and styling */
.mailSection label {
	display: block;
	font-weight: bold;
	margin-bottom: 5px;
}

.mailSection input,
.mailSection select {
	width: 100%;
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
	font-size: 16px;
}

.mailSection {
	margin-bottom: 20px;
	margin-top: 20px;
}

.mailSection label{
	color: #f0f0f0 !important;
}

.mailSection .btnMail{
	background: #800020 !important;
	color: #fff;
	transition: 0.4s all;
	padding: 10px 15px;
	text-transform: uppercase;
	font-weight: 800;
	font-size: 15px;
	outline: none;
	border:none;
}

.radioSection {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	margin-bottom: 10px;
}

.radioSection p{
	color: #f0f0f0 !important;
	font-weight: 100 !important;
}

.radioSection strong{
	color: #f0f0f0 !important;
}

.gradientHighlight {
    background: linear-gradient(135deg, #0b172a, #1b3045, #1b3045) !important;
    border-radius: 10px !important;
    color: #f0f0f0 !important;
    margin-bottom: 20px !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1) !important;
	padding-left: 20px !important;
}

.gradientHighlight h4 strong{
    font-size: 25px !important;
    margin-bottom: 10px !important;
    color: #f0f0f0 !important;
}

.gradientHighlight p {
    font-size: 16px;
    margin: 0 !important;
    color: #f0f0f0 !important;
}


.gradientHighlight p strong{
    font-size: 16px !important;
    margin: 0 !important;
    color: #f0f0f0 !important;
}

.disclaimerContent p{
	color: #1d2f41 !important;
}

.radioSection input[type="checkbox"],
.radioSection input[type="radio"] {
	border: 2px solid #fe3434 !important;
	position: relative;
	border-radius: 2px;
	background: transparent;
	cursor: pointer;
	line-height: 0;
	margin: 0 0.6em 0 0;
	outline: 0;
	padding: 0 !important;
	vertical-align: text-top;
	height: 20px;
	width: 20px;
	-webkit-appearance: none;
	opacity: 1;
	--bs-gutter-x: 0;
	--bs-gutter-x: 0;
	flex-shrink: 0;
}

.radioSection input[type=checkbox]:checked:before, input[type="radio"]:before {
  opacity: 1; 
}
.radioSection input[type=checkbox]:before, input[type="radio"]:before {
  color: #fff;
}
.radioSection input[type=checkbox]:checked, input[type="radio"]:checked {
  background: #fe3434;
}
.radioSection input[type=checkbox]:before, input[type="radio"]:before {
    content: '';
  position: absolute;
  right: -2px;
  top: -2px;
  z-index: 2;
  opacity: 0;
  font: var(--fa-font-solid);
  width: 20px;
  height: 20px;
  padding: 3px;
}