html {
  width: 100vw;
  overflow-x: hidden;
}

.inscricaoUniube input[type='text'],
.inscricaoUniube input[type='tel'],
.inscricaoUniube input[type='date'],
.inscricaoUniube input[type='email'],
.inscricaoUniube select {
  width: 100%;
  display: block;
  padding: 14px;
  font-size: 1rem;
  color: black;
  border-radius: 5px;
  display: inline-flex;
}

.campo-vazio {
  background: #FCC !important;
}


span.yearly {
  font-size: 12px;
}

.inscricaoUniube * {
  box-sizing: border-box;

}

.checkCard {
  /* justify-content: center; */
  align-items: center;
  display: flex;
}



/* Estilos básicos para o container do dropdown */
.custom-select {
  position: relative;
  display: inline-block;
  width: 200px;
}

.select-trigger,
.select-options {
  width: 100%;
  display: flex;
  padding: 10px;
  font-size: 1rem;
  align-items: center;
  color: black;
  justify-content: space-between;
  border-radius: 6px;
}

/* Lista de opções como cards */
.select-options {
  display: none;
  top: 100%;
  width: 100%;
  background-color: white;
  z-index: 10;
  max-height: 200px;
  overflow-y: auto;
}

.select-options .card-option {
  padding: 10px;
  border-bottom: 1px solid #eee;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.select-options .card-option:hover {
  background-color: #f0f0f0;
}

/* Estilos do conteúdo do card */
.card-content {
  width: 100%;
  margin-left: 10px;
}

.card-title {
  font-size: 1rem;
  margin-bottom: 2px;
}

.card-description {
  font-size: 12px;
  color: #666;
  width: 100%;
}

.card-description a {
  all: unset;
  cursor: pointer;
  text-decoration: underline;
}

.inscricaoUniube {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 30px;
}


.inscricaoUniube .column-input:not(:last-child) {}

.sector .column-input {
  margin-bottom: 12px;
}

.inscricaoUniube {
  font-family: 'Roboto', sans-serif;
}


@font-face {
  src: url('/fontes/Roboto-Thin.ttf') format('ttf');
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: normal;
}

@font-face {
  src: url('/fontes/Roboto-Light.ttf.ttf') format('ttf');
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
}

@font-face {
  src: url('/fontes/Roboto-Regular.ttf') format('ttf');
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}

@font-face {
  src: url('/fontes/Roboto-Medium.ttf') format('ttf');
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
}

@font-face {
  src: url('/fontes/Roboto-Bold.ttf.ttf') format('ttf');
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
}

@font-face {
  src: url('/fontes/Roboto-Black.ttf.ttf') format('ttf');
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: normal;
}

@font-face {
  src: url('/fontes/Roboto-ThinItalic.ttf') format('ttf');
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: italic;
}

@font-face {
  src: url('/fontes/Roboto-LightItalic.ttf') format('ttf');
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: italic;
}

@font-face {
  src: url('/fontes/Roboto-Italic.ttf.ttf') format('ttf');
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: italic;
}

@font-face {
  src: url('/fontes/Roboto-MediumItalic.ttf') format('ttf');
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: italic;
}

@font-face {
  src: url('/fontes/Roboto-BoldItalic.ttf') format('ttf');
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: italic;
}

@font-face {
  src: url('/fontes/Roboto-BlackItalic.ttf.ttf') format('ttf');
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: italic;
}



::selection {
  background: #d5bbf7;
}


.radio-label {
  padding: 6px 8px;
  border-radius: 8px;
  transition: background-color 0.5s, color 0.5s;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  background-color: #d7e7f9;
  border: 1px solid #003f86;
  color: #003f86;
}

.radio-label:not(:first-child) {
  margin-left: 4px;

}


.radio-label:hover {
  background-color: #f1f1f1;
}


.radio-label:has(.box-input:checked) {
  background-color: #003f86;
  color: white;
}

.box-input {
  display: none;
}

