.dashboard-page {
	display: inline-block;
	width: 100%;
	padding: 0 0 60px;
}

.dashboard-page .dashboard-wrap {
	display: -khtml-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@media (max-width: 1200px) {
	.dashboard-page .dashboard-wrap {
		-khtml-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

.dashboard-page .dashboard-wrap .left-sidebar {
	float: left;
	display: inline-block;
	max-width: 250px;
	width: 100%;
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
}

@media (max-width: 1200px) {
	.dashboard-page .dashboard-wrap .left-sidebar {
		max-width: 100%;
	}
}

.dashboard-page .dashboard-wrap .left-sidebar ul {
	padding: 30px 0;
}
@media (max-width: 767px) {
	.dashboard-page .dashboard-wrap .left-sidebar ul {
		position: fixed;
		top: auto;
		bottom: 0;
		left: 0;
		z-index: 99;
		display: flex;
		justify-content: space-between;
		align-items: center;
		height: 60px;
		width: 100%;
		margin-bottom: 0;
		padding: 7px 10px;
		background-color: #FFF;
		box-shadow: 0 0 8px 0 rgba(0, 0, 0, .2);
	}
	.dashboard-page .dashboard-wrap .left-sidebar ul li {
		display: inline-block;
	}
}
.dashboard-page .dashboard-wrap .left-sidebar ul li:nth-child(4) {
	display: none;
}

.dashboard-page .dashboard-wrap .left-sidebar ul li a {
	padding: 12px 20px;
	color: #2B2B2B;
	display: -khtml-inline-flex;
	display: -moz-inline-flex;
	display: -ms-inline-flex;
	display: -o-inline-flex;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	width: 100%;
	-khtml-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: space-between;
}

@media (min-width: 993px) and (max-width: 1200px) {
	.dashboard-page .dashboard-wrap .left-sidebar ul li a {
		font-size: 14px;
	}
}

.dashboard-page .dashboard-wrap .left-sidebar ul li a.active,
.dashboard-page .dashboard-wrap .left-sidebar ul li a:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #380231;
}

.dashboard-page .dashboard-wrap .left-sidebar ul li a .icon {
	width: 30px;
	height: 22px;
	margin-left: 10px;
	text-align: right;
}
.dashboard-page .dashboard-wrap .left-sidebar ul li a .icon img {
	width: 15px;
}
@media (min-width: 1600px) {
	.dashboard-page .dashboard-wrap .left-sidebar ul li a .icon img {
		width: 18px;
	}
}
.dashboard-page .dashboard-wrap .left-sidebar ul li a:hover .icon,
.dashboard-page .dashboard-wrap .left-sidebar ul li a.active  .icon,
.dashboard-page .dashboard-wrap .left-sidebar ul li a .icon.hover {
	display: none;
}
.dashboard-page .dashboard-wrap .left-sidebar ul li a.active  .icon.hover,
.dashboard-page .dashboard-wrap .left-sidebar ul li a:hover .icon.hover {
	display: inline-block;
}
.dashboard-page .dashboard-wrap .left-sidebar ul li a .mobile-icon {
	display: none;
	width: 30px;
	height: 22px;
	margin-bottom: 5px;
	text-align: center;
}
.dashboard-page .dashboard-wrap .left-sidebar ul li a .mobile-icon img {
	width: 20px
}
@media (min-width: 993px) and (max-width: 1200px) {
	.dashboard-page .dashboard-wrap .left-sidebar ul li a .icon {
		width: auto;
		margin-right: 8px;
		font-size: 20px;
	}
}
@media (max-width: 767px) {
	.dashboard-page .dashboard-wrap .left-sidebar ul li:nth-child(4) {
		display: inline-block;
	}
	.dashboard-page .dashboard-wrap .left-sidebar ul li a.active  .icon.hover,
	.dashboard-page .dashboard-wrap .left-sidebar ul li a:hover .icon.hover {
		display: none;
	}
	.dashboard-page .dashboard-wrap .left-sidebar ul li a:hover .mobile-icon,
	.dashboard-page .dashboard-wrap .left-sidebar ul li a.active .mobile-icon {
		display: inline-block;
	}
	.dashboard-page .dashboard-wrap .left-sidebar ul li:last-child,
	.dashboard-page .dashboard-wrap .left-sidebar ul li:nth-last-child(2),
	.dashboard-page .dashboard-wrap .left-sidebar ul li:nth-child(3) {
		display: none;
	}
	.dashboard-page .dashboard-wrap .left-sidebar ul li a {
		padding: 0;
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}
	.dashboard-page .dashboard-wrap .left-sidebar ul li a.active,
	.dashboard-page .dashboard-wrap .left-sidebar ul li a:hover {
		background-color: transparent;
		color: #DBA536;
	}
	.dashboard-page .dashboard-wrap .left-sidebar ul li a .page-name {
		/*display: none;*/
		display: block;
		text-align: center;
		font-size: 9px;
	}
	
	.dashboard-page .dashboard-wrap .left-sidebar ul li a .icon {
		margin-left: 0;
		margin-bottom: 5px;
		text-align: center;
	}
	.dashboard-page .dashboard-wrap .left-sidebar ul li a .icon img {
		width: 20px;
	}
}
.dashboard-page .dashboard-wrap .left-sidebar ul li a .page-name-mobile {
	display: none;
}
@media (max-width: 767px) {
	.dashboard-page .dashboard-wrap .left-sidebar ul li a .page-name-mobile + .page-name {
		display: none;
	}
	.dashboard-page .dashboard-wrap .left-sidebar ul li a .page-name.page-name-mobile {
		display: inline-block;
	}
}

.dashboard-page .dashboard-wrap .left-sidebar .dashboard-profile {
	position: relative;
	display: inline-block;
	width: 100%;
	margin-top: 40px;
	padding: 0 20px;
}
@media (max-width: 767px) {
	.dashboard-page .dashboard-wrap .left-sidebar .dashboard-profile {
		margin: 20px 0;
	}
}
.dashboard-page .dashboard-wrap .left-sidebar .dashboard-profile .profile-pic {
	display: inline-block;
	width: 50px;
}
.dashboard-page .dashboard-wrap .left-sidebar .dashboard-profile .profile-pic img {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 2px solid #380231;
	vertical-align: middle;
}
.dashboard-page .dashboard-wrap .left-sidebar .dashboard-profile .username-profiles {
	display: inline-block;
	width: calc(100% - 55px);
	padding: 0 10px;
	vertical-align: middle;
}
.dashboard-page .dashboard-wrap .left-sidebar .dashboard-profile .username-profiles span {
	display: inline-block;
	width: 100%;
	font-size: 14px;
}
.dashboard-page .dashboard-wrap .left-sidebar .dashboard-profile .username-profiles .username {
	color: #333;
}
.dashboard-page .dashboard-wrap .left-sidebar .dashboard-profile .username-profiles .mobileno {
	color: #D0CFCF;
}
.dashboard-page .dashboard-wrap .left-sidebar .dashboard-profile .verified-image {
	position: absolute;
	top: 0;
	right: 30px;
	color: green;
	display: inline-block;
	width: 15px;
	height: 23px;
}
.dashboard-page .dashboard-wrap .left-sidebar .share-profile {
	display: inline-block;
	width: 100%;
	margin-top: 30px;
	padding: 0 20px;
}
@media (max-width: 767px) {
	.dashboard-page .dashboard-wrap .left-sidebar .share-profile {
		display: none;
	}
}
.dashboard-page .dashboard-wrap .left-sidebar .share-profile .icon {
	display: inline-block;
	width: 24px;
}
.dashboard-page .dashboard-wrap .left-sidebar .share-profile .click-share {
	display: inline-block;
	margin-bottom: 15px;
	font-size: 14px;
	font-weight: 600;
}
.dashboard-page .dashboard-wrap .left-sidebar .share-profile .share-button {
	display: inline-block;
	width: 100%;
	padding: 18px 0;
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
}
.dashboard-page .dashboard-wrap .left-sidebar .share-profile .share-button .btn {
	padding: 13px 40px;
	font-size: 14px;
}



.dashboard-page .dashboard-wrap .right-side {
	float: right;
	display: inline-block;
	height: 100%;
	width: 100%;
	margin-top: 40px;
	padding: 30px;
	background-color: rgba(0,0,0,0.05);
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

@media (max-width: 480px) {
	.dashboard-page .dashboard-wrap .right-side {
		padding: 15px;
	}
}

.dashboard-page .dashboard-wrap .right-side .main-dashboard {
	display: -khtml-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-khtml-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}

.dashboard-page .dashboard-wrap .right-side .main-dashboard .dash-title {
	display: inline-block;
	margin-bottom: 0;
	font-size: 18px;
	font-weight: 700;
	vertical-align: middle;
}

.dashboard-page .dashboard-wrap .right-side .main-dashboard .profile-edit {
	float: left;
	display: inline-block;
	width: 100%;
	overflow: hidden;
	background-color: #fff;
	-webkit-box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, .1);
	-ms-box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, .1);
	-o-box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, .1);
	box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, .1);
}

