html{
	height: 100%;
}
body{
	/* background: linear-gradient(#ffffff, #d4d4d4); */
	background: #fff;

	position: relative;
	margin: 0;
}
div.logo{
	width: 33%;
	margin-top: 8em;
}
div.spacer{
	height: 4em;
}
div.nice-align{
	margin-left: auto;
	margin-right: auto;
}

.navbar
{
	background-color:#035eb3;
}

.branded_logo.navbar{
	background-color:white;
}

.navbar .navbar-brand
{
	margin-left:auto;
	margin-right:auto;
}

.max768container
{
	max-width:768px;
	min-height: 100vh;
	min-height: calc(100vh - 63px);
}

.main-branded-logo
{
	margin-top:0em;
}

.btn-primary
{
	background-color:#1C75BC;
}

.btn {
	padding-left:1.5em;
	padding-right:1.5em;
}

.small_light_note
{
	font-weight: normal;
	font-size:0.8rem;
	color: #5b5b5b;
	display: flex;
}

.business_info_card
{
	text-align: center;
	border-radius: 0;
	margin-top:2em;
	padding-left:0;
	padding-right:0;
	width: 100%;
}

.business_info_card .card-body
{
	padding:0.5em;
}



.business_info_card .small_light_note
{
	position: absolute;
	top:-2em;
}

.feedback_page .business_info_card
{
	width:100%;
	/* border-bottom: none; */
	border:none;
}

.business_info_card h5.card-title
{
	margin-bottom:0;
	font-size:1.4rem;
}

.feedback_textarea,
.feedback_textarea:focus
{

	border:none;

	/*padding:1rem;*/
	font-size:1.4rem;

	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

#feedback_textarea_wrapper
{
	border: 1px solid #ced4da;
	border-radius: .25rem;
	box-shadow: 0 6px 10px 0 rgba(0,0,0,0.14), 0 1px 18px 0 rgba(0,0,0,0.12), 0 3px 5px -1px rgba(0,0,0,0.20);
}

#feedback_textarea_wrapper.focused
{
	border-color: #80bdff;
    outline: 0;

	box-shadow: 0 6px 10px 0 rgba(0,123,255,.25), 0 1px 18px 0 rgba(0,123,255,.25), 0 3px 5px -1px rgba(0,123,255,.25);
}

#feedback_attachment_div
{
	position: relative;
}

.feedback_textarea::placeholder
{
	/* color:white; */
	/* color:#007bff; */
	font-size:1.5rem;
	font-weight: bold;
}

.smiley_rate
{
	cursor: pointer;
	margin-left:10px;margin-right:10px;
}

/* @media (max-width: 600px) {
	.smiley_rate {
		font-size: 13vw!important;
		margin-right: 5px!important;
		margin-left: 5px!important;
	}
} */

#smileys
{
	margin-bottom:2em;
}

#reviews
{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
}

.reply-method-toggle.btn-light:not(:disabled):not(.disabled).active,
.reply-method-toggle.btn-light:not(:disabled):not(.disabled):active,
.reply-method-toggle.btn-light:not(:disabled):not(.disabled).active:focus,
.reply-method-toggle.btn-light:not(:disabled):not(.disabled):active:focus,
.reply-method-toggle.btn-light.focus,
.reply-method-toggle.btn-light:focus ,
.reply-method-toggle
 {

	-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
	border:none;
}

.btn-light.reply-method-toggle.active,
.reply-method-toggle.btn-light:not(:disabled):not(.disabled).active,
.reply-method-toggle.btn-light:not(:disabled):not(.disabled).active:hover,
.reply-method-toggle.btn-light:not(:disabled):not(.disabled).active:active
{
	background-color:#1C75BC;
	color:white;
}

.reply-method-toggle.btn-light:not(:disabled):not(.disabled):active,
.reply-method-toggle.btn-light:not(:disabled):not(.disabled):hover
{
	color: #212529;
    background-color: #f8f9fa;
}

.reply-method-toggle
{
	text-align: center;
	min-width:5em;
	align-items: center;
	padding-left:0.5em;
	padding-right:0.5em;
	display: inline-block;
	margin-left:1em;
	margin-right:1em;
	margin-bottom: 0.9em;
}

.reply-method-toggle.whatsapp
{
	font-size: 0.8em;
}

@media (max-width: 600px) {
   .reply-method-toggle {
       margin-left:0.5em;
       margin-right:0.5em;
    }
}


.feedback-like-reply-switch .custom-control-label
{
	font-size:8px;
}

.feedback-like-reply-switch.custom-control
{
	padding-left:1em;
}

.feedback-like-reply-switch-left-label
{
	font-size:14px;
}


.hidden{
    display: none;
}


.feedback-page-container,#feedback-page-container
{
	max-width:768px;
	margin-left:auto;
	margin-right:auto;
}


#anonymous-toggle[data-icon="toggle-on"]
{
	--fa-primary-color:#1C75BC;
	--fa-secondary-color:white;
}



.anonymous-label
{
	position:relative;
	top:-.75em;
}

#anonymous-toggle
{
	cursor: pointer;
}

#anonymous-toggle-container label
{
	cursor: pointer;
}

#gps-toggle[data-icon="toggle-on"] {
    --fa-primary-color: #1C75BC;
    --fa-secondary-color: white;
}

