/*# sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY3VzdG9tLmNzcyIsInNvdXJjZXMiOlsiY3VzdG9tLnNjc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiJ9 */

/*# sourceMappingURL=custom.css.map */

.search-results {
	width: auto;
	max-height: 400px;
	overflow-y: auto;
	border: 1px solid #ccc;
	border-radius: 7px;
	list-style: none;
	font-size: 12px;
}

.search-results-li {
	padding: 8px;
	border-bottom: 1px solid #eee;
	cursor: pointer;
}

.bill-options {
	display: table-cell;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.actions-option {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.bottom-space {
	margin-bottom: 0px;
}

.exclamation-space {
	margin-top: 0px;
}

.btn-fullscreen {
	display: none;
}

.item-degit {
	width: 100px;
}

.item-text {
	width: auto;
}

.expense-space {
	margin-top: 0px;
}

.responsive-height {
	height: 40px !important;
	padding-bottom: 18px !important;
}

.responsive_height {
	height: 40px !important;
}

.responsive-height-submenu {
	height: 60px !important;
}

.border-bottom_1 {
	border-bottom: 1px solid #ebebeb;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.brand-color1 {
	color: #ca312a !important;
}

.bg-color1.card-header {
	background-color: #ffd1bf;
}

.select2-container {
	width: 100% !important;
}

.nicescroll-rails-vr {
	width: 0px !important;
	background-color: transparent !important;
}

.dashboard-card-title {
	color: #343a40;
}

.dashboard-card-counter {
	color: #f15a24;
}

@media (min-width: 992.01px) {
	.exclamation-space {
		margin-top: 40px;
	}
}

@media (min-width: 767.01px) and (max-width: 992px) {
	.login-brand {
		text-align: center;
		margin: 0 auto 30px;
	}

	.login_img {
		margin: 20px auto 0;
	}
}

@media (max-width: 767px) {
	.login-brand {
		text-align: center;
		margin: 0 auto 30px;
	}

	.login_img {
		margin: 20px auto 0;
	}

	.login_img img {
		max-width: 100%;
	}

	#myTab2Content #ddAreaPlan>span {
		display: block;
		line-height: normal;
		font-size: 16px;
		padding: 0 20px;
	}

	.main-content.nav-tabs .nav-link:focus,
	.nav-tabs .nav-link:hover {
		border: none;
	}

	/* .dropdown-menu.show{
		transform: unset !important;
	} */

}

@media (max-width: 380px) {

	.card .card-header h4+.card-header-action .btn,
	.card .card-header h4+.card-header-form .btn {
		padding-left: 9px !important;
		padding-right: 9px !important;
		margin-right: 0px !important;
	}
}

@media (max-width: 575.98px) {
	.search-results {
		font-size: 10px;
	}

	.expense-space {
		margin-top: 10px;
	}

	.bottom-space {
		margin-bottom: 15px;
	}

	/* .bill-options {
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
	} */
	.btn-spacing {
		margin-bottom: 10px;
	}

	.adjust-width {
		width: 75px;
	}

	.button-center {
		text-align: center;
	}
}

@media (min-width: 576px) and (max-width: 991.98px) {
	.expense-space {
		margin-top: 10px;
	}

	.bottom-space {
		margin-bottom: 15px;
		margin-right: auto;
	}
}