@media (max-width: 992px) {
	.dashboard-page .dashboard-wrap .right-side .main-dashboard .profile-edit {
		width: 100%;
		margin-right: 0;
	}
}

.dashboard-page .dashboard-wrap .right-side .main-dashboard .profile-edit .profile-img-wrap {
	float: left;
	display: inline-block;
	width: 40%;
	padding: 0 30px;
}
.dashboard-page .dashboard-wrap .right-side .main-dashboard .profile-edit.profile-gallery .profile-img-wrap {
	width: 100%;
}
.dashboard-page .dashboard-wrap .right-side .main-dashboard .profile-edit.profile-gallery .profile-img-wrap .form-group {
	margin-bottom: 0;
}
.dashboard-page .dashboard-wrap .right-side .main-dashboard .profile-edit .profile-img-wrap .form-action {
	float: left;
	display: inline-block;
	width: 100%;
}
.dashboard-page .dashboard-wrap .right-side .main-dashboard .profile-edit .profile-img-wrap .form-action .btn {
	float: none;
}
.dashboard-page .dashboard-wrap .right-side .main-dashboard .profile-edit .profile-img-wrap .my-profile {
	margin: 5px 0 0;
	font-size: 11px;
}

.dashboard-page .dashboard-wrap .right-side .main-dashboard .profile-edit .profile-img-wrap .user-image img {
	max-height: 300px;
	height: 100%;
}

.dashboard-page .dashboard-wrap .right-side .main-dashboard .profile-edit .content-wrap {
	float: left;
	display: inline-block;
	width: 60%;
}


@media (max-width: 767px) {
	.dashboard-page .dashboard-wrap .right-side .main-dashboard .profile-edit .profile-img-wrap .my-profile {
		margin: 0 0 10px;
	}
	.dashboard-page .dashboard-wrap .right-side .main-dashboard .profile-edit .profile-img-wrap,
	.dashboard-page .dashboard-wrap .right-side .main-dashboard .profile-edit .content-wrap {
		width: 100%;
		padding: 0 15px;
	}
}

.dashboard-page .dashboard-wrap .right-side .main-dashboard .profile-edit .content-wrap .my-profile {
	margin-bottom: 30px;
	display: -khtml-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: -webkit-wrap;
	-ms-flex-wrap: -khtml-wrap;
	flex-wrap: -khtml-wrap;
	flex-wrap: -moz-wrap;
	-ms-flex-wrap: -ms-wrap;
	flex-wrap: -ms-wrap;
	flex-wrap: -o-wrap;
	flex-wrap: wrap;
}

