body {
	margin: 0;
	font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial;
	/* background-position: center;
	background-repeat: no-repeat;
	background-size: cover; */
	background-color: #27509b;
}

#app {
	max-width: 640px;
	margin: 0 auto;
}

.block {
	width: 100%;
}

.btn-container {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom: 8px;
}

.btn {
	background-color: #faed4f;
	border-radius: 4px;
	width: 80%;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 30px;
	color: #314937;
}

.btn-large {
	background-color: #faed4f;
	border-radius: 10px;
	width: 80%;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 3rem;
	font-size: 1.5rem;
	font-weight: bold;
	color: black;
	text-align: center;
}

.channel-title {
	padding-top: 20px;
	line-height: 2.4rem;
	font-size: 2rem;
	font-weight: bold;
	color: white;
	text-align: center;
}

.channel-subtitle {
	padding-top: 5px;
	padding-bottom: 20px;
	line-height: 1.2rem;
	font-size: 0.8rem;
	color: white;
	text-align: center;
}

.preview {
	width: 100%;
	height: 65px !important;
}

.box {
	width: 100px;
	-webkit-animation: box 3s infinite;
}

@-webkit-keyframes box {
	0% {
		transform: rotate(0deg);
		/**/
	}
	25% {
		transform: rotate(90deg);
		/**/
	}
	50% {
		transform: rotate(180deg);
		/**/
	}
	75% {
		transform: rotate(270deg);
		/**/
	}
	100% {
		transform: rotate(360deg);
		/**/
	}
}

#loading {
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0px;
	left: 0px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #27509b;
	z-index: 99;
}

.headImg {
	width: 100%;
	height: 160px;
}

.center {
	background-color: white;
	width: 80%;
	display: flex;
	position: relative;
	left: 10%;
	top: -8px;
	border-radius: 6px;
	flex-direction: column;
	margin-bottom: 12px;
	color: #5d5d5d;
}

.center-checkbox {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: white;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
}

.center-checkbox input {
	margin-right: 6px;
}

.center-img {
	display: flex;
	align-items: center;
	justify-content: center;
}

.center-img img {
	width: 100%;
}

.input-container {
	padding: 12px;
	color: #aaabaa;
}

.dropdown-container {
	display: flex;
	flex-direction: column;
}

.dropdown {
	width: 200px;
	height: 30px;
	border-radius: 12px;
	text-align-last: center;
}

.dropdown2 {
	width: 80px;
	height: 30px;
	border-radius: 12px;
	text-align-last: center;
	margin: 0 8px;
}

.dropdown-container label {
	margin: 4px 0px;
	display: flex;
	align-items: center;
}

.dropdown-title {
	width: 75px;
	padding: 5px;
	font-size: 15px;
	font-weight: bold;
}

.title {
	margin: 2px 0 0;
	width: 100%;
	padding: 5px;
	font-size: 15px;
	font-weight: bold;
}

.title-detail {
	margin: 0;
	display: flex;
	padding: 5px;
	font-size: 15px;
	font-weight: bold;
}

.confirm {
	height: 80px;
}

.confirm-btn {
	border: 1px solid;
	border-radius: 12px;
	padding: 2px 8px;
	text-align: center;
	display: inline;
	color: black;
}

.confirm-btn-disable {
	background-color: grey;
	color: white;
}

.identity {
	background-color: white;
	width: 80%;
	display: flex;
	/*position: absolute;*/
	margin-left: 10%;
	padding-top: 10px;
	border-radius: 6px;
	flex-direction: column;
	margin-bottom: 12px;
	color: #5d5d5d;
}

.upload-container {
	display: flex;
	padding-left: 70px;
}

.md-radio {
	margin: 0 0 4px;
}

.md-menu-content {
	max-width: 180px;
}

.date-text {
	margin: 4px;
	display: flex;
	align-items: center;
}

.md-field {
	min-height: inherit;
	padding-top: inherit;
	margin: 4px 0 8px;
}

.md-field .md-input,
.md-field .md-textarea {
	height: inherit;
}

.detail {
	color: #0051a4;
	position: relative;
	/*top: -8px;*/
	font-size: 16px;
	width: 200px;
}

.detail p {
	margin: 0;
}

.md-radio .md-radio-label {
	padding-left: 6px;
	color: #aaabaa;
}

.radio-container {
	margin: 6 0 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.image-container {
	display: flex;
	justify-content: space-between;
}

.image-preview {
	width: 90px;
	margin-bottom: 6px;
}

.file-upload-form {
	border: 1px solid;
	border-radius: 12px;
	padding: 2px 8px;
	text-align: center;
}

.input-date {
	border-radius: 12px;
	padding: 0 8px;
	border: 1px solid;
	margin-left: 8px;
	height: 30px;
	width: 180px;
	text-align: center;
}

.input-icon-container {
	display: flex;
}

.input-icon {
	width: 36px;
	height: 36px !important;
	margin: auto;
}

.contact {
	padding-bottom: 15px;
	padding-left: 15px;
	color: #0051a4;
}

.first-contact {
	position: relative;
	right: 17px;
}

.warning-tip {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100px;
	padding-bottom: 30px;
	color: red;
}

.md-menu-content {
	max-width: 235px;
}

.swal-footer {
	display: flex;
	justify-content: center;
}

.swal2-content {
	padding-top: 10px;
}

.md-checkbox .md-checkbox-label {
	padding-left: 8px !important;
}

.md-checkbox-container {
	border-radius: 50% !important;
}

.gifts-container {
	top: 10px;
	padding-top: 15px;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 10px;
}

.gift-container {
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
	border-radius: 12px;
}

.gift-container-selected {
	box-shadow: 0 0 0px 6px #bcd3fd;
}

.gift-img {
	border-radius: 12px;
}

.gift-name {
	margin-top: 8px;
	margin-bottom: 8px;
	font-size: 16px;
	text-align: center;
}

.gift-disabled {
	opacity: 0.3;
}

.gift-disabled-text {
	bottom: 140px;
	left: 50px;
	position: absolute;
	color: black;
	font-family: 'Noto Serif TC';
	font-weight: 450;
	font-size: 24px;
	transform: rotate(15deg);
}

.m-y-xs {
	margin-top: 4px;
	margin-bottom: 4px;
}