#gps_progress svg[data-icon="compass"] {
    --fa-secondary-color: #1C75BC;
    --fa-primary-color: #1C75BC;
}

.gps-label {
    position: relative;
    top: -.75em;
}

#gps-toggle-container label,
#gps-toggle-container{
	cursor: pointer;
}




#like-reply-toggle
{
	cursor: pointer;
}

.feedback-like-reply-switch-right-label
{
	font-size:10px;
}

.feedback_attachment
{
	visibility: hidden;
	position: absolute;
	width: 1px;
	height: 1px;
	left:0;
}

#feedback-reply-choices
{
	padding-top:6px;
	/* padding-bottom:6px; */
}

#feedback_attachment_label
{
	cursor: pointer;
}

.FeedbackAttachementPreview
{
	margin:1rem;
}

.feedback-color
{
	color:#1C75BC;
}

.feedback-attachment-preview-item
{
	--fa-primary-color:#1C75BC;
	--fa-secondary-color:white;
	--fa-primary-opacity: 1.0;
	--fa-secondary-opacity: 1.0;
	display: inline-block;
	position: relative;
}

.feedback-attachment-preview-item .close-icon
{
	--fa-primary-color:#1C75BC;
	--fa-secondary-color:white;
	--fa-primary-opacity: 0.8;
	--fa-secondary-opacity: 0.8;
	position: absolute;
	top:5px;
	right:5px;
	cursor: pointer;
}

/* .reply-method-dropshadow.btn-light:not(:disabled):not(.disabled).active */

.feedback-bottom-nav{
	margin-top:6em;
	max-width:768px;
	margin-left:auto;
	margin-right:auto;
	display: flex;
	align-content: space-between;
}

.feedback-bottom-nav div
{
	color:white;
	font-size:10px;
	width:100%;
}

.feedback-bottom-nav a
{
	text-decoration: none;
	color:white;
}

.branded_logo.feedback-bottom-nav a{
	color:#1C75BC;
}

.mobile-questions {
	display: none;
}

.real-questions {
	display:flex;
}

@media (min-width: 1000px) {
	.foxmotors-iphone-container {
		background-image: url('/img/iphone.png');
		background-size:  auto 100%;
		background-position: center top;
		background-repeat: no-repeat;
		width: 750px;
		min-height: 1400px;
		padding: 100px 100px;
		margin: 20px auto;
		overflow: visible;
	}

	.foxmotors-iphone-container .language_selector {
		margin-top: 40px;
		margin-bottom: 0px;
	}
}