@media (max-width: 480px) {
	.dashboard-page .dashboard-wrap .right-side .main-dashboard .profile-edit .content-wrap .my-profile {
		-khtml-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

.dashboard-page .dashboard-wrap .right-side .main-dashboard .profile-edit .content-wrap .my-profile h2 {
	line-height: normal;
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
}

@media (max-width: 767px) {
	.dashboard-page .dashboard-wrap .right-side .main-dashboard .profile-edit .content-wrap .my-profile h2 {
		margin-bottom: 10px;
	}
}

@media (max-width: 480px) {
	.dashboard-page .dashboard-wrap .right-side .main-dashboard .profile-edit .content-wrap .my-profile h2 {
		margin-bottom: 10px;
	}
}

.dashboard-page .dashboard-wrap .right-side .main-dashboard .profile-edit .content-wrap .my-profile .like-count {
	display: inline-block;
	width: 100%;
	margin-top: 10px;
}

.dashboard-page .dashboard-wrap .right-side .main-dashboard .profile-edit .content-wrap .my-profile .login-details {
	font-size: 12px;
	text-align: right;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	display: -khtml-inline-flex;
	display: -moz-inline-flex;
	display: -ms-inline-flex;
	display: -o-inline-flex;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-khtml-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
}

@media (max-width: 767px) {
	.dashboard-page .dashboard-wrap .right-side .main-dashboard .profile-edit .content-wrap .my-profile .login-details {
		width: 100%;
		text-align: left;
	}
}

.dashboard-page .dashboard-wrap .right-side .main-dashboard .profile-edit .content-wrap .my-profile .login-details .last-login {
	margin-bottom: 6px;
	text-align: left;
}

.dashboard-page .dashboard-wrap .right-side .main-dashboard .profile-edit .content-wrap .refer-code {
	display: inline-block;
	width: 100%;
	font-size: 12px;
	text-align: right;
}

@media (max-width: 767px) {
	.dashboard-page .dashboard-wrap .right-side .main-dashboard .profile-edit .content-wrap .refer-code {
		text-align: left;
	}
}

.dashboard-page .dashboard-wrap .right-side .main-dashboard .profile-edit .content-wrap .name-no-wrap {
	margin-bottom: 15px;
	font-size: 14px;
	font-weight: 600;
}
.dashboard-page .dashboard-wrap .right-side .main-dashboard .profile-edit .content-wrap .name-no-wrap .name {
	font-size: 32px;
}
.dashboard-page .dashboard-wrap .right-side .main-dashboard .profile-edit .content-wrap .name-no-wrap .email {
	color: #4E4E4E;
	font-size: 16px;
	letter-spacing: 1px;
	font-weight: 400;
	padding-right: 105px;
}
.dashboard-page .dashboard-wrap .right-side .main-dashboard .profile-edit .content-wrap .email-verified-icon {
	display: inline-block;
	width: 15px;
}
.dashboard-page .dashboard-wrap .right-side .main-dashboard .profile-edit .content-wrap .name-no-wrap .email::before,
.dashboard-page .dashboard-wrap .right-side .main-dashboard .profile-edit .content-wrap .number-wrap::before {
	display: inline-block;
	height: 25px;
  width: 27px;
  background-image: url('../images/stripe.svg');
  background-repeat: no-repeat;
  background-size: 126px auto;
	background-position: -104px -51px;
	vertical-align: middle;
	content: '';
}
.dashboard-page .dashboard-wrap .right-side .main-dashboard .profile-edit .content-wrap .name-no-wrap .new-btn {
    margin-top: -28px;
    margin-right: 10px;
    padding: 5px 8px;
    font-size: 12px;
}
@media (max-width: 1600px) {
	.dashboard-page .dashboard-wrap .right-side .main-dashboard .profile-edit .content-wrap .name-no-wrap .email {
		padding-right: 0;
	}
	.dashboard-page .dashboard-wrap .right-side .main-dashboard .profile-edit .content-wrap .name-no-wrap .new-btn {
		float: left;
		margin: 5px 0 20px 30px;
	}

}
.dashboard-page .dashboard-wrap .right-side .main-dashboard .profile-edit .content-wrap .number-wrap::before {
	background-position: 3px -27px;
}
@media (max-width: 767px) {
	.dashboard-page .dashboard-wrap .right-side .main-dashboard .profile-edit .content-wrap .name-no-wrap .name {
		font-size: 22px;
	}
}
.dashboard-page .dashboard-wrap .right-side .main-dashboard .profile-edit .content-wrap .number-wrap {
	display: inline-block;
	width: 100%;
	margin-bottom: 15px;
}
.dashboard-page .dashboard-wrap .right-side .main-dashboard .profile-edit .content-wrap .number-wrap h3 {
	display: inline-block;
	margin-bottom: 0;
	font-size: 14px;
	line-height: 20px;
	color: #4E4E4E;
	font-weight: 600;
}

.dashboard-page .dashboard-wrap .right-side .main-dashboard .profile-edit .content-wrap .number-wrap h3 img {
	display: inline-block;
	width: 20px;
	margin-top: -2px;
	vertical-align: middle;
}
.dashboard-page .dashboard-wrap .right-side .main-dashboard .profile-edit .content-wrap .number-wrap h3 i {
	height: 12px;
	width: 12px;
	margin-top: -3px;
	border-radius: 50%;
	background-color: #380231;
	text-align: center;
	line-height: 12px;
	margin-right: 5px;
	font-size: 8px;
	color: #FFF;
}
.dashboard-page .dashboard-wrap .right-side .main-dashboard .profile-edit .content-wrap .number-wrap .number {
	padding-left: 22px;
  display: inline-block;
  color: #4E4E4E;
  font-size: 14px;
}


.dashboard-page .dashboard-wrap .right-side .main-dashboard .profile-edit .content-wrap .sms-alert {
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
}
.dashboard-page .dashboard-wrap .right-side .main-dashboard .profile-edit .content-wrap .sms-alert h3 {
	display: inline-block;
	margin-right: 5px;
	font-size: 14px;
	margin-bottom: 0;
	vertical-align: middle;
}

.dashboard-page .dashboard-wrap .right-side .main-dashboard .profile-edit .content-wrap .sms-alert .toggle-switch {
	display: inline-block;
}
.dashboard-page .dashboard-wrap .right-side .main-dashboard .profile-edit .content-wrap .sms-alert .view-description {
	display: inline-block;
	cursor: pointer;
	font-size: 22px;
	vertical-align: middle;
	color: #DBA536;
}

.dashboard-page .dashboard-wrap .right-side .main-dashboard .profile-edit .content-wrap .btn-wrap {
	margin-top: 30px;
}

.dashboard-page .dashboard-wrap .right-side .main-dashboard .profile-edit .content-wrap .btn-wrap .btn {
	min-width: 120px;
	border-radius: 34px;
	background-color: #380231;
}

.dashboard-page .dashboard-wrap .right-side .main-dashboard .accounts-wrap {
	float: left;
	display: -khtml-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-khtml-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	margin-bottom: 30px;
}
.dashboard-page .dashboard-wrap .right-side .main-dashboard .accounts-wrap:last-child {
	margin-bottom: 0;
}


.dashboard-page .dashboard-wrap .right-side .main-dashboard .accounts-wrap .my-account,
.dashboard-page .dashboard-wrap .right-side .main-dashboard .accounts-wrap .profile-edit {
	width: calc(50% - 15px);
	margin-right: 30px;
}
.dashboard-page .dashboard-wrap .right-side .main-dashboard .accounts-wrap .my-account:nth-child(2n),
.dashboard-page .dashboard-wrap .right-side .main-dashboard .accounts-wrap .profile-edit:nth-child(2n) {
	margin-right: 0;
}
@media (max-width: 992px) {
	.dashboard-page .dashboard-wrap .right-side .main-dashboard .accounts-wrap {
		margin-bottom: 0;
	}
	.dashboard-page .dashboard-wrap .right-side .main-dashboard .accounts-wrap .my-account,
	.dashboard-page .dashboard-wrap .right-side .main-dashboard .accounts-wrap .profile-edit {
		width: 100%;
		margin-right: 0;
		margin-bottom: 30px;
	}
}
@media (max-width: 767px) {
	.dashboard-page .dashboard-wrap .right-side .main-dashboard .accounts-wrap .my-account,
	.dashboard-page .dashboard-wrap .right-side .main-dashboard .accounts-wrap .profile-edit {
		margin-bottom: 15px;
	}
}
.dashboard-page .dashboard-wrap .right-side .main-dashboard .accounts-wrap .my-account {
	display: inline-block;
	background-color: #fff;
	-webkit-box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, .1);
	-ms-box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, .1);
	-o-box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, .1);
	box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, .1);
}

