.addPatient {
  position: relative;
}
.addPatient_info {
  display: flex;
  align-items: top;
  flex-wrap: wrap;
  font-family: "Comfortaa";
  margin-bottom: 10px;
}
.addPatient_info_small {
  margin: 0px;
}
.addPatient_left,
.addPatient_right {
  min-width: 250px;
}
.addPatient_input {
  border: 0px;
  font-size: 16px;
  display: block;
  min-width: 250px;
  margin: 5px 5px 5px 0px;
  padding: 5px;
}
.addPatient_input_small {
  min-width: unset;
  font-size: 14px;
  margin: 2px 2px 2px 0px;
}

.addPatient .intl-tel-input {
  margin: 5px 5px 5px 0px;
}
.addPatient_actions {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.addPatient_actions .careButton {
  margin: 5px 5px;
}
.addPatient_required {
  display: flex;
  align-items: center;
}
.addPatient_required:before {
  content: "*";
  color: red;
}
.addPatient_notRequired {
  display: flex;
  align-items: center;
}
.addPatient_notRequired:before {
  content: "*";
  color: white;
  opacity: 0;
}
.addPatient_options {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.addPatient_options_option {
  display: flex;
  align-items: center;
  margin: 5px 5px;
  cursor: pointer;
}
.addPatient_options_option-selector {
  margin-right: 5px;
}
.addPatient_options_option-selector input {
  margin: 0px;
}
.addPatient_right .addPatient_options_option {
  max-width: 250px;
}
.addPatient_similarPatient {
  /*	display: none;
	margin: 5px;
	border: 1px solid #cacaca;*/
}
.addPatient_similarPatient_entry {
  padding: 5px;
  border: 1px solid #cacaca;
  border-radius: 3px;
  cursor: pointer;
}
.addPatient_similarPatient_entry_label {
  margin-bottom: 5px;
  color: #489dff;
}
.addPatient_similarPatient_entry_name {
  font-weight: bold;
  font-size: 1.2em;
}
.addPatient_similarPatient_entry_view {
  cursor: pointer;
  color: #489dff;
  text-align: center;
  margin: 5px auto;
}
.addPatient_showSimilarPatientDetails {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  background-color: #ffffff;
}
.addPatient_showSimilarPatientDetails-close {
  width: 100%;
  text-align: right;
  font-size: 18px;
  color: red;
  cursor: pointer;
}
.addPatient_showSimilarPatientDetails_content {
  display: flex;
  align-items: center;
  height: calc(100% - 18px);
  justify-content: center;
}
.addPatient_showSimilarPatientDetails_content .patientRow {
  width: 100%;
}
.addPatient_showSimilarPatientDetails_content_buttons {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.addPatient_showSimilarPatientDetails_content_buttons .careButton {
  margin: 0px 10px;
}
.addPatient_vivi {
  display: none;
}
.addPatient_editVivi {
  color: #489dff;
  text-decoration: underline;
  cursor: pointer;
}
@media (min-width: 800px) {
  .addPatient_actions {
    max-width: 200px;
  }
}
.inviteSpan {
  display: inline-block;
  margin-right: 9px;
}
.patientLinkText {
  font-family: "Raleway";
  font-size: 16px;
  color: #585454;
}
.invitePatientSec {
  text-align: center;
}
#inviteInput {
  font-family: "Raleway";
  font-size: 16px;
  color: #585454;
  font-weight: bold;
  border: 0;
  width: 595px;
  outline: none;
}
.inviteBtns {
  border: 1px solid #489dff;
  border-radius: 20px;
  font-family: "Raleway";
  font-size: 20px;
  color: #489dff;
  text-align: center;
  cursor: pointer;
  background-color: white;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 5px 20px;
  -webkit-box-sizing: unset;
  -moz-box-sizing: unset;
  box-sizing: unset;
  width: unset;
  height: unset;
  float: none;
  line-height: 20px;
}
.inviteBtns:hover {
  color: #ffffff;
  background-color: #489dff;
}
.messageBtn {
  color: #4dc573;
  border-color: #4dc573;
}
.messageBtn:hover {
  color: #ffffff;
  background-color: #4dc573;
}
.invSmsOverlay {
  background-color: rgba(0, 0, 0, 0.4);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1000;
}
.invSmsModal {
  background-color: #fff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  border-radius: 5px;
  box-sizing: border-box;
  text-align: center;
  left: 39%;
  top: 50%;
  margin-top: -200px;
  max-height: 90%;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 2000;
  position: fixed;
  padding: 20px 30px;
}
.invSmsSec {
  display: none;
}
.invSmstitle {
  color: #575757;
  font-size: 30px;
  text-align: center;
  font-weight: 600;
  text-transform: none;
  position: relative;
  margin: 0;
  padding: 0;
  line-height: 60px;
  display: block;
}
#invitepatPhone {
  height: 43px;
  line-height: 43px;
  vertical-align: middle;
  padding: 0 12px;
  width: 100%;
  box-sizing: border-box;
  border-radius: 3px;
  border: 1px solid #d7d7d7;
  font-size: 18px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin: 20px auto;
}
.invConfirmBtn {
  border: 0;
  border-radius: 3px;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  font-size: 17px;
  font-weight: 500;
  margin: 0 5px;
  padding: 10px 32px;
}
.inpSuccessCont {
  display: none;
  width: 300px;
}
.inpErrorMsg {
  color: red;
  font-size: 12px;
  display: none;
}
.patientLinkBtnSecMargin {
  margin-right: 0;
}
.patientLinkInput {
  margin-right: 0;
}
.sendCustomMessage {
  display: flex;
  font-size: 18px;
  justify-content: space-around;
}
.sendCustomMessage .number_block {
  display: flex;
  flex-direction: column;
  width: calc(100% - 280px);
  margin-right: 20px;
}
.number_block > * {
  font-weight: 400;
  margin: 5px 0;
}
.number_block textarea {
  border-radius: 10px;
  resize: none;
  border: 1px solid #000;
  padding: 10px;
}
#text_message,
#phone_numbers {
  font-size: 14px;
}
#text_message {
  height: 80px;
}
#phone_numbers {
  max-width: 500px;
  height: 40px;
}
.sendCustomMessage .btn_block {
  width: 240px;
  text-align: center;
  margin-top: 30px;
}
.sendCustomMessage .btn_block .resetCustomMessage_btn input {
  background: none;
  border: none;
  outline: none;
}
.sendCustomMessage .btn_groups {
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.btn_groups .careButton {
  padding: 10px 25px;
}
#app {
  border: 1px solid black;
  padding: 4px 8px;
}
#numbers {
  display: inline-block;
}
#numbers #item {
  display: inline-block;
  border: 1px solid black;
  padding: 2px 4px;
  margin: 2px 4px;
}
#num {
  border: none;
  outline: none;
}
#remove {
  cursor: pointer;
  padding: 4px;
}
.ui-datepicker {
  width: 300px;
  height: 300px;
  margin: 5px auto 0;
  font: 12pt Arial, sans-serif;
  /*-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);*/
}

