body {
  font-family: "Open Sans", sans-serif;
  font-size: 10px;
  background: url("../img/webclick/background-co.png");
  background-size: 100% 100%;
  background-attachment: fixed;
  color: #fff;
}

.image-responsive {
  max-width: 100%;
}

.img-header {
  height: 65px;
}

#section-step0 {
  height: 100vh;
  padding-top: 20vh;
}

.modal {
  color: #000;
}

#lang-switcher {
  color: #ffffff;
}

.navbar-brand, #webclick-logo {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 5px;
  padding: 10px;
}

#loading {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.5);
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  display: none;
}

#loading-content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #000;
  background: #FFF;
  padding: 40px;
  border-radius: 40px;
  border: 1px solid black;
  box-shadow: 0px 0px 5px 0px;
}
#loading-content span {
  font-size: 40px;
}

#section-step1 {
  display: none;
  height: 100vh;
  padding-top: 100px;
}
#section-step1 #img-nocode {
  max-height: 25px;
  margin-right: 10px;
}
#section-step1 #input-codi {
  color: #ffffff;
  background: rgba(255, 222, 222, 0.22);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#section-step1 .invalid-feedback {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 5px 10px;
}

#section-stepchat {
  height: 100vh;
  padding-top: 100px;
}
#section-stepchat #img-nocode {
  max-height: 25px;
  margin-right: 10px;
}
#section-stepchat input[type] {
  color: #ffffff;
  background: rgba(255, 222, 222, 0.22);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#section-stepchat .invalid-feedback {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 5px 10px;
}

#section-step2 {
  height: 100vh;
  display: none;
  padding-top: 100px;
}
#section-step2 ul#professors-list {
  padding: 0;
}
#section-step2 ul#professors-list li {
  list-style: none;
  text-align: center;
  margin-bottom: 40px;
  cursor: pointer;
  padding: 0;
  word-break: break-word;
}
#section-step2 ul#professors-list li > div {
  padding: 10px;
}
#section-step2 ul#professors-list li > div:hover, #section-step2 ul#professors-list li > div:focus {
  background-color: rgba(255, 255, 255, 0.25);
}
#section-step2 ul#professors-list li .professor-picture {
  position: relative;
  background-size: cover;
  border-radius: 100%;
}
#section-step2 ul#professors-list li .professor-picture::before {
  padding-top: 100%;
  display: block;
  content: "";
  border-radius: 100%;
}
#section-step2 ul#professors-list li .professor-letter {
  position: relative;
}
#section-step2 ul#professors-list li .professor-letter::before {
  padding-top: 100%;
  display: block;
  content: "";
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 100%;
}
#section-step2 ul#professors-list li .professor-letter span {
  position: absolute;
  top: calc(50% - 0.8em);
  width: 100%;
  text-align: center;
  font-size: 5em;
  left: 0;
}

#section-step3 {
  height: 100vh;
  display: none;
  padding-top: 100px;
}
#section-step3 textarea {
  background: rgba(255, 222, 222, 0.22);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #ffffff;
}
#section-step3 textarea::placeholder {
  color: #ffffff;
}
#section-step3 #thumbs .thumb {
  display: inline-block;
  position: relative;
}
#section-step3 #thumbs .thumb img.thumb-image {
  margin-right: 10px;
  margin-top: 10px;
  max-height: 100px;
}
#section-step3 #thumbs .thumb img.delete-thumb {
  position: absolute;
  top: 10px;
  right: 10px;
  height: 20px;
  width: 20px;
  cursor: pointer;
  border: 2px solid black;
  border-radius: 100%;
  padding: 1px;
  background-color: rgba(255, 255, 255, 0.8);
}
#section-step3 #description-invalid {
  background: rgba(255, 255, 255, 0.7);
  margin-top: 0;
  font-size: 12px;
  padding: 5px 10px;
  border: 1px solid;
}

#section-step4 {
  height: 100vh;
  display: none;
  padding-top: 100px;
}

#section-step5 {
  height: 100vh;
  display: none;
  padding-top: 100px;
}

.step-number {
  font-size: 5em;
  font-weight: bold;
}
.step-number a {
  margin-left: -45px;
}

.step-title {
  font-size: 1.7em;
  font-weight: bold;
}

.step-comment {
  font-size: 1.2em;
}

.img-inline {
  display: inline-block;
}

.text {
  font-size: 1.5em;
}

.text2 {
  font-size: 1.2em;
}

.conversejs .message.chat-msg .chat-msg__subject {
  display: none !important;
}

/*# sourceMappingURL=webclick-co.css.map */
