.noPadding{
	padding-left: 0px;
	padding-right: 0px;
}

.headerNavButton{
	color: #fff;
	border: none;
	background: none;
	border-top: none;
	font-family: "Lexend", sans-serif;
	font-size: 11px;
	outline: none!important;
}

#headerMainText{
	color: #fff;
	font-family: "Lexend", sans-serif;
	font-weight: bold;
	margin-bottom: 0px;
}

#headerSubText{
	color: #fff;
	font-family: "Lexend", sans-serif;
	margin-bottom: 0px;
	font-size: 11px;
	font-weight: 100px;
}


#headerLogoContainer{
	text-align: center;
	margin-top: -20px;
}

#headerImageContainer{
	width: 100%;
}

#headerSection{
	padding-left: 0px;
	padding-right: 0px;
}

#headerImg {
    width: 100%;
    height: 130px;
    margin-top: -20px;
    background: url(/public/assets/bg-alt-@1x.png)no-repeat left;
    border: none;
    outline: nne;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    outline: none;
}

#mainBody{
	text-align: center;
	margin-top: 10px;
	margin-bottom: 100px;
    height: auto;
}

#hugeWhereText{
	color: #fff;
	font-weight: bold;
	font-size: 30px;
}

#placeInput{
	width: 100%;
	background: none;
	border: 1px solid 1px;
	width: 100%;
	height: 100px;
	color: #fff;
	font-size: 24px;
	text-align: center;
}

#homeStartButton{
	margin-top: 60px;
	width: 150px;
	background: none;
	color: #fff;
	font-weight: bold;
	font-size: 30px;
}

/*areaselect page specific*/

.mapContainer{
	padding: 60px;
	padding-top: 0px;
}

.areaContainer{
	padding: 60px;
	padding-top: 0px;
}

#countryHeader{
	color: #444;
    font-weight: bold;
    font-size: 30px;
    display: inline;
}

#countryNameContainer{
	margin-bottom: 20px;
	margin-top: 20px;
}

#countryImage{
	height: 23px;
    margin-bottom: 10px;
    margin-right: 2px;
}

#map {
    width: 100%;
    height: 400px;
}

#largeWhereText{
	font-size: 25px;
	color: #fff;
	font-weight: bold;
}

#areaSelectContainer{
	border: 1px solid #fff;
	text-align: left;
	color: #fff;
	padding: 20px;
}

.areaHeader{
	font-weight: bold;
	font-size: 16px;

}

.areaSection{
	margin-bottom: 10px;
}

.areaCheckboxHolder{
	margin-bottom: 10px;
	font-size: 14px;
}

.areaCheckbox{
	margin-right: 10px!important;
}

#nextButtonContainer{
	margin-top: 10px;
	text-align: right;
}

#nextButton{
    width: 150px;
    background: none;
    color: #fff;
    font-weight: bold;
    border: 1px solid #fff;
    font-size: 30px;
    /*float: right;*/
}

.choiceButton{
    width: 150px;
    background: none;
    color: #1A2F44;
    font-weight: bold;
    font-size: 30px;
    float: right;
    border: 1px solid #fff;
}

/*media queries for screen sizes*/

@media all and (max-width: 767px) {
	
	#headerButtonNavContainer{
		white-space: nowrap;
	}

	#headerLogoContainer > img{
		float: right;
	}

	#headerCompanyInfoContainer{
		text-align: right;
	}

	#headerImg{
		margin-top: 20px;
	}

	.questionModal{
		margin: 0!important;
    	width: 50%;
    	height: 450px;
	}

}

@media all and (max-width: 600px) {

	.areaContainer{
		padding: 0px;
	}

	#headerLogoContainer > img{
		float: right;
		height: 60px;
	}

	.headerNavButton{
		font-size: 8px!important;
	}

	#headerButtonNavContainer{
		display: flex;
	}

	#headerCompanyInfoContainer{
		margin-top: 63px;
		text-align: right;
	}

	#headerImg{
		margin-top: 20px;
		width: 100%;
		height: 100px;
	}

	.footerImage{
		height: 60px;
	}

	.app-wrapper {
		padding: 0 8px;
	}

	#questionContainer,
	.resultsContainer {
		padding: 12px;
	}

	.question-option {
		width: 100%;
	}

	.scores-container {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	#countryHeader {
		font-size: 22px;
	}

	.info-tooltip::after {
		left: auto;
		right: 0;
		transform: none;
	}

}

/*//forcemodal*/

.forceModalWidth{
	width: 100%!important;
	transform: translateY(0%);
    top: 20%;
    position: fixed;
}

.modal-body{
	background: #fff;
	text-align: center;
}

