.separador{
    width: 70%;
    border-bottom: 2px solid black;
    margin: auto;
}
.switch {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 20px;
    vertical-align: middle;
    margin-top: 8px;
  }

  .switch input {display:none;}

  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #6d0c11;
    -webkit-transition: .4s;
    transition: .4s;

  }

  .slider:before {
    position: absolute;
    content: "";
   height: 16px;
  width: 14px;
  left: 2px;
  bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }

  input:checked + .slider {
    background-color: #058d00;
  }

  input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
  }

  input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
  }

  /* Rounded sliders */
  .slider.round {
    border-radius: 34px;
  }

  .slider.round:before {
    border-radius: 50%;
  }
  .align-itens-center{
      align-items: center;
  }
  .align-itens-baseline{
    align-items: baseline;
}
.calendario-icon{
  right: 5px;
  transform: translatey(70%);
}
.select-normal button{
  background: white !important;
  border: 1px solid #c6c6c6 !important;
  padding-left: 12px !important;
}
.bloco-add::before{
  position: absolute;
  content: "\f104";
   z-index: 1;
}
.date-calendario::after{
  font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f007";  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
.card-tabs-color{
  background-color: #16585f !important;
}
.search-prova{
  right: 0px;
  bottom: 3px;
}

.btn-light-green{
  background-color: #93C47D !important;
}
/* .modal-2.show {
  z-index: 1062 !important;
}
.modal-backdrop.show:nth-of-type(odd) {
  z-index: 1061 !important;
} */
.datepicker{
  z-index: 1100 !important;
}

.cor-tag-gray-dark{
  background-color:#687796 !important;
}
.cor-tag-gray-light{
  background-color:#8593AD !important;
}
.baixa-aderencia{
  background-color: #C6B806 !important;
  width: fit-content;
}
.nao-aderencia{
  background-color: #7F8DA9 !important;
  width: fit-content;
}





.board {
  position: relative;
  margin-left: 1%;
}
.board-column {
  position: absolute;
  left: 0;
  right: 0;
  width: 400px;
  margin: 1.5%;
  background: #f0f0f0;
  border-radius: 3px;
  z-index: 1;
}
.board-column.muuri-item-releasing {
  z-index: 2;
}
.board-column.muuri-item-dragging {
  z-index: 3;
  cursor: move;
}
.board-column-header {
  position: relative;
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  padding: 0 20px;
  text-align: center;
  background: #16585f;
  color: #fff;
  border-radius: 3px 3px 0 0;
}
@media (max-width: 600px) {
  .board-column-header {
    text-indent: -1000px;
  }
}

/* This is the secret sauce,
   always use a wrapper for setting
   the "overflow: scroll/auto" */
.board-column-content-wrapper {
  position: relative;
  max-height: 300px;
  overflow-y: auto;
}
/* Never ever set "overflow: auto/scroll"
   to the muuri element, stuff will break */
.board-column-content {
  position: relative;
  border: 10px solid transparent;
  min-height: 95px;
}
.board-item {
  position: absolute;
  width: 100%;
  margin: 5px 0;
}
.board-item.muuri-item-releasing {
  z-index: 9998;
}
.board-item.muuri-item-dragging {
  z-index: 9999;
  cursor: move;
}
.board-item.muuri-item-hidden {
  z-index: 0;
}
.board-item-content {
  position: relative;
  padding: 20px;
  background: #fff;
  border-radius: 4px;
  font-size: 17px;
  cursor: pointer;
  -webkit-box-shadow: 0px 1px 3px 0 rgba(0,0,0,0.2);
  box-shadow: 0px 1px 3px 0 rgba(0,0,0,0.2);
}
@media (max-width: 600px) {
  .board-item-content {
    text-align: center;
  }
  .board-item-content span {
    display: none;
  }
}

.dotted{
  border:none;
  border-top:1px dashed rgba(0, 0, 0, 0.322);
  width:100%;
}
.label_perfil-big:hover::before {
content: 'Alterar';
position: absolute;
line-height: normal;
font-weight: 900;
cursor: pointer;
bottom: 15px;
left: 50%;
transform: translate(-50%);
}
.text_underline{
  text-decoration: underline !important;
}
.gu-mirror {
  position: fixed !important;
  margin: 0 !important;
  z-index: 9999 !important;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}

.gu-hide {
  display: none !important;
}

.gu-unselectable {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}

.gu-transit {
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
}
.accordion-header::after {
  content: "\f067";
  color: #333;
  right: 40px;
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  top: 0;
  transform: translateY(50%);

}
.accordion-header.text-white::after {
    color: #fff;
}
.accordion-header[aria-expanded="true"]::after {
  content: "\f068";
}
#vagas-tabs-tabContent .deleteItem{
  display: none;
}
#divEtapas .deleteItem{
  display: initial;
}

#sua_experiencia_accordion .formacao_div:first-of-type a.remove, #sua_experiencia_accordion .experiencia_div:first-of-type a.remove,
 .deficiencias_div:first-of-type a.remove, .idioma_div:first-of-type .remove, .conquista_div:first-of-type .remove
{
  display: none;
}

.div2 {
  display: none;
}

#vagas-tabs-cargos div#cargos:empty + div.div2{
  display: flex;
}
.dataTables_scrollBody.dragscroll{
  overflow: inherit !important;
}
