/*--------------------------------------------------------------
# Container
--------------------------------------------------------------*/
@media (min-width: 870px) {
	.container-customer {
		max-width: 870px !important;
	}
}

/*--------------------------------------------------------------
# Color, Background
--------------------------------------------------------------*/
.bg-linear-orange::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	/* 填滿上下 */
	left: 0;
	width: 100%;
	min-height: 100%;
	background: linear-gradient(#FFD5C6 0%, #FFFFFF 30%);
	z-index: -1;
}

.bg-bronco {
	background-color: #ab9678;
}

.bg-cerulean {
	background-color: #0080c0;
}

.bg-mediumseagreen {
	background-color: #25C876;
}

.text-darkgray {
	color: #3b3b3b;
}

.text-pink {
	color: #fa3075;
}

.text-trueblue {
	color: #2D68C4;
}

.text-cerulean {
	color: #0080c0;
}

.text-mediumseagreen {
	color: #25C876;
}

/*--------------------------------------------------------------
# Claims
--------------------------------------------------------------*/
.claims {
	padding-left: 0;
}

.claims li {
	display: flex;
	margin: 0.25rem 0;
	list-style: none;
}

/*--------------------------------------------------------------
# Buttons
--------------------------------------------------------------*/
.btn-upload {
	padding: 7px 30px;
	border-radius: 25px;
	background-color: #2D68C4;
	border-color: #2D68C4;
	color: white;
}

.btn-upload:hover {
	background-color: #224f94;
	border-color: #224f94;
	color: white !important;
}

.btn-download-blue{
	border-radius: 20px;
	font-weight: 900;
	font-size: 14px;
	padding:0.5rem 1rem;
	color: white;
	background-color: #0080c0;
}

.btn-download-green{
	border-radius: 20px;
	font-weight: 900;
	font-size: 14px;
	padding:0.5rem 1rem;
	color: white;
	background-color: #25C876;
}

/*--------------------------------------------------------------
# Form
--------------------------------------------------------------*/
#otherReason {
	display: none;
}

.errorMessage {
	display: none;
	color: #ED4337;
	font-weight: bold;
}

.card-statistics-data {
	width: 100%;
	color: white;
	margin-top: 0;
	font-weight: bold;
	border: white;
	border-radius: 10px;
}

.page-current {
	border-color: #6c757d !important;
	background-color: #6c757d !important;
}