@media (min-width: 1100px){
	.iphone-container {
		background-image: url('/img/iphone.png');
		background-size:  auto 100%;
		background-position: center top;
		background-repeat: no-repeat;
		width: 750px;
		min-height: 1400px;
		padding: 100px 100px;
		margin: 20px auto;
		overflow: visible;
	}

	.iphone-container .language_selector {
		margin-top: 40px;
		margin-bottom: 0px;
	}

	.iphone-bg::after {
		position: absolute;
		content: "";
		display: block;
		z-index: -1;
		width: 110%;
		height: 110%;
		background-image: url("/img/iphonebg.png");
		background-size: cover;
		background-attachment: fixed;
		left: 0px;
		top: 0px;
		opacity: 0.3;
	}

	.real-questions {
		display:none;
	}

	.mobile-questions {
		display: flex;
	}

	.iphone-bg {
		/* max-width: 100vw;
		overflow-x: hidden; */
	}
}

.easy-hard {
	max-width: 320px;
	width: 100%;
	margin: 0 auto;
  }

  .fa-whatsapp {
    font-size: 1.23em;
}
.iphone_inner {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.iphone_inner.form_inner {
    overflow-y: scroll;
}

.iphone_inner.form_inner::-webkit-scrollbar {
	display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.iphone_inner.form_inner {
-ms-overflow-style: none;  /* IE and Edge */
scrollbar-width: none;  /* Firefox */
}

.is-ro .feedback_textarea, .is-ro .feedback_textarea::placeholder {
	font-size: 2.4rem;
	font-weight: bold;
}

.is-ro input#call_number, .is-ro input#first_name, .is-ro input#last_name, .is-ro input#email_address {
	font-size: 2rem!important;
    height: auto;
    font-weight: bold;
}



/*  V2 STYLES   */
body {
	font-family: "Oxygen", sans-serif;
	font-size: 14px;
}

#feedback_textarea_wrapper {
	border: none;
	box-shadow: none;
	background: none;
}

.feedback_textarea::placeholder {
	color: rgba(0, 0, 0, 0.44);
}

#feedback_attachment_label {
	padding: 5px!important;
    border: solid 2px #1C75BC!important;
    border-radius: 20px!important;
    color: white !important;
    background-color: #1C75BC !important;
    font-size: 14px!important;
    font-weight: 400!important;
    font-family: 'Roboto', sans-serif!important;
    margin: 20px 0px!important;
	width: 100%;
}

select#department_id {
	font-size: 14px!important;
    height: auto!important;
    padding: 10px!important;
    box-shadow: none!important;
    border: none!important;
    background: rgba(0,0,0,0.03)!important;
    border-radius: 20px!important;
	font-weight: 600;
	color: rgba(0, 0, 0, 0.44);
}

.like-reply {
	font-size: 18px;
	margin-bottom: 20px;
}

.reply-method-toggle, .reply-method-toggle:active {
	min-height: 80px;
    min-width: 80px;
	border-radius: 15px;
	box-shadow: 0px 0px 14.8125px rgba(0, 0, 0, 0.15);
	border: none;
	background-color: white;
	font-size: 11px;
	font-weight: 800;
	background-color: white;
}

.reply-method-toggle svg {
    width: auto;
    height: 25px;
    margin-bottom: 8px;
}

.reply-method-toggle svg path,
.reply-method-toggle:active svg path {
	fill: black;
}

.reply-method-toggle.active svg path, .reply-method-toggle.active svg path {
	fill: white;
}

#feedback-reply-text.active svg path, #feedback-reply-text.active svg path {
	fill: #1C75BC;
}

.form-control {
	font-size: 18px!important;
    height: auto!important;
    box-shadow: none!important;
    background: rgba(0,0,0,0.03)!important;
    border-radius: 20px!important;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.44);
	padding: 11px;
}

#feedback_textarea_wrapper textarea {
    font-size: 18px!important;
    color: #495057;
}

#pre_input_hidden_pii_fields input {
    font-size: 18px!important;
    color: #495057;
}

.form-control::placeholder {
    font-size: 18px;
}

.form-control::placeholder {
	color: rgba(0, 0, 0, 0.44);
}

.btn {
	font-family: "Roboto", sans-serif;
	border-radius: 20px;
	font-size: 14px;
	white-space: normal;
	word-break: break-word;
}

