@charset "UTF-8";
.login-page .info-box {
	margin-top: 30vh;
	border: 3px dotted rgba(0, 0, 0, 0.1);
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
	background-color: #eee;
	padding: 50px 20px;
}
.login-page .info-box .title {
	font-size: 32px;
	font-weight: bold;
}
.login-page .info-box .color-graph {
	height: 7px;
	border-top: 0;
	background: #c4e17f;
	border-radius: 5px;
	background-image: linear-gradient(to right, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
}

.header .user-info {
	display: flex;
	margin-left: auto;
	margin-right: auto;
	width: min(1200px, 100%);
	padding: 1.5rem 0;
}
.header .user-info .left-area {
	flex: 1;
	text-align: left;
}
.header .user-info .left-area .logo {
	cursor: pointer;
}
.header .user-info .center-area {
	flex: 1;
	text-align: left;
	padding-left: 30px;
}
.header .user-info .right-area {
	flex: 1;
	text-align: right;
}
.header.error .divide-line {
	background-color: #737373;
	height: 5px;
}
.header.error .page-info {
	width: min(1200px, 100%);
	margin-left: auto;
	margin-right: auto;
}
.header.error .page-info .page-name {
	background-color: #737373;
	color: #eee;
	font-weight: bold;
	width: auto;
	display: inline-block;
	min-width: 200px;
	text-align: center;
	font-size: 20px;
	border-radius: 0 0 5px 5px;
}
.header .divide-line {
	background-color: #669ae1;
	height: 5px;
}
.header .page-info {
	width: min(1200px, 100%);
	margin-left: auto;
	margin-right: auto;
}
.header .page-info .page-name {
	background-color: #669ae1;
	color: #eee;
	font-weight: bold;
	width: auto;
	display: inline-block;
	min-width: 200px;
	text-align: center;
	font-size: 20px;
	border-radius: 0 0 5px 5px;
}

.content-container {
	width: min(1200px, 100%);
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 3rem;
}

.menu-page .menu-btn {
	box-shadow: inset 2px 0 rgba(255, 255, 255, 0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
	min-height: 60px;
	width: 250px;
	color: #ffffff;
	border-radius: 4px;
	outline: none;
	border: none;
	font-size: 19px;
	font-weight: bold;
	padding: 5px 10px 5px 10px;
}
.menu-page .menu-btn:hover {
	opacity: 0.8;
}
.menu-page .account-list-btn {
	background-color: #f0776c;
}
.menu-page .event-list-btn {
	background-color: #db9dbe;
}
.menu-page .btn-desc {
	font-size: 14px;
}

.account-list-page .account-list-table {
	width: 100%;
}
.account-list-page .account-list-table thead tr {
	background-color: #737373;
	color: white;
	height: 55px;
}
.account-list-page .account-list-table thead tr th {
	text-align: center;
	vertical-align: middle;
	border-bottom: 5px solid white;
	border-left: 1px solid white;
	border-right: 1px solid white;
	border-collapse: collapse;
}
.account-list-page .account-list-table tbody td {
	text-align: center;
	vertical-align: middle;
	border: 1px solid white;
	border-collapse: collapse;
}
.account-list-page .account-list-table tbody tr {
	height: 45px;
}
.account-list-page .account-list-table tbody tr:nth-child(2n+1) {
	background-color: #e9e9e9;
}
.account-list-page .account-list-table tbody tr:nth-child(2n+1):hover {
	background-color: #eeeeee;
	cursor: pointer;
}
.account-list-page .account-list-table tbody tr:nth-child(2n) {
	background-color: #cecece;
}
.account-list-page .account-list-table tbody tr:nth-child(2n):hover {
	background-color: #d6d6d6;
	cursor: pointer;
}

.account-regist-page .btn {
	width: 150px;
}
.account-regist-page .user-info-table {
	width: 100%;
}
.account-regist-page .user-info-table tbody tr td:first-child {
	background-color: #737373;
	border-bottom: 1px solid white;
	color: white;
}
.account-regist-page .user-info-table tbody tr:last-of-type td:first-child {
	border-bottom: none;
}
.account-regist-page .user-info-table tbody tr td {
	height: 50px;
	padding: 0px 5px;
	border: 1px solid #737373;
}

.account-update-page .btn {
	width: 150px;
}
.account-update-page .user-info-table {
	width: 100%;
}
.account-update-page .user-info-table tbody tr td:first-child {
	background-color: #737373;
	border-bottom: 1px solid white;
	color: white;
}
.account-update-page .user-info-table tbody tr:last-of-type td:first-child {
	border-bottom: none;
}
.account-update-page .user-info-table tbody tr td {
	height: 50px;
	padding: 0px 5px;
	border: 1px solid #737373;
}

.account-self-update-page .btn {
	width: 150px;
}
.account-self-update-page .user-info-table {
	width: 100%;
}
.account-self-update-page .user-info-table tbody tr td:first-child {
	background-color: #737373;
	border-bottom: 1px solid white;
	color: white;
}
.account-self-update-page .user-info-table tbody tr:last-of-type td:first-child {
	border-bottom: none;
}
.account-self-update-page .user-info-table tbody tr td {
	height: 50px;
	padding: 0px 5px;
	border: 1px solid #737373;
}

.event-list-page .blue-header {
	font-size: 20px;
	border-bottom: 3px solid #6c96d2;
	box-shadow: 0px 10px 10px -8px rgba(0, 0, 0, 0.3);
}
.event-list-page .event-list-table {
	width: 100%;
}
.event-list-page .event-list-table .new-label {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545;
	border: 1px solid transparent;
	border-radius: 0.25rem;
	padding: 2px;
}
.event-list-page .event-list-table .update-label {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545;
	border: 1px solid transparent;
	border-radius: 0.25rem;
	padding: 2px;
}
.event-list-page .event-list-table thead tr {
	background-color: #737373;
	color: white;
	height: 55px;
}
.event-list-page .event-list-table thead tr th {
	text-align: center;
	vertical-align: middle;
	border-bottom: 5px solid white;
	border-left: 1px solid white;
	border-right: 1px solid white;
	border-collapse: collapse;
	word-break: break-all;
	padding: 1px 5px;
}
.event-list-page .event-list-table thead tr th.sortable {
	position: relative;
	padding-right: 20px;
	cursor: pointer;
}
.event-list-page .event-list-table thead tr th.sortable .order-mark {
	position: absolute;
	top: 16px;
	right: 4px;
	font-size: 14px;
}
.event-list-page .event-list-table thead tr th.sortable .order-mark.asc::before {
	content: "▲";
}
.event-list-page .event-list-table thead tr th.sortable .order-mark.desc::before {
	content: "▼";
}
.event-list-page .event-list-table tbody td {
	text-align: center;
	vertical-align: middle;
	border: 1px solid white;
	border-collapse: collapse;
	padding: 5px 5px;
	word-break: break-all;
}
.event-list-page .event-list-table tbody tr {
	height: 45px;
}
.event-list-page .event-list-table tbody tr:nth-child(2n+1) {
	background-color: #e9e9e9;
}
.event-list-page .event-list-table tbody tr:nth-child(2n+1):hover {
	background-color: #eeeeee;
	cursor: pointer;
}
.event-list-page .event-list-table tbody tr:nth-child(2n) {
	background-color: #cecece;
}
.event-list-page .event-list-table tbody tr:nth-child(2n):hover {
	background-color: #d6d6d6;
	cursor: pointer;
}
.event-list-page .regist-modal .btn {
	width: 100px;
}
.event-list-page .regist-modal .event-info-table {
	width: 100%;
}
.event-list-page .regist-modal .event-info-table tbody tr td:first-child {
	background-color: #737373;
	border-bottom: 1px solid white;
	color: white;
}
.event-list-page .regist-modal .event-info-table tbody tr:last-of-type td:first-child {
	border-bottom: none;
}
.event-list-page .regist-modal .event-info-table tbody tr td {
	height: 50px;
	padding: 0px 5px;
	border: 1px solid #737373;
}
.event-list-page .regist-modal .event-info-table .calendar {
	width: 8rem;
}
.event-list-page .assign-modal .list-box {
	display: flex;
}
.event-list-page .assign-modal .list-box .left-box option {
	display: block;
}
.event-list-page .assign-modal .list-box .left-box option.selected {
	display: none;
}
.event-list-page .assign-modal .list-box .right-box option {
	display: none;
}
.event-list-page .assign-modal .list-box .right-box option.selected {
	display: block;
}
.event-list-page .search-area {
	display: flex;
	justify-content: space-between;
}
.event-list-page .search-area .event-name {
	width: 400px;
}
.event-list-page .search-area .event-date {
	width: 150px;
}

.event-update-page .item-template {
	display: none;
}
.event-update-page .btm-back-btn {
	min-width: 150px;
}
.event-update-page .setting-area .blue-header {
	font-size: 20px;
	border-bottom: 3px solid #6c96d2;
	box-shadow: 0px 10px 10px -8px rgba(0, 0, 0, 0.3);
}
.event-update-page .setting-area .red-header {
	font-size: 20px;
	border-bottom: 3px solid #f0776c;
	box-shadow: 0px 10px 10px -8px rgba(0, 0, 0, 0.3);
}
.event-update-page .setting-area .green-header {
	font-size: 20px;
	border-bottom: 3px solid #c4e17f;
	box-shadow: 0px 10px 10px -8px rgba(0, 0, 0, 0.3);
}
.event-update-page .setting-area .basic-info-table {
	width: 100%;
}
.event-update-page .setting-area .basic-info-table tbody tr td:first-child {
	background-color: #737373;
	border-bottom: 1px solid white;
	color: white;
}
.event-update-page .setting-area .basic-info-table tbody tr:last-of-type td:first-child {
	border-bottom: none;
}
.event-update-page .setting-area .basic-info-table tbody tr td {
	height: 50px;
	padding: 0px 5px;
	border: 1px solid #737373;
}
.event-update-page .setting-area .basic-info-table .calendar {
	width: 150px;
}
.event-update-page .setting-area .equipment-info-table {
	width: 100%;
}
.event-update-page .setting-area .equipment-info-table tbody tr:last-of-type td:first-child {
	border-bottom: none;
}
.event-update-page .setting-area .equipment-info-table tbody tr td {
	height: 50px;
	padding: 0px 5px;
	border: 1px solid #737373;
}
.event-update-page .setting-area .equipment-info-table tbody tr td:first-child {
	background-color: #737373;
	border-bottom: 1px solid white;
	color: white;
}
.event-update-page .setting-area .equipment-info-table tbody tr td .form-control {
	display: inline-block;
	max-width: 150px;
}
.event-update-page .setting-area .terminal-info-table {
	width: 100%;
}
.event-update-page .setting-area .terminal-info-table tbody tr td:first-child {
	background-color: #737373;
	border-bottom: 1px solid white;
	color: white;
}
.event-update-page .setting-area .terminal-info-table tbody tr:last-of-type td:first-child {
	border-bottom: none;
}
.event-update-page .setting-area .terminal-info-table tbody tr td {
	height: 50px;
	padding: 5px 5px;
	border: 1px solid #737373;
	vertical-align: middle;
}
.event-update-page .setting-area .terminal-info-table .operation-btn {
	width: min(30%, 150px);
}
.event-update-page .setting-area .terminal-info-table .notice-mail-form {
	display: flex;
}
.event-update-page .setting-area .terminal-info-table .notice-mail-form .form-col {
	width: min(30%, 150px);
}
.event-update-page .setting-area .terminal-info-table .notice-mail-form .form-col:not(:first-child) {
	margin-left: 4px;
}
.event-update-page .setting-area .scrutiny-info-table {
	width: 100%;
}
.event-update-page .setting-area .scrutiny-info-table tbody tr:first-child {
	color: white;
	height: 55px;
}
.event-update-page .setting-area .scrutiny-info-table tbody tr:first-child th {
	background-color: #737373;
	text-align: center;
	vertical-align: middle;
	border-bottom: 1px solid #737373;
	border-top: 1px solid #737373;
	border-left: 1px solid white;
	border-collapse: collapse;
}
.event-update-page .setting-area .scrutiny-info-table tbody tr:first-child th:first-child {
	border-left: 1px solid #737373;
}
.event-update-page .setting-area .scrutiny-info-table tbody tr:first-child th:last-child {
	background-color: white;
	border: 1px solid #737373;
}
.event-update-page .setting-area .scrutiny-info-table tbody td {
	padding: 5px 5px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #737373;
	border-collapse: collapse;
}
.event-update-page .setting-area .scrutiny-info-regist-modal .btn {
	width: 100px;
}
.event-update-page .setting-area .scrutiny-info-regist-modal table {
	width: 100%;
}
.event-update-page .setting-area .scrutiny-info-regist-modal table tbody tr td:first-child {
	background-color: #737373;
	border-bottom: 1px solid white;
	color: white;
}
.event-update-page .setting-area .scrutiny-info-regist-modal table tbody tr:last-of-type td:first-child {
	border-bottom: none;
}
.event-update-page .setting-area .scrutiny-info-regist-modal table tbody tr td {
	height: 50px;
	padding: 0px 5px;
	border: 1px solid #737373;
}
.event-update-page .setting-area .scrutiny-info-regist-modal table .calendar {
	width: 8rem;
}
.event-update-page .setting-area .confirm-info-table {
	width: 100%;
}
.event-update-page .setting-area .confirm-info-table tbody tr td:first-child {
	background-color: #737373;
	border-bottom: 1px solid white;
	color: white;
}
.event-update-page .setting-area .confirm-info-table tbody tr:last-of-type td:first-child {
	border-bottom: none;
}
.event-update-page .setting-area .confirm-info-table tbody tr td {
	height: 50px;
	padding: 0px 5px;
	border: 1px solid #737373;
}
.event-update-page .setting-area .confirm-info-table tbody tr td input[type=text] {
	width: 200px;
}
.event-update-page .setting-area .amount-summary-table {
	width: 100%;
}
.event-update-page .setting-area .amount-summary-table tbody tr:last-of-type td:first-child {
	border-bottom: none;
}
.event-update-page .setting-area .amount-summary-table tbody tr td {
	height: 50px;
	padding: 0px 5px;
	border: 1px solid #737373;
}
.event-update-page .setting-area .amount-summary-table tbody tr td:first-child {
	background-color: #737373;
	border-bottom: 1px solid white;
	color: white;
}

.reception-design-page .navigator {
	display: flex;
	flex-direction: row-reverse;
	justify-content: center;
}
.reception-design-page .navigator .outside {
	position: relative;
	background-color: black;
	-webkit-clip-path: polygon(0% 0%, calc(100% - 20px) 0%, 100% 50%, calc(100% - 20px) 100%, 0% 100%);
	        clip-path: polygon(0% 0%, calc(100% - 20px) 0%, 100% 50%, calc(100% - 20px) 100%, 0% 100%);
	flex: 1;
}
.reception-design-page .navigator .outside:nth-of-type(1) {
	right: 50px;
}
.reception-design-page .navigator .outside:nth-of-type(2) {
	right: 30px;
}
.reception-design-page .navigator .outside:nth-of-type(3) {
	right: 10px;
}
.reception-design-page .navigator .outside:nth-of-type(4) {
	left: 10px;
}
.reception-design-page .navigator .outside:nth-of-type(5) {
	left: 30px;
}
.reception-design-page .navigator .outside:nth-of-type(6) {
	left: 50px;
}
.reception-design-page .navigator .outside .inside {
	background-color: white;
	-webkit-clip-path: polygon(1px 1px, calc(100% - 21px) 1px, calc(100% - 1.5px) 50%, calc(100% - 21px) calc(100% - 1px), 1px calc(100% - 1px));
	        clip-path: polygon(1px 1px, calc(100% - 21px) 1px, calc(100% - 1.5px) 50%, calc(100% - 21px) calc(100% - 1px), 1px calc(100% - 1px));
	padding: 5px 25px 5px 25px;
	text-align: center;
}
.reception-design-page .navigator .outside .inside.active {
	background-color: pink;
}
.reception-design-page .warning-text {
	margin-left: 50px;
	color: red;
}
.reception-design-page .setting-area {
	display: none;
}
.reception-design-page .setting-area.show {
	display: flex;
}
.reception-design-page .setting-area .left-area {
	flex: 1;
	padding: 5px;
	width: 50%;
}
.reception-design-page .setting-area .left-area .preview-area {
	width: 100%;
	height: auto;
	aspect-ratio: 2360/1640;
	border: 1px solid black;
	display: flex;
	flex-direction: column;
}
.reception-design-page .setting-area .left-area .preview-area .free-text {
	white-space: nowrap;
	overflow-x: hidden;
}
.reception-design-page .setting-area .left-area .preview-area .header {
	text-align: center;
	flex: 2;
	flex-basis: 20%;
	height: 20%;
}
.reception-design-page .setting-area .left-area .preview-area .footer {
	text-align: center;
	flex: 1;
	flex-basis: 10%;
	height: 10%;
}
.reception-design-page .setting-area .left-area .preview-area .content {
	position: relative;
	flex: 7;
	flex-basis: 70%;
	height: 70%;
}
.reception-design-page .setting-area .left-area .preview-area .content .background-img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: -1;
	margin: auto;
}
.reception-design-page .setting-area .left-area .preview-area .content.step2 {
	text-align: center;
	font-size: 0.8rem;
}
.reception-design-page .setting-area .left-area .preview-area .content.step2 .qr-btn {
	padding: 0;
	width: 50%;
}
.reception-design-page .setting-area .left-area .preview-area .content.step2 .qr-btn img {
	width: 100%;
}
.reception-design-page .setting-area .left-area .preview-area .content.step4 {
	display: flex;
	font-size: 0.8rem;
}
.reception-design-page .setting-area .left-area .preview-area .content.step4 .left-area {
	flex: 1;
	text-align: center;
	padding: 10px 10px;
}
.reception-design-page .setting-area .left-area .preview-area .content.step4 .right-area {
	flex: 1;
	text-align: center;
}
.reception-design-page .setting-area .left-area .preview-area .content.step4 .right-area .btn {
	font-size: 0.8rem;
}
.reception-design-page .setting-area .left-area .preview-area .content.step4 .right-area .print-btn {
	padding: 0;
	width: 70%;
}
.reception-design-page .setting-area .left-area .preview-area .content.step4 .right-area .print-btn img {
	width: 100%;
}
.reception-design-page .setting-area .left-area .preview-area .content.step5 {
	text-align: center;
	font-size: 0.7rem;
}
.reception-design-page .setting-area .left-area .preview-area .content.step5 .btn {
	font-size: 0.7rem;
}
.reception-design-page .setting-area .left-area .preview-area .content.step5 .printing-img {
	height: 25%;
}
.reception-design-page .setting-area .left-area .preview-area .content.step6 {
	text-align: center;
	font-size: 0.7rem;
}
.reception-design-page .setting-area .left-area .preview-area .content.step6 .btn {
	font-size: 0.7rem;
}
.reception-design-page .setting-area .right-area {
	flex: 1;
	padding: 5px;
	width: 50%;
}
.reception-design-page .setting-area .right-area .info-table {
	width: 100%;
}
.reception-design-page .setting-area .right-area .info-table td {
	border: 1px solid black;
	padding: 5px;
}
.reception-design-page .setting-area .right-area .info-table td:first-child {
	background-color: #d6e8ff;
}
.reception-design-page .paging-btn {
	min-width: 90px;
}
.reception-design-page .save-btn {
	min-width: 180px;
}
.reception-design-page .temp-save-btn {
	min-width: 90px;
}

.reception-preview-page {
	padding-top: 10vh;
}
.reception-preview-page .btn-area {
	display: flex;
}
.reception-preview-page .btn-area div {
	flex: 1;
}
.reception-preview-page .download-btn {
	width: 75px;
	height: 75px;
	position: fixed;
	border-radius: 50%;
	border: 1px solid #737373;
	right: 5vw;
	bottom: 10vh;
	background-color: white;
	padding: 20px;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
	cursor: pointer;
}
.reception-preview-page .download-btn:hover {
	opacity: 0.8;
}
.reception-preview-page .preview-area {
	width: 75%;
	height: auto;
	aspect-ratio: 2360/1640;
	border: 1px solid #737373;
	display: none;
	flex-direction: column;
	margin: auto;
}
.reception-preview-page .preview-area .free-text {
	white-space: nowrap;
	overflow-x: hidden;
}
.reception-preview-page .preview-area.show {
	display: flex;
}
.reception-preview-page .preview-area .header {
	text-align: center;
	flex: 2;
	height: 20%;
}
.reception-preview-page .preview-area .header .logo-img {
	display: none;
}
.reception-preview-page .preview-area .footer {
	text-align: center;
	flex: 1;
	height: 10%;
}
.reception-preview-page .preview-area .footer .logo-img {
	display: none;
}
.reception-preview-page .preview-area .content {
	position: relative;
	flex: 7;
	height: 70%;
}
.reception-preview-page .preview-area .content .background-img {
	position: absolute;
	z-index: -1;
	left: 0;
	right: 0;
	top: 0;
	margin: auto;
	display: none;
}
.reception-preview-page .preview-area .content.step1 {
	text-align: center;
}
.reception-preview-page .preview-area .content.step1 .qr-btn {
	padding: 0;
	width: 50%;
}
.reception-preview-page .preview-area .content.step1 .qr-btn img {
	width: 100%;
}
.reception-preview-page .preview-area .content.step2 {
	display: flex;
}
.reception-preview-page .preview-area .content.step2 .left-area {
	flex: 1;
	text-align: center;
	padding: 10px 10px;
}
.reception-preview-page .preview-area .content.step2 .right-area {
	flex: 1;
	text-align: center;
}
.reception-preview-page .preview-area .content.step2 .right-area .print-btn {
	padding: 0;
	width: 70%;
}
.reception-preview-page .preview-area .content.step2 .right-area .print-btn img {
	width: 100%;
}
.reception-preview-page .preview-area .content.step3 {
	text-align: center;
}
.reception-preview-page .preview-area .content.step3 .printing-img {
	height: 25%;
}
.reception-preview-page .preview-area .content.step4 {
	text-align: center;
}

.receipt-design-page .editor-area {
	display: flex;
	height: 700px;
	border: 1px solid #dee2e6;
	padding: 3px;
}
.receipt-design-page .editor-area .left-area {
	width: 35%;
	border: 1px solid #dee2e6;
	padding: 3px;
}
.receipt-design-page .editor-area .left-area .config-list {
	height: calc(100% - 230px);
	overflow-y: auto;
	padding: 3px;
}
.receipt-design-page .editor-area .left-area .config-list .config-item {
	display: none;
	border: 2px dashed #dee2e6;
	padding: 2px;
	margin-bottom: 1rem;
}
.receipt-design-page .editor-area .left-area .config-list .config-item.show {
	display: block;
}
.receipt-design-page .editor-area .right-area {
	width: 65%;
	padding: 3px;
}
.receipt-design-page .editor-area .right-area .preview {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: auto;
}
.receipt-design-page .editor-area .right-area .preview .background {
	pointer-events: none;
}
.receipt-design-page .editor-area .right-area .preview .item-preview {
	position: absolute;
	display: none;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	border: 2px dashed black;
	overflow: hidden;
	word-break: break-all;
	font-family: -apple-system;
}
.receipt-design-page .editor-area .right-area .preview .item-preview .img {
	-o-object-fit: contain;
	   object-fit: contain;
	-o-object-position: left top;
	   object-position: left top;
	width: 100%;
	height: 100%;
}
.receipt-design-page .editor-area .right-area .preview .item-preview.show {
	display: block;
}

.receipt-preview-page {
	padding-top: 10vh;
}
.receipt-preview-page .download-btn {
	width: 75px;
	height: 75px;
	position: fixed;
	border-radius: 50%;
	border: 1px solid #737373;
	right: 5vw;
	bottom: 10vh;
	background-color: white;
	padding: 20px;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
	cursor: pointer;
}
.receipt-preview-page .download-btn:hover {
	opacity: 0.8;
}
.receipt-preview-page .preview-area {
	display: inline-block;
	position: relative;
	border: 1px solid #dee2e6;
}
.receipt-preview-page .preview-area .item {
	position: absolute;
	display: none;
	word-break: break-all;
	text-align: left;
	font-family: -apple-system;
	overflow: hidden;
}
.receipt-preview-page .preview-area .item.show {
	display: block;
}

.event-report-page .tab-area {
	display: flex;
}
.event-report-page .tab-area .tab {
	background-color: #cecece;
	color: white;
	border: 1px solid #737373;
	border-radius: 10px 10px 0 0;
	padding: 1rem;
	flex: 1;
	text-align: center;
	cursor: pointer;
}
.event-report-page .tab-area .tab.active {
	background-color: #88baff;
	color: black;
}
.event-report-page .detail-area {
	display: none;
	overflow-x: auto;
}
.event-report-page .detail-area.show {
	display: block;
}
.event-report-page .detail-area .detail-table {
	width: 100%;
	white-space: nowrap;
}
.event-report-page .detail-area .detail-table thead tr {
	background-color: #737373;
	color: white;
	height: 55px;
}
.event-report-page .detail-area .detail-table thead tr th {
	text-align: center;
	vertical-align: middle;
	border-bottom: 5px solid white;
	border-left: 1px solid white;
	border-right: 1px solid white;
	border-collapse: collapse;
	padding: 10px 10px;
	min-width: 150px;
}
.event-report-page .detail-area .detail-table tbody td {
	text-align: center;
	vertical-align: middle;
	border: 1px solid white;
	border-collapse: collapse;
	padding: 10px 10px;
	min-width: 150px;
}
.event-report-page .detail-area .detail-table tbody td.terminal-name {
	background-color: #cecece;
}
.event-report-page .detail-area .detail-table tbody tr {
	height: 45px;
}
.event-report-page .detail-area .detail-table tbody tr:nth-child(2n+1) {
	background-color: #e9e9e9;
}
.event-report-page .detail-area .detail-table tbody tr:nth-child(2n) {
	background-color: #cecece;
}
.event-report-page .detail-area .detail-table tbody tr.subtotal {
	background-color: #b9d6ff;
}

.event-past-page .event-end-date {
	width: 150px;
}
.event-past-page .operation-area {
	display: flex;
}
.event-past-page .operation-area > div:nth-child(1) {
	flex: 45;
}
.event-past-page .operation-area > div:nth-child(2) {
	flex: 35;
}
.event-past-page .operation-area > div:nth-child(3) {
	flex: 20;
}
.event-past-page .summary-table {
	width: 100%;
}
.event-past-page .summary-table tr td {
	text-align: center;
	vertical-align: middle;
	border: 1px solid #737373;
	border-collapse: collapse;
	word-break: break-all;
	padding: 0px 5px;
}
.event-past-page .summary-table tr td:nth-child(2n+1) {
	background-color: #737373;
	color: white;
}
.event-past-page .summary-table tr td:nth-child(2n) {
	background-color: white;
}
.event-past-page .event-list-table {
	width: 100%;
}
.event-past-page .event-list-table thead tr {
	background-color: #737373;
	color: white;
	height: 55px;
}
.event-past-page .event-list-table thead tr th {
	text-align: center;
	vertical-align: middle;
	border-bottom: 5px solid white;
	border-left: 1px solid white;
	border-right: 1px solid white;
	border-collapse: collapse;
	padding: 0px 5px;
}
.event-past-page .event-list-table tbody tr {
	height: 45px;
}
.event-past-page .event-list-table tbody tr td {
	text-align: center;
	vertical-align: middle;
	border: 1px solid white;
	border-collapse: collapse;
	word-break: break-all;
	padding: 0px 5px;
}
.event-past-page .event-list-table tbody tr:nth-child(2n+1) {
	background-color: #e9e9e9;
}
.event-past-page .event-list-table tbody tr:nth-child(2n) {
	background-color: #cecece;
}

.event-receipt-list-page .loading {
	width: 100vw;
	height: 100vh;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1000;
	background-color: black;
	opacity: 0.5;
}
.event-receipt-list-page .loading .spinner-container {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.event-receipt-list-page .applicant-list-table {
	width: 100%;
}
.event-receipt-list-page .applicant-list-table thead tr {
	background-color: #737373;
	color: white;
	height: 55px;
}
.event-receipt-list-page .applicant-list-table thead tr th {
	text-align: center;
	vertical-align: middle;
	border-bottom: 5px solid white;
	border-left: 1px solid white;
	border-right: 1px solid white;
	border-collapse: collapse;
	padding: 0px 5px;
}
.event-receipt-list-page .applicant-list-table tbody tr {
	height: 45px;
}
.event-receipt-list-page .applicant-list-table tbody tr td {
	text-align: center;
	vertical-align: middle;
	border: 1px solid white;
	border-collapse: collapse;
	word-break: break-all;
	padding: 0px 5px;
}
.event-receipt-list-page .applicant-list-table tbody tr.template {
	display: none;
}
.event-receipt-list-page .applicant-list-table tbody tr:nth-child(2n+1) {
	background-color: #e9e9e9;
}
.event-receipt-list-page .applicant-list-table tbody tr:nth-child(2n) {
	background-color: #cecece;
}/*# sourceMappingURL=style.css.map */