@import url(https://fonts.googleapis.com/css?family=Work+Sans:300,600);
@font-face {
  font-family: 'Press Start 2p';
  src: url('PressStart2P.ttf'); /* IE9 Compat Modes */

}

body{
	font-size: 20px;
	font-family: 'Work Sans', sans-serif;
  color: #fff;
  font-weight: 300;
  text-align: center;
  background-color: #f8f6f0;
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  background: linear-gradient(148deg, rgba(10, 197, 212, 0.83) 0%, rgba(16, 179, 196, 0.83) 51%, rgba(54, 149, 194, 0.83) 100%), url(https://www.devmedia.com.br/assistente/imagens/background.png) no-repeat;
  min-height: calc(100vh - 75px);
  justify-content: center;
  align-items: center;
  background-size: cover;
}

.color-variable {
  --darkerBlueVertical: linear-gradient( to bottom, rgba(31, 80, 103, .9), rgba(38, 65, 89, .9));
  --darkBlue: linear-gradient( to right, rgba(37, 58, 68, .9), rgba(38, 65, 89, .9));
}

.pre {
  text-align: left !important;
  max-width: 620px;
  white-space: nowrap;
}
.xml .plain {
  font-size: 16px !important;
}
.small-number {
  color: #787878 !important;
  margin-right: 10px;
}



.game-dialog-devbot-box {
  width: auto !important;
  max-width: 100% !important;
  background: #393939;
  color: #fff;
  height: auto;
  min-height: 125px;
  border-radius: 30px;
  margin: 0 auto !important;
  box-sizing: border-box;
  position: relative;
  flex-wrap: wrap;
  display: flex;
  padding: 30px;
  /* align-items: center; */
  border-width: 2px;
  border-color: white;
  border-style: groove;
  text-align: left;
}

#results {
  margin: 20px 0px 20px 0px;
}

.game-result-devbot-box {
  width: auto !important;
  margin: 16 auto !important;
  max-width: 300px;
  background: #393939;
  color: #fff;
  height: auto;
  border-radius: 30px;
  box-sizing: border-box;
  position: relative;
  padding: 30px;
  align-items: center;
  border-width: 2px;
  border-color: white;
  border-style: groove;
  font-family: 'Share Tech Mono', monospace;
}

.game-dialog-area * {
  font-family: 'Share Tech Mono', monospace;
}

.action-link-option {
  color: inherit;
  cursor: pointer;
  cursor: pointer;
  display: flex;
  text-decoration: none;
}

.box-link {
  min-height: unset;
  padding: 5px 40px;
  margin-top: 25px;
  width: 240px;
}

.button-container {
  padding: 30px;
}

h1{
  font-weight: 300;
  margin: 0px;
  padding: 10px;
  font-size: 25px;
  background-color: #444;
  font-family: 'Press Start 2p';
  text-transform: uppercase;
  color: #fff;
  line-height: 1.2;
}
.question{
  font-size: 30px;
  margin-bottom: 15px;
  margin-right: 30px;
}


/*RADIO BUTTON */

input[type="radio"] {
  background-color: #ddd;
  background-image: -webkit-linear-gradient(0deg, transparent 20%, hsla(0,0%,100%,.7), transparent 80%),
                    -webkit-linear-gradient(90deg, transparent 20%, hsla(0,0%,100%,.7), transparent 80%);
  border-radius: 10px;
  box-shadow: inset 0 1px 1px hsla(0,0%,100%,.8), 0 0 0 1px hsla(0, 0%, 0%, 0.29), 0 2px 3px hsla(0, 0%, 55%, 0.3), 0 4px 3px hsla(0, 3%, 49%, 0.22), 0 6px 6px hsla(0,0%,0%,.2), 0 10px 6px hsla(0, 1%, 59%, 0.2);
  cursor: pointer;
  display: inline-block;
  height: 20px;
  margin-right: 15px;
  position: relative;
  width: 20px;
  -webkit-appearance: none;
  vertical-align: middle;
}
input[type="radio"]:after {
  background-color: #44444445;
  border-radius: 25px;
  box-shadow: inset 0 0 0 1px hsla(0,0%,0%,.4),
              0 1px 1px hsla(0,0%,100%,.8);
  content: '';
  display: block;
  height: 10px;
  left: 5px;
  position: relative;
  top: 5px;
  width: 10px;
}
input[type="radio"]:checked:after {
  background-color: #279;
  box-shadow: inset 0 0 0 1px hsla(0,0%,0%,.4), 
  inset 0 2px 2px hsla(0,0%,100%,.4), 0 1px 1px hsla(0,0%,100%,.8), 0 0 2px 2px #22779959;
}
/*RADIO BUTTON END*/

.start-btn{
  text-align: center;
  display: inline-block;
  margin: 45px 5px 40px 5px;
  font-weight: bold;
  padding: 10px 10px 10px 10px ;
  background-color: lightgray;
  text-shadow: -1px -1px black, 1px 1px white;
  color: gray;
  -webkit-border-radius: 7px;
-moz-border-radius: 7px;
-o-border-radius: 7px;
border-radius: 7px;
  box-shadow: 0 .2em gray; 
  cursor: pointer;
  font-family: 'Press Start 2p';
  text-decoration: none;
  outline: none;
  font-size: 30px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;

}

.quiz-button-red:active, .start-btn:active, .quiz-button-green:active {
	box-shadow: none;
	position: relative;
	top: .2em;
}

.answers {
  margin-bottom: 20px;
  text-align: left;
  display: inline-block;
  max-height: 120px;
}
.answers label{
  display: block;
  margin-bottom: 17px;
  line-height: 1.4;
}
.quiz-button-red {
	text-shadow: 1px 1px rgb(255, 192, 197), -1px -1px #800000;
  font-size: 30pt;
  font-family: 'Press Start 2p';
	line-height: 1.5em;
	text-align: center;
	display: inline-block;
	width: 1.5em;
	-webkit-border-radius: .75em;
	-moz-border-radius: .75em;
	-o-border-radius: .75em;
		border-radius: .75em;
	background-color: #FF0000;
	-webkit-box-shadow:  0 .2em #800000;
	-moz-box-shadow:  0 .2em #800000;
	-o-box-shadow:  0 .2em #800000;
	box-shadow:  0 .2em #800000;
	color: #FF0000;
	margin: 5px;
	background-color: #FF0000;
	background-image: -o-linear-gradient(left top, rgb(255, 192, 197) 3%, #FF0000 22%, #800000 99%);
	background-image: -moz-linear-gradient(left top, rgb(255, 192, 197) 3%, #FF0000 22%, #800000 99%);
	background-image: -webkit-linear-gradient(left top, rgb(255, 192, 197) 3%, #FF0000 22%, #800000 99%);
	background-image: linear-gradient(left top, rgb(255, 192, 197) 3%, #FF0000 22%, #800000 99%);
	cursor: pointer;
  padding-left: 5px;
  text-decoration: none;
  outline : none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.quiz-button-green {
	text-shadow: 1px 1px #8bdda4, -1px -1px #148937;
  font-size: 30pt;
  font-family: 'Press Start 2p';
	line-height: 1.5em;
	text-align: center;
	display: inline-block;
	width: 1.5em;
	-webkit-border-radius: .75em;
	-moz-border-radius: .75em;
	-o-border-radius: .75em;
		border-radius: .75em;
	background-color: #4ad674;
	-webkit-box-shadow:  0 .2em #148937;
	-moz-box-shadow:  0 .2em #148937;
	-o-box-shadow:  0 .2em #148937;
	box-shadow:  0 .2em #148937;
	color: #4ad674;
	margin: 5px;
	background-color: #37B65F;
	background-image: -o-linear-gradient(left top, #8bdda4 3%, #37B65F 22%, #046621 99%);
	background-image: -moz-linear-gradient(left top, #8bdda4 3%, #37B65F 22%, #046621 99%);
	background-image: -webkit-linear-gradient(left top, #8bdda4 3%, #37B65F 22%, #046621 99%);
	background-image: linear-gradient(left top, #8bdda4 3%, #37B65F 22%, #046621 99%);
	cursor: pointer;
  padding-left: 4px;
  text-decoration: none;
  outline : none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button:hover{
	background-color: #38a;
}


p {
  font-size: 18px !important;
  margin-bottom: 20px !important;
  font-family: 'Share Tech Mono', monospace !important;
  color: #fff !important;
}

.label-resposta {
 display: flex;
 align-items: center;
 margin: 15px 0;
}

.texto-resposta {
  padding-right: 5px;
}

#code-question {
  font-size: 18px !important;
}

.slide{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  opacity: 0;
  transition: opacity 0.5s;
  z-index: 1;
}

.button-div {
  margin-top: 150px;
}
.active-slide{
  opacity: 1;
  z-index: 2;
}
.quiz-container {
  position: relative;
  min-height: 200px;
  margin-top: 40px;
  
}
#acertou {
  display: none;
}
#errou {
  display: none;
}

.main-page {
  width: 80%;
  display: inline-block;
}

#cadastro {
  display: none;
}

@media (max-width: 1024px) { 
  .button-div {
    margin-top: 190px;
  }

}

@media (max-width: 768px) {

.button-div {
  margin-top: 150px;
}

.question{
  font-size: 20px;
}

.answers {
  font-size: 16px;
}

.quiz-button {
  font-family: 'Work Sans', sans-serif;
	font-size: 16px;
	background-color: #279;
	color: #fff;
	border: 0px;
	border-radius: 3px;
	padding: 14px;
	cursor: pointer;
  margin-bottom: 20px;
  text-decoration: none;
}

p {
  font-size: 15px;
  margin: 8px !important;
  margin-bottom: 15px !important;
}

.quiz-container {
  margin-left: 0 auto;
}

}

@media (max-width: 568px) {
.button-div {
  margin-top: 180px;
}

.whatsapp {
  display: inline !important;
}
}

@media (max-width: 320px) {
  .button-div {
    margin-top: 170px;
  }
  }

    /* DevMedia Sala CSS */


  /* ANIMATIONS */
@keyframes openBalloon{
  0%{transform: scale(0,.3);opacity: 0;}
  100%{transform: scale(1,1);opacity: 1;}
}

@keyframes showText{
  0%{opacity: 0;pointer-events: none;}
  100%{opacity: 1; pointer-events: auto;}
}
/* ANIMATIONS */

body.no-scroll { overflow: hidden;}
.devmodal, .doc-modal { display: none;}
.header-devbot-area { padding: 0 30px; margin: 20px 0 -35px;}
.page-content-header-wrapper {background: linear-gradient(180deg,#8D8D8D, #474747);border-radius: 30px 30px 0 0;}
.carreira-breadcrumb a { text-decoration: none; margin: 0 10px; color: currentColor; font-weight: 400; font-size: 13px;}
.carreira-breadcrumb a:hover { text-decoration: underline;}
.page-content {width: calc(100% - 60px);min-height: calc(100vh - 144px);box-sizing: border-box;margin: 69px 0 0 60px;font-family: Montserrat, sans-serif;position: relative;padding: 50px 0 70px;background-color: #DFDFDF;background-image: url(//www.devmedia.com.br/carreira2/image/bg-sala-pixel.png);background-repeat: repeat no-repeat;background-attachment: fixed;background-position: 2px bottom;display: flex;flex-direction: column;align-items: center;}
.carreira-breadcrumb {background: #ECECEC;color: #535353;font-size: 13px;border-radius: 50px;position: absolute;display: flex;align-items: center;justify-content: center;top: 30px;left: 15px;padding: 5px 15px;}
.carreira-breadcrumb a { text-decoration: none; margin: 0 10px; color: currentColor; font-weight: 400; font-size: 13px;}
.carreira-breadcrumb a:hover { text-decoration: underline;}
.page-content-wrapper {max-width: calc(100% - 20px);width: 945px;filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));transition: 0.4s ease;flex: 1 1 auto;margin: 0 20px;}
.page-content-wrapper.content-loading { opacity: 0;}
.tarefa-meta svg { height: 20px; width: 20px;}
.tarefa-premio svg { height: 20px; width: 20px;}
.tarefa-progresso svg { height: 20px; width: 20px;}
.page-tarefa-info {background-color: #4B4B4B;color: #FFFFFF;display: flex;justify-content: space-between;padding: 10px 65px;align-items: center;font-size: 14px;font-weight: 400;flex-wrap: wrap;}
.page-tarefa-title { padding: 65px 65px 35px; color: white; font-weight: 700; font-size: 20px;}
.page-tarefa-info strong {font-weight: 600;}
.page-tarefa-info > [class^="tarefa-"] {display: flex;flex: 0 0 auto;align-items: center;margin: 0 5px 5px 0px;}
.page-tarefa-info [class^="tarefa-"] > svg { margin: 0 7px 0 5px;}
.tarefa-progresso-icones {padding: 5px 5px 0;display: flex;flex-wrap: wrap;max-width: 150px;text-align: center;justify-content: center;}
.tarefa-progresso-icones > span { margin: 0 5px 5px; display: flex; align-items: center;}
.icon-check-bg { fill: #01CD6A;}
.icon-medal-background { fill: #0AC5D4;}
.icon-hidden .icon-check path,.icon-hidden .icon-check circle { fill: #dfdfdf !important;}
.icon-hidden .icon-medal-background{ fill: #dfdfdf;}
.icon-hidden .icon-medal-path{ fill: #4B4B4B;}
.icon-hidden.icon-platina{ filter: contrast(0) brightness(1.75);}
.page-content-wrapper.page-no-header .page-content-body{border-top-right-radius: 30px;border-top-left-radius: 30px;padding-top: 40px;margin-top: 40px;}
.page-content-header {max-height: 100vh;overflow: hidden;transition: 0.8s ease;pointer-events: auto;}
.page-content-wrapper.page-no-header .page-content-header {opacity: 0;max-height: 0;pointer-events: none;}
.page-content-wrapper.page-no-footer .page-content-body{ border-bottom-right-radius: 30px; border-bottom-left-radius: 30px;}
.page-content-wrapper.page-no-footer .page-content-footer { display: none;}
.page-content-body {background-color: #F8FAFB;padding: 70px 15px;display: flex;align-items: center;justify-content: center;transition: .8s ease;}
.header-devbot-area .devbot-avatar svg { height: 100%; width: 100%;}
.header-devbot-area .devbot-avatar { width: 90px; height: 90px;}
.header-devbot-area .devbot-wrapper { flex-direction: row-reverse;}
.header-devbot-area .devbot-dialog { margin-left: unset; margin-right: 25px; border-radius: 15px; background-color: #4B4B4B; font-family: "Share Tech Mono", console; font-size: 18px; font-weight: 400;}
.header-devbot-area .devbot-dialog:before { left: unset; right: -18px; border-width: 12px; border-left-width: 20px; border-right-width: 0; border-color: transparent; border-left-color: #4B4B4B;}
.header-devbot-area .devbot-dialog .btn-link { color: #0AC5D4; font-weight: 400;}
.tarefas-wrapper {width: 650px;max-width: 100%;}
.questao-header { color: #0AC5D4; font-size: 20px; font-weight: 700; display: flex; justify-content: space-between; align-items: center; margin-bottom: 5px;}
.questao-header-btn-area { font-size: 12px; color: #4B4B4B; font-weight: 400; display: flex; flex-wrap: wrap;}
.questao-refresh, .doc-task-button {border-radius: 50px;background-color: #DFDFDF;display: flex;align-items: center;padding: 10px;margin: 0 5px 5px 0;flex: 0 0 auto;transition: .2s ease;cursor:pointer;}
.questao-refresh:hover, .doc-task-button:hover {background-color: #4b4b4b;color: white;}
.questao-refresh svg{ height: 15px; margin-right: 5px; fill: #0ac5d4;}
.doc-task-button svg { height: 16px; margin-right: 5px; fill: #0ac5d4;}
.questao-buttons-container { display: flex; justify-content: space-between; align-items: center; font-size: 12px; font-weight: 400; flex-wrap: wrap;}
.questao-button button { border-radius: 23px; background-color: #0AC5D4; color:white; padding: 10px 30px; transition: .2s ease; cursor:pointer; border:none; box-shadow: 0 3px 6px rgba(0,0,0,.16); font-size: 16px; font-weight: 500; font-family: montserrat;}
.questao-button button:hover { background-color: #4b4b4b;color: white;}
.questao-title { color: #8795A2; font-weight: 700; font-size: 18px; margin-bottom: 25px;}
.questao-text { font-size: 14px; font-weight: 400; line-height: 22px; margin-bottom: 25px;}
.questao-answers-container { list-style: none; margin: 0; padding: 0;}
.answer-option { box-shadow: 0 3px 6px rgba(0,0,0,.16); background-color: white; border-radius: 10px; font-size: 12px; color: #6B6B6B; margin-bottom: 35px;}
.answer-option input[type=radio] {position: relative;-webkit-appearance: none;margin: 0 18px 0 0;display: flex;align-items: center;justify-content: center;height: 20px;width: 20px;flex: 0 0 auto;}
.answer-option input[type=radio]:before {content: "";display: block;background-color: #F8FAFB;border: 1px solid #DBDADA;border-radius: 50px;height: 100%;width: 100%;flex: 0 0 auto;box-sizing: border-box;}
.answer-option input[type=radio]:checked:after { content: ""; display: block; border-radius: 50px; height: 60%; width: 60%; background-color: #0ac5d4; position: absolute;}
.answer-option .answer-text {padding: 20px 25px;display: flex;align-items: flex-start;line-height: 24px;cursor: pointer;width: 100%;box-sizing: border-box;}
.questao-content { margin-bottom: 50px;}
.page-content-footer { background: linear-gradient(0deg,#8D8D8D, #474747); border-radius: 0 0 30px 30px; padding: 40px 65px;}
.btn-comunidade-link svg { height: 15px; fill: currentColor; margin-left: 10px;}
.page-comunidade-info {display: flex;justify-content: space-between;flex-wrap: wrap;}
.page-comunidade-title {display: flex;justify-content: space-between;font-size: 18px;font-weight: 700;color: white;border-bottom: .5px solid rgba(242, 242, 242, .51);padding-bottom: 10px;margin-bottom: 20px;flex-wrap: wrap;}
.btn-comunidade-link {display: inline-flex;align-items: center;font-size: 15px;color: #0AC5D4;line-height: 22px;cursor: pointer;}
.usuario-acerto-foto { height: 40px; width: 40px; object-fit: cover; border-radius: 50px;}
.usuarios-ultimos-acertos { display: flex; list-style: none; margin: 0; padding: 0;}
.link-perfil {display: inline-block;position: relative;}
.usuarios-ultimos-acertos > li { margin: 0px 10px 5px 0;}
.comunidade-info-item-header { font-size: 15px; color: white; font-weight: 500; margin-bottom: 10px;}
.comunidade-info-valor { font-size: 25px; font-weight: 700; color: #0AC5D4;}
.comunidade-icon-circle { height: 45px; width: 45px; margin-right: 9px;}
.comunidade-info-item-body { display: flex; flex-wrap: wrap; align-items: center;}
.comunidade-icon-circle .icon-comment-background, .comunidade-icon-circle .icon-eye-background { fill: #0DABBC;}
.comunidade-icon-circle svg { height: 100%; width: 100%;}
.usuario-acerto-empresa-foto { height: 20px; width: 20px; border-radius: 50px; position: absolute; bottom: 0; right: -5px; object-fit: cover;}
.questao-wrapper .pre { width: 100%;}
.questao-answers-container .pre {width: 100%;}
.answer-text-block {flex: 1 1 auto; display: flex; flex-direction: column; width: calc(100% - 20px);}
.like-sala {font-family: "Montserrat", sans-serif;font-size: 10px;font-weight: 700;background-color: #F8F8F8;color: #0AC5D4;padding: 0px 20px;margin-left: 5px;border: 1px solid #0AC5D4;border-radius: 5px;text-decoration: none;position: relative;line-height: 27px;box-sizing: border-box;cursor:pointer;}
.like-sala svg { margin-right: 2px; position: relative; bottom: -4px; fill: transparent; stroke: #0ac5d4;}
.like-sala .like-sala-label { height: 100%; display: inline-flex; align-items: center; justify-content: center;}
.like-sala .like-sala-count { position: absolute; background: #0ac5d4; bottom: -7px; line-height: normal; padding: 2px 6px; border-radius: 50px; color: white; font-size: 8px; right: 5px;}
.questao-container.content-loading { opacity: 0;}
.questao-container {opacity: 1;transition: .4s ease;margin-bottom: 40px;}
.questao-refresh.disabled { pointer-events: none; opacity: .3;}
.carreira-admin {background-color: #ececec;display: inline-flex;flex-wrap: wrap;padding: 0px 20px;border-radius: 50px;border: 2px dashed #8b8b8b;position: relative;left: 15px;top: 15px;margin-right: auto;}
.carreira-admin a { background-color: #ececec; text-decoration: none; margin: 5px; color: #535353; font-size: 13px;}
.carreira-admin a:hover { text-decoration: underline;}
.questao-button { margin-left: auto;}
.comunidade-info-item.comunidade-ultimos-acertaram { display: none;}
.comunidade-info-item.comunidade-ultimos-acertaram.active { display:block;}

/* MODAL */
.devmodal {width: 100vw;height: 100vh;display: flex;align-items: center;justify-content: center;position: fixed;top: 0;left: 0;background-color: rgba(0, 0, 0, .65);transition: opacity .2s linear;z-index: 300;opacity: 0;pointer-events: none;}
.devmodal * { font-family: Montserrat; box-sizing: border-box;}
.devmodal.devmodal-show { pointer-events: auto; opacity: 1; cursor: pointer;}
.devmodal-close-btn { width: 15px; height: 15px; display: block; position: absolute; top: 30px; right: 30px; color: #0AC5D4; cursor: pointer; transition: all .4s ease;}
.devmodal-close-btn:hover { transform: rotate(180deg);}
.devmodal-close-btn svg { fill: currentColor; stroke: currentColor; stroke-width: 30px; stroke-linejoin: round; stroke-linecap: round;}
.devmodal-wrapper { width: 85%; max-width: 500px; min-height: 200px; position: relative; display: flex; flex-direction: column; border-radius: 10px; box-shadow: 3px 6px 12px rgba(0, 0, 0, 0.16); color: #253A44; opacity: 0; bottom: -150px; transition: opacity .2s linear, bottom .2s ease; cursor: default;}
.devmodal-wrapper.devmodal-wrapper-show { bottom: 0px; opacity: 1;}
.devmodal-footer { background-color: #fff; flex: 0 0 auto; padding: 20px; justify-content: space-around; border-radius: 0 0 10px 10px; display: none;}
.devmodal-content { background-color: #fff; flex: 1 0 auto; padding: 50px; border-radius: 10px; display: flex; align-items: center;}
.devmodal-msg { width: 100%; display: block; font-size: 16px; font-weight: 600; text-align: center; line-height: 20px;}
.devmodal-msg a { margin: 20px 10px 10px; color: #0AC5D4; font-size: 18px; text-decoration: none;}
.devmodal-inscricao-content {display: none;margin-top: 20px;justify-content: center;width: 100%;}
.devmodal-btn-ok { padding: 10px 30px 12px; color: #fff; font-size: 13px; font-weight: 700; border-radius: 20px; background-color: #0AC5D4; transition: background-color .2s ease; cursor: pointer;}
.devmodal-btn-ok:hover { background-color: #575757;}
.devmodal-link { padding: 10px 30px 12px; color: #fff; font-size: 13px; font-weight: 700; border-radius: 20px; background-color: #0AC5D4; transition: background-color .2s ease; cursor: pointer; text-decoration: none;}
.devmodal-link:hover { background-color: #575757;}
.devmodal-badge { position: absolute; top: -50px;}
.devmodal-badge img { width: 150px;}
.devmodal-infos label { display: block; margin-bottom: 10px; font-size: 19px; font-weight: 700; line-height: 23px; text-align: center;}
.devmodal-infos span { width: 100%; display: block; text-align: center;}
.devmodal-inscricao .devmodal-footer { display: flex;}
.devmodal-inscricao .devmodal-content { font-size: 13px; font-weight: 500; line-height: 16px; border-radius: 10px 10px 0 0; background: rgb(10, 197, 212); background: -moz-linear-gradient(-45deg, rgba(10, 197, 212, 1) 0%, rgba(16, 179, 196, 1) 50%, rgba(54, 149, 194, 1) 100%); background: -webkit-linear-gradient(-45deg, rgba(10, 197, 212, 1) 0%, rgba(16, 179, 196, 1) 50%, rgba(54, 149, 194, 1) 100%); background: linear-gradient(135deg, rgba(10, 197, 212, 1) 0%, rgba(16, 179, 196, 1) 50%, rgba(54, 149, 194, 1) 100%); background-color: blue; flex-direction: column;}
.devmodal-inscricao .devmodal-wrapper { color: #fff;}
.devmodal-inscricao .devmodal-close-btn { color: #fff;}
.devmodal-inscricao .devmodal-msg { display: none;}
.devmodal-inscricao .devmodal-inscricao-content { display: flex; flex-direction: column; align-items: center;}
.devmodal-requisito-content { width: 100%; display: none; border-radius: 10px;}
.devmodal-requisito .devmodal-msg { display: none;}
.devmodal-requisito .devmodal-requisito-content { max-height: 100%; display: block;}
.devmodal-requisito .devmodal-content { padding: 0;}
.devmodal-requisito .devmodal-wrapper { overflow: hidden;}
.devmodal-requisito .devmodal-close-btn { top: 15px; right: 20px; color: #fff;}
.devmodal-requisito-header { width: 100%; padding: 15px 40px; color: #fff; font-size: 14px; font-weight: 600; text-align: left; background: rgb(10, 197, 212); background: -moz-linear-gradient(-45deg, rgba(10, 197, 212, 1) 0%, rgba(16, 9, 196, 1) 50%, rgba(54, 149,94, 1) 100%); background: -webkit-linear-gradient(-45deg, rgba(10, 197, 212, 1) 0%, rgba(16, 179, 196, 1) 50%, rgba(54, 149, 194, 1) 100%); background: linear-gradient(135deg, rgba(10, 197, 212, 1) 0%, rgba(16, 179, 196, 1) 50%, rgba(54, 149, 194, 1) 100%);}
.devmodal-requisito-container { width: 100%; padding: 30px 30px 30px 40px; background: #F1F4F6;}
.devmodal-requisito-scroll { width: 100%; max-height: 300px; padding-right: 5px; overflow-y: scroll; scrollbar-color: #CDCDCD transparent; scrollbar-width: thin;}
.devmodal-requisito-scroll::-webkit-scrollbar { width: 6px;}
.devmodal-requisito-scroll::-webkit-scrollbar-track { background: transparent;}
.devmodal-requisito-scroll::-webkit-scrollbar-thumb { background: #CDCDCD; border-radius: 30px;}
.devmodal-card { width: 100%; padding: 15px 20px; margin-bottom: 30px; border-radius: 10px; border: 1px solid #0AC5D4; background: #fff;}
.devmodal-card:last-child { margin-bottom: 0;}
.devmodal-card-header { width: 100%; text-align: left;}
.devmodal-card-header span { width: 100%; display: block; color: #8795A2; font-size: 12px; font-weight: 500;}
.devmodal-card-header label { width: 100%; display: block; color: #1F4F66; font-size: 16px; font-weight: 600;}
.devmodal-card-button { width: 100%; margin: 20px 0 5px;}
.devmodal-card-button a { display: inline-block; padding: 5px 20px; color: #fff; font-size: 12px; font-weight: 600; border-radius: 20px; background: #0AC5D4; text-decoration: none;}
.devmodal-card-footer { width: 100%; padding-top: 20px; border-top: 1px solid #EFEFEF;}
.devmodal-card-footer span { color: #8795A2; font-size: 12px; font-weight: 500;}
.devmodal-card-footer label { color: #1F4F66; font-size: 13px; font-weight: 600;}
.devmodal-requisito-footer { width: 100%; padding: 20px 40px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; background: #F1F4F6;}
.devmodal-requisito-footer label { width: 100%; display: block; margin-bottom: 10px; color: #8795A2; font-size: 12px; font-weight: 500; text-align: center;}
.devmodal-requisito-footer .devmodal-inscricao-btn { width: 100%; display: inline-block; padding: 10px 20px; color: #FFFFFF; font-size: 13px; font-weight: 600; text-align: center; border-radius: 20px; background: #0AC5D4; cursor: pointer;}
.devmodal-inscricao-content .devmodal-requisito-content { display: block; margin-bottom: 20px;}
.devmodal-inscricao-content .devmodal-requisito-header { background: none; padding: 0; font-size: 14px; font-weight: 300; display: flex; justify-content: center; align-items: center; cursor: pointer;}
.devmodal-inscricao-content .devmodal-requisito-header svg { height: 16px; margin-left: 5px; fill: currentColor;}
.devmodal-inscricao-content .devmodal-requisito-container { padding: 10px 0; margin: 5px auto; border-top: 1px solid #3595c2; border-bottom: 1px solid #3595c2; background: none; margin-top: 7px;}
.devmodal-inscricao-content .devmodal-requisito-scroll { max-height: 150px;}
.devmodal-inscricao-content .devmodal-card { margin-bottom: 10px; border: none;}
/* MODAL */

/* MODAL DOC */
.doc-modal-close-btn {transition: .2s ease;height: 20px;width: 20px;display: inline-block;position: absolute;right: 30px;cursor: pointer;padding: 2px;box-sizing: border-box;}
.doc-modal-close-btn svg { height: 100%; width: 100%; fill: currentColor; stroke-width: 34px; stroke: currentColor; stroke-linejoin: round; stroke-linecap: round;}
.doc-modal {background-color: rgba(0,0,0,.65);position: fixed;height: 100vh;width: 100vw;top: 0;left: 0;z-index: 9999999999;display: flex;align-items: center;justify-content: center;font-family: montserrat;font-size: 14px;transition: opacity .2s linear;opacity: 0;pointer-events: none;}
.doc-modal-wrapper {background-color: white;border-radius: 10px;width: calc(100% - 10px);max-height: calc(100% - 100px);overflow: hidden;display: flex;flex-direction: column;max-width: 768px;opacity: 0;bottom: -150px;transition: opacity .2s linear, bottom .2s ease;cursor: default;}
.doc-modal-header {background: #4B4B4B;color: white;padding: 20px 40px;display: flex;align-items: center;position: relative;flex: 0 0 auto;}
.doc-modal-title {font-weight: 600;font-size: 20px;flex: 1 1 auto;}
.doc-modal-body {font-family: "Roboto Slab";color: #656565;padding: 25px 40px 0;box-sizing: border-box;height: 100%;overflow: auto;line-height: 30px;}
.doc-modal-section {font-size: 22px;font-weight: 400;}
.doc-modal-section nav { display: flex; flex-direction: column;}
.doc-modal-section nav a { font-size: 14px; display: inline-block; margin: 0; font-weight: 500; text-decoration: none; margin: 5px 0 0; color: #22a5c3;}
.doc-modal-section nav a:hover { color: #575757; text-decoration: underline;}
.doc-modal-section button { border: 1px #20a6c3 solid; min-width: 150px; margin: 30px auto 30px; display: block; font-weight: 500; cursor:pointer; background: #20a6c3; color: white; padding: 20px; font-size: 16px; border-radius: 50px; box-shadow: 3px 6px 6px rgba(0,0,0,.2); transition: .2s ease;}
.doc-modal-section button:hover { background: white; color: #20a6c3; box-shadow: 0px 0px 0px rgba(0,0,0, .1);}
.doc-modal-section.doc-desc {flex: 1 1 auto;font-weight: 400;font-size: 14px;line-height: 1.8;}
.doc-modal-section.doc-desc a { font-size: 14px; margin: 0; font-weight: 500; text-decoration: none; margin: 5px 0 0; color: #22a5c3;}
.doc-modal-section.doc-desc a:hover { color:#575757; text-decoration:underline;}
.doc-modal-section.doc-desc img {box-sizing: border-box; padding: 10px;box-shadow: 0 3px 6px rgba(0,0,0,.16);display: block;margin: 25px auto;max-width: 100%;}
.doc-modal-section.doc-desc .code-sample div {margin: 25px 0;}
.doc-modal-section.doc-desc h4{ margin: 30px 0 0; font-size: 20px; font-weight: 400; border-bottom: 1px solid #575757;}
.doc-modal-section.doc-desc iframe { margin: 25px 0 0px;}
/* .doc-modal-section.doc-desc ul{ list-style: none; padding: 0; margin-top: 0;} */
.doc-modal-section.doc-desc .smtc-link { font-size: 16px; border: 1px solid; padding: 5px 20px;}
.doc-modal-close-btn:hover { transform: rotate(180deg);}
.doc-modal.doc-modal-show { opacity: 1; pointer-events: auto; cursor: pointer;}
.doc-modal-wrapper.doc-modal-wrapper-show { opacity: 1; bottom: 0px;}
.doc-modal .ql-size-small { font-size: 11px !important; }
.doc-modal span.ql-size-small { margin-left: 5px;}
.doc-modal a.ql-size-small { color: #575757 !important; font-weight:600;}
.doc-modal-section.doc-desc ul small { margin-left: 5px; font-size: 11px;}
.doc-modal-header .like-sala {margin-right: 40px;filter: drop-shadow(0px 3px 6px rgba(0,0,0,.16));}
.doc-modal-header .like-sala .like-sala-count {border: 1px solid;}
.doc-modal-body .like-sala { margin: 0px 0px 10px auto;max-width: 110px;}
.doc-desc .code-sample .syntaxhighlighter table td.gutter .line { line-height: 20px !important; }
.doc-link-area ul { list-style: none; padding: 0;}
.doc-link-area ul li { line-height: 2em;}
.doc-link-fonte {font-weight: 600;}
/* MODAL DOC */

/* CODE */
.pre { position: relative; z-index: 2;}
.code-sample-bg { position: absolute; background: #f8fafb; width: 100%; z-index: 1;}
[class^="pre"] .syntaxhighlighter { padding: 20px; overflow-x: auto !important; width: 100% !important; box-sizing: border-box; border-radius: 10px;}
[class^="pre"] .syntaxhighlighter td.code .line { background-color: transparent !important; line-height: 21px !important; font-family: 'Roboto Mono' !important; font-size: 14px !important; white-space: pre;}
[class^="pre"] .syntaxhighlighter table td.gutter .line {border-right: none !important;line-height: 21px !important;background-color: transparent !important;padding: 0 0.5em 0 0em !important;}
[class^="pre"] .syntaxhighlighter .plain, .syntaxhighlighter .plain a { color: #f1f3f0 !important;}
[class^="pre"] .syntaxhighlighter .keyword { color: #6fc6ff !important;}
[class^="pre"] .syntaxhighlighter .string, .syntaxhighlighter .string a { color: #9ce66e !important;}
[class^="pre"] .syntaxhighlighter .value { color: #d7d7d7 !important;}
[class^="pre"] .syntaxhighlighter .container { width: 100% !important;}
[class^="pre"] .syntaxhighlighter .plain { color: #EEFFFF !important;}
[class^="pre"] .syntaxhighlighter td.code .line {font-size: 14px !important;font-weight: 400 !important;line-height: 21px !important;}
[class^="pre"] .syntaxhighlighter { background-color: #263238 !important;}
[class^="pre"] .syntaxhighlighter .plain a { color: #b7e0e3 !important; border-bottom: 1px solid #0AC5D4; padding: 0px; font-weight: 500; font-family: inherit;}

.syntaxhighlighter .container > textarea { display: none;}

[class^="pre"] .syntaxhighlighter.css .value { color: #f59150 !important;}
[class^="pre"] .syntaxhighlighter.css .alt2 .plain { color: #fbcd43 !important;}
[class^="pre"] .syntaxhighlighter.css .alt1 .plain { color: #82edfb !important;}

.resposta_complete { border: none; border-bottom: 1px solid #c1c1c1; background-color: #38474e; color: #fff; width: 55px; min-width: 55px; text-align: left; position: relative; z-index: 1; margin: 0 5px; padding: 0 5px; box-sizing: border-box; font-family: monospace !important;}

.resposta_complete::placeholder{ color: #d8d3d3; font-size: 11px; font-family: monospace !important; text-align:center;}

/* CODE */

/* LEFS */
.text-wrapper b{font-weight:700;}
.text-wrapper ul { list-style-image: url(//www.devmedia.com.br/view/img/list-style-img.png); padding-left: 20px;}
.text-wrapper ul li { padding-left: 20px;}
.text-wrapper ul ul { list-style-image: url(//www.devmedia.com.br/view/img/sublist-style-img.png);}
.text-wrapper ul ul li { padding-left: 10px;}
.text-wrapper hr { border: none; border-bottom: 1px solid #C5CED5;}
.label_rotulo_mentoring a.link_rotulo_mentoring { font-family: Montserrat; font-weight: 300; line-height: 35px; font-size: 16px; color: #253A44; border: none; padding: 0; margin: 20px 0;}
.label_rotulo_mentoring a.link_rotulo_mentoring:hover { color: #253A44;}
.label_rotulo_mentoring { display: block; margin: 20px 0;}
.link_rotulo_mentoring:hover { color: initial;}
.label_rotulo_mentoring a.link_rotulo_mentoring strong { border: 1px solid #0AC5D4; border-radius: 6px; display: inline-block; padding: 10px 23px; margin: 0 10px; background: none; color: #0AC5D4; font-size: 16px; line-height: 1; font-weight: 500; transition: inherit;}
.label_rotulo_mentoring a.link_rotulo_mentoring:hover strong { background-color: #0AC5D4; color: #FFFFFF;}
.text-wrapper .label_rotulo_curso { font-family: Montserrat; font-weight: 300; color: #253A44; font-size: 16px; line-height: 35px; margin: 20px 0; display: block;}
.text-wrapper .label_rotulo_curso strong { margin: 0 5px; color: #253A44; background: none; font-size: 18px; font-weight: 500;}
.text-wrapper .box_lead_mentoring { padding: 40px 50px; background-color: #F8FAFB; border-radius: 10px; color: #8795A2; font-family: Montserrat; font-weight: 400; font-size: 16px; line-height: 32px;}
.text-wrapper .titulo_box_mentoring { display: inline-block; margin-right: 5px; font-weight: 700;}
.text-wrapper .lf-badge { background-color: #EAEFF2; font-family: Consolas; border-radius: 4px; color: #8795A2; font-style: normal; padding: 0.3em; font-size: 14px;}
.text-wrapper .code-tag { padding: 1px 3px; font-size: 0.85em; white-space: pre-wrap; font-family: Consola; border: #E3EDF3 1px solid; background: #F2F4F5; border-radius: 2px; -webkit-font-feature-settings: liga 0; -moz-font-feature-settings: liga 0; font-feature-settings: liga 0}
.responsive-table { overflow-x: auto;}
.text-wrapper table { border-collapse: collapse; border: 1px solid #8ca6b5; margin: 30px 0; color: #535353; line-height: 30px; font-size: 18px;}
.text-wrapper table td, .text-wrapper table th { border: 1px solid #8ca6b5; padding: 0 10px;}
.text-wrapper table th { background-color: #F1F1F1; align-content: center; font-style: bold;}
.text-wrapper .tabela-compatibilidade { width: 100%; text-align: center;}
.text-wrapper .tabela-compatibilidade td, .text-wrapper .tabela-compatibilidade th { background-color: #FFFFFF; border: 1px solid rgb(181, 181, 181); font-size: 14px; padding: 0 8px;}
.text-wrapper .tabela-compatibilidade td.sim { color: rgb(10, 197, 212); font-weight: 700;}
.text-wrapper .code-sample table { border-collapse: initial; border: none; margin: 0; color: inherit; line-height: 1; font-size: inherit;}
.text-wrapper .code-sample table td, .text-wrapper .code-sample table th { border: none; padding: 0;}
.slide-pagination { margin: 20px;}
.slide-pagination-item { margin: 0 5px;}
.text-wrapper .btn-ir-cod-font { width: 260px; font-size: 20px; display: block; text-decoration: none; text-align: center; background-color: #0ac5d4; color: #FFFFFF; padding: 10px 15px; margin: 30px auto 30px; border-radius: 6px; transition: all .2s ease 0s; font-family: 'Roboto Slab', sans-serif; font-weight: 400; box-shadow: 0px 3px 6px rgba(123, 172, 59, .16); border-bottom: none;}
.text-wrapper .btn-ir-cod-font.pulse { animation: pulse 3s infinite;}
.text-wrapper .btn-ir-cod-font.pulse:hover { animation: none; color: #FFFFFF;}
.text-wrapper button.btn-ir-cod-font { font-family: montserrat; font-size: 15px; font-weight: 600; border-radius: 50px; border: none; cursor: pointer;}
.div_listagem_print { white-space: pre; width: 100%; overflow-x: auto; display: block; font-size: 12px; line-height: 25px; color: #f1f3f0; background-color: #1b2426; border-radius: 10px; padding: 0 20px; box-sizing: border-box;}
.text-wrapper .lf-box-play-podcast { background-color: #fafafa; flex: 1 1 auto; border-radius: 6px; margin-right: 15px; align-items: center;}
.text-wrapper .lf-btn-podcast { display: none;}
.text-wrapper .lf-btn-download-podcast { background-color: #f2f4f5; border: none;}
.text-wrapper a.btn-store, .text-wrapper a.link-img { display: inline-block; padding-bottom: 0; line-height: 1; border: none;}
.text-wrapper button { font-family: montserrat; font-size: 15px; font-weight: 600;}
.text-wrapper .lf-run { text-align: center;}
.text-wrapper .lf-run a { display: inline-block; min-width: 200px; max-width: 100%; padding: .2em 0; border: 2px solid #0AC5D4; border-radius: 7px;}
.text-wrapper a.btn-run { border: 1px solid #c7c7c7; padding: 0px 20px; border-bottom: 1px solid #c7c7c7; min-width: 150px; max-width: 100%; display: inline-block; text-align: center; border-radius: 10px; margin: 20px auto;}
.text-wrapper a.btn-run:hover { background-color: #0ac5d4; box-shadow: 0 3px 6px rgba(0, 0, 0, .16); color: #FFFFFF;}
.text-wrapper .lf-nota, .text-wrapper .nota { position: relative; margin: 60px 100px; font-size: 16px; line-height: 32px; color: #535353;}
.text-wrapper .lf-nota:before, .text-wrapper .nota:before { height: calc(100% - 5px); width: 25%; content: ""; display: block; position: absolute; bottom: -25px; left: -30px; border-bottom: 2px solid #C5CED5; border-left: 2px solid #C5CED5; pointer-events: none;}
.text-wrapper .lf-nota:after, .text-wrapper .nota:after { content: ''; position: absolute; top: 5px; left: -41px; background: url(https://www.devmedia.com.br/view/img/aspas.svg?); background-size: 100%; height: 25px; width: 25px; background-repeat: no-repeat;}
.text-wrapper table .lf-nota { padding: 10px 15px; background-color: #eaeff2; font-size: inherit; margin: 20px 10px; border-radius: 6px;}
.text-wrapper table .lf-nota:before, .text-wrapper table .lf-nota:after { content: unset;}
.text-wrapper .destaque-link-conteudo { padding: 18px 0; margin: 60px 0; border-bottom: 1px solid #C5CED5; border-top: 1px solid #C5CED5;}
.text-wrapper figure { text-align: center; margin: 60px auto;}
.text-wrapper figure img { max-width: 100%;}
.text-wrapper figcaption { font-family: Montserrat; font-size: 16px; line-height: 35px; color: #253A44; font-weight: 300;}
.text-wrapper .imagem_artigo { max-width: 100%; margin: auto;}
.text-wrapper .code-caption { margin: 10px 0; text-align: center; font-size: 16px; font-weight: 300; font-family: Montserrat; line-height: 35px; color: #253A44; word-break: break-word;}
.text-wrapper .code-area { margin: 60px 0;}
.text-wrapper .lf-nota ul, .text-wrapper .nota ul { list-style-image: initial;}
.text-wrapper .lf-nota ul li, .text-wrapper .nota ul li { padding-left: 10px;}
.text-wrapper .table-caption { margin: 10px 0; text-align: center; font-size: 16px; font-weight: 300; font-family: Montserrat; line-height: 35px; color: #253A44; word-break: break-word;}
.text-wrapper .table-area table { min-width: 600px; max-width: 920px; margin: auto; font-size: 16px;}
.text-wrapper .table-area { margin: 60px 0;}
.text-wrapper .lf-box-descubra-mais { background-color: #0ac5d4; padding: 15px 30px; color: #fff; margin: 15px 5px 20px 0; font-size: 16px; font-family: 'Montserrat', sans-serif; font-weight: 500; border-radius: 6px; text-decoration: none; border-bottom: 0; display: inline-flex; line-height: 21px; align-items: center;}
.text-wrapper .lf-box-descubra-mais:hover { color: #FFFFFF; background-color: #41a4ac;}
.text-wrapper .lf-box-descubra-mais img { width: 25px; padding-right: 15px;}
.text-wrapper .lf-box-descubra-mais p { margin: 0;}
.text-wrapper .lf-destaque-status { width: 100%; font-family: 'Roboto Mono', monospace; font-size: 14px; line-height: 24px; padding: 5px 30px; margin: 20px 0; box-sizing: border-box;}
.text-wrapper .lf-destaque-status.lf-destaque-incorreto { background: #fcf5f7; border-left: 4px solid red;}
.text-wrapper .lf-destaque-status.lf-destaque-correto { background: #f5fcf8; border-left: 4px solid #2cd8b8;}
/* LEFS */

/* ASSISTENTE */
.game-dialog-area *{ font-family: 'Share Tech Mono', monospace;}
.game-dialog-area {top: 35px;position: relative;box-sizing: border-box;align-items: center;display: flex;justify-content: center;flex-direction: column;font-family: "Share Tech Mono"; margin-bottom: 80px;}
.game-dialog-devbot {width: 100%;height: auto;display: flex;align-items: flex-start;justify-content: flex-start;margin-bottom: 40px;}
.game-dialog-devbot .dev-avatar{filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, .16));}
.game-char-devbot { display: block; width: 100%; height: 100%;}
.game-dialog-devbot-box, .game-dialog-player-box {width: auto;max-width: 100%;background: #393939;color: #fff;height: auto;min-height: 80px;border-radius: 15px;margin: 0 0 0 35px;box-sizing: border-box;position: relative;flex-wrap: wrap;display: flex;padding: 25px 30px;}
.game-dialog-devbot-box{width: 100%;opacity: 0;animation-fill-mode: forwards;animation-name: openBalloon;animation-duration: 0.5s;animation-delay: 1.6s;animation-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28);transform-origin: left;flex-wrap: nowrap;line-height: 25px;}
.game-dialog-devbot-box p { padding: 1; opacity: 1; line-height: 30px; margin: 0;}
.game-dialog-player-box.animateBox{ opacity: 0; animation-fill-mode: forwards; animation-name: openBalloon; animation-duration: 0.5s; animation-delay: 0s; animation-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28); transform-origin: right;}
.game-dialog-player-box.animateBox ul {padding: 0;line-height: 30px;opacity: 0;animation-name: showText;animation-duration: 0.3s;animation-delay:0.5s;animation-timing-function: ease;animation-fill-mode: forwards;margin: 0;}
.game-dialog-player-box{opacity: 0;margin: 0 35px 0 0;}
.game-dialog-player-box ul { list-style: none; padding: 0 0 0 20px; line-height: 30px; width: 100%; display: flex; flex-direction: column; align-items: flex-end;}
.game-dialog-player-box ul li { position: relative;}
.game-dialog-player-box ul li.selected{ color: #0AC5D4; cursor: pointer; display: flex; align-items: center;}
.game-dialog-player-box ul li.selected:before{ content: ""; position: absolute; width: 0; height: 0; border-top: 8px solid transparent; border-bottom: 8px solid transparent; border-left: 8px solid #0AC5D4; left: -12px; top: 7px;}
.game-dialog-player {width: 100%;height: auto;display: flex;align-items: flex-start;justify-content: flex-end;margin-top: 0px;min-height: 160px;}
.game-char-player {width: calc(100% - 5px);height: calc(100% - 5px);object-fit: cover;border-radius: 50%;box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);}
.game-dialog-devbot-box:before{content: "";position: absolute;width: 0;height: 0;border-top: 12px solid transparent;border-bottom: 12px solid transparent;border-right: 20px solid #393939;left: -18px;top: 30px;}
.game-dialog-player-box:after{content: "";position: absolute;width: 0;height: 0;border-top: 12px solid transparent;border-bottom: 12px solid transparent;border-left: 20px solid #393939;right: -18px;top: 26px;}
.game-dialog-box-photo {height: 85px;width: 85px;flex: 0 0 auto;margin-top: 10px;}
.game-dialog-player .game-dialog-box-photo{ opacity: 0;}
.game-dialog-player .game-dialog-box-photo.animateText{ animation-duration: 0.5s; animation-delay:0s; animation-name: showText; animation-timing-function: ease; animation-fill-mode: forwards;}
.game-dialog-icon-wrapper svg { width: 40px; height: 40px; }
.game-dialog-icon-wrapper {margin: 5px 20px 0 0;height: 100%;}
.icon-error-bg { fill: #FF5151;}
/* ASSISTENTE */

/* COMUNIDADE */
.content-comunidade-header { font-size: 20px; line-height: 18px; color: #828282; font-weight: 700; display: flex; justify-content: space-between; padding-bottom: 20px; margin-bottom: 35px; border-bottom: 2px solid #F2F2F2;}
.btn-sala-link { font-size: 15px; color: #0AC5D4; line-height: 22px; display: inline-flex; align-items: center; transition: .2s ease; cursor: pointer;}
.btn-sala-link svg { height: 14px; fill: currentColor; margin-left: 5px;}
.btn-sala-link:hover { color: inherit;}
.content-comunidade-vagas { border: 1px solid #0DABBC91; border-radius: 6px; box-shadow: 12px 15px 20px rgba(17, 136, 233, 0.05); background-color: #EBFDFF; color: #0AC5D4; padding: 20px 25px; display: flex; align-items: center; justify-content: space-between; margin-bottom: 35px;}
.comunidade-vagas-icon svg { fill: currentColor; height: 20px;}
.comunidade-vagas-texto-area { display: flex;}
.comunidade-vagas-icon { margin-right: 10px;}
.comunidade-vagas-texto-titulo { font-weight: 600; font-size: 16px;}
.comunidade-vagas-texto-subtitulo { font-size: 12px;}
.comunidade-vagas-texto { line-height: 20px;}
.comunidade-vagas-btn-area a{ font-size: 13px; text-decoration: none; color: white; transition: .2s ease; font-weight: 500; display: inline-block; padding: 7px 20px; border-radius: 50px; background-color: #0AC5D4;}
.comunidade-vagas-btn-area a:hover { background-color: #575757;}
.content-comunidade-metricas { border-radius: 6px; box-shadow: 12px 15px 20px rgba(17, 136, 233, 0.05); padding: 50px; position: relative; margin-bottom: 35px; background-color: white;}
.comunidade-metricas-area {display: flex;justify-content: space-between;margin: 15px 0 50px;}
.metrica-dados-block { width: 168px; background-color: white; padding: 30px 20px; min-height: 180px; flex: 0 0 auto; box-sizing: border-box; display: flex; flex-direction: column; justify-content: center; align-items: center; border-radius: 6px; border: 1px solid #0DABBC; position: relative; z-index: 2; box-shadow: 12px 15px 20px rgba(17, 136, 233, 0.05);}
.metrica-dados-block.active{ border: none;}
.metrica-dados-block.active:before{content: "";background-color: white;position: absolute;bottom: -1px;left: -1px;font-size: 12px;font-weight: 600;z-index: -1;height: calc(100% + 2px);width: calc(100% + 2px);border-radius: 6px;border: 1px solid #0DABBC;box-sizing: border-box;}
.metrica-dados-block.active:after{content: "Você está aqui";background-color: #13FF8C;position: absolute;bottom: calc(100% - 5px);left: 0px;padding: 4px 15px 10px;font-size: 12px;font-weight: 600;z-index: -2;border-radius: 6px 6px 0;}
.metrica-dados-numeros { display: flex; justify-content: center; align-items: center; font-size: 25px; font-weight: 700; color: #0DABBC; flex-wrap: wrap;}
.metrica-dados-numeros svg { height: 32px; width: 32px; margin: 5px;}
.metrica-dados-label { text-align: center; font-size: 13px; font-weight: 600; color: #8E8E8E; margin: 10px 0 0px;}
.metrica-dados-numeros.inscritos svg .icon-check-bg { fill: #0DABBC;}
.metrica-usuario-foto { height: 30px; width: 30px; object-fit: cover; border-radius: 50px;}
.metrica-usuario-empresa-foto { border-radius: 50px; height: 18px; position: absolute; z-index: 1; bottom: 0; right: -5px;}
.lista-metrica-usuarios { list-style: none; display: flex; margin: 0; padding: 0;}
.comunidade-metricas-area:before { content: ""; border-radius: 6px 6px 0 0; display: flex; justify-content: space-between; height: 165px; width: 100%; flex: 0 0 auto; background: linear-gradient(180deg,#8D8D8D, #474747); border-radius: 6px 6px 0 0; position: absolute; top: 0; left: 0; z-index: 0;}
.comunidade-metricas-usuarios-block .comunidade-info-item-header { color: #707070; font-size: 13px; font-weight: 600; margin-bottom: 15px;}
.lista-metrica-usuarios li { margin: 0 10px 5px 0;}
.comunidade-metricas-usuarios { display: flex;}
.comunidade-metricas-usuarios-block { flex: 1 1 auto;}
.comunidade-metricas-usuarios-block:nth-child(2) { padding-left: 35px; margin-left: 35px; border-left: 2px solid #F2F2F2;}
/* COMUNIDADE */

/* COMENTARIOS */
/* .comentario-containter{ display: none;} */
.comunidade .comentario-containter {display: none;padding: 40px 25px 20px;background-color: white;box-shadow: 12px 15px 20px rgba(17, 136, 233, 0.05);border-radius: 6px;}
.comentario-containter #comentario { margin: 0; padding: 0;}
.comentario-containter .comentarios_title { background: none; border-bottom: 2px solid #F2F2F2; padding: 0 0 20px; font-size: 15px; font-weight: 600; color: #828282;}
.comentario-containter .comentario_novo_area .usuario_info { width: 35px; height: 35px; margin-right: 10px;}
.comentario-containter .txt_perguntar {padding: 20px 25px;font-size: 12px;line-height: 22px;width: 100% !important;min-height: 100px;margin-bottom: 15px !important;}
.comentario-containter .comentario_div_wrapper { display: flex; justify-content: flex-end;}
.comentario-containter .btn_responder { border: 1px solid #0FB5C5; color: #0FB5C5; background-color: transparent; border-radius: 50px; font-weight: 600; font-size: 14px; min-width: 120px; transition: .2s ease;}
.comentario-containter .btn_responder:hover { background-color: #0FB5C5; color: white;}
.comentario-containter .comentario_item.comentario_pai { padding: 25px 0 0 45px;}
.comentario-containter .comentario_usuario_foto { width: 40px; height: 40px; margin: 0 10px 0 0;}
.comentario-containter .comentario_conteudo { margin: 10px 0 10px 50px;}
.comentario-containter .comentario_usuario_info { margin: 0 0 15px 50px;}
.comentario-containter .comentario_usuario_info .link-perfil { position: relative; left: -50px;}
.comentario-containter .comentario_usuario_nome { color: #707070;}
.comentario-containter .comentario_conteudo_texto { color: #707070; font-weight: 400;}
.comentario-containter .comentario_data { font-style: italic; font-weight: 400; color: #707070;}
.comentario-containter .subcomentarios_area .comentario_item:nth-child(odd) { background-color: #F5F5F5;}
.comentario-containter .subcomentarios_area { margin: 20px 0 10px 50px;}
.comentario-containter .txt_responder {color: #6B6B6B;padding: 15px 25px;min-height: 50px;}
.comentario-containter .comentario_resposta { margin-left: 50px;}
.comentario-containter .comentario_area .btn_responder { margin: 0 0 15px auto; display: block;}
.page-content-body .comentario-containter:not(.platinado) .comentario_filtro { display: none;}
/* COMENTARIOS */

/* INSCRICAO PAGE */
.sala-requisito-header svg { height: 20px; width: 20px; fill: currentColor; margin-left: 5px;}
.sala-msg-area { padding: 0 10px; text-align: center; font-family: Montserrat; color: #6B6B6B;}
.sala-msg-header { font-size: 20px; font-weight: bold; margin-bottom: 20px;}
.sala-requisito-header { display: flex; justify-content: center; align-items: center; font-weight: 500; margin-bottom: 10px;  cursor:pointer;}
.sala-msg-body { color: #6B6B6B;}
.sala-requisito-scroll { border-radius: 6px; padding: 5px 15px; margin: 20px auto; display: flex; flex-direction: column; justify-content: center; align-items: center; flex-wrap: wrap; max-width: 420px; width: 100%; background-color: #DFDFDF; background-image: url(//www.devmedia.com.br/carreira2/image/bg-sala-pixel.png); background-repeat-y: no-repeat; background-position: 2px bottom; background-size: 10px;}
.sala-card { background-color: white; margin: 15px 0; padding: 10px 25px; border-radius: 10px; box-shadow: 0px 3px 6px rgba(0,0,0,0.16); flex: 1 1 auto; width: 100%; box-sizing: border-box;}
.sala-card-header { display: flex; flex-direction: column; align-items: flex-start; margin-bottom: 15px;}
.sala-card-header span { font-size: 12px; font-weight: 400;}
.sala-card-header label { font-size: 16px; font-weight: 500;}
.sala-card-button { text-align: left;}
.sala-destaque-nome { color: #0AC5D4;}
.sala-card-button a { transition: .2s ease; background-color: #0AC5D4; display: inline-block; border-radius: 6px; padding: 5px 20px; font-size: 14px; font-weight: 700; color: white; text-decoration: none; cursor: pointer;}
.sala-card-button a:hover { background-color: #535353;}
.sala-card-footer { margin-top: 15px; border-top: 2px solid #f3f3f3; font-size: 14px; padding: 10px 0 0;}
.sala-card-footer label { color: #0ac5d4; font-weight: 500;}
.sala-msg-infos { display: flex; flex-direction: column; margin: 25px 0 10px;}
.sala-msg-infos label { font-size: 20px; font-weight: 600;}
.sala-msg-infos span { font-size: 14px; font-weight: 500; margin-top: 5px;}
.sala-msg-link, .sala-msg-btn-inscricao { text-decoration: none; min-width: 150px; padding: 10px 25px; display: inline-flex; align-items: center; justify-content: center; background-color: #0ac5d4; color: white; border-radius: 6px; margin: 10px; font-weight: 700; font-size: 14px; transition: .2s ease; cursor:pointer;}
.sala-msg-link:hover, .sala-msg-btn-inscricao:hover { background-color: #575757;}
/* INSCRICAO PAGE */

@media screen and (max-width: 1023px) {
  .game-dialog-devbot-box:before{ display: none;}
  .game-dialog-player-box:after{ display: none;}
  .game-dialog-area{ width: 100%; height: calc(100% - 40px); top: -20px;}
  .game-dialog-devbot{ padding: 0 15px 0 15px; box-sizing: border-box;}
  .game-dialog-player{ padding: 0 15px 0 15px; box-sizing: border-box;}
  .game-dialog-devbot-box { margin: 0 0 0 10px; width: 80%;}
  .game-char-devbot { display: block; width: 100%; height: 100%;}
  .game-char-player { display: block; width: 100%; height: 100%;}
  .game-dialog-box-photo { width: 50px; height: 50px;}
  .game-dialog-player-box { margin: 0 10px 0 0;}
  .game-dialog-player-box ul li.selected:before { left: -20px;}
  .game-dialog-player-box ul { padding: 0 10px 0 10px; align-items: flex-start;}

  .page-content { width: 100%; margin: 0;}
  .page-tarefa-info { justify-content: space-around;}
  .page-comunidade-info { justify-content: space-around;}
  .comunidade-info-item { margin: 0 10px 20px 0;}
}


@media screen and (max-width: 767px) {
  .page-tarefa-title { text-align: center; padding: 65px 20px 35px;}
  .page-tarefa-info {padding: 10px 20px;}
  .doc-modal-wrapper { height: 100%; max-height: 100%; width: 100%; border-radius: 0;}
}

@media screen and (max-width: 579px) {
  .header-devbot-area .devbot-avatar { width: 70px; height: 70px;}
  .header-devbot-area { padding: 0px; margin: 20px 0 -25px;}
  .header-devbot-area .devbot-dialog {font-size: 14px;margin-right: 10px;min-height: 20px;}
  .page-tarefa-info { font-size: 12px;}
  .page-tarefa-info [class^="tarefa-"] > svg { height: 15px; width: 15px;}
  .tarefa-progresso svg { height: 15px; width: 15px;}
  .questao-button button { font-size: 14px; width: 250px; max-width: 100%; padding: 15px 30px;}
  .questao-buttons-container { justify-content: center; flex-direction: column;}
  .questao-button { margin-left: 0;}
  .questao-refresh, .doc-task-button { margin: 0 0 20px 0;}
  .comunidade-info-item { width: 100%;}
  .comunidade-icon-circle { height: 30px; width: 30px;}
  .comunidade-info-valor { font-size: 20px;}
  .header-devbot-area .devbot-dialog:before { right: -20px; border-width: 12px;}
  .page-content-footer {padding: 40px 40px 10px;}
  .answer-option {margin-bottom: 20px;}
  .answer-option .answer-text {padding: 10px;height: 100%;}
  .page-content-body { padding: 40px 15px 20px;}
  .game-dialog-icon-wrapper svg { height: 20px; width: 20px;}
  .game-dialog-icon-wrapper { margin-right: 10px;}
  .game-dialog-devbot-box, .game-dialog-player-box { padding: 15px; font-size: 14px;}
  .game-dialog-player-box { padding-left: 20px;}
  .game-dialog-player-box ul li.selected:before { left: -10px; border-top: 5px solid transparent; border-bottom: 5px solid transparent; border-left: 5px solid #0AC5D4; top: 9px;}
  .game-dialog-box-photo { height: 40px; width: 40px;}
  .game-dialog-devbot { padding: 0 5px;}
  .game-dialog-player { padding: 0;}
  .answer-option input[type=radio] {margin: 5px 5px 5px 0;height: 15px;width: 15px;}
  .answer-text-block { flex: 1 1 auto; display: flex; flex-direction: column; width: calc(100% - 20px);}
  .content-comunidade-vagas { flex-direction: column; align-items: flex-start; padding: 15px; margin: 0 15px 35px;}
  .comunidade-vagas-texto-area { margin-bottom: 15px; width: 100%;}
  .comunidade-vagas-btn-area { margin: auto;}
  .content-comunidade-metricas { padding: 50px 15px; border-radius: 0;}
  .comunidade .page-content-body { padding: 40px 0 20px;}
  .content-comunidade-header { margin: 0 15px 35px;}
  .comunidade-metricas-area { flex-direction: column; margin: 15px 0 0px;}
  .metrica-dados-block { width: 100%; margin-bottom: 50px; padding: 30px; min-height: auto;}
  .comunidade-metricas-usuarios { flex-direction: column; align-items: center;}
  .comunidade-metricas-usuarios-block:nth-child(2) { padding-left: 0; margin-left: 0; border-left: none; padding-top: 25px; margin-top: 25px; border-top: 2px solid #F2F2F2;}
  .comunidade-metricas-usuarios-block { width: 100%; display: flex; flex-direction: column; align-items: center;}
  .comunidade-metricas-area:before { height: 60%; border-radius: 0;}
  .comunidade .comentario-containter { border-radius: 0; box-sizing: border-box; margin-bottom: 5px;}
  .comentario-containter .comentario_item.comentario_pai {padding: 25px 0 0;}
  .comentario-containter .subcomentarios_area {margin: 20px 0 10px;}
  .subcomentarios_area .comentario_item {padding: 10px;}
  .subcomentarios_area .comentario_usuario_foto {width: 35px;height: 35px;}
  .subcomentarios_area .comentario_conteudo {margin: 10px 0 10px 50px;}
  .comentario-containter .comentario_resposta {margin-left: 0;}
  .page-content { padding: 50px 0 30px;}
}

@media screen and (max-width: 375px) {
  .header-devbot-area .devbot-avatar {width: 50px;height: 50px;}
}