/* @import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.1/font/bootstrap-icons.css"); */
.modal-header {
  padding: 0.5rem 1rem !important;
}
.header-area .main-nav .logo {
	background: url(../images/icon/Logos.png) no-repeat;
	background-size: 100% 100%;
	width: 235px;
	height: 55px;
	margin-top: 12px;
}
/* login */
.account-user-avatar {
	display: block;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background-color: #f5f5f5;
	/* margin: 0 auto; */
	margin-right: 15px;
}
.account-user-avatar img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
}
.login-item {
	display: flex !important;
	align-items: center;
	padding: 0;
	color: #1E1E1E;
}
.notification-list .dropdown-menu.dropdown-menu-right {
	-webkit-transform: none !important;
    transform: none !important;
    top: 125% !important;
    right: -5px !important;
    left: auto !important;
}
.al-login {
	display: none;
}
/* login */
#paySubmit {
	min-width: 200px;
}
.flex-center {
    justify-content: center!important;
}
.btn-blue {
	background-color: #07C5DF;
	color: #FFFFFF;
}
.btn-blue:hover {
	color: #FFFFFF;
	opacity: 0.8;
}
.contact-desc {
	font-size: 14px;
}
.d-none {
	display: none;
}
/*pay-modal start*/
#payModal {
	font-size: 15px;
	color: #888;
}
.form-title {
	font-weight: bold;
	font-size: 16px;
	color: #000000;
}
.paying-icon {
	display: inline-block;
	width: 80px;
	height: 80px;
	background: url(../images/icon/clock-history.svg) no-repeat;
	background-size: 100% 100%;
}
.success-icon {
	display: inline-block;
	width: 80px;
	height: 80px;
	background: url(../images/icon/success-icon.png) no-repeat;
	background-size: 100% 100%;
}
/*pay-modal end*/

/* register modal */
.pwd-tips {
	font-size: 13px;
}
/* register modal end */

#priceBox {
	max-height: 350px;
    overflow: auto;
    margin: 25px auto;
}
#priceBox .item.active {
	background: #fba70b;
}
#priceBox .item.active p {
	color: #FFFFFF !important;
}
