/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 10-mar-2021, 19:51:23
    Author     : Spira
*/

#main-container {
	background-image: url('/assets/img/bg_background.png');
	background-position: left;
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 100px;
	//height: calc(100vh - 80px);
	//overflow-y: auto;
}

@media (min-width: 768px) {
	.d-md-contents {
		display: contents;
	}
}

@media (max-width: 767px) {
	.display-block {
		display: block;
	}

	#main-container {
		background-image: url(/assets/img/sm_background.png);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		width: 100vw;
		height: calc(100vh - 65px);
		overflow-y: auto;
		padding-bottom: 0;
	}
	.footer-txt {
		font-size: 8px !important;
		margin-bottom: 0;
		margin-top: 10px;
	}

	.m-mobil {
		margin-top: 0 !important;
	}

	.img-responsive {
		max-width: 100%;
		height: auto;
		margin: 0 !important;
	}

	.country-HN,
	.country-CR,
	.country-SV {
		display: none;
	}
}

.content-link {
	display: inline;
	/*border-radius: 20px;*/
	/*background-color: white;*/
	color: #e5e6e7 !important;
	padding: 5px;
	font-size: 20px;
	word-wrap: break-word;
}

.copy-link {
	text-decoration: underline;
	font-size: 14px;
	cursor: pointer;
	margin-top: 20px;
}

.btn-rounded-white {
	border-radius: 20px;
	background-color: white;
	color: #757575 !important;
	padding: 5px 50px 5px 50px;
	font-size: 18px;
}

.btn-rounded-green {
	border-radius: 20px;
	background-color: #1c9d92;
	color: white;
	padding: 5px 50px 5px 50px;
	font-size: 18px;
	font-weight: bold;
}

.btn-rounded-green:hover {
	border-radius: 20px;
	background-color: #1c9d92;
	color: white;
	padding: 5px 50px 5px 50px;
	font-size: 18px;
	font-weight: bold;
}

.btn-rounded-green-results {
	border-radius: 20px;
	background-color: #1c9d92;
	color: white;
	padding: 5px 50px 5px 50px;
	font-size: 18px;
	border: 2px solid;
	font-weight: bold;
	border-color: white !important;
}

.btn-rounded-green-results:hover {
	border-radius: 20px;
	background-color: #1c9d92;
	color: white;
	padding: 5px 50px 5px 50px;
	font-size: 18px;
	border: 2px solid;
	font-weight: bold;
	border-color: white !important;
}

.input-grey {
	background-color: #e5e6e7;
	border-radius: 25px;
	font-size: 18px;
	color: #75759a !important;
}

.input-grey:focus {
	color: #75759a !important;
}

.input-white {
	background-color: white;
	border-radius: 25px;
}

.input-green {
	color: white !important;
	border-color: #1c9d92 !important;
	background-color: #1c9d92 !important;
	border-radius: 25px;
}

.form-control:focus {
	border-color: inherit;
	-webkit-box-shadow: none;
	box-shadow: none;
}

select,
input {
	color: #757575;
	font-size: 16px;
}
option:not(first-child) {
	color: #759bc2;
}

.error {
	color: #ed1c27 !important;
	font-size: 14px;
}

.div-answer-grey {
	margin: 5px;
	text-align: justify;
	padding: 10px 20px 10px 20px;
	margin-left: 10px;
	background-color: #e5e6e7;
	border-radius: 25px;
	font-size: 18px;
}

.div-answer-green {
	margin: 5px;
	color: white;
	text-align: justify;
	padding: 10px 20px 10px 20px;
	margin-left: 10px;
	border-color: #1c9d92 !important;
	background-color: #1c9d92 !important;
	border-radius: 25px;
	font-size: 18px;
}

.label-black {
	color: black;
	font-size: 16px;
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
	border-color: #dc3545 !important;
	border: solid 2px;
}

.form-control.is-valid,
.was-validated .form-control:valid {
	border-color: #198754 !important;
	border: solid 2px;
}

.invalid-feedback {
	color: #7bd3ff !important;
	font-size: 18px !important;
	font-family: Helvetica-Bold;
}

#content {
	display: none;
}

footer {
	background: #000 100% 100%;
	background-size: 100%;
	display: block !important;
	position: fixed;
	bottom: 0;
	width: 100% !important;
	z-index: 99;
}

.footer-txt {
	font-size: 12px;
	line-height: normal;
	color: white;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}
