<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* MP Account Dashboard */

* {

    -webkit-box-sizing: border-box;

    -moz-box-sizing: border-box;

    box-sizing: border-box;

}

.mpacc-profile{

	margin-bottom: 20px; 

}

.mpacc-profile .text-center{

	text-align: center;

}

.mpacc-profile .profile-info{

	background: #1cbafa;

	padding-top: 50px;

	padding-bottom: 20px;

	box-shadow: inset 0px -19px 36px rgba(27, 163, 247, 0.2);

	-webkit-box-shadow: inset 0px -19px 36px rgba(27, 163, 247, 0.2);

	border-radius: 8px 8px 0px 0px;

}

.mpacc-profile .profile-image{

	background: #fff;

	border-radius: 50%;

	width: 100px;

	height: 100px;

	overflow: hidden;

	margin: auto;

	position: relative;

} 



.mpblur {

    width: 100%;

    height: 100%;

    background: #2f6a8a;

    opacity: 0.5;

    position: absolute;

    top: 0;

}

.mp-adminchat .mpadmin-form .has-error .form-control{

  	box-shadow: inset 0px 0px 5px rgba(255, 0, 0, 1);

    -webkit-box-shadow: inset 0px 0px 5px rgba(255, 0, 0, 1);

}

.mp-adminchat .mpadmin-form .has-error .control-label, .mp-adminchat .mpadmin-form .has-error .text-danger{

  	border-color: red;

  	color: #d50000;

}

.mpacc-profile .pic-upload{

	cursor: pointer;

}

.mpacc-profile .user-name{

	text-align: center;

	color: #fff;

	font-size: 16px;

}

.mpacc-profile .email{

	text-align: center;

	color: #fff;

	font-size: 14px;

	margin-bottom: 10px;

}

.mpacc-profile .phone{

	text-align: center;

	color: #fff;

	font-size: 14px;

}

.mpacc-profile .profile-links{

	background: #3C3734;

	border-radius: 0px 0px 8px 8px;

	padding-bottom: 10px;

}

.mpacc-profile .profile-links ul li{

	float: left;

	width: 100%;

	border-bottom: 1px solid #494b4b;

	color: #fff;

	font-size: 14px;	

}

.mpacc-profile .profile-links ul li i {

	font-size: 18px;

	display: inline-block;

	box-shadow: inset 0px 0px 10px rgba(28, 186, 250, 1);

	-webkit-box-shadow: inset 0px 0px 10px rgba(28, 186, 250, 1);

	padding: 10px 15px 10px;

	border-radius: 5px;

	width: 50px;

	height: 40px;

	text-align: center;

}

.mpacc-profile .profile-links ul li a{

	color: #fff;

	padding: 25px 20px;

	display: block;

}

.mpacc-profile .profile-links ul li a:hover{

	color: #1CBAFA;

}

.mpbtn-submit:hover{

	color: #1CBAFA;	

}

.mpbtn-submit{

	box-shadow: inset 0px 0px 10px rgba(28, 186, 250, 1);

	-webkit-box-shadow: inset 0px 0px 10px rgba(28, 186, 250, 1);

	margin: 10px 0;

	text-transform: uppercase;

	border-radius: 21px;

	border: none;

	padding: 10px 40px;

	color: #fff;

	font-weight: bold;

}

.mpacc-stats ul li {

	text-align: center;

	margin-bottom: 15px;

}

.mpacc-stats ul{

	margin: 0 -7.5px;

	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */

	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */

	display: -ms-flexbox;      /* TWEENER - IE 10 */

	display: -webkit-flex;     /* NEW - Chrome */

	display: flex; 

	flex-wrap: wrap;

}

.mpacc-stats ul li .inner-stats{

	margin: 0 7.5px;

	position: relative;

	border-radius: 8px;

	background: #2F6A8A;

	overflow: hidden;

}

.mpacc-stats .inner-stats .stats-text{

	position: relative;

	z-index: 1;

}

.mpacc-dashboard .h1, .mpacc-dashboard .h2, .mpacc-dashboard .h3, .mpacc-dashboard h1, .mpacc-dashboard h2, .mpacc-dashboard h3{

	margin-top: 20px;

	margin-bottom: 10px;

}

.mpacc-stats .inner-stats .stats-text h2{

	color: #fff;

	border-radius: 50%;

	height: 100px;

	width: 100px;

	display: inline-block;

	font-size: 27px;

	line-height: normal;

	padding-top: 26px;

}

.mpacc-stats ul li h3{

	margin: 0;

	font-size: 16px;

	background: #3D87AC;

	color: #fff;

	padding: 10px 15px;

}

.mpacc-stats ul li h2 small{

	font-size: 12px;

	vertical-align: middle;

	display: block;

	color: #fff;

}

.mpacc-stats .mpacc-stats-icon{

	position: absolute;

	width: 100%;

	top: 60px;

	left: 0;

}

.mpacc-stats .mpacc-stats-icon i{

	font-size: 99px;

	color: #000;

	opacity: 0.2;

}