.dashboard-page .dashboard-wrap .right-side .main-dashboard .accounts-wrap .my-account .account-header {
	padding: 20px 30px;
	border-bottom: 2px solid rgba(204,204,204,0.2);
	display: -khtml-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-khtml-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (max-width: 767px) {
	.dashboard-page .dashboard-wrap .right-side .main-dashboard .accounts-wrap .my-account .account-header {
		padding: 20px 15px 15px;
	}
}

@media (max-width: 480px) {
	.dashboard-page .dashboard-wrap .right-side .main-dashboard .accounts-wrap .my-account .account-header {
		-khtml-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

.dashboard-page .dashboard-wrap .right-side .main-dashboard .accounts-wrap .my-account .account-header>div {
	width: 100%;
}

.dashboard-page .dashboard-wrap .right-side .main-dashboard .accounts-wrap .my-account .account-header h3 {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.dashboard-page .dashboard-wrap .right-side .main-dashboard .accounts-wrap .my-account .account-header .search-wrap {
	display: inline-block;
	margin-right: 10px;
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
}

@media (max-width: 480px) {
	.dashboard-page .dashboard-wrap .right-side .main-dashboard .accounts-wrap .my-account .account-header .search-wrap {
		text-align: right;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}
}

.dashboard-page .dashboard-wrap .right-side .main-dashboard .accounts-wrap .my-account .account-header .btn {
	float: right;
	background-color: #380231;
}

.dashboard-page .dashboard-wrap .right-side .main-dashboard .accounts-wrap .my-account .account-body {
	padding: 20px 30px 35px;
}

@media (max-width: 767px) {
	.dashboard-page .dashboard-wrap .right-side .main-dashboard .accounts-wrap .my-account .account-header .btn {
		padding: 5px 8px;
		font-size: 12px;
	}
	.dashboard-page .dashboard-wrap .right-side .main-dashboard .accounts-wrap .my-account .account-body {
		padding: 20px 15px 35px;
	}
}

.dashboard-page .dashboard-wrap .right-side .main-dashboard .accounts-wrap .my-account .account-body .account,
.dashboard-page .dashboard-wrap .right-side .main-dashboard .accounts-wrap .my-account .account-body .bill {
	display: -khtml-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-khtml-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-khtml-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-khtml-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media (max-width: 480px) {
	.dashboard-page .dashboard-wrap .right-side .main-dashboard .accounts-wrap .my-account .account-body .account,
	.dashboard-page .dashboard-wrap .right-side .main-dashboard .accounts-wrap .my-account .account-body .bill {
		-khtml-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

.dashboard-page .dashboard-wrap .right-side .main-dashboard .accounts-wrap .my-account .account-body .account h4,.dashboard-page .dashboard-wrap .right-side .main-dashboard .accounts-wrap .my-account .account-body .bill h4 {
	position: relative;
	margin-bottom: 0;
	padding-left: 25px;
	font-size: 14px;
	line-height: 24px;
}
.dashboard-page .dashboard-wrap .right-side .main-dashboard .accounts-wrap .my-account .account-body .account .text {
	width: calc(100% - 155px);
}

@media (max-width: 480px) {
	.dashboard-page .dashboard-wrap .right-side .main-dashboard .accounts-wrap .my-account .account-body .account .text,
	.dashboard-page .dashboard-wrap .right-side .main-dashboard .accounts-wrap .my-account .account-body .bill .text {
		display: inline-block;
		width: 100%;
		/*margin-bottom: 10px;*/
	}
}

.dashboard-page .dashboard-wrap .right-side .main-dashboard .accounts-wrap .my-account .account-body .account .text span,
.dashboard-page .dashboard-wrap .right-side .main-dashboard .accounts-wrap .my-account .account-body .bill .text span {
	display: inline-block;
	font-size: 10px;
}

.dashboard-page .dashboard-wrap .right-side .main-dashboard .accounts-wrap .my-account .account-body .account .status,.dashboard-page .dashboard-wrap .right-side .main-dashboard .accounts-wrap .my-account .account-body .bill .status {
	position: absolute;
	top: 6px;
	left: 0;
	display: inline-block;
	height: 10px;
	width: 10px;
	margin-right: 10px;
	border-radius: 50%;
	background-color: #380231;
	vertical-align: middle;
}
.dashboard-page .dashboard-wrap .accounts-wrap .my-account .account-body .bill .shortlist-img {
	width: 40px;
}
.dashboard-page .dashboard-wrap .accounts-wrap .my-account .account-body .bill .shortlist-img img {
	height: 40px;
	width: 40px;
	border-radius: 100%;
}
@media (max-width: 480px) {
	.dashboard-page .dashboard-wrap .right-side .main-dashboard .accounts-wrap .my-account .shortlists-profiles .bill {
		font-size: 12px;
	}
}
.dashboard-page .dashboard-wrap .right-side .main-dashboard .accounts-wrap .my-account .shortlists-profiles .bill h4 {
	padding-left: 0;
}
.dashboard-page .dashboard-wrap .right-side .main-dashboard .accounts-wrap .my-account .shortlists-profiles .bill .status {
	display: none;
}
.dashboard-page .dashboard-wrap .right-side .main-dashboard .accounts-wrap .my-account .shortlists-profiles .bill {
	justify-content: initial;
}
.shortlists-profiles .bill h4,
.shortlists-profiles .bill .location {
	width: calc(50% - 50px);
	padding-left: 15px !important;
	text-align: center;
}
@media (max-width: 767px) {
	.shortlists-profiles .bill h4,
	.shortlists-profiles .bill .location {
		text-align: left;
	}
}
.shortlists-profiles .bill .age {
	width: 60px;
}

.dashboard-page .dashboard-wrap .right-side .main-dashboard .accounts-wrap .my-account .account-body .account .btn,.dashboard-page .dashboard-wrap .right-side .main-dashboard .accounts-wrap .my-account .account-body .bill .btn {
	background-color: #380231;
}

@media (max-width: 480px) {
	.dashboard-page .dashboard-wrap .right-side .main-dashboard .accounts-wrap .my-account .account-body .account .btn,.dashboard-page .dashboard-wrap .right-side .main-dashboard .accounts-wrap .my-account .account-body .bill .btn {
		float: right;
	}
}

.dashboard-page .dashboard-wrap .right-side .main-dashboard .accounts-wrap .my-account .account-body .bill h4 a {
	color: rgba(29,29,29,0.7);
}

.dashboard-page .dashboard-wrap .right-side .main-dashboard .accounts-wrap .my-account .account-body .bill h4 a:hover {
	color: rgba(29,29,29,0.7);
}

.dashboard-page .dashboard-wrap .right-side .main-dashboard .accounts-wrap .my-account .account-body .bill h4 .unread {
	font-weight: 700;
	color: #D4AF37;
}

.dashboard-page .dashboard-wrap .right-side .main-dashboard .accounts-wrap .my-account .account-body .bill h4 .unread a {
	color: #D4AF37;
}

.dashboard-page .dashboard-wrap .right-side .main-dashboard .accounts-wrap .my-account .account-body .bill h4 .unread a:hover {
	color: #D4AF37;
}

.dashboard-page .dashboard-wrap .right-side .main-dashboard .accounts-wrap .my-account .account-body .account h4 {
	padding-left: 0;
	font-weight: 600;
}

.dashboard-page .dashboard-wrap .right-side .main-dashboard .accounts-wrap .my-account .account-body .contact-main {
	width: 100%;
	padding-left: 25px;
}

.dashboard-page .dashboard-wrap .right-side .main-dashboard .accounts-wrap .my-account .account-body .contact-main a {
	color: rgba(29,29,29,0.7);
	text-decoration: underline;
}

.dashboard-page .dashboard-wrap .right-side .main-dashboard .accounts-wrap .my-account .account-body .contact-main a:hover {
	color: rgba(29,29,29,0.7);
}

.dashboard-page .dashboard-wrap .right-side .main-dashboard .accounts-wrap .my-account .account-body .contact-main p {
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
}

.dashboard-page .dashboard-wrap .right-side .main-dashboard .accounts-wrap .my-account .account-body .table tr td {
	padding: 25px 8px;
}
.dashboard-page .dashboard-wrap .right-side .main-dashboard .accounts-wrap .partner-preference-wrap,
.dashboard-page .dashboard-wrap .right-side .main-dashboard .accounts-wrap .transactions-list {
	display: inline-block;
	width: 100%;
	background-color: #fff;
	-webkit-box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, .1);
	-ms-box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, .1);
	-o-box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, .1);
	box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, .1);
}
.dashboard-page .dashboard-wrap .right-side .main-dashboard .accounts-wrap .partner-preference-wrap .profile-img-wrap,
.dashboard-page .dashboard-wrap .right-side .main-dashboard .accounts-wrap .transactions-list .profile-img-wrap {
	display: inline-block;
	width: 100%;
	padding: 0 30px 30px;
}
@media (max-width: 767px) {
	.dashboard-page .dashboard-wrap .right-side .main-dashboard .accounts-wrap .partner-preference-wrap .profile-img-wrap,.dashboard-page .dashboard-wrap .right-side .main-dashboard .accounts-wrap .transactions-list .profile-img-wrap {
		padding: 0 15px 15px;
	}
}
.dashboard-page .dashboard-wrap .right-side .main-dashboard .accounts-wrap .transactions-list table tr th,
.dashboard-page .dashboard-wrap .right-side .main-dashboard .accounts-wrap .transactions-list table tr td {
	font-size: 14px;
}
.dashboard-page .dashboard-wrap .right-side .main-dashboard .accounts-wrap .partner-preference-wrap .profile-img-wrap .form-group {
	display: inline-flex;
	width: 100%;
	flex-wrap: wrap;
}
.dashboard-page .dashboard-wrap .right-side .main-dashboard .accounts-wrap .partner-preference-wrap .profile-img-wrap .form-group label span {
	color: red;
}
.dashboard-page .dashboard-wrap .right-side .main-dashboard .accounts-wrap .partner-preference-wrap .profile-img-wrap .form-item {
	display: inline-block;
	width: calc(50% - 10px);
	margin-right: 20px;
	margin-bottom: 20px;
}
.dashboard-page .dashboard-wrap .right-side .main-dashboard .accounts-wrap .partner-preference-wrap .profile-img-wrap .form-item:nth-child(2n) {
	margin-right: 0;
}
.dashboard-page .dashboard-wrap .right-side .main-dashboard .accounts-wrap .partner-preference-wrap .profile-img-wrap .form-item.dob-item label {
	display: inline-block;
	width: 100%;
}

.dashboard-page .dashboard-wrap .right-side .main-dashboard .accounts-wrap .partner-preference-wrap .profile-img-wrap .form-item.dob-item .select2-container {
	width: calc(50% - 13px) !important;
}

@media (max-width: 767px) {
	.dashboard-page .dashboard-wrap .right-side .main-dashboard .accounts-wrap .partner-preference-wrap .profile-img-wrap .form-item {
		width: 100%;
		margin-right: 0;
	}
	.dashboard-page .dashboard-wrap .right-side .main-dashboard .accounts-wrap .transactions-list #example_wrapper .row:first-child .col-sm-12 {
		padding-left: 0;
		padding-right: 0;
	}
	.dashboard-page .dashboard-wrap .right-side .main-dashboard .accounts-wrap .transactions-list #example_wrapper .dataTables_info,
	.dashboard-page .dashboard-wrap .right-side .main-dashboard .accounts-wrap .transactions-list #example_wrapper .dataTables_length,
	.dashboard-page .dashboard-wrap .right-side .main-dashboard .accounts-wrap .transactions-list #example_wrapper .dataTables_filter {
		text-align: left;
	}
}
.dashboard-page .dashboard-wrap .right-side .main-dashboard .refer-wrap {
	display: inline-block;
	width: 100%;
	margin-top: 30px;
}


.dashboard-page .dashboard-wrap .right-side .main-dashboard .refer-wrap .my-account:first-child {
	margin-bottom: 0;
}

.dashboard-page .dashboard-wrap .right-side .main-dashboard .refer-wrap .account-body>div {
	display: inline-block;
	width: 100%;
	overflow-x: auto;
}

.dashboard-page .dashboard-wrap .right-side .main-dashboard .refer-wrap .account-body>div table {
	min-width: 600px;
}

.dashboard-page .dashboard-wrap .right-side .main-dashboard .profile-edit .profile-img-wrap img {
	border: 1px solid #CCC;
	padding: 5px;
}

/* Profile crop design */
.profile-crop {
	display: inline-block;
	width: 100%;
	padding: 100px 0;
}

.profile-crop .card {
	border: none;
	flex-direction: initial;
	flex-wrap: wrap;
}

.profile-crop .card .profile-text {
	display: inline-block;
	width: 100%;
	margin-bottom: 30px;
}

.profile-crop .card .profile-text h4 {
	color: #DBA536;
	font-size: 20px;
	font-weight: 500;
}

.profile-crop .card .profile-form {
	display: inline-block;
	margin-bottom: 30px;
}

.profile-crop .card .profile-form form .panel-body h4 {
	font-size: 20px;
	color: #333;
}

#image-preview {
	margin: 0;
	padding: 20px;
}

