
.link-certificate span{
  
  font-size: 20px;
  font-weight: bold;
  color: white;
}

.lista-certificacoes{
  width: auto;
  margin-bottom: 50px;
}
.lista-certificacoes li{

  padding: 20px;
  justify-content: center  ;
}

.certificate-colum {

  margin-left: 50px;
}


.botao-update-certification{

  margin-left: 20px;
  margin-top: 15px;
  margin-bottom: 50px;

}

/* .botao-update-certification button{
  
  padding: 10px;
  border-radius: 30px;
  background-color: #23c7ff;
  text-align: center;
  align-items: center;
  width: 30%;
  height: 100%;
  border: none;
  font-size: 15px;

} */


.btn-add-certifications:hover {
  box-shadow: 3px 5px 5px #A9A9A9;
  background-color: #dc3545;
  color:white;
  transform: scale(1.1);
  transition: all 0.5s;
}



.form-group{
  width: 45%;
  float: left;
  margin-right: 0;
  margin-left: 20px;
  margin-bottom: 15px;
  align-items: center;


}

#form-area{
   width: 100%;
}
.form-control{
   border: none;
   border-bottom: 1px solid #555;
   border-radius: 0px;

}
#selectCertification{ 
  border-width: 2px;
  border-color: white;
  border-radius: 8px;
  width: auto;
  height: 40px;
  font-size: 20px;
}

  .botaoSubmit{
    margin-left: 35px;
  }

  .answerTags{
    margin-left: 15px;
  }

.tags{
  margin-top: 10px;
}
.check {
  float: right;
  margin-top: 8px;

}
.multiselect {
  width: 700px;
}

.selectBox {
  position: relative;

  cursor: pointer;
}

.selectBox select {
  width: 100%;
  font-weight: bold;
  
}

.overSelect {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  
}

#checkboxes {
  display: none;
  border: 1px #dadada solid;
  padding: 5px;
  height: 300px;
  overflow-y: scroll;
  border-radius: 3px;
  width: 60%; 
  margin-left: 20px;
}

#checkboxes label {
  display: block;
  height: 30px;
  margin: 10px;
  margin-bottom: 30px;
  height: auto;
  width:90%;
  
}

#checkboxes label:hover {
  background-color: #BEBEBE;
  border-radius: 5px;
  padding: 2px;
  padding-right: 5px;
  padding-top: 5px;
  padding-bottom: 10px;
  height: 20%;
}


.form-check-label{
    color: #696969;
}



#card-addcertification{
  min-width: auto;
}


.card-body{
    align-items: center;
    
}

.content{
  width: 100%;
}

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