/* Buttons */
.btn-submit-feedback {
    padding: 6px 30px;
    line-height: 28px;
    border: 1px solid transparent;
}

.modal-content {
	border-radius: 15px;
}

.learn-more-logo img {
    width: 65px;
}

.feedback-nav-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

@media screen and (min-width: 767px) {
    .learn-more-logo img {
        width: 105px;
    }
}

.iti--separate-dial-code .iti__selected-flag {
    border-bottom-left-radius: 14px;
    border-top-left-radius: 14px;
    background-color: rgba(0, 0, 0, 0.05);
}

#pre_input_hidden_pii_fields textarea, #pre_input_hidden_pii_fields select {
    font-size: 18px!important;
    color: #495057;
}

.feedback-form-group input, textarea, select {
	border: none !important;
}

.feedback-form-group select {
	-webkit-appearance: none !important;
}

.feedback-form-group {
	border: 1px solid grey!important;
	border-radius: 20px !important;
	position: relative;
}

.mt-20{
	margin-top: 20px;
}

.feedback-form-group .input-place-label {
	position: absolute;
	top: 15px;
	left: 10px;
	font-size: 18px;
	color: rgba(0, 0, 0, 0.44);
	font-weight: bold;
	transition:0.2s ease all;
	background-color: transparent;
	-moz-transition:0.2s ease all;
	-webkit-transition:0.2s ease all;
	line-height: 1;
	padding:0 5px;
	pointer-events: none;
}

.feedback-form-group select ~ .input-place-label {
	top: -10px;
	font-size: 14px;
	font-weight: normal;
	background-color: white;
}

.feedback-form-group input:focus ~ .input-place-label {
	top: -10px;
	font-size: 14px;
	font-weight: normal;
	background-color: white;
}

.feedback-form-group input:not(:placeholder-shown) ~ .input-place-label {
	top: -10px;
	font-size: 14px;
	font-weight: normal;
	background-color: white;
}

.feedback-form-group textarea:not(:placeholder-shown) ~ .input-place-label {
	top: -10px;
	font-size: 14px;
	font-weight: normal;
	background-color: white;
}

.feedback-form-group textarea:focus ~ .input-place-label {
	font-weight: normal;
	top: -10px;
	font-size: 14px;
	background-color: white;
}

.inner-border-input-group {
	text-align: left;
}

.inner-border-input-group .input-top-label {
	margin: 7px 0;
	font-size: 18px;
	color: #8b8b8bd6 !important;
	line-height: 1.1;
}

.inner-border-input-group textarea, .inner-border-input-group input {
	border: 1px solid grey!important;
	border-radius: 20px !important;
}

/* Thank you Redirect Modal */
#redirectModal {
	background: rgba(0,0,0,0.5)
}
#redirectModal .modal-dialog {
	width: 50vw;
}
#redirectModal .modal-header {
	padding: 25px 15px;
}
#redirectModal .modal-dialog .modal-content {
	width: 100%;
	max-width: 100%;
}
#redirectModal .modal-dialog .modal-header {
	text-align: center;
	border-bottom: 0;
}
#redirectModal h3 {
	margin: 0;
}
#redirectModal .modal-body-text span {
	display: block;
}
#redirectModal h3.modal-secondary-info {
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: "Oxygen", sans-serif;
	font-size: 20px;
    line-height: 20px;
	color: #000;
}
#redirectModal h3.modal-secondary-info span {
	display: block;
}
#redirectModal h3.modal-secondary-info span + span {
    margin-top: 12px;
	font-size: 17px;
    line-height: 20px;
	font-weight: lighter;
	color: #808080;
}
#redirectModal h3.modal-secondary-info span svg {
	margin-left: 10px;
	stroke: #000;
}

@media screen and (max-width: 767px) {
	#redirectModal .modal-dialog {
		width: 92vw;
		margin: 24vh auto 0;
	}

	#redirectModal h3.modal-secondary-info {
		font-size: 18px;
		line-height: 22px;
	}

	#redirectModal h3.modal-secondary-info span svg {
		width: 12px !important;
		margin-left: 6px;
	}
}
