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

/*--------------------------------------------------------------
# Card
--------------------------------------------------------------*/
.card-header {
	border: 0;
	border-radius: 30px 30px 0 0 !important;
	background: linear-gradient(45deg, #ff8800e0, #ff4b23af, #ff004c8c, #ff2323cc) !important;
	font-weight: 700;
	font-size: 1.25rem;
	letter-spacing: 2px;
	color: white !important;
}

.card-footer {
	border-radius: 0 0 10px 10px !important;
}

.card-shadow-tabs-content {
	border-radius: 0 0 30px 30px;
	border: 1px solid rgb(219, 219, 219);
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	border-top: 0;
}

.card-shadow-file {
	border-radius: 10px;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
}

/*--------------------------------------------------------------
# Color, Background
--------------------------------------------------------------*/
.text-darkgray {
	color: #A9A9A9;
}

.bg-linear-yellow::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	/* 填滿上下 */
	left: 0;
	width: 100%;
	min-height: 100%;
	background: linear-gradient(#FFEC9F99 0%, #FFFFFF 30%, #FFFFFF 70%, rgb(255, 236, 159, 0.4) 100%);
	z-index: -1;
}

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

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

/*--------------------------------------------------------------
# Nav-tabs
--------------------------------------------------------------*/
.nav-item {
	flex-grow: 1 !important;
}

.nav-link {
	border-radius: 15px 15px 0 0 !important;
	border: 0 !important;
	width: 100% !important;
	background-color: rgb(227, 227, 227) !important;
	color: black !important;
	font-weight: 700;
	font-size: 1.25rem;
	letter-spacing: 2px;
}

.nav-link:focus-visible {
	outline: 0;
}

.nav-link.active {
	background: linear-gradient(45deg, #ff8800e0, #ff4b23af, #ff004c8c, #ff2323cc) !important;
	color: white !important;
	z-index: 100;
	position: relative;
}

.nav-link-left.active {
	box-shadow: 4px 0px 3px 0px rgba(0, 0, 0, 0.25) !important;
}

.nav-link-right.active {
	box-shadow: -4px 0px 3px 0px rgba(0, 0, 0, 0.25) !important;
}