.fixed-pay-button {
	position: fixed; /* 固定定位 */
	bottom: 20px; /* 距离页面底部20px */
	left: 50%; /* 水平方向居中，但需要先偏移50% */
	transform: translateX(-50%); /* 使用transform属性将按钮向左移动自身宽度的50%，实现真正的水平居中 */
}
.fixed-right {
	position: fixed;
	/*top:0px;*/
	right:0px;
}

.min-height {
	min-height: 65vh; /* 确保容器至少和视口一样高 */
}

#footer {
	margin-top: auto; /* 将footer推到容器的底部 */
}
.success {
	background-color: #40b660;
}

.red {
	background-color: #dc3139 !important;
}
/*.button {
	width: 150px !important;
	text-align: center !important;
}*/
.action-inline-block {
	display: flex;
}
.action-inline-block a {
	margin-right:5px;
}
.action-inline-block button {
	margin-right: 5px;
}
.sort-by-left .bootstrap-select.btn-group .dropdown-toggle .filter-option {
	max-width: 100%;
	float: left;
}

.sort-by-left .bootstrap-select.btn-group .dropdown-toggle .filter-option {
	line-height: 20px;
	height: auto;
}
.sort-by-left .bootstrap-select {
	position: relative;
	right: 0;
	top: 0;
}

.sort-by-left .dropdown-menu {
	box-shadow: 0 0 4px 0px rgba(0, 0, 0, 0.14);
}

.sort-by-left .bootstrap-select.btn-group button {
	flex: 1;
	position: relative;
	right: 0;
	top: 4px;
	font-weight: 600;
	margin-left: 10px;
	width: auto;
	padding: 0;
	padding-right: 12px;
	background-color: transparent;
	box-shadow: none;
	height: 20px;
	color: #333;
}

.sort-by-left .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
	width: auto;
}

.sort-by-left .bootstrap-select.btn-group .dropdown-toggle .caret {
	right: 0;
}

.sort-by-left .bootstrap-select .dropdown-menu {
	padding-top: 15px;
	top: 40px;
	right: 0;
	left: auto;
	position: absolute;
	min-width: 200px !important;
	flex: 1;
}

.sort-by-left .bootstrap-select.open:before {
	display: none;
}

.sort-by-left {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	position: relative;
	float: right;
}
.dashboard-box .headline .sort-by-left {
	float: none;
	display: inline-block;
	position: absolute;
	top: calc(50% + 3px);
	transform: translateY(-50%);
	left: 60px;
	z-index: 100;
	height: 33px;
}
.flatpickr-current-month {
	display: flex !important;
}
.numInputWrapper {
	margin-left:10px;
}
.numInputWrapper input {
	width: 100%;
	height: 100% !important;
}

.full-width-button {
max-width:100% !important;
}
.captcha-input-container {
	position: relative;
}

	.captcha-input-container .captcha-input-image {
		position: absolute;
		top: 0;
		right: 0;
		height: 36px;
		width: 200px;
		padding: 0;
		color: #fff;
		background-color: #66676b;
		border-radius: 4px;
		margin: 6px;
		font-size: 19px;
		text-align: center;
		line-height: 36px;
	}
	.captcha-input-container .captcha-input-button {
		position: absolute;
		top: 0;
		right: 0;
		height: 36px;
		width: 100px;
		padding: 0;
		color: #fff;
		border-radius: 4px;
		margin: 6px;
		font-size: 19px;
		text-align: center;
		line-height: 36px;
	}

input.captcha-input {
	margin: 0 0 15px 0;
}
