/*  Include Font  */
@import url('https://fonts.googleapis.com/css2?family=Anton&family=Pacifico&Roboto:ital,wght@1,900&display=swap');

/*  Global Reset  */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-spacing: 0;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: subpixel-antialiased;
}


/* CUSTOM */
span.sign {
    font-size: 20px;
    margin-right: 5px;
}

/*  General Style  */
html,
body {
  overflow-x: hidden;
}
body {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 400;
  background-color: #f0f2fa;
}

a {
  color: #065693;
}

a:hover {
  color: #065693;
  opacity: 0.9;
}

a,
button {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  color: #454e68;
}

h1 {
  font-size: 35px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 21px;
}

h4 {
  font-size: 19px;
}

h5 {
  font-size: 15px;
}

h6 {
  font-size: 13px;
}

.content-wrap {
  background-size: cover;
}

.content {
  text-align: center;
  min-height: calc(100vh - 70px);
  max-height: calc(100vh - 70px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.content > * {
  margin: 0 auto;
}


.footer-nav-page .content {
  min-height: calc( 100vh - (70px + 146px));
  /* Header Height + footer height */
  max-height: calc( 100vh - (70px + 146px));
  /* Header Height + footer height */
}

.content-title {
  margin-bottom: 1.5rem;
  line-height: 1.5em;
}

.content-subtitle {
  font-size: 25px;
  line-height: 40px;
  font-weight: 300;
  color: #6d768e;
  margin-bottom: 2rem;
}

/*  Header Style  */
.header {
  background-color: #fff;
  height: 70px;
  border-bottom: 1px solid #d6dae4;
  position: relative;
}

.header .logo-wrap {
  width: 75px;
  height: 100%;
  border-right: 1px solid #d6dae4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  left: 0;
  background-color: #fff;
}

.header .logo-wrap .header-logo {
  max-width: 50px;
}
.header .logo-wrap .header-logo img {
  max-width: 100%;
}

.header .header-content {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header .header-content > * {
  color: #454e68;
  font-weight: 500;
  border-right: 1px solid #d6dae4;
  width: 180px;
  height: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header .header-content > * span {
  font-size: 19px;
  display: block;
  margin-bottom: 5px;
}

.header .header-content > * strong {
  font-size: 15px;
}

.header .header-content > *:first-child {
  border-left: 1px solid #d6dae4;
}

.header .header-content .timer {
  font-size: 30px;
}

.header .header-content .correct-answers span {
  color: #3fbf44;
}

.header .header-content .wrong-answers span {
  color: #a52525;
}

.header .header-content .header-title {
  font-size: 21px;
  font-style: italic;
  font-weight: 400;
  color: #6d768e;
  border: none;
  width: auto;
  height: auto;
}

.header .header-content .info-gresit {
    background-color:#ff0000;
    color: #ffffff !important;
    padding: 5px 15px 5px 15px !important;
    box-shadow: 0 4px 8px 0 #ff0000 inset, 0 6px 20px 0 #ff0000;
    border-radius: 25px;
    font-weight: bold;
}



/*  Buttons Style  */
.btn {
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  font-weight: 500;
  color: #fff;
  padding: 30px;
  text-decoration: none;
  display: inline-block;
  -webkit-transition: 0s;
  transition: 0s;
}

.btn i, .btn span {
  display: inline-block;
  vertical-align: middle;
}

.btn:focus {
  outline: none;
}

.btn:hover {
  cursor: pointer;
  opacity: 1;
  color: #fff;
}

.btn.disabled, .btn.hard-disabled, .btn:disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: no-drop;
}

.btn.btn-1 {
  font-size: 23px;
  text-transform: uppercase;
  background-color: #065693;
  border: none;
  border-radius: 5px;
  padding: 35px 60px 35px 88px;
  -webkit-box-shadow: 1px 13px 14px -8px rgba(6, 49, 82, 0.56);
  box-shadow: 1px 13px 14px -8px rgba(6, 49, 82, 0.56);
  letter-spacing: 5px;
}

.btn.btn-1 i {
  font-size: 18px;
}

.btn.btn-1:hover {
  -webkit-box-shadow: rgba(0, 0, 0, 0.2);
  box-shadow: rgba(0, 0, 0, 0.2);
}

.btn.btn-1:active {
  -webkit-box-shadow: inset 0px 6px 13px 5px rgba(6, 49, 82, 0.8);
  box-shadow: inset 0px 6px 13px 5px rgba(6, 49, 82, 0.8);
  -webkit-transition: -webkit-box-shadow 0s;
  transition: -webkit-box-shadow 0s;
  transition: box-shadow 0s;
  transition: box-shadow 0s, -webkit-box-shadow 0s;
}

.btn.btn-2, .btn.btn-3, .btn.btn-4, .btn.btn-5 {
  color: #454e68;
  text-transform: uppercase;
  border: 1px solid #d6dae4;
  border-radius: 5px;
  background-color: #fff;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
  padding: 25px 40px;
  margin: 0 10px;
}

.btn.btn-2 i, .btn.btn-3 i, .btn.btn-4 i, .btn.btn-5 i {
  font-size: 18px;
  margin-right: 4px;
}


.btn.btn-2:active, .btn.btn-3:active, .btn.btn-4:active, .btn.btn-5:active {
  -webkit-box-shadow: inset 0px 2px 6px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 2px 6px 2px rgba(0, 0, 0, 0.1);
}

.btn.btn-3 {
  color: #a52525;
  text-transform: uppercase;
}

.btn.btn-4 {
  color: #fff;
  text-transform: uppercase;
  background-color: #4CAF50;
  border-color: #4CAF50;
}

.btn.btn-4:active {
  -webkit-box-shadow: inset 0px 7px 10px 2px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px 7px 10px 2px rgba(0, 0, 0, 0.2);
}

.btn.btn-5 {
  color: #fff;
  text-transform: uppercase;
  background-color: #2196f3;
  border-color: #2196f3;
}

.btn.btn-5:active {
  -webkit-box-shadow: inset 0px 7px 10px 2px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px 7px 10px 2px rgba(0, 0, 0, 0.2);
}


/*  Intro Style  */
.intro {
  max-width: 660px;
  margin: 0 auto;
}

.intro .content-subtitle {
  margin-bottom: 5rem;
}



/* Questions Style */
.questions .questions-title {
  font-size: 30px;
  line-height: 1.5em;
  margin-bottom: 3rem;
}

.questions .question-list .question {
  border: 1px solid #c7c9d7;
  background-color: #fff;
  border-radius: 5px;
  width: 100%;
  height: 7em;
  padding: 5px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin-bottom: 1.25rem;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0s;
  transition: 0s;
  min-width: 450px;
  max-width: 100%;
}

.questions .question-list .question:last-child {
  margin-bottom: 0;
}

.questions .question-list .question .question-variant {
  font-size: 36px;
  font-weight: 600;
  color: #454e68;
  width: 90px;
  height: 100%;
  background-color: #dde0e8;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0s;
  transition: 0s;
}

.questions .question-list .question .question-title {
  font-size: 18px;
  line-height: 1.5em;
  font-weight: 400;
  color: #454e68;
  margin-left: 120px;
  text-align: left;
  padding-right: 10px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  width: 100%;
}

.questions .question-list .question:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
}

.questions .question-list .question.selected {
  -webkit-box-shadow: inset 5px 0px 10px 0px #3004aa5e;
  box-shadow: inset 5px 0px 10px 0px #3004aa5e;
  background-color: #baddff;
}

.questions .question-list .question.selected .question-variant {
  -webkit-box-shadow: inset 5px 0px 10px 0px #9396005e;
  box-shadow: inset 5px 0px 10px 0px #9396005e;
  background-color: #fcfdb4;
}

.questions .question-list .corect {
  -webkit-box-shadow: inset 5px 0px 10px 0px #00a80e5e;
  box-shadow: inset 5px 0px 10px 0px #00a80e5e;
  background-color: #56ff64 !important;
}
.questions .question-list .gresit {
  -webkit-box-shadow: inset 5px 0px 10px 0px #8800005e;
  box-shadow: inset 5px 0px 10px 0px #8800005e;
  background-color: #ff5252 !important;
}

.questions .question-image img {
  max-width: 100%;
  -webkit-box-shadow: 0px 14px 13px -9px rgba(69, 78, 104, 0.8);
  box-shadow: 0px 14px 13px -9px rgba(69, 78, 104, 0.8);
}

.questions.type1 .question-list {
  max-width: 870px;
  margin: 0 auto;
}

.questions.type2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.questions.type2 .question-list,
  .questions.type2 .question-image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.questions.type2 .question-list {
  padding-right: 30px;
}

.questions.type2 .question-image {
  padding-left: 30px;
}

.questions.type2 .questions-title {
  width: 100%;
  margin-bottom: 2rem;
  line-height: 1.3em;
}


/* raporteaza o intrebare textarea */
.questions.type1 .raspuns-textarea{
  width: min(700px, 60vw);
  height: 100px;
  margin-top: 7px;
}
.questions.type2 .raspuns-textarea{
  width: min(390px, 60vw);
  height: 100px;
  margin-top: 7px;
}


.accommodation-test .question-list {
  max-width: 490px;
  margin: 0 auto;
}

.footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 2px solid #d6dae4;
  padding: 35px 15px;
  height: 146px;
}
.footer-nav .btn:first-child {
  margin-left: 0;
}
.footer-nav .btn:last-child {
  margin-right: 0;
}

@keyframes fadein {
  from {
    opacity: 0;
    left: 0px;
    transform: translateX(-100%);
  }
  to {
    opacity: 1;
    left: 0px;
    transform: translateX(0);
  }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
  from {
    opacity: 0;
    left: 0px;
    transform: translateX(-100%);
  }
  to {
    opacity: 1;
    left: 0px;
    transform: translateX(0);
  }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  from {
    opacity: 0;
    left: 0px;
    transform: translateX(-100%);
  }
  to {
    opacity: 1;
    left: 0px;
    transform: translateX(0);
  }
}

/* Internet Explorer */
@-ms-keyframes fadein {
  from {
    opacity: 0;
    left: 0px;
    transform: translateX(-100%);
  }
  to {
    opacity: 1;
    left: 0px;
    transform: translateX(0);
  }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
  from {
    opacity: 0;
    left: 0px;
    transform: translateX(-100%);
  }
  to {
    opacity: 1;
    left: 0px;
    transform: translateX(0);
  }
}

/* All Message: Accept, Error, Done etc */
.message .content-subtitle {
  max-width: 750px;
  margin: 0 auto;
}

.message .content-subtitle strong {
  font-weight: 500;
  color: #454e68;
}

.message .info-div {
  font-size: 16px;
  font-weight: 500;
  margin-top: 75px;
}

.exam-start-info {
  max-width: 940px;
}

.exam-start-info .btn {
  margin-top: 2rem;
}

.success-message .message-icon {
  font-size: 94px;
  color: #3fbf44;
  margin-bottom: 3rem;
}

.success-message .content-title {
  color: #2f9b33;
}

.error-message .message-icon {
  font-size: 94px;
  color: #a52525;
  margin-bottom: 3rem;
}

.error-message .content-title {
  color: #a52525;
}

/*----> Responsive <---- */
/* Screen 1024px > 1920px */
@media (max-width: 1920px) {
  .footer-nav-page .content-wrap {
    padding-bottom: 120px;
    min-height: calc(100vh - 70px);
  }
  .content {
    padding: 20px 0;
    min-height: calc(100vh - 70px);
    max-height: none;
  }
  .footer-nav {
    padding: 0 15px;
    position: fixed;
    width: 100%;
    bottom: 0;
    background-color: #fff;
    z-index: 100;
    height: 120px;
  }
  .footer-nav-page .content {
    /* min-height: calc( 100vh - 70px); */
    max-height: none;
  }
}

/* Screen 768px */
@media (max-width: 991px) {
  .footer-nav-page .content-wrap {
    padding-bottom: 110px;
  }
  .footer-nav-page .exam-page .content-wrap {
    min-height: calc(100vh - 140px);
  }
  .footer-nav-page .exam-page .content {
    min-height: calc(100vh - (140px + 110px));
  }
  /* Buttons Responsive */
  .btn.btn-1 {
    font-size: 19px;
    padding: 20px 45px 20px 65px;
  }
  .btn.btn-1 i {
    font-size: 16px;
  }
  .btn.btn-2, .btn.btn-3, .btn.btn-4, .btn.btn-5 {
    padding: 20px 25px;
    font-size: 18px;
  }
  .btn.btn-2 i, .btn.btn-3 i, .btn.btn-4 i, .btn.btn-5 i {
    font-size: 15px;
  }
  /* Header */
  .exam-page .header {
    height: 140px;
  }
  .exam-page .header .logo-wrap {
    height: 70px;
    position: relative;
  }
  .exam-page .header .header-content {
    height: auto;
    width: 100%;
    border-top: 1px solid #d6dae4;
  }
  .exam-page .header .header-content > *:first-child {
    border-left: none;
  }
  .exam-page .header .header-content > *:last-child {
    border-right: none;
  }
  .exam-page .header .header-content > * {
    padding: 0 5px;
    height: 70px;
  }
  .exam-page .header .header-content .timer {
    position: absolute;
    top: 0;
    right: 0;
    width: 120px;
  }
  .exam-page .header .header-content {
    padding-left: 0;
  }
  /* Questions */
  .questions.type2 .question-list,
  .questions.type2 .question-image {
    flex: 0 0 95%;
    max-width: 95%;
    padding: 0;
    margin: 0 auto;
  }
  .questions.type2 .questions-title {
    order: 1;
  }
  .questions.type2 .question-list {
    order: 3;
    margin-bottom: 20px;
  }
  .questions.type2 .question-image {
    order: 2;
    max-width: 80%;
    margin: 0 auto 40px;
  }

  /* raporteaza o intrebare textarea */
    .questions.type1 .raspuns-textarea{
        height: 140px;
    }
    .questions.type2 .raspuns-textarea{
        height: 140px;
    }

  /* Footer */
  .footer-nav {
    height: 110px;
  }
  .footer-nav .btn {
    padding: 15px;
  }
}
/* (Iphone 6/7/8 Plus  landscape) */
/* Screen 736px */
@media (max-width: 767px) {
  /* Content */
  .footer-nav-page .content-wrap {
    padding-bottom: 90px;
    min-height: calc(100vh - 60px);
  }
  .footer-nav-page .content {
    min-height: calc( 100vh - (60px + 90px));
  }
  /* Header */
  .header {
    height: 60px;
  }
  .header .logo-wrap {
    width: 70px;
  }
  .header .logo-wrap .header-logo {
    max-width: 45px;
  }
  .header .header-content .header-title {
    font-size: 17px;
  }
  /* Button */
  .btn.btn-1 {
    font-size: 17px;
    padding: 20px 35px 20px 50px;
  }
  .btn.btn-1 i {
    font-size: 14px;
  }
  /* Content Title */
  .content-title {
    font-size: 25px;
    margin-bottom: 1.2rem;
    line-height: 1.2em;
  }
  .content-subtitle {
    font-size: 19px;
    line-height: 30px;
    margin-bottom: 1.4rem;
  }
  /* Intro */
  .intro .content-title {
    font-size: 28px;
    margin-bottom: 1rem;
  }
  .intro .content-subtitle {
    margin-bottom: 1.5rem;
  }
  form input {
    font-size: 37px;
    height: 65px;
    letter-spacing: 3px;
  }
  form .field-text {
    margin-bottom: 1.5rem;
  }
  /* Questions */
  .questions .questions-title {
    font-size: 22px;
    margin-bottom: 1.4rem;
  }
  .questions .question-list .question {
    height: 7em;
  }
  .questions .question-list .question .question-title {
    margin-left: 100px;
    -webkit-line-clamp: 7;
  }
  .questions .question-list .question .question-variant {
    font-size: 28px;
    width: 75px;
  }
  .questions.type2 .question-list,
  .questions.type2 .question-image {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .questions.type2 .question-image {
    max-width: 90%;
  }
  /* Footer */
  .footer-nav {
    justify-content: space-between;
    height: 90px;
  }
  .footer-nav.two-btn .btn {
    min-width: 48%;
  }
  .footer-nav .btn {
    min-width: 31%;
    margin: 0;
    padding: 15px 10px;
    font-size: 11px;
  }
}

/* Portrait for all phone */
/* Screen 320px */
@media (max-width: 479px) {
  /* Content */
  .footer-nav-page .content-wrap {
    padding-bottom: 140px;
  }
  .footer-nav-page .content {
    min-height: calc( 100vh - (60px + 140px));
  }
  .footer-nav-page .exam-page .content {
    min-height: calc(100vh - (140px + 140px));
  }
  .content {
    min-height: calc(100vh - 60px);
  }
  /* Header */
  .header .header-content .header-title {
    font-size: 16px;
    padding-left: 65px;
  }
  .header .header-content > * strong {
    font-size: 15px;
  }
  .exam-page .header .header-content .timer.time-expired {
    width: 130px;
  }
  .header .header-content .timer.time-expired span {
    font-size: 20px;
  }
  .header .header-content .timer.time-expired > div > span {
    display: inline-block;
  }
  .header .header-content .timer.time-expired > div > span:first-child {
    margin-right: 5px;
  }
  /* Title */
  .content-subtitle {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 1.3rem;
  }
  /* Questions */
  .questions .questions-title,
  .content-title {
    font-size: 20px;
    line-height: 1.4em;
    margin-bottom: 1.2rem;
  }
  .questions .question-list .question {
    min-width: calc(100vw - 30px);
    max-width: 100%;
    height: 10em;
  }
  .questions .question-list .question .question-title {
    font-size: 15px;
    -webkit-line-clamp: 8;
  }
  .questions.type2 .question-image {
    margin-bottom: 30px;
  }
  /* Footer */
  .footer-nav {
    height: 140px;
    flex-wrap: wrap;
    align-content: center;
  }
  .footer-nav.two-btn .btn {
    width: 100%;
  }
  .footer-nav .btn {
    width: 48%;
    margin-bottom: 10px;
  }
  .footer-nav .btn:last-child {
    width: 100%;
    margin-bottom: 0;
  }
}
@media (max-width: 325px) {
  .footer-nav .btn {
    font-size: 10px;
    padding: 15px 0;
  }
  .footer-nav .btn i {
    font-size: 10px;
  }
  .footer-nav .btn:last-child {
    font-size: 14px;
  }
  .footer-nav .btn:last-child i {
    font-size: 13px
  }
}