.choiceModalNormalext{
	font-weight: bold;
    font-size: 20px;
    margin-bottom: 0px;
}

.choiceModalSmallext{
	font-weight: bold;
    font-size: 16px;
    margin-bottom: 0px;
}

.choiceModalLargerext{
	font-weight: bold;
    font-size: 30px;
    margin-bottom: 0px;
}

.option1Container{
	padding-top: 45px;
}

.option1Container, .option2Container{
	min-height: 290px;
}

.modal-content{
	transform: translateY(100%);
    top: 50%;
}

.modal{
	/*position: absolute;*/
    /*top: 50%;*/
    /*transform: translateY(-50%);*/
    overflow: hidden;
    outline: none!important;
}

/*endforce modal*/

#overViewCountryId{
	display: none;
}

#overviewAreaIds{
	display: none;
}


#countryId{
	display: none;
}

#areaIds{
	display: none;
}

.questionSubModal{
	text-decoration: none!important;
    cursor: pointer;
    color: black!important;
}

.areaCheckBoxTextHigh, .areaCheckBoxTextMedium, .areaCheckBoxTextLow{
	cursor: pointer;
}


.app-wrapper h1,
.app-wrapper h2,
.app-wrapper h3,
.app-wrapper h4,
.app-wrapper h5,
.app-wrapper h6 {
	font-family: "Lexend", sans-serif;
}

.app-wrapper{
	display: flex;
	flex-direction: column;
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
}
#questionContainer,
.resultsContainer{
	flex: 1;
	background: #fff;
    /* margin: 10px; */
    /* border-radius: 8px; */
    box-shadow: 0px 5px 10px #444;
	padding: 16px;
}

#questionContainer h3 {
	margin-top: 10px;
}

.resultsContainer{
	border-radius: 8px 8px 0 0;
	overflow: hidden;
	max-height: 1200px;
	transition: max-height 1s ease, padding-top 1s ease, padding-bottom 1s ease, box-shadow 1s ease;
}

#questionContainer{
	border-radius: 0 0 8px 8px;
}

.app-wrapper.scores-hidden .resultsContainer {
	max-height: 0;
	padding-top: 0;
	padding-bottom: 0;
	box-shadow: none;
}

.app-wrapper.scores-hidden #questionContainer {
	border-radius: 8px;
}

.question-options {
	display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
	margin-bottom: 10px;
}

.question-option {
    border: 2px solid #0d6efd;
    padding: 12px 20px;
    border-radius: 12px;
    cursor: pointer;
    background: #fff;
    color: #0d6efd;
    font-weight: 500;
    font-size: 15px;
    transition: all 0.2s ease;
    box-shadow: 0 2px 4px rgba(13, 110, 253, 0.1);
    margin: 6px;
	width: 45%;
}

.question-option:hover {
    background: #f0f7ff;
    border-color: #0b5ed7;
    box-shadow: 0 4px 8px rgba(174, 202, 244, 0.2);
    transform: translateY(-1px);
}

.question-option:active {
    transform: translateY(0);
    box-shadow: 0 1px 2px rgba(13, 110, 253, 0.15);
}

