.content-f {
    padding-top: 2%;
}

.panel-info{
    width: 480px;
}

.bg-blue{
    background-color: #08192D;
}

.bg-orange{
    background-color: #FD5F00;
}

.bg-yellow{
    background-color: #F6A431;
}

.nav-collapse{
    padding-right: 15px;
}

.text-orange{
    color:#FD5F00 !important;
}

.text-b{
    color: #08192D;
}

.text-yellow{
    color: #F6A431;
}

img-profile{
    width: 30px;
    border-radius: 100%;
}

.card-index{
    padding-left: 20px;
    padding-right: 20px;
}

.vector{
    height: 380px;
    background-image: url(../../images/svg/joinendIndex.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.bg-note{
    background-color: #f7f7f9;
}

.shadow-resume{
    border-radius: 10px;
    box-shadow:  -5px -5px 25px #e45600;
}

/* */
.img-zoom-container {
    box-sizing: border-box;
    position: relative;
}

.img-zoom-lens {
    box-sizing: border-box;
    position: absolute;
    border: 1px solid #d4d4d4;
    
    /*set the size of the lens:*/
    width: 40px;
    height: 40px;
}

.img-zoom-result {
    box-sizing: border-box;
    border: 1px solid #d4d4d4;
    
    /*set the size of the result div:*/
    width: 300px;
    height: 240px;
}

/*
    *** IMG UPLOAD
*/

.divProfilePicture {
  display: flex;
  justify-content: center;
  align-items: center;
}

.divProfilePicture #profilePic-a:hover {
  text-decoration: none;
}

.-pic {
  height: 190px;
  width: 300px;
  background-size: cover;
  background-position: center;
  background-blend-mode: multiply;
  color: transparent;
  transition: all 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}
.-pic:hover {
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10000;
  color: #fafafa;
  transition: all 0.3s ease;
}

.-pic span {
  display: inline-flex;
  padding: 0.2em;
}

.-pic-rounded {
    border-radius: 50%;
}

-picProfile{
    height: 150px;
    width: 150px;
}