#image-preview .cr-boundary {
	border: 1px solid rgba(0, 0, 0, .7);
}

.cropimage {
	display: inline-block;
	width: 100%;
}

.profile-crop .card .user-image {
	margin-bottom: 30px;
}

.profile-crop .card .user-image img {
	border: 1px solid rgba(0, 0, 0, .7);
}

.profile-crop .card .panel {
	display: inline-block;
	width: 100%;
}

.profile-crop .card .panel .panel-heading {
	background-color: transparent !important;
}

.profile-crop .card .panel .panel-heading	h3,
.profile-crop .card .panel .panel-heading	h4 {
	margin-bottom: 20px;
	color: #000;
	font-weight: 600;
}

.dashboard-page .dashboard-wrap .right-side .main-dashboard .profile-edit {
	padding: 0 0 30px;
}

.dashboard-page .dashboard-wrap .right-side .main-dashboard .profile-edit .user-image {
	margin-bottom: 30px;
}
@media (max-width: 767px) {
	.dashboard-page .dashboard-wrap .right-side .main-dashboard .profile-edit .user-image {
		margin-bottom: 15px;
	}
}
.dashboard-page .dashboard-wrap .right-side .main-dashboard .profile-edit .user-image .delete-gallery {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	padding: 8px 12px;
	background-color: rgba(0, 0, 0, .6);
}
.dashboard-page .dashboard-wrap .right-side .main-dashboard .profile-edit .user-image .delete-gallery a {
	color: #FFF;
}
.dashboard-page .dashboard-wrap .right-side .main-dashboard .profile-edit .reviews-profile {
	display: inline-block;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 0;
	font-weight: 600;
	color: #DBA536;
}