.question-option.selected {
    background: linear-gradient(135deg, #0d6efd 0%, #0b5ed7 100%);
    color: #fff;
    border-color: #0b5ed7;
    box-shadow: 0 4px 12px rgba(13, 110, 253, 0.3);
}

.js-next-button {
    display: block;
    width: 100%;
    padding: 14px 24px;
    margin-top: 16px;
    border: none;
    border-radius: 12px;
    background: #4996e6;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: all 0.2s ease;
    box-shadow: 0 2px 6px rgba(107, 140, 174, 0.25);
}

.js-next-button:hover {
    background: #4698ee;
    box-shadow: 0 4px 10px rgba(107, 140, 174, 0.35);
    transform: translateY(-1px);
}

.js-next-button:active {
    transform: translateY(0);
    box-shadow: 0 1px 3px rgba(107, 140, 174, 0.2);
}

.js-next-button:disabled {
    background: #ccc;
    cursor: not-allowed;
    box-shadow: none;
    transform: none;
}

/* Question navigation buttons container */
.question-nav-buttons {
    display: flex;
    gap: 12px;
    margin-top: 16px;
}

.question-nav-buttons .js-next-button {
    flex: 1;
    margin-top: 0;
}

.js-back-button {
    flex: 1;
    padding: 14px 24px;
    border: 2px solid #4996e6;
    border-radius: 12px;
    background: #fff;
    color: #4996e6;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: all 0.2s ease;
    box-shadow: 0 2px 6px rgba(107, 140, 174, 0.15);
}

.js-back-button:hover {
    background: #f0f7ff;
    box-shadow: 0 4px 10px rgba(107, 140, 174, 0.25);
    transform: translateY(-1px);
}

.js-back-button:active {
    transform: translateY(0);
    box-shadow: 0 1px 3px rgba(107, 140, 174, 0.15);
}

/* Flash animation for unanswered questions */
@keyframes flash {
    0%, 100% {
        opacity: 1;
    }
    25%, 75% {
        opacity: 0.5;
    }
    50% {
        opacity: 1;
    }
}

.js-question-options.flash .question-option {
    animation: flash 0.6s ease;
    border-color: #dc3545;
    box-shadow: 0 0 8px rgba(220, 53, 69, 0.4);
}

.question-option input,
.question-option label {
	cursor: pointer;
}

.scores-container{
	display: flex;
	flex-wrap: wrap;
}
.score-item{
	flex: 50%;
}

/* Minimal styles for animated score bars */
.scores-container {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px 24px;
}
@media (max-width: 767px) {
	.scores-container {
		grid-template-columns: 1fr;
	}
}
.score-item h4 {
	margin: 0 0 6px 0;
	font-weight: 600;
	text-align: left;
}
.score-bar {
	position: relative;
	height: 14px;
	background: #eef1f4;
	border-radius: 8px;
	overflow: hidden;
}
.score-bar-fill {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 0%;
	background: linear-gradient(90deg, #4da3ff 0%, #0d6efd 100%);
}
/* Numeric value overlay (keeps existing .score-value selector) */
.score-value {
	position: absolute;
	right: 8px;
	top: 50%;
	transform: translateY(-50%);
	font-weight: 700;
	font-variant-numeric: tabular-nums;
	color: #0b2a66;
}

/* Score display toggle (debug) */
.score-toggle {
    position: fixed;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    z-index: 100;
    opacity: 0.6;
    transition: opacity 0.2s ease;
}

.score-toggle:hover {
    opacity: 1;
}

.score-toggle-btn {
    padding: 6px 12px;
    border: 1px solid #d0d5dd;
    background: #fff;
    color: #495057;
    font-size: 13px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.score-toggle-btn:first-child {
    border-radius: 6px 6px 0 0;
    border-bottom: none;
}

.score-toggle-btn:last-child {
    border-radius: 0 0 6px 6px;
}

.score-toggle-btn.active {
    background: #4996e6;
    border-color: #4996e6;
    color: #fff;
}

.score-toggle-btn:hover:not(.active) {
    background: #f0f7ff;
}

/* Dial styles */
.scores-container-dials {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px 16px;
}

@media (max-width: 767px) {
    .scores-container-dials {
        grid-template-columns: repeat(2, 1fr);
    }
}

.score-item-dial {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.score-item-dial h4 {
    margin: 0 0 8px 0;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
}

.dial-wrapper {
    position: relative;
    width: 80px;
    height: 80px;
}

.dial-bg {
    position: absolute;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: conic-gradient(
        from 0deg,
        #e0e0e0 0deg,
        #e0e0e0 360deg
    );
}

.dial-fill {
    position: absolute;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: conic-gradient(
        from 0deg,
        #28a745 0deg,
        #28a745 0deg,
        transparent 0deg
    );
    transition: background 0.5s ease;
}

.dial-center {
    position: absolute;
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50%;
    top: 15px;
    left: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.dial-value {
    font-size: 16px;
    font-weight: 700;
    color: #333;
}

/* Info tooltip */
.info-tooltip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #d0d5dd;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    font-style: normal;
    cursor: help;
    position: relative;
    vertical-align: middle;
    margin-left: 4px;
}

.info-tooltip::after {
    content: attr(data-tooltip);
    position: absolute;
    bottom: calc(100% + 8px);
    left: 50%;
    transform: translateX(-50%);
    background: #1a2f44;
    color: #fff;
    padding: 8px 12px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    white-space: normal;
    width: 200px;
    text-align: left;
    line-height: 1.4;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.2s ease;
    z-index: 10;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}

.info-tooltip:hover::after {
    opacity: 1;
}

/* Bar scale axis */
.bar-scale {
    display: flex;
    width: 100%;
    margin-top: 2px;
}

.bar-scale-segment {
    flex: 1;
    border-left: 1px solid #aab;
    padding-top: 3px;
    text-align: center;
}

.bar-scale-segment-last {
    border-right: 1px solid #aab;
}

.bar-scale-segment span {
    font-size: 8px;
    color: #888;
    font-weight: 500;
    letter-spacing: 0.2px;
}

/* Hide/show based on active mode */
.scores-container.hidden,
.scores-container-dials.hidden {
    display: none;
}