/*
.custom-radio {
  width: 18px;
  height: 18px;
  border: 2px solid #7d88a2;
  border-radius: 50%;
  margin-right: 8px;
  display: inline-block;
  position: relative;
  transition: box-shadow 0.3s ease, border 0.3s ease;

}
  */

.radio-label:has(.box-input:checked) .custom-radio {
  box-shadow: inset 0 0 0 6px #2196f3;
  border: none;
}

.radioCard {

  margin: auto;
  border-radius: 5px;
}

.radioCard .title {
  font-size: 18px;
  text-align: left;
  margin-bottom: 2px;
}

.radioCard .content {
  display: flex;

}




.radioCard label.box:not(:first-of-type) {}

.radioCard label.box {

  background: #ddd;
  padding: 10px 12px;
  display: flex;
  border-radius: 5px;
  border: 2px solid transparent;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
  white-space: pre;
}

.box-input:checked+label.box {
  border-color: #8E49E8;
  background: #d5bbf7;
}


#one:checked~label .circle {
  border-color: #8E49E8;
  background: #fff;
}

.radioCard input[type="radio"]:not(:first-of-type) {
  margin-left: 10px;
}



.steps-container {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 40px;
}

/* Bolinhas das etapas */
.step {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #afafaf;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: background-color 0.3s;
}

/* Linha entre as etapas */
.line {
  flex: 1;
  height: 4px;
  background-color: #afafaf;
  transition: background-color 0.3s;
}

/* Etapas ativas */
.step.active {
  background-color: #2196f3;
}

/* Linha ativa */
.line.active {
  background-color: #2196f3;
}


button {
  display: block;
  border: none;
  padding: 15px;
  width: 50%;
  text-align: center;
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / 19%);
  border-radius: 5px;
  font-weight: 500;
  cursor: pointer;
  max-width: 200px;
}

.card-div {

  overflow-x: hidden;
  overflow-y: hidden;
}

.card-div-content {
  border-radius: 8px;
}

.card-div-dados {
  display: flex;
  flex-direction: column;
  gap: .5rem;
}

.card-div-image {
  background-position: center;
}

.card-div p {
  line-height: 1.5;
  margin: 0;
}

#necessidades2_inputs,
#deficiencias2_inputs {
  border: 1px solid #DDD;
  border-radius: 5px;
  padding: 8px;
}

.label-input {
  position: relative;
  /* top: 30px; */
  padding-block: 1rem;
  /* left: 12px; */
  /* transition: all 0.3s ease; */
}

.span-input-text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 14px;

  transition: 150ms linear;
  background-color: #fff;
  pointer-events: none;
  border-radius: 15px;
}



.toggle {
  cursor: pointer;
  display: inline-block;
  margin: 6px;

  .toggle-switch {
    display: inline-block;
    border-radius: 12px;
    width: 40px;
    /* Largura reduzida */
    height: 20px;
    /* Altura reduzida */
    position: relative;
    vertical-align: middle;
    transition: background 0.25s;

    &:before {
      content: "";
      display: block;
      background: linear-gradient(to bottom, #fff 0%, #eee 100%);
      border-radius: 50%;
      box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25);
      width: 16px;
      /* Largura do círculo reduzida */
      height: 16px;
      /* Altura do círculo reduzida */
      position: absolute;
      top: 2px;
      left: 2px;
      transition: left 0.25s;
    }

    .toggle:hover &:before {
      background: linear-gradient(to bottom, #fff 0%, #fff 100%);
      box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5);
    }

    .toggle-checkbox:checked+& {
      /* Cor de fundo ao ativar */

      &:before {
        left: 22px;
        /* Ajusta a posição final do círculo */
      }
    }
  }

  .toggle-checkbox {
    /*position: absolute;*/
    visibility: hidden;
    display: none;
  }

  .toggle-label {
    margin-left: 5px;
    position: relative;
    top: 1px;
    font-size: 12px;
    /* Tamanho do texto reduzido */
  }
}


.checkbox-text {
  padding: 3px;
}

