@charset "UTF-8";
/******************
    User custom CSS
    ---------------

    In this file you can add your own custom CSS
    It will be loaded last, so you can override any other property.
    Also, it will never be updated. So if you inheritate a core template and just add here some CSS, you'll still benefit of all the updates
*/
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;300;400;700;900&display=swap");
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body.fruity {
  font-family: "Inter", sans-serif;
  color: #000;
  opacity: 0;
  transition: 0.5s opacity ease-in-out;
}
body.fruity.ready {
  opacity: 1;
}
body.fruity.home, body.fruity.end {
  padding-top: 20px !important;
}
@media (min-width: 992px) {
  body.fruity.home, body.fruity.end {
    padding-top: 50px !important;
  }
}
body.fruity.home .navbar-default, body.fruity.end .navbar-default {
  display: none;
}
body.fruity.home .top-container, body.fruity.end .top-container {
  display: none;
}

body * {
  font-family: "Inter", sans-serif;
  color: #000;
  hyphens: none;
}

/* STRUCTURE */
.container {
  width: 100%;
}
@media (min-width: 768px) {
  .container {
    max-width: 700px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 970px;
  }
}

/*
.home {
	.container {
		//max-width:740px;
		width:100%;

		@media (min-width:768px) {
			max-width:700px;
		}

		@media (min-width:992px) {
			max-width:770px;
		}
	}
}
*/
#navigator-container {
  padding-left: 15px;
  padding-right: 15px;
}
#navigator-container .text-left .btn:before {
  content: "";
  font-family: FontAwesome;
  position: relative;
  top: 1px;
}
#navigator-container .text-right .btn:after {
  content: "";
  font-family: FontAwesome;
  position: relative;
  top: 1px;
}

/* PROGRESS BAR */
.top-container {
  margin-bottom: 1em;
}
.top-container .progress {
  max-width: 500px;
  background: #EAEAEA;
  box-shadow: none;
  border-radius: 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}
.top-container .progress .progress-bar {
  background: #2C1FEE;
}

