﻿/* Copyright 2021-2023 Epic Systems Corporation */
.participantButtons {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

.fullWidthInput {
  width: 100%;
}

.userCardTopHeader {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .userCardTopHeader {
    flex-direction: column;
  }
}

.checkboxContainer {
  position: relative;
  margin-bottom: 0.3rem;
}

.divider {
  width: 0.5rem;
}

input.flatradio + label:before {
  margin-left: 0.5rem;
}

.mobile label.buttoncheck {
  margin: 0 0 0 calc(1.2rem + 2px);
  width: auto;
}

.previousstep {
  margin-left: auto;
  margin-right: auto;
}

.providerName {
  display: flex;
  align-items: center;
}

.nameLabel {
  margin-left: 0.25rem;
}

.providerName > .providerphoto {
  margin: 0px;
  flex-shrink: 0;
}

.providerDetails {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: auto;
  margin-left: 0.5rem;
}

.provider {
  min-height: 0;
}

.mobile #direct-links-workflow > .cardlist > .row > .card {
  margin: 0px 12px 12px 0px;
}

.grid.cardlist > .row > .card {
  display: block;
  height: 100%;
}

.destinationIcon {
  width: 2.5rem;
  height: 2.5rem;
  margin-right: 0.5rem;
}

.radioSeperator {
  border-left: 1px solid #dbdbdb;
  width: 0px;
  margin: 0.25rem;
}

.radioOptions {
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  margin: 0.25rem 0rem 0.25rem 0rem;
  padding: 4px;
  display: flex;
}
@media screen and (max-width: 768px) {
  .radioOptions {
    flex-wrap: wrap;
  }
}

.cancelNewGuest {
  margin-bottom: 0px;
}

.cardButton {
  margin: 0.5rem 0.5rem 0 0;
}

.listButton {
  margin: 0 0.5rem 0.5rem 0;
}

.smallDivider {
  width: 0.5rem;
}

.buttons {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .buttons {
    flex-direction: row;
    align-content: center;
    align-items: center;
    justify-content: center;
  }
}

.radioInputHalf {
  display: flex;
  flex-direction: row;
  align-items: center;
  border-radius: 4px;
  min-height: 2rem;
  word-break: break-word;
}
.radioInputHalf .prettylabel {
  margin: 0.2rem 0 0.2rem 0;
}

.alert.validationmessage {
  margin-bottom: 0.3rem;
}

.selectedBackground {
  background-color: #d3e2f0;
}

.invitedChecked {
  fill: #0f784a;
  height: 28px;
  width: 28px;
  padding-left: 0.2rem;
}

.isInvited {
  font-size: 1rem;
  display: flex;
  align-items: center;
}

.isInvitedContainer {
  width: auto;
  margin-left: auto;
}

.smallContent {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 5rem;
}

.addNewLabel:before {
  content: "+";
  display: inline-block;
  scale: 1.5;
  margin-inline-end: 0.5rem;
}

.smallRow {
  display: flex;
  flex-wrap: nowrap;
}
@media screen and (min-width: 769px) {
  .smallRow {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
  }
  .smallRow .lastSentLabel {
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  .smallRow {
    flex-direction: column;
    align-content: flex-start;
    justify-content: flex-end;
    align-items: center;
  }
  .smallRow .lastSentLabel {
    width: 100%;
  }
}
.smallRow .smallRowItem {
  margin: 0px;
}
.smallRow .smallRowItem .lastSentMessage {
  display: block;
}
.smallRow .smallRowItem .lastSentMessage p {
  margin: 0px;
}
.smallRow .editButtonContainer {
  width: auto;
}
.smallRow .lastSentLabel {
  margin-top: 4px;
  display: flex;
  flex-direction: row;
  align-items: center;
  max-width: 100%;
}

.name {
  width: 100%;
  word-wrap: break-word;
}

.inviteColumn {
  margin: 4px;
  align-self: flex-end;
  width: calc(50% - 8px);
}

.inviteColumn > form > .ghostInput > input {
  width: 100%;
}

.userContent {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.recipientInput {
  width: 100%;
}

#addGuest {
  height: 100%;
}

#addGuest > .addGuestButton {
  height: 100%;
}

#direct-links-workflow {
  margin-top: 25px;
}

.callToActionSection {
  padding: 5px;
  margin-top: 5px;
}

.callToActionLink {
  font-size: 0.8rem;
  line-height: 0.9rem;
  margin-right: 10px;
}

.providersilhouettepng {
  background-image: url("../Images/ProviderSilhouette.png");
}

.providerphotocrop {
  object-fit: cover;
}