.arrow-icon svg {
  width: 12px;
  /* Largura do ícone */
  height: 12px;
  /* Altura do ícone */
  stroke-width: 4px;
  /* Deixa as bordas mais grossas */
  vertical-align: middle;
  pointer-events: none;
}

.label-input-file {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.fake-button {
  padding: 6px 8px;
  border-radius: 12px;
  transition: background-color 0.5s, color 0.5s;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  background-color: #d7e7f9;
  /* border: 1px solid #003f86; */
  color: #003f86;
  text-align: center;
  width: 100%;

  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}


.column-input-file {
  border: 1px solid #DDD;
  border-radius: 5px;
  padding: 8px;
  margin-bottom: 8px;
}

.container-drop-zone {
  display: flex;
  justify-content: space-between;
  border-radius: 0 0 18px 18px;

}

.drop-zone {

  width: 49%;

  padding: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: Quicksand, sans-serif;
  font-weight: 500;
  cursor: pointer;
  color: #8c8c8c;
  border: 2px dashed #dddddd;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 125px;
  padding: 25px;
  padding-top: 40px;
}

.drop-zone--over {
  border-style: solid;
}

.drop-zone__input {
  display: none;
}

.drop-zone__thumb {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  background-color: #cccccc;
  background-size: cover;
  position: relative;
}

.drop-zone__thumb::after {
  content: attr(data-label);
  position: absolute;
  left: 0%;
  bottom: 0%;
  width: 100%;
  padding: 5px 0px;
  background-color: rgba(0, 0, 0, 0.75);
  color: #ffffff;
  font-size: 14px;
  text-align: center;
}

.drop-zone svg {
  fill: #009688;
  width: 40px !important;
  height: 40px !important;
  margin-bottom: 16px !important;
}


.drop-zone__input {
  display: none;
}

.toggleFile {
  box-sizing: border-box;
  font-size: 0;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: stretch;
  padding: 10px 0px;
  padding-top: 0;
  border-radius: 18px 18px 0 0;
}

.toggleFile input {
  width: 0;
  height: 0;
  position: absolute;
  left: -9999px;
}

.toggleFile input+label {
  margin: 0;
  padding: 0.75rem 2rem;
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  border: solid 1px #003f86;
  background-color: #FFF;
  font-size: 1rem;
  line-height: 80%;
  color: #003f86;
  /* font-weight: 600; */
  text-align: center;
  box-shadow: 0 0 0rgba(255, 255, 255, 0);
  transition: border-color .15s ease-out, color .25s ease-out, background-color .15s ease-out, box-shadow .15s ease-out;
  /* ADD THESE PROPERTIES TO SWITCH FROM AUTO WIDTH TO FULL WIDTH */
  /*flex: 0 0 50%; display: flex; justify-content: center; align-items: center;*/
  /* ----- */
}

.toggleFile input+label:first-of-type {
  border-radius: 6px 0 0 6px;
  border-right: none;
}

.toggleFile input+label:last-of-type {
  border-radius: 0 6px 6px 0;
  border-left: none;
}

.toggleFile input:checked+label {
  background-color: #003f86;
  color: #FFF;
  box-shadow: 0 0 10pxrgba(102, 179, 251, .5);
  /* border-color: #4B9DEA; */
  z-index: 1;
}

.toggleFile input:hover+label {
  border: none;
  background-color: #01135b;
  cursor: pointer;
  color: #FFF;
}

.toggleFile input:focus+label {
  outline: dotted 1px #CCC;
  outline-offset: 0.45rem;
}

#card-curso {
  border-radius: 0px;
}

#card-curso label,
#sector-card-pessoa label,
.congratulations-mensagem p:first-child strong,
.label-input-formaPagamento {

  color: rgb(17, 39, 91);
  font-size: 21px;
  font-weight: bold;


}


#card-curso p {
  /* text-transform: uppercase; */
  font-size: 12px;
  padding: 2px;
  /* line-height: 1.5; */
  margin: 0;
  color: #003f86;
  border-radius: 3px;
  margin-right: 5px;

}

#card-curso .badges {
  display: flex;
  justify-content: flex-start;
}



