.mypage-modal {
	position: absolute;
	z-index: 1040;
}

.mypage-modal-center {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	display: flex;
	align-items: center;
	min-height: calc(100% - 1rem);
	max-width: 520px;
	padding: 10px;
}

.mypage-modal-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1050;
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	outline: 0;
	background-color: rgba(0,0,0,0.3);
	overflow-x: hidden;
	overflow-y: auto;
}

.mypage-modal-content {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0,0,0,0.2);
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-radius: 4px;
	outline: 0;
	box-shadow: 0 1px 4px rgba(15, 15, 15, 0.3);
}

.mypage-modal-content-header {
	padding: 20px 20px 15px 20px;
	border-bottom-width: 1px;
	border-bottom-color: #dbdbdb;
	border-bottom-style: solid;
}

.mypage-modal-content-header__title {
	font-size: 21px;
	line-height: 22px;
	font-weight: bold;
}

.mypage-modal-content-body {
	padding: 20px;
	border-bottom-width: 1px;
	border-bottom-color: #dbdbdb;
	border-bottom-style: solid;
	font-size: 19px;
	line-height: 1.2em;
	max-height: 300px;
	overflow-y: scroll;
}

.mypage-modal-content-footer {
	padding: 10px 20px 20px 20px;
	background-color: #fafafa;
}

.mypage-modal-ajax-loader {
	width: 100%;
	text-align: center;
	padding: 30px;
}

.mypage-nav-back {
	width: 100%;
	padding: 30px 0 30px 0;
}

.mypage-nav-back__link {
	border-bottom: solid 1px transparent;
	font-weight: normal;
	color: #676767;
	font-family: "Metric-regular";
}

.mypage-nav-back__link:hover {
	border-bottom: solid 1px #676767;
	color: #676767;
}



#mypage-ajax-container {
	width: 100%;
}


.mypage-modal-ajax-loader__image {
	display: inline-block;
	margin-bottom: 12px;
}

.mypage-modal-ajax-loader__text{
	font-size: 18px;
}


.mypage-modal-action-list {
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
}

.mypage-modal-action-list__item {

	float: left;
	padding: 0;
	margin: 10px 12px 0 0;
}



.mypage-ajax-loading-animation {
	width: 100%;
	text-align: center;
	padding: 30px;
}

.mypage-ajax-loading-animation__image {
	display: inline-block;
	margin-bottom: 12px;
}

.mypage-ajax-loading-animation__text {
	font-size: 18px;
}

.mypage-ajax-error {
	color: #721c24;
	background-color: #f8d7da;
	border-color: #f5c6cb;
	padding: 20px 20px;
	border-radius: 4px;
}

.mypage-ajax-error__title {
	font-size: 24px;
	padding-bottom: 10px;
}

.mypage-ajax-error__description {
	font-size: 18px;
	padding-bottom: 10px;
}

.mypage-ajax-error__code {
	font-size: 12px;
}

.token-list {
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}

.token-list__item {
	width: 100%;
	margin-bottom: 20px;
}

.token-item {
	width: 100%;
	margin: 0;
	padding: 20px 20px;
	background-color: #FFFFFF;
	border-radius: 4px;
	color: #262626;
	min-height: 80px;
	box-shadow: 0 1px 4px rgba(15, 15, 15, 0.3);
	border-color: #fff;
	line-height: 1.05em;
}

.token-item__content {
	padding-bottom: 20px;
}

.token-item__id {
	padding-bottom: 4px;
	font-size: 14px;
	letter-spacing: 0.088em;
	color: #676767;
}

.token-item__merchant {
	padding-bottom: 10px;
}

.token-item__seller {
	text-transform: uppercase;
	letter-spacing: 0.015em;
	font-size: 24px;
	font-weight: bold;
}

.token-item__description {
	font-size: 18px;
	padding-bottom: 8px;
	color: #676767;
	word-break: break-all;
}

.token-item__created_date {
	font-size: 14px;
	color: #676767;
}

.token-item__options {
	padding-bottom: 0px;
	text-align: right;
}

.token-item__empty-title {
	letter-spacing: 0.015em;
	line-height: 1.2em;
	font-size: 28px;
	font-weight: bold;
	padding-bottom: 8px;
}

.token-item__empty-description {
	font-size: 21px;
}


/** PreAuthorizationSingle  */

.token-details {
	width: 100%;
	margin: 20px 0 20px 0;
	padding: 20px 20px;
	background-color: #FFFFFF;
	border-radius: 4px;
	color: #262626;
	box-shadow: 0 1px 4px rgba(15, 15, 15, 0.3);
	border-color: #fff;
	line-height: 1.05em;
	font-family: "Metric-regular";
}

.token-details-item {
	width: 100%;
	margin: 0;
	padding: 0 0 20px 0;
	font-size: 21px;
}

.token-details-item__title {
	font-size: 24px;
	color: #262626;
	margin-bottom: 20px;
}

.token-details-item__description {
	font-size: 21px;
	color: #676767;
	margin-bottom: 20px;
}

.token-details-item__key {
	width: 100%;
	font-weight: normal;
	font-size: 15px;
	text-transform: uppercase;
	padding-bottom: 6px;
	color: #676767;
}

.token-details-item__value {
	width: 100%;
	font-weight: normal;
	font-size: 21px;
	word-break: break-all;
}

.token-delete-container {
	width: 100%;
	margin: 0;
	padding: 20px;
	color: #262626;
	font-family: "Metric-regular";
	background-color: #EBEBEB;
	border-radius: 4px;
}

.token-delete-container__title {
	font-size: 24px;
	color: #262626;
	margin-bottom: 20px;
}

.token-delete-container__description {
	font-size: 21px;
	color: #676767;
	margin-bottom: 20px;
}
