﻿/* body {
	font-family : 'Segoe UI', sans-serif;
	font-size : 16px;
}

input {
	font-size : 1em;
}

input[type=button] {
	-webkit-appearance: none;
	height: 40px;
}

input[type=tel] {
	height: 40px;
}

input[type=text] {
	height: 40px;
} */

/* add css */
body {
	margin: 0;
	font-size: 16px;
	font-family: "SF Pro Text","Myriad Set Pro",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI","SF Pro Icons","Apple Legacy Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
}

.container {
	max-width: 400px;
}

.navbar {
	box-shadow: 0 2px 18px -7px rgb(0 0 0 / 30%);
	padding: 0;
}

.navbar .navbar-nav .dropdown-menu {
	position: absolute !important;
	min-width: 5rem !important;
	left: -15px !important;
}

.navbar #selectedLanguageText {
	color: black;
}

.custom-list-group {

}

.custom-list-group .custom-list-item {
	color: #333;
	border: 1px solid #aaa;
	border-radius: 15px;
	padding: 20px;
	margin-top: 10px;
	cursor: pointer;
	display: flex;
}

.custom-list-group .custom-list-active {
	border: 2px solid #3b71ca;
}

.custom-list-group .custom-list-item .left-items {
	font-size: 14px;
	flex: 1;
}

.custom-list-group .custom-list-item .left-items .left-items-name {
	font-weight: bold;
	font-size: 16px;
}

.custom-list-group .custom-list-item .right-items {
	font-size: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 1;
}

.custom-select {
	text-align: center;
	color: #333;
	border: 1px solid #aaa;
	border-radius: 15px;
	cursor: pointer;
	padding: 20px;
	max-width: 120px;
	margin: auto;
}

.custom-select-active {
	border: 1px solid #3b71ca;
}

.custom-select-active-heavy {
	border: 2px solid #3b71ca;
}

#more-options {
	font-size: 12px;
	text-align: center;
	padding-bottom: 12px;
	color: #3b71ca;
	cursor: pointer;
}

.v-center {
	display: flex;
	align-items: center;
}

.bottom-btn-container {
	position: fixed;
	bottom: 12px;
	left: 0;
	width: 100%;
	right: 0;
}

.validation-message {
	color: #dc3545;
	font-size: 13px;
	padding-left: 8px;
	display: none;
}

.no-word {
	color: #dc3545;
}

.readonly {
	background-color: #fff !important;
}

#divSearchByZipCode {
}

#divSearchByZipCode .session-search-text {
}


.index-paragraph {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}

.index-paragraph i {
	font-size: 22px;
	cursor: pointer;
	color: #0dcaf0;
	margin-right: 8px;
}

#ibtnIsIDKnownYes {
	margin-right: 0 !important;
}

#ibtnIsIDKnownNo {
	margin-left: 0 !important;
}

#selectedPrefix {
	display: flex;
	justify-content: center;
}

.modal-dialog {
	margin-top: 65px;
}

#ibtnKeyboard {
	line-height: 1.2;
	font-size: 15px;
	padding-top: 2px;
	padding-bottom: 2px;
}

#personInfo {
	text-align: center;
	font-size: 14px;
}

/* #personInfo .left-info {
	font-size: 14px;
	display: flex;
	align-items: center;
}

#personInfo .right-info {
	font-size: 14px;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
} */

#addMoreContact {
	color: #0d6efd;
	font-size: 14px;
	width: fit-content;
	margin-left: auto;
	cursor: pointer;
}

.phone-flag {
	padding-right: 0;
}

.phone-flag button {
	display: flex;
	align-items: center;
	width: 100px;
	padding-left: 0;
	padding-right: 0;
}

.phone-flag button img {
	margin-right: 10px;
}

.small-form-floating.col {
	padding-left: 0;
}

.small-form-floating>.form-control,
.small-form-floating>.form-control-plaintext {
  padding: 0rem 0.75rem;
}

.small-form-floating>.form-control,
.small-form-floating>.form-control-plaintext,
.small-form-floating>.form-select {
  height: calc(2.5rem + 2px);
  line-height: 1;
}

.small-form-floating>label {
  padding: 0.5rem 0.75rem;
}
