.header-other-login {
    content: "";
    height: 1px;
    position: absolute;
    left: 0;
    right: 0;
    background-color: #a9a8b3;
}

/* 选择费用列表 */
#select-fees-form div.ticket-box {
	border-radius: 4px;
	/*background-color: #f8f9fa;*/
	padding:5px 20px 10px 20px;
	margin-bottom: 15px;
	border: 1px solid rgba(0,0,0,0.2);
	box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}

#select-fees-form div.ticket-box div.row {
	display: flex;
	box-sizing: border-box;
}

#select-fees-form div.ticket-box div.type {
	font-size: 16px;
	margin-top: 10px;
	font-weight: 600;
}

#select-fees-form div.ticket-box div.price {
	margin-bottom: 0px;
	margin-top: 0px;
	font-size: 20px;
	font-weight: 700;
	color: #f37800;
}

#select-fees-form div.selected {
	background-color: #fcf8e3;
	border: 1px solid #f37800;
}

#select-fees-form div.quantity {
	display: flex;
	flex-grow: 1;
	align-items: center;
	align-content: center;
}

#select-fees-form div.quantity select {
	min-width: 70px;
	max-width: 100px;
	display: inline-block;
	font-weight: 600;
	font-size: 16px;
	border: 1px solid rgba(0,0,0,0.075);
}

#select-fees-form div.quantity div.select-quantity {
	text-align: right;
	display: block;
	width: 100%;
}

#select-fees-form div.description {
	border-top: 1px solid rgba(0,0,0,.05);
	display: flex;
	margin-top: 10px;
	padding-top: 10px;
}

#select-fees-form div.description p{
	font-size: 12px;
	margin-bottom: 0px;
	line-height: 1.5em;
}

#select-fees-form div.description div{
	padding: 5px;
}

#select-fees-form span.money {
	font-weight: 700;
	font-size: 20px;
	color: #f37800;
	padding-bottom: 15px;
}

#select-fees-form div.total {
	margin: 10px 0 40px 0;
}

#select-fees-form tr.selected, #select-rooms-form tr.selected {
	border-left: 2px solid #a94442;
	border-right: 2px solid #a94442;
	background-color: #fcf8e3;
}

/** KT2024 **/
.dropdown-menu[data-bs-popper] {
	margin-top: 0 !important;
	/*border-radius: 0 !important;*/
}