.breadrumb-actions{
    float: right;
}

.btn-block {
    display: block;
    width: 100%;
}
.product-card .card-img-top .img-prod {
    height: 300px;
    background-color:#7ba8bf;
    width: 100%;
    object-fit: cover;
}

.rigalleryimage{
    height: 150px;
    object-fit: contain;
}

.dt-responsive{
    overflow: scroll;
}

.fr{
    float: right;
}

.bg-green{
    background-color: green;
}

.profile-photo-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .profile-photo {
    width: 200px;
    height: 200px;
    background-color:rgb(172, 172, 172);
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: white;
    font-family: Arial, sans-serif;
    text-align: center;
  }
  
  .camera-icon {
    font-size: 40px;
    margin-bottom: 10px;
  }
  
  .update-text {
    font-size: 16px;
  }