.ui-datepicker table {
  width: 100%;
}

.ui-datepicker-header {
  background: #fff;
  color: #ffffff;
  font-family: "Times New Roman";
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: #bababa;
}

.ui-datepicker-title {
  text-align: center;
  font-size: 15px;
}
.ui-state-default {
  background: #fff;
  color: #000;
}
.ui-state-default .ui-state-active {
  background: #489dff !important;
  color: #000 !important;
}

.ui-datepicker-prev {
  float: left;
  cursor: pointer;
  background-position: center -30px;
}

.ui-datepicker-next {
  float: right;
  cursor: pointer;
  background-position: center 0px;
}

.ui-datepicker thead {
  background-color: #fff;

  /*border-bottom: 1px solid #bbb;*/
}

.ui-datepicker th {
  background-color: #fff;
  text-transform: uppercase;
  font-size: 8pt;
  color: #666666;
  /*text-shadow: 1px 0px 0px #fff;*/
  /*filter: dropshadow(color=#fff, offx=1, offy=0);*/
}

.ui-datepicker tbody td {
  padding: 0;
  /*border-right: 1px solid #808080;*/
}

.ui-datepicker tbody td:last-child {
  border-right: 0px;
}

.ui-datepicker tbody tr {
  border-bottom: 1px solid #bbb;
}

.ui-datepicker tbody tr:last-child {
  border-bottom: 0px;
}

.ui-datepicker a {
  text-decoration: none;
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: inline-block;
  /*font-weight: bold;*/
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #ffffff;
  /*text-shadow: 1px 1px 0px #fff;*/
  /*filter: dropshadow(color=#fff, offx=1, offy=1);*/
}

.ui-datepicker-calendar .ui-state-default {
  background: #fff;
  color: #000;
  height: 40px;
  width: 40px;
}
.ui-datepicker-other-month {
  color: #bbb;
  background-color: #fff;
}
.ui-datepicker-month {
  font-family: "Comfortaa";
  color: #000;
}
.ui-datepicker-year {
  font-family: "Comfortaa";
  color: #000;
}

.ui-datepicker-calendar .ui-state-hover {
  background: #33adff;
  color: #ffffff;
}

.ui-datepicker-calendar .ui-state-active {
  background: #33adff;
  -webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  color: #e0e0e0;
  text-shadow: 0px 1px 0px #4d7a85;
  border: 1px solid #55838f;
  position: relative;
  margin: -1px;
}

.ui-datepicker-unselectable .ui-state-default {
  background: #fff;
  color: #bababa;
}