.mpacc-stats ul li .btn-vw{

	color: #fff;

	padding: 10px 0;

	display: block;

	font-size: 12px;

}

.mpacc-other-links ul li{

	float: left;

	text-align: center;

}

.mpacc-other-links ul{

	margin: 0 -7.5px;

	display: -webkit-box;

	display: -moz-box;

	display: -ms-flexbox;

	display: -webkit-flex;

	display: flex; 

	flex-wrap: wrap;

}

.mpacc-other-links ul li a{

	color: #333;

	min-height: 110px;

	padding-top: 30px;

	display: block;

	border: 2px solid #ddd;

	margin: 0 7.5px;

	margin-bottom: 15px;

	border-radius: 8px;

}

.mpacc-other-links ul li a span{

	display: block;

	line-height: normal;

	font-size: 14px;

	padding: 10px 0;

	border-radius: 5px;

	text-shadow: 0px 1px 0px #ddd;

	-webkit-text-shadow: 0px 1px 0px #ddd;

	-o-text-shadow: 0px 1px 0px #ddd;

}

.mpacc-other-links ul li i{

	font-size: 22px !important;

	margin-bottom: 10px;

	background: #1CBAFA;

	padding: 15px 18px;

	color: #fff;

	border-radius: 5px;

	box-shadow: 3px 3px 2px #888888;

	-webkit-box-shadow: 3px 3px 2px #888888;

	-o-box-shadow: 3px 3px 2px #888888;

	width: 60px;

	height: 55px;

	text-align: center;

}

.mpacc-orders h3{

	margin-top: 0;

	text-align: center;

	border-bottom: 0;

	padding: 10px 0;

	font-size: 18px;

	background: #eee;

	border-radius: 8px;

	margin-bottom: 20px;

}

.mpacc-orders .table &gt; thead &gt; tr &gt; th{

	border-top: 1px solid #eee !important;

	border-bottom: 1px solid #eee;

	text-transform: uppercase;

	padding: 8px;

}

.mpacc-orders .table &gt; tbody &gt; tr &gt; td{

	border: none;

	vertical-align: middle;

	padding: 8px;

}

.mpacc-orders .mpmain-table .table{

	margin-bottom: 0;

	background: none;

	border-radius: 8px;

	text-align: left;

}

.mpacc-dashboard .text-center{

	text-align: center;

}

.mpacc-dashboard .text-right{

	text-align: right;

}

.mpacc-orders .mpmain-table .mp-button{

	background: none;

	border-radius: 25px;

	box-shadow: none;

	border: 1px solid #000;

	padding: 6px 12px;

	color: #000;

	display: inline-block;

	min-width: 80px;

	text-align: center;

}

.mpacc-orders .mpmain-table .mp-return{

	background: none;

	border-radius: 25px;

	box-shadow: none;

	border: 1px solid #000;

	padding: 6px 12px;

	color: #000;

	display: inline-block;

	min-width: 80px;

	text-align: center;

}

.mpacc-orders .complete-order{

	background: #78cb5f !important;

}

.mpacc-orders .pending-order{

	background: #EBAE08 !important;

}

.mpacc-orders .failed-order{

	background: #E46E46 !important;

}

.mpacc-other-links{

	margin-bottom: 10px;

}

.mpacc-other-links ul li a {

  transition: 0.5s;

  cursor: pointer;

  -webkit-transition:0.5s;

  position: relative;

}



.mpacc-other-links ul li a:hover {

  border: 2px solid rgba(255,255,255,0);

  color: #000;

}



.mpacc-other-links ul li a::before, .mpacc-other-links ul li a::after {

  width: 100%;

  height:100%;

  z-index: 3;

  content:'';

  position: absolute;

  top:0;

  left:0;

  box-sizing: border-box;

  -webkit-transform: scale(0);

  transition: 0.5s;

}

.foo::before {

  border-bottom: 3px solid #1CBAFA;

  border-left: 3px solid #1CBAFA;

  border-radius: 8px;

  -webkit-transform-origin: 0 100%;

}

.foo::after {

  border-top: 3px solid #1CBAFA;

  border-radius: 8px;

  border-right: 3px solid #1CBAFA;

  -webkit-transform-origin: 100% 0%;

}

.mpacc-other-links ul li a:hover::after, .mpacc-other-links ul li a:hover::before {

  -webkit-transform: scale(1);

}

.mp-complete{

	background: #78cb5f;

	color: #fff;

	padding: 5px 15px;

	border-radius: 25px;

	min-width: 100px;

    display: inline-block;

}

.mp-pending{

	background: #EBAE08;

	color: #fff;

	padding: 5px 15px;

	border-radius: 25px;

	min-width: 100px;

    display: inline-block;   

}

.mp-failed{

	background: #E46E46;

	color: #fff;

	padding: 5px 15px;

	border-radius: 25px;

	min-width: 100px;

    display: inline-block;   

}

.mp-adminchat{

	background: #3C3734;

	text-align: center;

	border-radius: 8px;

	padding: 15px;

}	

