
@import url("https://fonts.googleapis.com/css?family=Nunito:400,600,700,900");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap");
body{
	font-family: "Roboto", sans-serif;
}
.content-fluid {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 100vh;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	background: url("/assets/images/background2.png") center;
	background-size: cover;
}
.content-fluid .content-fluid-form-box {
	max-width: 480px;
	border-radius: 0;
	z-index: 2;
	padding: 3rem 2rem;
	background-color: var(--ct-content-bg);
	position: relative;
	width: 100%;
}
.content-fluid .content-fluid-right {
	padding: 7rem 3rem;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	position: relative;
	color: #000;
}
.content-user-testimonial {
	position: absolute;
	margin: 0 auto;
	padding: 0 1.75rem;
	bottom: 3rem;
	left: 0;
	right: 0;
}
.content-left-botttom{
	background: url("/assets/images/left.png") center;
	background-size: cover;
	height: 150px;
	width: 170px;
	position: absolute;
	left: 0;
	bottom: 0;
}
.content-right-top{
	background: url("/assets/images/right.png") center;
	background-size: cover;
	height: 150px;
	width: 170px;
	position: absolute;
	right: 0;
	top: 0;
}


h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 10px 0;
}

.quizuri{
	text-align: center;
	position: relative;
	padding: 40px 0;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: center;
}

a.quiz{
	color: #fff;
}
.quiz>div{
	width: 181px;
	height: 181px;
	padding: 3px;
	margin: 3px 9px 3px 9px;
	margin-bottom: 3px;
	display: inline-block;
	position: relative;
	font-size: 1em;
	-webkit-perspective: 600px;
	-moz-perspective: 600px;
	background-color: #2a3d54;
}
.quiz:nth-child(even)>div {
    background-color: #cb4050;
}
.quiz .quiz-title{
	padding-top: 20px;
	font-size: 30px;
	font-weight: bold;
}
.quiz .subtitle{
	font-size: 20px;
	font-weight: bold;
}

.intrebare{
	display: none;
}

.intrebari .active{
	display: block;
}
a:hover.raspuns{
	color: #000;
}
.raspuns{
	display: inline-block;
	border: 1px solid #ddd;
	border-radius: 17px;
	padding: 6px 20px;
	font-size: 16px;
	background-color: #ffffff;
	color: #000000;
	width: calc(100% - 14px);;
	margin-bottom: 10px;
	margin-left: 7px;
}
.raspuns{
	text-decoration: none;
}
a.raspuns-selectat:hover,
.raspuns-selectat{
	background-color: #2a3d54;
	color: #fff !important;

}
.raspuns input[type="radio"] {
  opacity: 0;
  height: 0;
  width: 0;
  position: absolute;
}
.submit:hover,
.submit:active,
.submit:focus,
.submit,
.intrebarea-urmatoare:hover,
.intrebarea-urmatoare{
	color: #ffffff;
	background-color: #cb4050;
	border: 0 none;
}
.stare .activ.active {
  background-color: #32c5d2;
  border-color: #32c5d2 ;
  color: #fff;
}
.stare .inactiv.active {
  background-color: #e7505a;
  border-color: #e7505a;
  color: #fff;
}

.btn-default:hover,
.btn-default {
	color: #333;
	background-color: #fff;
	border-color: #ccc;
}
[data-toggle=buttons]>.btn input[type=checkbox],
[data-toggle=buttons]>.btn input[type=radio],
[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],
[data-toggle=buttons]>.btn-group>.btn input[type=radio] {
	position:absolute;
	clip:rect(0,0,0,0);
	pointer-events:none
}