.dashboard-page .dashboard-wrap .right-side .profile-text h4 {
	font-size: 20px;
	padding: 20px 15px;
	text-align: left !important;
	color: #DBA536;
}

.dashboard-page .gallery-list {
	display: inline-block;
	width: 100%;
}

.dashboard-page .gallery-list h2 {
	display: inline-block;
	width: 100%;
	margin: 30px 0 20px;
	font-size: 28px;
	font-weight: 700;
	color: #333;
}
@media (max-width: 767px) {
	.dashboard-page .gallery-list h2 {
		margin: 20px 0 10px;
		font-size: 22px;
	}
}

.dashboard-page .gallery-list {
	padding: 0 15px;
}

.dashboard-page .gallery-list .thumbnail {
	position: relative;
	margin-bottom: 30px;
}

.dashboard-page .gallery-list .thumbnail .delete-gallery {
	position: absolute;
	top: 0;
	right: 0;
	display: inline-block;
	height: 30px;
	width: 30px;
	background-color: rgba(0, 0, 0, .7);
	text-align: center;
	line-height: 30px;
}

.dashboard-page .gallery-list .thumbnail .delete-gallery a {
	color: #FFF;
}

.dashboard-page .dashboard-wrap .right-side .main-dashboard .partner-preference-wrap .account-header,
.dashboard-page .dashboard-wrap .right-side .main-dashboard .transactions-list .account-header,
.dashboard-page .dashboard-wrap .right-side .main-dashboard .profile-edit .account-header {
	padding: 20px 30px;
	border-bottom: 2px solid rgba(204, 204, 204, .2);
	display: -khtml-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 20px;
	-khtml-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
@media (max-width: 767px) {
	.dashboard-page .dashboard-wrap .right-side .main-dashboard .partner-preference-wrap .account-header,
	.dashboard-page .dashboard-wrap .right-side .main-dashboard .transactions-list .account-header,
	.dashboard-page .dashboard-wrap .right-side .main-dashboard .profile-edit .account-header {
		padding: 10px 15px;
	}
}
.dashboard-page .dashboard-wrap .right-side .main-dashboard .profile-edit .account-header h3 {
	flex-grow: 1;
}

.dashboard-page .dashboard-wrap .right-side .main-dashboard .accounts-wrap .profile-edit .btn {
	float: right;
	background-color: #380231;
}

.mymatches-wrap .profile-list-wrap .profile-lists .profile-list .profile-info .contact-wrap .contact {
	text-align: center;
}

.mymatches-wrap .profile-list-wrap .profile-lists .profile-list .profile-info .contact-wrap .contact h4 {
	display: inline-block;
	color: #FFF;
}

.plan-page .plan-wrap-main .plan-wrap .plan ul li {
	position: relative;
}

.plan-page .plan-wrap-main .plan-wrap .plan ul li::before {
	position: absolute;
	top: 9px;
	left: 3px;
	display: inline-block;
	height: 10px;
	width: 10px;
	background-color: #380231;
	border-radius: 100%;
	content: '';
	transition: .2s all;
}

.plan-page .plan-wrap-main .plan-wrap .plan:hover ul li::before {
	background-color: #FFF;
}

.messagebox .panel-heading {
	padding: 10px 15px;
	color: #FFF;
}

.messagebox .panel-heading h4 {
	margin-bottom: 0;
}

@media (max-width: 767px) {
	.messagebox .panel-heading h4 {
		font-size: 16px;
	}
}

.messagebox #allmessagescont .message {
	background-color: transparent;
	border: none;
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	align-items: center;
}

