body {
  font-family: "Open Sans", sans-serif; }

.alert > ul.list-unstyled {
  margin-bottom: 0; }

.buttonSpinner > svg {
  vertical-align: middle;
  height: 25px; }

.table td.middle-align {
  vertical-align: middle; }

.capitalize {
  text-transform: capitalize; }

.w-5 {
  width: 5%; }

.indigo-color {
  background-color: #6558f5; }

.add-round-btn {
  width: 40px;
  height: 40px;
  background-color: #8dd7cf;
  border-radius: 50%;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center; }

.table-header {
  font-weight: bold;
  font-size: 16px; }

.select-width {
  width: 428px; }

.bold-text {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 20px; }
  .bold-text span {
    font-weight: normal; }

.green-bg-note {
  display: flex;
  flex-direction: column;
  background-color: #8dd7cf;
  border: 3px solid #25b2a4;
  height: 80px;
  min-width: 600px;
  width: 60%;
  padding: 7px; }
  .green-bg-note span {
    font-style: italic;
    margin-bottom: 8px; }
  .green-bg-note p {
    font-size: 16px;
    font-weight: bold;
    margin-right: 50px; }

.blue-items-block {
  background-color: #96c3ec;
  height: 36px;
  margin: 7px 0; }

.header-button {
  margin-top: 12px; }

.add-practice-button {
  width: 210px;
  height: 43px; }

.authnet-form {
  background-color: #7795f8;
  border: 1px solid #819efc;
  border-radius: 4px;
  color: #ffc7ee; }

.line-separator {
  height: 1px;
  width: 100%;
  background-color: #abb2b9;
  margin: 10px 0px; }

.nav-container {
  padding-bottom: 40px; }

.nav-item {
  padding-left: 10px;
  padding-right: 10px; }

.resync-button {
  border-color: #9c27b0;
  background-color: #9c27b0; }
  .resync-button:hover {
    border-color: #9c27b0;
    background-color: #9c27b0; }

.cursive-text {
  font-style: italic; }

.status-text {
  font-size: 1.2em; }
  .status-text.success {
    color: #1b5e20;
    font-style: italic; }
  .status-text.error {
    color: #b71c1c;
    font-style: italic; }

.riskScore {
  position: center; }
  .riskScore .riskUpdatedAt {
    padding: 15px;
    font-size: 20px;
    color: #000000;
    font-weight: 800; }
  .riskScore .date {
    padding: 15px;
    font-size: 20px;
    color: #000000;
    font-weight: 400; }
  .riskScore .riskScoreInput {
    height: 45px;
    width: 65px; }
  .riskScore .inactive {
    color: #abb2b9;
    font-style: italic; }
  .riskScore .tableHeader {
    text-align: right; }
  .riskScore .header {
    display: "flex";
    justify-content: "flex-end"; }
  .riskScore .tableRow {
    padding-right: 90px; }
  .riskScore Button {
    width: 218px; }


/*# sourceMappingURL=main.1d93031513b1a2b23e73.css.map*/