﻿/* Copyright 2019-2025 Epic Systems Corporation */
.roundedPatientPhoto {
  background: no-repeat scroll center center/cover;
  border-radius: 100%;
  border-style: solid;
  border-width: 2px;
  overflow: hidden;
  color: #ffffff;
  text-align: center;
  height: 2.4rem;
  width: 2.4rem;
  font-size: 1.6018066406rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.roundedPatientPhoto img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.roundedPatientPhoto.noBorder {
  border-width: 0px;
}