/* THEME */
.fruity {
  /** BUTTONS **/
  /** ALERTS **/
  /** HOME **/
  /** END **/
  /* QUESTIONS */
  /* FORMS */
}
.fruity .navbar-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 15px;
  padding-left: 15px;
}
.fruity .navbar-header:before {
  display: none;
}
.fruity .navbar-header:after {
  display: none;
}
.fruity .navbar-nav li {
  margin-bottom: 0;
}
.fruity .navbar-nav .btn-bordered {
  margin-left: 15px;
}
@media (max-width: 767px) {
  .fruity .navbar-nav .btn-bordered.mt-xs-3 {
    margin-top: 10px;
  }
}
@media (min-width: 768px) {
  .fruity .navbar-nav .btn-bordered {
    margin: 0;
    margin-right: 15px;
    margin-top: 20px;
  }
}
.fruity .navbar-toggle {
  border-radius: 0;
  border-color: #4A4A4A;
  margin-right: 0;
}
.fruity .navbar-toggle .icon-bar {
  background-color: #4A4A4A;
}
.fruity .navbar-brand {
  font-weight: 900;
  color: #C4C4C4;
  font-size: 16px;
  letter-spacing: 0;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 5px;
}
.fruity .navbar-brand strong {
  color: #4A4A4A;
  font-size: 28px;
  display: block;
  font-weight: 900;
}
.fruity p {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 15px;
  font-weight: 300;
}
@media (min-width: 768px) {
  .fruity p {
    font-size: 18px;
    line-height: 28px;
  }
}
.fruity ul,
.fruity ol {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 15px;
  font-weight: 300;
}
@media (min-width: 768px) {
  .fruity ul,
.fruity ol {
    font-size: 18px;
    line-height: 28px;
  }
}
.fruity ol {
  list-style-type: lower-alpha;
}
.fruity a {
  color: #000;
  text-decoration: underline;
}
.fruity h1 {
  font-family: "Inter", sans-serif;
  letter-spacing: 0;
  font-weight: 900;
}
.fruity .btn {
  border-radius: 0;
  font-family: "Inter", sans-serif;
  text-decoration: none;
  transition: 0.3s all ease-in-out;
  font-weight: bold;
}
.fruity .btn.btn-primary {
  background: #2C1FEE;
}
.fruity .btn.btn-primary:hover, .fruity .btn.btn-primary:focus {
  background: #181D7B;
}
.fruity .btn.btn-default {
  border-color: #2C1FEE;
  color: #2C1FEE;
}
.fruity .btn.btn-default:hover, .fruity .btn.btn-default:focus {
  border-color: #181D7B;
  color: #181D7B;
}
.fruity .alert {
  border-radius: 0;
}
.fruity #welcome-container .survey-name {
  display: none;
}
@media (min-width: 768px) {
  .fruity #welcome-container {
    margin-bottom: -50px;
  }
}
.fruity #welcome-container .survey-intro {
  margin-bottom: 30px;
}
@media (min-width: 500px) {
  .fruity #welcome-container .survey-intro {
    display: flex;
    justify-items: center;
    align-items: center;
  }
}
.fruity #welcome-container .survey-intro > div {
  margin-bottom: 30px;
}
@media (min-width: 500px) {
  .fruity #welcome-container .survey-intro > div {
    width: 60%;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .fruity #welcome-container .survey-intro > div {
    width: 50%;
  }
}
.fruity #welcome-container .survey-intro > div img {
  height: 60px;
  width: auto;
  margin-right: 30px;
}
.fruity #welcome-container .survey-intro > div strong {
  text-transform: uppercase;
  color: #2C1FEE;
  font-weight: 300;
  display: block;
  font-size: 18px;
}
.fruity #welcome-container .survey-intro > div h2 {
  font-weight: 900;
  font-size: 24px;
  line-height: 1;
  color: #181D7B;
}
.fruity #welcome-container .survey-intro > div h2 strong {
  font-weight: 900;
  font-size: 36px;
  text-transform: none;
  line-height: 0.8;
  margin-top: 5px;
}
@media (min-width: 768px) {
  .fruity #welcome-container .survey-intro > div h2 strong {
    font-size: 72px;
  }
}
.fruity #welcome-container .survey-intro > div h2:before, .fruity #welcome-container .survey-intro > div h2:after {
  content: "";
  background: #FC834C;
  display: block;
  height: 8px;
  width: 120px;
  margin: 20px 0;
}
@media (min-width: 500px) {
  .fruity #welcome-container .survey-intro > div:not(:first-of-type) {
    width: 40%;
  }
}
@media (min-width: 768px) {
  .fruity #welcome-container .survey-intro > div:not(:first-of-type) {
    width: 50%;
  }
}
.fruity #welcome-container .survey-intro > div:not(:first-of-type) img {
  max-width: 100%;
  height: auto;
}
.fruity .completed-wrapper .survey-end {
  margin-bottom: 30px;
}
@media (min-width: 500px) {
  .fruity .completed-wrapper .survey-end {
    display: flex;
    justify-items: center;
    align-items: center;
  }
}
.fruity .completed-wrapper .survey-end > div {
  margin-bottom: 30px;
}
@media (min-width: 500px) {
  .fruity .completed-wrapper .survey-end > div {
    width: 60%;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .fruity .completed-wrapper .survey-end > div {
    width: 50%;
  }
}
.fruity .completed-wrapper .survey-end > div img {
  height: 60px;
  width: auto;
  margin-right: 30px;
}
.fruity .completed-wrapper .survey-end > div strong {
  text-transform: uppercase;
  color: #2C1FEE;
  font-weight: 300;
  display: block;
  font-size: 18px;
}
.fruity .completed-wrapper .survey-end > div .share-menu {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
.fruity .completed-wrapper .survey-end > div .share-menu li {
  margin-right: 10px;
}
.fruity .completed-wrapper .survey-end > div .share-menu li a {
  display: block;
  background: #2C1FEE;
  color: white;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 24px;
  transition: all 0.3s ease-in-out;
}
.fruity .completed-wrapper .survey-end > div .share-menu li a:hover, .fruity .completed-wrapper .survey-end > div .share-menu li a:focus {
  background: #181D7B;
}
.fruity .completed-wrapper .survey-end > div .share-menu li a i,
.fruity .completed-wrapper .survey-end > div .share-menu li a span {
  color: white;
  margin-right: -8px;
}
.fruity .completed-wrapper .survey-end > div h2 {
  font-weight: 900;
  font-size: 24px;
  line-height: 1;
  color: #181D7B;
}
.fruity .completed-wrapper .survey-end > div h2 strong {
  font-weight: 900;
  font-size: 36px;
  text-transform: none;
  line-height: 1;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .fruity .completed-wrapper .survey-end > div h2 strong {
    font-size: 50px;
  }
}
.fruity .completed-wrapper .survey-end > div h2:before, .fruity .completed-wrapper .survey-end > div h2:after {
  content: "";
  background: #FC834C;
  display: block;
  height: 8px;
  width: 120px;
  margin: 20px 0;
}
@media (min-width: 500px) {
  .fruity .completed-wrapper .survey-end > div:not(:first-of-type) {
    width: 40%;
  }
}
@media (min-width: 768px) {
  .fruity .completed-wrapper .survey-end > div:not(:first-of-type) {
    width: 50%;
  }
}
.fruity .completed-wrapper .survey-end > div:not(:first-of-type) img {
  max-width: 100%;
  height: auto;
}
.fruity .text-danger.fa-asterisk {
  font-size: 10px;
  position: relative;
  top: -2px;
  margin-right: 5px;
}
.fruity .group-title {
  margin: 0;
  text-align: left;
  color: #2C1FEE;
  font-weight: 100;
  margin-bottom: 30px;
  font-size: 20px;
}
@media (min-width: 768px) {
  .fruity .group-title {
    font-size: 28px;
  }
}
.fruity .group-title strong {
  color: #2C1FEE;
  font-weight: 900;
  font-size: 28px;
  display: block;
}
@media (min-width: 768px) {
  .fruity .group-title strong {
    display: inline;
    font-size: 30px;
  }
}
.fruity .group-title:after {
  content: "";
  background: #FC834C;
  display: block;
  height: 8px;
  width: 120px;
  margin: 20px 0;
}
.fruity .question-item.slider-item {
  background: white;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
  margin-bottom: 30px;
}
.fruity .question-item.slider-item .slider-container {
  margin-bottom: 1em;
  max-width: 500px;
  float: none;
  margin-left: auto;
  margin-right: auto;
}
.fruity .question-item.slider-item .control-label {
  text-align: center;
  margin-bottom: 3em;
}
@media (min-width: 768px) {
  .fruity .question-item.slider-item .control-label {
    margin-bottom: 2em;
  }
}
.fruity .tooltip.top {
  margin-top: -50px;
}
.fruity .tooltip.top .tooltip-inner-title {
  color: white;
  display: block;
  text-align: center;
  padding: 3px 5px;
  margin-bottom: -6px;
  font-size: 10px;
  text-transform: uppercase;
  background: #646464;
}
.fruity .tooltip.top .tooltip-inner {
  border-radius: 0;
  font-weight: bold;
  background: #646464;
  font-size: 14px;
}
.fruity .tooltip.top .tooltip-arrow {
  border-top-color: #646464;
}
.fruity .cd-agreement .tooltip.top {
  margin-top: -40px;
}
.fruity .cd-timeline {
  display: flex;
  list-style: none;
  margin: 2rem auto 0;
  max-width: 100%;
  overflow: hidden;
  padding: 0;
  justify-content: center;
}
.fruity .cd-timeline li {
  text-align: center;
  padding: 0 5px;
  width: 100px;
  line-height: 0.8;
  position: relative;
}
.fruity .cd-timeline li.active, .fruity .cd-timeline li.past {
  opacity: 1;
}
.fruity .cd-timeline li.active i, .fruity .cd-timeline li.past i {
  background: #2C1FEE;
}
.fruity .cd-timeline li.active:before, .fruity .cd-timeline li.past:before {
  background: #2C1FEE !important;
}
.fruity .cd-timeline li.active span, .fruity .cd-timeline li.past span {
  color: black;
}
.fruity .cd-timeline li:not(:first-child):before {
  display: block;
  content: "";
  height: 2px;
  width: 100px;
  position: relative;
  top: 20px;
  left: 50%;
  transform: translateX(-100%);
  background: #EAEAEA;
  z-index: 0;
}
@media (min-width: 550px) {
  .fruity .cd-timeline li {
    padding: 0 10px;
  }
}
.fruity .cd-timeline li i {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background: #EAEAEA;
  color: white;
  margin: 0 auto 5px;
  position: relative;
  z-index: 1;
}
.fruity .cd-timeline li span {
  font-size: 10px;
  line-height: 0.8;
  display: none;
  text-transform: uppercase;
  color: #CCC;
}
@media (min-width: 500px) {
  .fruity .cd-timeline li span {
    display: inline;
  }
}
.fruity .form-control {
  border-radius: 0;
  box-shadow: none;
  border-width: 2px;
}
.fruity .form-control:focus {
  box-shadow: none;
  border: 2px solid #2C1FEE;
}
.fruity .question-title-container {
  padding-bottom: 0;
}
.fruity .cd-text-question {
  margin-bottom: 0;
}
.fruity .cd-text-question h3 {
  font-weight: bold;
}
.fruity [data-number="1"] {
  text-align: left;
}
.fruity .radio-item label::before {
  top: 4px;
}
.fruity .radio-item label::after {
  top: 7px;
}
.fruity .question-text p:last-of-type {
  margin-bottom: 0;
}
.fruity .answer-item {
  padding-top: 0;
}
.fruity hr.short {
  width: 120px;
  border-width: 8px 0;
  border-color: #FC834C;
  margin: 20px 0;
}
.fruity .proficiency-scale {
  list-style: none;
  padding: 0;
  margin: 0;
  color: white;
  margin-bottom: 30px;
  margin-top: 40px;
}
.fruity .proficiency-scale .btn-bordered {
  display: none;
}
.fruity .proficiency-scale.hidden-description {
  position: relative;
}
.fruity .proficiency-scale.hidden-description li p {
  display: none;
}
.fruity .proficiency-scale.hidden-description .btn-bordered {
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  background: #EAEAEA;
}
@media (min-width: 768px) {
  .fruity .proficiency-scale {
    display: flex;
    margin-top: 0;
  }
}
.fruity .proficiency-scale .proficiency-item {
  background: #A8067B;
  width: 100%;
}
@media (min-width: 768px) {
  .fruity .proficiency-scale .proficiency-item {
    margin-top: 80px;
  }
}
.fruity .proficiency-scale .proficiency-item .proficiency-item-header {
  background: #8C066D;
  color: white;
  padding: 5px 10px;
  font-weight: 900;
  font-size: 16px;
}
@media (min-width: 992px) {
  .fruity .proficiency-scale .proficiency-item .proficiency-item-header {
    font-size: 24px;
    padding: 10px 15px;
  }
}
.fruity .proficiency-scale .proficiency-item .proficiency-item-body {
  padding: 10px;
}
@media (min-width: 992px) {
  .fruity .proficiency-scale .proficiency-item .proficiency-item-body {
    padding: 15px;
  }
}
.fruity .proficiency-scale .proficiency-item .proficiency-item-body h3 {
  color: white;
  margin: 0 0 5px;
  font-size: 18px;
  font-weight: bold;
}
.fruity .proficiency-scale .proficiency-item .proficiency-item-body p {
  color: white;
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
}
.fruity .proficiency-scale .proficiency-item.rookie {
  background: #FFB304;
}
@media (min-width: 768px) {
  .fruity .proficiency-scale .proficiency-item.rookie {
    margin-top: 60px;
  }
}
.fruity .proficiency-scale .proficiency-item.rookie .proficiency-item-header {
  background: #F29A01;
}
.fruity .proficiency-scale .proficiency-item.intermediary {
  background: #A0D607;
}
@media (min-width: 768px) {
  .fruity .proficiency-scale .proficiency-item.intermediary {
    margin-top: 40px;
  }
}
.fruity .proficiency-scale .proficiency-item.intermediary .proficiency-item-header {
  background: #8CBD00;
}
.fruity .proficiency-scale .proficiency-item.advanced {
  background: #06ADCF;
}
@media (min-width: 768px) {
  .fruity .proficiency-scale .proficiency-item.advanced {
    margin-top: 20px;
  }
}
.fruity .proficiency-scale .proficiency-item.advanced .proficiency-item-header {
  background: #0092B0;
}
.fruity .proficiency-scale .proficiency-item.specialist {
  background: #0E5A86;
  margin-top: 0;
}
.fruity .proficiency-scale .proficiency-item.specialist .proficiency-item-header {
  background: #14425E;
}

.btn-bordered {
  display: inline-block;
  padding: 5px 10px !important;
  text-decoration: none !important;
  font-size: 12px !important;
  color: #4A4A4A;
  border: 1px solid #C4C4C4;
  border-radius: 20px;
  transition: 0.3s all ease-in-out;
}
.btn-bordered:hover, .btn-bordered:focus {
  border-color: #4A4A4A;
}
.btn-bordered i {
  color: #4A4A4A;
}
.btn-bordered i em {
  display: none;
}

@media (max-width: 767px) {
  #question105 .proficiency-scale li {
    display: flex;
    align-items: center;
  }
  #question105 .proficiency-scale li .proficiency-item-header {
    width: 100px;
    text-align: center;
    padding: 12px 10px;
    font-size: 18px;
  }
  #question105 .proficiency-scale li .proficiency-item-body h3 {
    margin: 0;
  }
}

/*# sourceMappingURL=custom.css.map */