.messagebox #allmessagescont .message.sendmessage {
	justify-content: flex-start;
	flex-direction: row-reverse;
}

.messagebox #allmessagescont .message.receivemessage {
	justify-content: flex-start;
}

.messagebox #allmessagescont .message > p {
	display: none;
}

.messagebox #allmessagescont .message > span {
	display: inline-block;
	width: 100%;
	font-size: 14px;
}

.messagebox #allmessagescont .message.sendmessage > span {
	text-align: right;
	padding-right: 80px;
}

.messagebox #allmessagescont .message.receivemessage > span {
	padding-left: 80px;
}

.messagebox #allmessagescont .chatmessage {
	display: inline-block;
	padding: 8px 15px;
	background-color: rgba(56, 3, 33, .7);
	border-radius: 6px;
	max-width: calc(90% - 80px);
	text-align: left;
	color: #FFF;
}

@media (max-width: 767px) {
	.message img.right {
		margin-left: 10px !important;
	}

	.message img.left {
		margin-right: 10px !important;
	}

	.messagebox #allmessagescont .message {
		padding-left: 0;
		padding-right: 0;
	}

	.messagebox #allmessagescont .chatmessage {
		max-width: calc(100% - 70px);
	}
}

.messagebox #allmessagescont .chatmessage p {
	margin-bottom: 0;
}

@media (max-width: 767px) {
	.messagebox #allmessagescont .chatmessage p {
		font-size: 14px;
	}
}

#chatform {
	display: inline-block;
	width: 100%;
}

#chatform textarea {
	height: 70px;
	margin-bottom: 20px;
	min-height: 0;
	line-height: 28px;
}

#chatform	.btn {
	float: right;
}

@media (max-width: 992px) {
	.registration-page .left-img-wrap {
		display: none !important;
	}
}

@media (max-width: 767px) {
	.dashboard-page .dashboard-wrap .right-side .main-dashboard .profile-edit {
		padding: 0 0 20px;
	}

	.registration-page .from-wrapper .form-action .btn {
		padding: 6px 12px;
		font-size: 14px;
	}

	.dashboard-page {
		padding: 0;
	}

	.dashboard-page .dashboard-wrap .right-side {
		margin-top: 0;
	}

	.dashboard-page .dashboard-wrap .right-side .main-dashboard .profile-edit,
	.dashboard-page .dashboard-wrap .right-side .main-dashboard .accounts-wrap .my-account {
		margin-bottom: 15px;
	}


	.home-page .success-stories-main-wrap .success-stories-wrap .story-wrap {
		padding: 40px 20px;
	}

	.home-page .success-stories-main-wrap .success-stories-wrap .story-wrap h3 {
		width: 90%;
		text-align: center;
	}
}

.home-page .latest-profile-list {
	overflow: hidden;
}

.mymatches-wrap .profile-list-wrap .profile-lists .profile-list > h2 {
	padding: 30px 15px;
	margin-bottom: 0;
	font-size: 26px;
	text-transform: capitalize;
}

@media (max-width: 1200px) {
	.dashboard-page .dashboard-wrap .right-side {
		margin-top: 0;
	}
}

