img, span, div, canvas, ul {
  border-width: 0 !important;
}
.description {
	margin: 1rem;
}
#list {
	margin: 1rem;
}
#canvas-notice {
	margin: 0 5%;
  height: 2em;
	width: 90%;
	clear: both;
}
#canvas-notice-message {
  color: brown;
	width: 100%;
	display: none;
}
.drawer-container {
  display: none;
}

.action_menu {
	display: flex;
	justify-content: space-around;
}
.menu_button {
	display: block;
  padding: 1rem;
	margin: 2rem auto;
	font-size: 1rem;
}
.preview {
	display: none;
}
#loading {
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.5);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 20000;
}
#loading img {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -20px;
	margin-left: -20px;
}
.text-input {
	position: absolute;
	font-family: sans-serif;
	background-color: rgba(255,255,255,0.5);
	resize: none;
	overflow: hidden;
	white-space:nowrap;
}

.text-input.white::placeholder {
	color: #DDDDDD;
}

#name {
	vertical-align: middle;
	-webkit-text-size-adjust: 100%;
}
#message-wrapper {
	background-size: contain;
	position: relative;
	margin: 0 auto;
	box-shadow: 2px 1px 1px 1px rgba(0,0,0,0.6);
	-webkit-text-size-adjust: 100%;
}

#message_setting_wrapper {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.message_setting {
	margin: 1rem;
	min-width: 200px;
}
.message_setting.color {
	height: 120px;
}
.message_setting_title {
	margin-right: 5px;
	color: #272c66;
	font-weight: bold;
}
.message_setting_item{
	margin-left: 10px;
	margin-right: 5px;
}
.message_setting_item select {
	height: 2em;
	margin: 0.2em 0;
}
.text_color {
	display: none;
}
.back_to_home {
	margin: 40px auto;
	text-align: center;
}
#preview-wrapper {
	background-size: contain;
	margin: 1rem auto;
	box-shadow: 2px 1px 1px 1px rgba(0,0,0,0.6);
}
.palette-color-picker-bubble {
	z-index: 200;
}

#list {
	list-style-type: none;
	padding: 0;
}
.card_item {
	padding-top: 20px;
	padding-bottom: 20px;
}
.order_id {
	color: chocolate;
	font-size: small;
}
.card_image_wrapper {
	background-size: contain;
	background-color: rgba(255,255,255,0.5);
	background-blend-mode: lighten;
	display: flex;
	align-items: center;
	justify-content: center;
}
.image_menu_button {
	padding: 10px;
	margin: 10px;
}
.uploaded_card_image {
	box-shadow: 2px 1px 1px 1px rgba(0,0,0,0.6);
}

#canvas-editor {
	margin: 3rem 0 4rem 1rem;
}