/* =========================================== */
/* CSS PARA PAGINA DE CRIAR CONTA DO CANDIDATO */
/* =========================================== */

html,
body {
  height: 100%;
  margin: 0
}

.box {
  display: flex;
  flex-flow: column;
  height: 100%;
}

.box .content {
  flex-grow: 1;
  flex-basis: auto;
  background-color: #FFF;
  padding: 12px;
}

.mg {
  margin-left: 10px !important;
  margin-right: 10px !important;
}

.dropdown-content {
  width: max-content !important;
  height: auto !important;
}

@font-face {
  font-family: JDSans;
  src: url('../../fonts/JDSans/JDSans.ttf')
}

/* .modal { 
  width: 80% !important ; 
  height: 75% !important ; 
} */

.modal {
  width: 80% !important;
  max-height: 100%;
  overflow: visible
}

.gradiente {
  /* background-image: rgb(51,150,59); */
  /* background: radial-gradient(circle, rgba(51,150,59,1) 1%, rgba(40,81,41,1) 90%, rgba(30,56,31,1) 100%);   */

  /* background: radial-gradient(circle, rgb(51, 150, 59) 0%, rgb(40, 81, 41) 90%, rgb(28, 66, 22) 100%); */
  color: #36812A;
}

/* Sweet alert */
.swal-footer {
  background-color: rgb(245, 248, 250);
  margin-top: 32px;
  border-top: 1px solid #E9EEF1;
  overflow: hidden;
}

.swal-button {
  padding: 7px 19px;
  border-radius: 2px;
  background-color: #36812A;
  font-size: 12px;
  border: 1px solid #36812A;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.3);
}

.swal-button--cancel {
  /* padding: 7px 19px;
  border-radius: 2px; */
  background-color: #FDDA01;
  font-size: 12px;
  /* border: 1px solid #FDDA01; */
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.3);
}

/* Fundo amarelado no texto exibido no modal */
.swal-text {
  background-color: #FEFAE3;
  padding: 17px;
  border: 1px solid #F0E1A1;
  display: block;
  margin: 22px;
  text-align: center;
  color: #61534e;
}

.transparencia {
  /* backdrop-filter: none; */
  backdrop-filter: initial;
}

.row {
  margin-bottom: 0px;
}

.textoVD {
  color: #36812A !important;
  /* text-shadow: 0.05em 0.05em 0.07em #FDDA01; */
}

.textoAM {
  color: #FDDA01;
}

.sombra2 {
  /* color: #fff; */
  text-shadow: 0.02em 0.02em 0.2em #000;
}

.sombra3 {
  color: #fff;
  text-shadow: 0.02em 0.02em 0.2em #000;
}

.fundoJD {
  background-color: #36812A;
}

.verdeJD {
  background-color: #36812A;
  color: white;
}

.corToast {
  background-color: #36812A;
  color: #FDDA01;
}

.borda {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  /* background-color: #FDDA01; */
  /* background-color: rgba(253,218,1,0.1); */
}

.borda2 {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 10px;
}

.corurl {
  color: #36812A;
  font-size: large;
}

div .header h6 {
  text-align: center;
  text-justify: distribute-all-lines;
}

.margem {
  margin-left: 10px;
  margin-right: 10px;
}

/* Loading */
@keyframes loadingVD {
  0% {
    transform: rotate(0deg)
  }

  50% {
    transform: rotate(180deg)
  }

  100% {
    transform: rotate(360deg)
  }
}

.loadingVD div {
  position: absolute;
  animation: loadingVD 1s linear infinite;
  width: 90px;
  height: 90px;
  top: 30px;
  left: 30px;
  border-radius: 50%;
  box-shadow: 0 3px 0 0 #36812a;
  transform-origin: 45px 46.5px;
}

.loadingio-spinner-eclipse {
  width: 150px;
  height: 150px;
  display: inline-block;
  overflow: hidden;
  background: #ffffff;
}

.loadingVD {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(1);
  backface-visibility: hidden;
  transform-origin: 0 0;
  /* see note above */
}

.loadingVD div {
  box-sizing: content-box;
}

/* 05/03/2025 - Alex Basto */
.divisor-amarelo {
  background-color: #FDDA01;
  height: 4px;
}

.img-logo {
  position: relative;
  width: 250px;
  top: 10px;
}