.inscricaoUniube>div {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  padding: 0 20px;
}

.concurso-title {
  margin-top: 16px;
  color: #11275b;
  display: flex;
  align-items: center;
}


#prosseguir-1,
#acesse-ava,
#buttonMatricular,
#btn-area-candidato,
#btn-matricula,
#btn-change-pagamento,
#btn-prova,
#matricula,
#buttonProxTransf {
  color: white;
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

#prosseguir-1:hover,
#acesse-ava:hover,
#buttonMatricular:hover,
#btn-area-candidato:hover,
#btn-matricula:hover,
#btn-change-pagamento:hover,
#btn-prova:hover,
#matricula:hover,
#buttonProxTransf:hover {
  filter: grayscale(40%) brightness(90%);
  color: white;
}

.toggle-label,
.label-pessoa {
  font-size: 14px !important;
  color: #11275b;
}

.label-pessoa {
  font-weight: bold;
}

.congratulations-mensagem p {
  margin-bottom: 20px;
}

#sector-final .card-div {
  display: flex;
  flex-direction: column;
}

#sector-card-pessoa label {
  padding-bottom: 15px !important;
}

.content,
.radioCard {
  margin-top: 7px;
}

.content label {
  font-size: 14px;
}

#sector-card-pessoa {
  border-bottom: 1px solid #c5e0ff;
}

#btn-edital {
  background-color: #01135b;
  margin-top: 10px;
  padding: 10px;
  color: white;
}

#btn-edital:hover {
  background-color: #003f86;
}

.content label {
  padding-bottom: 5px;
  font-size: 14px !important;
}

#sector-card-curso {
  margin-left: -20px;
  margin-right: -20px;
}


.label-drop-zone {
  color: #003f86;
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 10px;
}



#linha-digitavel {
  width: 80%;
  margin: 0px;
  text-align: center;
  border-radius: 5px 0px 0px 5px;
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / 19%);
}

.swal2-styled {
  width: 100%;
}

.card-div-dados-concurso {
  background: #d7e7f9;
  border-radius: 0px;
  border-bottom: 4px solid #a3ceff;
}


.svg-buttons {
  background-color: #2196F3;
}

.svg-buttons:hover {
  background-color: #187ac7;
}

.svg-buttons svg {
  stroke: white;
}



.payment-box {
  padding: 18px;
  border: 3px dashed #d3d3d38a;
  border-radius: 8px;
  margin: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.payment-text {
  color: #003F86;
  font-weight: bold;
}

.payment-text:not(:first-child) {
  margin-top: 30px !important;
}

.congratulations-title-mensage {
  font-size: 21px;
  font-weight: bold;
  color: #01135B;
}

.subtitle {
  color: #003F86;
}

.congratulations-mensagem p:last-child {
  margin: 0px;
}


.congratulations-mensagem,
#sector-card-pessoa .card-div {
  padding: 20px 0px !important;
}


a#link-edital {
  text-decoration: underline;
  margin-left: 6px;
  cursor: pointer;
}


label.label-input-tipoDocumento {
  font-size: 20px;
}

div#tipoDocumento_container {
  margin-bottom: 0px;
}


.box-input-type {
  margin: 0px;
  margin-right: 19px;
  height: 20px;
}

.checkCard label {
  padding: 0px;
}

.checkCard .content {
  padding: 0px;
  margin: 0px;
}

div#sector-aproveitamento-aceite {
  margin-top: 20px;
}

@media (max-width: 500px) {
  .topo-inscricao {
    flex-direction: column;
    align-items: start !important;
  }

  .topo-inscricao div {
    width: 100% !important;
  }

  .topo-inscricao .logo {
    text-align: start !important;
  }
}


label.checkbox-label {
  display: flex;
  justify-content: initial;
  align-items: center;
}

label.checkbox-label input {
  width: 20px;
  height: 19px;
  margin-right: 10px;
}

label.checkbox-label span {
  width: 90%;
}

.content label {
  width: 100%;
  padding: 0px;
}

label.radio-label {
  width: auto;
  padding: 5px;
}