.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;
}