.mp-adminchat .mpadmin-form{

	text-align: left;

	color: #fff;

}

.mp-adminchat .mpadmin-form .form-control{

	background: none;

	box-shadow: inset 0px 0px 5px rgba(28, 186, 250, 1);

	-webkit-box-shadow: inset 0px 0px 5px rgba(28, 186, 250, 1);

	border: none;

	color: #fff;

}

.mp-adminchat .mpadmin-form .mpbtn-submit{

	margin-bottom: 0;

}

.mp-adminchat .mpadmin-form label, .oc2 .mpadmin-form .form-horizontal .form-group label {

	width: auto;

}

.mp-adminchat i{

	font-size: 65px !important;

	color: #37B3A4;

}

.mp-adminchat a{

	display: block;

}

.mp-adminchat h3{

	color: #fff;

}

.hovicon {

    display: inline-block;

    cursor: pointer;

    width: 90px;

    height: 90px;

    border-radius: 50%;

    text-align: center;

    position: relative;

    text-decoration: none;

    z-index: 1;

    color: #fff;

}



.hovicon:after {

    pointer-events: none;

    position: absolute;

    width: 100%;

    height: 100%;

    border-radius: 50%;

    content:'';

    -webkit-box-sizing: content-box;

    -moz-box-sizing: content-box;

    box-sizing: content-box;

}

.hovicon:before {

    speak: none;

    font-size: 48px;

    line-height: 90px;

    font-style: normal;

    font-weight: normal;

    font-variant: normal;

    text-transform: none;

    display: block;

    -webkit-font-smoothing: antialiased;

}

 .hovicon.effect-4 {

    width: 92px;

    height: 92px;

    box-shadow: 0 0 0 4px rgba(255, 255, 255, 1);

}

.hovicon.effect-4.sub-a {

    -webkit-transition: box-shadow 0.2s;

    -moz-transition: box-shadow 0.2s;

    transition: box-shadow 0.2s;

}

.hovicon.effect-4:before {

    line-height: 92px;

}

.hovicon.effect-4:after {

    top: -4px;

    left: -4px;

    padding: 0;

    z-index: 10;

    border: 4px dashed #fff;

}

.inner-stats:hover .hovicon.effect-4{

    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);

}

.inner-stats:hover .hovicon.effect-4 i {

    color: #fff;

}

.inner-stats:hover .hovicon.effect-4.sub-b{

    -webkit-transition: box-shadow 0.2s;

    -moz-transition: box-shadow 0.2s;

    transition: box-shadow 0.2s;

}

.inner-stats:hover .hovicon.effect-4.sub-b:after{

    -webkit-animation: spinAround 9s linear infinite;

    -moz-animation: spinAround 9s linear infinite;

    animation: spinAround 9s linear infinite;

}



@-webkit-keyframes spinAround {

    from {

        -webkit-transform: rotate(0deg)

    }

    to {

        -webkit-transform: rotate(360deg);

    }

}

@-moz-keyframes spinAround {

    from {

        -moz-transform: rotate(0deg)

    }

    to {

        -moz-transform: rotate(360deg);

    }

}

@keyframes spinAround {

    from {

        transform: rotate(0deg)

    }

    to {

        transform: rotate(360deg);

    }

}

@media only screen and (min-width: 768px) {

	.mpacc-stats ul li {

		width: 50%;

	}

	.mpacc-other-links ul li{

		width: 33.333%;

	}

	.mpacc-profile .profile-links ul li span{

		display: block;

		margin-top: 10px;

	}

	.mpacc-profile .profile-links ul li{

		text-align: center;

	}

	.mp-adminchat h3{

		font-size: 18px;

	}

	.mpacc-orders .mpmain-table .mp-button{

		margin-bottom: 15px;

	}

	.mpacc-orders .mpmain-table .mp-return{

		margin-bottom: 15px;

	}

	.mpbtn-submit{

		padding: 10px 30px;

		font-size: 12px;

	}

}

@media only screen and (min-width: 980px) {

	.mpacc-profile .profile-links ul li span{

		display: inline-block;

		margin-top: 0px;

	}

	.mpacc-profile .profile-links ul li{

		text-align: left;

	}

	.mpacc-stats ul li {

		width: 33.333%;

	}

	.mp-adminchat h3{

		font-size: 21px;

	}

	.mpacc-orders .mpmain-table .mp-button{

		margin-bottom: 0px;

	}

	.mpacc-orders .mpmain-table .mp-return{

		margin-bottom: 0px;

	}

	.mpbtn-submit{

		padding: 10px 40px;

		font-size: 14px;

	}

	.mpacc-profile .profile-links ul li i{

		margin-right: 10px;

	}

}

@media only screen and (max-width: 767px) {

	.mpacc-stats ul li {

		width: 100%;

		margin-bottom: 15px;

	}

	.mp-adminchat{

		margin-bottom: 15px;

	}

	.mpacc-other-links ul li{

		width: 50%;

	}

}</pre></body></html>