/*remove a Barra de Rolagem do menu*/
.sb-sidenav-menu::-webkit-scrollbar { 
    display: none; 
}

.text-right{
    text-align: right;
}

.text-center{
    text-align: center;
}

.fz-25{
    font-size: 25px;
}

.fz-30{
    font-size: 30px;
}

/*PERSONALIZA O FIELDSET */
legend {
    width:inherit; /* Or auto */
    padding:0 10px; /* To give a bit of padding on the left and right */
    border-bottom:none;
    background: #1F497D;
    color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 5px #fff;
}

fieldset {
    border: 1px solid #1F497D !important;
    border-radius: 5px;
    background: #C7DAF0;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow:  0px 0px 0px 0px #000;
            box-shadow:  0px 0px 0px 0px #000;
}


/*fieldset {
    font-family: sans-serif;
    border: 5px solid #1F497D;
    background: #ddd;
    border-radius: 5px;
    padding: 15px;
}

fieldset legend {
    background: #1F497D;
    color: #fff;
    padding: 5px 10px ;
    font-size: 32px;
    border-radius: 5px;
    box-shadow: 0 0 0 5px #ddd;
    margin-left: 20px;
}*/

/*AJUSTA A IMAGEM DO MODAL DE DELETE*/
.modalDeleteAlinhar{
    margin: auto;
}
.modalDelete{
   height: 100%;
   width: 300px;
}

.hidden{
    display: none;
}

.grupoBotoes{
    display: inline;
    margin-right: 10px;
    border-radius: 10px;
}

/*Usado na tela de login*/
.bg-imagem {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: top !important;
  background-position: center !important;
  background-attachment: fixed;
}

.align-itens-center{
    align-items: center;
}

.alinhar-div{
    margin : auto;
}

/*Alinha Verticalmente todo o conteudo das tabelas*/
.table tbody > tr > td {
    vertical-align: middle;
}

/*Ajusta o tamanho da imagem de destaque utilizada na vizualização do cadastro de produtos*/
.imagem-destaque img{
  max-height: 400px;
  height: auto;
  width: auto; /*width: 100%;*/
  object-fit: cover;
}
@media (max-width: 767.98px) {
  .imagem-destaque img{
    width: 100%; /*preenche a largura da imagem para ocupar toda a tela em dispositivos moveis*/
  }
}

/*Pinta de vermelho a borda dos campos requeridos*/
/* fieldset input:required {
    border: 1px dashed red !important;
}
  
fieldset select:required {
border: 1px dashed red !important;
} */

/*Deixa os gráficos do google charts responsivos*/
.chart {
    width: 100%; 
    min-height: 450px;
  }
 
.texto-riscado{
    text-decoration: line-through;
}

/*Remove as margens do  o ícone de calendário dos inputs de data para dispositivos móveis*/
@media screen and (max-width: 600px) {
    input[type="month"]{
        margin: 0;
        padding-right: 0;
    }
    input[type="month"]::-webkit-inner-spin-button,
    input[type="month"]::-webkit-calendar-picker-indicator {
        margin: 0;
        padding-right: 1;
    }

    input[type="date"]{
        margin: 0;
        padding-right: 0;
    }
    input[type="date"]::-webkit-inner-spin-button,
    input[type="date"]::-webkit-calendar-picker-indicator {
        margin: 0;
        padding-right: 1;
    }
}
/* 
body {
    background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
    background-size: 400% 400%;
    animation: gradient 15s ease infinite;
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
} */

.bg-light{
    background-color: #e9ecef !important;
}

.form-group{
    margin-top: 10px;
}


.vaga-card {
    border-radius: 10px;
    border: 1px solid #e0e0e0;
}

.vaga-card .custom-control-label {
    margin-left: 20px;
}

.rotate-icon {
    transition: transform 0.3s ease;
}

.rotate-icon[aria-expanded="true"] {
    transform: rotate(180deg);
}

.card-body {
    padding: 10px;
}

.mt-3 {
    margin-top: 10px;
}