.dashboard-page .dashboard-wrap .right-side .main-dashboard .accounts-wrap .my-account .account-body .account .btn {
	min-width: 150px;
	font-size: 12px;
}

.btn.fail {
	background-color: #DC3545 !important;
}

.btn.success {
	background-color: #28a745 !important;
}

.dashboard-page .dashboard-wrap .right-side .main-dashboard .accounts-wrap .my-account .account-body .account,
.dashboard-page .dashboard-wrap .right-side .main-dashboard .accounts-wrap .my-account .account-body .bill {
	padding: 10px 8px;
	border-bottom: 1px solid #E0E0E0;
}

.dashboard-page .dashboard-wrap .right-side .main-dashboard .accounts-wrap .my-account .account-body .account:first-child,
.dashboard-page .dashboard-wrap .right-side .main-dashboard .accounts-wrap .my-account .account-body .bill:first-child {
	border-top: 1px solid #E0E0E0;
}

.dashboard-page .dashboard-wrap .right-side .main-dashboard .accounts-wrap .my-account .account-body .account:nth-child(2n + 1),
.dashboard-page .dashboard-wrap .right-side .main-dashboard .accounts-wrap .my-account .account-body .bill:nth-child(2n + 1) {
	background-color: #F9F9F9;
}

.dashboard-page .dashboard-wrap .right-side .main-dashboard .accounts-wrap .my-account .account-body > h5 {
	margin: 20px 0;
	font-size: 22px;
	font-weight: 600;
}
.dashboard-page .dashboard-wrap .right-side .main-dashboard .accounts-wrap .my-account .account-body > h5:first-child {
	margin-top: 0;
}
.dashboard-page .dashboard-wrap .right-side .main-dashboard .change-password-wrap .profile-img-wrap .from-wrapper,
.dashboard-page .dashboard-wrap .right-side .main-dashboard .change-password-wrap .profile-img-wrap .right-content {
	float: left;
	display: inline-block;
	width: 50%;
}
.dashboard-page .dashboard-wrap .right-side .main-dashboard .change-password-wrap .profile-img-wrap .right-content {
	text-align: center;
	padding: 0 50px;
}
.dashboard-page .dashboard-wrap .right-side .main-dashboard .change-password-wrap .profile-img-wrap .right-content img {
	display: block;
	width: 100px;
	margin: 0 auto 10px;
}
.dashboard-page .dashboard-wrap .right-side .main-dashboard .change-password-wrap .profile-img-wrap .right-content p {
	display: inline-block;
	max-width: 80%;
	font-size: 20px;
}
@media (max-width: 992px) {
	.dashboard-page .dashboard-wrap .right-side .main-dashboard .change-password-wrap .profile-img-wrap .from-wrapper {
		width: 100%;
	}
	.dashboard-page .dashboard-wrap .right-side .main-dashboard .change-password-wrap .profile-img-wrap .right-content {
		display: none;
	}
}

.notification-wrap .account-header h3 {
	display: inline-block;
	width: calc(100% - 171px);
}
.notification-wrap .profile-img-wrap .notification-list {
	display: inline-block;
	width: 100%;
}
@media (max-width: 767px) {
	.notification-wrap .account-header h3 {
		width: calc(100% - 132px);
	}
	.notification-wrap .account-header .btn {
		padding: 8px 10px;
	}
	.notification-wrap .profile-img-wrap {
		padding: 0 15px 15px !important;
	}
}
.notification-wrap .profile-img-wrap .notification-list li {
	position: relative;
	display: inline-block;
	width: 100%;
	padding: 10px 8px 10px 28px;
  border-bottom: 1px solid #E0E0E0;
}
.notification-wrap .profile-img-wrap .notification-list li a.btn {
	padding: 5px 9px;
	color: #FFF;
	vertical-align: middle;
}
.notification-wrap .profile-img-wrap .notification-list li > div {
	display: inline-block;
	width: calc(100% - 37px);
	vertical-align: middle;	
}
.notification-wrap .profile-img-wrap .notification-list li div span,
.notification-wrap .profile-img-wrap .notification-list li div a {
	font-size: 16px;
}
.notification-wrap .profile-img-wrap .notification-list li a {
	color: #333;
}
.notification-wrap .profile-img-wrap .notification-list li .unread span {
	font-weight: 600;
	color: #DBA536;
}
.notification-wrap .profile-img-wrap .notification-list li::before {
	position: absolute;
  top: 20px;
  left: 8px;
  display: inline-block;
  height: 10px;
  width: 10px;
  margin-right: 10px;
  border-radius: 50%;
  background-color: #380231;
  content: '';
}
@media (max-width: 767px) {
	.notification-wrap .profile-img-wrap .notification-list li {
		padding: 10px 8px;
	}
	.notification-wrap .profile-img-wrap .notification-list li::before {
		display: none;
	}
}
.notification-wrap .profile-img-wrap .notification-list li:first-child {
  border-top: 1px solid #E0E0E0;
}
.notification-wrap .profile-img-wrap .notification-list li:nth-child(2n + 1) {
  background-color: #F9F9F9;
}
.dashboard-page .dashboard-wrap .content-wrap .number-verification {
	display: inline-block;
	width: 100%;
	margin-bottom: 15px;
}
.dashboard-page .dashboard-wrap .content-wrap .number-verification .btn {
	float: left !important;
	padding: 6px 10px;
}
.dashboard-page .dashboard-wrap .content-wrap .number-verification #smsform {
	position: relative;
	clear: left;
	float: left;
	display: inline-block;
	max-width: 300px;
	width: 100%;
	margin: 10px 0;
}
.dashboard-page .dashboard-wrap .content-wrap .number-verification #smsform .alert.alert-success{
	padding: 5px 10px;
}
.dashboard-page .dashboard-wrap .content-wrap .number-verification #smsform .form-item {
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
}
.dashboard-page .dashboard-wrap .content-wrap .number-verification #smsform .btn {
	position: absolute;
	top: 0;
	right: 0;
	padding: 10px;
}