/*-------------------dashboard----starts----------------*/

body, body.subscription-error {
	background: #e4f1ff !important;
}

.dashboard-box-container {
	width: 92%;
	margin: 0 auto 40px;
}

.dashboard-box-container a:hover {
	text-decoration: none;
}

.app-bg-box {
	background: #fff;
	color: #333;
	text-align: center;
	min-height: 236px;
	padding: 20px;
	position: relative;
	cursor: pointer;
	z-index: 10;
	margin-bottom: 30px;
	box-shadow: 0 0 4px #e7e7e7;
	border-radius: 7px;
}

.app-bg-box h3 {
    display: block;
    font-size: 22px;
    padding: 20px 0;
    color: #000;
}

.app-bg-box-text {
	background: #fff;
	font-size: 14px;
	color: #6b6b6b;
	padding: 20px;
	min-height: 236px;
	z-index: 9;
}

.heading-main-top {
	margin: 60px 0 20px 0;
}

.adminIcon {
	font-size: 88px;
	color: #898989;
}

.bg-green {
	background: #1cbcb4;
}

.bg-purple {
	background: #8493ca;
}

.bg-light-green {
	background: #8ec63f;
}

.bg-dark-pink {
	background: #bc1c73;
	z-index: 9;
}

.bg-blue {
	background: #4046c7;
}

.blue-icons-bg {
	background: #00acee;
	padding: 65px 30px 0;
	margin: 0 0 40px;
	color: #fff;
	position: relative;
}

.blue-icons-bg-left {
	background: url(../images/corner-left-blue.png) no-repeat;
	height: 38px;
	left: 0;
	position: absolute;
	top: -38px;
	width: 45px;
}

.blue-icons-bg-right {
	background: url(../images/corner-right-blue.png) no-repeat;
	height: 38px;
	right: 0;
	position: absolute;
	top: -38px;
	width: 45px;
}

.adminIcon2 {
	font-size: 40px;
	float: left;
	margin: -8px 9px 0 0;
	width: 52px;
}

.blue-area-small {
	margin: 0 0 40px;
}

.blue-area-small h3 {
	font-size: 22px;
	font-weight: bold;
	text-shadow: 0 1px 1px #0086da;
	line-height: 21px;
}

.blue-area-small h3 span {
	font-size: 12px;
	display: block;
	font-weight: normal;
}

.app-bg-box.upgradeBox:after {
	content: "";
	height: 0;
	right: 0;
	margin-left: 50%;
	pointer-events: none;
	position: absolute;
	top: 60px;
	width: 0;
	border-top: 18px solid transparent;
	border-bottom: 18px solid transparent;
	border-right: 18px solid #fff;
}

.bg-purple.app-bg-box:after,
.bg-light-green.app-bg-box:after {
	border-left: 18px solid #f7f5f6;
	left: 0;
	margin-left: 0;
	border-right: 0px solid #f7f5f6;
}

.dashboard-box-container h2 {
	color: #383838;
	font: 30px Rockwell, Arial, Helvetica, sans-serif !important;
	margin: 10px 0 15px;
	text-align: center;
	width: 100%;
}

.heading-main-top2 {
	margin: 60px 0 20px;
}


/*==UPGRADE SECTION==*/

.upgrade-section {
	width: 100%;
	clear: both;
	overflow: hidden;
}

.upgrade-section .app-bg-box {
    background: #adddff;
    margin-bottom: 15px;
    box-shadow: none;
    border-radius: 0;
    display: flex;
    justify-content: center;
    flex-flow: column;
}
.upgrade-section .app-icon-size{
	width: 95%;
}
.upgrade-section .app-bg-box h3 {
    padding: 0 0 20px;
    margin-top: 47px;
}
.upgrade-section .first-app h3 {
	margin-top: 0;
}
.upgrade-section .upgarde_now {
	width: 60%;
	margin: 0 auto;
	text-align: center;
}

.upgrade-section .upgarde_now a {
	background: #9751d2;
	display: block;
	color: #fff;
	padding: 10px;
	border-radius: 50px;
	max-width: 280px;
	margin: 0 auto 15px;
	transition: all 0.1s ease-in-out;
}

.upgrade-section .upgarde_now a:hover {
	background: #8332c7;
	transition: all 0.1s ease-in-out;
}

.upgrade-section .upgarde_now a .btn-txt {
	display: block;
	font-size: 19px;
	font-family: Rockwell, Arial, Helvetica, sans-seri;
	line-height: 20px;
}

.upgrade-section .upgarde_now a .money-back {
	font-size: 11px;
	display: block;
	line-height: 16px;
}

.upgrade-section .upgarde_now a .btn-txt i {
	font-size: 14px;
}


/*==END UPGRADE SECTION==*/


/*-------------------dashboard----ends----------------*/

@media (min-width: 1200px) {}

