﻿.survey-structure {
  background-color: white;
  padding: 20px; }
  .survey-structure h5 {
    margin: 0; }
  .survey-structure__group {
    background-color: #e4e7ea;
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 20px; }
  .survey-structure__question {
    width: 560px;
    background-color: #f0f3f5;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 10px;
    border: thin solid #0dbefc; }
    .survey-structure__question--dependent {
      margin-left: 600px;
      margin-top: -32px;
      position: relative; }
      .survey-structure__question--dependent::before {
        content: '';
        position: absolute;
        top: 7px;
        left: -64px;
        width: 64px;
        height: 0px;
        border-bottom: 5px dotted #5c6873; }
    .survey-structure__question--next-dependent {
      position: relative;
      margin-left: 600px; }
  .survey-structure__answer_container {
    margin-top: 5px; }
  .survey-structure__answer {
    background-color: white;
    border-radius: 10px;
    padding: 3px 7px;
    margin-bottom: 5px;
    border: thin solid #c8ced3; }
  .survey-structure__question_images {
    margin-top: 5px; }
  .survey-structure__question_image {
    width: 176px; }

.point-label {
  display: inline-block;
  background-color: #0dbefc;
  color: white;
  border-radius: 14px;
  text-align: center;
  font-size: 12px;
  padding-right: 8px; }

body {
    position: relative;
    margin: 0;
    background-color: white; }

#random-bg, #app-container {
    position: relative;
    background-repeat: repeat-y;
    background-size: auto;
    background-position-x: center; }
  #random-bg.fixed, #app-container.fixed {
    background-attachment: scroll !important; }
    @media (max-width: 768px) {
      #random-bg.fixed, #app-container.fixed {
        padding-top: 100px; } }

#random-bg {
    background-color: #324156;
    background-image: url(../Images/login/loginBgBlur.jpg);
    min-height: 100vh;
    position: relative;
    background-repeat: repeat-y; }

#static-footer {
  position: fixed;
  bottom: 20px;
  left: 20px;
  right: 0;
  font-weight: bold;
  color: white;
  text-shadow: 0px 0px 4px #000000; }
  #static-footer a {
    color: white; }
  @media (max-width: 991.98px) {
    #static-footer {
      position: static;
      bottom: initial;
      left: initial;
      right: initial;
      display: block; } }

#version-number {
  display: inline-block;
  width: 100px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-weight: bold;
  color: white;
  text-shadow: 0px 0px 4px #000000; }
  @media (max-width: 991.98px) {
    #version-number {
      position: static;
      bottom: initial;
      left: initial;
      right: initial;
      display: block; } }

#centered-box {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  right: 0; }

#centered-box-content, .centered-box-content {
  width: 420px;
  padding: 20px;
  background-color: white;
  border-radius: 5px;
  margin: 0 auto; }

#centered-box-inquiry {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  right: 0;
  margin: 50px 0; }
  @media (max-width: 768px) {
    #centered-box-inquiry {
      position: relative;
      margin: initial; } }

#centered-box-inquiry-content {
  width: 1000px;
  margin: 0 auto; }
  @media (max-width: 1140px) {
    #centered-box-inquiry-content {
      width: 800px; } }
  @media (max-width: 840px) {
    #centered-box-inquiry-content {
      width: 740px; } }
  @media (max-width: 768px) {
    #centered-box-inquiry-content {
      width: 100%;
      padding: 20px; } }

.app-link {
  color: #0dbefc; }

.app-link:hover {
  color: #039dd3; }

.btn-app {
  background-color: #0dbefc;
  color: white; }
  .btn-app.secondary {
    background-color: #DBAF00; }
    .btn-app.secondary:hover {
      background-color: #a88600; }

.btn-app:hover {
  background-color: #039dd3;
  color: white; }

.btn-login-fixed {
  width: 100%;
  position: absolute;
  bottom: 0; }

[data-i18n] {
  cursor: pointer; }

.slide-top {
  -webkit-animation: slide-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; }

@-webkit-keyframes slide-top {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); } }

@keyframes slide-top {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); } }

.shadow-box {
  -webkit-box-shadow: 0px 0px 10px 1px #737373;
  -moz-box-shadow: 0px 0px 10px 1px #737373;
  box-shadow: 0px 0px 10px 1px #737373; }

.red-star {
  display: inline-block;
  color: red;
  margin-left: 3px; }

.i18n-flag-inquiry, .i18n-flag {
  height: 42px;
  width: 42px; }

.mail-link {
  color: #0dbefc !important; }

.redirect-info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8); }

.redirect-info-content {
  height: 100%; }

.login-form-container label {
  font-weight: normal;
  font-size: larger; }
