
.text-danger{
  font-size: small;
}
.card-header{
  color: black;
  font-weight: bold;
  text-align: center;
  font-size: 30px;
  
}
.icons_edit {
  width: 30px;
  transition: transform 0.3s ease-in-out;
}
.icons_preview {
  width: 30px;
  transition: transform 0.3s ease-in-out;
}

.icons_delete {
  width: 26px;
  transition: transform 0.3s ease-in-out;
}

.icons_preview:hover, .icons_preview:active {
  transform: scale(1.2); /* Expands the icon on hover and click */
}
.icons_edit:hover, .icons_edit:active {
  transform: scale(1.2); /* Expands the icon on hover and click */
}

.icons_delete:hover, .icons_delete:active {
  transform: scale(1.2); /* Expands the icon on hover and click */
}

/* .container-fluid{
  background-color: white;
} */




.cv-container {
  width: 210mm;
  min-height: 297mm;
  background: #fff;
  border: none;
  margin: auto;
}

.profile-img {
  width: 120px;
  height: 150px;
  object-fit: cover;
  border: 0.5px solid #000;
}

li {
  text-align: justify;
}

tr.details{
  text-align: center;
}