@media (min-width: 992px) and (max-width: 1199px) {
	.upgrade-section .upgarde_now {
		width: 65%;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.heading-main-top {
		margin: 0 0 20px;
	}
}

@media (min-width: 480px) and (max-width: 767px) {
	.adminIcon {
		font-size: 54px;
	}
	.app-bg-box h3 {
		font-size: 18px;
	}
	.heading-main-top {
		margin: 0 0 20px;
	}
	.app-bg-box.upgradeBox:after {
		border-top: 10px solid transparent;
		border-bottom: 10px solid transparent;
		border-right: 10px solid #fff;
	}
	.bg-purple.app-bg-box:after,
	.bg-light-green.app-bg-box:after {
		border-left: 10px solid #f7f5f6;
	}
	.dashboard-box-container {
		margin: 28px auto 0;
	}
}

@media (max-width: 479px) {
	.adminIcon {
		font-size: 54px;
	}
	.app-bg-box h3 {
		font-size: 16px;
	}
	.heading-main-top {
		margin: 0 0 20px;
	}
	.app-bg-box.upgradeBox:after {
		border-top: 10px solid transparent;
		border-bottom: 10px solid transparent;
		border-right: 10px solid #fff;
	}
	.bg-purple.app-bg-box:after,
	.bg-light-green.app-bg-box:after {
		border-left: 10px solid #f7f5f6;
	}
	.dashboard-box-container {
		margin: 40px auto 0;
	}
}


/*Referral Dashbord*/

.referral-dashbord .social-icon {
	color: #808080;
	font-size: 20px;
	display: block;
	text-align: center;
	margin: 0 auto 0px;
	font-weight: 600;
}

.referral-dashbord .social-txt {
	display: block;
	text-align: center;
	margin-bottom: 5px;
	font-size: 18px;
}

.referral-dashbord .grn {
	background: #2dad8a;
}

.referral-dashbord .red-c {
	background: #e74b40;
}

.referral-dashbord .counter {
	font-size: 45px;
	color: #000;
	line-height: 75px;
}

.referral-dashbord .noti-icon {
	font-size: 35px;
	width: 80px;
	display: inline-block;
	height: 80px;
	text-align: center;
	line-height: 80px;
	border-radius: 50px;
	margin-bottom: 15px;
	color: #fff;
	background: rgb(0, 171, 182);
}

.referral-dashbord .noti-area {
	border-top: 1px solid rgb(231, 231, 231);
	padding-top: 8px;
}

.referral-dashbord .app-bg-box-text {
	min-height: 263px !important;
}

.referral-dashbord .app-bg-box {
	min-height: 263px !important;
}


/*end Referral Dashbord*/


/**/
.app-bg-box-text-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: rgba(00, 00, 00, 0.8);
	color: #fff;
	padding: 20px;
	font-size: 13px;
	display: flex;
	justify-content: center;
	flex-flow: column;
	opacity: 0;
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.app-bg-box-text-overlay button {
	border-color: #2ec9f7;
	background: #2ec9f7;
	border-radius: 40px;
	min-width: 120px;
	outline: 0 !important;
}
.app-bg-box-text-overlay button:hover {
	background: #18c0f2;
    color: #fff;
}
.app-bg-box:hover .app-bg-box-text-overlay {
	opacity: 1;
	webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	-o-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform: translateX(0px);
}

@media (max-width: 767px) {
	.app-bg-box-text {
		padding: 10px;
		min-height: 150px;
		margin: 0;
	}
	.app-bg-box {
		padding: 4px 10px;
		min-height: 150px;
		margin: 0;
	}
	.app-bg-box h3 {
		padding: 20px 0;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.app-bg-box.upgradeBox::after {
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		margin-left: -5px;
		top: auto;
		bottom: -5px;
		left: 50%;
		display: none
	}
	.bg-purple.app-bg-box::after,
	.bg-light-green.app-bg-box::after {
		left: 50%;
		margin-left: -5px;
		top: -5px;
	}
	.upgrade-section .app-bg-box h3 {
		margin-top: 0px;
		padding: 10px 0;
	}
	.upgrade-section .upgarde_now .offsetbottom15 {
		margin-bottom: 10px;
	}
	.upgrade-section .upgarde_now {
		width: 90%;
	}
	.upgrade-section .upgarde_now a .btn-txt {
		font-size: 15px;
		line-height: 17px;
	}
	.upgrade-section .upgarde_now a .money-back {
		font-size: 10px;
		display: block;
		line-height: 15px;
	}
	.upgrade-section .upgarde_now a {
		max-width: 230px;
		margin: 0 auto 10px;
	}
	.app-bg-box-text {
		font-size: 13px;
	}
	.app-bg-box-text-overlay{
		font-size: 11px;
		display: none;
	}
	.app-bg-box-text-overlay button{
		min-width: 100px;
		font-size: 12px;
	}
	.upgrade-section .app-bg-box{
		margin-bottom: 0;
	}
	.upgrade-section .app-icon-size{
		width: 75px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.app-bg-box-text {
		margin-bottom: 1px;
	}
	.upgrade-section .upgarde_now {
		width: 90%;
	}
	.app-store-logo, .logo-store.app-store-logo{
		width: 25px;
		height: 25px;
	}
	.upgrade-section .app-bg-box h3{
		margin-top: 27px;
		font-size: 17px;
	}
	.upgrade-section .first-app h3 {
    margin-top: 0;
	}
}



.dashboard_pageInfo {
    position: absolute;
    right: 8px;
    top: 5px;
    color: #d5d5d5;
    font-size: 16px;
    cursor: pointer;
    z-index: 1;
}

